From 0c700153eb8d12562c709c30a9f0d8b55c7b23cf Mon Sep 17 00:00:00 2001 From: oskar Date: Thu, 16 Apr 2026 01:55:21 +0200 Subject: [PATCH] MacBookPro.lan 2026-4-16:1:55:21 --- .obsidian/community-plugins.json | 4 +- .obsidian/plugins/breadcrumbs/data.json | 4 +- .../plugins/file-tree-alternative/data.json | 29 - .../plugins/file-tree-alternative/main.js | 4932 --------- .../file-tree-alternative/manifest.json | 11 - .../plugins/file-tree-alternative/styles.css | 535 - .../plugins/notebook-navigator/data.json | 539 + .obsidian/plugins/notebook-navigator/main.js | 793 ++ .../plugins/notebook-navigator/manifest.json | 11 + .../plugins/notebook-navigator/styles.css | 9397 +++++++++++++++++ .../{ => CM}/cm3_01.jpeg | Bin .../{ => CM}/cm3_02.jpeg | Bin .../{ => CM}/cm3_03.jpeg | Bin .../{ => CM}/cm3_04.jpeg | Bin .../{ => CM}/cm3_05.jpeg | Bin .../{ => CM}/cm3_06.jpeg | Bin .../{ => CM}/cm3_07.jpeg | Bin .../{ => CM}/cm3_08.jpeg | Bin .../{ => CM}/cm3_09.jpeg | Bin .../{ => CM}/cm3_10.jpeg | Bin 20 files changed, 10744 insertions(+), 5511 deletions(-) delete mode 100644 .obsidian/plugins/file-tree-alternative/data.json delete mode 100644 .obsidian/plugins/file-tree-alternative/main.js delete mode 100644 .obsidian/plugins/file-tree-alternative/manifest.json delete mode 100644 .obsidian/plugins/file-tree-alternative/styles.css create mode 100644 .obsidian/plugins/notebook-navigator/data.json create mode 100644 .obsidian/plugins/notebook-navigator/main.js create mode 100644 .obsidian/plugins/notebook-navigator/manifest.json create mode 100644 .obsidian/plugins/notebook-navigator/styles.css rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_01.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_02.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_03.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_04.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_05.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_06.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_07.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_08.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_09.jpeg (100%) rename sources/0 - cours/LOGOS S2/maths pour non specialistes/{ => CM}/cm3_10.jpeg (100%) diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 3764eec2..74f7128d 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -38,6 +38,6 @@ "share-note", "templater-obsidian", "link-tree", - "file-tree-alternative", - "obsidian-sequence-hotkeys" + "obsidian-sequence-hotkeys", + "notebook-navigator" ] \ No newline at end of file diff --git a/.obsidian/plugins/breadcrumbs/data.json b/.obsidian/plugins/breadcrumbs/data.json index eb863246..6d86c2a1 100644 --- a/.obsidian/plugins/breadcrumbs/data.json +++ b/.obsidian/plugins/breadcrumbs/data.json @@ -240,14 +240,14 @@ "prevs" ], "lock_view": false, - "lock_path": "sources/0 - cours/LOGOS S2/le savoir en mathématiques/(Camerini) La Lettre 12 et ses cercles non-concentriques.md" + "lock_path": "S2 LOGOS.md" }, "tree": { "collapse": false, "show_attributes": [], "merge_fields": false, "lock_view": false, - "lock_path": "sources/0 - cours/LOGOS S2/le savoir en mathématiques/(Camerini) La Lettre 12 et ses cercles non-concentriques.md", + "lock_path": "S2 LOGOS.md", "field_group_labels": [ "downs" ], diff --git a/.obsidian/plugins/file-tree-alternative/data.json b/.obsidian/plugins/file-tree-alternative/data.json deleted file mode 100644 index 1b163736..00000000 --- a/.obsidian/plugins/file-tree-alternative/data.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "openViewOnStart": true, - "ribbonIcon": false, - "showRootFolder": true, - "showFilesFromSubFolders": true, - "searchFunction": true, - "allSearchOnlyInFocusedFolder": false, - "showFilesFromSubFoldersButton": true, - "revealActiveFileButton": false, - "excludedExtensions": "", - "hideAttachments": false, - "attachmentsFolderName": "attachments", - "folderIcon": "box-folder", - "folderCount": true, - "folderCountOption": "notes", - "evernoteView": "Vertical", - "filePreviewOnHover": false, - "iconBeforeFileName": true, - "sortFilesBy": "name", - "sortReverse": false, - "sortFoldersBy": "name", - "fixedHeaderInFileList": true, - "createdYaml": false, - "fileNameIsHeader": false, - "folderNote": false, - "deleteFileOption": "trash", - "showFileNameAsFullPath": false, - "bookmarksEvents": false -} \ No newline at end of file diff --git a/.obsidian/plugins/file-tree-alternative/main.js b/.obsidian/plugins/file-tree-alternative/main.js deleted file mode 100644 index 9b3af4ee..00000000 --- a/.obsidian/plugins/file-tree-alternative/main.js +++ /dev/null @@ -1,4932 +0,0 @@ -'use strict'; - -var obsidian = require('obsidian'); - -function __awaiter(thisArg,_arguments,P,generator){function adopt(value){return value instanceof P?value:new P(function(resolve){resolve(value);});}return new(P||(P=Promise))(function(resolve,reject){function fulfilled(value){try{step(generator.next(value));}catch(e){reject(e);}}function rejected(value){try{step(generator["throw"](value));}catch(e){reject(e);}}function step(result){result.done?resolve(result.value):adopt(result.value).then(fulfilled,rejected);}step((generator=generator.apply(thisArg,_arguments||[])).next());});}function __generator(thisArg,body){var _={label:0,sent:function(){if(t[0]&1)throw t[1];return t[1];},trys:[],ops:[]},f,y,t,g;return g={next:verb(0),"throw":verb(1),"return":verb(2)},typeof Symbol==="function"&&(g[Symbol.iterator]=function(){return this;}),g;function verb(n){return function(v){return step([n,v]);};}function step(op){if(f)throw new TypeError("Generator is already executing.");while(g&&(g=0,op[0]&&(_=0)),_)try{if(f=1,y&&(t=op[0]&2?y["return"]:op[0]?y["throw"]||((t=y["return"])&&t.call(y),0):y.next)&&!(t=t.call(y,op[1])).done)return t;if(y=0,t)op=[op[0]&2,t.value];switch(op[0]){case 0:case 1:t=op;break;case 4:_.label++;return {value:op[1],done:false};case 5:_.label++;y=op[1];op=[0];continue;case 7:op=_.ops.pop();_.trys.pop();continue;default:if(!(t=_.trys,t=t.length>0&&t[t.length-1])&&(op[0]===6||op[0]===2)){_=0;continue;}if(op[0]===3&&(!t||op[1]>t[0]&&op[1]0)&&!(r=i.next()).done)ar.push(r.value);}catch(error){e={error:error};}finally{try{if(r&&!r.done&&(m=i["return"]))m.call(i);}finally{if(e)throw e.error;}}return ar;}function __spreadArray(to,from,pack){if(pack||arguments.length===2)for(var i=0,l=from.length,ar;i>>1,e=a[d];if(0>>1;dg(C,c))ng(x,C)?(a[d]=x,a[n]=c,d=n):(a[d]=C,a[m]=c,d=m);else if(ng(x,c))a[d]=x,a[n]=c,d=n;else break a;}}return b;}function g(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id;}if("object"===typeof performance&&"function"===typeof performance.now){var l=performance;exports.unstable_now=function(){return l.now();};}else {var p=Date,q=p.now();exports.unstable_now=function(){return p.now()-q;};}var r=[],t=[],u=1,v=null,y=3,z=!1,A=!1,B=!1,D="function"===typeof setTimeout?setTimeout:null,E="function"===typeof clearTimeout?clearTimeout:null,F="undefined"!==typeof setImmediate?setImmediate:null;"undefined"!==typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function G(a){for(var b=h(t);null!==b;){if(null===b.callback)k(t);else if(b.startTime<=a)k(t),b.sortIndex=b.expirationTime,f(r,b);else break;b=h(t);}}function H(a){B=!1;G(a);if(!A)if(null!==h(r))A=!0,I(J);else {var b=h(t);null!==b&&K(H,b.startTime-a);}}function J(a,b){A=!1;B&&(B=!1,E(L),L=-1);z=!0;var c=y;try{G(b);for(v=h(r);null!==v&&(!(v.expirationTime>b)||a&&!M());){var d=v.callback;if("function"===typeof d){v.callback=null;y=v.priorityLevel;var e=d(v.expirationTime<=b);b=exports.unstable_now();"function"===typeof e?v.callback=e:v===h(r)&&k(r);G(b);}else k(r);v=h(r);}if(null!==v)var w=!0;else {var m=h(t);null!==m&&K(H,m.startTime-b);w=!1;}return w;}finally{v=null,y=c,z=!1;}}var N=!1,O=null,L=-1,P=5,Q=-1;function M(){return exports.unstable_now()-Qa||125d?(a.sortIndex=c,f(t,a),null===h(r)&&a===h(t)&&(B?(E(L),L=-1):B=!0,K(H,c-d))):(a.sortIndex=e,f(r,a),A||z||(A=!0,I(J)));return a;};exports.unstable_shouldYield=M;exports.unstable_wrapCallback=function(a){var b=y;return function(){var c=y;y=b;try{return a.apply(this,arguments);}finally{y=c;}};}; -} (scheduler_production_min)); - -{scheduler.exports=scheduler_production_min;} - -var schedulerExports = scheduler.exports; - -/** - * @license React - * react-dom.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -var aa=reactExports,ca=schedulerExports;function p$1(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;cb;}return !1;}function v(a,b,c,d,e,f,g){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=f;this.removeEmptyString=g;}var z={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){z[a]=new v(a,0,!1,a,null,!1,!1);});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){var b=a[0];z[b]=new v(b,1,!1,a[1],null,!1,!1);});["contentEditable","draggable","spellCheck","value"].forEach(function(a){z[a]=new v(a,2,!1,a.toLowerCase(),null,!1,!1);});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){z[a]=new v(a,2,!1,a,null,!1,!1);});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(a){z[a]=new v(a,3,!1,a.toLowerCase(),null,!1,!1);});["checked","multiple","muted","selected"].forEach(function(a){z[a]=new v(a,3,!0,a,null,!1,!1);});["capture","download"].forEach(function(a){z[a]=new v(a,4,!1,a,null,!1,!1);});["cols","rows","size","span"].forEach(function(a){z[a]=new v(a,6,!1,a,null,!1,!1);});["rowSpan","start"].forEach(function(a){z[a]=new v(a,5,!1,a.toLowerCase(),null,!1,!1);});var ra=/[\-:]([a-z])/g;function sa(a){return a[1].toUpperCase();}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(a){var b=a.replace(ra,sa);z[b]=new v(b,1,!1,a,null,!1,!1);});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(ra,sa);z[b]=new v(b,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1);});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(ra,sa);z[b]=new v(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1,!1);});["tabIndex","crossOrigin"].forEach(function(a){z[a]=new v(a,1,!1,a.toLowerCase(),null,!1,!1);});z.xlinkHref=new v("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(a){z[a]=new v(a,1,!1,a.toLowerCase(),null,!0,!0);});function ta(a,b,c,d){var e=z.hasOwnProperty(b)?z[b]:null;if(null!==e?0!==e.type:d||!(2h||e[g]!==f[h]){var k="\n"+e[g].replace(" at new "," at ");a.displayName&&k.includes("")&&(k=k.replace("",a.displayName));return k;}while(1<=g&&0<=h);}break;}}}finally{Na=!1,Error.prepareStackTrace=c;}return (a=a?a.displayName||a.name:"")?Ma(a):"";}function Pa(a){switch(a.tag){case 5:return Ma(a.type);case 16:return Ma("Lazy");case 13:return Ma("Suspense");case 19:return Ma("SuspenseList");case 0:case 2:case 15:return a=Oa(a.type,!1),a;case 11:return a=Oa(a.type.render,!1),a;case 1:return a=Oa(a.type,!0),a;default:return "";}}function Qa(a){if(null==a)return null;if("function"===typeof a)return a.displayName||a.name||null;if("string"===typeof a)return a;switch(a){case ya:return "Fragment";case wa:return "Portal";case Aa:return "Profiler";case za:return "StrictMode";case Ea:return "Suspense";case Fa:return "SuspenseList";}if("object"===typeof a)switch(a.$$typeof){case Ca:return (a.displayName||"Context")+".Consumer";case Ba:return (a._context.displayName||"Context")+".Provider";case Da:var b=a.render;a=a.displayName;a||(a=b.displayName||b.name||"",a=""!==a?"ForwardRef("+a+")":"ForwardRef");return a;case Ga:return b=a.displayName||null,null!==b?b:Qa(a.type)||"Memo";case Ha:b=a._payload;a=a._init;try{return Qa(a(b));}catch(c){}}return null;}function Ra(a){var b=a.type;switch(a.tag){case 24:return "Cache";case 9:return (b.displayName||"Context")+".Consumer";case 10:return (b._context.displayName||"Context")+".Provider";case 18:return "DehydratedFragment";case 11:return a=b.render,a=a.displayName||a.name||"",b.displayName||(""!==a?"ForwardRef("+a+")":"ForwardRef");case 7:return "Fragment";case 5:return b;case 4:return "Portal";case 3:return "Root";case 6:return "Text";case 16:return Qa(b);case 8:return b===za?"StrictMode":"Mode";case 22:return "Offscreen";case 12:return "Profiler";case 21:return "Scope";case 13:return "Suspense";case 19:return "SuspenseList";case 25:return "TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if("function"===typeof b)return b.displayName||b.name||null;if("string"===typeof b)return b;}return null;}function Sa(a){switch(typeof a){case"boolean":case"number":case"string":case"undefined":return a;case"object":return a;default:return "";}}function Ta(a){var b=a.type;return (a=a.nodeName)&&"input"===a.toLowerCase()&&("checkbox"===b||"radio"===b);}function Ua(a){var b=Ta(a)?"checked":"value",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=""+a[b];if(!a.hasOwnProperty(b)&&"undefined"!==typeof c&&"function"===typeof c.get&&"function"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this);},set:function(a){d=""+a;f.call(this,a);}});Object.defineProperty(a,b,{enumerable:c.enumerable});return {getValue:function(){return d;},setValue:function(a){d=""+a;},stopTracking:function(){a._valueTracker=null;delete a[b];}};}}function Va(a){a._valueTracker||(a._valueTracker=Ua(a));}function Wa(a){if(!a)return !1;var b=a._valueTracker;if(!b)return !0;var c=b.getValue();var d="";a&&(d=Ta(a)?a.checked?"true":"false":a.value);a=d;return a!==c?(b.setValue(a),!0):!1;}function Xa(a){a=a||("undefined"!==typeof document?document:void 0);if("undefined"===typeof a)return null;try{return a.activeElement||a.body;}catch(b){return a.body;}}function Ya(a,b){var c=b.checked;return A({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked});}function Za(a,b){var c=null==b.defaultValue?"":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=Sa(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:"checkbox"===b.type||"radio"===b.type?null!=b.checked:null!=b.value};}function ab(a,b){b=b.checked;null!=b&&ta(a,"checked",b,!1);}function bb(a,b){ab(a,b);var c=Sa(b.value),d=b.type;if(null!=c){if("number"===d){if(0===c&&""===a.value||a.value!=c)a.value=""+c;}else a.value!==""+c&&(a.value=""+c);}else if("submit"===d||"reset"===d){a.removeAttribute("value");return;}b.hasOwnProperty("value")?cb(a,b.type,c):b.hasOwnProperty("defaultValue")&&cb(a,b.type,Sa(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked);}function db(a,b,c){if(b.hasOwnProperty("value")||b.hasOwnProperty("defaultValue")){var d=b.type;if(!("submit"!==d&&"reset"!==d||void 0!==b.value&&null!==b.value))return;b=""+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b;}c=a.name;""!==c&&(a.name="");a.defaultChecked=!!a._wrapperState.initialChecked;""!==c&&(a.name=c);}function cb(a,b,c){if("number"!==b||Xa(a.ownerDocument)!==a)null==c?a.defaultValue=""+a._wrapperState.initialValue:a.defaultValue!==""+c&&(a.defaultValue=""+c);}var eb=Array.isArray;function fb(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e"+b.valueOf().toString()+"";for(b=mb.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild);}});function ob(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return;}}a.textContent=b;}var pb={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},qb=["Webkit","ms","Moz","O"];Object.keys(pb).forEach(function(a){qb.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);pb[b]=pb[a];});});function rb(a,b,c){return null==b||"boolean"===typeof b||""===b?"":c||"number"!==typeof b||0===b||pb.hasOwnProperty(a)&&pb[a]?(""+b).trim():b+"px";}function sb(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf("--"),e=rb(c,b[c],d);"float"===c&&(c="cssFloat");d?a.setProperty(c,e):a[c]=e;}}var tb=A({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function ub(a,b){if(b){if(tb[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML))throw Error(p$1(137,a));if(null!=b.dangerouslySetInnerHTML){if(null!=b.children)throw Error(p$1(60));if("object"!==typeof b.dangerouslySetInnerHTML||!("__html"in b.dangerouslySetInnerHTML))throw Error(p$1(61));}if(null!=b.style&&"object"!==typeof b.style)throw Error(p$1(62));}}function vb(a,b){if(-1===a.indexOf("-"))return "string"===typeof b.is;switch(a){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return !1;default:return !0;}}var wb=null;function xb(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a;}var yb=null,zb=null,Ab=null;function Bb(a){if(a=Cb(a)){if("function"!==typeof yb)throw Error(p$1(280));var b=a.stateNode;b&&(b=Db(b),yb(a.stateNode,a.type,b));}}function Eb(a){zb?Ab?Ab.push(a):Ab=[a]:zb=a;}function Fb(){if(zb){var a=zb,b=Ab;Ab=zb=null;Bb(a);if(b)for(a=0;a>>=0;return 0===a?32:31-(pc(a)/qc|0)|0;}var rc=64,sc=4194304;function tc(a){switch(a&-a){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return a&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return a&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return a;}}function uc(a,b){var c=a.pendingLanes;if(0===c)return 0;var d=0,e=a.suspendedLanes,f=a.pingedLanes,g=c&268435455;if(0!==g){var h=g&~e;0!==h?d=tc(h):(f&=g,0!==f&&(d=tc(f)));}else g=c&~e,0!==g?d=tc(g):0!==f&&(d=tc(f));if(0===d)return 0;if(0!==b&&b!==d&&0===(b&e)&&(e=d&-d,f=b&-b,e>=f||16===e&&0!==(f&4194240)))return b;0!==(d&4)&&(d|=c&16);b=a.entangledLanes;if(0!==b)for(a=a.entanglements,b&=d;0c;c++)b.push(a);return b;}function Ac(a,b,c){a.pendingLanes|=b;536870912!==b&&(a.suspendedLanes=0,a.pingedLanes=0);a=a.eventTimes;b=31-oc(b);a[b]=c;}function Bc(a,b){var c=a.pendingLanes&~b;a.pendingLanes=b;a.suspendedLanes=0;a.pingedLanes=0;a.expiredLanes&=b;a.mutableReadLanes&=b;a.entangledLanes&=b;b=a.entanglements;var d=a.eventTimes;for(a=a.expirationTimes;0=be),ee=String.fromCharCode(32),fe=!1;function ge(a,b){switch(a){case"keyup":return -1!==$d.indexOf(b.keyCode);case"keydown":return 229!==b.keyCode;case"keypress":case"mousedown":case"focusout":return !0;default:return !1;}}function he(a){a=a.detail;return "object"===typeof a&&"data"in a?a.data:null;}var ie=!1;function je(a,b){switch(a){case"compositionend":return he(b);case"keypress":if(32!==b.which)return null;fe=!0;return ee;case"textInput":return a=b.data,a===ee&&fe?null:a;default:return null;}}function ke(a,b){if(ie)return "compositionend"===a||!ae&&ge(a,b)?(a=nd(),md=ld=kd=null,ie=!1,a):null;switch(a){case"paste":return null;case"keypress":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1=b)return {node:c,offset:b-a};a=d;}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a;}c=c.parentNode;}c=void 0;}c=Je(c);}}function Le(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?Le(a,b.parentNode):"contains"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1;}function Me(){for(var a=window,b=Xa();b instanceof a.HTMLIFrameElement;){try{var c="string"===typeof b.contentWindow.location.href;}catch(d){c=!1;}if(c)a=b.contentWindow;else break;b=Xa(a.document);}return b;}function Ne(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&("input"===b&&("text"===a.type||"search"===a.type||"tel"===a.type||"url"===a.type||"password"===a.type)||"textarea"===b||"true"===a.contentEditable);}function Oe(a){var b=Me(),c=a.focusedElem,d=a.selectionRange;if(b!==c&&c&&c.ownerDocument&&Le(c.ownerDocument.documentElement,c)){if(null!==d&&Ne(c))if(b=d.start,a=d.end,void 0===a&&(a=b),"selectionStart"in c)c.selectionStart=b,c.selectionEnd=Math.min(a,c.value.length);else if(a=(b=c.ownerDocument||document)&&b.defaultView||window,a.getSelection){a=a.getSelection();var e=c.textContent.length,f=Math.min(d.start,e);d=void 0===d.end?f:Math.min(d.end,e);!a.extend&&f>d&&(e=d,d=f,f=e);e=Ke(c,f);var g=Ke(c,d);e&&g&&(1!==a.rangeCount||a.anchorNode!==e.node||a.anchorOffset!==e.offset||a.focusNode!==g.node||a.focusOffset!==g.offset)&&(b=b.createRange(),b.setStart(e.node,e.offset),a.removeAllRanges(),f>d?(a.addRange(b),a.extend(g.node,g.offset)):(b.setEnd(g.node,g.offset),a.addRange(b)));}b=[];for(a=c;a=a.parentNode;)1===a.nodeType&&b.push({element:a,left:a.scrollLeft,top:a.scrollTop});"function"===typeof c.focus&&c.focus();for(c=0;c=document.documentMode,Qe=null,Re=null,Se=null,Te=!1;function Ue(a,b,c){var d=c.window===c?c.document:9===c.nodeType?c:c.ownerDocument;Te||null==Qe||Qe!==Xa(d)||(d=Qe,"selectionStart"in d&&Ne(d)?d={start:d.selectionStart,end:d.selectionEnd}:(d=(d.ownerDocument&&d.ownerDocument.defaultView||window).getSelection(),d={anchorNode:d.anchorNode,anchorOffset:d.anchorOffset,focusNode:d.focusNode,focusOffset:d.focusOffset}),Se&&Ie(Se,d)||(Se=d,d=oe(Re,"onSelect"),0Tf||(a.current=Sf[Tf],Sf[Tf]=null,Tf--);}function G(a,b){Tf++;Sf[Tf]=a.current;a.current=b;}var Vf={},H=Uf(Vf),Wf=Uf(!1),Xf=Vf;function Yf(a,b){var c=a.type.contextTypes;if(!c)return Vf;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e;}function Zf(a){a=a.childContextTypes;return null!==a&&void 0!==a;}function $f(){E(Wf);E(H);}function ag(a,b,c){if(H.current!==Vf)throw Error(p$1(168));G(H,b);G(Wf,c);}function bg(a,b,c){var d=a.stateNode;b=b.childContextTypes;if("function"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)if(!(e in b))throw Error(p$1(108,Ra(a)||"Unknown",e));return A({},c,d);}function cg(a){a=(a=a.stateNode)&&a.__reactInternalMemoizedMergedChildContext||Vf;Xf=H.current;G(H,a);G(Wf,Wf.current);return !0;}function dg(a,b,c){var d=a.stateNode;if(!d)throw Error(p$1(169));c?(a=bg(a,b,Xf),d.__reactInternalMemoizedMergedChildContext=a,E(Wf),E(H),G(H,a)):E(Wf);G(Wf,c);}var eg=null,fg=!1,gg=!1;function hg(a){null===eg?eg=[a]:eg.push(a);}function ig(a){fg=!0;hg(a);}function jg(){if(!gg&&null!==eg){gg=!0;var a=0,b=C;try{var c=eg;for(C=1;a>=g;e-=g;rg=1<<32-oc(b)+e|c<w?(x=u,u=null):x=u.sibling;var n=r(e,u,h[w],k);if(null===n){null===u&&(u=x);break;}a&&u&&null===n.alternate&&b(e,u);g=f(n,g,w);null===m?l=n:m.sibling=n;m=n;u=x;}if(w===h.length)return c(e,u),I&&tg(e,w),l;if(null===u){for(;ww?(x=m,m=null):x=m.sibling;var t=r(e,m,n.value,k);if(null===t){null===m&&(m=x);break;}a&&m&&null===t.alternate&&b(e,m);g=f(t,g,w);null===u?l=t:u.sibling=t;u=t;m=x;}if(n.done)return c(e,m),I&&tg(e,w),l;if(null===m){for(;!n.done;w++,n=h.next())n=q(e,n.value,k),null!==n&&(g=f(n,g,w),null===u?l=n:u.sibling=n,u=n);I&&tg(e,w);return l;}for(m=d(e,m);!n.done;w++,n=h.next())n=y(m,e,w,n.value,k),null!==n&&(a&&null!==n.alternate&&m.delete(null===n.key?w:n.key),g=f(n,g,w),null===u?l=n:u.sibling=n,u=n);a&&m.forEach(function(a){return b(e,a);});I&&tg(e,w);return l;}function J(a,d,f,h){"object"===typeof f&&null!==f&&f.type===ya&&null===f.key&&(f=f.props.children);if("object"===typeof f&&null!==f){switch(f.$$typeof){case va:a:{for(var k=f.key,l=d;null!==l;){if(l.key===k){k=f.type;if(k===ya){if(7===l.tag){c(a,l.sibling);d=e(l,f.props.children);d.return=a;a=d;break a;}}else if(l.elementType===k||"object"===typeof k&&null!==k&&k.$$typeof===Ha&&uh(k)===l.type){c(a,l.sibling);d=e(l,f.props);d.ref=sh(a,l,f);d.return=a;a=d;break a;}c(a,l);break;}else b(a,l);l=l.sibling;}f.type===ya?(d=Ah(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=yh(f.type,f.key,f.props,null,a.mode,h),h.ref=sh(a,d,f),h.return=a,a=h);}return g(a);case wa:a:{for(l=f.key;null!==d;){if(d.key===l){if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[]);d.return=a;a=d;break a;}else {c(a,d);break;}}else b(a,d);d=d.sibling;}d=zh(f,a.mode,h);d.return=a;a=d;}return g(a);case Ha:return l=f._init,J(a,d,l(f._payload),h);}if(eb(f))return n(a,d,f,h);if(Ka(f))return t(a,d,f,h);th(a,f);}return "string"===typeof f&&""!==f||"number"===typeof f?(f=""+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f),d.return=a,a=d):(c(a,d),d=xh(f,a.mode,h),d.return=a,a=d),g(a)):c(a,d);}return J;}var Bh=vh(!0),Ch=vh(!1),Dh={},Eh=Uf(Dh),Fh=Uf(Dh),Gh=Uf(Dh);function Hh(a){if(a===Dh)throw Error(p$1(174));return a;}function Ih(a,b){G(Gh,b);G(Fh,a);G(Eh,Dh);a=b.nodeType;switch(a){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:lb(null,"");break;default:a=8===a?b.parentNode:b,b=a.namespaceURI||null,a=a.tagName,b=lb(b,a);}E(Eh);G(Eh,b);}function Jh(){E(Eh);E(Fh);E(Gh);}function Kh(a){Hh(Gh.current);var b=Hh(Eh.current);var c=lb(b,a.type);b!==c&&(G(Fh,a),G(Eh,c));}function Lh(a){Fh.current===a&&(E(Eh),E(Fh));}var M=Uf(0);function Mh(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||"$?"===c.data||"$!"===c.data))return b;}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if(0!==(b.flags&128))return b;}else if(null!==b.child){b.child.return=b;b=b.child;continue;}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return;}b.sibling.return=b.return;b=b.sibling;}return null;}var Nh=[];function Oh(){for(var a=0;ac?c:4;a(!0);var d=Qh.transition;Qh.transition={};try{a(!1),b();}finally{C=c,Qh.transition=d;}}function Fi(){return di().memoizedState;}function Gi(a,b,c){var d=lh(a);c={lane:d,action:c,hasEagerState:!1,eagerState:null,next:null};if(Hi(a))Ii(b,c);else if(c=Yg(a,b,c,d),null!==c){var e=L();mh(c,a,d,e);Ji(c,b,d);}}function ri(a,b,c){var d=lh(a),e={lane:d,action:c,hasEagerState:!1,eagerState:null,next:null};if(Hi(a))Ii(b,e);else {var f=a.alternate;if(0===a.lanes&&(null===f||0===f.lanes)&&(f=b.lastRenderedReducer,null!==f))try{var g=b.lastRenderedState,h=f(g,c);e.hasEagerState=!0;e.eagerState=h;if(He(h,g)){var k=b.interleaved;null===k?(e.next=e,Xg(b)):(e.next=k.next,k.next=e);b.interleaved=e;return;}}catch(l){}finally{}c=Yg(a,b,e,d);null!==c&&(e=L(),mh(c,a,d,e),Ji(c,b,d));}}function Hi(a){var b=a.alternate;return a===N||null!==b&&b===N;}function Ii(a,b){Th=Sh=!0;var c=a.pending;null===c?b.next=b:(b.next=c.next,c.next=b);a.pending=b;}function Ji(a,b,c){if(0!==(c&4194240)){var d=b.lanes;d&=a.pendingLanes;c|=d;b.lanes=c;Cc(a,c);}}var ai={readContext:Vg,useCallback:Q,useContext:Q,useEffect:Q,useImperativeHandle:Q,useInsertionEffect:Q,useLayoutEffect:Q,useMemo:Q,useReducer:Q,useRef:Q,useState:Q,useDebugValue:Q,useDeferredValue:Q,useTransition:Q,useMutableSource:Q,useSyncExternalStore:Q,useId:Q,unstable_isNewReconciler:!1},Yh={readContext:Vg,useCallback:function(a,b){ci().memoizedState=[a,void 0===b?null:b];return a;},useContext:Vg,useEffect:vi,useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return ti(4194308,4,yi.bind(null,b,a),c);},useLayoutEffect:function(a,b){return ti(4194308,4,a,b);},useInsertionEffect:function(a,b){return ti(4,2,a,b);},useMemo:function(a,b){var c=ci();b=void 0===b?null:b;a=a();c.memoizedState=[a,b];return a;},useReducer:function(a,b,c){var d=ci();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:a,lastRenderedState:b};d.queue=a;a=a.dispatch=Gi.bind(null,N,a);return [d.memoizedState,a];},useRef:function(a){var b=ci();a={current:a};return b.memoizedState=a;},useState:qi,useDebugValue:Ai,useDeferredValue:function(a){return ci().memoizedState=a;},useTransition:function(){var a=qi(!1),b=a[0];a=Ei.bind(null,a[1]);ci().memoizedState=a;return [b,a];},useMutableSource:function(){},useSyncExternalStore:function(a,b,c){var d=N,e=ci();if(I){if(void 0===c)throw Error(p$1(407));c=c();}else {c=b();if(null===R)throw Error(p$1(349));0!==(Rh&30)||ni(d,b,c);}e.memoizedState=c;var f={value:c,getSnapshot:b};e.queue=f;vi(ki.bind(null,d,f,a),[a]);d.flags|=2048;li(9,mi.bind(null,d,f,c,b),void 0,null);return c;},useId:function(){var a=ci(),b=R.identifierPrefix;if(I){var c=sg;var d=rg;c=(d&~(1<<32-oc(d)-1)).toString(32)+c;b=":"+b+"R"+c;c=Uh++;0\x3c/script>",a=a.removeChild(a.firstChild)):"string"===typeof d.is?a=g.createElement(c,{is:d.is}):(a=g.createElement(c),"select"===c&&(g=a,d.multiple?g.multiple=!0:d.size&&(g.size=d.size))):a=g.createElementNS(a,c);a[Of]=b;a[Pf]=d;Aj(a,b,!1,!1);b.stateNode=a;a:{g=vb(c,d);switch(c){case"dialog":D("cancel",a);D("close",a);e=d;break;case"iframe":case"object":case"embed":D("load",a);e=d;break;case"video":case"audio":for(e=0;eHj&&(b.flags|=128,d=!0,Ej(f,!1),b.lanes=4194304);}}else {if(!d)if(a=Mh(g),null!==a){if(b.flags|=128,d=!0,c=a.updateQueue,null!==c&&(b.updateQueue=c,b.flags|=4),Ej(f,!0),null===f.tail&&"hidden"===f.tailMode&&!g.alternate&&!I)return S(b),null;}else 2*B()-f.renderingStartTime>Hj&&1073741824!==c&&(b.flags|=128,d=!0,Ej(f,!1),b.lanes=4194304);f.isBackwards?(g.sibling=b.child,b.child=g):(c=f.last,null!==c?c.sibling=g:b.child=g,f.last=g);}if(null!==f.tail)return b=f.tail,f.rendering=b,f.tail=b.sibling,f.renderingStartTime=B(),b.sibling=null,c=M.current,G(M,d?c&1|2:c&1),b;S(b);return null;case 22:case 23:return Ij(),d=null!==b.memoizedState,null!==a&&null!==a.memoizedState!==d&&(b.flags|=8192),d&&0!==(b.mode&1)?0!==(gj&1073741824)&&(S(b),b.subtreeFlags&6&&(b.flags|=8192)):S(b),null;case 24:return null;case 25:return null;}throw Error(p$1(156,b.tag));}function Jj(a,b){wg(b);switch(b.tag){case 1:return Zf(b.type)&&$f(),a=b.flags,a&65536?(b.flags=a&-65537|128,b):null;case 3:return Jh(),E(Wf),E(H),Oh(),a=b.flags,0!==(a&65536)&&0===(a&128)?(b.flags=a&-65537|128,b):null;case 5:return Lh(b),null;case 13:E(M);a=b.memoizedState;if(null!==a&&null!==a.dehydrated){if(null===b.alternate)throw Error(p$1(340));Ig();}a=b.flags;return a&65536?(b.flags=a&-65537|128,b):null;case 19:return E(M),null;case 4:return Jh(),null;case 10:return Rg(b.type._context),null;case 22:case 23:return Ij(),null;case 24:return null;default:return null;}}var Kj=!1,U=!1,Lj="function"===typeof WeakSet?WeakSet:Set,V=null;function Mj(a,b){var c=a.ref;if(null!==c)if("function"===typeof c)try{c(null);}catch(d){W(a,b,d);}else c.current=null;}function Nj(a,b,c){try{c();}catch(d){W(a,b,d);}}var Oj=!1;function Pj(a,b){Cf=dd;a=Me();if(Ne(a)){if("selectionStart"in a)var c={start:a.selectionStart,end:a.selectionEnd};else a:{c=(c=a.ownerDocument)&&c.defaultView||window;var d=c.getSelection&&c.getSelection();if(d&&0!==d.rangeCount){c=d.anchorNode;var e=d.anchorOffset,f=d.focusNode;d=d.focusOffset;try{c.nodeType,f.nodeType;}catch(F){c=null;break a;}var g=0,h=-1,k=-1,l=0,m=0,q=a,r=null;b:for(;;){for(var y;;){q!==c||0!==e&&3!==q.nodeType||(h=g+e);q!==f||0!==d&&3!==q.nodeType||(k=g+d);3===q.nodeType&&(g+=q.nodeValue.length);if(null===(y=q.firstChild))break;r=q;q=y;}for(;;){if(q===a)break b;r===c&&++l===e&&(h=g);r===f&&++m===d&&(k=g);if(null!==(y=q.nextSibling))break;q=r;r=q.parentNode;}q=y;}c=-1===h||-1===k?null:{start:h,end:k};}else c=null;}c=c||{start:0,end:0};}else c=null;Df={focusedElem:a,selectionRange:c};dd=!1;for(V=b;null!==V;)if(b=V,a=b.child,0!==(b.subtreeFlags&1028)&&null!==a)a.return=b,V=a;else for(;null!==V;){b=V;try{var n=b.alternate;if(0!==(b.flags&1024))switch(b.tag){case 0:case 11:case 15:break;case 1:if(null!==n){var t=n.memoizedProps,J=n.memoizedState,x=b.stateNode,w=x.getSnapshotBeforeUpdate(b.elementType===b.type?t:Lg(b.type,t),J);x.__reactInternalSnapshotBeforeUpdate=w;}break;case 3:var u=b.stateNode.containerInfo;1===u.nodeType?u.textContent="":9===u.nodeType&&u.documentElement&&u.removeChild(u.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(p$1(163));}}catch(F){W(b,b.return,F);}a=b.sibling;if(null!==a){a.return=b.return;V=a;break;}V=b.return;}n=Oj;Oj=!1;return n;}function Qj(a,b,c){var d=b.updateQueue;d=null!==d?d.lastEffect:null;if(null!==d){var e=d=d.next;do{if((e.tag&a)===a){var f=e.destroy;e.destroy=void 0;void 0!==f&&Nj(b,c,f);}e=e.next;}while(e!==d);}}function Rj(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.create;c.destroy=d();}c=c.next;}while(c!==b);}}function Sj(a){var b=a.ref;if(null!==b){var c=a.stateNode;switch(a.tag){case 5:a=c;break;default:a=c;}"function"===typeof b?b(a):b.current=a;}}function Tj(a){var b=a.alternate;null!==b&&(a.alternate=null,Tj(b));a.child=null;a.deletions=null;a.sibling=null;5===a.tag&&(b=a.stateNode,null!==b&&(delete b[Of],delete b[Pf],delete b[of],delete b[Qf],delete b[Rf]));a.stateNode=null;a.return=null;a.dependencies=null;a.memoizedProps=null;a.memoizedState=null;a.pendingProps=null;a.stateNode=null;a.updateQueue=null;}function Uj(a){return 5===a.tag||3===a.tag||4===a.tag;}function Vj(a){a:for(;;){for(;null===a.sibling;){if(null===a.return||Uj(a.return))return null;a=a.return;}a.sibling.return=a.return;for(a=a.sibling;5!==a.tag&&6!==a.tag&&18!==a.tag;){if(a.flags&2)continue a;if(null===a.child||4===a.tag)continue a;else a.child.return=a,a=a.child;}if(!(a.flags&2))return a.stateNode;}}function Wj(a,b,c){var d=a.tag;if(5===d||6===d)a=a.stateNode,b?8===c.nodeType?c.parentNode.insertBefore(a,b):c.insertBefore(a,b):(8===c.nodeType?(b=c.parentNode,b.insertBefore(a,c)):(b=c,b.appendChild(a)),c=c._reactRootContainer,null!==c&&void 0!==c||null!==b.onclick||(b.onclick=Bf));else if(4!==d&&(a=a.child,null!==a))for(Wj(a,b,c),a=a.sibling;null!==a;)Wj(a,b,c),a=a.sibling;}function Xj(a,b,c){var d=a.tag;if(5===d||6===d)a=a.stateNode,b?c.insertBefore(a,b):c.appendChild(a);else if(4!==d&&(a=a.child,null!==a))for(Xj(a,b,c),a=a.sibling;null!==a;)Xj(a,b,c),a=a.sibling;}var X=null,Yj=!1;function Zj(a,b,c){for(c=c.child;null!==c;)ak(a,b,c),c=c.sibling;}function ak(a,b,c){if(lc&&"function"===typeof lc.onCommitFiberUnmount)try{lc.onCommitFiberUnmount(kc,c);}catch(h){}switch(c.tag){case 5:U||Mj(c,b);case 6:var d=X,e=Yj;X=null;Zj(a,b,c);X=d;Yj=e;null!==X&&(Yj?(a=X,c=c.stateNode,8===a.nodeType?a.parentNode.removeChild(c):a.removeChild(c)):X.removeChild(c.stateNode));break;case 18:null!==X&&(Yj?(a=X,c=c.stateNode,8===a.nodeType?Kf(a.parentNode,c):1===a.nodeType&&Kf(a,c),bd(a)):Kf(X,c.stateNode));break;case 4:d=X;e=Yj;X=c.stateNode.containerInfo;Yj=!0;Zj(a,b,c);X=d;Yj=e;break;case 0:case 11:case 14:case 15:if(!U&&(d=c.updateQueue,null!==d&&(d=d.lastEffect,null!==d))){e=d=d.next;do{var f=e,g=f.destroy;f=f.tag;void 0!==g&&(0!==(f&2)?Nj(c,b,g):0!==(f&4)&&Nj(c,b,g));e=e.next;}while(e!==d);}Zj(a,b,c);break;case 1:if(!U&&(Mj(c,b),d=c.stateNode,"function"===typeof d.componentWillUnmount))try{d.props=c.memoizedProps,d.state=c.memoizedState,d.componentWillUnmount();}catch(h){W(c,b,h);}Zj(a,b,c);break;case 21:Zj(a,b,c);break;case 22:c.mode&1?(U=(d=U)||null!==c.memoizedState,Zj(a,b,c),U=d):Zj(a,b,c);break;default:Zj(a,b,c);}}function bk(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c=a.stateNode;null===c&&(c=a.stateNode=new Lj());b.forEach(function(b){var d=ck.bind(null,a,b);c.has(b)||(c.add(b),b.then(d,d));});}}function dk(a,b){var c=b.deletions;if(null!==c)for(var d=0;de&&(e=g);d&=~f;}d=e;d=B()-d;d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3E3>d?3E3:4320>d?4320:1960*mk(d/1960))-d;if(10a?16:a;if(null===xk)var d=!1;else {a=xk;xk=null;yk=0;if(0!==(K&6))throw Error(p$1(331));var e=K;K|=4;for(V=a.current;null!==V;){var f=V,g=f.child;if(0!==(V.flags&16)){var h=f.deletions;if(null!==h){for(var k=0;kB()-gk?Lk(a,0):sk|=c);Ek(a,b);}function Zk(a,b){0===b&&(0===(a.mode&1)?b=1:(b=sc,sc<<=1,0===(sc&130023424)&&(sc=4194304)));var c=L();a=Zg(a,b);null!==a&&(Ac(a,b,c),Ek(a,c));}function vj(a){var b=a.memoizedState,c=0;null!==b&&(c=b.retryLane);Zk(a,c);}function ck(a,b){var c=0;switch(a.tag){case 13:var d=a.stateNode;var e=a.memoizedState;null!==e&&(c=e.retryLane);break;case 19:d=a.stateNode;break;default:throw Error(p$1(314));}null!==d&&d.delete(b);Zk(a,c);}var Wk;Wk=function(a,b,c){if(null!==a){if(a.memoizedProps!==b.pendingProps||Wf.current)Ug=!0;else {if(0===(a.lanes&c)&&0===(b.flags&128))return Ug=!1,zj(a,b,c);Ug=0!==(a.flags&131072)?!0:!1;}}else Ug=!1,I&&0!==(b.flags&1048576)&&ug(b,ng,b.index);b.lanes=0;switch(b.tag){case 2:var d=b.type;jj(a,b);a=b.pendingProps;var e=Yf(b,H.current);Tg(b,c);e=Xh(null,b,d,a,e,c);var f=bi();b.flags|=1;"object"===typeof e&&null!==e&&"function"===typeof e.render&&void 0===e.$$typeof?(b.tag=1,b.memoizedState=null,b.updateQueue=null,Zf(d)?(f=!0,cg(b)):f=!1,b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null,ah(b),e.updater=nh,b.stateNode=e,e._reactInternals=b,rh(b,d,a,c),b=kj(null,b,d,!0,f,c)):(b.tag=0,I&&f&&vg(b),Yi(null,b,e,c),b=b.child);return b;case 16:d=b.elementType;a:{jj(a,b);a=b.pendingProps;e=d._init;d=e(d._payload);b.type=d;e=b.tag=$k(d);a=Lg(d,a);switch(e){case 0:b=dj(null,b,d,a,c);break a;case 1:b=ij(null,b,d,a,c);break a;case 11:b=Zi(null,b,d,a,c);break a;case 14:b=aj(null,b,d,Lg(d.type,a),c);break a;}throw Error(p$1(306,d,""));}return b;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Lg(d,e),dj(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Lg(d,e),ij(a,b,d,e,c);case 3:a:{lj(b);if(null===a)throw Error(p$1(387));d=b.pendingProps;f=b.memoizedState;e=f.element;bh(a,b);gh(b,d,null,c);var g=b.memoizedState;d=g.element;if(f.isDehydrated){if(f={element:d,isDehydrated:!1,cache:g.cache,pendingSuspenseBoundaries:g.pendingSuspenseBoundaries,transitions:g.transitions},b.updateQueue.baseState=f,b.memoizedState=f,b.flags&256){e=Ki(Error(p$1(423)),b);b=mj(a,b,d,c,e);break a;}else if(d!==e){e=Ki(Error(p$1(424)),b);b=mj(a,b,d,c,e);break a;}else for(yg=Lf(b.stateNode.containerInfo.firstChild),xg=b,I=!0,zg=null,c=Ch(b,null,d,c),b.child=c;c;)c.flags=c.flags&-3|4096,c=c.sibling;}else {Ig();if(d===e){b=$i(a,b,c);break a;}Yi(a,b,d,c);}b=b.child;}return b;case 5:return Kh(b),null===a&&Eg(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:null,g=e.children,Ef(d,e)?g=null:null!==f&&Ef(d,f)&&(b.flags|=32),hj(a,b),Yi(a,b,g,c),b.child;case 6:return null===a&&Eg(b),null;case 13:return pj(a,b,c);case 4:return Ih(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Bh(b,null,d,c):Yi(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Lg(d,e),Zi(a,b,d,e,c);case 7:return Yi(a,b,b.pendingProps,c),b.child;case 8:return Yi(a,b,b.pendingProps.children,c),b.child;case 12:return Yi(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;f=b.memoizedProps;g=e.value;G(Mg,d._currentValue);d._currentValue=g;if(null!==f)if(He(f.value,g)){if(f.children===e.children&&!Wf.current){b=$i(a,b,c);break a;}}else for(f=b.child,null!==f&&(f.return=b);null!==f;){var h=f.dependencies;if(null!==h){g=f.child;for(var k=h.firstContext;null!==k;){if(k.context===d){if(1===f.tag){k=ch(-1,c&-c);k.tag=2;var l=f.updateQueue;if(null!==l){l=l.shared;var m=l.pending;null===m?k.next=k:(k.next=m.next,m.next=k);l.pending=k;}}f.lanes|=c;k=f.alternate;null!==k&&(k.lanes|=c);Sg(f.return,c,b);h.lanes|=c;break;}k=k.next;}}else if(10===f.tag)g=f.type===b.type?null:f.child;else if(18===f.tag){g=f.return;if(null===g)throw Error(p$1(341));g.lanes|=c;h=g.alternate;null!==h&&(h.lanes|=c);Sg(g,c,b);g=f.sibling;}else g=f.child;if(null!==g)g.return=f;else for(g=f;null!==g;){if(g===b){g=null;break;}f=g.sibling;if(null!==f){f.return=g.return;g=f;break;}g=g.return;}f=g;}Yi(a,b,e.children,c);b=b.child;}return b;case 9:return e=b.type,d=b.pendingProps.children,Tg(b,c),e=Vg(e),d=d(e),b.flags|=1,Yi(a,b,d,c),b.child;case 14:return d=b.type,e=Lg(d,b.pendingProps),e=Lg(d.type,e),aj(a,b,d,e,c);case 15:return cj(a,b,b.type,b.pendingProps,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:Lg(d,e),jj(a,b),b.tag=1,Zf(d)?(a=!0,cg(b)):a=!1,Tg(b,c),ph(b,d,e),rh(b,d,e,c),kj(null,b,d,!0,a,c);case 19:return yj(a,b,c);case 22:return ej(a,b,c);}throw Error(p$1(156,b.tag));};function Gk(a,b){return ac(a,b);}function al(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.subtreeFlags=this.flags=0;this.deletions=null;this.childLanes=this.lanes=0;this.alternate=null;}function Bg(a,b,c,d){return new al(a,b,c,d);}function bj(a){a=a.prototype;return !(!a||!a.isReactComponent);}function $k(a){if("function"===typeof a)return bj(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===Da)return 11;if(a===Ga)return 14;}return 2;}function wh(a,b){var c=a.alternate;null===c?(c=Bg(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.type=a.type,c.flags=0,c.subtreeFlags=0,c.deletions=null);c.flags=a.flags&14680064;c.childLanes=a.childLanes;c.lanes=a.lanes;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{lanes:b.lanes,firstContext:b.firstContext};c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c;}function yh(a,b,c,d,e,f){var g=2;d=a;if("function"===typeof a)bj(a)&&(g=1);else if("string"===typeof a)g=5;else a:switch(a){case ya:return Ah(c.children,e,f,b);case za:g=8;e|=8;break;case Aa:return a=Bg(12,c,b,e|2),a.elementType=Aa,a.lanes=f,a;case Ea:return a=Bg(13,c,b,e),a.elementType=Ea,a.lanes=f,a;case Fa:return a=Bg(19,c,b,e),a.elementType=Fa,a.lanes=f,a;case Ia:return qj(c,e,f,b);default:if("object"===typeof a&&null!==a)switch(a.$$typeof){case Ba:g=10;break a;case Ca:g=9;break a;case Da:g=11;break a;case Ga:g=14;break a;case Ha:g=16;d=null;break a;}throw Error(p$1(130,null==a?a:typeof a,""));}b=Bg(g,c,b,e);b.elementType=a;b.type=d;b.lanes=f;return b;}function Ah(a,b,c,d){a=Bg(7,a,d,b);a.lanes=c;return a;}function qj(a,b,c,d){a=Bg(22,a,d,b);a.elementType=Ia;a.lanes=c;a.stateNode={isHidden:!1};return a;}function xh(a,b,c){a=Bg(6,a,null,b);a.lanes=c;return a;}function zh(a,b,c){b=Bg(4,null!==a.children?a.children:[],a.key,b);b.lanes=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b;}function bl(a,b,c,d,e){this.tag=b;this.containerInfo=a;this.finishedWork=this.pingCache=this.current=this.pendingChildren=null;this.timeoutHandle=-1;this.callbackNode=this.pendingContext=this.context=null;this.callbackPriority=0;this.eventTimes=zc(0);this.expirationTimes=zc(-1);this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0;this.entanglements=zc(0);this.identifierPrefix=d;this.onRecoverableError=e;this.mutableSourceEagerHydrationData=null;}function cl(a,b,c,d,e,f,g,h,k){a=new bl(a,b,c,h,k);1===b?(b=1,!0===f&&(b|=8)):b=0;f=Bg(3,null,null,b);a.current=f;f.stateNode=a;f.memoizedState={element:d,isDehydrated:c,cache:null,transitions:null,pendingSuspenseBoundaries:null};ah(f);return a;}function dl(a,b,c){var d=3 is set, -// the File will have a {webkitRelativePath} property -// https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory -:typeof webkitRelativePath==='string'&&webkitRelativePath.length>0?webkitRelativePath:file.name,writable:false,configurable:false,enumerable:true});}return f;}function withMimeType(file){var name=file.name;var hasExtension=name&&name.lastIndexOf('.')!==-1;if(hasExtension&&!file.type){var ext=name.split('.').pop().toLowerCase();var type=COMMON_MIME_TYPES.get(ext);if(type){Object.defineProperty(file,'type',{value:type,writable:false,configurable:false,enumerable:true});}}return file;} - -var FILES_TO_IGNORE=[// Thumbnail cache files for macOS and Windows -'.DS_Store','Thumbs.db'// Windows -];/** - * Convert a DragEvent's DataTrasfer object to a list of File objects - * NOTE: If some of the items are folders, - * everything will be flattened and placed in the same list but the paths will be kept as a {path} property. - * - * EXPERIMENTAL: A list of https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle objects can also be passed as an arg - * and a list of File objects will be returned. - * - * @param evt - */function fromEvent(evt){return __awaiter(this,void 0,void 0,function(){return __generator(this,function(_a){if(isObject(evt)&&isDataTransfer(evt.dataTransfer)){return [2/*return*/,getDataTransferFiles(evt.dataTransfer,evt.type)];}else if(isChangeEvt(evt)){return [2/*return*/,getInputFiles(evt)];}else if(Array.isArray(evt)&&evt.every(function(item){return 'getFile'in item&&typeof item.getFile==='function';})){return [2/*return*/,getFsHandleFiles(evt)];}return [2/*return*/,[]];});});}function isDataTransfer(value){return isObject(value);}function isChangeEvt(value){return isObject(value)&&isObject(value.target);}function isObject(v){return typeof v==='object'&&v!==null;}function getInputFiles(evt){return fromList(evt.target.files).map(function(file){return toFileWithPath(file);});}// Ee expect each handle to be https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle -function getFsHandleFiles(handles){return __awaiter(this,void 0,void 0,function(){var files;return __generator(this,function(_a){switch(_a.label){case 0:return [4/*yield*/,Promise.all(handles.map(function(h){return h.getFile();}))];case 1:files=_a.sent();return [2/*return*/,files.map(function(file){return toFileWithPath(file);})];}});});}function getDataTransferFiles(dt,type){return __awaiter(this,void 0,void 0,function(){var items,files;return __generator(this,function(_a){switch(_a.label){case 0:if(!dt.items)return [3/*break*/,2];items=fromList(dt.items).filter(function(item){return item.kind==='file';});// According to https://html.spec.whatwg.org/multipage/dnd.html#dndevents, -// only 'dragstart' and 'drop' has access to the data (source node) -if(type!=='drop'){return [2/*return*/,items];}return [4/*yield*/,Promise.all(items.map(toFilePromises))];case 1:files=_a.sent();return [2/*return*/,noIgnoredFiles(flatten(files))];case 2:return [2/*return*/,noIgnoredFiles(fromList(dt.files).map(function(file){return toFileWithPath(file);}))];}});});}function noIgnoredFiles(files){return files.filter(function(file){return FILES_TO_IGNORE.indexOf(file.name)===-1;});}// IE11 does not support Array.from() -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from#Browser_compatibility -// https://developer.mozilla.org/en-US/docs/Web/API/FileList -// https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItemList -function fromList(items){if(items===null){return [];}var files=[];// tslint:disable: prefer-for-of -for(var i=0;iarr.length)len=arr.length;for(var i=0,arr2=new Array(len);imaxSize)return [false,getTooLargeRejectionErr(maxSize)];if(file.sizemaxSize)return [false,getTooLargeRejectionErr(maxSize)];}return [true,null];}function isDefined(value){return value!==undefined&&value!==null;}/** - * - * @param {object} options - * @param {File[]} options.files - * @param {string|string[]} [options.accept] - * @param {number} [options.minSize] - * @param {number} [options.maxSize] - * @param {boolean} [options.multiple] - * @param {number} [options.maxFiles] - * @param {(f: File) => FileError|FileError[]|null} [options.validator] - * @returns - */function allFilesAccepted(_ref){var files=_ref.files,accept=_ref.accept,minSize=_ref.minSize,maxSize=_ref.maxSize,multiple=_ref.multiple,maxFiles=_ref.maxFiles,validator=_ref.validator;if(!multiple&&files.length>1||multiple&&maxFiles>=1&&files.length>maxFiles){return false;}return files.every(function(file){var _fileAccepted=fileAccepted(file,accept),_fileAccepted2=_slicedToArray$1(_fileAccepted,1),accepted=_fileAccepted2[0];var _fileMatchSize=fileMatchSize(file,minSize,maxSize),_fileMatchSize2=_slicedToArray$1(_fileMatchSize,1),sizeMatch=_fileMatchSize2[0];var customErrors=validator?validator(file):null;return accepted&&sizeMatch&&!customErrors;});}// React's synthetic events has event.isPropagationStopped, -// but to remain compatibility with other libs (Preact) fall back -// to check event.cancelBubble -function isPropagationStopped(event){if(typeof event.isPropagationStopped==="function"){return event.isPropagationStopped();}else if(typeof event.cancelBubble!=="undefined"){return event.cancelBubble;}return false;}function isEvtWithFiles(event){if(!event.dataTransfer){return !!event.target&&!!event.target.files;}// https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/types -// https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types#file -return Array.prototype.some.call(event.dataTransfer.types,function(type){return type==="Files"||type==="application/x-moz-file";});}function onDocumentDragOver(event){event.preventDefault();}function isIe(userAgent){return userAgent.indexOf("MSIE")!==-1||userAgent.indexOf("Trident/")!==-1;}function isEdge(userAgent){return userAgent.indexOf("Edge/")!==-1;}function isIeOrEdge(){var userAgent=arguments.length>0&&arguments[0]!==undefined?arguments[0]:window.navigator.userAgent;return isIe(userAgent)||isEdge(userAgent);}/** - * This is intended to be used to compose event handlers - * They are executed in order until one of them calls `event.isPropagationStopped()`. - * Note that the check is done on the first invoke too, - * meaning that if propagation was stopped before invoking the fns, - * no handlers will be executed. - * - * @param {Function} fns the event hanlder functions - * @return {Function} the event handler to add to an element - */function composeEventHandlers(){for(var _len=arguments.length,fns=new Array(_len),_key=0;_key<_len;_key++){fns[_key]=arguments[_key];}return function(event){for(var _len2=arguments.length,args=new Array(_len2>1?_len2-1:0),_key2=1;_key2<_len2;_key2++){args[_key2-1]=arguments[_key2];}return fns.some(function(fn){if(!isPropagationStopped(event)&&fn){fn.apply(void 0,[event].concat(args));}return isPropagationStopped(event);});};}/** - * canUseFileSystemAccessAPI checks if the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) - * is supported by the browser. - * @returns {boolean} - */function canUseFileSystemAccessAPI(){return "showOpenFilePicker"in window;}/** - * Convert the `{accept}` dropzone prop to the - * `{types}` option for https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker - * - * @param {AcceptProp} accept - * @returns {{accept: string[]}[]} - */function pickerOptionsFromAccept(accept){if(isDefined(accept)){var acceptForPicker=Object.entries(accept).filter(function(_ref2){var _ref3=_slicedToArray$1(_ref2,2),mimeType=_ref3[0],ext=_ref3[1];var ok=true;if(!isMIMEType(mimeType)){console.warn("Skipped \"".concat(mimeType,"\" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types."));ok=false;}if(!Array.isArray(ext)||!ext.every(isExt)){console.warn("Skipped \"".concat(mimeType,"\" because an invalid file extension was provided."));ok=false;}return ok;}).reduce(function(agg,_ref4){var _ref5=_slicedToArray$1(_ref4,2),mimeType=_ref5[0],ext=_ref5[1];return _objectSpread$1(_objectSpread$1({},agg),{},_defineProperty$2({},mimeType,ext));},{});return [{// description is required due to https://crbug.com/1264708 -description:"Files",accept:acceptForPicker}];}return accept;}/** - * Convert the `{accept}` dropzone prop to an array of MIME types/extensions. - * @param {AcceptProp} accept - * @returns {string} - */function acceptPropAsAcceptAttr(accept){if(isDefined(accept)){return Object.entries(accept).reduce(function(a,_ref6){var _ref7=_slicedToArray$1(_ref6,2),mimeType=_ref7[0],ext=_ref7[1];return [].concat(_toConsumableArray$2(a),[mimeType],_toConsumableArray$2(ext));},[])// Silently discard invalid entries as pickerOptionsFromAccept warns about these -.filter(function(v){return isMIMEType(v)||isExt(v);}).join(",");}return undefined;}/** - * Check if v is an exception caused by aborting a request (e.g window.showOpenFilePicker()). - * - * See https://developer.mozilla.org/en-US/docs/Web/API/DOMException. - * @param {any} v - * @returns {boolean} True if v is an abort exception. - */function isAbort(v){return v instanceof DOMException&&(v.name==="AbortError"||v.code===v.ABORT_ERR);}/** - * Check if v is a security error. - * - * See https://developer.mozilla.org/en-US/docs/Web/API/DOMException. - * @param {any} v - * @returns {boolean} True if v is a security error. - */function isSecurityError(v){return v instanceof DOMException&&(v.name==="SecurityError"||v.code===v.SECURITY_ERR);}/** - * Check if v is a MIME type string. - * - * See accepted format: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#unique_file_type_specifiers. - * - * @param {string} v - */function isMIMEType(v){return v==="audio/*"||v==="video/*"||v==="image/*"||v==="text/*"||/\w+\/[-+.\w]+/g.test(v);}/** - * Check if v is a file extension. - * @param {string} v - */function isExt(v){return /^.*\.[\w]+$/.test(v);}/** - * @typedef {Object.} AcceptProp - */ /** - * @typedef {object} FileError - * @property {string} message - * @property {ErrorCode|string} code - */ /** - * @typedef {"file-invalid-type"|"file-too-large"|"file-too-small"|"too-many-files"} ErrorCode - */ - -var _excluded=["children"],_excluded2=["open"],_excluded3=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],_excluded4=["refKey","onChange","onClick"];function _toConsumableArray$1(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableSpread();}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _iterableToArray(iter){if(typeof Symbol!=="undefined"&&iter[Symbol.iterator]!=null||iter["@@iterator"]!=null)return Array.from(iter);}function _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr);}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest();}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&&o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i=0)continue;if(!Object.prototype.propertyIsEnumerable.call(source,key))continue;target[key]=source[key];}}return target;}function _objectWithoutPropertiesLoose(source,excluded){if(source==null)return {};var target={};var sourceKeys=Object.keys(source);var key,i;for(i=0;i=0)continue;target[key]=source[key];}return target;}/** - * Convenience wrapper component for the `useDropzone` hook - * - * ```jsx - * - * {({getRootProps, getInputProps}) => ( - *
- * - *

Drag 'n' drop some files here, or click to select files

- *
- * )} - *
- * ``` - */var Dropzone=/*#__PURE__*/reactExports.forwardRef(function(_ref,ref){var children=_ref.children,params=_objectWithoutProperties(_ref,_excluded);var _useDropzone=useDropzone(params),open=_useDropzone.open,props=_objectWithoutProperties(_useDropzone,_excluded2);reactExports.useImperativeHandle(ref,function(){return {open:open};},[open]);// TODO: Figure out why react-styleguidist cannot create docs if we don't return a jsx element -return/*#__PURE__*/React.createElement(reactExports.Fragment,null,children(_objectSpread(_objectSpread({},props),{},{open:open})));});Dropzone.displayName="Dropzone";// Add default props for react-docgen -var defaultProps={disabled:false,getFilesFromEvent:fromEvent,maxSize:Infinity,minSize:0,multiple:true,maxFiles:0,preventDropOnDocument:true,noClick:false,noKeyboard:false,noDrag:false,noDragEventsBubbling:false,validator:null,useFsAccessApi:true,autoFocus:false};Dropzone.defaultProps=defaultProps;Dropzone.propTypes={/** - * Render function that exposes the dropzone state and prop getter fns - * - * @param {object} params - * @param {Function} params.getRootProps Returns the props you should apply to the root drop container you render - * @param {Function} params.getInputProps Returns the props you should apply to hidden file input you render - * @param {Function} params.open Open the native file selection dialog - * @param {boolean} params.isFocused Dropzone area is in focus - * @param {boolean} params.isFileDialogActive File dialog is opened - * @param {boolean} params.isDragActive Active drag is in progress - * @param {boolean} params.isDragAccept Dragged files are accepted - * @param {boolean} params.isDragReject Some dragged files are rejected - * @param {File[]} params.acceptedFiles Accepted files - * @param {FileRejection[]} params.fileRejections Rejected files and why they were rejected - */children:PropTypes.func,/** - * Set accepted file types. - * Checkout https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker types option for more information. - * Keep in mind that mime type determination is not reliable across platforms. CSV files, - * for example, are reported as text/plain under macOS but as application/vnd.ms-excel under - * Windows. In some cases there might not be a mime type set at all (https://github.com/react-dropzone/react-dropzone/issues/276). - */accept:PropTypes.objectOf(PropTypes.arrayOf(PropTypes.string)),/** - * Allow drag 'n' drop (or selection from the file dialog) of multiple files - */multiple:PropTypes.bool,/** - * If false, allow dropped items to take over the current browser window - */preventDropOnDocument:PropTypes.bool,/** - * If true, disables click to open the native file selection dialog - */noClick:PropTypes.bool,/** - * If true, disables SPACE/ENTER to open the native file selection dialog. - * Note that it also stops tracking the focus state. - */noKeyboard:PropTypes.bool,/** - * If true, disables drag 'n' drop - */noDrag:PropTypes.bool,/** - * If true, stops drag event propagation to parents - */noDragEventsBubbling:PropTypes.bool,/** - * Minimum file size (in bytes) - */minSize:PropTypes.number,/** - * Maximum file size (in bytes) - */maxSize:PropTypes.number,/** - * Maximum accepted number of files - * The default value is 0 which means there is no limitation to how many files are accepted. - */maxFiles:PropTypes.number,/** - * Enable/disable the dropzone - */disabled:PropTypes.bool,/** - * Use this to provide a custom file aggregator - * - * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog) - */getFilesFromEvent:PropTypes.func,/** - * Cb for when closing the file dialog with no selection - */onFileDialogCancel:PropTypes.func,/** - * Cb for when opening the file dialog - */onFileDialogOpen:PropTypes.func,/** - * Set to true to use the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API - * to open the file picker instead of using an `` click event. - */useFsAccessApi:PropTypes.bool,/** - * Set to true to focus the root element on render - */autoFocus:PropTypes.bool,/** - * Cb for when the `dragenter` event occurs. - * - * @param {DragEvent} event - */onDragEnter:PropTypes.func,/** - * Cb for when the `dragleave` event occurs - * - * @param {DragEvent} event - */onDragLeave:PropTypes.func,/** - * Cb for when the `dragover` event occurs - * - * @param {DragEvent} event - */onDragOver:PropTypes.func,/** - * Cb for when the `drop` event occurs. - * Note that this callback is invoked after the `getFilesFromEvent` callback is done. - * - * Files are accepted or rejected based on the `accept`, `multiple`, `minSize` and `maxSize` props. - * `accept` must be a valid [MIME type](http://www.iana.org/assignments/media-types/media-types.xhtml) according to [input element specification](https://www.w3.org/wiki/HTML/Elements/input/file) or a valid file extension. - * If `multiple` is set to false and additional files are dropped, - * all files besides the first will be rejected. - * Any file which does not have a size in the [`minSize`, `maxSize`] range, will be rejected as well. - * - * Note that the `onDrop` callback will always be invoked regardless if the dropped files were accepted or rejected. - * If you'd like to react to a specific scenario, use the `onDropAccepted`/`onDropRejected` props. - * - * `onDrop` will provide you with an array of [File](https://developer.mozilla.org/en-US/docs/Web/API/File) objects which you can then process and send to a server. - * For example, with [SuperAgent](https://github.com/visionmedia/superagent) as a http/ajax library: - * - * ```js - * function onDrop(acceptedFiles) { - * const req = request.post('/upload') - * acceptedFiles.forEach(file => { - * req.attach(file.name, file) - * }) - * req.end(callback) - * } - * ``` - * - * @param {File[]} acceptedFiles - * @param {FileRejection[]} fileRejections - * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog) - */onDrop:PropTypes.func,/** - * Cb for when the `drop` event occurs. - * Note that if no files are accepted, this callback is not invoked. - * - * @param {File[]} files - * @param {(DragEvent|Event)} event - */onDropAccepted:PropTypes.func,/** - * Cb for when the `drop` event occurs. - * Note that if no files are rejected, this callback is not invoked. - * - * @param {FileRejection[]} fileRejections - * @param {(DragEvent|Event)} event - */onDropRejected:PropTypes.func,/** - * Cb for when there's some error from any of the promises. - * - * @param {Error} error - */onError:PropTypes.func,/** - * Custom validation function. It must return null if there's no errors. - * @param {File} file - * @returns {FileError|FileError[]|null} - */validator:PropTypes.func};var Dropzone$1 = Dropzone;/** - * A function that is invoked for the `dragenter`, - * `dragover` and `dragleave` events. - * It is not invoked if the items are not files (such as link, text, etc.). - * - * @callback dragCb - * @param {DragEvent} event - */ /** - * A function that is invoked for the `drop` or input change event. - * It is not invoked if the items are not files (such as link, text, etc.). - * - * @callback dropCb - * @param {File[]} acceptedFiles List of accepted files - * @param {FileRejection[]} fileRejections List of rejected files and why they were rejected - * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog) - */ /** - * A function that is invoked for the `drop` or input change event. - * It is not invoked if the items are files (such as link, text, etc.). - * - * @callback dropAcceptedCb - * @param {File[]} files List of accepted files that meet the given criteria - * (`accept`, `multiple`, `minSize`, `maxSize`) - * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog) - */ /** - * A function that is invoked for the `drop` or input change event. - * - * @callback dropRejectedCb - * @param {File[]} files List of rejected files that do not meet the given criteria - * (`accept`, `multiple`, `minSize`, `maxSize`) - * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog) - */ /** - * A function that is used aggregate files, - * in a asynchronous fashion, from drag or input change events. - * - * @callback getFilesFromEvent - * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog) - * @returns {(File[]|Promise)} - */ /** - * An object with the current dropzone state. - * - * @typedef {object} DropzoneState - * @property {boolean} isFocused Dropzone area is in focus - * @property {boolean} isFileDialogActive File dialog is opened - * @property {boolean} isDragActive Active drag is in progress - * @property {boolean} isDragAccept Dragged files are accepted - * @property {boolean} isDragReject Some dragged files are rejected - * @property {File[]} acceptedFiles Accepted files - * @property {FileRejection[]} fileRejections Rejected files and why they were rejected - */ /** - * An object with the dropzone methods. - * - * @typedef {object} DropzoneMethods - * @property {Function} getRootProps Returns the props you should apply to the root drop container you render - * @property {Function} getInputProps Returns the props you should apply to hidden file input you render - * @property {Function} open Open the native file selection dialog - */var initialState={isFocused:false,isFileDialogActive:false,isDragActive:false,isDragAccept:false,isDragReject:false,acceptedFiles:[],fileRejections:[]};/** - * A React hook that creates a drag 'n' drop area. - * - * ```jsx - * function MyDropzone(props) { - * const {getRootProps, getInputProps} = useDropzone({ - * onDrop: acceptedFiles => { - * // do something with the File objects, e.g. upload to some server - * } - * }); - * return ( - *
- * - *

Drag and drop some files here, or click to select files

- *
- * ) - * } - * ``` - * - * @function useDropzone - * - * @param {object} props - * @param {import("./utils").AcceptProp} [props.accept] Set accepted file types. - * Checkout https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker types option for more information. - * Keep in mind that mime type determination is not reliable across platforms. CSV files, - * for example, are reported as text/plain under macOS but as application/vnd.ms-excel under - * Windows. In some cases there might not be a mime type set at all (https://github.com/react-dropzone/react-dropzone/issues/276). - * @param {boolean} [props.multiple=true] Allow drag 'n' drop (or selection from the file dialog) of multiple files - * @param {boolean} [props.preventDropOnDocument=true] If false, allow dropped items to take over the current browser window - * @param {boolean} [props.noClick=false] If true, disables click to open the native file selection dialog - * @param {boolean} [props.noKeyboard=false] If true, disables SPACE/ENTER to open the native file selection dialog. - * Note that it also stops tracking the focus state. - * @param {boolean} [props.noDrag=false] If true, disables drag 'n' drop - * @param {boolean} [props.noDragEventsBubbling=false] If true, stops drag event propagation to parents - * @param {number} [props.minSize=0] Minimum file size (in bytes) - * @param {number} [props.maxSize=Infinity] Maximum file size (in bytes) - * @param {boolean} [props.disabled=false] Enable/disable the dropzone - * @param {getFilesFromEvent} [props.getFilesFromEvent] Use this to provide a custom file aggregator - * @param {Function} [props.onFileDialogCancel] Cb for when closing the file dialog with no selection - * @param {boolean} [props.useFsAccessApi] Set to true to use the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API - * to open the file picker instead of using an `` click event. - * @param {boolean} autoFocus Set to true to auto focus the root element. - * @param {Function} [props.onFileDialogOpen] Cb for when opening the file dialog - * @param {dragCb} [props.onDragEnter] Cb for when the `dragenter` event occurs. - * @param {dragCb} [props.onDragLeave] Cb for when the `dragleave` event occurs - * @param {dragCb} [props.onDragOver] Cb for when the `dragover` event occurs - * @param {dropCb} [props.onDrop] Cb for when the `drop` event occurs. - * Note that this callback is invoked after the `getFilesFromEvent` callback is done. - * - * Files are accepted or rejected based on the `accept`, `multiple`, `minSize` and `maxSize` props. - * `accept` must be an object with keys as a valid [MIME type](http://www.iana.org/assignments/media-types/media-types.xhtml) according to [input element specification](https://www.w3.org/wiki/HTML/Elements/input/file) and the value an array of file extensions (optional). - * If `multiple` is set to false and additional files are dropped, - * all files besides the first will be rejected. - * Any file which does not have a size in the [`minSize`, `maxSize`] range, will be rejected as well. - * - * Note that the `onDrop` callback will always be invoked regardless if the dropped files were accepted or rejected. - * If you'd like to react to a specific scenario, use the `onDropAccepted`/`onDropRejected` props. - * - * `onDrop` will provide you with an array of [File](https://developer.mozilla.org/en-US/docs/Web/API/File) objects which you can then process and send to a server. - * For example, with [SuperAgent](https://github.com/visionmedia/superagent) as a http/ajax library: - * - * ```js - * function onDrop(acceptedFiles) { - * const req = request.post('/upload') - * acceptedFiles.forEach(file => { - * req.attach(file.name, file) - * }) - * req.end(callback) - * } - * ``` - * @param {dropAcceptedCb} [props.onDropAccepted] - * @param {dropRejectedCb} [props.onDropRejected] - * @param {(error: Error) => void} [props.onError] - * - * @returns {DropzoneState & DropzoneMethods} - */function useDropzone(){var props=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};var _defaultProps$props=_objectSpread(_objectSpread({},defaultProps),props),accept=_defaultProps$props.accept,disabled=_defaultProps$props.disabled,getFilesFromEvent=_defaultProps$props.getFilesFromEvent,maxSize=_defaultProps$props.maxSize,minSize=_defaultProps$props.minSize,multiple=_defaultProps$props.multiple,maxFiles=_defaultProps$props.maxFiles,onDragEnter=_defaultProps$props.onDragEnter,onDragLeave=_defaultProps$props.onDragLeave,onDragOver=_defaultProps$props.onDragOver,onDrop=_defaultProps$props.onDrop,onDropAccepted=_defaultProps$props.onDropAccepted,onDropRejected=_defaultProps$props.onDropRejected,onFileDialogCancel=_defaultProps$props.onFileDialogCancel,onFileDialogOpen=_defaultProps$props.onFileDialogOpen,useFsAccessApi=_defaultProps$props.useFsAccessApi,autoFocus=_defaultProps$props.autoFocus,preventDropOnDocument=_defaultProps$props.preventDropOnDocument,noClick=_defaultProps$props.noClick,noKeyboard=_defaultProps$props.noKeyboard,noDrag=_defaultProps$props.noDrag,noDragEventsBubbling=_defaultProps$props.noDragEventsBubbling,onError=_defaultProps$props.onError,validator=_defaultProps$props.validator;var acceptAttr=reactExports.useMemo(function(){return acceptPropAsAcceptAttr(accept);},[accept]);var pickerTypes=reactExports.useMemo(function(){return pickerOptionsFromAccept(accept);},[accept]);var onFileDialogOpenCb=reactExports.useMemo(function(){return typeof onFileDialogOpen==="function"?onFileDialogOpen:noop;},[onFileDialogOpen]);var onFileDialogCancelCb=reactExports.useMemo(function(){return typeof onFileDialogCancel==="function"?onFileDialogCancel:noop;},[onFileDialogCancel]);/** - * @constant - * @type {React.MutableRefObject} - */var rootRef=reactExports.useRef(null);var inputRef=reactExports.useRef(null);var _useReducer=reactExports.useReducer(reducer,initialState),_useReducer2=_slicedToArray(_useReducer,2),state=_useReducer2[0],dispatch=_useReducer2[1];var isFocused=state.isFocused,isFileDialogActive=state.isFileDialogActive;var fsAccessApiWorksRef=reactExports.useRef(typeof window!=="undefined"&&window.isSecureContext&&useFsAccessApi&&canUseFileSystemAccessAPI());// Update file dialog active state when the window is focused on -var onWindowFocus=function onWindowFocus(){// Execute the timeout only if the file dialog is opened in the browser -if(!fsAccessApiWorksRef.current&&isFileDialogActive){setTimeout(function(){if(inputRef.current){var files=inputRef.current.files;if(!files.length){dispatch({type:"closeDialog"});onFileDialogCancelCb();}}},300);}};reactExports.useEffect(function(){window.addEventListener("focus",onWindowFocus,false);return function(){window.removeEventListener("focus",onWindowFocus,false);};},[inputRef,isFileDialogActive,onFileDialogCancelCb,fsAccessApiWorksRef]);var dragTargetsRef=reactExports.useRef([]);var onDocumentDrop=function onDocumentDrop(event){if(rootRef.current&&rootRef.current.contains(event.target)){// If we intercepted an event for our instance, let it propagate down to the instance's onDrop handler -return;}event.preventDefault();dragTargetsRef.current=[];};reactExports.useEffect(function(){if(preventDropOnDocument){document.addEventListener("dragover",onDocumentDragOver,false);document.addEventListener("drop",onDocumentDrop,false);}return function(){if(preventDropOnDocument){document.removeEventListener("dragover",onDocumentDragOver);document.removeEventListener("drop",onDocumentDrop);}};},[rootRef,preventDropOnDocument]);// Auto focus the root when autoFocus is true -reactExports.useEffect(function(){if(!disabled&&autoFocus&&rootRef.current){rootRef.current.focus();}return function(){};},[rootRef,autoFocus,disabled]);var onErrCb=reactExports.useCallback(function(e){if(onError){onError(e);}else {// Let the user know something's gone wrong if they haven't provided the onError cb. -console.error(e);}},[onError]);var onDragEnterCb=reactExports.useCallback(function(event){event.preventDefault();// Persist here because we need the event later after getFilesFromEvent() is done -event.persist();stopPropagation(event);dragTargetsRef.current=[].concat(_toConsumableArray$1(dragTargetsRef.current),[event.target]);if(isEvtWithFiles(event)){Promise.resolve(getFilesFromEvent(event)).then(function(files){if(isPropagationStopped(event)&&!noDragEventsBubbling){return;}var fileCount=files.length;var isDragAccept=fileCount>0&&allFilesAccepted({files:files,accept:acceptAttr,minSize:minSize,maxSize:maxSize,multiple:multiple,maxFiles:maxFiles,validator:validator});var isDragReject=fileCount>0&&!isDragAccept;dispatch({isDragAccept:isDragAccept,isDragReject:isDragReject,isDragActive:true,type:"setDraggedFiles"});if(onDragEnter){onDragEnter(event);}}).catch(function(e){return onErrCb(e);});}},[getFilesFromEvent,onDragEnter,onErrCb,noDragEventsBubbling,acceptAttr,minSize,maxSize,multiple,maxFiles,validator]);var onDragOverCb=reactExports.useCallback(function(event){event.preventDefault();event.persist();stopPropagation(event);var hasFiles=isEvtWithFiles(event);if(hasFiles&&event.dataTransfer){try{event.dataTransfer.dropEffect="copy";}catch(_unused){}/* eslint-disable-line no-empty */}if(hasFiles&&onDragOver){onDragOver(event);}return false;},[onDragOver,noDragEventsBubbling]);var onDragLeaveCb=reactExports.useCallback(function(event){event.preventDefault();event.persist();stopPropagation(event);// Only deactivate once the dropzone and all children have been left -var targets=dragTargetsRef.current.filter(function(target){return rootRef.current&&rootRef.current.contains(target);});// Make sure to remove a target present multiple times only once -// (Firefox may fire dragenter/dragleave multiple times on the same element) -var targetIdx=targets.indexOf(event.target);if(targetIdx!==-1){targets.splice(targetIdx,1);}dragTargetsRef.current=targets;if(targets.length>0){return;}dispatch({type:"setDraggedFiles",isDragActive:false,isDragAccept:false,isDragReject:false});if(isEvtWithFiles(event)&&onDragLeave){onDragLeave(event);}},[rootRef,onDragLeave,noDragEventsBubbling]);var setFiles=reactExports.useCallback(function(files,event){var acceptedFiles=[];var fileRejections=[];files.forEach(function(file){var _fileAccepted=fileAccepted(file,acceptAttr),_fileAccepted2=_slicedToArray(_fileAccepted,2),accepted=_fileAccepted2[0],acceptError=_fileAccepted2[1];var _fileMatchSize=fileMatchSize(file,minSize,maxSize),_fileMatchSize2=_slicedToArray(_fileMatchSize,2),sizeMatch=_fileMatchSize2[0],sizeError=_fileMatchSize2[1];var customErrors=validator?validator(file):null;if(accepted&&sizeMatch&&!customErrors){acceptedFiles.push(file);}else {var errors=[acceptError,sizeError];if(customErrors){errors=errors.concat(customErrors);}fileRejections.push({file:file,errors:errors.filter(function(e){return e;})});}});if(!multiple&&acceptedFiles.length>1||multiple&&maxFiles>=1&&acceptedFiles.length>maxFiles){// Reject everything and empty accepted files -acceptedFiles.forEach(function(file){fileRejections.push({file:file,errors:[TOO_MANY_FILES_REJECTION]});});acceptedFiles.splice(0);}dispatch({acceptedFiles:acceptedFiles,fileRejections:fileRejections,type:"setFiles"});if(onDrop){onDrop(acceptedFiles,fileRejections,event);}if(fileRejections.length>0&&onDropRejected){onDropRejected(fileRejections,event);}if(acceptedFiles.length>0&&onDropAccepted){onDropAccepted(acceptedFiles,event);}},[dispatch,multiple,acceptAttr,minSize,maxSize,maxFiles,onDrop,onDropAccepted,onDropRejected,validator]);var onDropCb=reactExports.useCallback(function(event){event.preventDefault();// Persist here because we need the event later after getFilesFromEvent() is done -event.persist();stopPropagation(event);dragTargetsRef.current=[];if(isEvtWithFiles(event)){Promise.resolve(getFilesFromEvent(event)).then(function(files){if(isPropagationStopped(event)&&!noDragEventsBubbling){return;}setFiles(files,event);}).catch(function(e){return onErrCb(e);});}dispatch({type:"reset"});},[getFilesFromEvent,setFiles,onErrCb,noDragEventsBubbling]);// Fn for opening the file dialog programmatically -var openFileDialog=reactExports.useCallback(function(){// No point to use FS access APIs if context is not secure -// https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts#feature_detection -if(fsAccessApiWorksRef.current){dispatch({type:"openDialog"});onFileDialogOpenCb();// https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker -var opts={multiple:multiple,types:pickerTypes};window.showOpenFilePicker(opts).then(function(handles){return getFilesFromEvent(handles);}).then(function(files){setFiles(files,null);dispatch({type:"closeDialog"});}).catch(function(e){// AbortError means the user canceled -if(isAbort(e)){onFileDialogCancelCb(e);dispatch({type:"closeDialog"});}else if(isSecurityError(e)){fsAccessApiWorksRef.current=false;// CORS, so cannot use this API -// Try using the input -if(inputRef.current){inputRef.current.value=null;inputRef.current.click();}else {onErrCb(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no was provided."));}}else {onErrCb(e);}});return;}if(inputRef.current){dispatch({type:"openDialog"});onFileDialogOpenCb();inputRef.current.value=null;inputRef.current.click();}},[dispatch,onFileDialogOpenCb,onFileDialogCancelCb,useFsAccessApi,setFiles,onErrCb,pickerTypes,multiple]);// Cb to open the file dialog when SPACE/ENTER occurs on the dropzone -var onKeyDownCb=reactExports.useCallback(function(event){// Ignore keyboard events bubbling up the DOM tree -if(!rootRef.current||!rootRef.current.isEqualNode(event.target)){return;}if(event.key===" "||event.key==="Enter"||event.keyCode===32||event.keyCode===13){event.preventDefault();openFileDialog();}},[rootRef,openFileDialog]);// Update focus state for the dropzone -var onFocusCb=reactExports.useCallback(function(){dispatch({type:"focus"});},[]);var onBlurCb=reactExports.useCallback(function(){dispatch({type:"blur"});},[]);// Cb to open the file dialog when click occurs on the dropzone -var onClickCb=reactExports.useCallback(function(){if(noClick){return;}// In IE11/Edge the file-browser dialog is blocking, therefore, use setTimeout() -// to ensure React can handle state changes -// See: https://github.com/react-dropzone/react-dropzone/issues/450 -if(isIeOrEdge()){setTimeout(openFileDialog,0);}else {openFileDialog();}},[noClick,openFileDialog]);var composeHandler=function composeHandler(fn){return disabled?null:fn;};var composeKeyboardHandler=function composeKeyboardHandler(fn){return noKeyboard?null:composeHandler(fn);};var composeDragHandler=function composeDragHandler(fn){return noDrag?null:composeHandler(fn);};var stopPropagation=function stopPropagation(event){if(noDragEventsBubbling){event.stopPropagation();}};var getRootProps=reactExports.useMemo(function(){return function(){var _ref2=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},_ref2$refKey=_ref2.refKey,refKey=_ref2$refKey===void 0?"ref":_ref2$refKey,role=_ref2.role,onKeyDown=_ref2.onKeyDown,onFocus=_ref2.onFocus,onBlur=_ref2.onBlur,onClick=_ref2.onClick,onDragEnter=_ref2.onDragEnter,onDragOver=_ref2.onDragOver,onDragLeave=_ref2.onDragLeave,onDrop=_ref2.onDrop,rest=_objectWithoutProperties(_ref2,_excluded3);return _objectSpread(_objectSpread(_defineProperty$1({onKeyDown:composeKeyboardHandler(composeEventHandlers(onKeyDown,onKeyDownCb)),onFocus:composeKeyboardHandler(composeEventHandlers(onFocus,onFocusCb)),onBlur:composeKeyboardHandler(composeEventHandlers(onBlur,onBlurCb)),onClick:composeHandler(composeEventHandlers(onClick,onClickCb)),onDragEnter:composeDragHandler(composeEventHandlers(onDragEnter,onDragEnterCb)),onDragOver:composeDragHandler(composeEventHandlers(onDragOver,onDragOverCb)),onDragLeave:composeDragHandler(composeEventHandlers(onDragLeave,onDragLeaveCb)),onDrop:composeDragHandler(composeEventHandlers(onDrop,onDropCb)),role:typeof role==="string"&&role!==""?role:"presentation"},refKey,rootRef),!disabled&&!noKeyboard?{tabIndex:0}:{}),rest);};},[rootRef,onKeyDownCb,onFocusCb,onBlurCb,onClickCb,onDragEnterCb,onDragOverCb,onDragLeaveCb,onDropCb,noKeyboard,noDrag,disabled]);var onInputElementClick=reactExports.useCallback(function(event){event.stopPropagation();},[]);var getInputProps=reactExports.useMemo(function(){return function(){var _ref3=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},_ref3$refKey=_ref3.refKey,refKey=_ref3$refKey===void 0?"ref":_ref3$refKey,onChange=_ref3.onChange,onClick=_ref3.onClick,rest=_objectWithoutProperties(_ref3,_excluded4);var inputProps=_defineProperty$1({accept:acceptAttr,multiple:multiple,type:"file",style:{display:"none"},onChange:composeHandler(composeEventHandlers(onChange,onDropCb)),onClick:composeHandler(composeEventHandlers(onClick,onInputElementClick)),tabIndex:-1},refKey,inputRef);return _objectSpread(_objectSpread({},inputProps),rest);};},[inputRef,accept,multiple,onDropCb,disabled]);return _objectSpread(_objectSpread({},state),{},{isFocused:isFocused&&!disabled,getRootProps:getRootProps,getInputProps:getInputProps,rootRef:rootRef,inputRef:inputRef,open:composeHandler(openFileDialog)});}/** - * @param {DropzoneState} state - * @param {{type: string} & DropzoneState} action - * @returns {DropzoneState} - */function reducer(state,action){/* istanbul ignore next */switch(action.type){case"focus":return _objectSpread(_objectSpread({},state),{},{isFocused:true});case"blur":return _objectSpread(_objectSpread({},state),{},{isFocused:false});case"openDialog":return _objectSpread(_objectSpread({},initialState),{},{isFileDialogActive:true});case"closeDialog":return _objectSpread(_objectSpread({},state),{},{isFileDialogActive:false});case"setDraggedFiles":return _objectSpread(_objectSpread({},state),{},{isDragActive:action.isDragActive,isDragAccept:action.isDragAccept,isDragReject:action.isDragReject});case"setFiles":return _objectSpread(_objectSpread({},state),{},{acceptedFiles:action.acceptedFiles,fileRejections:action.fileRejections});case"reset":return _objectSpread({},initialState);default:return state;}}function noop(){} - -var DefaultContext={color:undefined,size:undefined,className:undefined,style:undefined,attr:undefined};var IconContext=React.createContext&&/*#__PURE__*/React.createContext(DefaultContext); - -var __assign=window&&window.__assign||function(){__assign=Object.assign||function(t){for(var s,i=1,n=arguments.length;i (React.createElement("svg", Object.assign({}, props, { viewBox: "64 -65 897 897" }), - React.createElement("g", null, - React.createElement("path", { d: "M888 760v0v0v-753v0h-752v0v753v0h752zM888 832h-752q-30 0 -51 -21t-21 -51v-753q0 -29 21 -50.5t51 -21.5h753q29 0 50.5 21.5t21.5 50.5v753q0 30 -21.5 51t-51.5 21v0zM732 347h-442q-14 0 -25 10.5t-11 25.5v0q0 15 11 25.5t25 10.5h442q14 0 25 -10.5t11 -25.5v0\n q0 -15 -11 -25.5t-25 -10.5z" })))); -const PlusSquareO = (props) => (React.createElement("svg", Object.assign({}, props, { viewBox: "64 -65 897 897" }), - React.createElement("g", null, - React.createElement("path", { d: "M888 760v0v0v-753v0h-752v0v753v0h752zM888 832h-752q-30 0 -51 -21t-21 -51v-753q0 -29 21 -50.5t51 -21.5h753q29 0 50.5 21.5t21.5 50.5v753q0 30 -21.5 51t-51.5 21v0zM732 420h-184v183q0 15 -10.5 25.5t-25.5 10.5v0q-14 0 -25 -10.5t-11 -25.5v-183h-184\n q-15 0 -25.5 -11t-10.5 -25v0q0 -15 10.5 -25.5t25.5 -10.5h184v-183q0 -15 11 -25.5t25 -10.5v0q15 0 25.5 10.5t10.5 25.5v183h184q15 0 25.5 10.5t10.5 25.5v0q0 14 -10.5 25t-25.5 11z" })))); -const CloseSquareO = (props) => (React.createElement("svg", Object.assign({}, props, { viewBox: "64 -65 897 897" }), - React.createElement("g", null, - React.createElement("path", { d: "M717.5 589.5q-10.5 10.5 -25.5 10.5t-26 -10l-154 -155l-154 155q-11 10 -26 10t-25.5 -10.5t-10.5 -25.5t11 -25l154 -155l-154 -155q-11 -10 -11 -25t10.5 -25.5t25.5 -10.5t26 10l154 155l154 -155q11 -10 26 -10t25.5 10.5t10.5 25t-11 25.5l-154 155l154 155\n q11 10 11 25t-10.5 25.5zM888 760v0v0v-753v0h-752v0v753v0h752zM888 832h-752q-30 0 -51 -21t-21 -51v-753q0 -29 21 -50.5t51 -21.5h753q29 0 50.5 21.5t21.5 50.5v753q0 30 -21.5 51t-51.5 21v0z" })))); -const LocationIcon = ``; -const ZoomOutIcon = ``; -const ZoomOutDoubleIcon = ``; -const ZoomInIcon = ``; -const SpaceIcon = ``; -const getFolderIcon = (plugin, children, open) => { - let setting = plugin.settings.folderIcon; - let OpenFolderIcon = MinusSquareO; - let InactiveOpenFolderIcon = CloseSquareO; - let ClosedFolderIcon = PlusSquareO; - if (setting === 'box-folder') { - OpenFolderIcon = BiFolderMinus; - InactiveOpenFolderIcon = BiFolder; - ClosedFolderIcon = BiFolderPlus; - } - else if (setting === 'icomoon') { - OpenFolderIcon = ImFolderMinus; - InactiveOpenFolderIcon = ImFolder; - ClosedFolderIcon = ImFolderPlus; - } - else if (setting === 'typicon') { - OpenFolderIcon = TiFolderOpen; - InactiveOpenFolderIcon = TiFolder; - ClosedFolderIcon = TiFolder; - } - else if (setting === 'circle-gg') { - OpenFolderIcon = CgRemove; - InactiveOpenFolderIcon = CgCloseO; - ClosedFolderIcon = CgAdd; - } - const Icon = children ? (open ? OpenFolderIcon : ClosedFolderIcon) : InactiveOpenFolderIcon; - return Icon; -}; - -var _createClass=function(){function defineProperties(target,props){for(var i=0;i1?_len2-1:0),_key2=1;_key2<_len2;_key2++){expressions[_key2-1]=arguments[_key2];}if(typeof strings==='function'){// if the first argument passed is a function, assume it is a template tag and return -// an intermediary tag that processes the template using the aforementioned tag, passing the -// result to our tag -return _this.interimTag.bind(_this,strings);}if(typeof strings==='string'){// if the first argument passed is a string, just transform it -return _this.transformEndResult(strings);}// else, return a transformed end result of processing the template with our tag -strings=strings.map(_this.transformString.bind(_this));return _this.transformEndResult(strings.reduce(_this.processSubstitutions.bind(_this,expressions)));};// if first argument is an array, extrude it as a list of transformers -if(transformers.length>0&&Array.isArray(transformers[0])){transformers=transformers[0];}// if any transformers are functions, this means they are not initiated - automatically initiate them -this.transformers=transformers.map(function(transformer){return typeof transformer==='function'?transformer():transformer;});// return an ES2015 template tag -return this.tag;}/** - * Applies all transformers to a template literal tagged with this method. - * If a function is passed as the first argument, assumes the function is a template tag - * and applies it to the template, returning a template tag. - * @param {(Function|String|Array)} strings - Either a template tag or an array containing template strings separated by identifier - * @param {...*} ...expressions - Optional list of substitution values. - * @return {(String|Function)} - Either an intermediary tag function or the results of processing the template. - */_createClass(TemplateTag,[{key:'interimTag',/** - * An intermediary template tag that receives a template tag and passes the result of calling the template with the received - * template tag to our own template tag. - * @param {Function} nextTag - the received template tag - * @param {Array} template - the template to process - * @param {...*} ...substitutions - `substitutions` is an array of all substitutions in the template - * @return {*} - the final processed value - */value:function interimTag(previousTag,template){for(var _len3=arguments.length,substitutions=Array(_len3>2?_len3-2:0),_key3=2;_key3<_len3;_key3++){substitutions[_key3-2]=arguments[_key3];}return this.tag(_templateObject,previousTag.apply(undefined,[template].concat(substitutions)));}/** - * Performs bulk processing on the tagged template, transforming each substitution and then - * concatenating the resulting values into a string. - * @param {Array<*>} substitutions - an array of all remaining substitutions present in this template - * @param {String} resultSoFar - this iteration's result string so far - * @param {String} remainingPart - the template chunk after the current substitution - * @return {String} - the result of joining this iteration's processed substitution with the result - */},{key:'processSubstitutions',value:function processSubstitutions(substitutions,resultSoFar,remainingPart){var substitution=this.transformSubstitution(substitutions.shift(),resultSoFar);return ''.concat(resultSoFar,substitution,remainingPart);}/** - * Iterate through each transformer, applying the transformer's `onString` method to the template - * strings before all substitutions are processed. - * @param {String} str - The input string - * @return {String} - The final results of processing each transformer - */},{key:'transformString',value:function transformString(str){var cb=function cb(res,transform){return transform.onString?transform.onString(res):res;};return this.transformers.reduce(cb,str);}/** - * When a substitution is encountered, iterates through each transformer and applies the transformer's - * `onSubstitution` method to the substitution. - * @param {*} substitution - The current substitution - * @param {String} resultSoFar - The result up to and excluding this substitution. - * @return {*} - The final result of applying all substitution transformations. - */},{key:'transformSubstitution',value:function transformSubstitution(substitution,resultSoFar){var cb=function cb(res,transform){return transform.onSubstitution?transform.onSubstitution(res,resultSoFar):res;};return this.transformers.reduce(cb,substitution);}/** - * Iterates through each transformer, applying the transformer's `onEndResult` method to the - * template literal after all substitutions have finished processing. - * @param {String} endResult - The processed template, just before it is returned from the tag - * @return {String} - The final results of processing each transformer - */},{key:'transformEndResult',value:function transformEndResult(endResult){var cb=function cb(res,transform){return transform.onEndResult?transform.onEndResult(res):res;};return this.transformers.reduce(cb,endResult);}}]);return TemplateTag;}(); - -/** - * TemplateTag transformer that trims whitespace on the end result of a tagged template - * @param {String} side = '' - The side of the string to trim. Can be 'start' or 'end' (alternatively 'left' or 'right') - * @return {Object} - a TemplateTag transformer - */var trimResultTransformer=function trimResultTransformer(){var side=arguments.length>0&&arguments[0]!==undefined?arguments[0]:'';return {onEndResult:function onEndResult(endResult){if(side===''){return endResult.trim();}side=side.toLowerCase();if(side==='start'||side==='left'){return endResult.replace(/^\s*/,'');}if(side==='end'||side==='right'){return endResult.replace(/\s*$/,'');}throw new Error('Side not supported: '+side);}};}; - -function _toConsumableArray(arr){if(Array.isArray(arr)){for(var i=0,arr2=Array(arr.length);i0&&arguments[0]!==undefined?arguments[0]:'initial';return {onEndResult:function onEndResult(endResult){if(type==='initial'){// remove the shortest leading indentation from each line -var match=endResult.match(/^[^\S\n]*(?=\S)/gm);var indent=match&&Math.min.apply(Math,_toConsumableArray(match.map(function(el){return el.length;})));if(indent){var regexp=new RegExp('^.{'+indent+'}','gm');return endResult.replace(regexp,'');}return endResult;}if(type==='all'){// remove all indentation from each line -return endResult.replace(/^[^\S\n]+/gm,'');}throw new Error('Unknown type: '+type);}};}; - -/** - * Replaces tabs, newlines and spaces with the chosen value when they occur in sequences - * @param {(String|RegExp)} replaceWhat - the value or pattern that should be replaced - * @param {*} replaceWith - the replacement value - * @return {Object} - a TemplateTag transformer - */var replaceResultTransformer=function replaceResultTransformer(replaceWhat,replaceWith){return {onEndResult:function onEndResult(endResult){if(replaceWhat==null||replaceWith==null){throw new Error('replaceResultTransformer requires at least 2 arguments.');}return endResult.replace(replaceWhat,replaceWith);}};}; - -var replaceSubstitutionTransformer=function replaceSubstitutionTransformer(replaceWhat,replaceWith){return {onSubstitution:function onSubstitution(substitution,resultSoFar){if(replaceWhat==null||replaceWith==null){throw new Error('replaceSubstitutionTransformer requires at least 2 arguments.');}// Do not touch if null or undefined -if(substitution==null){return substitution;}else {return substitution.toString().replace(replaceWhat,replaceWith);}}};}; - -var defaults={separator:'',conjunction:'',serial:false};/** - * Converts an array substitution to a string containing a list - * @param {String} [opts.separator = ''] - the character that separates each item - * @param {String} [opts.conjunction = ''] - replace the last separator with this - * @param {Boolean} [opts.serial = false] - include the separator before the conjunction? (Oxford comma use-case) - * - * @return {Object} - a TemplateTag transformer - */var inlineArrayTransformer=function inlineArrayTransformer(){var opts=arguments.length>0&&arguments[0]!==undefined?arguments[0]:defaults;return {onSubstitution:function onSubstitution(substitution,resultSoFar){// only operate on arrays -if(Array.isArray(substitution)){var arrayLength=substitution.length;var separator=opts.separator;var conjunction=opts.conjunction;var serial=opts.serial;// join each item in the array into a string where each item is separated by separator -// be sure to maintain indentation -var indent=resultSoFar.match(/(\n?[^\S\n]+)$/);if(indent){substitution=substitution.join(separator+indent[1]);}else {substitution=substitution.join(separator+' ');}// if conjunction is set, replace the last separator with conjunction, but only if there is more than one substitution -if(conjunction&&arrayLength>1){var separatorIndex=substitution.lastIndexOf(separator);substitution=substitution.slice(0,separatorIndex)+(serial?separator:'')+' '+conjunction+substitution.slice(separatorIndex+1);}}return substitution;}};}; - -var splitStringTransformer=function splitStringTransformer(splitBy){return {onSubstitution:function onSubstitution(substitution,resultSoFar){if(splitBy!=null&&typeof splitBy==='string'){if(typeof substitution==='string'&&substitution.includes(splitBy)){substitution=substitution.split(splitBy);}}else {throw new Error('You need to specify a string character to split by.');}return substitution;}};}; - -var isValidValue=function isValidValue(x){return x!=null&&!Number.isNaN(x)&&typeof x!=='boolean';};var removeNonPrintingValuesTransformer=function removeNonPrintingValuesTransformer(){return {onSubstitution:function onSubstitution(substitution){if(Array.isArray(substitution)){return substitution.filter(isValidValue);}if(isValidValue(substitution)){return substitution;}return '';}};}; - -new TemplateTag(inlineArrayTransformer({separator:','}),stripIndentTransformer,trimResultTransformer); - -new TemplateTag(inlineArrayTransformer({separator:',',conjunction:'and'}),stripIndentTransformer,trimResultTransformer); - -new TemplateTag(inlineArrayTransformer({separator:',',conjunction:'or'}),stripIndentTransformer,trimResultTransformer); - -new TemplateTag(splitStringTransformer('\n'),removeNonPrintingValuesTransformer,inlineArrayTransformer,stripIndentTransformer,trimResultTransformer); - -new TemplateTag(splitStringTransformer('\n'),inlineArrayTransformer,stripIndentTransformer,trimResultTransformer,replaceSubstitutionTransformer(/&/g,'&'),replaceSubstitutionTransformer(//g,'>'),replaceSubstitutionTransformer(/"/g,'"'),replaceSubstitutionTransformer(/'/g,'''),replaceSubstitutionTransformer(/`/g,'`')); - -new TemplateTag(replaceResultTransformer(/(?:\n(?:\s*))+/g,' '),trimResultTransformer); - -new TemplateTag(replaceResultTransformer(/(?:\n\s*)/g,''),trimResultTransformer); - -new TemplateTag(inlineArrayTransformer({separator:','}),replaceResultTransformer(/(?:\s+)/g,' '),trimResultTransformer); - -new TemplateTag(inlineArrayTransformer({separator:',',conjunction:'or'}),replaceResultTransformer(/(?:\s+)/g,' '),trimResultTransformer); - -new TemplateTag(inlineArrayTransformer({separator:',',conjunction:'and'}),replaceResultTransformer(/(?:\s+)/g,' '),trimResultTransformer); - -new TemplateTag(inlineArrayTransformer,stripIndentTransformer,trimResultTransformer); - -new TemplateTag(inlineArrayTransformer,replaceResultTransformer(/(?:\s+)/g,' '),trimResultTransformer); - -new TemplateTag(stripIndentTransformer,trimResultTransformer); - -var stripIndents=new TemplateTag(stripIndentTransformer('all'),trimResultTransformer); - -var dayjs_min = {exports: {}}; - -(function (module, exports) { - !function(t,e){module.exports=e();}(commonjsGlobal,function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",c="month",f="quarter",h="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]";}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t;},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0");},m:function t(e,n){if(e.date()1)return t(u[0]);}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g;},O=function(t,e){if(S(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n);},b=v;b.l=w,b.i=S,b.w=function(t,e){return O(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset});};var _=function(){function M(t){this.$L=w(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[p]=!0;}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date();if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s);}}return new Date(e);}(t),this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return b;},m.isValid=function(){return !(this.$d.toString()===l);},m.isSame=function(t,e){var n=O(t);return this.startOf(e)<=n&&n<=this.endOf(e);},m.isAfter=function(t,e){return O(t) { - const { file, app, newLeaf, leafBySplit } = props; - let fileToOpen = app.vault.getAbstractFileByPath(file.path); - if (!fileToOpen) - return; - let leaf = app.workspace.getLeaf(newLeaf); - if (leafBySplit) - leaf = app.workspace.createLeafBySplit(leaf, 'vertical'); - app.workspace.setActiveLeaf(leaf, { - focus: true, - }); - leaf.openFile(fileToOpen, { eState: { focus: true } }); -}; -const getFileCreateString = (params) => { - const { plugin, fileName } = params; - return stripIndents ` - ${plugin.settings.createdYaml - ? ` - --- - created: ${dayjs(new Date()).format('YYYY-MM-DD hh:mm:ss')} - --- - ` - : ''} - ${plugin.settings.fileNameIsHeader ? `# ${fileName}` : ''} - `; -}; -const createNewMarkdownFile = (plugin, folder, newFileName, content) => __awaiter(void 0, void 0, void 0, function* () { - // @ts-ignore - const newFile = yield plugin.app.fileManager.createNewMarkdownFile(folder, newFileName); - if (content && content !== '') - yield plugin.app.vault.modify(newFile, content); - openFile$1({ file: newFile, app: plugin.app, newLeaf: false }); - let evt = new CustomEvent(eventTypes.activeFileChange, { detail: { filePath: newFile.path } }); - window.dispatchEvent(evt); -}); -const openFileInNewTab = (app, file) => { - openFile$1({ file: file, app: app, newLeaf: true }); -}; -const openFileInNewTabGroup = (app, file) => { - openFile$1({ file: file, app: app, newLeaf: false, leafBySplit: true }); -}; - -class ConfirmationModal extends obsidian.Modal { - constructor(plugin, confirmationNote, callBackAfterConfirmation) { - super(plugin.app); - this.confirmationNote = confirmationNote; - this.callBackAfterConfirmation = callBackAfterConfirmation; - this.plugin = plugin; - } - onOpen() { - let { contentEl } = this; - let confirmationModal = this; - const headerEl = contentEl.createEl('div', { text: this.confirmationNote }); - headerEl.addClass('modal-title'); - this.confirmButton = contentEl.createEl('button', { text: 'Confirm' }); - const cancelButton = contentEl.createEl('button', { text: 'Cancel' }); - cancelButton.style.cssText = 'float: right;'; - cancelButton.addEventListener('click', () => { - confirmationModal.close(); - }); - // Create Button Action and Assign to the Global Variable of the class - this.onConfirmClickAction = (e) => { - this.callBackAfterConfirmation(); - this.close(); - }; - // Assign the event listener - this.confirmButton.addEventListener('click', this.onConfirmClickAction); - } - onClose() { - let { contentEl } = this; - contentEl.empty(); - this.confirmButton.removeEventListener('click', this.onConfirmClickAction); - } -} -class VaultChangeModal extends obsidian.Modal { - constructor(plugin, file, action) { - super(plugin.app); - this.file = file; - this.action = action; - this.plugin = plugin; - } - onOpen() { - let { contentEl } = this; - let myModal = this; - // Header - let headerText; - if (this.action === 'rename') { - headerText = 'Rename: Provide a New Name'; - } - else if (this.action === 'create folder') { - headerText = 'Create Folder: Provide Name'; - } - else if (this.action === 'create note') { - headerText = 'Create Note: Provide Name'; - } - const headerEl = contentEl.createEl('div', { text: headerText }); - headerEl.addClass('modal-title'); - // Input El - const inputEl = contentEl.createEl('input'); - inputEl.style.cssText = 'width: 100%; height: 2.5em; margin-bottom: 15px;'; - if (this.action === 'rename') { - // Manual Rename Handler For md Files - if (this.file.path.endsWith('.md')) { - if (this.file instanceof obsidian.TFolder || this.file instanceof obsidian.TAbstractFile) { - inputEl.value = this.file.name.substring(0, this.file.name.lastIndexOf('.')); - } - else { - inputEl.value = this.file.basename; - } - } - else { - if (this.file instanceof obsidian.TFolder || this.file instanceof obsidian.TAbstractFile) { - inputEl.value = this.file.name; - } - else { - inputEl.value = this.file.basename; - } - } - } - else if (this.action === 'create note' || this.action === 'create folder') { - inputEl.value = 'Untitled'; - inputEl.select(); - } - inputEl.focus(); - // Buttons - let changeButtonText; - if (this.action === 'rename') { - changeButtonText = 'Change Name'; - } - else if (this.action === 'create folder') { - changeButtonText = 'Create Folder'; - } - else if (this.action === 'create note') { - changeButtonText = 'Create Note'; - } - const changeButton = contentEl.createEl('button', { text: changeButtonText }); - const cancelButton = contentEl.createEl('button', { text: 'Cancel' }); - cancelButton.style.cssText = 'float: right;'; - cancelButton.addEventListener('click', () => { - myModal.close(); - }); - const onClickAction = () => __awaiter(this, void 0, void 0, function* () { - let newName = inputEl.value; - if (this.action === 'rename') { - // Manual Rename Handler For md Files - if (this.file.path.endsWith('.md')) { - newName = newName + '.' + this.file.path.slice(this.file.path.lastIndexOf('.') + 1); - } - // Folder Note files to be updated - if (this.file instanceof obsidian.TFolder && this.plugin.settings.folderNote) { - let folderNoteFile = this.app.vault.getAbstractFileByPath(this.file.path + '/' + this.file.name + '.md'); - if (folderNoteFile) - this.app.fileManager.renameFile(folderNoteFile, this.file.path + '/' + newName + '.md'); - } - // Rename the destination file/folder name - this.app.fileManager.renameFile(this.file instanceof obsidian.TFolder || this.file instanceof obsidian.TAbstractFile - ? this.file - : this.plugin.app.vault.getAbstractFileByPath(this.file.path), this.file.parent.path + '/' + newName); - } - else if (this.action === 'create folder') { - this.app.vault.createFolder(this.file.path + '/' + newName); - } - else if (this.action === 'create note') { - yield createNewMarkdownFile(this.plugin, this.file, newName, this.plugin.settings.createdYaml ? getFileCreateString({ plugin: this.plugin, fileName: newName }) : ''); - } - myModal.close(); - }); - // Event Listener - changeButton.addEventListener('click', onClickAction); - inputEl.addEventListener('keydown', (e) => { - if (e.key === 'Enter') - onClickAction(); - }); - } - onClose() { - let { contentEl } = this; - contentEl.empty(); - } -} -class MoveSuggestionModal extends obsidian.FuzzySuggestModal { - constructor(app, fileOrFolderToMove) { - super(app); - this.fileOrFolderToMove = fileOrFolderToMove; - } - getItemText(item) { - return item.path; - } - getItems() { - return getAllFoldersInVault(this.app); - } - onChooseItem(item, evt) { - let fileToRename = this.app.vault.getAbstractFileByPath(item.path); - if (fileToRename) { - this.app.vault.rename(fileToRename, item.path + '/' + fileToRename.name); - } - } -} -function getAllFoldersInVault(app) { - let folders = []; - let rootFolder = app.vault.getRoot(); - folders.push(rootFolder); - function recursiveFx(folder) { - for (let child of folder.children) { - if (child instanceof obsidian.TFolder) { - let childFolder = child; - folders.push(childFolder); - if (childFolder.children) - recursiveFx(childFolder); - } - } - } - recursiveFx(rootFolder); - return folders; -} - -// Helper Function To Get List of Files -const getFilesUnderPath = (params) => { - const { path, plugin, getAllFiles, excludedExtensions, excludedFolders } = params; - var filesUnderPath = []; - var showFilesFromSubFolders = getAllFiles ? true : plugin.settings.showFilesFromSubFolders; - var folderObj = plugin.app.vault.getAbstractFileByPath(path); - recursiveFx(folderObj, plugin.app); - function recursiveFx(folderObj, app) { - if (folderObj instanceof obsidian.TFolder && folderObj.children) { - for (let child of folderObj.children) { - if (child instanceof obsidian.TFile) { - if (excludedExtensions.includes(child.extension) || - (plugin.settings.hideAttachments && child.path.toLowerCase().includes(plugin.settings.attachmentsFolderName.toLowerCase())) || - excludedFolders.includes(child.parent.path)) - continue; - filesUnderPath.push(TFile2OZFile(child)); - } - if (child instanceof obsidian.TFolder && showFilesFromSubFolders) - recursiveFx(child); - } - } - } - return filesUnderPath; -}; -// Converted from TFile to OZFile -const TFile2OZFile = (t) => { - return { - path: t.path, - basename: t.basename, - extension: t.extension, - stat: { - mtime: t.stat.mtime, - ctime: t.stat.ctime, - size: t.stat.size, - }, - parent: { - path: t.parent.path, - }, - isFolderNote: isFolderNote(t), - }; -}; -// Check if the file is a folder note -const isFolderNote = (t) => { - return t.extension === 'md' && t.basename === t.parent.name; -}; -// Helper Function to Create Folder Tree -const createFolderTree = (params) => { - const { startFolder, excludedFolders, plugin } = params; - let fileTree = { folder: startFolder, children: [] }; - function recursive(folder, object) { - if (!(folder && folder.children)) - return; - for (let child of folder.children) { - if (child instanceof obsidian.TFolder) { - let childFolder = child; - if ((plugin.settings.hideAttachments && childFolder.name === plugin.settings.attachmentsFolderName) || - (excludedFolders.length > 0 && excludedFolders.contains(child.path))) { - continue; - } - let newObj = { folder: childFolder, children: [] }; - object.children.push(newObj); - if (childFolder.children) - recursive(childFolder, newObj); - } - } - } - recursive(startFolder, fileTree); - return fileTree; -}; -// Create Folder File Count Map -const getFolderNoteCountMap = (plugin) => { - const counts = {}; - let files; - if (plugin.settings.folderCountOption === 'notes') { - files = plugin.app.vault.getMarkdownFiles(); - } - else { - files = plugin.app.vault.getFiles(); - } - // Filter Folder Note Files - if (plugin.settings.folderNote) { - files = files.filter((f) => f.extension !== 'md' || (f.extension === 'md' && f.basename !== f.parent.name)); - } - files.forEach((file) => { - for (let folder = file.parent; folder != null; folder = folder.parent) { - // -> Create object if doesn't exist - if (!counts[folder.path]) - counts[folder.path] = { open: 0, closed: 0 }; - // -> Create number for open state - if (folder == file.parent) - counts[folder.path].open = 1 + counts[folder.path].open; - // -> Create number for closed state - counts[folder.path].closed = 1 + counts[folder.path].closed; - } - }); - return counts; -}; -// Check if folder has child folder -const hasChildFolder = (folder) => { - let children = folder.children; - for (let child of children) { - if (child instanceof obsidian.TFolder) - return true; - } - return false; -}; -// Files out of Md should be listed with extension badge - Md without extension -const getFileNameAndExtension = (fullName) => { - var index = fullName.lastIndexOf('.'); - return { - fileName: fullName.substring(0, index), - extension: fullName.substring(index + 1), - }; -}; -// Extracts the Folder Name from the Full Folder Path -const getFolderName = (folderPath, app) => { - if (folderPath === '/') - return app.vault.getName(); - let index = folderPath.lastIndexOf('/'); - if (index !== -1) - return folderPath.substring(index + 1); - return folderPath; -}; -const internalPluginLoaded = (pluginName, app) => { - var _a; - // @ts-ignore - return (_a = app.internalPlugins.plugins[pluginName]) === null || _a === void 0 ? void 0 : _a._loaded; -}; -const pluginIsLoaded = (app, pluginId) => { - // @ts-ignore - return app.plugins.getPlugin(pluginId); -}; -const createNewFile = (e, folderPath, plugin) => __awaiter(void 0, void 0, void 0, function* () { - let targetFolder = plugin.app.vault.getAbstractFileByPath(folderPath); - if (!targetFolder) - return; - let modal = new VaultChangeModal(plugin, targetFolder, 'create note'); - modal.open(); -}); -const getBookmarksPluginItems = () => { - return app.internalPlugins.plugins['bookmarks'].instance.items; -}; -const getBookmarkTitle = (title) => { - let bookmarkItems = getBookmarksPluginItems(); - let titleParts = title.split('/'); - let currentItem = bookmarkItems.find((b) => b.title === titleParts[0]); - for (let i = 1; i < titleParts.length; i++) { - currentItem = currentItem.items.find((b) => b.title === titleParts[i]); - } - return currentItem; -}; - -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */function err(message){const error=new Error(message);// In V8, Error objects keep the closure scope chain alive until the -// err.stack property is accessed. -if(error.stack===undefined){// IE sets the stack only if error is thrown -try{throw error;}catch(_){}// eslint-disable-line fb-www/no-unused-catch-bindings, no-empty -}return error;}var err_1=err;// @oss-only -var Recoil_err=err_1;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ // Split declaration and implementation to allow this function to pretend to -// check for actual instance of Promise instead of something with a `then` -// method. -// eslint-disable-next-line no-redeclare -function isPromise(p){return !!p&&typeof p.then==='function';}var Recoil_isPromise=isPromise;function nullthrows(x,message){if(x!=null){return x;}throw Recoil_err(message!==null&&message!==void 0?message:'Got unexpected null or undefined');}var Recoil_nullthrows=nullthrows;function _defineProperty(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else {obj[key]=value;}return obj;}class BaseLoadable{getValue(){throw Recoil_err('BaseLoadable');}toPromise(){throw Recoil_err('BaseLoadable');}valueMaybe(){throw Recoil_err('BaseLoadable');}valueOrThrow(){// $FlowFixMe[prop-missing] -throw Recoil_err(`Loadable expected value, but in "${this.state}" state`);}promiseMaybe(){throw Recoil_err('BaseLoadable');}promiseOrThrow(){// $FlowFixMe[prop-missing] -throw Recoil_err(`Loadable expected promise, but in "${this.state}" state`);}errorMaybe(){throw Recoil_err('BaseLoadable');}errorOrThrow(){// $FlowFixMe[prop-missing] -throw Recoil_err(`Loadable expected error, but in "${this.state}" state`);}is(other){// $FlowFixMe[prop-missing] -return other.state===this.state&&other.contents===this.contents;}map(_map){throw Recoil_err('BaseLoadable');}}class ValueLoadable extends BaseLoadable{constructor(value){super();_defineProperty(this,"state",'hasValue');_defineProperty(this,"contents",void 0);this.contents=value;}getValue(){return this.contents;}toPromise(){return Promise.resolve(this.contents);}valueMaybe(){return this.contents;}valueOrThrow(){return this.contents;}promiseMaybe(){return undefined;}errorMaybe(){return undefined;}map(map){try{const next=map(this.contents);return Recoil_isPromise(next)?loadableWithPromise(next):isLoadable(next)?next:loadableWithValue(next);}catch(e){return Recoil_isPromise(e)?// If we "suspended", then try again. -// errors and subsequent retries will be handled in 'loading' case -// $FlowFixMe[prop-missing] -loadableWithPromise(e.next(()=>this.map(map))):loadableWithError(e);}}}class ErrorLoadable extends BaseLoadable{constructor(error){super();_defineProperty(this,"state",'hasError');_defineProperty(this,"contents",void 0);this.contents=error;}getValue(){throw this.contents;}toPromise(){return Promise.reject(this.contents);}valueMaybe(){return undefined;}promiseMaybe(){return undefined;}errorMaybe(){return this.contents;}errorOrThrow(){return this.contents;}map(_map){// $FlowIssue[incompatible-return] -return this;}}class LoadingLoadable extends BaseLoadable{constructor(promise){super();_defineProperty(this,"state",'loading');_defineProperty(this,"contents",void 0);this.contents=promise;}getValue(){throw this.contents;}toPromise(){return this.contents;}valueMaybe(){return undefined;}promiseMaybe(){return this.contents;}promiseOrThrow(){return this.contents;}errorMaybe(){return undefined;}map(map){return loadableWithPromise(this.contents.then(value=>{const next=map(value);if(isLoadable(next)){const nextLoadable=next;switch(nextLoadable.state){case'hasValue':return nextLoadable.contents;case'hasError':throw nextLoadable.contents;case'loading':return nextLoadable.contents;}}// $FlowIssue[incompatible-return] -return next;})// $FlowFixMe[incompatible-call] -.catch(e=>{if(Recoil_isPromise(e)){// we were "suspended," try again -return e.then(()=>this.map(map).contents);}throw e;}));}}function loadableWithValue(value){return Object.freeze(new ValueLoadable(value));}function loadableWithError(error){return Object.freeze(new ErrorLoadable(error));}function loadableWithPromise(promise){return Object.freeze(new LoadingLoadable(promise));}function loadableLoading(){return Object.freeze(new LoadingLoadable(new Promise(()=>{})));}function loadableAllArray(inputs){return inputs.every(i=>i.state==='hasValue')?loadableWithValue(inputs.map(i=>i.contents)):inputs.some(i=>i.state==='hasError')?loadableWithError(Recoil_nullthrows(inputs.find(i=>i.state==='hasError'),'Invalid loadable passed to loadableAll').contents):loadableWithPromise(Promise.all(inputs.map(i=>i.contents)));}function loadableAll(inputs){const unwrapedInputs=Array.isArray(inputs)?inputs:Object.getOwnPropertyNames(inputs).map(key=>inputs[key]);const normalizedInputs=unwrapedInputs.map(x=>isLoadable(x)?x:Recoil_isPromise(x)?loadableWithPromise(x):loadableWithValue(x));const output=loadableAllArray(normalizedInputs);return Array.isArray(inputs)?// $FlowIssue[incompatible-return] -output:// Object.getOwnPropertyNames() has consistent key ordering with ES6 -// $FlowIssue[incompatible-call] -output.map(outputs=>Object.getOwnPropertyNames(inputs).reduce(// $FlowFixMe[invalid-computed-prop] -(out,key,idx)=>({...out,[key]:outputs[idx]}),{}));}function isLoadable(x){return x instanceof BaseLoadable;}const LoadableStaticInterface={of:value=>Recoil_isPromise(value)?loadableWithPromise(value):isLoadable(value)?value:loadableWithValue(value),error:error=>loadableWithError(error),// $FlowIssue[incompatible-return] -loading:()=>loadableLoading(),// $FlowIssue[unclear-type] -all:loadableAll,isLoadable};var Recoil_Loadable={loadableWithValue,loadableWithError,loadableWithPromise,loadableLoading,loadableAll,isLoadable,RecoilLoadable:LoadableStaticInterface};var Recoil_Loadable_1=Recoil_Loadable.loadableWithValue;var Recoil_Loadable_2=Recoil_Loadable.loadableWithError;var Recoil_Loadable_3=Recoil_Loadable.loadableWithPromise;var Recoil_Loadable_4=Recoil_Loadable.loadableLoading;var Recoil_Loadable_5=Recoil_Loadable.loadableAll;var Recoil_Loadable_6=Recoil_Loadable.isLoadable;var Recoil_Loadable_7=Recoil_Loadable.RecoilLoadable;var Recoil_Loadable$1=/*#__PURE__*/Object.freeze({__proto__:null,loadableWithValue:Recoil_Loadable_1,loadableWithError:Recoil_Loadable_2,loadableWithPromise:Recoil_Loadable_3,loadableLoading:Recoil_Loadable_4,loadableAll:Recoil_Loadable_5,isLoadable:Recoil_Loadable_6,RecoilLoadable:Recoil_Loadable_7});const env={RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED:true,// Note: RECOIL_GKS_ENABLED settings will only be honored in OSS builds of Recoil -RECOIL_GKS_ENABLED:new Set(['recoil_hamt_2020','recoil_sync_external_store','recoil_suppress_rerender_in_callback','recoil_memory_managament_2020'])};function readProcessEnvBooleanFlag(name,set){var _process$env$name,_process$env$name$toL;const sanitizedValue=(_process$env$name=process.env[name])===null||_process$env$name===void 0?void 0:(_process$env$name$toL=_process$env$name.toLowerCase())===null||_process$env$name$toL===void 0?void 0:_process$env$name$toL.trim();if(sanitizedValue==null||sanitizedValue===''){return;}const allowedValues=['true','false'];if(!allowedValues.includes(sanitizedValue)){throw Recoil_err(`process.env.${name} value must be 'true', 'false', or empty: ${sanitizedValue}`);}set(sanitizedValue==='true');}function readProcessEnvStringArrayFlag(name,set){var _process$env$name2;const sanitizedValue=(_process$env$name2=process.env[name])===null||_process$env$name2===void 0?void 0:_process$env$name2.trim();if(sanitizedValue==null||sanitizedValue===''){return;}set(sanitizedValue.split(/\s*,\s*|\s+/));}/** - * Allow NodeJS/NextJS/etc to set the initial state through process.env variable - * Note: we don't assume 'process' is available in all runtime environments - * - * @see https://github.com/facebookexperimental/Recoil/issues/733 - */function applyProcessEnvFlagOverrides(){var _process;// note: this check is needed in addition to the check below, runtime error will occur without it! -// eslint-disable-next-line fb-www/typeof-undefined -if(typeof process==='undefined'){return;}if(((_process=process)===null||_process===void 0?void 0:_process.env)==null){return;}readProcessEnvBooleanFlag('RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED',value=>{env.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED=value;});readProcessEnvStringArrayFlag('RECOIL_GKS_ENABLED',value=>{value.forEach(gk=>{env.RECOIL_GKS_ENABLED.add(gk);});});}applyProcessEnvFlagOverrides();var Recoil_RecoilEnv=env;function Recoil_gkx_OSS(gk){return Recoil_RecoilEnv.RECOIL_GKS_ENABLED.has(gk);}Recoil_gkx_OSS.setPass=gk=>{Recoil_RecoilEnv.RECOIL_GKS_ENABLED.add(gk);};Recoil_gkx_OSS.setFail=gk=>{Recoil_RecoilEnv.RECOIL_GKS_ENABLED.delete(gk);};Recoil_gkx_OSS.clear=()=>{Recoil_RecoilEnv.RECOIL_GKS_ENABLED.clear();};var Recoil_gkx=Recoil_gkx_OSS;// @oss-only -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */function recoverableViolation(message,_projectName,{error}={}){return null;}var recoverableViolation_1=recoverableViolation;// @oss-only -var Recoil_recoverableViolation=recoverableViolation_1;var _createMutableSource,_useMutableSource,_useSyncExternalStore;const createMutableSource=// flowlint-next-line unclear-type:off -(_createMutableSource=React.createMutableSource)!==null&&_createMutableSource!==void 0?_createMutableSource:React.unstable_createMutableSource;const useMutableSource=// flowlint-next-line unclear-type:off -(_useMutableSource=React.useMutableSource)!==null&&_useMutableSource!==void 0?_useMutableSource:React.unstable_useMutableSource;// https://github.com/reactwg/react-18/discussions/86 -const useSyncExternalStore=// flowlint-next-line unclear-type:off -(_useSyncExternalStore=React.useSyncExternalStore)!==null&&_useSyncExternalStore!==void 0?_useSyncExternalStore:// flowlint-next-line unclear-type:off -React.unstable_useSyncExternalStore;// Since React goes through a proxy dispatcher and the current renderer can -// change we can't simply check if `React.useSyncExternalStore()` is defined. -function currentRendererSupportsUseSyncExternalStore(){var _ReactCurrentDispatch;// $FlowFixMe[incompatible-use] -const{ReactCurrentDispatcher,ReactCurrentOwner}=/* $FlowFixMe[prop-missing] This workaround was approved as a safer mechanism - * to detect if the current renderer supports useSyncExternalStore() - * https://fb.workplace.com/groups/reactjs/posts/9558682330846963/ */React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;const dispatcher=(_ReactCurrentDispatch=ReactCurrentDispatcher===null||ReactCurrentDispatcher===void 0?void 0:ReactCurrentDispatcher.current)!==null&&_ReactCurrentDispatch!==void 0?_ReactCurrentDispatch:ReactCurrentOwner.currentDispatcher;const isUseSyncExternalStoreSupported=dispatcher.useSyncExternalStore!=null;return isUseSyncExternalStoreSupported;}/** - * mode: The React API and approach to use for syncing state with React - * early: Re-renders from Recoil updates occur: - * 1) earlier - * 2) in sync with React updates in the same batch - * 3) before transaction observers instead of after. - * concurrent: Is the current mode compatible with Concurrent Mode and useTransition() - */function reactMode(){// NOTE: This mode is currently broken with some Suspense cases -// see Recoil_selector-test.js -if(Recoil_gkx('recoil_transition_support')){return {mode:'TRANSITION_SUPPORT',early:true,concurrent:true};}if(Recoil_gkx('recoil_sync_external_store')&&useSyncExternalStore!=null){return {mode:'SYNC_EXTERNAL_STORE',early:true,concurrent:false};}if(Recoil_gkx('recoil_mutable_source')&&useMutableSource!=null&&typeof window!=='undefined'&&!window.$disableRecoilValueMutableSource_TEMP_HACK_DO_NOT_USE){return Recoil_gkx('recoil_suppress_rerender_in_callback')?{mode:'MUTABLE_SOURCE',early:true,concurrent:true}:{mode:'MUTABLE_SOURCE',early:false,concurrent:false};}return Recoil_gkx('recoil_suppress_rerender_in_callback')?{mode:'LEGACY',early:true,concurrent:false}:{mode:'LEGACY',early:false,concurrent:false};}// TODO Need to figure out if there is a standard/open-source equivalent to see if hot module replacement is happening: -function isFastRefreshEnabled(){// @fb-only: const {isAcceptingUpdate} = require('__debug'); -// @fb-only: return typeof isAcceptingUpdate === 'function' && isAcceptingUpdate(); -return false;// @oss-only -}var Recoil_ReactMode={createMutableSource,useMutableSource,useSyncExternalStore,currentRendererSupportsUseSyncExternalStore,reactMode,isFastRefreshEnabled};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ // eslint-disable-next-line no-unused-vars -class AbstractRecoilValue{constructor(newKey){_defineProperty(this,"key",void 0);this.key=newKey;}toJSON(){return {key:this.key};}}class RecoilState extends AbstractRecoilValue{}class RecoilValueReadOnly extends AbstractRecoilValue{}function isRecoilValue(x){return x instanceof RecoilState||x instanceof RecoilValueReadOnly;}var Recoil_RecoilValue={AbstractRecoilValue,RecoilState,RecoilValueReadOnly,isRecoilValue};var Recoil_RecoilValue_1=Recoil_RecoilValue.AbstractRecoilValue;var Recoil_RecoilValue_2=Recoil_RecoilValue.RecoilState;var Recoil_RecoilValue_3=Recoil_RecoilValue.RecoilValueReadOnly;var Recoil_RecoilValue_4=Recoil_RecoilValue.isRecoilValue;var Recoil_RecoilValue$1=/*#__PURE__*/Object.freeze({__proto__:null,AbstractRecoilValue:Recoil_RecoilValue_1,RecoilState:Recoil_RecoilValue_2,RecoilValueReadOnly:Recoil_RecoilValue_3,isRecoilValue:Recoil_RecoilValue_4});/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Creates a new iterable whose output is generated by passing the input - * iterable's values through the mapper function. - */function mapIterable(iterable,callback){// Use generator to create iterable/iterator -return function*(){let index=0;for(const value of iterable){yield callback(value,index++);}}();}var Recoil_mapIterable=mapIterable;class DefaultValue{}const DEFAULT_VALUE=new DefaultValue();// flowlint-next-line unclear-type:off -const nodes=new Map();// flowlint-next-line unclear-type:off -const recoilValues=new Map();/* eslint-disable no-redeclare */function recoilValuesForKeys(keys){return Recoil_mapIterable(keys,key=>Recoil_nullthrows(recoilValues.get(key)));}function checkForDuplicateAtomKey(key){if(nodes.has(key)){const message=`Duplicate atom key "${key}". This is a FATAL ERROR in - production. But it is safe to ignore this warning if it occurred because of - hot module replacement.`;{// @fb-only: recoverableViolation(message, 'recoil'); -console.warn(message);// @oss-only -}}}function registerNode(node){if(Recoil_RecoilEnv.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED){checkForDuplicateAtomKey(node.key);}nodes.set(node.key,node);const recoilValue=node.set==null?new Recoil_RecoilValue$1.RecoilValueReadOnly(node.key):new Recoil_RecoilValue$1.RecoilState(node.key);recoilValues.set(node.key,recoilValue);return recoilValue;}/* eslint-enable no-redeclare */class NodeMissingError extends Error{}// flowlint-next-line unclear-type:off -function getNode(key){const node=nodes.get(key);if(node==null){throw new NodeMissingError(`Missing definition for RecoilValue: "${key}""`);}return node;}// flowlint-next-line unclear-type:off -function getNodeMaybe(key){return nodes.get(key);}const configDeletionHandlers=new Map();function deleteNodeConfigIfPossible(key){var _node$shouldDeleteCon;if(!Recoil_gkx('recoil_memory_managament_2020')){return;}const node=nodes.get(key);if(node!==null&&node!==void 0&&(_node$shouldDeleteCon=node.shouldDeleteConfigOnRelease)!==null&&_node$shouldDeleteCon!==void 0&&_node$shouldDeleteCon.call(node)){var _getConfigDeletionHan;nodes.delete(key);(_getConfigDeletionHan=getConfigDeletionHandler(key))===null||_getConfigDeletionHan===void 0?void 0:_getConfigDeletionHan();configDeletionHandlers.delete(key);}}function setConfigDeletionHandler(key,fn){if(!Recoil_gkx('recoil_memory_managament_2020')){return;}if(fn===undefined){configDeletionHandlers.delete(key);}else {configDeletionHandlers.set(key,fn);}}function getConfigDeletionHandler(key){return configDeletionHandlers.get(key);}var Recoil_Node={nodes,recoilValues,registerNode,getNode,getNodeMaybe,deleteNodeConfigIfPossible,setConfigDeletionHandler,getConfigDeletionHandler,recoilValuesForKeys,NodeMissingError,DefaultValue,DEFAULT_VALUE};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */function enqueueExecution(s,f){f();}var Recoil_Queue={enqueueExecution};function createCommonjsModule(fn,module){return module={exports:{}},fn(module,module.exports),module.exports;}var hamt_1=createCommonjsModule(function(module){var _typeof=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?function(obj){return typeof obj;}:function(obj){return obj&&typeof Symbol==="function"&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj;};/** - @fileOverview Hash Array Mapped Trie. - - Code based on: https://github.com/exclipy/pdata -*/var hamt={};// export -/* Configuration - ******************************************************************************/var SIZE=5;var BUCKET_SIZE=Math.pow(2,SIZE);var MASK=BUCKET_SIZE-1;var MAX_INDEX_NODE=BUCKET_SIZE/2;var MIN_ARRAY_NODE=BUCKET_SIZE/4;/* - ******************************************************************************/var nothing={};var constant=function constant(x){return function(){return x;};};/** - Get 32 bit hash of string. - - Based on: - http://stackoverflow.com/questions/7616461/generate-a-hash-from-string-in-javascript-jquery -*/var hash=hamt.hash=function(str){var type=typeof str==='undefined'?'undefined':_typeof(str);if(type==='number')return str;if(type!=='string')str+='';var hash=0;for(var i=0,len=str.length;i>1&0x55555555;x=(x&0x33333333)+(x>>2&0x33333333);x=x+(x>>4)&0x0f0f0f0f;x+=x>>8;x+=x>>16;return x&0x7f;};var hashFragment=function hashFragment(shift,h){return h>>>shift&MASK;};var toBitmap=function toBitmap(x){return 1<=at){arr[_i--]=arr[_i];}arr[at]=v;return arr;}var i=0,g=0;var out=new Array(len+1);while(i>>=1;}arr[frag]=child;return ArrayNode(edit,count+1,arr);};/** - Collapse an array node into a indexed node. - - @param edit Current edit. - @param count Number of elements in new array. - @param removed Index of removed element. - @param elements Array node children before remove. -*/var pack=function pack(edit,count,removed,elements){var children=new Array(count-1);var g=0;var bitmap=0;for(var i=0,len=elements.length;i1?Collision(edit,this.hash,list):list[0];// collapse single element collision list -}var v=f();if(v===nothing)return this;++size.value;return mergeLeaves(edit,shift,this.hash,this,h,Leaf(edit,h,k,v));};var IndexedNode__modify=function IndexedNode__modify(edit,keyEq,shift,f,h,k,size){var mask=this.mask;var children=this.children;var frag=hashFragment(shift,h);var bit=toBitmap(frag);var indx=fromBitmap(mask,bit);var exists=mask&bit;var current=exists?children[indx]:empty;var child=current._modify(edit,keyEq,shift+SIZE,f,h,k,size);if(current===child)return this;var canEdit=canEditNode(edit,this);var bitmap=mask;var newChildren=void 0;if(exists&&isEmptyNode(child)){// remove -bitmap&=~bit;if(!bitmap)return empty;if(children.length<=2&&isLeaf(children[indx^1]))return children[indx^1];// collapse -newChildren=arraySpliceOut(canEdit,indx,children);}else if(!exists&&!isEmptyNode(child)){// add -if(children.length>=MAX_INDEX_NODE)return expand(edit,frag,child,mask,children);bitmap|=bit;newChildren=arraySpliceIn(canEdit,indx,child,children);}else {// modify -newChildren=arrayUpdate(canEdit,indx,child,children);}if(canEdit){this.mask=bitmap;this.children=newChildren;return this;}return IndexedNode(edit,bitmap,newChildren);};var ArrayNode__modify=function ArrayNode__modify(edit,keyEq,shift,f,h,k,size){var count=this.size;var children=this.children;var frag=hashFragment(shift,h);var child=children[frag];var newChild=(child||empty)._modify(edit,keyEq,shift+SIZE,f,h,k,size);if(child===newChild)return this;var canEdit=canEditNode(edit,this);var newChildren=void 0;if(isEmptyNode(child)&&!isEmptyNode(newChild)){// add -++count;newChildren=arrayUpdate(canEdit,frag,newChild,children);}else if(!isEmptyNode(child)&&isEmptyNode(newChild)){// remove ---count;if(count<=MIN_ARRAY_NODE)return pack(edit,count,frag,children);newChildren=arrayUpdate(canEdit,frag,empty,children);}else {// modify -newChildren=arrayUpdate(canEdit,frag,newChild,children);}if(canEdit){this.size=count;this.children=newChildren;return this;}return ArrayNode(edit,count,newChildren);};empty._modify=function(edit,keyEq,shift,f,h,k,size){var v=f();if(v===nothing)return empty;++size.value;return Leaf(edit,h,k,v);};/* - ******************************************************************************/function Map(editable,edit,config,root,size){this._editable=editable;this._edit=edit;this._config=config;this._root=root;this._size=size;}Map.prototype.setTree=function(newRoot,newSize){if(this._editable){this._root=newRoot;this._size=newSize;return this;}return newRoot===this._root?this:new Map(this._editable,this._edit,this._config,newRoot,newSize);};/* Queries - ******************************************************************************/ /** - Lookup the value for `key` in `map` using a custom `hash`. - - Returns the value or `alt` if none. -*/var tryGetHash=hamt.tryGetHash=function(alt,hash,key,map){var node=map._root;var shift=0;var keyEq=map._config.keyEq;while(true){switch(node.type){case LEAF:{return keyEq(key,node.key)?node.value:alt;}case COLLISION:{if(hash===node.hash){var children=node.children;for(var i=0,len=children.length;i. -// $FlowIssue -constructor(existing){_defineProperty(this,"_hamt",hamt_1.empty.beginMutation());if(existing instanceof HashArrayMappedTrieMap){const h=existing._hamt.endMutation();existing._hamt=h.beginMutation();this._hamt=h.beginMutation();}else if(existing){for(const[k,v]of existing.entries()){this._hamt.set(k,v);}}}keys(){return this._hamt.keys();}entries(){return this._hamt.entries();}get(k){return this._hamt.get(k);}has(k){return this._hamt.has(k);}set(k,v){this._hamt.set(k,v);return this;}delete(k){this._hamt.delete(k);return this;}clone(){return persistentMap(this);}toMap(){return new Map(this._hamt);}}function persistentMap(existing){if(Recoil_gkx('recoil_hamt_2020')){return new HashArrayMappedTrieMap(existing);}else {return new BuiltInMap(existing);}}var Recoil_PersistentMap={persistentMap};var Recoil_PersistentMap_1=Recoil_PersistentMap.persistentMap;var Recoil_PersistentMap$1=/*#__PURE__*/Object.freeze({__proto__:null,persistentMap:Recoil_PersistentMap_1});/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Returns a set containing all of the values from the first set that are not - * present in any of the subsequent sets. - * - * Note: this is written procedurally (i.e., without filterSet) for performant - * use in tight loops. - */function differenceSets(set,...setsWithValuesToRemove){const ret=new Set();FIRST:for(const value of set){for(const otherSet of setsWithValuesToRemove){if(otherSet.has(value)){continue FIRST;}}ret.add(value);}return ret;}var Recoil_differenceSets=differenceSets;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Returns a new Map object with the same keys as the original, but with the - * values replaced with the output of the given callback function. - */function mapMap(map,callback){const result=new Map();map.forEach((value,key)=>{result.set(key,callback(value,key));});return result;}var Recoil_mapMap=mapMap;function makeGraph(){return {nodeDeps:new Map(),nodeToNodeSubscriptions:new Map()};}function cloneGraph(graph){return {nodeDeps:Recoil_mapMap(graph.nodeDeps,s=>new Set(s)),nodeToNodeSubscriptions:Recoil_mapMap(graph.nodeToNodeSubscriptions,s=>new Set(s))};}// Note that this overwrites the deps of existing nodes, rather than unioning -// the new deps with the old deps. -function mergeDepsIntoGraph(key,newDeps,graph,// If olderGraph is given then we will not overwrite changes made to the given -// graph compared with olderGraph: -olderGraph){const{nodeDeps,nodeToNodeSubscriptions}=graph;const oldDeps=nodeDeps.get(key);if(oldDeps&&olderGraph&&oldDeps!==olderGraph.nodeDeps.get(key)){return;}// Update nodeDeps: -nodeDeps.set(key,newDeps);// Add new deps to nodeToNodeSubscriptions: -const addedDeps=oldDeps==null?newDeps:Recoil_differenceSets(newDeps,oldDeps);for(const dep of addedDeps){if(!nodeToNodeSubscriptions.has(dep)){nodeToNodeSubscriptions.set(dep,new Set());}const existing=Recoil_nullthrows(nodeToNodeSubscriptions.get(dep));existing.add(key);}// Remove removed deps from nodeToNodeSubscriptions: -if(oldDeps){const removedDeps=Recoil_differenceSets(oldDeps,newDeps);for(const dep of removedDeps){if(!nodeToNodeSubscriptions.has(dep)){return;}const existing=Recoil_nullthrows(nodeToNodeSubscriptions.get(dep));existing.delete(key);if(existing.size===0){nodeToNodeSubscriptions.delete(dep);}}}}function saveDepsToStore(key,deps,store,version){var _storeState$nextTree,_storeState$previousT,_storeState$previousT2,_storeState$previousT3;const storeState=store.getState();if(!(version===storeState.currentTree.version||version===((_storeState$nextTree=storeState.nextTree)===null||_storeState$nextTree===void 0?void 0:_storeState$nextTree.version)||version===((_storeState$previousT=storeState.previousTree)===null||_storeState$previousT===void 0?void 0:_storeState$previousT.version)));// Merge the dependencies discovered into the store's dependency map -// for the version that was read: -const graph=store.getGraph(version);mergeDepsIntoGraph(key,deps,graph);// If this version is not the latest version, also write these dependencies -// into later versions if they don't already have their own: -if(version===((_storeState$previousT2=storeState.previousTree)===null||_storeState$previousT2===void 0?void 0:_storeState$previousT2.version)){const currentGraph=store.getGraph(storeState.currentTree.version);mergeDepsIntoGraph(key,deps,currentGraph,graph);}if(version===((_storeState$previousT3=storeState.previousTree)===null||_storeState$previousT3===void 0?void 0:_storeState$previousT3.version)||version===storeState.currentTree.version){var _storeState$nextTree2;const nextVersion=(_storeState$nextTree2=storeState.nextTree)===null||_storeState$nextTree2===void 0?void 0:_storeState$nextTree2.version;if(nextVersion!==undefined){const nextGraph=store.getGraph(nextVersion);mergeDepsIntoGraph(key,deps,nextGraph,graph);}}}var Recoil_Graph={cloneGraph,graph:makeGraph,saveDepsToStore};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */let nextTreeStateVersion=0;const getNextTreeStateVersion=()=>nextTreeStateVersion++;let nextStoreID=0;const getNextStoreID=()=>nextStoreID++;let nextComponentID=0;const getNextComponentID=()=>nextComponentID++;var Recoil_Keys={getNextTreeStateVersion,getNextStoreID,getNextComponentID};const{persistentMap:persistentMap$1}=Recoil_PersistentMap$1;const{graph}=Recoil_Graph;const{getNextTreeStateVersion:getNextTreeStateVersion$1}=Recoil_Keys;function makeEmptyTreeState(){const version=getNextTreeStateVersion$1();return {version,stateID:version,transactionMetadata:{},dirtyAtoms:new Set(),atomValues:persistentMap$1(),nonvalidatedAtoms:persistentMap$1()};}function makeEmptyStoreState(){const currentTree=makeEmptyTreeState();return {currentTree,nextTree:null,previousTree:null,commitDepth:0,knownAtoms:new Set(),knownSelectors:new Set(),transactionSubscriptions:new Map(),nodeTransactionSubscriptions:new Map(),nodeToComponentSubscriptions:new Map(),queuedComponentCallbacks_DEPRECATED:[],suspendedComponentResolvers:new Set(),graphsByVersion:new Map().set(currentTree.version,graph()),retention:{referenceCounts:new Map(),nodesRetainedByZone:new Map(),retainablesToCheckForRelease:new Set()},nodeCleanupFunctions:new Map()};}var Recoil_State={makeEmptyTreeState,makeEmptyStoreState,getNextTreeStateVersion:getNextTreeStateVersion$1};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */class RetentionZone{}function retentionZone(){return new RetentionZone();}var Recoil_RetentionZone={RetentionZone,retentionZone};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * Utilities for working with built-in Maps and Sets without mutating them. - * - * - * @format - * @oncall recoil - */function setByAddingToSet(set,v){const next=new Set(set);next.add(v);return next;}function setByDeletingFromSet(set,v){const next=new Set(set);next.delete(v);return next;}function mapBySettingInMap(map,k,v){const next=new Map(map);next.set(k,v);return next;}function mapByUpdatingInMap(map,k,updater){const next=new Map(map);next.set(k,updater(next.get(k)));return next;}function mapByDeletingFromMap(map,k){const next=new Map(map);next.delete(k);return next;}function mapByDeletingMultipleFromMap(map,ks){const next=new Map(map);ks.forEach(k=>next.delete(k));return next;}var Recoil_CopyOnWrite={setByAddingToSet,setByDeletingFromSet,mapBySettingInMap,mapByUpdatingInMap,mapByDeletingFromMap,mapByDeletingMultipleFromMap};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Creates a new iterable whose output is generated by passing the input - * iterable's values through the filter function. - */function*filterIterable(iterable,predicate){// Use generator to create iterable/iterator -let index=0;for(const value of iterable){if(predicate(value,index++)){yield value;}}}var Recoil_filterIterable=filterIterable;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Return a proxy object based on the provided base and factories objects. - * The proxy will include all properties of the base object as-is. - * The factories object contains callbacks to obtain the values of the properies - * for its keys. - * - * This is useful for providing users an object where some properties may be - * lazily computed only on first access. - */ // $FlowIssue[unclear-type] -function lazyProxy(base,factories){const proxy=new Proxy(base,{// Compute and cache lazy property if not already done. -get:(target,prop)=>{if(!(prop in target)&&prop in factories){target[prop]=factories[prop]();}return target[prop];},// This method allows user to iterate keys as normal -ownKeys:target=>{return Object.keys(target);}});// $FlowIssue[incompatible-return] -return proxy;}var Recoil_lazyProxy=lazyProxy;const{getNode:getNode$1,getNodeMaybe:getNodeMaybe$1,recoilValuesForKeys:recoilValuesForKeys$1}=Recoil_Node;const{RetentionZone:RetentionZone$1}=Recoil_RetentionZone;const{setByAddingToSet:setByAddingToSet$1}=Recoil_CopyOnWrite;// flowlint-next-line unclear-type:off -const emptySet=Object.freeze(new Set());class ReadOnlyRecoilValueError extends Error{}function initializeRetentionForNode(store,nodeKey,retainedBy){if(!Recoil_gkx('recoil_memory_managament_2020')){return ()=>undefined;}const{nodesRetainedByZone}=store.getState().retention;function addToZone(zone){let set=nodesRetainedByZone.get(zone);if(!set){nodesRetainedByZone.set(zone,set=new Set());}set.add(nodeKey);}if(retainedBy instanceof RetentionZone$1){addToZone(retainedBy);}else if(Array.isArray(retainedBy)){for(const zone of retainedBy){addToZone(zone);}}return ()=>{if(!Recoil_gkx('recoil_memory_managament_2020')){return;}const{retention}=store.getState();function deleteFromZone(zone){const set=retention.nodesRetainedByZone.get(zone);set===null||set===void 0?void 0:set.delete(nodeKey);if(set&&set.size===0){retention.nodesRetainedByZone.delete(zone);}}if(retainedBy instanceof RetentionZone$1){deleteFromZone(retainedBy);}else if(Array.isArray(retainedBy)){for(const zone of retainedBy){deleteFromZone(zone);}}};}function initializeNodeIfNewToStore(store,treeState,key,trigger){const storeState=store.getState();if(storeState.nodeCleanupFunctions.has(key)){return;}const node=getNode$1(key);const retentionCleanup=initializeRetentionForNode(store,key,node.retainedBy);const nodeCleanup=node.init(store,treeState,trigger);storeState.nodeCleanupFunctions.set(key,()=>{nodeCleanup();retentionCleanup();});}function initializeNode(store,key,trigger){initializeNodeIfNewToStore(store,store.getState().currentTree,key,trigger);}function cleanUpNode(store,key){var _state$nodeCleanupFun;const state=store.getState();(_state$nodeCleanupFun=state.nodeCleanupFunctions.get(key))===null||_state$nodeCleanupFun===void 0?void 0:_state$nodeCleanupFun();state.nodeCleanupFunctions.delete(key);}// Get the current value loadable of a node and update the state. -// Update dependencies and subscriptions for selectors. -// Update saved value validation for atoms. -function getNodeLoadable(store,state,key){initializeNodeIfNewToStore(store,state,key,'get');return getNode$1(key).get(store,state);}// Peek at the current value loadable for a node without any evaluation or state change -function peekNodeLoadable(store,state,key){return getNode$1(key).peek(store,state);}// Write value directly to state bypassing the Node interface as the node -// definitions may not have been loaded yet when processing the initial snapshot. -function setUnvalidatedAtomValue_DEPRECATED(state,key,newValue){var _node$invalidate;const node=getNodeMaybe$1(key);node===null||node===void 0?void 0:(_node$invalidate=node.invalidate)===null||_node$invalidate===void 0?void 0:_node$invalidate.call(node,state);return {...state,atomValues:state.atomValues.clone().delete(key),nonvalidatedAtoms:state.nonvalidatedAtoms.clone().set(key,newValue),dirtyAtoms:setByAddingToSet$1(state.dirtyAtoms,key)};}// Return the discovered dependencies and values to be written by setting -// a node value. (Multiple values may be written due to selectors getting to -// set upstreams; deps may be discovered because of reads in updater functions.) -function setNodeValue(store,state,key,newValue){const node=getNode$1(key);if(node.set==null){throw new ReadOnlyRecoilValueError(`Attempt to set read-only RecoilValue: ${key}`);}const set=node.set;// so flow doesn't lose the above refinement. -initializeNodeIfNewToStore(store,state,key,'set');return set(store,state,newValue);}function peekNodeInfo(store,state,key){const storeState=store.getState();const graph=store.getGraph(state.version);const type=getNode$1(key).nodeType;return Recoil_lazyProxy({type},{// $FlowFixMe[underconstrained-implicit-instantiation] -loadable:()=>peekNodeLoadable(store,state,key),isActive:()=>storeState.knownAtoms.has(key)||storeState.knownSelectors.has(key),isSet:()=>type==='selector'?false:state.atomValues.has(key),isModified:()=>state.dirtyAtoms.has(key),// Report current dependencies. If the node hasn't been evaluated, then -// dependencies may be missing based on the current state. -deps:()=>{var _graph$nodeDeps$get;return recoilValuesForKeys$1((_graph$nodeDeps$get=graph.nodeDeps.get(key))!==null&&_graph$nodeDeps$get!==void 0?_graph$nodeDeps$get:[]);},// Reports all "current" subscribers. Evaluating other nodes or -// previous in-progress async evaluations may introduce new subscribers. -subscribers:()=>{var _storeState$nodeToCom,_storeState$nodeToCom2;return {nodes:recoilValuesForKeys$1(Recoil_filterIterable(getDownstreamNodes(store,state,new Set([key])),nodeKey=>nodeKey!==key)),components:Recoil_mapIterable((_storeState$nodeToCom=(_storeState$nodeToCom2=storeState.nodeToComponentSubscriptions.get(key))===null||_storeState$nodeToCom2===void 0?void 0:_storeState$nodeToCom2.values())!==null&&_storeState$nodeToCom!==void 0?_storeState$nodeToCom:[],([name])=>({name}))};}});}// Find all of the recursively dependent nodes -function getDownstreamNodes(store,state,keys){const visitedNodes=new Set();const visitingNodes=Array.from(keys);const graph=store.getGraph(state.version);for(let key=visitingNodes.pop();key;key=visitingNodes.pop()){var _graph$nodeToNodeSubs;visitedNodes.add(key);const subscribedNodes=(_graph$nodeToNodeSubs=graph.nodeToNodeSubscriptions.get(key))!==null&&_graph$nodeToNodeSubs!==void 0?_graph$nodeToNodeSubs:emptySet;for(const downstreamNode of subscribedNodes){if(!visitedNodes.has(downstreamNode)){visitingNodes.push(downstreamNode);}}}return visitedNodes;}var Recoil_FunctionalCore={getNodeLoadable,peekNodeLoadable,setNodeValue,initializeNode,cleanUpNode,setUnvalidatedAtomValue_DEPRECATED,peekNodeInfo,getDownstreamNodes};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */let _invalidateMemoizedSnapshot=null;function setInvalidateMemoizedSnapshot(invalidate){_invalidateMemoizedSnapshot=invalidate;}function invalidateMemoizedSnapshot(){var _invalidateMemoizedSn;(_invalidateMemoizedSn=_invalidateMemoizedSnapshot)===null||_invalidateMemoizedSn===void 0?void 0:_invalidateMemoizedSn();}var Recoil_SnapshotCache={setInvalidateMemoizedSnapshot,invalidateMemoizedSnapshot};const{getDownstreamNodes:getDownstreamNodes$1,getNodeLoadable:getNodeLoadable$1,setNodeValue:setNodeValue$1}=Recoil_FunctionalCore;const{getNextComponentID:getNextComponentID$1}=Recoil_Keys;const{getNode:getNode$2,getNodeMaybe:getNodeMaybe$2}=Recoil_Node;const{DefaultValue:DefaultValue$1}=Recoil_Node;const{reactMode:reactMode$1}=Recoil_ReactMode;const{AbstractRecoilValue:AbstractRecoilValue$1,RecoilState:RecoilState$1,RecoilValueReadOnly:RecoilValueReadOnly$1,isRecoilValue:isRecoilValue$1}=Recoil_RecoilValue$1;const{invalidateMemoizedSnapshot:invalidateMemoizedSnapshot$1}=Recoil_SnapshotCache;function getRecoilValueAsLoadable(store,{key},treeState=store.getState().currentTree){var _storeState$nextTree,_storeState$previousT;// Reading from an older tree can cause bugs because the dependencies that we -// discover during the read are lost. -const storeState=store.getState();if(!(treeState.version===storeState.currentTree.version||treeState.version===((_storeState$nextTree=storeState.nextTree)===null||_storeState$nextTree===void 0?void 0:_storeState$nextTree.version)||treeState.version===((_storeState$previousT=storeState.previousTree)===null||_storeState$previousT===void 0?void 0:_storeState$previousT.version)));const loadable=getNodeLoadable$1(store,treeState,key);if(loadable.state==='loading'){loadable.contents.catch(()=>{/** - * HACK: intercept thrown error here to prevent an uncaught promise exception. Ideally this would happen closer to selector - * execution (perhaps introducing a new ERROR class to be resolved by async selectors that are in an error state) - */return;});}return loadable;}function applyAtomValueWrites(atomValues,writes){const result=atomValues.clone();writes.forEach((v,k)=>{if(v.state==='hasValue'&&v.contents instanceof DefaultValue$1){result.delete(k);}else {result.set(k,v);}});return result;}function valueFromValueOrUpdater(store,state,{key},valueOrUpdater){if(typeof valueOrUpdater==='function'){// Updater form: pass in the current value. Throw if the current value -// is unavailable (namely when updating an async selector that's -// pending or errored): -const current=getNodeLoadable$1(store,state,key);if(current.state==='loading'){const msg=`Tried to set atom or selector "${key}" using an updater function while the current state is pending, this is not currently supported.`;throw Recoil_err(msg);}else if(current.state==='hasError'){throw current.contents;}// T itself may be a function, so our refinement is not sufficient: -return valueOrUpdater(current.contents);// flowlint-line unclear-type:off -}else {return valueOrUpdater;}}function applyAction(store,state,action){if(action.type==='set'){const{recoilValue,valueOrUpdater}=action;const newValue=valueFromValueOrUpdater(store,state,recoilValue,valueOrUpdater);const writes=setNodeValue$1(store,state,recoilValue.key,newValue);for(const[key,loadable]of writes.entries()){writeLoadableToTreeState(state,key,loadable);}}else if(action.type==='setLoadable'){const{recoilValue:{key},loadable}=action;writeLoadableToTreeState(state,key,loadable);}else if(action.type==='markModified'){const{recoilValue:{key}}=action;state.dirtyAtoms.add(key);}else if(action.type==='setUnvalidated'){var _node$invalidate;// Write value directly to state bypassing the Node interface as the node -// definitions may not have been loaded yet when processing the initial snapshot. -const{recoilValue:{key},unvalidatedValue}=action;const node=getNodeMaybe$2(key);node===null||node===void 0?void 0:(_node$invalidate=node.invalidate)===null||_node$invalidate===void 0?void 0:_node$invalidate.call(node,state);state.atomValues.delete(key);state.nonvalidatedAtoms.set(key,unvalidatedValue);state.dirtyAtoms.add(key);}else {Recoil_recoverableViolation(`Unknown action ${action.type}`);}}function writeLoadableToTreeState(state,key,loadable){if(loadable.state==='hasValue'&&loadable.contents instanceof DefaultValue$1){state.atomValues.delete(key);}else {state.atomValues.set(key,loadable);}state.dirtyAtoms.add(key);state.nonvalidatedAtoms.delete(key);}function applyActionsToStore(store,actions){store.replaceState(state=>{const newState=copyTreeState(state);for(const action of actions){applyAction(store,newState,action);}invalidateDownstreams(store,newState);invalidateMemoizedSnapshot$1();return newState;});}function queueOrPerformStateUpdate(store,action){if(batchStack.length){const actionsByStore=batchStack[batchStack.length-1];let actions=actionsByStore.get(store);if(!actions){actionsByStore.set(store,actions=[]);}actions.push(action);}else {applyActionsToStore(store,[action]);}}const batchStack=[];function batchStart(){const actionsByStore=new Map();batchStack.push(actionsByStore);return ()=>{for(const[store,actions]of actionsByStore){applyActionsToStore(store,actions);}batchStack.pop();};}function copyTreeState(state){return {...state,atomValues:state.atomValues.clone(),nonvalidatedAtoms:state.nonvalidatedAtoms.clone(),dirtyAtoms:new Set(state.dirtyAtoms)};}function invalidateDownstreams(store,state){// Inform any nodes that were changed or downstream of changes so that they -// can clear out any caches as needed due to the update: -const downstreams=getDownstreamNodes$1(store,state,state.dirtyAtoms);for(const key of downstreams){var _getNodeMaybe,_getNodeMaybe$invalid;(_getNodeMaybe=getNodeMaybe$2(key))===null||_getNodeMaybe===void 0?void 0:(_getNodeMaybe$invalid=_getNodeMaybe.invalidate)===null||_getNodeMaybe$invalid===void 0?void 0:_getNodeMaybe$invalid.call(_getNodeMaybe,state);}}function setRecoilValue(store,recoilValue,valueOrUpdater){queueOrPerformStateUpdate(store,{type:'set',recoilValue,valueOrUpdater});}function setRecoilValueLoadable(store,recoilValue,loadable){if(loadable instanceof DefaultValue$1){return setRecoilValue(store,recoilValue,loadable);}queueOrPerformStateUpdate(store,{type:'setLoadable',recoilValue,loadable:loadable});}function markRecoilValueModified(store,recoilValue){queueOrPerformStateUpdate(store,{type:'markModified',recoilValue});}function setUnvalidatedRecoilValue(store,recoilValue,unvalidatedValue){queueOrPerformStateUpdate(store,{type:'setUnvalidated',recoilValue,unvalidatedValue});}function subscribeToRecoilValue(store,{key},callback,componentDebugName=null){const subID=getNextComponentID$1();const storeState=store.getState();if(!storeState.nodeToComponentSubscriptions.has(key)){storeState.nodeToComponentSubscriptions.set(key,new Map());}Recoil_nullthrows(storeState.nodeToComponentSubscriptions.get(key)).set(subID,[componentDebugName!==null&&componentDebugName!==void 0?componentDebugName:'',callback]);// Handle the case that, during the same tick that we are subscribing, an atom -// has been updated by some effect handler. Otherwise we will miss the update. -const mode=reactMode$1();if(mode.early&&(mode.mode==='LEGACY'||mode.mode==='MUTABLE_SOURCE')){const nextTree=store.getState().nextTree;if(nextTree&&nextTree.dirtyAtoms.has(key)){callback(nextTree);}}return {release:()=>{const releaseStoreState=store.getState();const subs=releaseStoreState.nodeToComponentSubscriptions.get(key);if(subs===undefined||!subs.has(subID)){return;}subs.delete(subID);if(subs.size===0){releaseStoreState.nodeToComponentSubscriptions.delete(key);}}};}function refreshRecoilValue(store,recoilValue){var _node$clearCache;const{currentTree}=store.getState();const node=getNode$2(recoilValue.key);(_node$clearCache=node.clearCache)===null||_node$clearCache===void 0?void 0:_node$clearCache.call(node,store,currentTree);}var Recoil_RecoilValueInterface={RecoilValueReadOnly:RecoilValueReadOnly$1,AbstractRecoilValue:AbstractRecoilValue$1,RecoilState:RecoilState$1,getRecoilValueAsLoadable,setRecoilValue,setRecoilValueLoadable,markRecoilValueModified,setUnvalidatedRecoilValue,subscribeToRecoilValue,isRecoilValue:isRecoilValue$1,applyAtomValueWrites,// TODO Remove export when deprecating initialStoreState_DEPRECATED in RecoilRoot -batchStart,writeLoadableToTreeState,invalidateDownstreams,copyTreeState,refreshRecoilValue};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * The someSet() method tests whether some elements in the given Set pass the - * test implemented by the provided function. - */function someSet(set,callback,context){const iterator=set.entries();let current=iterator.next();while(!current.done){const entry=current.value;if(callback.call(context,entry[1],entry[0],set)){return true;}current=iterator.next();}return false;}var Recoil_someSet=someSet;const{cleanUpNode:cleanUpNode$1}=Recoil_FunctionalCore;const{deleteNodeConfigIfPossible:deleteNodeConfigIfPossible$1,getNode:getNode$3}=Recoil_Node;const{RetentionZone:RetentionZone$2}=Recoil_RetentionZone;// Components that aren't mounted after suspending for this long will be assumed -// to be discarded and their resources released. -const SUSPENSE_TIMEOUT_MS=120000;const emptySet$1=new Set();function releaseRetainablesNowOnCurrentTree(store,retainables){const storeState=store.getState();const treeState=storeState.currentTree;if(storeState.nextTree){return;// leak memory rather than erase something that's about to be used. -}const nodes=new Set();for(const r of retainables){if(r instanceof RetentionZone$2){for(const n of nodesRetainedByZone(storeState,r)){nodes.add(n);}}else {nodes.add(r);}}const releasableNodes=findReleasableNodes(store,nodes);for(const node of releasableNodes){releaseNode(store,treeState,node);}}function findReleasableNodes(store,searchFromNodes){const storeState=store.getState();const treeState=storeState.currentTree;const graph=store.getGraph(treeState.version);const releasableNodes=new Set();// mutated to collect answer -const nonReleasableNodes=new Set();findReleasableNodesInner(searchFromNodes);return releasableNodes;function findReleasableNodesInner(searchFromNodes){const releasableNodesFoundThisIteration=new Set();const downstreams=getDownstreamNodesInTopologicalOrder(store,treeState,searchFromNodes,releasableNodes,// don't descend into these -nonReleasableNodes// don't descend into these -);// Find which of the downstream nodes are releasable and which are not: -for(const node of downstreams){var _storeState$retention;// Not releasable if configured to be retained forever: -if(getNode$3(node).retainedBy==='recoilRoot'){nonReleasableNodes.add(node);continue;}// Not releasable if retained directly by a component: -if(((_storeState$retention=storeState.retention.referenceCounts.get(node))!==null&&_storeState$retention!==void 0?_storeState$retention:0)>0){nonReleasableNodes.add(node);continue;}// Not releasable if retained by a zone: -if(zonesThatCouldRetainNode(node).some(z=>storeState.retention.referenceCounts.get(z))){nonReleasableNodes.add(node);continue;}// Not releasable if it has a non-releasable child (which will already be in -// nonReleasableNodes because we are going in topological order): -const nodeChildren=graph.nodeToNodeSubscriptions.get(node);if(nodeChildren&&Recoil_someSet(nodeChildren,child=>nonReleasableNodes.has(child))){nonReleasableNodes.add(node);continue;}releasableNodes.add(node);releasableNodesFoundThisIteration.add(node);}// If we found any releasable nodes, we need to walk UP from those nodes to -// find whether their parents can now be released as well: -const parents=new Set();for(const node of releasableNodesFoundThisIteration){for(const parent of (_graph$nodeDeps$get=graph.nodeDeps.get(node))!==null&&_graph$nodeDeps$get!==void 0?_graph$nodeDeps$get:emptySet$1){var _graph$nodeDeps$get;if(!releasableNodes.has(parent)){parents.add(parent);}}}if(parents.size){findReleasableNodesInner(parents);}}}// Children before parents -function getDownstreamNodesInTopologicalOrder(store,treeState,nodes,// Mutable set is destroyed in place -doNotDescendInto1,doNotDescendInto2){const graph=store.getGraph(treeState.version);const answer=[];const visited=new Set();while(nodes.size>0){visit(Recoil_nullthrows(nodes.values().next().value));}return answer;function visit(node){if(doNotDescendInto1.has(node)||doNotDescendInto2.has(node)){nodes.delete(node);return;}if(visited.has(node)){return;}const children=graph.nodeToNodeSubscriptions.get(node);if(children){for(const child of children){visit(child);}}visited.add(node);nodes.delete(node);answer.push(node);}}function releaseNode(store,treeState,node){if(!Recoil_gkx('recoil_memory_managament_2020')){return;}// Atom effects, in-closure caches, etc.: -cleanUpNode$1(store,node);// Delete from store state: -const storeState=store.getState();storeState.knownAtoms.delete(node);storeState.knownSelectors.delete(node);storeState.nodeTransactionSubscriptions.delete(node);storeState.retention.referenceCounts.delete(node);const zones=zonesThatCouldRetainNode(node);for(const zone of zones){var _storeState$retention2;(_storeState$retention2=storeState.retention.nodesRetainedByZone.get(zone))===null||_storeState$retention2===void 0?void 0:_storeState$retention2.delete(node);}// Note that we DO NOT delete from nodeToComponentSubscriptions because this -// already happens when the last component that was retaining the node unmounts, -// and this could happen either before or after that. -// Delete from TreeState and dep graph: -treeState.atomValues.delete(node);treeState.dirtyAtoms.delete(node);treeState.nonvalidatedAtoms.delete(node);const graph=storeState.graphsByVersion.get(treeState.version);if(graph){const deps=graph.nodeDeps.get(node);if(deps!==undefined){graph.nodeDeps.delete(node);for(const dep of deps){var _graph$nodeToNodeSubs;(_graph$nodeToNodeSubs=graph.nodeToNodeSubscriptions.get(dep))===null||_graph$nodeToNodeSubs===void 0?void 0:_graph$nodeToNodeSubs.delete(node);}}// No need to delete sub's deps as there should be no subs at this point. -// But an invariant would require deleting nodes in topological order. -graph.nodeToNodeSubscriptions.delete(node);}// Node config (for family members only as their configs can be recreated, and -// only if they are not retained within any other Stores): -deleteNodeConfigIfPossible$1(node);}function nodesRetainedByZone(storeState,zone){var _storeState$retention3;return (_storeState$retention3=storeState.retention.nodesRetainedByZone.get(zone))!==null&&_storeState$retention3!==void 0?_storeState$retention3:emptySet$1;}function zonesThatCouldRetainNode(node){const retainedBy=getNode$3(node).retainedBy;if(retainedBy===undefined||retainedBy==='components'||retainedBy==='recoilRoot'){return [];}else if(retainedBy instanceof RetentionZone$2){return [retainedBy];}else {return retainedBy;// it's an array of zones -}}function scheduleOrPerformPossibleReleaseOfRetainable(store,retainable){const state=store.getState();if(state.nextTree){state.retention.retainablesToCheckForRelease.add(retainable);}else {releaseRetainablesNowOnCurrentTree(store,new Set([retainable]));}}function updateRetainCount(store,retainable,delta){var _map$get;if(!Recoil_gkx('recoil_memory_managament_2020')){return;}const map=store.getState().retention.referenceCounts;const newCount=((_map$get=map.get(retainable))!==null&&_map$get!==void 0?_map$get:0)+delta;if(newCount===0){updateRetainCountToZero(store,retainable);}else {map.set(retainable,newCount);}}function updateRetainCountToZero(store,retainable){if(!Recoil_gkx('recoil_memory_managament_2020')){return;}const map=store.getState().retention.referenceCounts;map.delete(retainable);scheduleOrPerformPossibleReleaseOfRetainable(store,retainable);}function releaseScheduledRetainablesNow(store){if(!Recoil_gkx('recoil_memory_managament_2020')){return;}const state=store.getState();releaseRetainablesNowOnCurrentTree(store,state.retention.retainablesToCheckForRelease);state.retention.retainablesToCheckForRelease.clear();}function retainedByOptionWithDefault(r){// The default will change from 'recoilRoot' to 'components' in the future. -return r===undefined?'recoilRoot':r;}var Recoil_Retention={SUSPENSE_TIMEOUT_MS,updateRetainCount,updateRetainCountToZero,releaseScheduledRetainablesNow,retainedByOptionWithDefault};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * This is to export esstiential functions from react-dom - * for our web build - * - * - * @format - * @oncall recoil - */const{unstable_batchedUpdates}=reactDom;var ReactBatchedUpdates={unstable_batchedUpdates};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * This is to export esstiential functions from react-dom - * for our web build - * - * - * @format - * @oncall recoil - */ // @fb-only: const {unstable_batchedUpdates} = require('ReactDOMComet'); -// prettier-ignore -const{unstable_batchedUpdates:unstable_batchedUpdates$1}=ReactBatchedUpdates;// @oss-only -var Recoil_ReactBatchedUpdates={unstable_batchedUpdates:unstable_batchedUpdates$1};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */const{batchStart:batchStart$1}=Recoil_RecoilValueInterface;const{unstable_batchedUpdates:unstable_batchedUpdates$2}=Recoil_ReactBatchedUpdates;// flowlint-next-line unclear-type:off -/* - * During SSR, unstable_batchedUpdates may be undefined so this - * falls back to a basic function that executes the batch - */let batcher=unstable_batchedUpdates$2||(batchFn=>batchFn());/** - * Sets the provided batcher function as the batcher function used by Recoil. - * - * Set the batcher to a custom batcher for your renderer, - * if you use a renderer other than React DOM or React Native. - */const setBatcher=newBatcher=>{batcher=newBatcher;};/** - * Returns the current batcher function. - */const getBatcher=()=>batcher;/** - * Calls the current batcher function and passes the - * provided callback function. - */const batchUpdates=callback=>{batcher(()=>{let batchEnd=()=>undefined;try{batchEnd=batchStart$1();callback();}finally{batchEnd();}});};var Recoil_Batching={getBatcher,setBatcher,batchUpdates};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Combines multiple Iterables into a single Iterable. - * Traverses the input Iterables in the order provided and maintains the order - * of their elements. - * - * Example: - * ``` - * const r = Array.from(concatIterables(['a', 'b'], ['c'], ['d', 'e', 'f'])); - * r == ['a', 'b', 'c', 'd', 'e', 'f']; - * ``` - */function*concatIterables(iters){for(const iter of iters){for(const val of iter){yield val;}}}var Recoil_concatIterables=concatIterables;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /* eslint-disable fb-www/typeof-undefined */const isSSR=// $FlowFixMe(site=recoil) Window does not have a FlowType definition https://github.com/facebook/flow/issues/6709 -typeof Window==='undefined'||typeof window==='undefined';/* eslint-enable fb-www/typeof-undefined */const isWindow=value=>!isSSR&&(// $FlowFixMe(site=recoil) Window does not have a FlowType definition https://github.com/facebook/flow/issues/6709 -value===window||value instanceof Window);const isReactNative=typeof navigator!=='undefined'&&navigator.product==='ReactNative';// eslint-disable-line fb-www/typeof-undefined -var Recoil_Environment={isSSR,isReactNative,isWindow};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Caches a function's results based on the key returned by the passed - * hashFunction. - */function memoizeWithArgsHash(fn,hashFunction){let cache;return (...args)=>{if(!cache){cache={};}const key=hashFunction(...args);if(!Object.hasOwnProperty.call(cache,key)){cache[key]=fn(...args);}return cache[key];};}/** - * Caches a function's results based on a comparison of the arguments. - * Only caches the last return of the function. - * Defaults to reference equality - */function memoizeOneWithArgsHash(fn,hashFunction){let lastKey;let lastResult;// breaking cache when arguments change -return (...args)=>{const key=hashFunction(...args);if(lastKey===key){return lastResult;}lastKey=key;lastResult=fn(...args);return lastResult;};}/** - * Caches a function's results based on a comparison of the arguments. - * Only caches the last return of the function. - * Defaults to reference equality - */function memoizeOneWithArgsHashAndInvalidation(fn,hashFunction){let lastKey;let lastResult;// breaking cache when arguments change -const memoizedFn=(...args)=>{const key=hashFunction(...args);if(lastKey===key){return lastResult;}lastKey=key;lastResult=fn(...args);return lastResult;};const invalidate=()=>{lastKey=null;};return [memoizedFn,invalidate];}var Recoil_Memoize={memoizeWithArgsHash,memoizeOneWithArgsHash,memoizeOneWithArgsHashAndInvalidation};const{batchUpdates:batchUpdates$1}=Recoil_Batching;const{initializeNode:initializeNode$1,peekNodeInfo:peekNodeInfo$1}=Recoil_FunctionalCore;const{graph:graph$1}=Recoil_Graph;const{getNextStoreID:getNextStoreID$1}=Recoil_Keys;const{DEFAULT_VALUE:DEFAULT_VALUE$1,recoilValues:recoilValues$1,recoilValuesForKeys:recoilValuesForKeys$2}=Recoil_Node;const{AbstractRecoilValue:AbstractRecoilValue$2,getRecoilValueAsLoadable:getRecoilValueAsLoadable$1,setRecoilValue:setRecoilValue$1,setUnvalidatedRecoilValue:setUnvalidatedRecoilValue$1}=Recoil_RecoilValueInterface;const{updateRetainCount:updateRetainCount$1}=Recoil_Retention;const{setInvalidateMemoizedSnapshot:setInvalidateMemoizedSnapshot$1}=Recoil_SnapshotCache;const{getNextTreeStateVersion:getNextTreeStateVersion$2,makeEmptyStoreState:makeEmptyStoreState$1}=Recoil_State;const{isSSR:isSSR$1}=Recoil_Environment;const{memoizeOneWithArgsHashAndInvalidation:memoizeOneWithArgsHashAndInvalidation$1}=Recoil_Memoize;// Opaque at this surface because it's part of the public API from here. -// However, the data-flow-graph and selector values may evolve as selector -// evaluation functions are executed and async selectors resolve. -class Snapshot{// eslint-disable-next-line fb-www/no-uninitialized-properties -constructor(storeState,parentStoreID){_defineProperty(this,"_store",void 0);_defineProperty(this,"_refCount",1);_defineProperty(this,"getLoadable",recoilValue=>{this.checkRefCount_INTERNAL();return getRecoilValueAsLoadable$1(this._store,recoilValue);});_defineProperty(this,"getPromise",recoilValue=>{this.checkRefCount_INTERNAL();return this.getLoadable(recoilValue).toPromise();});_defineProperty(this,"getNodes_UNSTABLE",opt=>{this.checkRefCount_INTERNAL();// TODO Deal with modified selectors -if((opt===null||opt===void 0?void 0:opt.isModified)===true){if((opt===null||opt===void 0?void 0:opt.isInitialized)===false){return [];}const state=this._store.getState().currentTree;return recoilValuesForKeys$2(state.dirtyAtoms);}const knownAtoms=this._store.getState().knownAtoms;const knownSelectors=this._store.getState().knownSelectors;return (opt===null||opt===void 0?void 0:opt.isInitialized)==null?recoilValues$1.values():opt.isInitialized===true?recoilValuesForKeys$2(Recoil_concatIterables([knownAtoms,knownSelectors])):Recoil_filterIterable(recoilValues$1.values(),({key})=>!knownAtoms.has(key)&&!knownSelectors.has(key));});_defineProperty(this,"getInfo_UNSTABLE",({key})=>{this.checkRefCount_INTERNAL();return peekNodeInfo$1(this._store,this._store.getState().currentTree,key);});_defineProperty(this,"map",mapper=>{this.checkRefCount_INTERNAL();const mutableSnapshot=new MutableSnapshot(this,batchUpdates$1);mapper(mutableSnapshot);// if removing batchUpdates from `set` add it here -return mutableSnapshot;});_defineProperty(this,"asyncMap",async mapper=>{this.checkRefCount_INTERNAL();const mutableSnapshot=new MutableSnapshot(this,batchUpdates$1);mutableSnapshot.retain();// Retain new snapshot during async mapper -await mapper(mutableSnapshot);// Continue to retain the new snapshot for the user, but auto-release it -// after the next tick, the same as a new synchronous snapshot. -mutableSnapshot.autoRelease_INTERNAL();return mutableSnapshot;});this._store={storeID:getNextStoreID$1(),parentStoreID,getState:()=>storeState,replaceState:replacer=>{// no batching, so nextTree is never active -storeState.currentTree=replacer(storeState.currentTree);},getGraph:version=>{const graphs=storeState.graphsByVersion;if(graphs.has(version)){return Recoil_nullthrows(graphs.get(version));}const newGraph=graph$1();graphs.set(version,newGraph);return newGraph;},subscribeToTransactions:()=>({release:()=>{}}),addTransactionMetadata:()=>{throw Recoil_err('Cannot subscribe to Snapshots');}};// Initialize any nodes that are live in the parent store (primarily so that -// this snapshot gets counted towards the node's live stores count). -// TODO Optimize this when cloning snapshots for callbacks -for(const nodeKey of this._store.getState().knownAtoms){initializeNode$1(this._store,nodeKey,'get');updateRetainCount$1(this._store,nodeKey,1);}this.autoRelease_INTERNAL();}retain(){if(this._refCount<=0);this._refCount++;let released=false;return ()=>{if(!released){released=true;this._release();}};}/** - * Release the snapshot on the next tick. This means the snapshot is retained - * during the execution of the current function using it. - */autoRelease_INTERNAL(){if(!isSSR$1){// Use timeout of 10 to workaround Firefox issue: https://github.com/facebookexperimental/Recoil/issues/1936 -window.setTimeout(()=>this._release(),10);}}_release(){this._refCount--;if(this._refCount===0){this._store.getState().nodeCleanupFunctions.forEach(cleanup=>cleanup());this._store.getState().nodeCleanupFunctions.clear();if(!Recoil_gkx('recoil_memory_managament_2020')){return;}// Temporarily nerfing this to allow us to find broken call sites without -// actually breaking anybody yet. -// for (const k of this._store.getState().knownAtoms) { -// updateRetainCountToZero(this._store, k); -// } -}else if(this._refCount<0);}isRetained(){return this._refCount>0;}checkRefCount_INTERNAL(){if(Recoil_gkx('recoil_memory_managament_2020')&&this._refCount<=0);}getStore_INTERNAL(){this.checkRefCount_INTERNAL();return this._store;}getID(){this.checkRefCount_INTERNAL();return this._store.getState().currentTree.stateID;}getStoreID(){this.checkRefCount_INTERNAL();return this._store.storeID;}// We want to allow the methods to be destructured and used as accessors -/* eslint-disable fb-www/extra-arrow-initializer */ /* eslint-enable fb-www/extra-arrow-initializer */}function cloneStoreState(store,treeState,bumpVersion=false){const storeState=store.getState();const version=bumpVersion?getNextTreeStateVersion$2():treeState.version;return {// Always clone the TreeState to isolate stores from accidental mutations. -// For example, reading a selector from a cloned snapshot shouldn't cache -// in the original treestate which may cause the original to skip -// initialization of upstream atoms. -currentTree:{// TODO snapshots shouldn't really have versions because a new version number -// is always assigned when the snapshot is gone to. -version:bumpVersion?version:treeState.version,stateID:bumpVersion?version:treeState.stateID,transactionMetadata:{...treeState.transactionMetadata},dirtyAtoms:new Set(treeState.dirtyAtoms),atomValues:treeState.atomValues.clone(),nonvalidatedAtoms:treeState.nonvalidatedAtoms.clone()},commitDepth:0,nextTree:null,previousTree:null,knownAtoms:new Set(storeState.knownAtoms),// FIXME here's a copy -knownSelectors:new Set(storeState.knownSelectors),// FIXME here's a copy -transactionSubscriptions:new Map(),nodeTransactionSubscriptions:new Map(),nodeToComponentSubscriptions:new Map(),queuedComponentCallbacks_DEPRECATED:[],suspendedComponentResolvers:new Set(),graphsByVersion:new Map().set(version,store.getGraph(treeState.version)),retention:{referenceCounts:new Map(),nodesRetainedByZone:new Map(),retainablesToCheckForRelease:new Set()},// FIXME here's a copy -// Create blank cleanup handlers for atoms so snapshots don't re-run -// atom effects. -nodeCleanupFunctions:new Map(Recoil_mapIterable(storeState.nodeCleanupFunctions.entries(),([key])=>[key,()=>{}]))};}// Factory to build a fresh snapshot -function freshSnapshot(initializeState){const snapshot=new Snapshot(makeEmptyStoreState$1());return initializeState!=null?snapshot.map(initializeState):snapshot;}// Factory to clone a snapshot state -const[memoizedCloneSnapshot,invalidateMemoizedSnapshot$2]=memoizeOneWithArgsHashAndInvalidation$1(// $FlowFixMe[missing-local-annot] -(store,version)=>{var _storeState$nextTree;const storeState=store.getState();const treeState=version==='latest'?(_storeState$nextTree=storeState.nextTree)!==null&&_storeState$nextTree!==void 0?_storeState$nextTree:storeState.currentTree:Recoil_nullthrows(storeState.previousTree);return new Snapshot(cloneStoreState(store,treeState),store.storeID);},(store,version)=>{var _store$getState$nextT,_store$getState$previ;return String(version)+String(store.storeID)+String((_store$getState$nextT=store.getState().nextTree)===null||_store$getState$nextT===void 0?void 0:_store$getState$nextT.version)+String(store.getState().currentTree.version)+String((_store$getState$previ=store.getState().previousTree)===null||_store$getState$previ===void 0?void 0:_store$getState$previ.version);});// Avoid circular dependencies -setInvalidateMemoizedSnapshot$1(invalidateMemoizedSnapshot$2);function cloneSnapshot(store,version='latest'){const snapshot=memoizedCloneSnapshot(store,version);if(!snapshot.isRetained()){invalidateMemoizedSnapshot$2();return memoizedCloneSnapshot(store,version);}return snapshot;}class MutableSnapshot extends Snapshot{constructor(snapshot,batch){super(cloneStoreState(snapshot.getStore_INTERNAL(),snapshot.getStore_INTERNAL().getState().currentTree,true),snapshot.getStoreID());_defineProperty(this,"_batch",void 0);_defineProperty(this,"set",(recoilState,newValueOrUpdater)=>{this.checkRefCount_INTERNAL();const store=this.getStore_INTERNAL();// This batchUpdates ensures this `set` is applied immediately and you can -// read the written value after calling `set`. I would like to remove this -// behavior and only batch in `Snapshot.map`, but this would be a breaking -// change potentially. -this._batch(()=>{updateRetainCount$1(store,recoilState.key,1);setRecoilValue$1(this.getStore_INTERNAL(),recoilState,newValueOrUpdater);});});_defineProperty(this,"reset",recoilState=>{this.checkRefCount_INTERNAL();const store=this.getStore_INTERNAL();// See note at `set` about batched updates. -this._batch(()=>{updateRetainCount$1(store,recoilState.key,1);setRecoilValue$1(this.getStore_INTERNAL(),recoilState,DEFAULT_VALUE$1);});});_defineProperty(this,"setUnvalidatedAtomValues_DEPRECATED",values=>{this.checkRefCount_INTERNAL();const store=this.getStore_INTERNAL();// See note at `set` about batched updates. -batchUpdates$1(()=>{for(const[k,v]of values.entries()){updateRetainCount$1(store,k,1);setUnvalidatedRecoilValue$1(store,new AbstractRecoilValue$2(k),v);}});});this._batch=batch;}}var Recoil_Snapshot={Snapshot,MutableSnapshot,freshSnapshot,cloneSnapshot};var Recoil_Snapshot_1=Recoil_Snapshot.Snapshot;var Recoil_Snapshot_2=Recoil_Snapshot.MutableSnapshot;var Recoil_Snapshot_3=Recoil_Snapshot.freshSnapshot;var Recoil_Snapshot_4=Recoil_Snapshot.cloneSnapshot;var Recoil_Snapshot$1=/*#__PURE__*/Object.freeze({__proto__:null,Snapshot:Recoil_Snapshot_1,MutableSnapshot:Recoil_Snapshot_2,freshSnapshot:Recoil_Snapshot_3,cloneSnapshot:Recoil_Snapshot_4});/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */function unionSets(...sets){const result=new Set();for(const set of sets){for(const value of set){result.add(value);}}return result;}var Recoil_unionSets=unionSets;const{useRef}=React;/** - * The same as `useRef()` except that if a function is specified then it will - * call that function to get the value to initialize the reference with. - * This is similar to how `useState()` behaves when given a function. It allows - * the user to avoid generating the initial value for subsequent renders. - * The tradeoff is that to set the reference to a function itself you need to - * nest it: useRefInitOnce(() => () => {...}); - */function useRefInitOnce(initialValue){// $FlowExpectedError[incompatible-call] -const ref=useRef(initialValue);if(ref.current===initialValue&&typeof initialValue==='function'){// $FlowExpectedError[incompatible-use] -ref.current=initialValue();}return ref;}var Recoil_useRefInitOnce=useRefInitOnce;// @fb-only: const RecoilusagelogEvent = require('RecoilusagelogEvent'); -// @fb-only: const RecoilUsageLogFalcoEvent = require('RecoilUsageLogFalcoEvent'); -// @fb-only: const URI = require('URI'); -const{getNextTreeStateVersion:getNextTreeStateVersion$3,makeEmptyStoreState:makeEmptyStoreState$2}=Recoil_State;const{cleanUpNode:cleanUpNode$2,getDownstreamNodes:getDownstreamNodes$2,initializeNode:initializeNode$2,setNodeValue:setNodeValue$2,setUnvalidatedAtomValue_DEPRECATED:setUnvalidatedAtomValue_DEPRECATED$1}=Recoil_FunctionalCore;const{graph:graph$2}=Recoil_Graph;const{cloneGraph:cloneGraph$1}=Recoil_Graph;const{getNextStoreID:getNextStoreID$2}=Recoil_Keys;const{createMutableSource:createMutableSource$1,reactMode:reactMode$2}=Recoil_ReactMode;const{applyAtomValueWrites:applyAtomValueWrites$1}=Recoil_RecoilValueInterface;const{releaseScheduledRetainablesNow:releaseScheduledRetainablesNow$1}=Recoil_Retention;const{freshSnapshot:freshSnapshot$1}=Recoil_Snapshot$1;const{useCallback,useContext,useEffect,useMemo,useRef:useRef$1,useState}=React;function notInAContext(){throw Recoil_err('This component must be used inside a component.');}const defaultStore=Object.freeze({storeID:getNextStoreID$2(),getState:notInAContext,replaceState:notInAContext,getGraph:notInAContext,subscribeToTransactions:notInAContext,addTransactionMetadata:notInAContext});let stateReplacerIsBeingExecuted=false;function startNextTreeIfNeeded(store){if(stateReplacerIsBeingExecuted){throw Recoil_err('An atom update was triggered within the execution of a state updater function. State updater functions provided to Recoil must be pure functions.');}const storeState=store.getState();if(storeState.nextTree===null){if(Recoil_gkx('recoil_memory_managament_2020')&&Recoil_gkx('recoil_release_on_cascading_update_killswitch_2021')){// If this is a cascading update (that is, rendering due to one state change -// invokes a second state change), we won't have cleaned up retainables yet -// because this normally happens after notifying components. Do it before -// proceeding with the cascading update so that it remains predictable: -if(storeState.commitDepth>0){releaseScheduledRetainablesNow$1(store);}}const version=storeState.currentTree.version;const nextVersion=getNextTreeStateVersion$3();storeState.nextTree={...storeState.currentTree,version:nextVersion,stateID:nextVersion,dirtyAtoms:new Set(),transactionMetadata:{}};storeState.graphsByVersion.set(nextVersion,cloneGraph$1(Recoil_nullthrows(storeState.graphsByVersion.get(version))));}}const AppContext=/*#__PURE__*/React.createContext({current:defaultStore});const useStoreRef=()=>useContext(AppContext);// $FlowExpectedError[incompatible-call] -const MutableSourceContext=/*#__PURE__*/React.createContext(null);function useRecoilMutableSource(){const mutableSource=useContext(MutableSourceContext);return mutableSource;}function notifyComponents(store,storeState,treeState){const dependentNodes=getDownstreamNodes$2(store,treeState,treeState.dirtyAtoms);for(const key of dependentNodes){const comps=storeState.nodeToComponentSubscriptions.get(key);if(comps){for(const[_subID,[_debugName,callback]]of comps){callback(treeState);}}}}function sendEndOfBatchNotifications(store){const storeState=store.getState();const treeState=storeState.currentTree;// Inform transaction subscribers of the transaction: -const dirtyAtoms=treeState.dirtyAtoms;if(dirtyAtoms.size){// Execute Node-specific subscribers before global subscribers -for(const[key,subscriptions]of storeState.nodeTransactionSubscriptions){if(dirtyAtoms.has(key)){for(const[_,subscription]of subscriptions){subscription(store);}}}for(const[_,subscription]of storeState.transactionSubscriptions){subscription(store);}if(!reactMode$2().early||storeState.suspendedComponentResolvers.size>0){// Notifying components is needed to wake from suspense, even when using -// early rendering. -notifyComponents(store,storeState,treeState);// Wake all suspended components so the right one(s) can try to re-render. -// We need to wake up components not just when some asynchronous selector -// resolved, but also when changing synchronous values because this may cause -// a selector to change from asynchronous to synchronous, in which case there -// would be no follow-up asynchronous resolution to wake us up. -// TODO OPTIMIZATION Only wake up related downstream components -storeState.suspendedComponentResolvers.forEach(cb=>cb());storeState.suspendedComponentResolvers.clear();}}// Special behavior ONLY invoked by useInterface. -// FIXME delete queuedComponentCallbacks_DEPRECATED when deleting useInterface. -storeState.queuedComponentCallbacks_DEPRECATED.forEach(cb=>cb(treeState));storeState.queuedComponentCallbacks_DEPRECATED.splice(0,storeState.queuedComponentCallbacks_DEPRECATED.length);}function endBatch(store){const storeState=store.getState();storeState.commitDepth++;try{const{nextTree}=storeState;// Ignore commits that are not because of Recoil transactions -- namely, -// because something above RecoilRoot re-rendered: -if(nextTree==null){return;}// nextTree is now committed -- note that copying and reset occurs when -// a transaction begins, in startNextTreeIfNeeded: -storeState.previousTree=storeState.currentTree;storeState.currentTree=nextTree;storeState.nextTree=null;sendEndOfBatchNotifications(store);if(storeState.previousTree!=null){storeState.graphsByVersion.delete(storeState.previousTree.version);}else {Recoil_recoverableViolation('Ended batch with no previous state, which is unexpected','recoil');}storeState.previousTree=null;if(Recoil_gkx('recoil_memory_managament_2020')){// Only release retainables if there were no writes during the end of the -// batch. This avoids releasing something we might be about to use. -if(nextTree==null){releaseScheduledRetainablesNow$1(store);}}}finally{storeState.commitDepth--;}}/* - * The purpose of the Batcher is to observe when React batches end so that - * Recoil state changes can be batched. Whenever Recoil state changes, we call - * setState on the batcher. Then we wait for that change to be committed, which - * signifies the end of the batch. That's when we respond to the Recoil change. - */function Batcher({setNotifyBatcherOfChange}){const storeRef=useStoreRef();const[,setState]=useState([]);// $FlowFixMe[incompatible-call] -setNotifyBatcherOfChange(()=>setState({}));useEffect(()=>{// $FlowFixMe[incompatible-call] -setNotifyBatcherOfChange(()=>setState({}));// If an asynchronous selector resolves after the Batcher is unmounted, -// notifyBatcherOfChange will still be called. An error gets thrown whenever -// setState is called after a component is already unmounted, so this sets -// notifyBatcherOfChange to be a no-op. -return ()=>{setNotifyBatcherOfChange(()=>{});};},[setNotifyBatcherOfChange]);useEffect(()=>{// enqueueExecution runs this function immediately; it is only used to -// manipulate the order of useEffects during tests, since React seems to -// call useEffect in an unpredictable order sometimes. -Recoil_Queue.enqueueExecution('Batcher',()=>{endBatch(storeRef.current);});});return null;}// which will no longer be needed. -function initialStoreState_DEPRECATED(store,initializeState){const initial=makeEmptyStoreState$2();initializeState({set:(atom,value)=>{const state=initial.currentTree;const writes=setNodeValue$2(store,state,atom.key,value);const writtenNodes=new Set(writes.keys());const nonvalidatedAtoms=state.nonvalidatedAtoms.clone();for(const n of writtenNodes){nonvalidatedAtoms.delete(n);}initial.currentTree={...state,dirtyAtoms:Recoil_unionSets(state.dirtyAtoms,writtenNodes),atomValues:applyAtomValueWrites$1(state.atomValues,writes),// NB: PLEASE un-export applyAtomValueWrites when deleting this code -nonvalidatedAtoms};},setUnvalidatedAtomValues:atomValues=>{// FIXME replace this with a mutative loop -atomValues.forEach((v,k)=>{initial.currentTree=setUnvalidatedAtomValue_DEPRECATED$1(initial.currentTree,k,v);});}});return initial;}// Initialize state snapshot for for the initializeState prop. -// Atom effect initialization takes precedence over this prop. -// Any atom effects will be run before initialization, but then cleaned up, -// they are then re-run when used as part of rendering. These semantics are -// compatible with React StrictMode where effects may be re-run multiple times -// but state initialization only happens once the first time. -function initialStoreState(initializeState){// Initialize a snapshot and get its store -const snapshot=freshSnapshot$1(initializeState);const storeState=snapshot.getStore_INTERNAL().getState();// Counteract the snapshot auto-release -snapshot.retain();// Cleanup any effects run during initialization and clear the handlers so -// they will re-initialize if used during rendering. This allows atom effect -// initialization to take precedence over initializeState and be compatible -// with StrictMode semantics. -storeState.nodeCleanupFunctions.forEach(cleanup=>cleanup());storeState.nodeCleanupFunctions.clear();return storeState;}let nextID=0;function RecoilRoot_INTERNAL({initializeState_DEPRECATED,initializeState,store_INTERNAL:storeProp,// For use with React "context bridging" -children}){// prettier-ignore -// @fb-only: useEffect(() => { -// @fb-only: if (gkx('recoil_usage_logging')) { -// @fb-only: try { -// @fb-only: RecoilUsageLogFalcoEvent.log(() => ({ -// @fb-only: type: RecoilusagelogEvent.RECOIL_ROOT_MOUNTED, -// @fb-only: path: URI.getRequestURI().getPath(), -// @fb-only: })); -// @fb-only: } catch { -// @fb-only: recoverableViolation( -// @fb-only: 'Error when logging Recoil Usage event', -// @fb-only: 'recoil', -// @fb-only: ); -// @fb-only: } -// @fb-only: } -// @fb-only: }, []); -let storeStateRef;// eslint-disable-line prefer-const -const getGraph=version=>{const graphs=storeStateRef.current.graphsByVersion;if(graphs.has(version)){return Recoil_nullthrows(graphs.get(version));}const newGraph=graph$2();graphs.set(version,newGraph);return newGraph;};const subscribeToTransactions=(callback,key)=>{if(key==null){// Global transaction subscriptions -const{transactionSubscriptions}=storeRef.current.getState();const id=nextID++;transactionSubscriptions.set(id,callback);return {release:()=>{transactionSubscriptions.delete(id);}};}else {// Node-specific transaction subscriptions: -const{nodeTransactionSubscriptions}=storeRef.current.getState();if(!nodeTransactionSubscriptions.has(key)){nodeTransactionSubscriptions.set(key,new Map());}const id=nextID++;Recoil_nullthrows(nodeTransactionSubscriptions.get(key)).set(id,callback);return {release:()=>{const subs=nodeTransactionSubscriptions.get(key);if(subs){subs.delete(id);if(subs.size===0){nodeTransactionSubscriptions.delete(key);}}}};}};const addTransactionMetadata=metadata=>{startNextTreeIfNeeded(storeRef.current);for(const k of Object.keys(metadata)){Recoil_nullthrows(storeRef.current.getState().nextTree).transactionMetadata[k]=metadata[k];}};const replaceState=replacer=>{startNextTreeIfNeeded(storeRef.current);// Use replacer to get the next state: -const nextTree=Recoil_nullthrows(storeStateRef.current.nextTree);let replaced;try{stateReplacerIsBeingExecuted=true;replaced=replacer(nextTree);}finally{stateReplacerIsBeingExecuted=false;}if(replaced===nextTree){return;}storeStateRef.current.nextTree=replaced;if(reactMode$2().early){notifyComponents(storeRef.current,storeStateRef.current,replaced);}Recoil_nullthrows(notifyBatcherOfChange.current)();};const notifyBatcherOfChange=useRef$1(null);const setNotifyBatcherOfChange=useCallback(x=>{notifyBatcherOfChange.current=x;},[notifyBatcherOfChange]);const storeRef=Recoil_useRefInitOnce(()=>storeProp!==null&&storeProp!==void 0?storeProp:{storeID:getNextStoreID$2(),getState:()=>storeStateRef.current,replaceState,getGraph,subscribeToTransactions,addTransactionMetadata});if(storeProp!=null){storeRef.current=storeProp;}storeStateRef=Recoil_useRefInitOnce(()=>initializeState_DEPRECATED!=null?initialStoreState_DEPRECATED(storeRef.current,initializeState_DEPRECATED):initializeState!=null?initialStoreState(initializeState):makeEmptyStoreState$2());const mutableSource=useMemo(()=>createMutableSource$1===null||createMutableSource$1===void 0?void 0:createMutableSource$1(storeStateRef,()=>storeStateRef.current.currentTree.version),[storeStateRef]);// Cleanup when the is unmounted -useEffect(()=>{// React is free to call effect cleanup handlers and effects at will, the -// deps array is only an optimization. For example, React strict mode -// will execute each effect twice for testing. Therefore, we need symmetry -// to re-initialize all known atoms after they were cleaned up. -const store=storeRef.current;for(const atomKey of new Set(store.getState().knownAtoms)){initializeNode$2(store,atomKey,'get');}return ()=>{for(const atomKey of store.getState().knownAtoms){cleanUpNode$2(store,atomKey);}};},[storeRef]);return/*#__PURE__*/React.createElement(AppContext.Provider,{value:storeRef},/*#__PURE__*/React.createElement(MutableSourceContext.Provider,{value:mutableSource},/*#__PURE__*/React.createElement(Batcher,{setNotifyBatcherOfChange:setNotifyBatcherOfChange}),children));}function RecoilRoot(props){const{override,...propsExceptOverride}=props;const ancestorStoreRef=useStoreRef();if(override===false&&ancestorStoreRef.current!==defaultStore){// If ancestorStoreRef.current !== defaultStore, it means that this -// RecoilRoot is not nested within another. -return props.children;}return/*#__PURE__*/React.createElement(RecoilRoot_INTERNAL,propsExceptOverride);}function useRecoilStoreID(){return useStoreRef().current.storeID;}var Recoil_RecoilRoot={RecoilRoot,useStoreRef,useRecoilMutableSource,useRecoilStoreID,notifyComponents_FOR_TESTING:notifyComponents,sendEndOfBatchNotifications_FOR_TESTING:sendEndOfBatchNotifications};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */function shallowArrayEqual(a,b){if(a===b){return true;}if(a.length!==b.length){return false;}for(let i=0,l=a.length;i{// $FlowFixMe[incompatible-type] -ref.current=value;});return ref.current;}var Recoil_usePrevious=usePrevious;const{useStoreRef:useStoreRef$1}=Recoil_RecoilRoot;const{SUSPENSE_TIMEOUT_MS:SUSPENSE_TIMEOUT_MS$1}=Recoil_Retention;const{updateRetainCount:updateRetainCount$2}=Recoil_Retention;const{RetentionZone:RetentionZone$3}=Recoil_RetentionZone;const{useEffect:useEffect$2,useRef:useRef$3}=React;const{isSSR:isSSR$2}=Recoil_Environment;// I don't see a way to avoid the any type here because we want to accept readable -// and writable values with any type parameter, but normally with writable ones -// RecoilState is not a subtype of RecoilState. -// flowlint-line unclear-type:off -function useRetain(toRetain){if(!Recoil_gkx('recoil_memory_managament_2020')){return;}// eslint-disable-next-line fb-www/react-hooks -return useRetain_ACTUAL(toRetain);}function useRetain_ACTUAL(toRetain){const array=Array.isArray(toRetain)?toRetain:[toRetain];const retainables=array.map(a=>a instanceof RetentionZone$3?a:a.key);const storeRef=useStoreRef$1();useEffect$2(()=>{if(!Recoil_gkx('recoil_memory_managament_2020')){return;}const store=storeRef.current;if(timeoutID.current&&!isSSR$2){// Already performed a temporary retain on render, simply cancel the release -// of that temporary retain. -window.clearTimeout(timeoutID.current);timeoutID.current=null;}else {for(const r of retainables){updateRetainCount$2(store,r,1);}}return ()=>{for(const r of retainables){updateRetainCount$2(store,r,-1);}};// eslint-disable-next-line fb-www/react-hooks-deps -},[storeRef,...retainables]);// We want to retain if the component suspends. This is terrible but the Suspense -// API affords us no better option. If we suspend and never commit after some -// seconds, then release. The 'actual' retain/release in the effect above -// cancels this. -const timeoutID=useRef$3();const previousRetainables=Recoil_usePrevious(retainables);if(!isSSR$2&&(previousRetainables===undefined||!Recoil_shallowArrayEqual(previousRetainables,retainables))){const store=storeRef.current;for(const r of retainables){updateRetainCount$2(store,r,1);}if(previousRetainables){for(const r of previousRetainables){updateRetainCount$2(store,r,-1);}}if(timeoutID.current){window.clearTimeout(timeoutID.current);}timeoutID.current=window.setTimeout(()=>{timeoutID.current=null;for(const r of retainables){updateRetainCount$2(store,r,-1);}},SUSPENSE_TIMEOUT_MS$1);}}var Recoil_useRetain=useRetain;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * THIS CODE HAS BEEN COMMENTED OUT INTENTIONALLY - * - * This technique of getting the component name is imperfect, since it both only - * works in a non-minified code base, and more importantly introduces performance - * problems since it relies in throwing errors which is an expensive operation. - * - * At some point we may want to reevaluate this technique hence why we have commented - * this code out, rather than delete it all together. - */ // const {useRef} = require('react'); -// const gkx = require('recoil-shared/util/Recoil_gkx'); -// const stackTraceParser = require('recoil-shared/util/Recoil_stackTraceParser'); -function useComponentName(){// const nameRef = useRef(); -// if (__DEV__) { -// if (gkx('recoil_infer_component_names')) { -// if (nameRef.current === undefined) { -// // There is no blessed way to determine the calling React component from -// // within a hook. This hack uses the fact that hooks must start with 'use' -// // and that hooks are either called by React Components or other hooks. It -// // follows therefore, that to find the calling component, you simply need -// // to look down the stack and find the first function which doesn't start -// // with 'use'. We are only enabling this in dev for now, since once the -// // codebase is minified, the naming assumptions no longer hold true. -// // eslint-disable-next-line fb-www/no-new-error -// const frames = stackTraceParser(new Error().stack); -// for (const {methodName} of frames) { -// // I observed cases where the frame was of the form 'Object.useXXX' -// // hence why I'm searching for hooks following a word boundary -// if (!methodName.match(/\buse[^\b]+$/)) { -// return (nameRef.current = methodName); -// } -// } -// nameRef.current = null; -// } -// return nameRef.current ?? ''; -// } -// } -// @fb-only: return ""; -return '';// @oss-only -}var Recoil_useComponentName=useComponentName;const{batchUpdates:batchUpdates$2}=Recoil_Batching;const{DEFAULT_VALUE:DEFAULT_VALUE$2}=Recoil_Node;const{currentRendererSupportsUseSyncExternalStore:currentRendererSupportsUseSyncExternalStore$1,reactMode:reactMode$3,useMutableSource:useMutableSource$1,useSyncExternalStore:useSyncExternalStore$1}=Recoil_ReactMode;const{useRecoilMutableSource:useRecoilMutableSource$1,useStoreRef:useStoreRef$2}=Recoil_RecoilRoot;const{AbstractRecoilValue:AbstractRecoilValue$3,getRecoilValueAsLoadable:getRecoilValueAsLoadable$2,setRecoilValue:setRecoilValue$2,setUnvalidatedRecoilValue:setUnvalidatedRecoilValue$2,subscribeToRecoilValue:subscribeToRecoilValue$1}=Recoil_RecoilValueInterface;const{useCallback:useCallback$1,useEffect:useEffect$3,useMemo:useMemo$1,useRef:useRef$4,useState:useState$1}=React;const{setByAddingToSet:setByAddingToSet$2}=Recoil_CopyOnWrite;const{isSSR:isSSR$3}=Recoil_Environment;function handleLoadable(loadable,recoilValue,storeRef){// We can't just throw the promise we are waiting on to Suspense. If the -// upstream dependencies change it may produce a state in which the component -// can render, but it would still be suspended on a Promise that may never resolve. -if(loadable.state==='hasValue'){return loadable.contents;}else if(loadable.state==='loading'){const promise=new Promise(resolve=>{const suspendedComponentResolvers=storeRef.current.getState().suspendedComponentResolvers;suspendedComponentResolvers.add(resolve);// SSR should clear out the wake-up resolver if the Promise is resolved -// to avoid infinite loops. (See https://github.com/facebookexperimental/Recoil/pull/2073) -if(isSSR$3&&Recoil_isPromise(loadable.contents)){loadable.contents.finally(()=>{suspendedComponentResolvers.delete(resolve);});}});// $FlowExpectedError Flow(prop-missing) for integrating with tools that inspect thrown promises @fb-only -// @fb-only: promise.displayName = `Recoil State: ${recoilValue.key}`; -throw promise;}else if(loadable.state==='hasError'){throw loadable.contents;}else {throw Recoil_err(`Invalid value of loadable atom "${recoilValue.key}"`);}}/** - * Various things are broken with useRecoilInterface, particularly concurrent - * mode, React strict mode, and memory management. They will not be fixed. - * */function useRecoilInterface_DEPRECATED(){const componentName=Recoil_useComponentName();const storeRef=useStoreRef$2();// eslint-disable-next-line fb-www/react-no-unused-state-hook -const[,forceUpdate]=useState$1([]);const recoilValuesUsed=useRef$4(new Set());recoilValuesUsed.current=new Set();// Track the RecoilValues used just during this render -const previousSubscriptions=useRef$4(new Set());const subscriptions=useRef$4(new Map());const unsubscribeFrom=useCallback$1(key=>{const sub=subscriptions.current.get(key);if(sub){sub.release();subscriptions.current.delete(key);}},[subscriptions]);const updateState=useCallback$1((_state,key)=>{if(subscriptions.current.has(key)){forceUpdate([]);}},[]);// Effect to add/remove subscriptions as nodes are used -useEffect$3(()=>{const store=storeRef.current;Recoil_differenceSets(recoilValuesUsed.current,previousSubscriptions.current).forEach(key=>{if(subscriptions.current.has(key)){return;}const sub=subscribeToRecoilValue$1(store,new AbstractRecoilValue$3(key),state=>updateState(state,key),componentName);subscriptions.current.set(key,sub);/** - * Since we're subscribing in an effect we need to update to the latest - * value of the atom since it may have changed since we rendered. We can - * go ahead and do that now, unless we're in the middle of a batch -- - * in which case we should do it at the end of the batch, due to the - * following edge case: Suppose an atom is updated in another useEffect - * of this same component. Then the following sequence of events occur: - * 1. Atom is updated and subs fired (but we may not be subscribed - * yet depending on order of effects, so we miss this) Updated value - * is now in nextTree, but not currentTree. - * 2. This effect happens. We subscribe and update. - * 3. From the update we re-render and read currentTree, with old value. - * 4. Batcher's effect sets currentTree to nextTree. - * In this sequence we miss the update. To avoid that, add the update - * to queuedComponentCallback if a batch is in progress. - */ // FIXME delete queuedComponentCallbacks_DEPRECATED when deleting useInterface. -const state=store.getState();if(state.nextTree){store.getState().queuedComponentCallbacks_DEPRECATED.push(()=>{updateState(store.getState(),key);});}else {updateState(store.getState(),key);}});Recoil_differenceSets(previousSubscriptions.current,recoilValuesUsed.current).forEach(key=>{unsubscribeFrom(key);});previousSubscriptions.current=recoilValuesUsed.current;});// Effect to unsubscribe from all when unmounting -useEffect$3(()=>{const currentSubscriptions=subscriptions.current;// Restore subscriptions that were cleared due to StrictMode running this effect twice -Recoil_differenceSets(recoilValuesUsed.current,new Set(currentSubscriptions.keys())).forEach(key=>{const sub=subscribeToRecoilValue$1(storeRef.current,new AbstractRecoilValue$3(key),state=>updateState(state,key),componentName);currentSubscriptions.set(key,sub);});return ()=>currentSubscriptions.forEach((_,key)=>unsubscribeFrom(key));},[componentName,storeRef,unsubscribeFrom,updateState]);return useMemo$1(()=>{// eslint-disable-next-line no-shadow -function useSetRecoilState(recoilState){return newValueOrUpdater=>{setRecoilValue$2(storeRef.current,recoilState,newValueOrUpdater);};}// eslint-disable-next-line no-shadow -function useResetRecoilState(recoilState){return ()=>setRecoilValue$2(storeRef.current,recoilState,DEFAULT_VALUE$2);}// eslint-disable-next-line no-shadow -function useRecoilValueLoadable(recoilValue){var _storeState$nextTree;if(!recoilValuesUsed.current.has(recoilValue.key)){recoilValuesUsed.current=setByAddingToSet$2(recoilValuesUsed.current,recoilValue.key);}// TODO Restore optimization to memoize lookup -const storeState=storeRef.current.getState();return getRecoilValueAsLoadable$2(storeRef.current,recoilValue,reactMode$3().early?(_storeState$nextTree=storeState.nextTree)!==null&&_storeState$nextTree!==void 0?_storeState$nextTree:storeState.currentTree:storeState.currentTree);}// eslint-disable-next-line no-shadow -function useRecoilValue(recoilValue){const loadable=useRecoilValueLoadable(recoilValue);return handleLoadable(loadable,recoilValue,storeRef);}// eslint-disable-next-line no-shadow -function useRecoilState(recoilState){return [useRecoilValue(recoilState),useSetRecoilState(recoilState)];}// eslint-disable-next-line no-shadow -function useRecoilStateLoadable(recoilState){return [useRecoilValueLoadable(recoilState),useSetRecoilState(recoilState)];}return {getRecoilValue:useRecoilValue,getRecoilValueLoadable:useRecoilValueLoadable,getRecoilState:useRecoilState,getRecoilStateLoadable:useRecoilStateLoadable,getSetRecoilState:useSetRecoilState,getResetRecoilState:useResetRecoilState};},[recoilValuesUsed,storeRef]);}const recoilComponentGetRecoilValueCount_FOR_TESTING={current:0};function useRecoilValueLoadable_SYNC_EXTERNAL_STORE(recoilValue){const storeRef=useStoreRef$2();const componentName=Recoil_useComponentName();const getSnapshot=useCallback$1(()=>{var _storeState$nextTree2;const store=storeRef.current;const storeState=store.getState();const treeState=reactMode$3().early?(_storeState$nextTree2=storeState.nextTree)!==null&&_storeState$nextTree2!==void 0?_storeState$nextTree2:storeState.currentTree:storeState.currentTree;const loadable=getRecoilValueAsLoadable$2(store,recoilValue,treeState);return {loadable,key:recoilValue.key};},[storeRef,recoilValue]);// Memoize the state to avoid unnecessary rerenders -const memoizePreviousSnapshot=useCallback$1(getState=>{let prevState;return ()=>{var _prevState,_prevState2;const nextState=getState();if((_prevState=prevState)!==null&&_prevState!==void 0&&_prevState.loadable.is(nextState.loadable)&&((_prevState2=prevState)===null||_prevState2===void 0?void 0:_prevState2.key)===nextState.key){return prevState;}prevState=nextState;return nextState;};},[]);const getMemoizedSnapshot=useMemo$1(()=>memoizePreviousSnapshot(getSnapshot),[getSnapshot,memoizePreviousSnapshot]);const subscribe=useCallback$1(notify=>{const store=storeRef.current;const subscription=subscribeToRecoilValue$1(store,recoilValue,notify,componentName);return subscription.release;},[storeRef,recoilValue,componentName]);return useSyncExternalStore$1(subscribe,getMemoizedSnapshot,// getSnapshot() -getMemoizedSnapshot// getServerSnapshot() for SSR support -).loadable;}function useRecoilValueLoadable_MUTABLE_SOURCE(recoilValue){const storeRef=useStoreRef$2();const getLoadable=useCallback$1(()=>{var _storeState$nextTree3;const store=storeRef.current;const storeState=store.getState();const treeState=reactMode$3().early?(_storeState$nextTree3=storeState.nextTree)!==null&&_storeState$nextTree3!==void 0?_storeState$nextTree3:storeState.currentTree:storeState.currentTree;return getRecoilValueAsLoadable$2(store,recoilValue,treeState);},[storeRef,recoilValue]);const getLoadableWithTesting=useCallback$1(()=>{return getLoadable();},[getLoadable]);const componentName=Recoil_useComponentName();const subscribe=useCallback$1((_storeState,notify)=>{const store=storeRef.current;const subscription=subscribeToRecoilValue$1(store,recoilValue,()=>{if(!Recoil_gkx('recoil_suppress_rerender_in_callback')){return notify();}// Only re-render if the value has changed. -// This will evaluate the atom/selector now as well as when the -// component renders, but that may help with prefetching. -const newLoadable=getLoadable();if(!prevLoadableRef.current.is(newLoadable)){notify();}// If the component is suspended then the effect setting prevLoadableRef -// will not run. So, set the previous value here when its subscription -// is fired to wake it up. We can't just rely on this, though, because -// this only executes when an atom/selector is dirty and the atom/selector -// passed to the hook can dynamically change. -prevLoadableRef.current=newLoadable;},componentName);return subscription.release;},[storeRef,recoilValue,componentName,getLoadable]);const source=useRecoilMutableSource$1();if(source==null){throw Recoil_err('Recoil hooks must be used in components contained within a component.');}const loadable=useMutableSource$1(source,getLoadableWithTesting,subscribe);const prevLoadableRef=useRef$4(loadable);useEffect$3(()=>{prevLoadableRef.current=loadable;});return loadable;}function useRecoilValueLoadable_TRANSITION_SUPPORT(recoilValue){const storeRef=useStoreRef$2();const componentName=Recoil_useComponentName();// Accessors to get the current state -const getLoadable=useCallback$1(()=>{var _storeState$nextTree4;const store=storeRef.current;const storeState=store.getState();const treeState=reactMode$3().early?(_storeState$nextTree4=storeState.nextTree)!==null&&_storeState$nextTree4!==void 0?_storeState$nextTree4:storeState.currentTree:storeState.currentTree;return getRecoilValueAsLoadable$2(store,recoilValue,treeState);},[storeRef,recoilValue]);const getState=useCallback$1(()=>({loadable:getLoadable(),key:recoilValue.key}),[getLoadable,recoilValue.key]);// Memoize state snapshots -const updateState=useCallback$1(prevState=>{const nextState=getState();return prevState.loadable.is(nextState.loadable)&&prevState.key===nextState.key?prevState:nextState;},[getState]);// Subscribe to Recoil state changes -useEffect$3(()=>{const subscription=subscribeToRecoilValue$1(storeRef.current,recoilValue,_state=>{setState(updateState);},componentName);// Update state in case we are using a different key -setState(updateState);return subscription.release;},[componentName,recoilValue,storeRef,updateState]);// Get the current state -const[state,setState]=useState$1(getState);// If we changed keys, then return the state for the new key. -// This is important in case the old key would cause the component to suspend. -// We don't have to set the new state here since the subscribing effect above -// will do that. -return state.key!==recoilValue.key?getState().loadable:state.loadable;}function useRecoilValueLoadable_LEGACY(recoilValue){const storeRef=useStoreRef$2();// eslint-disable-next-line fb-www/react-no-unused-state-hook -const[,forceUpdate]=useState$1([]);const componentName=Recoil_useComponentName();const getLoadable=useCallback$1(()=>{var _storeState$nextTree5;const store=storeRef.current;const storeState=store.getState();const treeState=reactMode$3().early?(_storeState$nextTree5=storeState.nextTree)!==null&&_storeState$nextTree5!==void 0?_storeState$nextTree5:storeState.currentTree:storeState.currentTree;return getRecoilValueAsLoadable$2(store,recoilValue,treeState);},[storeRef,recoilValue]);const loadable=getLoadable();const prevLoadableRef=useRef$4(loadable);useEffect$3(()=>{prevLoadableRef.current=loadable;});useEffect$3(()=>{const store=storeRef.current;const storeState=store.getState();const subscription=subscribeToRecoilValue$1(store,recoilValue,_state=>{var _prevLoadableRef$curr;if(!Recoil_gkx('recoil_suppress_rerender_in_callback')){return forceUpdate([]);}const newLoadable=getLoadable();if(!((_prevLoadableRef$curr=prevLoadableRef.current)!==null&&_prevLoadableRef$curr!==void 0&&_prevLoadableRef$curr.is(newLoadable))){// $FlowFixMe[incompatible-call] -forceUpdate(newLoadable);}prevLoadableRef.current=newLoadable;},componentName);/** - * Since we're subscribing in an effect we need to update to the latest - * value of the atom since it may have changed since we rendered. We can - * go ahead and do that now, unless we're in the middle of a batch -- - * in which case we should do it at the end of the batch, due to the - * following edge case: Suppose an atom is updated in another useEffect - * of this same component. Then the following sequence of events occur: - * 1. Atom is updated and subs fired (but we may not be subscribed - * yet depending on order of effects, so we miss this) Updated value - * is now in nextTree, but not currentTree. - * 2. This effect happens. We subscribe and update. - * 3. From the update we re-render and read currentTree, with old value. - * 4. Batcher's effect sets currentTree to nextTree. - * In this sequence we miss the update. To avoid that, add the update - * to queuedComponentCallback if a batch is in progress. - */if(storeState.nextTree){store.getState().queuedComponentCallbacks_DEPRECATED.push(()=>{// $FlowFixMe[incompatible-type] -prevLoadableRef.current=null;forceUpdate([]);});}else {var _prevLoadableRef$curr2;if(!Recoil_gkx('recoil_suppress_rerender_in_callback')){return forceUpdate([]);}const newLoadable=getLoadable();if(!((_prevLoadableRef$curr2=prevLoadableRef.current)!==null&&_prevLoadableRef$curr2!==void 0&&_prevLoadableRef$curr2.is(newLoadable))){// $FlowFixMe[incompatible-call] -forceUpdate(newLoadable);}prevLoadableRef.current=newLoadable;}return subscription.release;},[componentName,getLoadable,recoilValue,storeRef]);return loadable;}/** - Like useRecoilValue(), but either returns the value if available or - just undefined if not available for any reason, such as pending or error. -*/function useRecoilValueLoadable(recoilValue){if(Recoil_gkx('recoil_memory_managament_2020')){// eslint-disable-next-line fb-www/react-hooks -Recoil_useRetain(recoilValue);}return {TRANSITION_SUPPORT:useRecoilValueLoadable_TRANSITION_SUPPORT,// Recoil will attemp to detect if `useSyncExternalStore()` is supported with -// `reactMode()` before calling it. However, sometimes the host React -// environment supports it but uses additional React renderers (such as with -// `react-three-fiber`) which do not. While this is technically a user issue -// by using a renderer with React 18+ that doesn't fully support React 18 we -// don't want to break users if it can be avoided. As the current renderer can -// change at runtime, we need to dynamically check and fallback if necessary. -SYNC_EXTERNAL_STORE:currentRendererSupportsUseSyncExternalStore$1()?useRecoilValueLoadable_SYNC_EXTERNAL_STORE:useRecoilValueLoadable_TRANSITION_SUPPORT,MUTABLE_SOURCE:useRecoilValueLoadable_MUTABLE_SOURCE,LEGACY:useRecoilValueLoadable_LEGACY}[reactMode$3().mode](recoilValue);}/** - Returns the value represented by the RecoilValue. - If the value is pending, it will throw a Promise to suspend the component, - if the value is an error it will throw it for the nearest React error boundary. - This will also subscribe the component for any updates in the value. - */function useRecoilValue(recoilValue){const storeRef=useStoreRef$2();const loadable=useRecoilValueLoadable(recoilValue);return handleLoadable(loadable,recoilValue,storeRef);}/** - Returns a function that allows the value of a RecoilState to be updated, but does - not subscribe the component to changes to that RecoilState. -*/function useSetRecoilState(recoilState){const storeRef=useStoreRef$2();return useCallback$1(newValueOrUpdater=>{setRecoilValue$2(storeRef.current,recoilState,newValueOrUpdater);},[storeRef,recoilState]);}/** - Returns a function that will reset the value of a RecoilState to its default -*/function useResetRecoilState(recoilState){const storeRef=useStoreRef$2();return useCallback$1(()=>{setRecoilValue$2(storeRef.current,recoilState,DEFAULT_VALUE$2);},[storeRef,recoilState]);}/** - Equivalent to useState(). Allows the value of the RecoilState to be read and written. - Subsequent updates to the RecoilState will cause the component to re-render. If the - RecoilState is pending, this will suspend the component and initiate the - retrieval of the value. If evaluating the RecoilState resulted in an error, this will - throw the error so that the nearest React error boundary can catch it. -*/function useRecoilState(recoilState){return [useRecoilValue(recoilState),useSetRecoilState(recoilState)];}/** - Like useRecoilState(), but does not cause Suspense or React error handling. Returns - an object that indicates whether the RecoilState is available, pending, or - unavailable due to an error. -*/function useRecoilStateLoadable(recoilState){return [useRecoilValueLoadable(recoilState),useSetRecoilState(recoilState)];}function useSetUnvalidatedAtomValues(){const storeRef=useStoreRef$2();return (values,transactionMetadata={})=>{batchUpdates$2(()=>{storeRef.current.addTransactionMetadata(transactionMetadata);values.forEach((value,key)=>setUnvalidatedRecoilValue$2(storeRef.current,new AbstractRecoilValue$3(key),value));});};}/** - * Experimental variants of hooks with support for useTransition() - */function useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE(recoilValue){if(Recoil_gkx('recoil_memory_managament_2020')){// eslint-disable-next-line fb-www/react-hooks -Recoil_useRetain(recoilValue);}return useRecoilValueLoadable_TRANSITION_SUPPORT(recoilValue);}function useRecoilValue_TRANSITION_SUPPORT_UNSTABLE(recoilValue){const storeRef=useStoreRef$2();const loadable=useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE(recoilValue);return handleLoadable(loadable,recoilValue,storeRef);}function useRecoilState_TRANSITION_SUPPORT_UNSTABLE(recoilState){return [useRecoilValue_TRANSITION_SUPPORT_UNSTABLE(recoilState),useSetRecoilState(recoilState)];}var Recoil_Hooks={recoilComponentGetRecoilValueCount_FOR_TESTING,useRecoilInterface:useRecoilInterface_DEPRECATED,useRecoilState,useRecoilStateLoadable,useRecoilValue,useRecoilValueLoadable,useResetRecoilState,useSetRecoilState,useSetUnvalidatedAtomValues,useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE,useRecoilValue_TRANSITION_SUPPORT_UNSTABLE,useRecoilState_TRANSITION_SUPPORT_UNSTABLE};/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Returns a map containing all of the keys + values from the original map where - * the given callback returned true. - */function filterMap(map,callback){const result=new Map();for(const[key,value]of map){if(callback(value,key)){result.set(key,value);}}return result;}var Recoil_filterMap=filterMap;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */ /** - * Returns a set containing all of the values from the original set where - * the given callback returned true. - */function filterSet(set,callback){const result=new Set();for(const value of set){if(callback(value)){result.add(value);}}return result;}var Recoil_filterSet=filterSet;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */function mergeMaps(...maps){const result=new Map();for(let i=0;i{const sub=storeRef.current.subscribeToTransactions(callback);return sub.release;},[callback,storeRef]);}function externallyVisibleAtomValuesInState(state){const atomValues=state.atomValues.toMap();const persistedAtomContentsValues=Recoil_mapMap(Recoil_filterMap(atomValues,(v,k)=>{const node=getNode$4(k);const persistence=node.persistence_UNSTABLE;return persistence!=null&&persistence.type!=='none'&&v.state==='hasValue';}),v=>v.contents);// Merge in nonvalidated atoms; we may not have defs for them but they will -// all have persistence on or they wouldn't be there in the first place. -return Recoil_mergeMaps(state.nonvalidatedAtoms.toMap(),persistedAtomContentsValues);}/** - Calls the given callback after any atoms have been modified and the consequent - component re-renders have been committed. This is intended for persisting - the values of the atoms to storage. The stored values can then be restored - using the useSetUnvalidatedAtomValues hook. - - The callback receives the following info: - - atomValues: The current value of every atom that is both persistable (persistence - type not set to 'none') and whose value is available (not in an - error or loading state). - - previousAtomValues: The value of every persistable and available atom before - the transaction began. - - atomInfo: A map containing the persistence settings for each atom. Every key - that exists in atomValues will also exist in atomInfo. - - modifiedAtoms: The set of atoms that were written to during the transaction. - - transactionMetadata: Arbitrary information that was added via the - useSetUnvalidatedAtomValues hook. Useful for ignoring the useSetUnvalidatedAtomValues - transaction, to avoid loops. -*/function useTransactionObservation_DEPRECATED(callback){useTransactionSubscription(useCallback$2(store=>{let previousTree=store.getState().previousTree;const currentTree=store.getState().currentTree;if(!previousTree){previousTree=store.getState().currentTree;// attempt to trundle on -}const atomValues=externallyVisibleAtomValuesInState(currentTree);const previousAtomValues=externallyVisibleAtomValuesInState(previousTree);const atomInfo=Recoil_mapMap(nodes$1,node=>{var _node$persistence_UNS,_node$persistence_UNS2,_node$persistence_UNS3,_node$persistence_UNS4;return {persistence_UNSTABLE:{type:(_node$persistence_UNS=(_node$persistence_UNS2=node.persistence_UNSTABLE)===null||_node$persistence_UNS2===void 0?void 0:_node$persistence_UNS2.type)!==null&&_node$persistence_UNS!==void 0?_node$persistence_UNS:'none',backButton:(_node$persistence_UNS3=(_node$persistence_UNS4=node.persistence_UNSTABLE)===null||_node$persistence_UNS4===void 0?void 0:_node$persistence_UNS4.backButton)!==null&&_node$persistence_UNS3!==void 0?_node$persistence_UNS3:false}};});// Filter on existance in atomValues so that externally-visible rules -// are also applied to modified atoms (specifically exclude selectors): -const modifiedAtoms=Recoil_filterSet(currentTree.dirtyAtoms,k=>atomValues.has(k)||previousAtomValues.has(k));callback({atomValues,previousAtomValues,atomInfo,modifiedAtoms,transactionMetadata:{...currentTree.transactionMetadata}});},[callback]));}function useRecoilTransactionObserver(callback){useTransactionSubscription(useCallback$2(store=>{const snapshot=cloneSnapshot$1(store,'latest');const previousSnapshot=cloneSnapshot$1(store,'previous');callback({snapshot,previousSnapshot});},[callback]));}// Return a snapshot of the current state and subscribe to all state changes -function useRecoilSnapshot(){const storeRef=useStoreRef$3();const[snapshot,setSnapshot]=useState$2(()=>cloneSnapshot$1(storeRef.current));const previousSnapshot=Recoil_usePrevious(snapshot);const timeoutID=useRef$5();const releaseRef=useRef$5();useTransactionSubscription(useCallback$2(store=>setSnapshot(cloneSnapshot$1(store)),[]));// Retain snapshot for duration component is mounted -useEffect$4(()=>{const release=snapshot.retain();// Release the retain from the rendering call -if(timeoutID.current&&!isSSR$4){var _releaseRef$current;window.clearTimeout(timeoutID.current);timeoutID.current=null;(_releaseRef$current=releaseRef.current)===null||_releaseRef$current===void 0?void 0:_releaseRef$current.call(releaseRef);releaseRef.current=null;}return ()=>{// Defer the release. If "Fast Refresh"" is used then the component may -// re-render with the same state. The previous cleanup will then run and -// then the new effect will run. We don't want the snapshot to be released -// by that cleanup before the new effect has a chance to retain it again. -// Use timeout of 10 to workaround Firefox issue: https://github.com/facebookexperimental/Recoil/issues/1936 -window.setTimeout(release,10);};},[snapshot]);// Retain snapshot until above effect is run. -// Release after a threshold in case component is suspended. -if(previousSnapshot!==snapshot&&!isSSR$4){// Release the previous snapshot -if(timeoutID.current){var _releaseRef$current2;window.clearTimeout(timeoutID.current);timeoutID.current=null;(_releaseRef$current2=releaseRef.current)===null||_releaseRef$current2===void 0?void 0:_releaseRef$current2.call(releaseRef);releaseRef.current=null;}releaseRef.current=snapshot.retain();timeoutID.current=window.setTimeout(()=>{var _releaseRef$current3;timeoutID.current=null;(_releaseRef$current3=releaseRef.current)===null||_releaseRef$current3===void 0?void 0:_releaseRef$current3.call(releaseRef);releaseRef.current=null;},SUSPENSE_TIMEOUT_MS$2);}return snapshot;}function gotoSnapshot(store,snapshot){var _storeState$nextTree;const storeState=store.getState();const prev=(_storeState$nextTree=storeState.nextTree)!==null&&_storeState$nextTree!==void 0?_storeState$nextTree:storeState.currentTree;const next=snapshot.getStore_INTERNAL().getState().currentTree;batchUpdates$3(()=>{const keysToUpdate=new Set();for(const keys of [prev.atomValues.keys(),next.atomValues.keys()]){for(const key of keys){var _prev$atomValues$get,_next$atomValues$get;if(((_prev$atomValues$get=prev.atomValues.get(key))===null||_prev$atomValues$get===void 0?void 0:_prev$atomValues$get.contents)!==((_next$atomValues$get=next.atomValues.get(key))===null||_next$atomValues$get===void 0?void 0:_next$atomValues$get.contents)&&getNode$4(key).shouldRestoreFromSnapshots){keysToUpdate.add(key);}}}keysToUpdate.forEach(key=>{setRecoilValueLoadable$1(store,new AbstractRecoilValue$4(key),next.atomValues.has(key)?Recoil_nullthrows(next.atomValues.get(key)):DEFAULT_VALUE$3);});store.replaceState(state=>({...state,stateID:snapshot.getID()}));});}function useGotoRecoilSnapshot(){const storeRef=useStoreRef$3();return useCallback$2(snapshot=>gotoSnapshot(storeRef.current,snapshot),[storeRef]);}var Recoil_SnapshotHooks={useRecoilSnapshot,gotoSnapshot,useGotoRecoilSnapshot,useRecoilTransactionObserver,useTransactionObservation_DEPRECATED,useTransactionSubscription_DEPRECATED:useTransactionSubscription};const{peekNodeInfo:peekNodeInfo$2}=Recoil_FunctionalCore;const{useStoreRef:useStoreRef$4}=Recoil_RecoilRoot;function useGetRecoilValueInfo(){const storeRef=useStoreRef$4();// $FlowFixMe[incompatible-return] -return ({key})=>peekNodeInfo$2(storeRef.current,storeRef.current.getState().currentTree,key);}var Recoil_useGetRecoilValueInfo=useGetRecoilValueInfo;const{reactMode:reactMode$4}=Recoil_ReactMode;const{RecoilRoot:RecoilRoot$1,useStoreRef:useStoreRef$5}=Recoil_RecoilRoot;const{useMemo:useMemo$2}=React;function useRecoilBridgeAcrossReactRoots(){// The test fails when using useMutableSource(), but only if act() is used -// for the nested root. So, this may only be a testing environment issue. -if(reactMode$4().mode==='MUTABLE_SOURCE'){// eslint-disable-next-line fb-www/no-console -console.warn('Warning: There are known issues using useRecoilBridgeAcrossReactRoots() in recoil_mutable_source rendering mode. Please consider upgrading to recoil_sync_external_store mode.');}const store=useStoreRef$5().current;return useMemo$2(()=>{// eslint-disable-next-line no-shadow -function RecoilBridge({children}){return/*#__PURE__*/React.createElement(RecoilRoot$1,{store_INTERNAL:store},children);}return RecoilBridge;},[store]);}var Recoil_useRecoilBridgeAcrossReactRoots=useRecoilBridgeAcrossReactRoots;const{loadableWithValue:loadableWithValue$1}=Recoil_Loadable$1;const{initializeNode:initializeNode$3}=Recoil_FunctionalCore;const{DEFAULT_VALUE:DEFAULT_VALUE$4,getNode:getNode$5}=Recoil_Node;const{copyTreeState:copyTreeState$1,getRecoilValueAsLoadable:getRecoilValueAsLoadable$3,invalidateDownstreams:invalidateDownstreams$1,writeLoadableToTreeState:writeLoadableToTreeState$1}=Recoil_RecoilValueInterface;function isAtom(recoilValue){return getNode$5(recoilValue.key).nodeType==='atom';}class TransactionInterfaceImpl{constructor(store,treeState){_defineProperty(this,"_store",void 0);_defineProperty(this,"_treeState",void 0);_defineProperty(this,"_changes",void 0);_defineProperty(this,"get",recoilValue=>{if(this._changes.has(recoilValue.key)){// $FlowIssue[incompatible-return] -return this._changes.get(recoilValue.key);}if(!isAtom(recoilValue)){throw Recoil_err('Reading selectors within atomicUpdate is not supported');}const loadable=getRecoilValueAsLoadable$3(this._store,recoilValue,this._treeState);if(loadable.state==='hasValue'){return loadable.contents;}else if(loadable.state==='hasError'){throw loadable.contents;}else {throw Recoil_err(`Expected Recoil atom ${recoilValue.key} to have a value, but it is in a loading state.`);}});_defineProperty(this,"set",(recoilState,valueOrUpdater)=>{if(!isAtom(recoilState)){throw Recoil_err('Setting selectors within atomicUpdate is not supported');}if(typeof valueOrUpdater==='function'){const current=this.get(recoilState);this._changes.set(recoilState.key,valueOrUpdater(current));// flowlint-line unclear-type:off -}else {// Initialize atom and run effects if not initialized yet -initializeNode$3(this._store,recoilState.key,'set');this._changes.set(recoilState.key,valueOrUpdater);}});_defineProperty(this,"reset",recoilState=>{this.set(recoilState,DEFAULT_VALUE$4);});this._store=store;this._treeState=treeState;this._changes=new Map();}// Allow destructing -// eslint-disable-next-line fb-www/extra-arrow-initializer -newTreeState_INTERNAL(){if(this._changes.size===0){return this._treeState;}const newState=copyTreeState$1(this._treeState);for(const[k,v]of this._changes){writeLoadableToTreeState$1(newState,k,loadableWithValue$1(v));}invalidateDownstreams$1(this._store,newState);return newState;}}function atomicUpdater(store){return fn=>{store.replaceState(treeState=>{const changeset=new TransactionInterfaceImpl(store,treeState);fn(changeset);return changeset.newTreeState_INTERNAL();});};}var Recoil_AtomicUpdates={atomicUpdater};var Recoil_AtomicUpdates_1=Recoil_AtomicUpdates.atomicUpdater;var Recoil_AtomicUpdates$1=/*#__PURE__*/Object.freeze({__proto__:null,atomicUpdater:Recoil_AtomicUpdates_1});/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */function invariant(condition,message){if(!condition){throw new Error(message);}}var invariant_1=invariant;// @oss-only -var Recoil_invariant=invariant_1;const{atomicUpdater:atomicUpdater$1}=Recoil_AtomicUpdates$1;const{batchUpdates:batchUpdates$4}=Recoil_Batching;const{DEFAULT_VALUE:DEFAULT_VALUE$5}=Recoil_Node;const{useStoreRef:useStoreRef$6}=Recoil_RecoilRoot;const{refreshRecoilValue:refreshRecoilValue$1,setRecoilValue:setRecoilValue$3}=Recoil_RecoilValueInterface;const{cloneSnapshot:cloneSnapshot$2}=Recoil_Snapshot$1;const{gotoSnapshot:gotoSnapshot$1}=Recoil_SnapshotHooks;const{useCallback:useCallback$3}=React;class Sentinel{}const SENTINEL=new Sentinel();function recoilCallback(store,fn,args,extraInterface){let ret=SENTINEL;let releaseSnapshot;batchUpdates$4(()=>{const errMsg='useRecoilCallback() expects a function that returns a function: '+'it accepts a function of the type (RecoilInterface) => (Args) => ReturnType '+'and returns a callback function (Args) => ReturnType, where RecoilInterface is '+'an object {snapshot, set, ...} and Args and ReturnType are the argument and return '+'types of the callback you want to create. Please see the docs '+'at recoiljs.org for details.';if(typeof fn!=='function'){throw Recoil_err(errMsg);}// Clone the snapshot lazily to avoid overhead if the callback does not use it. -// Note that this means the snapshot may represent later state from when -// the callback was called if it first accesses the snapshot asynchronously. -const callbackInterface=Recoil_lazyProxy({...(extraInterface!==null&&extraInterface!==void 0?extraInterface:{}),// flowlint-line unclear-type:off -// $FlowFixMe[missing-local-annot] -set:(node,newValue)=>setRecoilValue$3(store,node,newValue),// $FlowFixMe[missing-local-annot] -reset:node=>setRecoilValue$3(store,node,DEFAULT_VALUE$5),// $FlowFixMe[missing-local-annot] -refresh:node=>refreshRecoilValue$1(store,node),gotoSnapshot:snapshot=>gotoSnapshot$1(store,snapshot),transact_UNSTABLE:transaction=>atomicUpdater$1(store)(transaction)},{snapshot:()=>{const snapshot=cloneSnapshot$2(store);releaseSnapshot=snapshot.retain();return snapshot;}});const callback=fn(callbackInterface);if(typeof callback!=='function'){throw Recoil_err(errMsg);}ret=callback(...args);});!!(ret instanceof Sentinel)?Recoil_invariant(false):void 0;if(Recoil_isPromise(ret)){ret=ret.finally(()=>{var _releaseSnapshot;(_releaseSnapshot=releaseSnapshot)===null||_releaseSnapshot===void 0?void 0:_releaseSnapshot();});}else {var _releaseSnapshot2;(_releaseSnapshot2=releaseSnapshot)===null||_releaseSnapshot2===void 0?void 0:_releaseSnapshot2();}return ret;}function useRecoilCallback(fn,deps){const storeRef=useStoreRef$6();return useCallback$3(// $FlowIssue[incompatible-call] -(...args)=>{return recoilCallback(storeRef.current,fn,args);},deps!=null?[...deps,storeRef]:undefined// eslint-disable-line fb-www/react-hooks-deps -);}var Recoil_useRecoilCallback={recoilCallback,useRecoilCallback};const{useStoreRef:useStoreRef$7}=Recoil_RecoilRoot;const{refreshRecoilValue:refreshRecoilValue$2}=Recoil_RecoilValueInterface;const{useCallback:useCallback$4}=React;function useRecoilRefresher(recoilValue){const storeRef=useStoreRef$7();return useCallback$4(()=>{const store=storeRef.current;refreshRecoilValue$2(store,recoilValue);},[recoilValue,storeRef]);}var Recoil_useRecoilRefresher=useRecoilRefresher;const{atomicUpdater:atomicUpdater$2}=Recoil_AtomicUpdates$1;const{useStoreRef:useStoreRef$8}=Recoil_RecoilRoot;const{useMemo:useMemo$3}=React;function useRecoilTransaction(fn,deps){const storeRef=useStoreRef$8();return useMemo$3(()=>(...args)=>{const atomicUpdate=atomicUpdater$2(storeRef.current);atomicUpdate(transactionInterface=>{fn(transactionInterface)(...args);});},deps!=null?[...deps,storeRef]:undefined// eslint-disable-line fb-www/react-hooks-deps -);}var Recoil_useRecoilTransaction=useRecoilTransaction;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */class WrappedValue{constructor(value){_defineProperty(this,"value",void 0);this.value=value;}}var Recoil_Wrapper={WrappedValue};var Recoil_Wrapper_1=Recoil_Wrapper.WrappedValue;var Recoil_Wrapper$1=/*#__PURE__*/Object.freeze({__proto__:null,WrappedValue:Recoil_Wrapper_1});const{isFastRefreshEnabled:isFastRefreshEnabled$2}=Recoil_ReactMode;class ChangedPathError extends Error{}class TreeCache{// $FlowIssue[unclear-type] -constructor(options){var _options$onHit,_options$onSet,_options$mapNodeValue;_defineProperty(this,"_name",void 0);_defineProperty(this,"_numLeafs",void 0);_defineProperty(this,"_root",void 0);_defineProperty(this,"_onHit",void 0);_defineProperty(this,"_onSet",void 0);_defineProperty(this,"_mapNodeValue",void 0);this._name=options===null||options===void 0?void 0:options.name;this._numLeafs=0;this._root=null;this._onHit=(_options$onHit=options===null||options===void 0?void 0:options.onHit)!==null&&_options$onHit!==void 0?_options$onHit:()=>{};this._onSet=(_options$onSet=options===null||options===void 0?void 0:options.onSet)!==null&&_options$onSet!==void 0?_options$onSet:()=>{};this._mapNodeValue=(_options$mapNodeValue=options===null||options===void 0?void 0:options.mapNodeValue)!==null&&_options$mapNodeValue!==void 0?_options$mapNodeValue:val=>val;}size(){return this._numLeafs;}// $FlowIssue[unclear-type] -root(){return this._root;}get(getNodeValue,handlers){var _this$getLeafNode;return (_this$getLeafNode=this.getLeafNode(getNodeValue,handlers))===null||_this$getLeafNode===void 0?void 0:_this$getLeafNode.value;}getLeafNode(getNodeValue,handlers){if(this._root==null){return undefined;}// Iterate down the tree based on the current node values until we hit a leaf -// $FlowIssue[unclear-type] -let node=this._root;while(node){handlers===null||handlers===void 0?void 0:handlers.onNodeVisit(node);if(node.type==='leaf'){this._onHit(node);return node;}const nodeValue=this._mapNodeValue(getNodeValue(node.nodeKey));node=node.branches.get(nodeValue);}return undefined;}set(route,value,handlers){const addLeaf=()=>{var _node2,_node3,_this$_root2,_handlers$onNodeVisit2;// First, setup the branch nodes for the route: -// Iterate down the tree to find or add branch nodes following the route -let node;let branchKey;for(const[nodeKey,nodeValue]of route){var _node,_handlers$onNodeVisit,_this$_root;// If the previous root was a leaf, while we not have a get(), it means -// the selector has inconsistent values or implementation changed. -const root=this._root;if((root===null||root===void 0?void 0:root.type)==='leaf'){throw this.invalidCacheError();}// node now refers to the next node down in the tree -const parent=node;// $FlowFixMe[prop-missing] -// $FlowFixMe[incompatible-type] -node=parent?parent.branches.get(branchKey):root;// $FlowFixMe[prop-missing] -// $FlowFixMe[incompatible-type] -node=(_node=node)!==null&&_node!==void 0?_node:{type:'branch',nodeKey,parent,branches:new Map(),branchKey};// If we found an existing node, confirm it has a consistent value -if(node.type!=='branch'||node.nodeKey!==nodeKey){throw this.invalidCacheError();}// Add the branch node to the tree -parent===null||parent===void 0?void 0:parent.branches.set(branchKey,node);handlers===null||handlers===void 0?void 0:(_handlers$onNodeVisit=handlers.onNodeVisit)===null||_handlers$onNodeVisit===void 0?void 0:_handlers$onNodeVisit.call(handlers,node);// Prepare for next iteration and install root if it is new. -branchKey=this._mapNodeValue(nodeValue);this._root=(_this$_root=this._root)!==null&&_this$_root!==void 0?_this$_root:node;}// Second, setup the leaf node: -// If there is an existing leaf for this route confirm it is consistent -const oldLeaf=node?(_node2=node)===null||_node2===void 0?void 0:_node2.branches.get(branchKey):this._root;if(oldLeaf!=null&&(oldLeaf.type!=='leaf'||oldLeaf.branchKey!==branchKey)){throw this.invalidCacheError();}// Create a new or replacement leaf. -const leafNode={type:'leaf',value,parent:node,branchKey};// Install the leaf and call handlers -(_node3=node)===null||_node3===void 0?void 0:_node3.branches.set(branchKey,leafNode);this._root=(_this$_root2=this._root)!==null&&_this$_root2!==void 0?_this$_root2:leafNode;this._numLeafs++;this._onSet(leafNode);handlers===null||handlers===void 0?void 0:(_handlers$onNodeVisit2=handlers.onNodeVisit)===null||_handlers$onNodeVisit2===void 0?void 0:_handlers$onNodeVisit2.call(handlers,leafNode);};try{addLeaf();}catch(error){// If the cache was stale or observed inconsistent values, such as with -// Fast Refresh, then clear it and rebuild with the new values. -if(error instanceof ChangedPathError){this.clear();addLeaf();}else {throw error;}}}// Returns true if leaf was actually deleted from the tree -delete(leaf){const root=this.root();if(!root){return false;}if(leaf===root){this._root=null;this._numLeafs=0;return true;}// Iterate up from the leaf deleteing it from it's parent's branches. -let node=leaf.parent;let branchKey=leaf.branchKey;while(node){var _node4;node.branches.delete(branchKey);// Stop iterating if we hit the root. -if(node===root){if(node.branches.size===0){this._root=null;this._numLeafs=0;}else {this._numLeafs--;}return true;}// Stop iterating if there are other branches since we don't need to -// remove any more nodes. -if(node.branches.size>0){break;}// Iterate up to our parent -branchKey=(_node4=node)===null||_node4===void 0?void 0:_node4.branchKey;node=node.parent;}// Confirm that the leaf we are deleting is actually attached to our tree -for(;node!==root;node=node.parent){if(node==null){return false;}}this._numLeafs--;return true;}clear(){this._numLeafs=0;this._root=null;}invalidCacheError(){const CHANGED_PATH_ERROR_MESSAGE=isFastRefreshEnabled$2()?'Possible Fast Refresh module reload detected. '+'This may also be caused by an selector returning inconsistent values. '+'Resetting cache.':'Invalid cache values. This happens when selectors do not return '+'consistent values for the same input dependency values. That may also '+'be caused when using Fast Refresh to change a selector implementation. '+'Resetting cache.';Recoil_recoverableViolation(CHANGED_PATH_ERROR_MESSAGE+(this._name!=null?` - ${this._name}`:''));throw new ChangedPathError();}}var Recoil_TreeCache={TreeCache};var Recoil_TreeCache_1=Recoil_TreeCache.TreeCache;var Recoil_TreeCache$1=/*#__PURE__*/Object.freeze({__proto__:null,TreeCache:Recoil_TreeCache_1});class LRUCache{constructor(options){var _options$mapKey;_defineProperty(this,"_maxSize",void 0);_defineProperty(this,"_size",void 0);_defineProperty(this,"_head",void 0);_defineProperty(this,"_tail",void 0);_defineProperty(this,"_map",void 0);_defineProperty(this,"_keyMapper",void 0);this._maxSize=options.maxSize;this._size=0;this._head=null;this._tail=null;this._map=new Map();this._keyMapper=(_options$mapKey=options.mapKey)!==null&&_options$mapKey!==void 0?_options$mapKey:v=>v;}head(){return this._head;}tail(){return this._tail;}size(){return this._size;}maxSize(){return this._maxSize;}has(key){return this._map.has(this._keyMapper(key));}get(key){const mappedKey=this._keyMapper(key);const node=this._map.get(mappedKey);if(!node){return undefined;}this.set(key,node.value);return node.value;}set(key,val){const mappedKey=this._keyMapper(key);const existingNode=this._map.get(mappedKey);if(existingNode){this.delete(key);}const head=this.head();const node={key,right:head,left:null,value:val};if(head){head.left=node;}else {this._tail=node;}this._map.set(mappedKey,node);this._head=node;this._size++;this._maybeDeleteLRU();}_maybeDeleteLRU(){if(this.size()>this.maxSize()){this.deleteLru();}}deleteLru(){const tail=this.tail();if(tail){this.delete(tail.key);}}delete(key){const mappedKey=this._keyMapper(key);if(!this._size||!this._map.has(mappedKey)){return;}const node=Recoil_nullthrows(this._map.get(mappedKey));const right=node.right;const left=node.left;if(right){right.left=node.left;}if(left){left.right=node.right;}if(node===this.head()){this._head=right;}if(node===this.tail()){this._tail=left;}this._map.delete(mappedKey);this._size--;}clear(){this._size=0;this._head=null;this._tail=null;this._map=new Map();}}var Recoil_LRUCache={LRUCache};var Recoil_LRUCache_1=Recoil_LRUCache.LRUCache;var Recoil_LRUCache$1=/*#__PURE__*/Object.freeze({__proto__:null,LRUCache:Recoil_LRUCache_1});const{LRUCache:LRUCache$1}=Recoil_LRUCache$1;const{TreeCache:TreeCache$1}=Recoil_TreeCache$1;function treeCacheLRU({name,maxSize,mapNodeValue=v=>v}){const lruCache=new LRUCache$1({maxSize});const cache=new TreeCache$1({name,mapNodeValue,onHit:node=>{lruCache.set(node,true);},onSet:node=>{const lruNode=lruCache.tail();lruCache.set(node,true);if(lruNode&&cache.size()>maxSize){// $FlowFixMe[incompatible-call] -cache.delete(lruNode.key);}}});return cache;}var Recoil_treeCacheLRU=treeCacheLRU;function stringify(x,opt,key){// A optimization to avoid the more expensive JSON.stringify() for simple strings -// This may lose protection for u2028 and u2029, though. -if(typeof x==='string'&&!x.includes('"')&&!x.includes('\\')){return `"${x}"`;}// Handle primitive types -switch(typeof x){case'undefined':return '';// JSON.stringify(undefined) returns undefined, but we always want to return a string -case'boolean':return x?'true':'false';case'number':case'symbol':// case 'bigint': // BigInt is not supported in www -return String(x);case'string':// Add surrounding quotes and escape internal quotes -return JSON.stringify(x);case'function':if((opt===null||opt===void 0?void 0:opt.allowFunctions)!==true){throw Recoil_err('Attempt to serialize function in a Recoil cache key');}return `__FUNCTION(${x.name})__`;}if(x===null){return 'null';}// Fallback case for unknown types -if(typeof x!=='object'){var _JSON$stringify;return (_JSON$stringify=JSON.stringify(x))!==null&&_JSON$stringify!==void 0?_JSON$stringify:'';}// Deal with all promises as equivalent for now. -if(Recoil_isPromise(x)){return '__PROMISE__';}// Arrays handle recursive stringification -if(Array.isArray(x)){// $FlowFixMe[missing-local-annot] -return `[${x.map((v,i)=>stringify(v,opt,i.toString()))}]`;}// If an object defines a toJSON() method, then use that to override the -// serialization. This matches the behavior of JSON.stringify(). -// Pass the key for compatibility. -// Immutable.js collections define this method to allow us to serialize them. -if(typeof x.toJSON==='function'){// flowlint-next-line unclear-type: off -return stringify(x.toJSON(key),opt,key);}// For built-in Maps, sort the keys in a stable order instead of the -// default insertion order. Support non-string keys. -if(x instanceof Map){const obj={};for(const[k,v]of x){// Stringify will escape any nested quotes -obj[typeof k==='string'?k:stringify(k,opt)]=v;}return stringify(obj,opt,key);}// For built-in Sets, sort the keys in a stable order instead of the -// default insertion order. -if(x instanceof Set){return stringify(// $FlowFixMe[missing-local-annot] -Array.from(x).sort((a,b)=>stringify(a,opt).localeCompare(stringify(b,opt))),opt,key);}// Anything else that is iterable serialize as an Array. -if(Symbol!==undefined&&x[Symbol.iterator]!=null&&typeof x[Symbol.iterator]==='function'){// flowlint-next-line unclear-type: off -return stringify(Array.from(x),opt,key);}// For all other Objects, sort the keys in a stable order. -return `{${Object.keys(x).filter(k=>x[k]!==undefined).sort()// stringify the key to add quotes and escape any nested slashes or quotes. -.map(k=>`${stringify(k,opt)}:${stringify(x[k],opt,k)}`).join(',')}}`;}// Utility similar to JSON.stringify() except: -// * Serialize built-in Sets as an Array -// * Serialize built-in Maps as an Object. Supports non-string keys. -// * Serialize other iterables as arrays -// * Sort the keys of Objects and Maps to have a stable order based on string conversion. -// This overrides their default insertion order. -// * Still uses toJSON() of any object to override serialization -// * Support Symbols (though don't guarantee uniqueness) -// * We could support BigInt, but Flow doesn't seem to like it. -// See Recoil_stableStringify-test.js for examples -function stableStringify(x,opt={allowFunctions:false}){return stringify(x,opt);}var Recoil_stableStringify=stableStringify;const{TreeCache:TreeCache$2}=Recoil_TreeCache$1;const defaultPolicy={equality:'reference',eviction:'keep-all',maxSize:Infinity};function treeCacheFromPolicy({equality=defaultPolicy.equality,eviction=defaultPolicy.eviction,maxSize=defaultPolicy.maxSize}=defaultPolicy,name){const valueMapper=getValueMapper(equality);return getTreeCache(eviction,maxSize,valueMapper,name);}function getValueMapper(equality){switch(equality){case'reference':return val=>val;case'value':return val=>Recoil_stableStringify(val);}throw Recoil_err(`Unrecognized equality policy ${equality}`);}function getTreeCache(eviction,maxSize,mapNodeValue,name){switch(eviction){case'keep-all':return new TreeCache$2({name,mapNodeValue});case'lru':return Recoil_treeCacheLRU({name,maxSize:Recoil_nullthrows(maxSize),mapNodeValue});case'most-recent':return Recoil_treeCacheLRU({name,maxSize:1,mapNodeValue});}throw Recoil_err(`Unrecognized eviction policy ${eviction}`);}var Recoil_treeCacheFromPolicy=treeCacheFromPolicy;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * This is a stub for some integration into FB internal stuff - * - * - * @format - * @oncall recoil - */function startPerfBlock(_id){return ()=>null;}var Recoil_PerformanceTimings={startPerfBlock};const{isLoadable:isLoadable$1,loadableWithError:loadableWithError$1,loadableWithPromise:loadableWithPromise$1,loadableWithValue:loadableWithValue$2}=Recoil_Loadable$1;const{WrappedValue:WrappedValue$1}=Recoil_Wrapper$1;const{getNodeLoadable:getNodeLoadable$2,peekNodeLoadable:peekNodeLoadable$1,setNodeValue:setNodeValue$3}=Recoil_FunctionalCore;const{saveDepsToStore:saveDepsToStore$1}=Recoil_Graph;const{DEFAULT_VALUE:DEFAULT_VALUE$6,getConfigDeletionHandler:getConfigDeletionHandler$1,getNode:getNode$6,registerNode:registerNode$1}=Recoil_Node;const{isRecoilValue:isRecoilValue$3}=Recoil_RecoilValue$1;const{markRecoilValueModified:markRecoilValueModified$1}=Recoil_RecoilValueInterface;const{retainedByOptionWithDefault:retainedByOptionWithDefault$1}=Recoil_Retention;const{recoilCallback:recoilCallback$1}=Recoil_useRecoilCallback;const{startPerfBlock:startPerfBlock$1}=Recoil_PerformanceTimings;class Canceled{}const CANCELED=new Canceled();/** - * An ExecutionID is an arbitrary ID that lets us distinguish executions from - * each other. This is necessary as we need a way of solving this problem: - * "given 3 async executions, only update state for the 'latest' execution when - * it finishes running regardless of when the other 2 finish". ExecutionIDs - * provide a convenient way of identifying executions so that we can track and - * manage them over time. - */const dependencyStack=[];// for detecting circular dependencies. -const waitingStores=new Map();const getNewExecutionID=(()=>{let executionID=0;return ()=>executionID++;})();/* eslint-disable no-redeclare */function selector(options){let recoilValue=null;const{key,get,cachePolicy_UNSTABLE:cachePolicy}=options;const set=options.set!=null?options.set:undefined;// flow -const discoveredDependencyNodeKeys=new Set();const cache=Recoil_treeCacheFromPolicy(cachePolicy!==null&&cachePolicy!==void 0?cachePolicy:{equality:'reference',eviction:'keep-all'},key);const retainedBy=retainedByOptionWithDefault$1(options.retainedBy_UNSTABLE);const executionInfoMap=new Map();let liveStoresCount=0;function selectorIsLive(){return !Recoil_gkx('recoil_memory_managament_2020')||liveStoresCount>0;}function selectorInit(store){store.getState().knownSelectors.add(key);liveStoresCount++;return ()=>{liveStoresCount--;};}function selectorShouldDeleteConfigOnRelease(){return getConfigDeletionHandler$1(key)!==undefined&&!selectorIsLive();}function resolveAsync(store,state,executionID,loadable,depValues){setCache(state,loadable,depValues);notifyStoresOfResolvedAsync(store,executionID);}function notifyStoresOfResolvedAsync(store,executionID){if(isLatestExecution(store,executionID)){clearExecutionInfo(store);}notifyWaitingStores(executionID,true);}/** - * Notify stores to pull the selector again if a new async dep was discovered. - * 1) Async selector adds a new dep but doesn't resolve yet. - * Note that deps for an async selector are based on the state when the - * evaluation started, in order to provide a consistent picture of state. - * 2) But, new value of dep based on the current state might cause the selector - * to resolve or resolve differently. - * 3) Therefore, this notification will pull the selector based on the current - * state for the components - */function notifyStoresOfNewAsyncDep(store,executionID){if(isLatestExecution(store,executionID)){const executionInfo=Recoil_nullthrows(getExecutionInfo(store));executionInfo.stateVersions.clear();notifyWaitingStores(executionID,false);}}function notifyWaitingStores(executionID,clearWaitlist){const stores=waitingStores.get(executionID);if(stores!=null){for(const waitingStore of stores){markRecoilValueModified$1(waitingStore,Recoil_nullthrows(recoilValue));}if(clearWaitlist){waitingStores.delete(executionID);}}}function markStoreWaitingForResolvedAsync(store,executionID){let stores=waitingStores.get(executionID);if(stores==null){waitingStores.set(executionID,stores=new Set());}stores.add(store);}/** - * This function attaches a then() and a catch() to a promise that was - * returned from a selector's get() (either explicitly or implicitly by - * running a function that uses the "async" keyword). If a selector's get() - * returns a promise, we have two possibilities: - * - * 1. The promise will resolve, in which case it will have completely finished - * executing without any remaining pending dependencies. No more retries - * are needed and we can proceed with updating the cache and notifying - * subscribers (if it is the latest execution, otherwise only the cache - * will be updated and subscriptions will not be fired). This is the case - * handled by the attached then() handler. - * - * 2. The promise will throw because it either has an error or it came across - * an async dependency that has not yet resolved, in which case we will - * call wrapDepdencyPromise(), whose responsibility is to handle dependency - * promises. This case is handled by the attached catch() handler. - * - * Both branches will eventually resolve to the final result of the selector - * (or an error if a real error occurred). - * - * The execution will run to completion even if it is stale, and its value - * will be cached. But stale executions will not update global state or update - * executionInfo as that is the responsibility of the 'latest' execution. - * - * Note this function should not be passed a promise that was thrown--AKA a - * dependency promise. Dependency promises should be passed to - * wrapPendingDependencyPromise()). - */function wrapResultPromise(store,promise,state,depValues,executionID,loadingDepsState){return promise.then(value=>{if(!selectorIsLive()){// The selector was released since the request began; ignore the response. -clearExecutionInfo(store);throw CANCELED;}const loadable=loadableWithValue$2(value);resolveAsync(store,state,executionID,loadable,depValues);return value;}).catch(errorOrPromise=>{if(!selectorIsLive()){// The selector was released since the request began; ignore the response. -clearExecutionInfo(store);throw CANCELED;}if(Recoil_isPromise(errorOrPromise)){return wrapPendingDependencyPromise(store,errorOrPromise,state,depValues,executionID,loadingDepsState);}const loadable=loadableWithError$1(errorOrPromise);resolveAsync(store,state,executionID,loadable,depValues);throw errorOrPromise;});}/** - * This function attaches a then() and a catch() to a promise that was - * thrown from a selector's get(). If a selector's get() throws a promise, - * we have two possibilities: - * - * 1. The promise will resolve, meaning one of our selector's dependencies is - * now available and we should "retry" our get() by running it again. This - * is the case handled by the attached then() handler. - * - * 2. The promise will throw because something went wrong with the dependency - * promise (in other words a real error occurred). This case is handled by - * the attached catch() handler. If the dependency promise throws, it is - * _always_ a real error and not another dependency promise (any dependency - * promises would have been handled upstream). - * - * The then() branch will eventually resolve to the final result of the - * selector (or an error if a real error occurs), and the catch() will always - * resolve to an error because the dependency promise is a promise that was - * wrapped upstream, meaning it will only resolve to its real value or to a - * real error. - * - * The execution will run to completion even if it is stale, and its value - * will be cached. But stale executions will not update global state or update - * executionInfo as that is the responsibility of the 'latest' execution. - * - * Note this function should not be passed a promise that was returned from - * get(). The intention is that this function is only passed promises that - * were thrown due to a pending dependency. Promises returned by get() should - * be passed to wrapResultPromise() instead. - */function wrapPendingDependencyPromise(store,promise,state,existingDeps,executionID,loadingDepsState){return promise.then(resolvedDep=>{if(!selectorIsLive()){// The selector was released since the request began; ignore the response. -clearExecutionInfo(store);throw CANCELED;}// Check if we are handling a pending Recoil dependency or if the user -// threw their own Promise to "suspend" a selector evaluation. We need -// to check that the loadingDepPromise actually matches the promise that -// we caught in case the selector happened to catch the promise we threw -// for a pending Recoil dependency from `getRecoilValue()` and threw -// their own promise instead. -if(loadingDepsState.loadingDepKey!=null&&loadingDepsState.loadingDepPromise===promise){/** - * Note for async atoms, this means we are changing the atom's value - * in the store for the given version. This should be alright because - * the version of state is now stale and a new version will have - * already been triggered by the atom being resolved (see this logic - * in Recoil_atom.js) - */state.atomValues.set(loadingDepsState.loadingDepKey,loadableWithValue$2(resolvedDep));}else {/** - * If resolvedDepKey is not defined, the promise was a user-thrown - * promise. User-thrown promises are an advanced feature and they - * should be avoided in almost all cases. Using `loadable.map()` inside - * of selectors for loading loadables and then throwing that mapped - * loadable's promise is an example of a user-thrown promise. - * - * When we hit a user-thrown promise, we have to bail out of an optimization - * where we bypass calculating selector cache keys for selectors that - * have been previously seen for a given state (these selectors are saved in - * state.atomValues) to avoid stale state as we have no way of knowing - * what state changes happened (if any) in result to the promise resolving. - * - * Ideally we would only bail out selectors that are in the chain of - * dependencies for this selector, but there's currently no way to get - * a full list of a selector's downstream nodes because the state that - * is executing may be a discarded tree (so store.getGraph(state.version) - * will be empty), and the full dep tree may not be in the selector - * caches in the case where the selector's cache was cleared. To solve - * for this we would have to keep track of all running selector - * executions and their downstream deps. Because this only covers edge - * cases, that complexity might not be justifyable. - */store.getState().knownSelectors.forEach(nodeKey=>{state.atomValues.delete(nodeKey);});}/** - * Optimization: Now that the dependency has resolved, let's try hitting - * the cache in case the dep resolved to a value we have previously seen. - * - * TODO: - * Note this optimization is not perfect because it only prevents re-executions - * _after_ the point where an async dependency is found. Any code leading - * up to the async dependency may have run unnecessarily. The ideal case - * would be to wait for the async dependency to resolve first, check the - * cache, and prevent _any_ execution of the selector if the resulting - * value of the dependency leads to a path that is found in the cache. - * The ideal case is more difficult to implement as it would require that - * we capture and wait for the the async dependency right after checking - * the cache. The current approach takes advantage of the fact that running - * the selector already has a code path that lets us exit early when - * an async dep resolves. - */const cachedLoadable=getLoadableFromCacheAndUpdateDeps(store,state);if(cachedLoadable&&cachedLoadable.state!=='loading'){/** - * This has to notify stores of a resolved async, even if there is no - * current pending execution for the following case: - * 1) A component renders with this pending loadable. - * 2) The upstream dependency resolves. - * 3) While processing some other selector it reads this one, such as - * while traversing its dependencies. At this point it gets the - * new resolved value synchronously and clears the current - * execution ID. The component wasn't getting the value itself, - * though, so it still has the pending loadable. - * 4) When this code executes the current execution id was cleared - * and it wouldn't notify the component of the new value. - * - * I think this is only an issue with "early" rendering since the - * components got their value using the in-progress execution. - * We don't have a unit test for this case yet. I'm not sure it is - * necessary with recoil_transition_support mode. - */if(isLatestExecution(store,executionID)||getExecutionInfo(store)==null){notifyStoresOfResolvedAsync(store,executionID);}if(cachedLoadable.state==='hasValue'){return cachedLoadable.contents;}else {throw cachedLoadable.contents;}}/** - * If this execution is stale, let's check to see if there is some in - * progress execution with a matching state. If we find a match, then - * we can take the value from that in-progress execution. Note this may - * sound like an edge case, but may be very common in cases where a - * loading dependency resolves from loading to having a value (thus - * possibly triggering a re-render), and React re-renders before the - * chained .then() functions run, thus starting a new execution as the - * dep has changed value. Without this check we will run the selector - * twice (once in the new execution and once again in this .then(), so - * this check is necessary to keep unnecessary re-executions to a - * minimum). - * - * Also note this code does not check across all executions that may be - * running. It only optimizes for the _latest_ execution per store as - * we currently do not maintain a list of all currently running executions. - * This means in some cases we may run selectors more than strictly - * necessary when there are multiple executions running for the same - * selector. This may be a valid tradeoff as checking for dep changes - * across all in-progress executions may take longer than just - * re-running the selector. This will be app-dependent, and maybe in the - * future we can make the behavior configurable. An ideal fix may be - * to extend the tree cache to support caching loading states. - */if(!isLatestExecution(store,executionID)){const executionInfo=getInProgressExecutionInfo(store,state);if(executionInfo!=null){/** - * Returning promise here without wrapping as the wrapper logic was - * already done upstream when this promise was generated. - */return executionInfo.loadingLoadable.contents;}}// Retry the selector evaluation now that the dependency has resolved -const[loadable,depValues]=evaluateSelectorGetter(store,state,executionID);if(loadable.state!=='loading'){resolveAsync(store,state,executionID,loadable,depValues);}if(loadable.state==='hasError'){throw loadable.contents;}return loadable.contents;}).catch(error=>{// The selector was released since the request began; ignore the response. -if(error instanceof Canceled){throw CANCELED;}if(!selectorIsLive()){clearExecutionInfo(store);throw CANCELED;}const loadable=loadableWithError$1(error);resolveAsync(store,state,executionID,loadable,existingDeps);throw error;});}function updateDeps(store,state,deps,executionID){var _store$getState,_store$getState$curre,_store$getState2,_store$getState2$next;if(isLatestExecution(store,executionID)||state.version===((_store$getState=store.getState())===null||_store$getState===void 0?void 0:(_store$getState$curre=_store$getState.currentTree)===null||_store$getState$curre===void 0?void 0:_store$getState$curre.version)||state.version===((_store$getState2=store.getState())===null||_store$getState2===void 0?void 0:(_store$getState2$next=_store$getState2.nextTree)===null||_store$getState2$next===void 0?void 0:_store$getState2$next.version)){var _store$getState$nextT,_store$getState3,_store$getState3$next;saveDepsToStore$1(key,deps,store,(_store$getState$nextT=(_store$getState3=store.getState())===null||_store$getState3===void 0?void 0:(_store$getState3$next=_store$getState3.nextTree)===null||_store$getState3$next===void 0?void 0:_store$getState3$next.version)!==null&&_store$getState$nextT!==void 0?_store$getState$nextT:store.getState().currentTree.version);}for(const nodeKey of deps){discoveredDependencyNodeKeys.add(nodeKey);}}function evaluateSelectorGetter(store,state,executionID){const endPerfBlock=startPerfBlock$1(key);// TODO T63965866: use execution ID here -let duringSynchronousExecution=true;let duringAsynchronousExecution=true;const finishEvaluation=()=>{endPerfBlock();duringAsynchronousExecution=false;};let result;let resultIsError=false;let loadable;const loadingDepsState={loadingDepKey:null,loadingDepPromise:null};/** - * Starting a fresh set of deps that we'll be using to update state. We're - * starting a new set versus adding it in existing state deps because - * the version of state that we update deps for may be a more recent version - * than the version the selector was called with. This is because the latest - * execution will update the deps of the current/latest version of state - * (This is safe to do because the fact that the selector is the latest - * execution means the deps we discover below are our best guess at the - * deps for the current/latest state in the store) - */const depValues=new Map();function getRecoilValue({key:depKey}){const depLoadable=getNodeLoadable$2(store,state,depKey);depValues.set(depKey,depLoadable);// We need to update asynchronous dependencies as we go so the selector -// knows if it has to restart evaluation if one of them is updated before -// the asynchronous selector completely resolves. -if(!duringSynchronousExecution){updateDeps(store,state,new Set(depValues.keys()),executionID);notifyStoresOfNewAsyncDep(store,executionID);}switch(depLoadable.state){case'hasValue':return depLoadable.contents;case'hasError':throw depLoadable.contents;case'loading':loadingDepsState.loadingDepKey=depKey;loadingDepsState.loadingDepPromise=depLoadable.contents;throw depLoadable.contents;}throw Recoil_err('Invalid Loadable state');}const getCallback=fn=>{return (...args)=>{if(duringAsynchronousExecution){throw Recoil_err('Callbacks from getCallback() should only be called asynchronously after the selector is evalutated. It can be used for selectors to return objects with callbacks that can work with Recoil state without a subscription.');}!(recoilValue!=null)?Recoil_invariant(false):void 0;return recoilCallback$1(store,fn,args,{node:recoilValue}// flowlint-line unclear-type:off -);};};try{result=get({get:getRecoilValue,getCallback});result=isRecoilValue$3(result)?getRecoilValue(result):result;if(isLoadable$1(result)){if(result.state==='hasError'){resultIsError=true;}result=result.contents;}if(Recoil_isPromise(result)){result=wrapResultPromise(store,result,state,depValues,executionID,loadingDepsState).finally(finishEvaluation);}else {finishEvaluation();}result=result instanceof WrappedValue$1?result.value:result;}catch(errorOrDepPromise){result=errorOrDepPromise;if(Recoil_isPromise(result)){result=wrapPendingDependencyPromise(store,result,state,depValues,executionID,loadingDepsState).finally(finishEvaluation);}else {resultIsError=true;finishEvaluation();}}if(resultIsError){loadable=loadableWithError$1(result);}else if(Recoil_isPromise(result)){loadable=loadableWithPromise$1(result);}else {loadable=loadableWithValue$2(result);}duringSynchronousExecution=false;updateExecutionInfoDepValues(store,executionID,depValues);updateDeps(store,state,new Set(depValues.keys()),executionID);return [loadable,depValues];}function getLoadableFromCacheAndUpdateDeps(store,state){// First, look up in the state cache -// If it's here, then the deps in the store should already be valid. -let cachedLoadable=state.atomValues.get(key);if(cachedLoadable!=null){return cachedLoadable;}// Second, look up in the selector cache and update the deps in the store -const depsAfterCacheLookup=new Set();try{cachedLoadable=cache.get(nodeKey=>{!(typeof nodeKey==='string')?"production"!=="production"?Recoil_invariant(false,'Cache nodeKey is type string'):Recoil_invariant(false):void 0;return getNodeLoadable$2(store,state,nodeKey).contents;},{onNodeVisit:node=>{if(node.type==='branch'&&node.nodeKey!==key){depsAfterCacheLookup.add(node.nodeKey);}}});}catch(error){throw Recoil_err(`Problem with cache lookup for selector "${key}": ${error.message}`);}if(cachedLoadable){var _getExecutionInfo;// Cache the results in the state to allow for cheaper lookup than -// iterating the tree cache of dependencies. -state.atomValues.set(key,cachedLoadable);/** - * Ensure store contains correct dependencies if we hit the cache so that - * the store deps and cache are in sync for a given state. This is important - * because store deps are normally updated when new executions are created, - * but cache hits don't trigger new executions but they still _may_ signify - * a change in deps in the store if the store deps for this state are empty - * or stale. - */updateDeps(store,state,depsAfterCacheLookup,(_getExecutionInfo=getExecutionInfo(store))===null||_getExecutionInfo===void 0?void 0:_getExecutionInfo.executionID);}return cachedLoadable;}/** - * Given a tree state, this function returns a Loadable of the current state. - * - * The selector's get() function will only be re-evaluated if _both_ of the - * following statements are true: - * - * 1. The current dep values from the given state produced a cache key that - * was not found in the cache. - * 2. There is no currently running async execution OR there is an - * async execution that is running, but after comparing the dep values in - * the given state with the dep values that the execution has discovered so - * far we find that at least one dep value has changed, in which case we - * start a new execution (the previously running execution will continue to - * run to completion, but only the new execution will be deemed the - * 'latest' execution, meaning it will be the only execution that will - * update global state when it is finished. Any non-latest executions will - * run to completion and update the selector cache but not global state). - */function getSelectorLoadableAndUpdateDeps(store,state){// First, see if our current state is cached -const cachedVal=getLoadableFromCacheAndUpdateDeps(store,state);if(cachedVal!=null){clearExecutionInfo(store);return cachedVal;}// Second, check if there is already an ongoing execution based on the current state -const inProgressExecutionInfo=getInProgressExecutionInfo(store,state);if(inProgressExecutionInfo!=null){var _inProgressExecutionI;if(((_inProgressExecutionI=inProgressExecutionInfo.loadingLoadable)===null||_inProgressExecutionI===void 0?void 0:_inProgressExecutionI.state)==='loading'){markStoreWaitingForResolvedAsync(store,inProgressExecutionInfo.executionID);}// FIXME: check after the fact to see if we made the right choice by waiting -return inProgressExecutionInfo.loadingLoadable;}// Third, start a new evaluation of the selector -const newExecutionID=getNewExecutionID();const[loadable,newDepValues]=evaluateSelectorGetter(store,state,newExecutionID);/** - * Conditionally updates the cache with a given loadable. - * - * We only cache loadables that are not loading because our cache keys are - * based on dep values, which are in an unfinished state for loadables that - * have a 'loading' state (new deps may be discovered while the selector - * runs its async code). We never want to cache partial dependencies b/c it - * could lead to errors, such as prematurely returning the result based on a - * partial list of deps-- we need the full list of deps to ensure that we - * are returning the correct result from cache. - */if(loadable.state==='loading'){setExecutionInfo(store,newExecutionID,loadable,newDepValues,state);markStoreWaitingForResolvedAsync(store,newExecutionID);}else {clearExecutionInfo(store);setCache(state,loadable,newDepValues);}return loadable;}/** - * Searches execution info across all stores to see if there is an in-progress - * execution whose dependency values match the values of the requesting store. - */function getInProgressExecutionInfo(store,state){// Sort the pending executions so that our current store is checked first. -const pendingExecutions=Recoil_concatIterables([executionInfoMap.has(store)?[Recoil_nullthrows(executionInfoMap.get(store))]:[],Recoil_mapIterable(Recoil_filterIterable(executionInfoMap,([s])=>s!==store),([,execInfo])=>execInfo)]);function anyDepChanged(execDepValues){for(const[depKey,execLoadable]of execDepValues){if(!getNodeLoadable$2(store,state,depKey).is(execLoadable)){return true;}}return false;}for(const execInfo of pendingExecutions){if(// If this execution was already checked to be valid with this version -// of state, then let's use it! -execInfo.stateVersions.get(state.version)||// If the deps for the execution match our current state, then it's valid -!anyDepChanged(execInfo.depValuesDiscoveredSoFarDuringAsyncWork)){execInfo.stateVersions.set(state.version,true);return execInfo;}else {execInfo.stateVersions.set(state.version,false);}}return undefined;}function getExecutionInfo(store){return executionInfoMap.get(store);}/** - * This function will update the selector's execution info when the selector - * has either finished running an execution or has started a new execution. If - * the given loadable is in a 'loading' state, the intention is that a new - * execution has started. Otherwise, the intention is that an execution has - * just finished. - */function setExecutionInfo(store,newExecutionID,loadable,depValues,state){executionInfoMap.set(store,{depValuesDiscoveredSoFarDuringAsyncWork:depValues,executionID:newExecutionID,loadingLoadable:loadable,stateVersions:new Map([[state.version,true]])});}function updateExecutionInfoDepValues(store,executionID,depValues){// We only need to bother updating the deps for the latest execution because -// that's all getInProgressExecutionInfo() will be looking for. -if(isLatestExecution(store,executionID)){const executionInfo=getExecutionInfo(store);if(executionInfo!=null){executionInfo.depValuesDiscoveredSoFarDuringAsyncWork=depValues;}}}function clearExecutionInfo(store){executionInfoMap.delete(store);}function isLatestExecution(store,executionID){var _getExecutionInfo2;return executionID===((_getExecutionInfo2=getExecutionInfo(store))===null||_getExecutionInfo2===void 0?void 0:_getExecutionInfo2.executionID);}/** - * FIXME: dep keys should take into account the state of the loadable to - * prevent the edge case where a loadable with an error and a loadable with - * an error as a value are treated as the same thing incorrectly. For example - * these two should be treated differently: - * - * selector({key: '', get: () => new Error('hi')}); - * selector({key: '', get () => {throw new Error('hi')}}); - * - * With current implementation they are treated the same - */function depValuesToDepRoute(depValues){return Array.from(depValues.entries()).map(([depKey,valLoadable])=>[depKey,valLoadable.contents]);}function setCache(state,loadable,depValues){state.atomValues.set(key,loadable);try{cache.set(depValuesToDepRoute(depValues),loadable);}catch(error){throw Recoil_err(`Problem with setting cache for selector "${key}": ${error.message}`);}}function detectCircularDependencies(fn){if(dependencyStack.includes(key)){const message=`Recoil selector has circular dependencies: ${dependencyStack.slice(dependencyStack.indexOf(key)).join(' \u2192 ')}`;return loadableWithError$1(Recoil_err(message));}dependencyStack.push(key);try{return fn();}finally{dependencyStack.pop();}}function selectorPeek(store,state){const cachedLoadable=state.atomValues.get(key);if(cachedLoadable!=null){return cachedLoadable;}return cache.get(nodeKey=>{var _peekNodeLoadable;!(typeof nodeKey==='string')?Recoil_invariant(false):void 0;return (_peekNodeLoadable=peekNodeLoadable$1(store,state,nodeKey))===null||_peekNodeLoadable===void 0?void 0:_peekNodeLoadable.contents;});}function selectorGet(store,state){return detectCircularDependencies(()=>getSelectorLoadableAndUpdateDeps(store,state));}function invalidateSelector(state){state.atomValues.delete(key);}function clearSelectorCache(store,treeState){!(recoilValue!=null)?Recoil_invariant(false):void 0;for(const nodeKey of discoveredDependencyNodeKeys){var _node$clearCache;const node=getNode$6(nodeKey);(_node$clearCache=node.clearCache)===null||_node$clearCache===void 0?void 0:_node$clearCache.call(node,store,treeState);}discoveredDependencyNodeKeys.clear();invalidateSelector(treeState);cache.clear();markRecoilValueModified$1(store,recoilValue);}if(set!=null){/** - * ES5 strict mode prohibits defining non-top-level function declarations, - * so don't use function declaration syntax here - */const selectorSet=(store,state,newValue)=>{let syncSelectorSetFinished=false;const writes=new Map();function getRecoilValue({key:depKey}){if(syncSelectorSetFinished){throw Recoil_err('Recoil: Async selector sets are not currently supported.');}const loadable=getNodeLoadable$2(store,state,depKey);if(loadable.state==='hasValue'){return loadable.contents;}else if(loadable.state==='loading'){const msg=`Getting value of asynchronous atom or selector "${depKey}" in a pending state while setting selector "${key}" is not yet supported.`;throw Recoil_err(msg);}else {throw loadable.contents;}}function setRecoilState(recoilState,valueOrUpdater// $FlowFixMe[missing-local-annot] -){if(syncSelectorSetFinished){const msg='Recoil: Async selector sets are not currently supported.';throw Recoil_err(msg);}const setValue=typeof valueOrUpdater==='function'?// cast to any because we can't restrict type S from being a function itself without losing support for opaque types -// flowlint-next-line unclear-type:off -valueOrUpdater(getRecoilValue(recoilState)):valueOrUpdater;const upstreamWrites=setNodeValue$3(store,state,recoilState.key,setValue);upstreamWrites.forEach((v,k)=>writes.set(k,v));}function resetRecoilState(recoilState){setRecoilState(recoilState,DEFAULT_VALUE$6);}const ret=set({set:setRecoilState,get:getRecoilValue,reset:resetRecoilState},newValue);// set should be a void method, but if the user makes it `async`, then it -// will return a Promise, which we don't currently support. -if(ret!==undefined){throw Recoil_isPromise(ret)?Recoil_err('Recoil: Async selector sets are not currently supported.'):Recoil_err('Recoil: selector set should be a void function.');}syncSelectorSetFinished=true;return writes;};return recoilValue=registerNode$1({key,nodeType:'selector',peek:selectorPeek,get:selectorGet,set:selectorSet,init:selectorInit,invalidate:invalidateSelector,clearCache:clearSelectorCache,shouldDeleteConfigOnRelease:selectorShouldDeleteConfigOnRelease,dangerouslyAllowMutability:options.dangerouslyAllowMutability,shouldRestoreFromSnapshots:false,retainedBy});}else {return recoilValue=registerNode$1({key,nodeType:'selector',peek:selectorPeek,get:selectorGet,init:selectorInit,invalidate:invalidateSelector,clearCache:clearSelectorCache,shouldDeleteConfigOnRelease:selectorShouldDeleteConfigOnRelease,dangerouslyAllowMutability:options.dangerouslyAllowMutability,shouldRestoreFromSnapshots:false,retainedBy});}}/* eslint-enable no-redeclare */ // $FlowIssue[incompatible-use] -// $FlowFixMe[missing-local-annot] -selector.value=value=>new WrappedValue$1(value);var Recoil_selector=selector;// @fb-only: import type {ScopeRules} from 'Recoil_ScopedAtom'; -// @fb-only: const {scopedAtom} = require('Recoil_ScopedAtom'); -const{isLoadable:isLoadable$2,loadableWithError:loadableWithError$2,loadableWithPromise:loadableWithPromise$2,loadableWithValue:loadableWithValue$3}=Recoil_Loadable$1;const{WrappedValue:WrappedValue$2}=Recoil_Wrapper$1;const{peekNodeInfo:peekNodeInfo$3}=Recoil_FunctionalCore;const{DEFAULT_VALUE:DEFAULT_VALUE$7,DefaultValue:DefaultValue$2,getConfigDeletionHandler:getConfigDeletionHandler$2,registerNode:registerNode$2,setConfigDeletionHandler:setConfigDeletionHandler$1}=Recoil_Node;const{isRecoilValue:isRecoilValue$4}=Recoil_RecoilValue$1;const{getRecoilValueAsLoadable:getRecoilValueAsLoadable$4,markRecoilValueModified:markRecoilValueModified$2,setRecoilValue:setRecoilValue$4,setRecoilValueLoadable:setRecoilValueLoadable$2}=Recoil_RecoilValueInterface;const{retainedByOptionWithDefault:retainedByOptionWithDefault$2}=Recoil_Retention;const unwrap=x=>x instanceof WrappedValue$2?x.value:x;function baseAtom(options){const{key,persistence_UNSTABLE:persistence}=options;const retainedBy=retainedByOptionWithDefault$2(options.retainedBy_UNSTABLE);let liveStoresCount=0;function unwrapPromise(promise){return loadableWithPromise$2(promise.then(value=>{defaultLoadable=loadableWithValue$3(value);return value;}).catch(error=>{defaultLoadable=loadableWithError$2(error);throw error;}));}let defaultLoadable=Recoil_isPromise(options.default)?unwrapPromise(options.default):isLoadable$2(options.default)?options.default.state==='loading'?unwrapPromise(options.default.contents):options.default:// $FlowFixMe[incompatible-call] -loadableWithValue$3(unwrap(options.default));maybeFreezeValueOrPromise(defaultLoadable.contents);let cachedAnswerForUnvalidatedValue=undefined;// Cleanup handlers for this atom -// Rely on stable reference equality of the store to use it as a key per -const cleanupEffectsByStore=new Map();function maybeFreezeValueOrPromise(valueOrPromise){return valueOrPromise;}function wrapPendingPromise(store,promise){const wrappedPromise=promise.then(value=>{var _store$getState$nextT,_state$atomValues$get;const state=(_store$getState$nextT=store.getState().nextTree)!==null&&_store$getState$nextT!==void 0?_store$getState$nextT:store.getState().currentTree;if(((_state$atomValues$get=state.atomValues.get(key))===null||_state$atomValues$get===void 0?void 0:_state$atomValues$get.contents)===wrappedPromise){setRecoilValue$4(store,node,value);}return value;}).catch(error=>{var _store$getState$nextT2,_state$atomValues$get2;const state=(_store$getState$nextT2=store.getState().nextTree)!==null&&_store$getState$nextT2!==void 0?_store$getState$nextT2:store.getState().currentTree;if(((_state$atomValues$get2=state.atomValues.get(key))===null||_state$atomValues$get2===void 0?void 0:_state$atomValues$get2.contents)===wrappedPromise){setRecoilValueLoadable$2(store,node,loadableWithError$2(error));}throw error;});return wrappedPromise;}function initAtom(store,initState,trigger){var _options$effects;liveStoresCount++;const cleanupAtom=()=>{var _cleanupEffectsByStor;liveStoresCount--;(_cleanupEffectsByStor=cleanupEffectsByStore.get(store))===null||_cleanupEffectsByStor===void 0?void 0:_cleanupEffectsByStor.forEach(cleanup=>cleanup());cleanupEffectsByStore.delete(store);};store.getState().knownAtoms.add(key);// Setup async defaults to notify subscribers when they resolve -if(defaultLoadable.state==='loading'){const notifyDefaultSubscribers=()=>{var _store$getState$nextT3;const state=(_store$getState$nextT3=store.getState().nextTree)!==null&&_store$getState$nextT3!==void 0?_store$getState$nextT3:store.getState().currentTree;if(!state.atomValues.has(key)){markRecoilValueModified$2(store,node);}};defaultLoadable.contents.finally(notifyDefaultSubscribers);}/////////////////// -// Run Atom Effects -/////////////////// -const effects=(_options$effects=options.effects)!==null&&_options$effects!==void 0?_options$effects:options.effects_UNSTABLE;if(effects!=null){// This state is scoped by Store, since this is in the initAtom() closure -let initValue=DEFAULT_VALUE$7;let isDuringInit=true;let isInitError=false;let pendingSetSelf=null;function getLoadable(recoilValue){// Normally we can just get the current value of another atom. -// But for our own value we need to check if there is a pending -// initialized value or get the fallback default value. -if(isDuringInit&&recoilValue.key===key){// Cast T to S -const retValue=initValue;// flowlint-line unclear-type:off -return retValue instanceof DefaultValue$2?peekAtom(store,initState)// flowlint-line unclear-type:off -:Recoil_isPromise(retValue)?loadableWithPromise$2(retValue.then(v=>v instanceof DefaultValue$2?// Cast T to S -defaultLoadable.toPromise()// flowlint-line unclear-type:off -:v)):// $FlowFixMe[incompatible-call] -loadableWithValue$3(retValue);}return getRecoilValueAsLoadable$4(store,recoilValue);}function getPromise(recoilValue){return getLoadable(recoilValue).toPromise();}function getInfo_UNSTABLE(recoilValue){var _store$getState$nextT4;const info=peekNodeInfo$3(store,(_store$getState$nextT4=store.getState().nextTree)!==null&&_store$getState$nextT4!==void 0?_store$getState$nextT4:store.getState().currentTree,recoilValue.key);return isDuringInit&&recoilValue.key===key&&!(initValue instanceof DefaultValue$2)?{...info,isSet:true,loadable:getLoadable(recoilValue)}:info;}const setSelf=effect=>valueOrUpdater=>{if(isDuringInit){const currentLoadable=getLoadable(node);const currentValue=currentLoadable.state==='hasValue'?currentLoadable.contents:DEFAULT_VALUE$7;initValue=typeof valueOrUpdater==='function'?// cast to any because we can't restrict T from being a function without losing support for opaque types -valueOrUpdater(currentValue)// flowlint-line unclear-type:off -:valueOrUpdater;if(Recoil_isPromise(initValue)){initValue=initValue.then(value=>{// Avoid calling onSet() when setSelf() initializes with a Promise -pendingSetSelf={effect,value};return value;});}}else {if(Recoil_isPromise(valueOrUpdater)){throw Recoil_err('Setting atoms to async values is not implemented.');}if(typeof valueOrUpdater!=='function'){pendingSetSelf={effect,value:unwrap(valueOrUpdater)};}setRecoilValue$4(store,node,typeof valueOrUpdater==='function'?currentValue=>{const newValue=unwrap(// cast to any because we can't restrict T from being a function without losing support for opaque types -valueOrUpdater(currentValue)// flowlint-line unclear-type:off -);// $FlowFixMe[incompatible-type] -pendingSetSelf={effect,value:newValue};return newValue;}:unwrap(valueOrUpdater));}};const resetSelf=effect=>()=>setSelf(effect)(DEFAULT_VALUE$7);const onSet=effect=>handler=>{var _cleanupEffectsByStor2;const{release}=store.subscribeToTransactions(currentStore=>{var _currentTree$atomValu;// eslint-disable-next-line prefer-const -let{currentTree,previousTree}=currentStore.getState();if(!previousTree){previousTree=currentTree;// attempt to trundle on -}const newLoadable=(_currentTree$atomValu=currentTree.atomValues.get(key))!==null&&_currentTree$atomValu!==void 0?_currentTree$atomValu:defaultLoadable;if(newLoadable.state==='hasValue'){var _previousTree$atomVal,_pendingSetSelf,_pendingSetSelf2,_pendingSetSelf3;const newValue=newLoadable.contents;const oldLoadable=(_previousTree$atomVal=previousTree.atomValues.get(key))!==null&&_previousTree$atomVal!==void 0?_previousTree$atomVal:defaultLoadable;const oldValue=oldLoadable.state==='hasValue'?oldLoadable.contents:DEFAULT_VALUE$7;// TODO This isn't actually valid, use as a placeholder for now. -// Ignore atom value changes that were set via setSelf() in the same effect. -// We will still properly call the handler if there was a subsequent -// set from something other than an atom effect which was batched -// with the `setSelf()` call. However, we may incorrectly ignore -// the handler if the subsequent batched call happens to set the -// atom to the exact same value as the `setSelf()`. But, in that -// case, it was kind of a noop, so the semantics are debatable.. -if(((_pendingSetSelf=pendingSetSelf)===null||_pendingSetSelf===void 0?void 0:_pendingSetSelf.effect)!==effect||((_pendingSetSelf2=pendingSetSelf)===null||_pendingSetSelf2===void 0?void 0:_pendingSetSelf2.value)!==newValue){handler(newValue,oldValue,!currentTree.atomValues.has(key));}else if(((_pendingSetSelf3=pendingSetSelf)===null||_pendingSetSelf3===void 0?void 0:_pendingSetSelf3.effect)===effect){pendingSetSelf=null;}}},key);cleanupEffectsByStore.set(store,[...((_cleanupEffectsByStor2=cleanupEffectsByStore.get(store))!==null&&_cleanupEffectsByStor2!==void 0?_cleanupEffectsByStor2:[]),release]);};for(const effect of effects){try{const cleanup=effect({node,storeID:store.storeID,parentStoreID_UNSTABLE:store.parentStoreID,trigger,setSelf:setSelf(effect),resetSelf:resetSelf(effect),onSet:onSet(effect),getPromise,getLoadable,getInfo_UNSTABLE});if(cleanup!=null){var _cleanupEffectsByStor3;cleanupEffectsByStore.set(store,[...((_cleanupEffectsByStor3=cleanupEffectsByStore.get(store))!==null&&_cleanupEffectsByStor3!==void 0?_cleanupEffectsByStor3:[]),cleanup]);}}catch(error){initValue=error;isInitError=true;}}isDuringInit=false;// Mutate initial state in place since we know there are no other subscribers -// since we are the ones initializing on first use. -if(!(initValue instanceof DefaultValue$2)){var _store$getState$nextT5;const initLoadable=isInitError?loadableWithError$2(initValue):Recoil_isPromise(initValue)?loadableWithPromise$2(wrapPendingPromise(store,initValue)):loadableWithValue$3(unwrap(initValue));maybeFreezeValueOrPromise(initLoadable.contents);initState.atomValues.set(key,initLoadable);// If there is a pending transaction, then also mutate the next state tree. -// This could happen if the atom was first initialized in an action that -// also updated some other atom's state. -(_store$getState$nextT5=store.getState().nextTree)===null||_store$getState$nextT5===void 0?void 0:_store$getState$nextT5.atomValues.set(key,initLoadable);}}return cleanupAtom;}function peekAtom(_store,state){var _ref,_state$atomValues$get3;return (_ref=(_state$atomValues$get3=state.atomValues.get(key))!==null&&_state$atomValues$get3!==void 0?_state$atomValues$get3:cachedAnswerForUnvalidatedValue)!==null&&_ref!==void 0?_ref:defaultLoadable;}function getAtom(_store,state){if(state.atomValues.has(key)){// Atom value is stored in state: -return Recoil_nullthrows(state.atomValues.get(key));}else if(state.nonvalidatedAtoms.has(key)){// Atom value is stored but needs validation before use. -// We might have already validated it and have a cached validated value: -if(cachedAnswerForUnvalidatedValue!=null){return cachedAnswerForUnvalidatedValue;}if(persistence==null){return defaultLoadable;}const nonvalidatedValue=state.nonvalidatedAtoms.get(key);const validatorResult=persistence.validator(nonvalidatedValue,DEFAULT_VALUE$7);const validatedValueLoadable=validatorResult instanceof DefaultValue$2?defaultLoadable:loadableWithValue$3(validatorResult);cachedAnswerForUnvalidatedValue=validatedValueLoadable;return cachedAnswerForUnvalidatedValue;}else {return defaultLoadable;}}function invalidateAtom(){cachedAnswerForUnvalidatedValue=undefined;}function setAtom(_store,state,newValue){// Bail out if we're being set to the existing value, or if we're being -// reset but have no stored value (validated or unvalidated) to reset from: -if(state.atomValues.has(key)){const existing=Recoil_nullthrows(state.atomValues.get(key));if(existing.state==='hasValue'&&newValue===existing.contents){return new Map();}}else if(!state.nonvalidatedAtoms.has(key)&&newValue instanceof DefaultValue$2){return new Map();}cachedAnswerForUnvalidatedValue=undefined;// can be released now if it was previously in use -return new Map().set(key,loadableWithValue$3(newValue));}function shouldDeleteConfigOnReleaseAtom(){return getConfigDeletionHandler$2(key)!==undefined&&liveStoresCount<=0;}const node=registerNode$2({key,nodeType:'atom',peek:peekAtom,get:getAtom,set:setAtom,init:initAtom,invalidate:invalidateAtom,shouldDeleteConfigOnRelease:shouldDeleteConfigOnReleaseAtom,dangerouslyAllowMutability:options.dangerouslyAllowMutability,persistence_UNSTABLE:options.persistence_UNSTABLE?{type:options.persistence_UNSTABLE.type,backButton:options.persistence_UNSTABLE.backButton}:undefined,shouldRestoreFromSnapshots:true,retainedBy});return node;}// prettier-ignore -function atom(options){const{// @fb-only: scopeRules_APPEND_ONLY_READ_THE_DOCS, -...restOptions}=options;const optionsDefault='default'in options?// $FlowIssue[incompatible-type] No way to refine in Flow that property is not defined -options.default:new Promise(()=>{});if(isRecoilValue$4(optionsDefault)// Continue to use atomWithFallback for promise defaults for scoped atoms -// for now, since scoped atoms don't support async defaults -// @fb-only: || (isPromise(optionsDefault) && scopeRules_APPEND_ONLY_READ_THE_DOCS) -// @fb-only: || (isLoadable(optionsDefault) && scopeRules_APPEND_ONLY_READ_THE_DOCS) -){return atomWithFallback({...restOptions,default:optionsDefault// @fb-only: scopeRules_APPEND_ONLY_READ_THE_DOCS, -});// @fb-only: } else if (scopeRules_APPEND_ONLY_READ_THE_DOCS -// @fb-only: && !isPromise(optionsDefault) -// @fb-only: && !isLoadable(optionsDefault) -// @fb-only: ) { -// @fb-only: return scopedAtom({ -// @fb-only: ...restOptions, -// @fb-only: default: unwrap(optionsDefault), -// @fb-only: scopeRules_APPEND_ONLY_READ_THE_DOCS, -// @fb-only: }); -}else {return baseAtom({...restOptions,default:optionsDefault});}}function atomWithFallback(options){const base=atom({...options,default:DEFAULT_VALUE$7,persistence_UNSTABLE:options.persistence_UNSTABLE===undefined?undefined:{...options.persistence_UNSTABLE,validator:storedValue=>storedValue instanceof DefaultValue$2?storedValue:Recoil_nullthrows(options.persistence_UNSTABLE).validator(storedValue,DEFAULT_VALUE$7)},// TODO Hack for now. -effects:options.effects,// flowlint-line unclear-type: off -effects_UNSTABLE:options.effects_UNSTABLE// flowlint-line unclear-type: off -});// $FlowFixMe[incompatible-call] -const sel=Recoil_selector({key:`${options.key}__withFallback`,get:({get})=>{const baseValue=get(base);return baseValue instanceof DefaultValue$2?options.default:baseValue;},// $FlowFixMe[incompatible-call] -set:({set},newValue)=>set(base,newValue),// This selector does not need to cache as it is a wrapper selector -// and the selector within the wrapper selector will have a cache -// option by default -cachePolicy_UNSTABLE:{eviction:'most-recent'},dangerouslyAllowMutability:options.dangerouslyAllowMutability});setConfigDeletionHandler$1(sel.key,getConfigDeletionHandler$2(options.key));return sel;}// $FlowFixMe[missing-local-annot] -atom.value=value=>new WrappedValue$2(value);var Recoil_atom=atom;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - * @format - * @oncall recoil - */class MapCache{constructor(options){var _options$mapKey;_defineProperty(this,"_map",void 0);_defineProperty(this,"_keyMapper",void 0);this._map=new Map();this._keyMapper=(_options$mapKey=options===null||options===void 0?void 0:options.mapKey)!==null&&_options$mapKey!==void 0?_options$mapKey:v=>v;}size(){return this._map.size;}has(key){return this._map.has(this._keyMapper(key));}get(key){return this._map.get(this._keyMapper(key));}set(key,val){this._map.set(this._keyMapper(key),val);}delete(key){this._map.delete(this._keyMapper(key));}clear(){this._map.clear();}}var Recoil_MapCache={MapCache};var Recoil_MapCache_1=Recoil_MapCache.MapCache;var Recoil_MapCache$1=/*#__PURE__*/Object.freeze({__proto__:null,MapCache:Recoil_MapCache_1});const{LRUCache:LRUCache$2}=Recoil_LRUCache$1;const{MapCache:MapCache$1}=Recoil_MapCache$1;const defaultPolicy$1={equality:'reference',eviction:'none',maxSize:Infinity};function cacheFromPolicy({equality=defaultPolicy$1.equality,eviction=defaultPolicy$1.eviction,maxSize=defaultPolicy$1.maxSize}=defaultPolicy$1){const valueMapper=getValueMapper$1(equality);const cache=getCache(eviction,maxSize,valueMapper);return cache;}function getValueMapper$1(equality){switch(equality){case'reference':return val=>val;case'value':return val=>Recoil_stableStringify(val);}throw Recoil_err(`Unrecognized equality policy ${equality}`);}function getCache(eviction,maxSize,mapKey){switch(eviction){case'keep-all':return new MapCache$1({mapKey});case'lru':return new LRUCache$2({mapKey,maxSize:Recoil_nullthrows(maxSize)});case'most-recent':return new LRUCache$2({mapKey,maxSize:1});}throw Recoil_err(`Unrecognized eviction policy ${eviction}`);}var Recoil_cacheFromPolicy=cacheFromPolicy;// @fb-only: import type {ScopeRules} from 'Recoil_ScopedAtom'; -const{setConfigDeletionHandler:setConfigDeletionHandler$2}=Recoil_Node;// Process scopeRules to handle any entries which are functions taking parameters -// prettier-ignore -// @fb-only: function mapScopeRules

( -// @fb-only: scopeRules?: ParameterizedScopeRules

, -// @fb-only: param: P, -// @fb-only: ): ScopeRules | void { -// @fb-only: return scopeRules?.map(rule => -// @fb-only: Array.isArray(rule) -// @fb-only: ? rule.map(entry => (typeof entry === 'function' ? entry(param) : entry)) -// @fb-only: : rule, -// @fb-only: ); -// @fb-only: } -/* -A function which returns an atom based on the input parameter. - -Each unique parameter returns a unique atom. E.g., - - const f = atomFamily(...); - f({a: 1}) => an atom - f({a: 2}) => a different atom - -This allows components to persist local, private state using atoms. Each -instance of the component may have a different key, which it uses as the -parameter for a family of atoms; in this way, each component will have -its own atom not shared by other instances. These state keys may be composed -into children's state keys as well. -*/function atomFamily(options){var _options$cachePolicyF,_options$cachePolicyF2;const atomCache=Recoil_cacheFromPolicy({equality:(_options$cachePolicyF=(_options$cachePolicyF2=options.cachePolicyForParams_UNSTABLE)===null||_options$cachePolicyF2===void 0?void 0:_options$cachePolicyF2.equality)!==null&&_options$cachePolicyF!==void 0?_options$cachePolicyF:'value',eviction:'keep-all'});// Simple atomFamily implementation to cache individual atoms based -// on the parameter value equality. -return params=>{var _stableStringify,_options$effects;const cachedAtom=atomCache.get(params);if(cachedAtom!=null){return cachedAtom;}const{cachePolicyForParams_UNSTABLE,...atomOptions}=options;const optionsDefault='default'in options?// $FlowIssue[incompatible-type] No way to refine in Flow that property is not defined -options.default:new Promise(()=>{});const newAtom=Recoil_atom({...atomOptions,key:`${options.key}__${(_stableStringify=Recoil_stableStringify(params))!==null&&_stableStringify!==void 0?_stableStringify:'void'}`,default:typeof optionsDefault==='function'?// The default was parameterized -// Flow doesn't know that T isn't a function, so we need to case to any -// $FlowIssue[incompatible-use] -optionsDefault(params):// Default may be a static value, promise, or RecoilValue -optionsDefault,retainedBy_UNSTABLE:typeof options.retainedBy_UNSTABLE==='function'?options.retainedBy_UNSTABLE(params):options.retainedBy_UNSTABLE,effects:typeof options.effects==='function'?options.effects(params):typeof options.effects_UNSTABLE==='function'?options.effects_UNSTABLE(params):(_options$effects=options.effects)!==null&&_options$effects!==void 0?_options$effects:options.effects_UNSTABLE// prettier-ignore -// @fb-only: scopeRules_APPEND_ONLY_READ_THE_DOCS: mapScopeRules( -// @fb-only: options.scopeRules_APPEND_ONLY_READ_THE_DOCS, -// @fb-only: params, -// @fb-only: ), -});atomCache.set(params,newAtom);setConfigDeletionHandler$2(newAtom.key,()=>{atomCache.delete(params);});return newAtom;};}var Recoil_atomFamily=atomFamily;const{setConfigDeletionHandler:setConfigDeletionHandler$3}=Recoil_Node;// Keep in mind the parameter needs to be serializable as a cahche key -// using Recoil_stableStringify -// Add a unique index to each selector in case the cache implementation allows -// duplicate keys based on equivalent stringified parameters -let nextIndex=0;/* eslint-disable no-redeclare */ // Return a function that returns members of a family of selectors of the same type -// E.g., -// -// const s = selectorFamily(...); -// s({a: 1}) => a selector -// s({a: 2}) => a different selector -// -// By default, the selectors are distinguished by distinct values of the -// parameter based on value equality, not reference equality. This allows using -// object literals or other equivalent objects at callsites to not create -// duplicate cache entries. This behavior may be overridden with the -// cacheImplementationForParams option. -function selectorFamily(options){var _options$cachePolicyF,_options$cachePolicyF2;const selectorCache=Recoil_cacheFromPolicy({equality:(_options$cachePolicyF=(_options$cachePolicyF2=options.cachePolicyForParams_UNSTABLE)===null||_options$cachePolicyF2===void 0?void 0:_options$cachePolicyF2.equality)!==null&&_options$cachePolicyF!==void 0?_options$cachePolicyF:'value',eviction:'keep-all'});return params=>{var _stableStringify;// Throw an error with selector key so that it is clear which -// selector is causing an error -let cachedSelector;try{cachedSelector=selectorCache.get(params);}catch(error){throw Recoil_err(`Problem with cache lookup for selector ${options.key}: ${error.message}`);}if(cachedSelector!=null){return cachedSelector;}const myKey=`${options.key}__selectorFamily/${(_stableStringify=Recoil_stableStringify(params,{// It is possible to use functions in parameters if the user uses -// a cache with reference equality thanks to the incrementing index. -allowFunctions:true}))!==null&&_stableStringify!==void 0?_stableStringify:'void'}/${nextIndex++}`;// Append index in case values serialize to the same key string -const myGet=callbacks=>options.get(params)(callbacks);const myCachePolicy=options.cachePolicy_UNSTABLE;const retainedBy=typeof options.retainedBy_UNSTABLE==='function'?options.retainedBy_UNSTABLE(params):options.retainedBy_UNSTABLE;let newSelector;if(options.set!=null){const set=options.set;const mySet=(callbacks,newValue)=>set(params)(callbacks,newValue);newSelector=Recoil_selector({key:myKey,get:myGet,set:mySet,cachePolicy_UNSTABLE:myCachePolicy,dangerouslyAllowMutability:options.dangerouslyAllowMutability,retainedBy_UNSTABLE:retainedBy});}else {newSelector=Recoil_selector({key:myKey,get:myGet,cachePolicy_UNSTABLE:myCachePolicy,dangerouslyAllowMutability:options.dangerouslyAllowMutability,retainedBy_UNSTABLE:retainedBy});}selectorCache.set(params,newSelector);setConfigDeletionHandler$3(newSelector.key,()=>{selectorCache.delete(params);});return newSelector;};}/* eslint-enable no-redeclare */var Recoil_selectorFamily=selectorFamily;// flowlint-next-line unclear-type:off -const constantSelector=Recoil_selectorFamily({key:'__constant',get:constant=>()=>constant,cachePolicyForParams_UNSTABLE:{equality:'reference'}});// Function that returns a selector which always produces the -// same constant value. It may be called multiple times with the -// same value, based on reference equality, and will provide the -// same selector. -function constSelector(constant){return constantSelector(constant);}var Recoil_constSelector=constSelector;// flowlint-next-line unclear-type:off -const throwingSelector=Recoil_selectorFamily({key:'__error',get:message=>()=>{throw Recoil_err(message);},// TODO Why? -cachePolicyForParams_UNSTABLE:{equality:'reference'}});// Function that returns a selector which always throws an error -// with the provided message. -function errorSelector(message){return throwingSelector(message);}var Recoil_errorSelector=errorSelector;/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * Wraps another recoil value and prevents writing to it. - * - * - * @format - * @oncall recoil - */function readOnlySelector(atom){// flowlint-next-line unclear-type: off -return atom;}var Recoil_readOnlySelector=readOnlySelector;const{loadableWithError:loadableWithError$3,loadableWithPromise:loadableWithPromise$3,loadableWithValue:loadableWithValue$4}=Recoil_Loadable$1;///////////////// -// TRUTH TABLE -///////////////// -// Dependencies waitForNone waitForAny waitForAll waitForAllSettled -// [loading, loading] [Promise, Promise] Promise Promise Promise -// [value, loading] [value, Promise] [value, Promise] Promise Promise -// [value, value] [value, value] [value, value] [value, value] [value, value] -// -// [error, loading] [Error, Promise] [Error, Promise] Error Promise -// [error, error] [Error, Error] [Error, Error] Error [error, error] -// [value, error] [value, Error] [value, Error] Error [value, error] -// Issue parallel requests for all dependencies and return the current -// status if they have results, have some error, or are still pending. -function concurrentRequests(getRecoilValue,deps){const results=Array(deps.length).fill(undefined);const exceptions=Array(deps.length).fill(undefined);for(const[i,dep]of deps.entries()){try{results[i]=getRecoilValue(dep);}catch(e){// exceptions can either be Promises of pending results or real errors -exceptions[i]=e;}}return [results,exceptions];}function isError(exp){return exp!=null&&!Recoil_isPromise(exp);}function unwrapDependencies(dependencies){return Array.isArray(dependencies)?dependencies:Object.getOwnPropertyNames(dependencies).map(key=>dependencies[key]);}function wrapResults(dependencies,/* $FlowFixMe[missing-local-annot] The type annotation(s) required by Flow's - * LTI update could not be added via codemod */results){return Array.isArray(dependencies)?results:// Object.getOwnPropertyNames() has consistent key ordering with ES6 -Object.getOwnPropertyNames(dependencies).reduce((out,key,idx)=>({...out,[key]:results[idx]}),{});}function wrapLoadables(dependencies,results,exceptions){const output=exceptions.map((exception,idx)=>exception==null?loadableWithValue$4(results[idx]):Recoil_isPromise(exception)?loadableWithPromise$3(exception):loadableWithError$3(exception));return wrapResults(dependencies,output);}function combineAsyncResultsWithSyncResults(syncResults,asyncResults){return asyncResults.map((result,idx)=>/** - * it's important we use === undefined as opposed to == null, because the - * resolved value of the async promise could be `null`, in which case we - * don't want to use syncResults[idx], which would be undefined. If async - * promise resolves to `undefined`, that's ok because `syncResults[idx]` - * will also be `undefined`. That's a little hacky, but it works. - */result===undefined?syncResults[idx]:result);}// Selector that requests all dependencies in parallel and immediately returns -// current results without waiting. -const waitForNone=Recoil_selectorFamily({key:'__waitForNone',get:dependencies=>({get})=>{// Issue requests for all dependencies in parallel. -const deps=unwrapDependencies(dependencies);const[results,exceptions]=concurrentRequests(get,deps);// Always return the current status of the results; never block. -return wrapLoadables(dependencies,results,exceptions);},dangerouslyAllowMutability:true});// Selector that requests all dependencies in parallel and waits for at least -// one to be available before returning results. It will only error if all -// dependencies have errors. -const waitForAny=Recoil_selectorFamily({key:'__waitForAny',get:dependencies=>({get})=>{// Issue requests for all dependencies in parallel. -// Exceptions can either be Promises of pending results or real errors -const deps=unwrapDependencies(dependencies);const[results,exceptions]=concurrentRequests(get,deps);// If any results are available, value or error, return the current status -if(exceptions.some(exp=>!Recoil_isPromise(exp))){return wrapLoadables(dependencies,results,exceptions);}// Otherwise, return a promise that will resolve when the next result is -// available, whichever one happens to be next. But, if all pending -// dependencies end up with errors, then reject the promise. -return new Promise(resolve=>{for(const[i,exp]of exceptions.entries()){if(Recoil_isPromise(exp)){exp.then(result=>{results[i]=result;exceptions[i]=undefined;resolve(wrapLoadables(dependencies,results,exceptions));}).catch(error=>{exceptions[i]=error;resolve(wrapLoadables(dependencies,results,exceptions));});}}});},dangerouslyAllowMutability:true});// Selector that requests all dependencies in parallel and waits for all to be -// available before returning a value. It will error if any dependencies error. -const waitForAll=Recoil_selectorFamily({key:'__waitForAll',get:dependencies=>({get})=>{// Issue requests for all dependencies in parallel. -// Exceptions can either be Promises of pending results or real errors -const deps=unwrapDependencies(dependencies);const[results,exceptions]=concurrentRequests(get,deps);// If all results are available, return the results -if(exceptions.every(exp=>exp==null)){return wrapResults(dependencies,results);}// If we have any errors, throw the first error -const error=exceptions.find(isError);if(error!=null){throw error;}// Otherwise, return a promise that will resolve when all results are available -return Promise.all(exceptions).then(exceptionResults=>wrapResults(dependencies,combineAsyncResultsWithSyncResults(results,exceptionResults)));},dangerouslyAllowMutability:true});const waitForAllSettled=Recoil_selectorFamily({key:'__waitForAllSettled',get:dependencies=>({get})=>{// Issue requests for all dependencies in parallel. -// Exceptions can either be Promises of pending results or real errors -const deps=unwrapDependencies(dependencies);const[results,exceptions]=concurrentRequests(get,deps);// If all results are available, return the results -if(exceptions.every(exp=>!Recoil_isPromise(exp))){return wrapLoadables(dependencies,results,exceptions);}// Wait for all results to settle -return Promise.all(exceptions.map((exp,i)=>Recoil_isPromise(exp)?exp.then(result=>{results[i]=result;exceptions[i]=undefined;}).catch(error=>{results[i]=undefined;exceptions[i]=error;}):null))// Then wrap them as loadables -.then(()=>wrapLoadables(dependencies,results,exceptions));},dangerouslyAllowMutability:true});const noWait=Recoil_selectorFamily({key:'__noWait',get:dependency=>({get})=>{try{return Recoil_selector.value(loadableWithValue$4(get(dependency)));}catch(exception){return Recoil_selector.value(Recoil_isPromise(exception)?loadableWithPromise$3(exception):loadableWithError$3(exception));}},dangerouslyAllowMutability:true});var Recoil_WaitFor={waitForNone,waitForAny,waitForAll,waitForAllSettled,noWait};const{RecoilLoadable}=Recoil_Loadable$1;const{DefaultValue:DefaultValue$3}=Recoil_Node;const{RecoilRoot:RecoilRoot$2,useRecoilStoreID:useRecoilStoreID$1}=Recoil_RecoilRoot;const{isRecoilValue:isRecoilValue$5}=Recoil_RecoilValue$1;const{retentionZone:retentionZone$1}=Recoil_RetentionZone;const{freshSnapshot:freshSnapshot$2}=Recoil_Snapshot$1;const{useRecoilState:useRecoilState$1,useRecoilState_TRANSITION_SUPPORT_UNSTABLE:useRecoilState_TRANSITION_SUPPORT_UNSTABLE$1,useRecoilStateLoadable:useRecoilStateLoadable$1,useRecoilValue:useRecoilValue$1,useRecoilValue_TRANSITION_SUPPORT_UNSTABLE:useRecoilValue_TRANSITION_SUPPORT_UNSTABLE$1,useRecoilValueLoadable:useRecoilValueLoadable$1,useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE:useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE$1,useResetRecoilState:useResetRecoilState$1,useSetRecoilState:useSetRecoilState$1}=Recoil_Hooks;const{useGotoRecoilSnapshot:useGotoRecoilSnapshot$1,useRecoilSnapshot:useRecoilSnapshot$1,useRecoilTransactionObserver:useRecoilTransactionObserver$1}=Recoil_SnapshotHooks;const{useRecoilCallback:useRecoilCallback$1}=Recoil_useRecoilCallback;const{noWait:noWait$1,waitForAll:waitForAll$1,waitForAllSettled:waitForAllSettled$1,waitForAny:waitForAny$1,waitForNone:waitForNone$1}=Recoil_WaitFor;var Recoil_index={// Types -DefaultValue:DefaultValue$3,isRecoilValue:isRecoilValue$5,RecoilLoadable,// Global Recoil environment settiongs -RecoilEnv:Recoil_RecoilEnv,// Recoil Root -RecoilRoot:RecoilRoot$2,useRecoilStoreID:useRecoilStoreID$1,useRecoilBridgeAcrossReactRoots_UNSTABLE:Recoil_useRecoilBridgeAcrossReactRoots,// Atoms/Selectors -atom:Recoil_atom,selector:Recoil_selector,// Convenience Atoms/Selectors -atomFamily:Recoil_atomFamily,selectorFamily:Recoil_selectorFamily,constSelector:Recoil_constSelector,errorSelector:Recoil_errorSelector,readOnlySelector:Recoil_readOnlySelector,// Concurrency Helpers for Atoms/Selectors -noWait:noWait$1,waitForNone:waitForNone$1,waitForAny:waitForAny$1,waitForAll:waitForAll$1,waitForAllSettled:waitForAllSettled$1,// Hooks for Atoms/Selectors -useRecoilValue:useRecoilValue$1,useRecoilValueLoadable:useRecoilValueLoadable$1,useRecoilState:useRecoilState$1,useRecoilStateLoadable:useRecoilStateLoadable$1,useSetRecoilState:useSetRecoilState$1,useResetRecoilState:useResetRecoilState$1,useGetRecoilValueInfo_UNSTABLE:Recoil_useGetRecoilValueInfo,useRecoilRefresher_UNSTABLE:Recoil_useRecoilRefresher,useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE:useRecoilValueLoadable_TRANSITION_SUPPORT_UNSTABLE$1,useRecoilValue_TRANSITION_SUPPORT_UNSTABLE:useRecoilValue_TRANSITION_SUPPORT_UNSTABLE$1,useRecoilState_TRANSITION_SUPPORT_UNSTABLE:useRecoilState_TRANSITION_SUPPORT_UNSTABLE$1,// Hooks for complex operations -useRecoilCallback:useRecoilCallback$1,useRecoilTransaction_UNSTABLE:Recoil_useRecoilTransaction,// Snapshots -useGotoRecoilSnapshot:useGotoRecoilSnapshot$1,useRecoilSnapshot:useRecoilSnapshot$1,useRecoilTransactionObserver_UNSTABLE:useRecoilTransactionObserver$1,snapshot_UNSTABLE:freshSnapshot$2,// Memory Management -useRetain:Recoil_useRetain,retentionZone:retentionZone$1};var Recoil_index_5=Recoil_index.RecoilRoot;var Recoil_index_8=Recoil_index.atom;var Recoil_index_22=Recoil_index.useRecoilState; - -const view = Recoil_index_8({ - key: 'fileTreeViewState', - default: 'folder', -}); -const activeFolderPath = Recoil_index_8({ - key: 'fileTreeActiveFolderPathState', - default: '', -}); -const activeOZFile = Recoil_index_8({ - key: 'fileTreeActiveOZFile', - default: null, -}); -const excludedFolders = Recoil_index_8({ - key: 'fileTreeExcludedFoldersState', - default: [], -}); -const excludedExtensions = Recoil_index_8({ - key: 'fileTreeExcludedExtensions', - default: [], -}); -const folderFileCountMap = Recoil_index_8({ - key: 'fileTreeFolderFileCountMapState', - default: {}, -}); -const folderTree = Recoil_index_8({ - key: 'fileTreeFolderTreeState', - default: null, - dangerouslyAllowMutability: true, -}); -const ozFileList = Recoil_index_8({ - key: 'fileTreeOzFileListState', - default: [], -}); -const ozPinnedFileList = Recoil_index_8({ - key: 'fileTreeOzPinnedFilesState', - default: [], -}); -const openFolders = Recoil_index_8({ - key: 'fileTreeOpenFoldersState', - default: [], -}); -const showSubFolders = Recoil_index_8({ - key: 'showSubFoldersInVault', - default: false, -}); -const focusedFolder = Recoil_index_8({ - key: 'fileTreeFocusedFolder', - default: null, - dangerouslyAllowMutability: true, -}); - -function useForceUpdate() { - const [value, setValue] = reactExports.useState(0); - return () => setValue((value) => value + 1); -} - -function isMouseEvent(e) { - return e && 'screenX' in e; -} -function useLongPress(callback = (e) => { }, ms = 300) { - const [startLongPress, setStartLongPress] = reactExports.useState(false); - const [longPressEvent, setLongPressEvent] = reactExports.useState(null); - const [startLocationY, setStartLocationY] = reactExports.useState(null); - reactExports.useEffect(() => { - let timerId; - if (startLongPress && startLocationY) { - timerId = setTimeout(() => { - callback(longPressEvent); - stop(longPressEvent); - }, ms); - } - else { - clearTimeout(timerId); - } - return () => { - clearTimeout(timerId); - }; - }, [callback, ms, startLongPress, startLocationY]); - const start = reactExports.useCallback((e) => { - setStartLongPress(true); - setStartLocationY(e.touches[0].clientY); - setLongPressEvent(e); - }, []); - const move = reactExports.useCallback((e) => { - if (startLocationY) { - let dist = Math.abs(e.touches[0].clientY - startLocationY); - if (dist >= 0.5) - stop(e); - } - }, [startLocationY]); - const stop = reactExports.useCallback((e) => { - setStartLongPress(false); - setLongPressEvent(null); - }, []); - return { - onTouchStart: start, - onTouchMove: move, - onTouchEnd: stop, - }; -} - -// ----> FILE TREE COMPONENT HANDLERS <----- \\ -// Function After an External File Dropped into Folder Name -const handleOnDropFiles = (params) => { - let { files, activeFolderPath, plugin } = params; - files.map((file) => __awaiter(void 0, void 0, void 0, function* () { - file.arrayBuffer().then((arrayBuffer) => { - plugin.app.vault.adapter.writeBinary(activeFolderPath + '/' + file.name, arrayBuffer); - }); - })); -}; -const getFilesWithName = (params) => { - let { searchPhrase, searchFolder, plugin, getAllFiles, excludedExtensions, excludedFolders } = params; - var files = getFilesUnderPath({ - path: searchFolder, - plugin: plugin, - excludedExtensions: excludedExtensions, - excludedFolders: excludedFolders, - getAllFiles: getAllFiles, - }); - var filteredFiles = files.filter((file) => file.basename.toLowerCase().includes(searchPhrase.toLowerCase().trimStart())); - return filteredFiles; -}; -const getFileTags = (params) => { - let { f, plugin } = params; - let mdFile = plugin.app.vault.getAbstractFileByPath(f.path); - if (!mdFile) - return []; - let fileCache = plugin.app.metadataCache.getFileCache(mdFile); - let fileTags = []; - if (fileCache.tags) { - for (let fileTag of fileCache.tags) { - fileTags.push(fileTag.tag); - } - } - if (fileCache.frontmatter && fileCache.frontmatter['tags']) { - let tagsFM = fileCache.frontmatter['tags']; - if (typeof tagsFM === 'string') { - let fileFMTags = tagsFM.split(','); - for (let i = 0; i < fileFMTags.length; i++) { - fileTags.push(fileFMTags[i]); - } - } - else if (Array.isArray(tagsFM)) { - for (let i = 0; i < tagsFM.length; i++) { - fileTags.push(tagsFM[i]); - } - } - } - return fileTags; -}; -const getFilesWithTag = (params) => { - let { searchTag, plugin, focusedFolder, excludedExtensions, excludedFolders } = params; - let filesWithTag = new Set(); - let ozFiles = getFilesUnderPath({ - path: plugin.settings.allSearchOnlyInFocusedFolder ? focusedFolder.path : '/', - plugin: plugin, - excludedExtensions: excludedExtensions, - excludedFolders: excludedFolders, - getAllFiles: true, - }); - for (let ozFile of ozFiles) { - let fileTags = getFileTags({ - f: ozFile, - plugin: plugin, - }); - for (let fileTag of fileTags) { - if (fileTag.toLowerCase().contains(searchTag.toLowerCase().trimStart())) { - if (!filesWithTag.has(ozFile)) - filesWithTag.add(ozFile); - } - } - } - return filesWithTag; -}; -const handleRevealActiveFileButton = (params) => { - let { plugin } = params; - let event = new CustomEvent(eventTypes.revealFile, { - detail: { - file: plugin.app.workspace.getActiveFile(), - }, - }); - window.dispatchEvent(event); -}; -// Sort - Filter Files Depending on Preferences -const sortedFiles = (params) => { - let { fileList, plugin, ozPinnedFiles } = params; - let sortedfileList = fileList; - // Remove Files for Folder Note (If file name is same as parent folder name) - if (plugin.settings.folderNote) { - sortedfileList = sortedfileList.filter((f) => !f.isFolderNote); - } - // Sort File by Name or Last Content Update, moving pinned files to the front - sortedfileList = sortedfileList.sort((a, b) => { - if (ozPinnedFiles.some((f) => f.path === a.path) && !ozPinnedFiles.some((f) => f.path === b.path)) { - return -1; - } - else if (!ozPinnedFiles.some((f) => f.path === a.path) && ozPinnedFiles.some((f) => f.path === b.path)) { - return 1; - } - if (plugin.settings.sortReverse) { - [a, b] = [b, a]; - } - if (plugin.settings.sortFilesBy === 'name') { - return plugin.settings.showFileNameAsFullPath - ? a.path.localeCompare(b.path, 'en', { numeric: true }) - : a.basename.localeCompare(b.basename, 'en', { numeric: true }); - } - else if (plugin.settings.sortFilesBy === 'last-update') { - return b.stat.mtime - a.stat.mtime; - } - else if (plugin.settings.sortFilesBy === 'created') { - return b.stat.ctime - a.stat.ctime; - } - else if (plugin.settings.sortFilesBy === 'file-size') { - return b.stat.size - a.stat.size; - } - }); - return sortedfileList; -}; -const sortFileListClickHandle = (params) => { - let { e, plugin, forceUpdate } = params; - const sortMenu = new obsidian.Menu(); - const changeSortSettingTo = (newValue) => { - plugin.settings.sortFilesBy = newValue; - plugin.saveSettings(); - forceUpdate(); - }; - const addMenuItem = (label, low, high, value) => { - sortMenu.addItem((menuItem) => { - const order = plugin.settings.sortReverse ? `${high} to ${low}` : `${low} to ${high}`; - menuItem.setTitle(`${label} (${order})`); - menuItem.setIcon(value === plugin.settings.sortFilesBy ? 'checkmark' : 'spaceIcon'); - menuItem.onClick(() => changeSortSettingTo(value)); - }); - }; - addMenuItem('File Name', 'A', 'Z', 'name'); - addMenuItem('Created', 'New', 'Old', 'created'); - addMenuItem('File Size', 'Big', 'Small', 'file-size'); - addMenuItem('Last Update', 'New', 'Old', 'last-update'); - sortMenu.addSeparator(); - sortMenu.addItem((menuItem) => { - menuItem.setTitle('Reverse Order'); - menuItem.setIcon(plugin.settings.sortReverse ? 'checkmark' : 'spaceIcon'); - menuItem.onClick(() => { - plugin.settings.sortReverse = !plugin.settings.sortReverse; - plugin.saveSettings(); - forceUpdate(); - }); - }); - // Trigger - sortMenu.showAtPosition({ x: e.pageX, y: e.pageY }); -}; -// Search Function -const searchAllRegex = new RegExp('all:(.*)?'); -const searchTagRegex = new RegExp('tag:(.*)?'); -const handleSearch = (params) => { - let { e, activeFolderPath, setSearchPhrase, setOzFileList, setTreeHeader, plugin, focusedFolder, excludedExtensions, excludedFolders } = params; - var searchPhrase = e.target.value; - setSearchPhrase(searchPhrase); - var searchFolder = activeFolderPath; - // Check Tag Regex in Search Phrase - let tagRegexMatch = searchPhrase.match(searchTagRegex); - if (tagRegexMatch) { - setTreeHeader('Files with Tag'); - if (tagRegexMatch[1] === undefined || tagRegexMatch[1].replace(/\s/g, '').length === 0) { - setOzFileList([]); - return; - } - setOzFileList([ - ...getFilesWithTag({ - searchTag: tagRegexMatch[1], - plugin: plugin, - focusedFolder: focusedFolder, - excludedExtensions: excludedExtensions, - excludedFolders: excludedFolders, - }), - ]); - return; - } - // Check All Regex in Search Phrase - let allRegexMatch = searchPhrase.match(searchAllRegex); - if (allRegexMatch) { - searchPhrase = allRegexMatch[1] ? allRegexMatch[1] : ''; - searchFolder = plugin.settings.allSearchOnlyInFocusedFolder ? focusedFolder.path : '/'; - setTreeHeader('All Files'); - } - else { - setTreeHeader(getFolderName(activeFolderPath, plugin.app)); - } - let getAllFiles = allRegexMatch ? true : false; - let filteredFiles = getFilesWithName({ - searchPhrase, - searchFolder, - plugin, - excludedExtensions, - excludedFolders, - getAllFiles, - }); - setOzFileList(filteredFiles); -}; -// ----> NAV FILE COMPONENT HANDLERS <----- \\ -// Handle Click Event on File - Allows Open with Cmd/Ctrl -const openFile = (params) => { - let { file, e, plugin, setActiveOzFile } = params; - openFile$1({ - file: file, - app: plugin.app, - newLeaf: (e.ctrlKey || e.metaKey) && !(e.shiftKey || e.altKey), - leafBySplit: (e.ctrlKey || e.metaKey) && (e.shiftKey || e.altKey), - }); - setActiveOzFile(file); -}; -const getFileIcon = (params) => { - let { file } = params; - return file.extension === 'pdf' - ? AiFillFilePdf - : ['png', 'jpg', 'jpeg', 'svg'].contains(file.extension) - ? AiFillFileImage - : ['doc', 'docx'].contains(file.extension) - ? AiFillFileWord - : BiFile; -}; -// --> Dragging for File -const dragStarted = (params) => { - let { e, file, plugin } = params; - let obsidianFile = plugin.app.vault.getAbstractFileByPath(file.path); - if (!obsidianFile) - return; - // json to move file to folder - e.dataTransfer.setData('application/json', JSON.stringify({ filePath: file.path })); - let dragManager = plugin.app.dragManager; - const dragData = dragManager.dragFile(e.nativeEvent, obsidianFile); - dragManager.onDragStart(e.nativeEvent, dragData); -}; -// --> AuxClick (Mouse Wheel Button Action) -const onAuxClick = (params) => { - let { e, plugin, file } = params; - if (e.button === 1) - openFileInNewTab(plugin.app, file); -}; -const mouseEnteredOnFile = (params) => { - let { e, file, plugin, setHoverActive } = params; - setHoverActive(true); - if (plugin.settings.filePreviewOnHover && (e.ctrlKey || e.metaKey)) { - plugin.app.workspace.trigger('link-hover', {}, e.target, file.path, file.path); - } -}; -const mouseLeftFile = (params) => { - params.setHoverActive(false); -}; -// Handle Right Click Event on File - Custom Menu -const triggerContextMenu = (params) => { - let { file, e, ozPinnedFiles, setOzPinnedFiles, plugin } = params; - const fileMenu = new obsidian.Menu(); - let fileToTrigger = plugin.app.vault.getAbstractFileByPath(file.path); - if (!fileToTrigger) - return; - // Pin - Unpin Item - fileMenu.addItem((menuItem) => { - menuItem.setIcon('pin'); - const isAlreadyPinned = ozPinnedFiles.some((pinnedFile) => pinnedFile.path === file.path); - if (isAlreadyPinned) - menuItem.setTitle('Unpin'); - else - menuItem.setTitle('Pin to Top'); - menuItem.onClick((ev) => { - if (isAlreadyPinned) { - let newPinnedFiles = ozPinnedFiles.filter((pinnedFile) => pinnedFile.path !== file.path); - setOzPinnedFiles(newPinnedFiles); - } - else { - setOzPinnedFiles([...ozPinnedFiles, file]); - } - }); - }); - // Rename Item - fileMenu.addItem((menuItem) => { - menuItem.setTitle('Rename'); - menuItem.setIcon('pencil'); - menuItem.onClick((ev) => { - let vaultChangeModal = new VaultChangeModal(plugin, file, 'rename'); - vaultChangeModal.open(); - }); - }); - // Delete Item - fileMenu.addItem((menuItem) => { - menuItem.setTitle('Delete'); - menuItem.setIcon('trash'); - menuItem.onClick((ev) => { - let confirmationModal = new ConfirmationModal(plugin, `Are you sure you want to delete the file "${file.basename}${file.extension === 'md' ? '' : file.extension}"?`, function () { - let deleteOption = plugin.settings.deleteFileOption; - let fileToDelete = plugin.app.vault.getAbstractFileByPath(file.path); - if (!fileToDelete) - return; - if (deleteOption === 'permanent') { - plugin.app.vault.delete(fileToDelete, true); - } - else if (deleteOption === 'system-trash') { - plugin.app.vault.trash(fileToDelete, true); - } - else if (deleteOption === 'trash') { - plugin.app.vault.trash(fileToDelete, false); - } - }); - confirmationModal.open(); - }); - }); - // Open in a New Pane - fileMenu.addItem((menuItem) => { - menuItem.setIcon('go-to-file'); - menuItem.setTitle('Open in a new tab'); - menuItem.onClick((ev) => { - openFileInNewTab(plugin.app, file); - }); - }); - // Open in a New Pane - fileMenu.addItem((menuItem) => { - menuItem.setIcon('go-to-file'); - menuItem.setTitle('Open to right'); - menuItem.onClick((ev) => { - openFileInNewTabGroup(plugin.app, file); - }); - }); - // Make a Copy Item - fileMenu.addItem((menuItem) => { - menuItem.setTitle('Make a copy'); - menuItem.setIcon('documents'); - menuItem.onClick((ev) => { - let fileToCopy = plugin.app.vault.getAbstractFileByPath(file.path); - if (fileToCopy) { - plugin.app.vault.copy(fileToCopy, `${file.parent.path}/${file.basename} 1.${file.extension}`); - } - }); - }); - // Move Item - if (!internalPluginLoaded('file-explorer', plugin.app)) { - fileMenu.addItem((menuItem) => { - menuItem.setTitle('Move file to...'); - menuItem.setIcon('paper-plane'); - menuItem.onClick((ev) => { - let fileMoveSuggester = new MoveSuggestionModal(plugin.app, file); - fileMoveSuggester.open(); - }); - }); - } - // Trigger - plugin.app.workspace.trigger('file-menu', fileMenu, fileToTrigger, 'file-explorer'); - if (isMouseEvent(e)) { - fileMenu.showAtPosition({ x: e.pageX, y: e.pageY }); - } - else { - // @ts-ignore - fileMenu.showAtPosition({ x: e.nativeEvent.locationX, y: e.nativeEvent.locationY }); - } - return false; -}; - -var h=Object.defineProperty;var u=(n,t,e)=>t in n?h(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e;var c=(n,t,e)=>(u(n,typeof t!="symbol"?t+"":t,e),e);const p=(n,t)=>typeof getComputedStyle<"u"?getComputedStyle(n,null).getPropertyValue(t):n.style.getPropertyValue(t),y=n=>p(n,"overflow")+p(n,"overflow-y")+p(n,"overflow-x"),w=n=>{if(!(n instanceof HTMLElement))return window;let t=n;for(;t&&!(t===document.body||t===document.documentElement||!t.parentNode);){if(/(scroll|auto)/.test(y(t)))return t;t=t.parentNode;}return window;};class g extends reactExports.Component{constructor(e){super(e);c(this,"elementObserver");c(this,"wrapper");c(this,"lazyLoadHandler",e=>{var o,i;const{onContentVisible:s}=this.props,[r]=e,{isIntersecting:l}=r;if(l){this.setState({visible:!0},()=>{s&&s();});const a=(o=this.wrapper)==null?void 0:o.current;a&&a instanceof HTMLElement&&((i=this.elementObserver)==null||i.unobserve(a));}});this.elementObserver=null,this.wrapper=/*#__PURE__*/React.createRef(),this.state={visible:!1};}componentDidMount(){var o;this.getEventNode();const{offset:e,threshold:s}=this.props,r={rootMargin:typeof e=="number"?`${e}px`:e||"0px",threshold:s||0};this.elementObserver=new IntersectionObserver(this.lazyLoadHandler,r);const l=(o=this.wrapper)==null?void 0:o.current;l instanceof HTMLElement&&this.elementObserver.observe(l);}shouldComponentUpdate(e,s){return s.visible;}componentWillUnmount(){var s,r;const e=(s=this.wrapper)==null?void 0:s.current;e&&e instanceof HTMLElement&&((r=this.elementObserver)==null||r.unobserve(e));}getEventNode(){var e;return w((e=this.wrapper)==null?void 0:e.current);}render(){const{children:e,className:s,height:r,width:l,elementType:o}=this.props,{visible:i}=this.state,a={height:r,width:l},d=`LazyLoad${i?" is-visible":""}${s?` ${s}`:""}`;return/*#__PURE__*/reactExports.createElement(o||"div",{className:d,style:a,ref:this.wrapper},i&&reactExports.Children.only(e));}}c(g,"defaultProps",{elementType:"div",className:"",offset:0,threshold:0,width:null,onContentVisible:null,height:null}); - -function FileComponent(props) { - let searchInput = React.useRef(null); - const plugin = props.plugin; - // States Coming From Main Component - const [_view, setView] = Recoil_index_22(view); - const [ozFileList$1, setOzFileList] = Recoil_index_22(ozFileList); - const [ozPinnedFiles] = Recoil_index_22(ozPinnedFileList); - const [activeFolderPath$1, setActiveFolderPath] = Recoil_index_22(activeFolderPath); - const [excludedExtensions$1] = Recoil_index_22(excludedExtensions); - const [excludedFolders$1] = Recoil_index_22(excludedFolders); - const [showSubFolders$1, setShowSubFolders] = Recoil_index_22(showSubFolders); - const [focusedFolder$1, _setFocusedFolder] = Recoil_index_22(focusedFolder); - // Local States - const [highlight, setHighlight] = reactExports.useState(false); - const [searchPhrase, setSearchPhrase] = reactExports.useState(''); - const [searchBoxVisible, setSearchBoxVisible] = reactExports.useState(false); - const [treeHeader, setTreeHeader] = reactExports.useState(getFolderName(activeFolderPath$1, plugin.app)); - // Force Update - const forceUpdate = useForceUpdate(); - // Folder Name Update once Active Folder Path Change - reactExports.useEffect(() => setTreeHeader(getFolderName(activeFolderPath$1, plugin.app)), [activeFolderPath$1]); - // File List Update once showSubFolders change - reactExports.useEffect(() => { - setOzFileList(getFilesUnderPath({ - path: activeFolderPath$1, - plugin: plugin, - excludedExtensions: excludedExtensions$1, - excludedFolders: excludedFolders$1, - })); - }, [showSubFolders$1, excludedExtensions$1, excludedFolders$1]); - // To focus on Search box if visible set - reactExports.useEffect(() => { - if (searchBoxVisible) - searchInput.current.focus(); - }, [searchBoxVisible]); - const filesToList = reactExports.useMemo(() => sortedFiles({ - fileList: ozFileList$1, - plugin: plugin, - ozPinnedFiles: ozPinnedFiles, - }), [excludedFolders$1, excludedExtensions$1, ozPinnedFiles, ozFileList$1, plugin.settings.sortFilesBy, plugin.settings.sortReverse]); - // Go Back Button - Sets Main Component View to Folder - const handleGoBack = (e) => { - setView('folder'); - setActiveFolderPath(''); - }; - // Toggle Search Box Visibility State - const toggleSearchBox = () => { - setSearchPhrase(''); - setSearchBoxVisible(!searchBoxVisible); - setOzFileList(getFilesUnderPath({ - path: activeFolderPath$1, - plugin: plugin, - excludedExtensions: excludedExtensions$1, - excludedFolders: excludedFolders$1, - })); - }; - const toggleShowSubFolders = () => __awaiter(this, void 0, void 0, function* () { - plugin.settings.showFilesFromSubFolders = !showSubFolders$1; - yield plugin.saveSettings(); - setShowSubFolders(!showSubFolders$1); - }); - const topIconSize = 19; - return (React.createElement(React.Fragment, null, - React.createElement(Dropzone$1, { onDrop: (files) => handleOnDropFiles({ - files, - activeFolderPath: activeFolderPath$1, - plugin, - }), noClick: true, onDragEnter: () => setHighlight(true), onDragLeave: () => setHighlight(false), onDropAccepted: () => setHighlight(false), onDropRejected: () => setHighlight(false) }, ({ getRootProps, getInputProps }) => (React.createElement("div", Object.assign({}, getRootProps(), { className: highlight ? 'drag-entered' : '', style: { width: '100%', height: '100%', position: 'relative' } }), - React.createElement("input", Object.assign({}, getInputProps())), - React.createElement("div", { className: "oz-explorer-container" }, - React.createElement("div", { className: `oz-file-tree-header-wrapper${plugin.settings.fixedHeaderInFileList ? ' file-tree-header-fixed' : ''}` }, - React.createElement("div", { className: "oz-flex-container" }, - React.createElement("div", { className: "oz-nav-action-button", style: { marginLeft: '0px' } }, ['Horizontal', 'Vertical'].includes(plugin.settings.evernoteView) ? (React.createElement(IoIosCloseCircleOutline, { onClick: (e) => handleGoBack(), size: topIconSize, "aria-label": "Close File Pane" })) : (React.createElement(IoIosArrowBack, { onClick: (e) => handleGoBack(), size: topIconSize, "aria-label": "Go Back to Folder View" }))), - React.createElement("div", { className: "oz-nav-buttons-right-block" }, - plugin.settings.revealActiveFileButton && (React.createElement("div", { className: "oz-nav-action-button" }, - React.createElement(BiCurrentLocation, { onClick: () => handleRevealActiveFileButton({ plugin }), size: topIconSize, "aria-label": "Reveal Active File" }))), - plugin.settings.showFilesFromSubFoldersButton && (React.createElement("div", { className: "oz-nav-action-button" }, showSubFolders$1 ? (React.createElement(IoIosEyeOff, { onClick: toggleShowSubFolders, size: topIconSize, "aria-label": "Hide Files from Sub-Folders" })) : (React.createElement(IoIosEye, { onClick: toggleShowSubFolders, size: topIconSize, "aria-label": "Show Files from Sub-Folders" })))), - plugin.settings.searchFunction && (React.createElement("div", { className: "oz-nav-action-button" }, - React.createElement(IoIosSearch, { onClick: toggleSearchBox, size: topIconSize, "aria-label": "Search File by Name or Tag" }))), - React.createElement("div", { className: "oz-nav-action-button" }, - React.createElement(CgSortAz, { size: topIconSize + 2, onClick: (e) => { - sortFileListClickHandle({ e, plugin, forceUpdate }); - }, "aria-label": "Sorting Options" })), - React.createElement("div", { className: "oz-nav-action-button" }, - React.createElement(IoIosAddCircle, { onClick: (e) => createNewFile(e, activeFolderPath$1, plugin), size: topIconSize, "aria-label": "Create a Note" })))), - searchBoxVisible && (React.createElement("div", { className: "oz-input-container" }, - React.createElement("input", { type: "search", placeholder: "Search...", ref: searchInput, value: searchPhrase, onChange: (e) => { - handleSearch({ - e, - plugin, - activeFolderPath: activeFolderPath$1, - setSearchPhrase, - setTreeHeader, - setOzFileList, - excludedExtensions: excludedExtensions$1, - excludedFolders: excludedFolders$1, - focusedFolder: focusedFolder$1, - }); - }, onKeyDown: (e) => { - if (e.key === 'Escape') { - e.preventDefault(); - toggleSearchBox(); - } - } }))), - React.createElement("div", { className: "oz-file-tree-header" }, treeHeader)), - React.createElement("div", { className: `oz-file-tree-files${plugin.settings.fixedHeaderInFileList - ? searchBoxVisible - ? ' file-tree-files-fixed-with-search' - : ' file-tree-files-fixed' - : ''}` }, filesToList.map((file, index) => { - return (React.createElement(g, { height: 22, key: index }, - React.createElement(NavFile, { file: file, plugin: plugin }))); - })))))))); -} -/* ----------- SINGLE NAVFILE ELEMENT ----------- */ -const NavFile = (props) => { - const { file, plugin } = props; - const [ozPinnedFiles, setOzPinnedFiles] = Recoil_index_22(ozPinnedFileList); - const [activeOzFile, setActiveOzFile] = Recoil_index_22(activeOZFile); - const [hoverActive, setHoverActive] = reactExports.useState(false); - const longPressEvents = useLongPress((e) => { - triggerContextMenu({ - file, - e, - plugin, - ozPinnedFiles, - setOzPinnedFiles, - }); - }, 500); - reactExports.useEffect(() => { - const handleKeyDownEvent = (e) => { - if (e.key === 'Control' || e.key === 'Meta') { - let el = document.querySelector(`.oz-nav-file-title[data-path="${file.path}"]`); - if (el) - plugin.app.workspace.trigger('link-hover', {}, el, file.path, file.path); - } - }; - if (hoverActive && plugin.settings.filePreviewOnHover) { - document.addEventListener('keydown', handleKeyDownEvent); - return () => { - document.removeEventListener('keydown', handleKeyDownEvent); - }; - } - }, [hoverActive]); - const FileIcon = reactExports.useMemo(() => getFileIcon({ - file, - }), [plugin.settings.iconBeforeFileName, file]); - const fileDisplayName = reactExports.useMemo(() => { - return plugin.settings.showFileNameAsFullPath ? getFileNameAndExtension(file.path).fileName : file.basename; - }, [plugin.settings.showFileNameAsFullPath, file.path]); - return (React.createElement("div", Object.assign({ className: 'oz-nav-file' + (activeOzFile && activeOzFile.path === file.path ? ' is-active' : ''), key: file.path, draggable: true, onDragStart: (e) => dragStarted({ - e, - file, - plugin, - }), onClick: (e) => openFile({ - e, - file, - plugin, - setActiveOzFile, - }), onAuxClick: (e) => onAuxClick({ e, plugin, file }), onContextMenu: (e) => triggerContextMenu({ - e, - file, - plugin, - ozPinnedFiles, - setOzPinnedFiles, - }), onMouseEnter: (e) => mouseEnteredOnFile({ - e, - file, - plugin, - setHoverActive, - }), onMouseLeave: (e) => mouseLeftFile({ e, file, setHoverActive }) }, longPressEvents), - React.createElement("div", { className: "oz-nav-file-title", "data-path": file.path }, - React.createElement("div", { className: "oz-nav-file-title-content" }, - plugin.settings.iconBeforeFileName && React.createElement(FileIcon, { className: "oz-nav-file-icon", size: 15 }), - fileDisplayName), - ozPinnedFiles.some((f) => f.path === file.path) && React.createElement(FaThumbtack, { className: "oz-nav-file-tag", size: 14 }), - file.extension !== 'md' && React.createElement("span", { className: "oz-nav-file-tag" }, file.extension)))); -}; - -function Tree(props) { - // Global States - const [openFolders$1, setOpenFolders] = Recoil_index_22(openFolders); - const [folderFileCountMap$1] = Recoil_index_22(folderFileCountMap); - const [activeFolderPath$1] = Recoil_index_22(activeFolderPath); - const longPressEvents = useLongPress((e) => { - props.onContextMenu(e); - }, 500); - // Local States - const [open, setOpen] = reactExports.useState(props.open); - const [highlight, setHightlight] = reactExports.useState(false); - const isFolderActive = props.folder.path === activeFolderPath$1; - // --> For state update from outside of the component - reactExports.useEffect(() => setOpen(props.open), [props.open]); - // --> Icon to be toggled between min(-) and plus(+) Each click sets openFolders Main Component state to save in settings - const toggle = () => { - if (props.children) { - // Set State in Main Component for Keeping Folders Open - if (!open) { - setOpenFolders([...openFolders$1, props.folder.path]); - } - else { - const newOpenFolders = openFolders$1.filter((openFolder) => props.folder.path !== openFolder); - setOpenFolders(newOpenFolders); - } - // Set State Open for the Folder - setOpen(!open); - } - }; - // --> Function After an External File Dropped into Folder Name - const onDrop = (files) => { - files.map((file) => __awaiter(this, void 0, void 0, function* () { - file.arrayBuffer().then((arrayBuffer) => { - props.plugin.app.vault.adapter.writeBinary(props.folder.path + '/' + file.name, arrayBuffer); - }); - })); - }; - // --> Click Events - const folderNameClickEvent = (ev) => { - if (props.plugin.settings.folderNote && ev.shiftKey) { - const fileFullPath = `${props.folder.path}/${props.folder.name}.md`; - props.plugin.app.vault.getAbstractFileByPath(fileFullPath); - props.plugin.app.workspace.openLinkText(fileFullPath, '/', false); - } - else { - props.onClick(); - } - }; - const folderContextMenuEvent = () => props.onContextMenu(); - const folderNameDoubleClickEvent = (ev) => { - setOpen(true); - props.onDoubleClick(); - }; - // --> Icon - const Icon = reactExports.useMemo(() => getFolderIcon(props.plugin, props.children, open), [open, props.children, props.plugin.settings.folderIcon]); - // --> Folder Count Map - const folderCount = folderFileCountMap$1[props.folder.path]; - // --> Drag and Drop Actions - const dropFileOrFolder = (e) => { - let data = e.dataTransfer.getData('application/json'); - if (data !== '') { - let dataJson = JSON.parse(data); - // File Drop - if (dataJson['filePath']) { - const filePath = dataJson.filePath; - // check if file exists - let file = props.plugin.app.vault.getAbstractFileByPath(filePath); - if (file) { - props.plugin.app.vault.rename(file, `${props.folder.path}/${file.name}`); - } - else { - new obsidian.Notice('Couldnt find the file'); - } - } - // Folder Drop - else if (dataJson['folderPath']) { - const folderPath = dataJson.folderPath; - let folder = props.plugin.app.vault.getAbstractFileByPath(folderPath); - if (folder) { - if (!props.folder.path.startsWith(folder.path)) { - props.plugin.app.vault.rename(folder, `${props.folder.path}/${folder.name}`); - } - else { - new obsidian.Notice('You cant move folder under its child'); - } - } - else { - new obsidian.Notice('Couldnt find the folder'); - } - } - } - setHightlight(false); - e.dataTransfer.clearData(); - }; - const onFolderDragStart = (e, folder) => { - e.dataTransfer.setData('application/json', JSON.stringify({ folderPath: folder.path })); - let dragManager = props.plugin.app.dragManager; - const dragData = dragManager.dragFile(e.nativeEvent, folder); - dragManager.onDragStart(e.nativeEvent, dragData); - }; - return (React.createElement(Dropzone$1, { onDrop: onDrop, noClick: true, onDragEnter: () => setHightlight(true), onDragLeave: () => setHightlight(false), onDropAccepted: () => setHightlight(false), onDropRejected: () => setHightlight(false) }, ({ getRootProps, getInputProps }) => (React.createElement(React.Fragment, null, - React.createElement("div", { style: Object.assign({}, props.style), className: "treeview", draggable: true, onDragStart: (e) => onFolderDragStart(e, props.folder), onDrop: (e) => dropFileOrFolder(e), onDragOver: () => setHightlight(true), onDragLeave: () => setHightlight(false) }, - React.createElement("div", Object.assign({}, getRootProps({ className: 'dropzone' }), { className: 'oz-folder-element' + (highlight ? ' drag-entered' : ''), "data-path": props.folder.path }), - React.createElement("input", Object.assign({}, getInputProps())), - React.createElement("div", { className: "oz-folder-line" }, - React.createElement("div", { className: "oz-icon-div" }, - React.createElement(Icon, { className: "oz-folder-toggle", style: { opacity: props.children ? 1 : 0.3 }, onClick: toggle })), - React.createElement("div", Object.assign({ className: "oz-folder-block", onClick: folderNameClickEvent, onDoubleClick: folderNameDoubleClickEvent, onContextMenu: folderContextMenuEvent }, longPressEvents), - React.createElement("div", { className: "oz-folder-type", style: { marginRight: props.type ? 10 : 0 } }, props.type), - React.createElement("div", { className: `oz-folder-name ${isFolderActive ? 'is-folder-active' : ''}${props.isRootFolder ? ' is-root-folder' : ''}` }, - props.content, - ' ', - props.plugin.settings.folderNote && props.folder.children.some((f) => f.name === `${props.folder.name}.md`) ? (React.createElement(IoMdArrowDropright, { size: 10, className: "oz-folder-note-icon" })) : ('')), - props.plugin.settings.folderCount && (React.createElement("div", { className: "oz-folder-count" }, - React.createElement("span", { className: "oz-nav-file-tag" }, folderCount ? (open ? folderCount.open : folderCount.closed) : 0))))))), - props.children && (React.createElement("div", { className: "oz-folder-contents", style: { - height: open ? 'auto' : 0, - opacity: open ? 1 : 0, - display: open ? 'inherit' : 'none', - } }, props.children)))))); -} - -const ConditionalRootFolderWrapper = ({ condition, wrapper, children }) => condition ? wrapper(children) : children; - -function NestedFolders(props) { - const plugin = props.plugin; - const app = plugin.app; - let rootFolder = app.vault.getRoot(); - // Global States - const [openFolders$1] = Recoil_index_22(openFolders); - const [activeFolderPath$1, setActiveFolderPath] = Recoil_index_22(activeFolderPath); - const [excludedFolders$1, setExcludedFolders] = Recoil_index_22(excludedFolders); - const [focusedFolder$1, setFocusedFolder] = Recoil_index_22(focusedFolder); - const [folderFileCountMap$1] = Recoil_index_22(folderFileCountMap); - const [_view, setView] = Recoil_index_22(view); - const handleFolderNameClick = (folderPath) => setActiveFolderPath(folderPath); - const focusOnFolder = (folder) => { - setFocusedFolder(folder); - setActiveFolderPath(folder.path); - }; - const getSortedFolderTree = (folderTree) => { - let newTree = folderTree; - newTree = newTree.sort((a, b) => { - if (plugin.settings.sortFoldersBy === 'name') { - return a.folder.name.localeCompare(b.folder.name, 'en', { numeric: true }); - } - else if (plugin.settings.sortFoldersBy === 'item-number') { - let aCount = folderFileCountMap$1[a.folder.path] ? folderFileCountMap$1[a.folder.path].closed : 0; - let bCount = folderFileCountMap$1[b.folder.path] ? folderFileCountMap$1[b.folder.path].closed : 0; - return bCount - aCount; - } - }); - return newTree; - }; - const handleFolderContextMenu = (params) => { - let { event, folder } = params; - // Event Undefined Correction - let e = event; - if (event === undefined) - e = window.event; - // Menu Items - const folderMenu = new obsidian.Menu(); - // Focus Items - if (hasChildFolder(folder)) { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Focus on Folder') - .setIcon('zoomInIcon') - .onClick(() => focusOnFolder(folder)); - }); - } - if (!focusedFolder$1.isRoot()) { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Focus Back to Root') - .setIcon('zoomOutIcon') - .onClick(() => focusOnFolder(rootFolder)); - }); - } - // CRUD Items - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('New Folder') - .setIcon('folder') - .onClick((ev) => { - let vaultChangeModal = new VaultChangeModal(plugin, folder, 'create folder'); - vaultChangeModal.open(); - }); - }); - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Delete') - .setIcon('trash') - .onClick((ev) => { - let confirmationModal = new ConfirmationModal(plugin, `Are you sure you want to delete folder "${folder.name}" and all folders & files under it?`, () => { - let deleteOption = plugin.settings.deleteFileOption; - if (deleteOption === 'permanent') { - plugin.app.vault.delete(folder, true); - } - else if (deleteOption === 'system-trash') { - plugin.app.vault.trash(folder, true); - } - else if (deleteOption === 'trash') { - plugin.app.vault.trash(folder, false); - } - if (activeFolderPath$1 === folder.path) { - setActiveFolderPath(''); - setView('folder'); - } - }); - confirmationModal.open(); - }); - }); - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Rename') - .setIcon('pencil') - .onClick((ev) => { - let vaultChangeModal = new VaultChangeModal(plugin, folder, 'rename'); - vaultChangeModal.open(); - }); - }); - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('New File') - .setIcon('document') - .onClick((ev) => { - createNewFile(ev, folder.path, plugin); - }); - }); - // Move Item - if (!internalPluginLoaded('file-explorer', app)) { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Move folder to...') - .setIcon('paper-plane') - .onClick((ev) => { - let folderMoveModal = new MoveSuggestionModal(app, folder); - folderMoveModal.open(); - }); - }); - } - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Add to Excluded Folders') - .setIcon('switch') - .onClick((ev) => { - setExcludedFolders([...excludedFolders$1, folder.path]); - }); - }); - // Folder Note Open & Create & Delete (If folder note loaded, avoid duplicate create, delete buttons) - const folderNotePath = `${folder.path}/${folder.name}.md`; - let folderNoteExists = folder.children.some((f) => `${folder.name}.md` === f.name); - if (folderNoteExists) { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Open Folder Note') - .setIcon('go-to-file') - .onClick((ev) => { - plugin.app.workspace.activeLeaf.setViewState({ - type: 'markdown', - state: { file: folderNotePath }, - }); - }); - }); - } - if (!pluginIsLoaded(plugin.app, 'folder-note-core')) { - // Delete Folder Note Button - if (folderNoteExists) { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Delete Folder Note') - .setIcon('trash') - .onClick((ev) => { - const folderNoteFile = plugin.app.vault.getAbstractFileByPath(folderNotePath); - if (folderNoteFile) - plugin.app.vault.delete(folderNoteFile, true); - }); - }); - } - // Create Folder Note Button - else { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Create Folder Note') - .setIcon('create-new') - .onClick((ev) => __awaiter(this, void 0, void 0, function* () { - createNewMarkdownFile(plugin, folder, folder.name, `# ${folder.name}`); - })); - }); - } - } - // Trigger - app.workspace.trigger('file-menu', folderMenu, folder, 'file-explorer'); - if (e instanceof MouseEvent) { - folderMenu.showAtPosition({ x: e.pageX, y: e.pageY }); - } - else { - folderMenu.showAtPosition({ x: 0, y: 0 }); - } - return false; - }; - if (!props.folderTree.children) - return null; - let sortedFolderTree = reactExports.useMemo(() => getSortedFolderTree(props.folderTree.children), [props.folderTree.children, excludedFolders$1, plugin.settings.sortFoldersBy]); - return (React.createElement(React.Fragment, null, Array.isArray(props.folderTree.children) && - sortedFolderTree.map((child) => { - return (React.createElement(React.Fragment, { key: child.folder.path }, child.children.length > 0 ? (React.createElement(Tree, { plugin: plugin, content: child.folder.name, open: openFolders$1.contains(child.folder.path), onClick: () => handleFolderNameClick(child.folder.path), onDoubleClick: () => focusOnFolder(child.folder), onContextMenu: (e) => handleFolderContextMenu({ - event: e, - folder: child.folder, - }), folder: child.folder }, - React.createElement(NestedFolders, { plugin: plugin, folderTree: child }))) : (React.createElement(Tree, { plugin: plugin, content: child.folder.name, onClick: () => handleFolderNameClick(child.folder.path), onDoubleClick: () => focusOnFolder(child.folder), onContextMenu: (e) => handleFolderContextMenu({ - event: e, - folder: child.folder, - }), folder: child.folder })))); - }))); -} - -function MainFolder(props) { - const treeStyles = { color: 'var(--text-muted)', fill: '#c16ff7', width: '100%' }; - const plugin = props.plugin; - const app = plugin.app; - const rootFolder = app.vault.getRoot(); - // Global States - const [_activeFolderPath, setActiveFolderPath] = Recoil_index_22(activeFolderPath); - const [folderTree$1] = Recoil_index_22(folderTree); - const [focusedFolder$1, setFocusedFolder] = Recoil_index_22(focusedFolder); - const [_openFolders, setOpenFolders] = Recoil_index_22(openFolders); - // Force Update - const forceUpdate = useForceUpdate(); - const focusOnFolder = (folder) => { - setFocusedFolder(folder); - setActiveFolderPath(folder.path); - }; - const createFolder = (underFolder) => { - let vaultChangeModal = new VaultChangeModal(plugin, underFolder, 'create folder'); - vaultChangeModal.open(); - }; - const handleRootFolderContextMenu = (event, folder) => { - // Event Undefined Correction - let e = event; - if (event === undefined) - e = window.event; - // Menu Items - const folderMenu = new obsidian.Menu(); - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('New Folder') - .setIcon('folder') - .onClick((ev) => createFolder(folder)); - }); - if (!folder.isRoot()) { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Focus Back to Root') - .setIcon('zoomOutDoubleIcon') - .onClick(() => focusOnFolder(rootFolder)); - }); - } - if (folder.parent && !folder.parent.isRoot() && folder.parent !== focusedFolder$1) { - folderMenu.addItem((menuItem) => { - menuItem - .setTitle('Focus to Parent Folder') - .setIcon('zoomOutIcon') - .onClick(() => focusOnFolder(folder.parent)); - }); - } - // Trigger - app.workspace.trigger('root-folder-menu', folderMenu, folder); - folderMenu.showAtPosition({ x: e.pageX, y: e.pageY }); - return false; - }; - // --> Collapse, Expland Button Functions - const collapseAllFolders = () => setOpenFolders([]); - const explandAllFolders = () => { - let newOpenFolders = []; - newOpenFolders.push(folderTree$1.folder.path); - const recursiveFx = (folderTreeChildren) => { - for (let folderTreeChild of folderTreeChildren) { - newOpenFolders.push(folderTreeChild.folder.path); - if (folderTreeChild.children.length > 0) { - recursiveFx(folderTreeChild.children); - } - } - }; - recursiveFx(folderTree$1.children); - setOpenFolders(newOpenFolders); - }; - const triggerFolderSortOptions = (e) => { - const sortMenu = new obsidian.Menu(); - const changeSortSettingTo = (newValue) => { - plugin.settings.sortFoldersBy = newValue; - plugin.saveSettings(); - forceUpdate(); - }; - sortMenu.addItem((menuItem) => { - menuItem.setTitle('Folder Name (A to Z)'); - menuItem.onClick((ev) => { - changeSortSettingTo('name'); - }); - }); - if (plugin.settings.folderCount) { - sortMenu.addItem((menuItem) => { - menuItem.setTitle('Item Numbers (Bigger to Smaller)'); - menuItem.onClick((ev) => { - changeSortSettingTo('item-number'); - }); - }); - } - // Trigger - plugin.app.workspace.trigger('sort-menu', sortMenu); - sortMenu.showAtPosition({ x: e.pageX, y: e.pageY }); - return false; - }; - const handleFolderNameDoubleClick = (folder) => { - if (!folder.isRoot()) - focusOnFolder(folder.parent); - }; - let folderActionItemSize = 22; - return (React.createElement("div", { className: "oz-folders-tree-wrapper" }, - React.createElement("div", { className: "oz-folders-action-items file-tree-header-fixed" }, - React.createElement(MdOutlineCreateNewFolder, { className: "oz-nav-action-button", size: folderActionItemSize, onClick: (e) => createFolder(plugin.app.vault.getRoot()), "aria-label": "Create Folder" }), - React.createElement(CgSortAz, { className: "oz-nav-action-button", size: folderActionItemSize, onClick: triggerFolderSortOptions, "aria-label": "Sorting Options" }), - React.createElement(CgChevronDoubleUp, { className: "oz-nav-action-button", size: folderActionItemSize, onClick: collapseAllFolders, "aria-label": "Collapse Folders" }), - React.createElement(CgChevronDoubleDown, { className: "oz-nav-action-button", size: folderActionItemSize, onClick: explandAllFolders, "aria-label": "Expand Folders" })), - React.createElement(ConditionalRootFolderWrapper, { condition: (focusedFolder$1 && !focusedFolder$1.isRoot()) || (focusedFolder$1 && focusedFolder$1.isRoot && plugin.settings.showRootFolder), wrapper: (children) => { - return (React.createElement(Tree, { plugin: plugin, content: focusedFolder$1.isRoot() ? plugin.app.vault.getName() : focusedFolder$1.name, open: true, isRootFolder: focusedFolder$1.isRoot(), style: treeStyles, onClick: () => setActiveFolderPath(focusedFolder$1.path), onDoubleClick: () => handleFolderNameDoubleClick(focusedFolder$1), folder: focusedFolder$1, onContextMenu: (e) => handleRootFolderContextMenu(e, focusedFolder$1) }, children)); - } }, folderTree$1 && React.createElement(NestedFolders, { plugin: plugin, folderTree: folderTree$1 })))); -} - -const SingleViewVertical = (props) => { - let { plugin } = props; - const [dividerOnMove, setDividerOnMove] = reactExports.useState(false); - const [folderPaneHeight, setFolderPaneHeight] = reactExports.useState(null); - const [clientY, setClientY] = reactExports.useState(null); - let folderPaneRef = reactExports.useRef(); - let dividerRef = reactExports.useRef(); - let heightSetting = localStorage.getItem(plugin.keys.customHeightKey); - reactExports.useEffect(() => { - if (folderPaneHeight) { - localStorage.setItem(plugin.keys.customHeightKey, folderPaneHeight.toString()); - } - }, [folderPaneHeight]); - function touchMouseStart(e) { - if (e.type !== 'drag' && e.target.id !== 'file-tree-divider') - return; - e.preventDefault(); - setDividerOnMove(true); - let height = dividerRef.current.offsetTop - folderPaneRef.current.offsetTop; - setFolderPaneHeight(height); - setClientY(e.nativeEvent.clientY); - } - function touchMouseMove(e) { - if (!dividerOnMove) - return; - e.preventDefault(); - setFolderPaneHeight(folderPaneHeight + (e.nativeEvent.clientY - clientY)); - setClientY(e.nativeEvent.clientY); - } - function touchMouseEnd(e) { - if (!dividerOnMove) - return; - e.preventDefault(); - setDividerOnMove(false); - setClientY(e.nativeEvent.clientY); - } - return ( - // Register Move & End Events for All File Tree Leaf - React.createElement("div", { className: "file-tree-container", onMouseMove: (e) => touchMouseMove(e), onMouseUp: (e) => touchMouseEnd(e) }, - React.createElement("div", { className: "oz-folder-pane", ref: folderPaneRef, style: { height: folderPaneHeight ? `${folderPaneHeight}px` : heightSetting && heightSetting !== '' ? `${heightSetting}px` : '50%' } }, - React.createElement(MainFolder, { plugin: plugin })), - React.createElement("div", { id: "file-tree-divider", ref: dividerRef, onClick: (e) => e.preventDefault(), onMouseDown: (e) => touchMouseStart(e), className: dividerOnMove ? 'active-divider' : '' }), - React.createElement("div", { className: "oz-file-list-pane" }, - React.createElement(FileComponent, { plugin: plugin })))); -}; -const SingleViewHorizontal = (props) => { - let { plugin } = props; - const [dividerOnMove, setDividerOnMove] = reactExports.useState(false); - const [folderPaneWidth, setFolderPaneWidth] = reactExports.useState(null); - const [clientX, setClientX] = reactExports.useState(null); - let folderPaneRef = reactExports.useRef(); - let dividerRef = reactExports.useRef(); - let widthSetting = localStorage.getItem(plugin.keys.customWidthKey); - reactExports.useEffect(() => { - if (folderPaneWidth) { - localStorage.setItem(plugin.keys.customWidthKey, folderPaneWidth.toString()); - } - }, [folderPaneWidth]); - function touchMouseStart(e) { - if (e.type !== 'drag' && e.target.id !== 'file-tree-divider-horizontal') - return; - e.preventDefault(); - setDividerOnMove(true); - let width = dividerRef.current.offsetLeft - folderPaneRef.current.offsetLeft; - setFolderPaneWidth(width); - setClientX(e.nativeEvent.clientX); - } - function touchMouseMove(e) { - if (!dividerOnMove) - return; - e.preventDefault(); - setFolderPaneWidth(folderPaneWidth + (e.nativeEvent.clientX - clientX)); - setClientX(e.nativeEvent.clientX); - } - function touchMouseEnd(e) { - if (!dividerOnMove) - return; - e.preventDefault(); - setDividerOnMove(false); - setClientX(e.nativeEvent.clientX); - } - return ( - // Register Move & End Events for All File Tree Leaf - React.createElement("div", { className: "file-tree-container-horizontal", onMouseMove: (e) => touchMouseMove(e), onMouseUp: (e) => touchMouseEnd(e) }, - React.createElement("div", { className: "oz-folder-pane-horizontal", ref: folderPaneRef, style: { width: folderPaneWidth ? `${folderPaneWidth}px` : widthSetting && widthSetting !== '' ? `${widthSetting}px` : '50%' } }, - React.createElement(MainFolder, { plugin: plugin })), - React.createElement("div", { id: "file-tree-divider-horizontal", ref: dividerRef, onClick: (e) => e.preventDefault(), onMouseDown: (e) => touchMouseStart(e), className: dividerOnMove ? 'active-divider' : '' }), - React.createElement("div", { className: "oz-file-list-pane-horizontal" }, - React.createElement(FileComponent, { plugin: plugin })))); -}; - -function MainTreeComponent(props) { - // --> Main Variables - const { plugin } = props; - // --> Force Update Hook - const forceUpdate = useForceUpdate(); - // --> Plugin States - const [view$1, setView] = Recoil_index_22(view); - const [activeFolderPath$1, setActiveFolderPath] = Recoil_index_22(activeFolderPath); - const [ozFileList$1, setOzFileList] = Recoil_index_22(ozFileList); - const [ozPinnedFiles, setOzPinnedFiles] = Recoil_index_22(ozPinnedFileList); - const [openFolders$1, setOpenFolders] = Recoil_index_22(openFolders); - const [_folderTree, setFolderTree] = Recoil_index_22(folderTree); - const [excludedFolders$1, setExcludedFolders] = Recoil_index_22(excludedFolders); - const [_folderFileCountMap, setFolderFileCountMap] = Recoil_index_22(folderFileCountMap); - const [excludedExtensions$1, setExcludedExtensions] = Recoil_index_22(excludedExtensions); - const [_showSubFolders, setShowSubFolders] = Recoil_index_22(showSubFolders); - const [focusedFolder$1, setFocusedFolder] = Recoil_index_22(focusedFolder); - const [activeOZFile$1, setActiveOzFile] = Recoil_index_22(activeOZFile); - const setNewFileList = (folderPath) => { - let filesPath = folderPath ? folderPath : activeFolderPath$1; - setOzFileList(getFilesUnderPath({ - path: filesPath, - plugin: plugin, - excludedExtensions: excludedExtensions$1, - excludedFolders: excludedFolders$1, - })); - }; - const setInitialActiveFolderPath = () => { - if (['Horizontal', 'Vertical'].includes(plugin.settings.evernoteView)) { - let previousActiveFolder = localStorage.getItem(plugin.keys.activeFolderPathKey); - if (previousActiveFolder) { - let folder = plugin.app.vault.getAbstractFileByPath(previousActiveFolder); - if (folder && folder instanceof obsidian.TFolder) { - setActiveFolderPath(folder.path); - } - } - } - }; - // --> Create Custom Event Handlers - reactExports.useEffect(() => { - window.addEventListener(eventTypes.vaultChange, vaultChangeEvent); - window.addEventListener(eventTypes.activeFileChange, changeActiveFile); - window.addEventListener(eventTypes.refreshView, forceUpdate); - window.addEventListener(eventTypes.revealFile, handleRevealFileEvent); - window.addEventListener(eventTypes.revealFolder, handleRevealFolderEvent); - window.addEventListener(eventTypes.createNewNote, handleCreateNewNoteEvent); - return () => { - window.removeEventListener(eventTypes.vaultChange, vaultChangeEvent); - window.removeEventListener(eventTypes.activeFileChange, changeActiveFile); - window.removeEventListener(eventTypes.refreshView, forceUpdate); - window.removeEventListener(eventTypes.revealFile, handleRevealFileEvent); - window.removeEventListener(eventTypes.revealFolder, handleRevealFolderEvent); - window.removeEventListener(eventTypes.createNewNote, handleCreateNewNoteEvent); - }; - }, []); - const handleCreateNewNoteEvent = () => { - let currentActiveFolderPath = '/'; - setActiveFolderPath((activeFolderPath) => { - currentActiveFolderPath = activeFolderPath; - return activeFolderPath; - }); - createNewFile(null, currentActiveFolderPath, plugin); - }; - const vaultChangeEvent = (evt) => { - handleVaultChanges(evt.detail.file, evt.detail.changeType, evt.detail.oldPath); - }; - const changeActiveFile = (evt) => { - // @ts-ignore - let filePath = evt.detail.filePath; - let file = plugin.app.vault.getAbstractFileByPath(filePath); - if (file) - setActiveOzFile(TFile2OZFile(file)); - }; - // Initial Load - reactExports.useEffect(() => { - setInitialFocusedFolder(); - setExcludedFolders(getExcludedFolders()); - setExcludedExtensions(getExcludedExtensions()); - setOzPinnedFiles(getPinnedFilesFromSettings()); - setOpenFolders(getOpenFoldersFromSettings()); - setShowSubFolders(plugin.settings.showFilesFromSubFolders); - setInitialActiveFolderPath(); - if (plugin.settings.folderCount) - setFolderFileCountMap(getFolderNoteCountMap(plugin)); - }, []); - // Each Focused Folder Change triggers new folder tree build - reactExports.useEffect(() => { - if (focusedFolder$1) { - setFolderTree(createFolderTree({ - startFolder: focusedFolder$1, - plugin: plugin, - excludedFolders: excludedFolders$1, - })); - localStorage.setItem(plugin.keys.focusedFolder, focusedFolder$1.path); - } - }, [focusedFolder$1, excludedFolders$1]); - const setInitialFocusedFolder = () => { - let localFocusedFolder = localStorage.getItem(plugin.keys.focusedFolder); - if (localFocusedFolder) { - let folder = plugin.app.vault.getAbstractFileByPath(localFocusedFolder); - if (folder && folder instanceof obsidian.TFolder) { - setFocusedFolder(folder); - return; - } - } - setFocusedFolder(plugin.app.vault.getRoot()); - }; - // State Change Handlers - reactExports.useEffect(() => savePinnedFilesToSettings(), [ozPinnedFiles]); - reactExports.useEffect(() => saveOpenFoldersToSettings(), [openFolders$1]); - reactExports.useEffect(() => saveExcludedFoldersToSettings(), [excludedFolders$1]); - // If activeFolderPath is set, it means it should go to 'file' view - reactExports.useEffect(() => { - if (activeFolderPath$1 !== '') { - setNewFileList(activeFolderPath$1); - setView('file'); - } - localStorage.setItem(plugin.keys.activeFolderPathKey, activeFolderPath$1); - }, [activeFolderPath$1]); - // Load Excluded Extensions as State - function getExcludedExtensions() { - let extensionsString = plugin.settings.excludedExtensions; - let excludedExtensions = []; - for (let extension of extensionsString.split(',')) { - excludedExtensions.push(extension.trim()); - } - return excludedExtensions; - } - // Load Excluded Folders - function getExcludedFolders() { - let excludedString = plugin.settings.excludedFolders; - let excludedFolders = []; - if (excludedString) { - for (let excludedFolder of excludedString.split(',')) { - if (excludedFolder !== '') - excludedFolders.push(excludedFolder.trim()); - } - } - return excludedFolders; - } - // Load The String List and Set Open Folders State - function getOpenFoldersFromSettings() { - let openFolders = []; - let localStorageOpenFolders = localStorage.getItem(plugin.keys.openFoldersKey); - if (localStorageOpenFolders) { - localStorageOpenFolders = JSON.parse(localStorageOpenFolders); - for (let folder of localStorageOpenFolders) { - let openFolder = plugin.app.vault.getAbstractFileByPath(folder); - if (openFolder) - openFolders.push(openFolder.path); - } - } - return openFolders; - } - // Load The String List anad Set Pinned Files State - function getPinnedFilesFromSettings() { - let pinnedFiles = []; - let localStoragePinnedFiles = localStorage.getItem(plugin.keys.pinnedFilesKey); - if (localStoragePinnedFiles) { - localStoragePinnedFiles = JSON.parse(localStoragePinnedFiles); - for (let file of localStoragePinnedFiles) { - let pinnedFile = plugin.app.vault.getAbstractFileByPath(file); - if (pinnedFile) - pinnedFiles.push(TFile2OZFile(pinnedFile)); - } - } - return pinnedFiles; - } - // Get The Folders State and Save in Data as String Array - function saveOpenFoldersToSettings() { - let openFoldersToSave = []; - for (let folder of openFolders$1) { - openFoldersToSave.push(folder); - } - localStorage.setItem(plugin.keys.openFoldersKey, JSON.stringify(openFoldersToSave)); - } - // Get The Pinned Files State and Save in Data as String Array - function savePinnedFilesToSettings() { - let pinnedFilesToSave = []; - for (let file of ozPinnedFiles) { - pinnedFilesToSave.push(file.path); - } - localStorage.setItem(plugin.keys.pinnedFilesKey, JSON.stringify(pinnedFilesToSave)); - } - // Save Excluded Folders to Settings as String - function saveExcludedFoldersToSettings() { - plugin.settings.excludedFolders = excludedFolders$1.length > 1 ? excludedFolders$1.join(', ') : excludedFolders$1[0]; - plugin.saveSettings(); - } - // Function for Event Handlers - function handleVaultChanges(file, changeType, oldPathBeforeRename) { - // Get Current States from Setters - let currentActiveFolderPath = ''; - setActiveFolderPath((activeFolderPath) => { - currentActiveFolderPath = activeFolderPath; - return activeFolderPath; - }); - // File Event Handlers - if (file instanceof obsidian.TFile) { - // Update Pinned Files - if (['rename', 'delete'].contains(changeType)) { - let currentOzPinnedFiles = []; - setOzPinnedFiles((ozPinnedFiles) => { - currentOzPinnedFiles = ozPinnedFiles; - return ozPinnedFiles; - }); - const filteredPinnedFiles = currentOzPinnedFiles.filter((f) => f.path !== (changeType === 'rename' ? oldPathBeforeRename : file.path)); - if (filteredPinnedFiles.length !== currentOzPinnedFiles.length) { - setOzPinnedFiles([...filteredPinnedFiles, ...(changeType === 'rename' ? [TFile2OZFile(file)] : [])]); - } - } - // Update current View - let currentView = ''; - setView((view) => { - currentView = view; - return view; - }); - if (currentView === 'file') { - let currentFileList = []; - setOzFileList((fileList) => { - currentFileList = fileList; - return fileList; - }); - // Evaluate changes - if (changeType === 'rename' || changeType === 'modify' || changeType === 'delete') { - // If the file is modified but sorting is not last-update to not component update unnecessarily, return - let sortFilesBy = plugin.settings.sortFilesBy; - if (changeType === 'modify') { - if (!(sortFilesBy === 'last-update' || sortFilesBy === 'file-size')) { - return; - } - } - // If the file renamed or deleted or modified is in the current view, it will be updated - let parentFolderPath = file.path.substring(0, file.path.lastIndexOf('/')); - let fileInCurrentView = currentFileList.some((f) => { - return changeType === 'rename' ? f.path === oldPathBeforeRename : f.path === file.path; - }); - let fileInCurrentFolder = currentActiveFolderPath === parentFolderPath || - (plugin.settings.showFilesFromSubFolders && parentFolderPath.startsWith(currentActiveFolderPath)); - if (fileInCurrentView) { - if (changeType === 'delete') { - setOzFileList(currentFileList.filter((f) => { - return f.path !== file.path; - })); - } - else if (changeType === 'rename' || - (changeType === 'modify' && (sortFilesBy === 'last-update' || sortFilesBy === 'file-size'))) { - // Fix for Root Folder Path - if (currentActiveFolderPath === '/') - currentActiveFolderPath = ''; - // Set the file list - setOzFileList([ - ...currentFileList.filter((f) => { - return changeType === 'rename' ? f.path !== oldPathBeforeRename : f.path !== file.path; - }), - // Include any file that roles up to the current active folder, not only the direct ones - ...(file.parent.path.startsWith(currentActiveFolderPath) ? [TFile2OZFile(file)] : []), - ]); - // If active file is renamed, change the active file - let currentActiveOZFile = null; - setActiveOzFile((activeOZFile) => { - currentActiveOZFile = activeOZFile; - return activeOZFile; - }); - if (changeType === 'rename' && currentActiveOZFile && currentActiveOZFile.path === oldPathBeforeRename) { - setActiveOzFile(TFile2OZFile(file)); - } - } - } - // File is no in current view but parent folder is and should be included - else if (fileInCurrentFolder && !fileInCurrentView) { - setOzFileList([...currentFileList, TFile2OZFile(file)]); - } - } - else if (changeType === 'create') { - let fileIsCreatedUnderActiveFolder = file.path.match(new RegExp(currentActiveFolderPath + '.*')); - if (fileIsCreatedUnderActiveFolder) { - // If file is not already in the list, add into view - if (!currentFileList.some((f) => f.path === file.path)) { - setOzFileList([...currentFileList, TFile2OZFile(file)]); - } - } - } - } - } - // Folder Event Handlers - else if (file instanceof obsidian.TFolder) { - let currentFocusedFolder = null; - setFocusedFolder((focusedFolder) => { - currentFocusedFolder = focusedFolder; - return focusedFolder; - }); - setFolderTree(createFolderTree({ startFolder: currentFocusedFolder, plugin: plugin, excludedFolders: excludedFolders$1 })); - // if active folder is renamed, activefolderpath needs to be refreshed - if (changeType === 'rename' && oldPathBeforeRename && currentActiveFolderPath === oldPathBeforeRename) { - setActiveFolderPath(file.path); - } - } - // After Each Vault Change Folder Count Map to Be Updated - if (plugin.settings.folderCount && changeType !== 'modify') { - setFolderFileCountMap(getFolderNoteCountMap(plugin)); - } - } - // ******** REVEAL ACTIVE FILE FUNCTIONS ******** // - // --> During file list change, it will scroll to the active file element - reactExports.useEffect(() => { - if (activeOZFile$1 && ozFileList$1.length > 0) - scrollToFile(activeOZFile$1); - }, [ozFileList$1]); - // Custom Event Handler Function - function handleRevealFileEvent(evt) { - return __awaiter(this, void 0, void 0, function* () { - // @ts-ignore - const file = evt.detail.file; - if (file && file instanceof obsidian.TFile) { - yield plugin.openFileTreeLeaf(true); - revealFileInFileTree(TFile2OZFile(file)); - } - else { - new obsidian.Notice('File not found'); - } - }); - } - function handleRevealFolderEvent(evt) { - // @ts-ignore - const folder = evt.detail.folder; - if (folder && folder instanceof obsidian.TFolder) { - revealFolderInFileTree(folder); - } - else { - new obsidian.Notice('Folder not found'); - } - } - // Scrolling Functions - function scrollToFile(fileToScroll) { - const selector = `div.oz-file-tree-files div.oz-nav-file-title[data-path="${fileToScroll.path}"]`; - const fileTitleElement = document.querySelector(selector); - if (fileTitleElement) - fileTitleElement.scrollIntoView(false); - } - function scrollToFolder(folder) { - const selector = `div.oz-folder-contents div.oz-folder-element[data-path="${folder.path}"]`; - const folderElement = document.querySelector(selector); - if (folderElement) - folderElement.scrollIntoView(false); - } - // Helper for Reveal Button: Obtain all folders that needs to be opened - const getAllFoldersToOpen = (fileToReveal) => { - let foldersToOpen = []; - const recursiveFx = (folder) => { - foldersToOpen.push(folder.path); - if (folder.parent) - recursiveFx(folder.parent); - }; - recursiveFx(fileToReveal instanceof obsidian.TFile ? fileToReveal.parent : fileToReveal); - return foldersToOpen; - }; - // --> Handle Reveal Folder Button - function revealFolderInFileTree(folderToReveal) { - if (!folderToReveal) - return; - setActiveFolderPath(folderToReveal.path); - const foldersToOpen = getAllFoldersToOpen(folderToReveal); - let openFoldersSet = new Set([...openFolders$1, ...foldersToOpen]); - setOpenFolders(Array.from(openFoldersSet)); - scrollToFolder(folderToReveal); - } - // --> Handle Reveal Active File Button - function revealFileInFileTree(ozFileToReveal) { - const fileToReveal = plugin.app.vault.getAbstractFileByPath(ozFileToReveal.path); - if (!fileToReveal) - return; - // Get parent folder - const parentFolder = fileToReveal.parent; - // Focused Folder needs to be root for the reveal - if (focusedFolder$1 && focusedFolder$1.path !== '/') - setFocusedFolder(plugin.app.vault.getRoot()); - // Sanity check - Parent to be folder and set required component states - if (parentFolder instanceof obsidian.TFolder) { - // Set Active Folder - It will trigger auto file list update - setActiveFolderPath(parentFolder.path); - // Set active file to show in the list - setActiveOzFile(TFile2OZFile(fileToReveal)); - // Set openfolders to expand in the folder list - const foldersToOpen = getAllFoldersToOpen(fileToReveal); - let openFoldersSet = new Set([...openFolders$1, ...foldersToOpen]); - setOpenFolders(Array.from(openFoldersSet)); - scrollToFile(TFile2OZFile(fileToReveal)); - scrollToFolder(parentFolder); - } - } - return (React.createElement(React.Fragment, null, view$1 === 'folder' ? (React.createElement(MainFolder, { plugin: plugin })) : plugin.settings.evernoteView === 'Horizontal' ? (React.createElement(SingleViewHorizontal, { plugin: plugin })) : plugin.settings.evernoteView === 'Vertical' ? (React.createElement(SingleViewVertical, { plugin: plugin })) : (React.createElement(FileComponent, { plugin: plugin })))); -} - -class FileTreeView extends obsidian.ItemView { - constructor(leaf, plugin) { - super(leaf); - this.plugin = plugin; - } - getViewType() { - var _a; - return (_a = this.plugin) === null || _a === void 0 ? void 0 : _a.VIEW_TYPE; - } - getDisplayText() { - var _a; - return (_a = this.plugin) === null || _a === void 0 ? void 0 : _a.VIEW_DISPLAY_TEXT; - } - getIcon() { - var _a; - return (_a = this.plugin) === null || _a === void 0 ? void 0 : _a.ICON; - } - onClose() { - return __awaiter(this, void 0, void 0, function* () { - this.destroy(); - }); - } - destroy() { - if (this.root) - this.root.unmount(); - } - onOpen() { - return __awaiter(this, void 0, void 0, function* () { - this.destroy(); - this.constructFileTree(this.app.vault.getRoot().path, ''); - }); - } - constructFileTree(folderPath, vaultChange) { - this.destroy(); - this.root = createRoot(this.contentEl); - this.root.render(React.createElement("div", { className: "file-tree-plugin-view" }, - React.createElement(Recoil_index_5, null, - React.createElement(MainTreeComponent, { fileTreeView: this, plugin: this.plugin })))); - } -} - -var lib = {}; - -Object.defineProperty(lib,"__esModule",{value:true});var LocalStorageHandler_1 = lib.LocalStorageHandler=void 0;var LocalStorageHandler=/** @class */function(){/** - * @param cacheHours: Default is 24 Hours, specify if you need less or more - */function LocalStorageHandler(params){var _this=this;this.getTimeStampKey=function(key){return key+"-timestamp";};/** - * Checks the key and returns the value from LocalStorage if data saved in last cachedHours. - * If no data within last cacheHours, returns null. - * If data, returns String value from the Storage. - * @param key the key to check - * @param checkCacheHours specify if you want to check the cachehours or return the value no matter when set - * @param cacheHours specify if you want to overwrite the cacheHours of the Local Storage Handler and check with the new value - * @returns Value from Local Storage as String or null - */this.getFromLocalStorage=function(params){var key=params.key,checkCacheHours=params.checkCacheHours,cacheHours=params.cacheHours;var localData=localStorage.getItem(key);var localDataTimeStamp=localStorage.getItem(_this.getTimeStampKey(key));if(checkCacheHours!==undefined){if(!checkCacheHours)return localData;}// If Local Storage has the data less than cacheHours -if(cacheHours)_this.cacheHours=cacheHours;if(localDataTimeStamp!==null){var dt=new Date(JSON.parse(localDataTimeStamp));var hours=Math.abs(new Date().getTime()-dt.getTime())/3600000;if(hours<_this.cacheHours&&localData!==null){return localData;}}return null;};/** - * Sets the LocalStorage Value with provided key - * Sets also a timestamp in LocalStorage for the provided key - * You need to return the LocalStorage value by utilizing the getFromLocalStorage() function - * @param key - * @param value - */this.setLocalStorage=function(params){var key=params.key,value=params.value;localStorage.setItem(key,value);localStorage.setItem(_this.getTimeStampKey(key),JSON.stringify(new Date()));return 'success';};/** - * @param key - key to remove from local storage - */this.removeFromLocalStorage=function(params){var key=params.key;var localData=localStorage.getItem(key);if(!localData)return 'not-found';// Delete the key first if found -localStorage.removeItem(key);// Delete the timestamp if found -var timestampKey=_this.getTimeStampKey(key);var localTimestamp=localStorage.getItem(timestampKey);if(localTimestamp)localStorage.removeItem(timestampKey);return 'success';};var cacheHours=params.cacheHours;this.cacheHours=cacheHours?cacheHours:24;}return LocalStorageHandler;}();LocalStorageHandler_1 = lib.LocalStorageHandler=LocalStorageHandler; - -const DEFAULT_SETTINGS = { - openViewOnStart: true, - ribbonIcon: true, - showRootFolder: true, - showFilesFromSubFolders: true, - searchFunction: true, - allSearchOnlyInFocusedFolder: false, - showFilesFromSubFoldersButton: true, - revealActiveFileButton: false, - excludedExtensions: '', - excludedFolders: '', - hideAttachments: false, - attachmentsFolderName: 'attachments', - folderIcon: 'default', - folderCount: true, - folderCountOption: 'notes', - evernoteView: 'Vertical', - filePreviewOnHover: false, - iconBeforeFileName: true, - sortFilesBy: 'name', - sortReverse: false, - sortFoldersBy: 'name', - fixedHeaderInFileList: true, - createdYaml: false, - fileNameIsHeader: false, - folderNote: false, - deleteFileOption: 'trash', - showFileNameAsFullPath: false, - bookmarksEvents: false, -}; -class FileTreeAlternativePluginSettingsTab extends obsidian.PluginSettingTab { - constructor(app, plugin) { - super(app, plugin); - this.plugin = plugin; - } - refreshView() { - let evt = new CustomEvent(eventTypes.refreshView, {}); - window.dispatchEvent(evt); - } - display() { - let { containerEl } = this; - containerEl.empty(); - let lsh = new LocalStorageHandler_1({}); - /* ------------- Buy Me a Coffee ------------- */ - const coffeeDiv = containerEl.createDiv('coffee'); - coffeeDiv.addClass('oz-coffee-div'); - const coffeeLink = coffeeDiv.createEl('a', { href: 'https://ko-fi.com/L3L356V6Q' }); - const coffeeImg = coffeeLink.createEl('img', { - attr: { - src: 'https://cdn.ko-fi.com/cdn/kofi2.png?v=3', - }, - }); - coffeeImg.height = 45; - /* ------------- General Settings ------------- */ - containerEl.createEl('h2', { text: 'General' }); - new obsidian.Setting(containerEl) - .setName('Evernote View') - .setDesc('Turn on if you want to see the folders and files in a single view without switching between views. Similar experience to Evernote.') - .addDropdown((dropdown) => { - dropdown - .addOption('Disabled', 'Disabled') - .addOption('Horizontal', 'Horizontal') - .addOption('Vertical', 'Vertical') - .setValue(this.plugin.settings.evernoteView) - .onChange((value) => { - this.plugin.settings.evernoteView = value; - this.plugin.saveSettings(); - this.refreshView(); - }); - }); - new obsidian.Setting(containerEl) - .setName('Ribbon Icon') - .setDesc('Turn on if you want Ribbon Icon for activating the File Tree.') - .addToggle((toggle) => toggle.setValue(this.plugin.settings.ribbonIcon).onChange((value) => { - this.plugin.settings.ribbonIcon = value; - this.plugin.saveSettings(); - this.plugin.refreshIconRibbon(); - })); - new obsidian.Setting(containerEl) - .setName('Open on Start') - .setDesc("Turn off if you don't want file tree view to be opened automatically during vault start") - .addToggle((toggle) => toggle.setValue(this.plugin.settings.openViewOnStart).onChange((value) => { - this.plugin.settings.openViewOnStart = value; - this.plugin.saveSettings(); - })); - new obsidian.Setting(containerEl) - .setName('Bookmarks Event Listener (Shift + Click)') - .setDesc('This will enable to reveal file or folder from core bookmarks plugin.' + - 'Because there is no API yet to overwrite the default behaviour for Bookmarks plugin,' + - 'this will add an event to reveal file if you click on bookmark name using shift') - .addToggle((toggle) => toggle.setValue(this.plugin.settings.bookmarksEvents).onChange((value) => { - this.plugin.settings.bookmarksEvents = value; - if (value) { - this.plugin.bookmarksAddEventListener(); - } - else { - this.plugin.bookmarksRemoveEventListener(); - } - this.plugin.saveSettings(); - })); - /* ------------- Folder Pane Settings ------------- */ - containerEl.createEl('h2', { text: 'Folder Pane Settings' }); - new obsidian.Setting(containerEl) - .setName('Folder Icons') - .setDesc('Change the default folder icons your preferred option') - .addDropdown((dropdown) => { - dropdown - .addOption('default', 'Default') - .addOption('box-folder', 'Box Icons') - .addOption('icomoon', 'IcoMoon Icons') - .addOption('typicon', 'Typicons') - .addOption('circle-gg', 'Circle GG') - .setValue(this.plugin.settings.folderIcon) - .onChange((value) => { - this.plugin.settings.folderIcon = value; - this.plugin.saveSettings(); - this.refreshView(); - }); - }); - new obsidian.Setting(containerEl) - .setName('Show Root Folder') - .setDesc(`Turn on if you want your Root Folder "${this.plugin.app.vault.getName()}" to be visible in the file tree`) - .addToggle((toggle) => toggle.setValue(this.plugin.settings.showRootFolder).onChange((value) => { - this.plugin.settings.showRootFolder = value; - this.plugin.saveSettings(); - this.refreshView(); - })); - new obsidian.Setting(containerEl) - .setName('Folder Count') - .setDesc('Turn on if you want see the number of notes/files under file tree.') - .addToggle((toggle) => toggle.setValue(this.plugin.settings.folderCount).onChange((value) => { - this.plugin.settings.folderCount = value; - this.plugin.saveSettings(); - this.plugin.refreshTreeLeafs(); - })); - new obsidian.Setting(containerEl) - .setName('Folder Count Details') - .setDesc('Select which files you want to be included into count') - .addDropdown((dropdown) => { - dropdown.addOption('notes', 'Notes'); - dropdown.addOption('files', 'All Files'); - dropdown.setValue(this.plugin.settings.folderCountOption); - dropdown.onChange((option) => { - this.plugin.settings.folderCountOption = option; - this.plugin.saveSettings(); - this.refreshView(); - }); - }); - new obsidian.Setting(containerEl) - .setName('Folder Note') - .setDesc(`Turn this option on if you want to create Folder Note same as Folder Note Plugin. - By default, Click will open the list of files. You need to use "Shift+Click" to open the folder note. If folder has a folder note, - you will see an arrow icon on the right side of folder. The note created as a folder note is hidden in the file list.`) - .addToggle((toggle) => { - toggle.setValue(this.plugin.settings.folderNote).onChange((value) => { - this.plugin.settings.folderNote = value; - this.plugin.saveSettings(); - this.refreshView(); - }); - }); - /* ------------- File Pane Settings ------------- */ - containerEl.createEl('h2', { text: 'File Pane Settings' }); - new obsidian.Setting(containerEl) - .setName('Include Files From Subfolders to the File List') - .setDesc(`Turn on this option if you want to see the list of files from all subfolders in addition to the selected folder`) - .addToggle((toggle) => toggle.setValue(this.plugin.settings.showFilesFromSubFolders).onChange((value) => { - this.plugin.settings.showFilesFromSubFolders = value; - this.plugin.saveSettings(); - this.refreshView(); - })); - new obsidian.Setting(containerEl) - .setName('Toggle Button for Include Files from Subfolders') - .setDesc(`Turn on this option if you want to have an additional button on the top of the file list to toggle "Include Files From Subfolders"`) - .addToggle((toggle) => toggle.setValue(this.plugin.settings.showFilesFromSubFoldersButton).onChange((value) => { - this.plugin.settings.showFilesFromSubFoldersButton = value; - this.plugin.saveSettings(); - this.refreshView(); - })); - new obsidian.Setting(containerEl) - .setName('Reveal Active File in File Tree Button') - .setDesc(`Turn on this option if you want to have an additional button to reveal the active file in the file tree. It will set the folder and file pane accordingly.`) - .addToggle((toggle) => toggle.setValue(this.plugin.settings.revealActiveFileButton).onChange((value) => { - this.plugin.settings.revealActiveFileButton = value; - this.plugin.saveSettings(); - this.refreshView(); - })); - new obsidian.Setting(containerEl) - .setName('Search in File List') - .setDesc(`Turn on this option if you want to enable search function to filter files by name.`) - .addToggle((toggle) => toggle.setValue(this.plugin.settings.searchFunction).onChange((value) => { - this.plugin.settings.searchFunction = value; - this.plugin.saveSettings(); - this.refreshView(); - })); - new obsidian.Setting(containerEl) - .setName('All & Tag Search only in Focused Folder') - .setDesc(`"all:" and "tag:" searches by default looks for all files in your vault. Turn on this option if you want search only in Focused Folder`) - .addToggle((toggle) => toggle.setValue(this.plugin.settings.allSearchOnlyInFocusedFolder).onChange((value) => { - this.plugin.settings.allSearchOnlyInFocusedFolder = value; - this.plugin.saveSettings(); - })); - new obsidian.Setting(containerEl) - .setName('Icon Before File Name') - .setDesc('Turn on if you want to file icon before the file name in the file list.') - .addToggle((toggle) => toggle.setValue(this.plugin.settings.iconBeforeFileName).onChange((value) => { - this.plugin.settings.iconBeforeFileName = value; - this.plugin.saveSettings(); - this.refreshView(); - })); - new obsidian.Setting(containerEl) - .setName('Preview File on Hover') - .setDesc('Turn on if you want to preview the files once you hover on them within the file list holding Ctrl/Cmd button.') - .addToggle((toggle) => toggle.setValue(this.plugin.settings.filePreviewOnHover).onChange((value) => { - this.plugin.settings.filePreviewOnHover = value; - this.plugin.saveSettings(); - })); - new obsidian.Setting(containerEl) - .setName('Fixed Buttons and Header in File Pane') - .setDesc('Turn on if you want buttons and header to be not scrolled within the file list.') - .addToggle((toggle) => toggle.setValue(this.plugin.settings.fixedHeaderInFileList).onChange((value) => { - this.plugin.settings.fixedHeaderInFileList = value; - this.plugin.saveSettings(); - this.refreshView(); - })); - new obsidian.Setting(containerEl) - .setName('Show file names as full path') - .setDesc('Turn on if you want to see the full path within the file name list rather than only file name') - .addToggle((toggle) => { - toggle.setValue(this.plugin.settings.showFileNameAsFullPath).onChange((value) => { - this.plugin.settings.showFileNameAsFullPath = value; - this.plugin.saveSettings(); - this.refreshView(); - }); - }); - new obsidian.Setting(containerEl) - .setName('Deleted File Destination') - .setDesc('Select where you want files to be moved once they are deleted') - .addDropdown((dropdown) => { - dropdown.addOption('permanent', 'Delete Permanently'); - dropdown.addOption('trash', 'Move to Obsidian Trash'); - dropdown.addOption('system-trash', 'Move to System Trash'); - dropdown.setValue(this.plugin.settings.deleteFileOption); - dropdown.onChange((option) => { - this.plugin.settings.deleteFileOption = option; - this.plugin.saveSettings(); - }); - }); - /* ------------- Exclusion Settings ------------- */ - containerEl.createEl('h2', { text: 'File Creation' }); - containerEl.createEl('p', { text: 'The settings below are only applicable if the plus (+) button within the file pane of the plugin is used.' }); - new obsidian.Setting(containerEl) - .setName('Created information in YAML') - .setDesc('Turn on if you want plugin to include created YAML key with the time of creation') - .addToggle((toggle) => { - toggle.setValue(this.plugin.settings.createdYaml).onChange((value) => { - this.plugin.settings.createdYaml = value; - this.plugin.saveSettings(); - }); - }); - new obsidian.Setting(containerEl) - .setName('Set File Name as Header 1') - .setDesc('Turn on if you want plugin to add the initial file name as main header in the created file.') - .addToggle((toggle) => { - toggle.setValue(this.plugin.settings.fileNameIsHeader).onChange((value) => { - this.plugin.settings.fileNameIsHeader = value; - this.plugin.saveSettings(); - }); - }); - /* ------------- Exclusion Settings ------------- */ - containerEl.createEl('h2', { text: 'Exclude Settings' }); - new obsidian.Setting(containerEl) - .setName('Hide Attachments') - .setDesc(`It will hide "attachments" folder from the view and any file under this folder from the file list`) - .addToggle((toggle) => toggle.setValue(this.plugin.settings.hideAttachments).onChange((value) => { - this.plugin.settings.hideAttachments = value; - this.plugin.saveSettings(); - this.plugin.refreshTreeLeafs(); - })); - new obsidian.Setting(containerEl) - .setName('Excluded File Extensions') - .setDesc(`Provide extension of files, which you want to exclude from listing in file tree, divided by comma. i.e. 'png, pdf, jpeg'. - You need to reload the vault or use "Reload File Tree" button below to make changes effective.`) - .addTextArea((text) => text.setValue(this.plugin.settings.excludedExtensions).onChange((value) => { - this.plugin.settings.excludedExtensions = value; - this.plugin.saveSettings(); - })); - new obsidian.Setting(containerEl) - .setName('Excluded Folder Paths') - .setDesc(`Provide full path of folders, which you want to exclude from listing in file tree, divided by comma. i.e. 'Personal/Attachments, Work/Documents/Folders'. - All subfolders are going to be excluded, as well. You need to reload the vault or use "Reload File Tree" button below to make changes effective.`) - .addTextArea((text) => text.setValue(this.plugin.settings.excludedFolders).onChange((value) => { - this.plugin.settings.excludedFolders = value; - this.plugin.saveSettings(); - })); - new obsidian.Setting(containerEl) - .setDesc('Use this button to reload the file tree. Reloading the file tree is required for some of the settings. You can also restart your vault to have same effect.') - .addButton((button) => { - button - .setClass('reload-file-tree-button') - .setTooltip('Click here to reload the file tree') - .setButtonText('Reload File Tree') - .onClick((e) => { - this.plugin.refreshTreeLeafs(); - }); - }); - /* ------------- Clear Data ------------- */ - containerEl.createEl('h2', { text: 'Clear Data' }); - new obsidian.Setting(containerEl) - .setName('Clear All Cache Data') - .setDesc(`This button will clear the following cache data: "Last position of the divider" & "List of expanded folders in the folder pane", - & "Last active folder path". It will not touch your settings above and list of pinned files. It is recommended to do this clearing once in a while.`) - .addButton((button) => { - button - .setTooltip('Click here to clear the cache data') - .setButtonText('Click for Clearing the Cache') - .onClick(() => __awaiter(this, void 0, void 0, function* () { - lsh.removeFromLocalStorage({ key: this.plugin.keys.customHeightKey }); - lsh.removeFromLocalStorage({ key: this.plugin.keys.customWidthKey }); - lsh.removeFromLocalStorage({ key: this.plugin.keys.openFoldersKey }); - lsh.removeFromLocalStorage({ key: this.plugin.keys.activeFolderPathKey }); - lsh.removeFromLocalStorage({ key: this.plugin.keys.focusedFolder }); - this.plugin.refreshTreeLeafs(); - new obsidian.Notice('The plugin cache is cleared...'); - })); - }); - new obsidian.Setting(containerEl) - .setName('Clear Pinned Files') - .setDesc(`This button will clear the pinned files in the file list pane.`) - .addButton((button) => { - button - .setTooltip('Click here to clear the pinned files') - .setButtonText('Click for Clearing the Pinned files') - .onClick(() => __awaiter(this, void 0, void 0, function* () { - lsh.removeFromLocalStorage({ key: this.plugin.keys.pinnedFilesKey }); - this.plugin.refreshTreeLeafs(); - new obsidian.Notice('The pinned files are cleared...'); - })); - }); - } -} - -class FileTreeAlternativePlugin extends obsidian.Plugin { - constructor() { - super(...arguments); - this.ribbonIconEl = undefined; - this.keys = { - activeFolderPathKey: 'fileTreePlugin-ActiveFolderPath', - pinnedFilesKey: 'fileTreePlugin-PinnedFiles', - openFoldersKey: 'fileTreePlugin-OpenFolders', - customHeightKey: 'fileTreePlugin-CustomHeight', - customWidthKey: 'fileTreePlugin-CustomWidth', - focusedFolder: 'fileTreePlugin-FocusedFolder', - }; - // File Tree View Variables - this.VIEW_TYPE = 'file-tree-view'; - this.VIEW_DISPLAY_TEXT = 'File Tree'; - this.ICON = 'sheets-in-box'; - this.bookmarksEventHandler = (event) => { - // Find the tree-item that includes the bookmarks plugin title - let treeItem = event.target.closest('.tree-item'); - if (!treeItem) - return; - // If it exists, get the title of the bookmark - let dataPath = treeItem.getAttribute('data-path'); - if (!dataPath || dataPath === '') - return; - // Find the bookmark from the items - let bookmarkItem = getBookmarkTitle(dataPath); - // Create Custom Menu only if Shift is Used - if (event.shiftKey) { - if (!bookmarkItem) - return; - event.stopImmediatePropagation(); - if (bookmarkItem.type === 'file') { - // Dispatch Reveal File Event - let customEvent = new CustomEvent(eventTypes.revealFile, { - detail: { - file: this.app.vault.getAbstractFileByPath(bookmarkItem.path), - }, - }); - window.dispatchEvent(customEvent); - } - else if (bookmarkItem.type === 'folder') { - event.stopImmediatePropagation(); - // Dispatch Reveal Folder Event - let customEvent = new CustomEvent(eventTypes.revealFolder, { - detail: { - folder: this.app.vault.getAbstractFileByPath(bookmarkItem.path), - }, - }); - window.dispatchEvent(customEvent); - } - else { - new obsidian.Notice('Not a file or folder'); - } - } - }; - this.getBookmarksLeafElement = () => { - return document.querySelector('.workspace-leaf-content[data-type="bookmarks"]'); - }; - this.bookmarksAddEventListener = () => { - let bookmarkLeafElement = this.getBookmarksLeafElement(); - if (bookmarkLeafElement) { - bookmarkLeafElement.addEventListener('click', this.bookmarksEventHandler, true); - } - }; - this.bookmarksRemoveEventListener = () => { - let bookmarkLeafElement = this.getBookmarksLeafElement(); - if (bookmarkLeafElement) { - bookmarkLeafElement.removeEventListener('click', this.bookmarksEventHandler, true); - } - }; - this.triggerVaultChangeEvent = (file, changeType, oldPath) => { - let event = new CustomEvent(eventTypes.vaultChange, { - detail: { - file: file, - changeType: changeType, - oldPath: oldPath ? oldPath : '', - }, - }); - window.dispatchEvent(event); - }; - this.onCreate = (file) => this.triggerVaultChangeEvent(file, 'create', ''); - this.onDelete = (file) => this.triggerVaultChangeEvent(file, 'delete', ''); - this.onModify = (file) => this.triggerVaultChangeEvent(file, 'modify', ''); - this.onRename = (file, oldPath) => this.triggerVaultChangeEvent(file, 'rename', oldPath); - this.refreshIconRibbon = () => { - var _a; - (_a = this.ribbonIconEl) === null || _a === void 0 ? void 0 : _a.remove(); - if (this.settings.ribbonIcon) { - this.ribbonIconEl = this.addRibbonIcon(this.ICON, 'File Tree Alternative Plugin', () => __awaiter(this, void 0, void 0, function* () { - yield this.openFileTreeLeaf(true); - })); - } - }; - this.openFileTreeLeaf = (showAfterAttach) => __awaiter(this, void 0, void 0, function* () { - let leafs = this.app.workspace.getLeavesOfType(this.VIEW_TYPE); - if (leafs.length == 0) { - // Needs to be mounted - let leaf = this.app.workspace.getLeftLeaf(false); - yield leaf.setViewState({ type: this.VIEW_TYPE }); - if (showAfterAttach) - this.app.workspace.revealLeaf(leaf); - } - else { - // Already mounted - show if only selected showAfterAttach - if (showAfterAttach) { - leafs.forEach((leaf) => this.app.workspace.revealLeaf(leaf)); - } - } - }); - this.detachFileTreeLeafs = () => { - let leafs = this.app.workspace.getLeavesOfType(this.VIEW_TYPE); - for (let leaf of leafs) { - leaf.view.destroy(); - leaf.detach(); - } - }; - this.refreshTreeLeafs = () => { - this.detachFileTreeLeafs(); - this.openFileTreeLeaf(true); - }; - } - onload() { - return __awaiter(this, void 0, void 0, function* () { - console.log('Loading Alternative File Tree Plugin'); - obsidian.addIcon('zoomInIcon', ZoomInIcon); - obsidian.addIcon('zoomOutIcon', ZoomOutIcon); - obsidian.addIcon('zoomOutDoubleIcon', ZoomOutDoubleIcon); - obsidian.addIcon('locationIcon', LocationIcon); - obsidian.addIcon('spaceIcon', SpaceIcon); - // Load Settings - this.addSettingTab(new FileTreeAlternativePluginSettingsTab(this.app, this)); - yield this.loadSettings(); - // Register File Tree View - this.registerView(this.VIEW_TYPE, (leaf) => { - return new FileTreeView(leaf, this); - }); - // Event Listeners - this.app.workspace.onLayoutReady(() => __awaiter(this, void 0, void 0, function* () { - if (this.settings.openViewOnStart) { - yield this.openFileTreeLeaf(true); - } - })); - // Add Command to Open File Tree Leaf - this.addCommand({ - id: 'open-file-tree-view', - name: 'Open File Tree View', - callback: () => __awaiter(this, void 0, void 0, function* () { return yield this.openFileTreeLeaf(true); }), - }); - this.app.workspace.onLayoutReady(() => { - if (this.settings.bookmarksEvents) { - this.bookmarksAddEventListener(); - } - }); - // Add Command to Reveal Active File - this.addCommand({ - id: 'reveal-active-file', - name: 'Reveal Active File', - callback: () => { - // Activate file tree pane - let leafs = this.app.workspace.getLeavesOfType(this.VIEW_TYPE); - if (leafs.length === 0) - this.openFileTreeLeaf(true); - for (let leaf of leafs) { - this.app.workspace.revealLeaf(leaf); - } - // Run custom event - let event = new CustomEvent(eventTypes.revealFile, { - detail: { - file: this.app.workspace.getActiveFile(), - }, - }); - window.dispatchEvent(event); - }, - }); - // Add Command to create a new file under active folder path - this.addCommand({ - id: ' create-new-note', - name: 'Create a New Note', - callback: () => { - let event = new CustomEvent(eventTypes.createNewNote, { - detail: {}, - }); - window.dispatchEvent(event); - }, - }); - // Add event listener for vault changes - this.app.vault.on('create', this.onCreate); - this.app.vault.on('delete', this.onDelete); - this.app.vault.on('modify', this.onModify); - this.app.vault.on('rename', this.onRename); - // Ribbon Icon For Opening - this.refreshIconRibbon(); - }); - } - onunload() { - console.log('Unloading Alternative File Tree Plugin'); - this.detachFileTreeLeafs(); - // Remove event listeners - this.app.vault.off('create', this.onCreate); - this.app.vault.off('delete', this.onDelete); - this.app.vault.off('modify', this.onModify); - this.app.vault.off('rename', this.onRename); - this.bookmarksRemoveEventListener(); - } - loadSettings() { - return __awaiter(this, void 0, void 0, function* () { - this.settings = Object.assign({}, DEFAULT_SETTINGS, yield this.loadData()); - }); - } - saveSettings() { - return __awaiter(this, void 0, void 0, function* () { - yield this.saveData(this.settings); - }); - } -} - -module.exports = FileTreeAlternativePlugin; - -/* nosourcemap */ \ No newline at end of file diff --git a/.obsidian/plugins/file-tree-alternative/manifest.json b/.obsidian/plugins/file-tree-alternative/manifest.json deleted file mode 100644 index d2584302..00000000 --- a/.obsidian/plugins/file-tree-alternative/manifest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "file-tree-alternative", - "name": "File Tree Alternative", - "version": "2.6.0", - "minAppVersion": "0.15.0", - "description": "This plugin allows you to have an alternative file tree view.", - "author": "Ozan Tellioglu", - "authorUrl": "https://www.ozan.pl", - "fundingUrl": "https://ko-fi.com/ozante", - "isDesktopOnly": false -} diff --git a/.obsidian/plugins/file-tree-alternative/styles.css b/.obsidian/plugins/file-tree-alternative/styles.css deleted file mode 100644 index d0406b8e..00000000 --- a/.obsidian/plugins/file-tree-alternative/styles.css +++ /dev/null @@ -1,535 +0,0 @@ -/* @settings - -name: File Tree Alternative Plugin -id: file-tree-alternative-plugin -settings: - -# Folder Pane Styles - - - - id: oz-fta-folder-pane-heading - title: Folder Pane Styles - description: Style settings dedicated for only folder pane - type: heading - level: 1 - collapsed: true - - - id: oz-fta-folder-font-size - title: Folder Pane | Folder Name Font Size - description: Set folder pane font size in px - type: variable-number - default: 14 - format: px - - - id: oz-fta-folder-icon-color - title: Folder Pane | Collapse/Expand Icon Color - description: Set the color of folder icons - type: variable-color - format: hex - default: '#2d8ff7' - - - id: oz-fta-folder-indendation-guide-color - title: Folder Pane | Indendation Guide Color - description: Set the color of indendation guide lines - type: variable-color - format: hex - default: '#ededeb' - - - id: oz-fta-folder-pane-file-name-color - title: Folder Pane | Folder Name Color - description: Set the color of names - type: variable-color - format: hex - default: '#' - -# File Pane Styles - - - - id: oz-fta-file-pane-heading - title: File Pane Styles - description: Style settings dedicated for only file pane - type: heading - level: 1 - collapsed: true - - - id: oz-fta-file-font-size - title: File Pane | File Name Font Size - description: Set file pane font size in px - type: variable-number - default: 13 - format: px - - - id: oz-fta-file-pane-file-name-color - title: File Pane | File Name Color - description: Set the color of names - type: variable-color - format: hex - default: '#' - - - id: oz-fta-file-pane-foldername-color - title: File Pane | Header Folder Name Color - description: Set the color of folder name in the file pane - type: variable-color - format: hex - default: '#' - -# All Panes Styles - - - - id: oz-fta-all-panes-heading - title: All Panes - description: Common style settings for both folder and file panes - type: heading - level: 1 - collapsed: true - - - id: oz-fta-header-background-color - title: All Panes | Header Background Color - description: Set the background color of headers in both file and folder panes - type: variable-color - format: hex - default: '#' - - - id: oz-fta-header-icon-colors - title: All Panes | Header Action Icons Color - description: Set the color of icons in file and folder panes - type: variable-color - format: hex - alt-format: - - - id: oz-fta-header-icon-colors-accent-rgb - format: rgb - default: '#' - - - id: oz-fta-all-panes-active-text-color - title: All Panes | Active File/Folder Name Color - description: Set the color of active file and folder name - type: variable-color - format: hex - default: '#' - - - id: oz-fta-file-pane-active-file-background-color - title: File Pane | Active File Background Color - description: Set the color of active file background color - type: variable-color - format: hex - default: '#' -*/ - -.theme-light, -.theme-dark { - --oz-fta-folder-font-size: 13px; - --oz-fta-file-font-size: 12px; - --oz-fta-folder-icon-color: var(--interactive-accent); - --oz-fta-folder-indendation-guide-color: var(--text-muted); - --oz-fta-header-background-color: var(--background-secondary-alt); - --oz-fta-header-icon-colors: var(--text-muted); - --oz-fta-file-pane-foldername-color: var(--text-normal); - --oz-fta-folder-pane-file-name-color: var(--text-normal); - --oz-fta-header-icon-colors-accent-rgb: var(--interactive-accent-hover); - --oz-fta-all-panes-active-text-color: var(--text-normal); - --oz-fta-file-pane-active-file-background-color: var(--background-secondary-alt); - --oz-fta-file-pane-file-name-color: var(--text-muted); -} - -.oz-file-tree-header { - color: var(--oz-fta-file-pane-foldername-color); - background: var(--oz-fta-header-background-color); - margin-top: 3px; - font-size: 15px; - font-weight: bold; - text-align: center; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - align-items: center; - width: fit-content; - min-width: -webkit-fill-available; - min-width: fill-available; - height: fit-content; - padding: 5px 0px 5px; - border-radius: 8px; -} - -.oz-nav-action-button { - color: var(--oz-fta-header-icon-colors); - display: inline-block; - padding: 0px 0px 0px 2px; - margin-left: 5px; - opacity: 0.5; - border-radius: 8px; - opacity: 1; -} - -.oz-nav-action-button:hover { - opacity: 0.6; -} - -.oz-nav-action-button svg { - vertical-align: middle !important; -} - -.oz-input-container { - margin-bottom: 3px !important; - margin-top: 3px !important; - height: 30px; -} - -.oz-input-container input { - width: 100%; -} - -.oz-nav-buttons-right-block { - text-align: right; - display: flex; - width: fit-content; - height: min-content; -} - -.oz-nav-file-title { - color: var(--oz-fta-file-pane-file-name-color); - font-size: var(--oz-fta-file-font-size); - width: calc(100% - 30px); - display: flex; - white-space: nowrap; - min-width: 100%; - cursor: pointer; - line-height: 19px; - border-radius: 3px; - padding: 1px 2px 0px 2px; - min-width: 100%; - border: 1px solid transparent; -} - -.oz-nav-file-title .oz-nav-file-title-content { - width: 100%; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - vertical-align: middle; - display: inline-block; -} - -.oz-nav-file { - border-bottom: 1px solid var(--divider-color); -} - -div.oz-nav-file.is-active, -div.oz-nav-file.is-active div.oz-nav-file-title, -div.oz-nav-file.is-active div.oz-nav-file-title-content { - background-color: var(--oz-fta-file-pane-active-file-background-color); - color: var(--oz-fta-all-panes-active-text-color); - font-weight: bold; -} - -.is-folder-active { - color: var(--oz-fta-all-panes-active-text-color) !important; - font-weight: bold; -} - -.oz-nav-file-tag { - /* @Consider */ - color: var(--text-muted); - background-color: var(--background-secondary-alt); - border-radius: 3px; - font-size: 9px; - font-weight: 600; - letter-spacing: 0.05em; - margin: 0px 2px 0px 4px; - text-transform: uppercase; - align-self: center; - padding: 0px 4px 0px 4px; - vertical-align: middle !important; - line-height: 13px; -} - -div.workspace-leaf-content[data-type='file-tree-view'] > div.view-content { - padding: 10px 5px 5px 5px; -} - -.oz-flex-container { - display: flex; - flex-direction: row; - justify-content: space-between; - height: min-content; - padding: 2px 2px 2px 2px; -} - -.oz-folders-action-items { - text-align: center; - padding: 3px 2px 0px 2px; -} - -.oz-folders-action-items, -.oz-flex-container { - background: var(--oz-fta-header-background-color); - border: 1px solid var(--oz-fta-header-background-color); - margin-bottom: 3px; - border-radius: 8px; - stroke-width: 2px; - -webkit-backdrop-filter: blur(8px); - backdrop-filter: blur(8px); -} - -.oz-explorer-container { - padding-left: 3px !important; - padding-right: 3px !important; -} - -.oz-file-tree-files { - padding-top: 3px !important; -} - -.drag-entered, -.oz-folder-element:hover, -.oz-nav-file:hover { - background-color: var(--background-secondary-alt); - color: var(--text-normal); -} - -.oz-nav-file { - margin-left: 3px; - padding-right: 3px; -} - -.oz-folder-contents { - will-change: transform, opacity, height; - margin-left: 6; - padding-left: 14px; - border-left: 2px solid var(--oz-fta-folder-indendation-guide-color); - margin-left: 5px !important; -} - -.oz-folder-toggle { - width: 1em; - height: 1em; - margin-right: 10px; - cursor: pointer; - vertical-align: middle; -} - -.treeview { - position: relative; - padding: 0px; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - vertical-align: middle; -} - -.oz-folder-type { - text-transform: uppercase; - font-family: monospace; - font-size: 0.6em; - vertical-align: middle; - display: inline-block; -} - -.oz-folder-name { - color: var(--oz-fta-folder-pane-file-name-color); - font-size: var(--oz-fta-folder-font-size); - vertical-align: middle; - display: inline-block; -} - -div.oz-folder-name.is-root-folder { - font-size: calc(var(--oz-fta-folder-font-size) + 2px); -} - -.oz-icon-div { - display: inline-block; -} - -.oz-folder-line { - display: flex; - flex-flow: row; - white-space: nowrap; - min-width: 100%; -} - -.oz-folder-block { - display: flex; - flex-grow: 1; - padding-top: 2px; -} - -.oz-folder-count { - margin-left: auto; - height: 1.4em; - display: flex; - justify-content: center; -} - -.oz-folder-element { - line-height: 1.4em; - padding: 0px 0px 0px 0px; -} - -.oz-folders-tree-wrapper { - overflow: hidden; - overflow-y: auto; - padding-bottom: 5px; - padding-left: 8px; - height: 100%; -} - -.oz-input-container > input { - padding-left: 8px; - padding-right: 4px; -} - -.file-tree-container { - display: flex; - flex-direction: column; - height: 100%; - max-height: 100%; -} - -.file-tree-plugin-view { - height: 100%; -} - -.oz-folder-pane { - display: block; - width: 100%; - overflow-y: auto; - height: 50%; - resize: vertical; -} - -.oz-file-list-pane { - display: block; - width: 100%; - overflow-y: auto; - flex: 1; -} - -.oz-coffee-div { - text-align: center; - margin-top: 10px; -} - -#file-tree-divider { - height: 3.8px; - opacity: 0.3; - cursor: row-resize; - margin-bottom: 5px; - border-bottom: 3px solid var(--text-muted); -} - -div#file-tree-divider.active-divider { - background-color: var(--interactive-accent); - border-bottom: 0.5px solid var(--interactive-accent); -} - -#file-tree-divider:hover { - background-color: var(--text-muted); -} - -.file-tree-container-horizontal { - display: flex; - flex-direction: row; - height: 100%; - max-width: 100%; -} - -.oz-folder-pane-horizontal { - display: block; - width: 50%; - overflow-y: auto; - height: 100%; - resize: horizontal; -} - -.oz-file-list-pane-horizontal { - display: block; - height: 100%; - overflow-y: auto; - flex: 1; -} - -#file-tree-divider-horizontal { - margin-left: 5px; - width: 3.8px; - opacity: 0.3; - cursor: col-resize; - margin-right: 3px; - border-right: 3px solid var(--text-muted); -} - -div#file-tree-divider-horizontal.active-divider { - background-color: var(--interactive-accent); - border-bottom: 0.5px solid var(--interactive-accent); -} - -#file-tree-divider-horizontal:hover { - background-color: var(--text-muted); -} - -.file-tree-header-fixed { - position: sticky; - top: 0; - padding-left: 4px; - padding-right: 4px; - z-index: 100; -} - -.file-tree-files-fixed { - display: flex; - flex-direction: column; -} - -.file-tree-files-fixed-with-search { - display: flex; - flex-direction: column; -} - -svg.oz-folder-toggle path { - fill: var(--oz-fta-folder-icon-color) !important; -} - -/* Solution for React-Icon Center Issue */ -.oz-folder-name svg { - vertical-align: middle !important; -} - -.oz-nav-file-icon { - line-height: 1; - display: inline-block; - font-weight: normal; - font-style: normal; - font-variant: normal; - margin-right: 2px; - padding-bottom: 2.5px; - vertical-align: middle; -} - -/* Mobile Adjustments */ - -.is-mobile .oz-nav-file-title { - line-height: 21px; -} - -.is-mobile .oz-flex-container { - height: 31px; -} - -.is-mobile .oz-folder-name.is-root-folder { - font-size: calc(var(--oz-fta-folder-font-size) + 2.5px); -} - -.is-mobile .oz-folder-name { - font-size: var(--oz-fta-folder-font-size); -} - -.is-mobile div.oz-nav-file-title .nav-file-title-content { - font-size: calc(var(--oz-fta-file-font-size) + 3px); -} - -.is-mobile .oz-input-container > input { - height: 33px; -} - -.is-mobile .oz-nav-action-button svg { - transform: scale(1.2); -} diff --git a/.obsidian/plugins/notebook-navigator/data.json b/.obsidian/plugins/notebook-navigator/data.json new file mode 100644 index 00000000..b0ce3d8e --- /dev/null +++ b/.obsidian/plugins/notebook-navigator/data.json @@ -0,0 +1,539 @@ +{ + "vaultProfiles": [ + { + "id": "default", + "name": "Default", + "fileVisibility": "supported", + "propertyKeys": [], + "hiddenFolders": [], + "hiddenTags": [], + "hiddenFileNames": [], + "hiddenFileTags": [], + "hiddenFileProperties": [], + "navigationBanner": null, + "periodicNotesFolder": "daily", + "shortcuts": [ + { + "type": "note", + "path": "S2 LOGOS.md" + }, + { + "type": "note", + "path": "désintégration audioactive.md" + } + ], + "navRainbow": { + "mode": "foreground", + "balanceHueLuminance": true, + "separateThemeColors": false, + "shortcuts": { + "enabled": false, + "firstColor": "#ef4444", + "lastColor": "#8b5cf6", + "darkFirstColor": "#ef4444", + "darkLastColor": "#8b5cf6", + "transitionStyle": "rgb" + }, + "recent": { + "enabled": false, + "firstColor": "#ef4444", + "lastColor": "#8b5cf6", + "darkFirstColor": "#ef4444", + "darkLastColor": "#8b5cf6", + "transitionStyle": "rgb" + }, + "folders": { + "enabled": true, + "firstColor": "#ef4444", + "lastColor": "#8b5cf6", + "darkFirstColor": "#fb7185", + "darkLastColor": "#c084fc", + "transitionStyle": "hue", + "scope": "root" + }, + "tags": { + "enabled": true, + "firstColor": "#ef4444", + "lastColor": "#8b5cf6", + "darkFirstColor": "#fb7185", + "darkLastColor": "#c084fc", + "transitionStyle": "hue", + "scope": "root" + }, + "properties": { + "enabled": false, + "firstColor": "#ef4444", + "lastColor": "#8b5cf6", + "darkFirstColor": "#fb7185", + "darkLastColor": "#c084fc", + "transitionStyle": "hue", + "scope": "root" + } + } + } + ], + "vaultProfile": "default", + "vaultTitle": "navigation", + "syncModes": { + "vaultProfile": "synced", + "homepage": "synced", + "folderSortOrder": "synced", + "tagSortOrder": "synced", + "propertySortOrder": "synced", + "includeDescendantNotes": "synced", + "useFloatingToolbars": "synced", + "dualPane": "synced", + "dualPaneOrientation": "synced", + "paneTransitionDuration": "synced", + "toolbarVisibility": "synced", + "pinNavigationBanner": "synced", + "navIndent": "synced", + "navItemHeight": "synced", + "navItemHeightScaleText": "synced", + "calendarPlacement": "synced", + "calendarLeftPlacement": "synced", + "calendarWeeksToShow": "synced", + "compactItemHeight": "synced", + "compactItemHeightScaleText": "synced", + "featureImageSize": "synced", + "featureImagePixelSize": "synced", + "uiScale": "synced" + }, + "createNewNotesInNewTab": false, + "autoRevealActiveFile": true, + "autoRevealShortestPath": true, + "autoRevealIgnoreRightSidebar": true, + "autoRevealIgnoreOtherWindows": true, + "paneTransitionDuration": 150, + "multiSelectModifier": "cmdCtrl", + "enterToOpenFiles": false, + "shiftEnterOpenContext": "tab", + "cmdCtrlEnterOpenContext": "split", + "mouseBackForwardAction": "history", + "startView": "files", + "showInfoButtons": true, + "homepage": { + "source": "none", + "file": null + }, + "dualPane": true, + "dualPaneOrientation": "horizontal", + "showTooltips": false, + "showTooltipPath": true, + "desktopBackground": "separate", + "desktopScale": 1, + "mobileScale": 1, + "useFloatingToolbars": true, + "toolbarVisibility": { + "navigation": { + "toggleDualPane": true, + "expandCollapse": true, + "calendar": true, + "hiddenItems": true, + "rootReorder": true, + "newFolder": true + }, + "list": { + "back": true, + "search": true, + "descendants": true, + "sort": true, + "appearance": true, + "newNote": true + } + }, + "interfaceIcons": {}, + "colorIconOnly": false, + "dateFormat": "MMM D, YYYY", + "timeFormat": "h:mm a", + "calendarTemplateFolder": "", + "confirmBeforeDelete": true, + "deleteAttachments": "ask", + "moveFileConflicts": "ask", + "externalIconProviders": {}, + "checkForUpdatesOnStart": true, + "pinNavigationBanner": true, + "showNoteCount": true, + "separateNoteCounts": true, + "showIndentGuides": true, + "rootLevelSpacing": 0, + "navIndent": 16, + "navItemHeight": 28, + "navItemHeightScaleText": true, + "collapseBehavior": "all", + "smartCollapse": true, + "autoSelectFirstFileOnFocusChange": false, + "autoExpandNavItems": true, + "springLoadedFolders": true, + "springLoadedFoldersInitialDelay": 0.5, + "springLoadedFoldersSubsequentDelay": 0.5, + "showSectionIcons": true, + "showShortcuts": true, + "shortcutBadgeDisplay": "index", + "skipAutoScroll": false, + "showRecentNotes": true, + "hideRecentNotes": "none", + "pinRecentNotesWithShortcuts": false, + "recentNotesCount": 5, + "showFolderIcons": true, + "showRootFolder": true, + "inheritFolderColors": true, + "folderSortOrder": "alpha-asc", + "enableFolderNotes": false, + "folderNoteType": "markdown", + "folderNoteName": "", + "folderNoteNamePattern": "", + "folderNoteTemplate": null, + "enableFolderNoteLinks": true, + "hideFolderNoteInList": true, + "pinCreatedFolderNote": false, + "openFolderNotesInNewTab": false, + "showTags": true, + "showTagIcons": true, + "showAllTagsFolder": true, + "showUntagged": true, + "scopeTagsToCurrentContext": false, + "tagSortOrder": "alpha-asc", + "inheritTagColors": true, + "keepEmptyTagsProperty": false, + "showProperties": true, + "showPropertyIcons": true, + "inheritPropertyColors": true, + "propertySortOrder": "alpha-asc", + "showAllPropertiesFolder": true, + "scopePropertiesToCurrentContext": false, + "defaultListMode": "standard", + "includeDescendantNotes": true, + "defaultFolderSort": "modified-desc", + "propertySortKey": "", + "propertySortSecondary": "title", + "revealFileOnListChanges": true, + "listPaneTitle": "header", + "noteGrouping": "date", + "showSelectedNavigationPills": false, + "filterPinnedByFolder": false, + "showPinnedGroupHeader": true, + "showPinnedIcon": true, + "optimizeNoteHeight": true, + "compactItemHeight": 28, + "compactItemHeightScaleText": true, + "showQuickActions": true, + "quickActionRevealInFolder": false, + "quickActionAddTag": true, + "quickActionAddToShortcuts": true, + "quickActionPinNote": true, + "quickActionOpenInNewTab": false, + "useFrontmatterMetadata": false, + "frontmatterIconField": "icon", + "frontmatterColorField": "color", + "frontmatterBackgroundField": "background", + "frontmatterNameField": "", + "frontmatterCreatedField": "", + "frontmatterModifiedField": "", + "frontmatterDateFormat": "", + "showFileIconUnfinishedTask": false, + "showFileBackgroundUnfinishedTask": false, + "unfinishedTaskBackgroundColor": "#ef000050", + "showFileIcons": true, + "showFilenameMatchIcons": false, + "fileNameIconMap": {}, + "showCategoryIcons": false, + "fileTypeIconMap": {}, + "fileNameRows": 1, + "showFilePreview": true, + "skipHeadingsInPreview": true, + "skipCodeBlocksInPreview": true, + "stripHtmlInPreview": true, + "stripLatexInPreview": true, + "previewRows": 2, + "previewProperties": [], + "previewPropertiesFallback": true, + "showFeatureImage": true, + "featureImageProperties": [], + "featureImageExcludeProperties": [], + "featureImageSize": "64", + "featureImagePixelSize": "256", + "forceSquareFeatureImage": true, + "downloadExternalFeatureImages": true, + "showFileTags": true, + "colorFileTags": true, + "prioritizeColoredFileTags": true, + "showFileTagAncestors": false, + "showFileTagsInCompactMode": false, + "showFileProperties": true, + "colorFileProperties": true, + "prioritizeColoredFileProperties": true, + "showFilePropertiesInCompactMode": false, + "showPropertiesOnSeparateRows": false, + "enablePropertyInternalLinks": true, + "enablePropertyExternalLinks": true, + "notePropertyType": "none", + "showFileDate": true, + "alphabeticalDateMode": "modified", + "showParentFolder": true, + "parentFolderClickRevealsFile": false, + "showParentFolderColor": false, + "showParentFolderIcon": false, + "calendarEnabled": true, + "calendarPlacement": "left-sidebar", + "calendarConfirmBeforeCreate": true, + "calendarLocale": "fr", + "calendarWeekendDays": "sat-sun", + "calendarMonthHeadingFormat": "full", + "calendarHighlightToday": true, + "calendarShowFeatureImage": true, + "calendarMonthHighlights": {}, + "calendarShowWeekNumber": false, + "calendarShowQuarter": false, + "calendarShowYearCalendar": true, + "calendarLeftPlacement": "navigation", + "calendarWeeksToShow": 6, + "calendarIntegrationMode": "daily-notes", + "calendarCustomFilePattern": "YYYY/YYYYMMDD", + "calendarCustomWeekPattern": "gggg/[W]ww", + "calendarCustomMonthPattern": "YYYY/YYYYMM", + "calendarCustomQuarterPattern": "YYYY/[Q]Q", + "calendarCustomYearPattern": "YYYY", + "calendarCustomFileTemplate": null, + "calendarCustomWeekTemplate": null, + "calendarCustomMonthTemplate": null, + "calendarCustomQuarterTemplate": null, + "calendarCustomYearTemplate": null, + "keyboardShortcuts": { + "pane:move-up": [ + { + "key": "ArrowUp", + "modifiers": [] + } + ], + "pane:move-down": [ + { + "key": "ArrowDown", + "modifiers": [] + } + ], + "pane:page-up": [ + { + "key": "PageUp", + "modifiers": [] + } + ], + "pane:page-down": [ + { + "key": "PageDown", + "modifiers": [] + } + ], + "pane:home": [ + { + "key": "Home", + "modifiers": [] + } + ], + "pane:end": [ + { + "key": "End", + "modifiers": [] + } + ], + "navigation:collapse-or-parent": [ + { + "key": "ArrowLeft", + "modifiers": [] + } + ], + "navigation:expand-or-focus-list": [ + { + "key": "ArrowRight", + "modifiers": [] + } + ], + "navigation:focus-list": [ + { + "key": "Tab", + "modifiers": [] + } + ], + "pane:delete-selected": [ + { + "key": "Delete", + "modifiers": [] + }, + { + "key": "Backspace", + "modifiers": [] + } + ], + "list:focus-navigation": [ + { + "key": "ArrowLeft", + "modifiers": [] + }, + { + "key": "Tab", + "modifiers": [ + "Shift" + ] + } + ], + "list:focus-editor": [ + { + "key": "ArrowRight", + "modifiers": [] + }, + { + "key": "Tab", + "modifiers": [] + } + ], + "list:select-all": [ + { + "key": "A", + "modifiers": [ + "Mod" + ] + } + ], + "list:extend-selection-up": [ + { + "key": "ArrowUp", + "modifiers": [ + "Shift" + ] + } + ], + "list:extend-selection-down": [ + { + "key": "ArrowDown", + "modifiers": [ + "Shift" + ] + } + ], + "list:range-to-start": [ + { + "key": "Home", + "modifiers": [ + "Shift" + ] + } + ], + "list:range-to-end": [ + { + "key": "End", + "modifiers": [ + "Shift" + ] + } + ], + "search:focus-list": [ + { + "key": "Tab", + "modifiers": [] + }, + { + "key": "Enter", + "modifiers": [] + } + ], + "search:focus-navigation": [ + { + "key": "Tab", + "modifiers": [ + "Shift" + ] + } + ], + "search:close": [ + { + "key": "Escape", + "modifiers": [] + } + ] + }, + "customVaultName": "", + "pinnedNotes": {}, + "fileIcons": {}, + "fileColors": {}, + "fileBackgroundColors": {}, + "folderIcons": {}, + "folderColors": {}, + "folderBackgroundColors": {}, + "folderSortOverrides": {}, + "folderTreeSortOverrides": {}, + "folderAppearances": { + "sources": { + "titleRows": 2 + } + }, + "tagIcons": {}, + "tagColors": {}, + "tagBackgroundColors": {}, + "tagSortOverrides": {}, + "tagTreeSortOverrides": {}, + "tagAppearances": {}, + "propertyIcons": {}, + "propertyColors": {}, + "propertyBackgroundColors": {}, + "propertySortOverrides": {}, + "propertyTreeSortOverrides": {}, + "propertyAppearances": {}, + "virtualFolderColors": {}, + "virtualFolderBackgroundColors": {}, + "navigationSeparators": {}, + "userColors": [ + "#ffffff", + "#d9d9d9", + "#a6a6a6", + "#737373", + "#000000", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040", + "#404040" + ], + "lastShownVersion": "2.5.7", + "rootFolderOrder": [ + "sources", + "attachments", + "blog", + "daily", + "env", + "Excalidraw", + "exports", + "gists", + "informatique", + "kanban", + "media", + "quickadd_scripts", + "templates" + ], + "rootTagOrder": [ + "__untagged__", + "s", + "t", + "task", + "zotero", + "excalidraw", + "flashcards", + "not-done", + "dataview-test", + "devoir-fait", + "howto", + "micrometa", + "obsidan_export", + "pocket" + ], + "rootPropertyOrder": [] +} \ No newline at end of file diff --git a/.obsidian/plugins/notebook-navigator/main.js b/.obsidian/plugins/notebook-navigator/main.js new file mode 100644 index 00000000..ee8c847f --- /dev/null +++ b/.obsidian/plugins/notebook-navigator/main.js @@ -0,0 +1,793 @@ +/* +THIS IS A GENERATED/BUNDLED FILE BY ESBUILD +if you want to view the source, please visit the github repository of this plugin +*/ + +var t5=Object.create;var Kw=Object.defineProperty;var n5=Object.getOwnPropertyDescriptor;var a5=Object.getOwnPropertyNames;var o5=Object.getPrototypeOf,r5=Object.prototype.hasOwnProperty;var He=(t,e)=>()=>(t&&(e=t(t=0)),e);var ul=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),pl=(t,e)=>{for(var n in e)Kw(t,n,{get:e[n],enumerable:!0})},fO=(t,e,n,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of a5(e))!r5.call(t,o)&&o!==n&&Kw(t,o,{get:()=>e[o],enumerable:!(a=n5(e,o))||a.enumerable});return t};var ce=(t,e,n)=>(n=t!=null?t5(o5(t)):{},fO(e||!t||!t.__esModule?Kw(n,"default",{value:t,enumerable:!0}):n,t)),i5=t=>fO(Kw({},"__esModule",{value:!0}),t);var hO,vO=He(()=>{hO={common:{cancel:"\u0625\u0644\u063A\u0627\u0621",delete:"\u062D\u0630\u0641",clear:"\u0645\u0633\u062D",remove:"\u0625\u0632\u0627\u0644\u0629",restoreDefault:"\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",submit:"\u0625\u0631\u0633\u0627\u0644",configure:"\u062A\u0643\u0648\u064A\u0646",lightMode:"\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0641\u0627\u062A\u062D",darkMode:"\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062F\u0627\u0643\u0646",noSelection:"\u0644\u0627 \u064A\u0648\u062C\u062F \u062A\u062D\u062F\u064A\u062F",untagged:"\u0628\u062F\u0648\u0646 \u0648\u0633\u0645",featureImageAlt:"\u0635\u0648\u0631\u0629 \u0645\u0645\u064A\u0632\u0629",unknownError:"\u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",clipboardWriteError:"\u062A\u0639\u0630\u0631\u062A \u0627\u0644\u0643\u062A\u0627\u0628\u0629 \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629",updateBannerTitle:"\u062A\u062D\u062F\u064A\u062B \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 \u0645\u062A\u0627\u062D",updateBannerInstruction:"\u0642\u0645 \u0628\u0627\u0644\u062A\u062D\u062F\u064A\u062B \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A -> \u0625\u0636\u0627\u0641\u0627\u062A \u0627\u0644\u0645\u062C\u062A\u0645\u0639",previous:"\u0627\u0644\u0633\u0627\u0628\u0642",next:"\u0627\u0644\u062A\u0627\u0644\u064A"},listPane:{emptyStateNoSelection:"\u0627\u062E\u062A\u0631 \u0645\u062C\u0644\u062F\u064B\u0627 \u0623\u0648 \u0648\u0633\u0645\u064B\u0627 \u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A",emptyStateNoNotes:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0644\u0627\u062D\u0638\u0627\u062A",pinnedSection:"\u0645\u062B\u0628\u062A",notesSection:"\u0645\u0644\u0627\u062D\u0638\u0627\u062A",filesSection:"\u0645\u0644\u0641\u0627\u062A",hiddenItemAriaLabel:"{name} (\u0645\u062E\u0641\u064A)"},tagList:{untaggedLabel:"\u0628\u062F\u0648\u0646 \u0648\u0633\u0645",tags:"\u0648\u0633\u0648\u0645"},navigationPane:{shortcutsHeader:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",recentFilesHeader:"\u0645\u0644\u0641\u0627\u062A \u062D\u062F\u064A\u062B\u0629",properties:"\u0627\u0644\u062E\u0635\u0627\u0626\u0635",reorderRootFoldersTitle:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062A\u0646\u0642\u0644",reorderRootFoldersHint:"\u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0623\u0633\u0647\u0645 \u0623\u0648 \u0627\u0633\u062D\u0628 \u0644\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0631\u062A\u064A\u0628",vaultRootLabel:"\u0627\u0644\u062E\u0632\u0646\u0629",resetRootToAlpha:"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0623\u0628\u062C\u062F\u064A",resetRootToFrequency:"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0631\u062A\u064A\u0628 \u062D\u0633\u0628 \u0627\u0644\u062A\u0643\u0631\u0627\u0631",pinShortcuts:"\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",pinShortcutsAndRecentFiles:"\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629",unpinShortcuts:"\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",unpinShortcutsAndRecentFiles:"\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629",profileMenuAria:"\u062A\u063A\u064A\u064A\u0631 \u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629"},navigationCalendar:{ariaLabel:"\u0627\u0644\u062A\u0642\u0648\u064A\u0645",dailyNotesNotEnabled:"\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u064A\u0648\u0645\u064A\u0629 \u063A\u064A\u0631 \u0645\u0641\u0639\u0644\u0629.",createDailyNote:{title:"\u0645\u0644\u0627\u062D\u0638\u0629 \u064A\u0648\u0645\u064A\u0629 \u062C\u062F\u064A\u062F\u0629",message:"\u0627\u0644\u0645\u0644\u0641 {filename} \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F. \u0647\u0644 \u062A\u0631\u064A\u062F \u0625\u0646\u0634\u0627\u0621\u0647\u061F",confirmButton:"\u0625\u0646\u0634\u0627\u0621"},helpModal:{title:"\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u0642\u0648\u064A\u0645",items:["\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0623\u064A \u064A\u0648\u0645 \u0644\u0641\u062A\u062D \u0623\u0648 \u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629 \u064A\u0648\u0645\u064A\u0629. \u0627\u0644\u0623\u0633\u0627\u0628\u064A\u0639 \u0648\u0627\u0644\u0623\u0634\u0647\u0631 \u0648\u0627\u0644\u0623\u0631\u0628\u0627\u0639 \u0648\u0627\u0644\u0633\u0646\u0648\u0627\u062A \u062A\u0639\u0645\u0644 \u0628\u0646\u0641\u0633 \u0627\u0644\u0637\u0631\u064A\u0642\u0629.","\u0646\u0642\u0637\u0629 \u0645\u0645\u062A\u0644\u0626\u0629 \u0623\u0633\u0641\u0644 \u0627\u0644\u064A\u0648\u0645 \u062A\u0639\u0646\u064A \u0623\u0646\u0647 \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0629. \u0646\u0642\u0637\u0629 \u0645\u0641\u0631\u063A\u0629 \u062A\u0639\u0646\u064A \u0623\u0646\u0647 \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0645\u0643\u062A\u0645\u0644\u0629.","\u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0635\u0648\u0631\u0629 \u0645\u0645\u064A\u0632\u0629\u060C \u0641\u0625\u0646\u0647\u0627 \u062A\u0638\u0647\u0631 \u0643\u062E\u0644\u0641\u064A\u0629 \u0644\u0644\u064A\u0648\u0645."],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u062A\u0627\u0631\u064A\u062E \u0644\u0644\u062A\u0635\u0641\u064A\u0629 \u062D\u0633\u0628 \u0630\u0644\u0643 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0641\u064A \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.",dateFilterOptionAlt:"`Option/Alt`+\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u062A\u0627\u0631\u064A\u062E \u0644\u0644\u062A\u0635\u0641\u064A\u0629 \u062D\u0633\u0628 \u0630\u0644\u0643 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0641\u064A \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."}},dailyNotes:{templateReadFailed:"\u0641\u0634\u0644 \u0641\u064A \u0642\u0631\u0627\u0621\u0629 \u0642\u0627\u0644\u0628 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u064A\u0648\u0645\u064A\u0629.",createFailed:"\u062A\u0639\u0630\u0631 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u064A\u0648\u0645\u064A\u0629."},shortcuts:{folderExists:"\u0627\u0644\u0645\u062C\u0644\u062F \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",noteExists:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u0648\u062C\u0648\u062F\u0629 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",tagExists:"\u0627\u0644\u0648\u0633\u0645 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",propertyExists:"\u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0645\u0648\u062C\u0648\u062F\u0629 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",invalidProperty:"\u0627\u062E\u062A\u0635\u0627\u0631 \u062E\u0627\u0635\u064A\u0629 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D",searchExists:"\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0628\u062D\u062B \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644",emptySearchQuery:"\u0623\u062F\u062E\u0644 \u0627\u0633\u062A\u0639\u0644\u0627\u0645 \u0628\u062D\u062B \u0642\u0628\u0644 \u062D\u0641\u0638\u0647",emptySearchName:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645\u064B\u0627 \u0642\u0628\u0644 \u062D\u0641\u0638 \u0627\u0644\u0628\u062D\u062B",add:"\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",addNotesCount:"\u0625\u0636\u0627\u0641\u0629 {count} \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0625\u0644\u0649 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",addFilesCount:"\u0625\u0636\u0627\u0641\u0629 {count} \u0645\u0644\u0641\u0627\u062A \u0625\u0644\u0649 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",rename:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",remove:"\u0625\u0632\u0627\u0644\u0629 \u0645\u0646 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",removeAll:"\u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",removeAllConfirm:"\u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A\u061F",folderNotesPinned:"\u062A\u0645 \u062A\u062B\u0628\u064A\u062A {count} \u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F"},paneHeader:{collapseAllFolders:"\u0637\u064A \u0627\u0644\u0639\u0646\u0627\u0635\u0631",expandAllFolders:"\u062A\u0648\u0633\u064A\u0639 \u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631",showCalendar:"\u0639\u0631\u0636 \u0627\u0644\u062A\u0642\u0648\u064A\u0645",hideCalendar:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u062A\u0642\u0648\u064A\u0645",newFolder:"\u0645\u062C\u0644\u062F \u062C\u062F\u064A\u062F",newNote:"\u0645\u0644\u0627\u062D\u0638\u0629 \u062C\u062F\u064A\u062F\u0629",mobileBackToNavigation:"\u0627\u0644\u0639\u0648\u062F\u0629 \u0644\u0644\u062A\u0646\u0642\u0644",changeSortOrder:"\u062A\u063A\u064A\u064A\u0631 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0641\u0631\u0632",defaultSort:"\u0627\u0641\u062A\u0631\u0627\u0636\u064A",descendants:"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064A\u0629",subfolders:"\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629",subtags:"\u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0641\u0631\u0639\u064A\u0629",childValues:"\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0641\u0631\u0639\u064A\u0629",applySortToDescendants:t=>`\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u062A\u0631\u062A\u064A\u0628 \u0639\u0644\u0649 ${t}`,applyAppearanceToDescendants:t=>`\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0645\u0638\u0647\u0631 \u0639\u0644\u0649 ${t}`,showFolders:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0646\u0642\u0644",reorderRootFolders:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062A\u0646\u0642\u0644",finishRootFolderReorder:"\u062A\u0645",showExcludedItems:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062E\u0641\u064A\u0629",hideExcludedItems:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062E\u0641\u064A\u0629",showDualPane:"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u062A\u064A\u0646",showSinglePane:"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0648\u0627\u062D\u062F\u0629",changeAppearance:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0645\u0638\u0647\u0631",showNotesFromSubfolders:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629",showFilesFromSubfolders:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629",showNotesFromDescendants:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0641\u0631\u0648\u0639",showFilesFromDescendants:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0645\u0646 \u0627\u0644\u0641\u0631\u0648\u0639",search:"\u0628\u062D\u062B"},searchInput:{placeholder:"\u0628\u062D\u062B...",placeholderOmnisearch:"\u0628\u062D\u062B \u0634\u0627\u0645\u0644...",clearSearch:"\u0645\u0633\u062D \u0627\u0644\u0628\u062D\u062B",switchToFilterSearch:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u062D\u062B \u0628\u0627\u0644\u062A\u0635\u0641\u064A\u0629",switchToOmnisearch:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0625\u0644\u0649 Omnisearch",saveSearchShortcut:"\u062D\u0641\u0638 \u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0628\u062D\u062B",removeSearchShortcut:"\u0625\u0632\u0627\u0644\u0629 \u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0628\u062D\u062B",shortcutModalTitle:"\u062D\u0641\u0638 \u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0628\u062D\u062B",shortcutNamePlaceholder:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",shortcutStartIn:"\u0627\u0644\u0628\u062F\u0621 \u062F\u0627\u0626\u0645\u064B\u0627 \u0641\u064A: {path}",searchHelp:"\u0635\u064A\u063A\u0629 \u0627\u0644\u0628\u062D\u062B",searchHelpTitle:"\u0635\u064A\u063A\u0629 \u0627\u0644\u0628\u062D\u062B",searchHelpModal:{intro:"\u0627\u062F\u0645\u062C \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0648\u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u062A\u0648\u0627\u0631\u064A\u062E \u0648\u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A \u0641\u064A \u0627\u0633\u062A\u0639\u0644\u0627\u0645 \u0648\u0627\u062D\u062F (\u0645\u062B\u0627\u0644: `meeting .status=active #work @thisweek`). \u0642\u0645 \u0628\u062A\u062B\u0628\u064A\u062A \u0625\u0636\u0627\u0641\u0629 Omnisearch \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0643\u0627\u0645\u0644.",introSwitching:"\u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0628\u062D\u062B \u0628\u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0648 Omnisearch \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0623\u0633\u0647\u0645 \u0644\u0623\u0639\u0644\u0649/\u0644\u0623\u0633\u0641\u0644 \u0623\u0648 \u0628\u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0628\u062D\u062B.",sections:{fileNames:{title:"\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",items:['`word` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 "word" \u0641\u064A \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.',"`word1 word2` \u064A\u062C\u0628 \u0623\u0646 \u062A\u062A\u0637\u0627\u0628\u0642 \u0643\u0644 \u0643\u0644\u0645\u0629 \u0645\u0639 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.",'`-word` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 "word" \u0641\u064A \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.']},tags:{title:"\u0627\u0644\u0648\u0633\u0648\u0645",items:["`#tag` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0648\u0633\u0645 (\u064A\u0634\u0645\u0644 \u0623\u064A\u0636\u064B\u0627 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0645\u062B\u0644 `#tag/subtag`).","`#` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 \u0641\u0642\u0637.","`-#tag` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0648\u0633\u0645.","`-#` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0628\u062F\u0648\u0646 \u0648\u0633\u0648\u0645 \u0641\u0642\u0637.","`#tag1 #tag2` \u0645\u0637\u0627\u0628\u0642\u0629 \u0643\u0644\u0627 \u0627\u0644\u0648\u0633\u0645\u064A\u0646 (AND \u0636\u0645\u0646\u064A).","`#tag1 AND #tag2` \u0645\u0637\u0627\u0628\u0642\u0629 \u0643\u0644\u0627 \u0627\u0644\u0648\u0633\u0645\u064A\u0646 (AND \u0635\u0631\u064A\u062D).","`#tag1 OR #tag2` \u0645\u0637\u0627\u0628\u0642\u0629 \u0623\u064A \u0645\u0646 \u0627\u0644\u0648\u0633\u0645\u064A\u0646.","`#a OR #b AND #c` AND \u0644\u0647 \u0623\u0648\u0644\u0648\u064A\u0629 \u0623\u0639\u0644\u0649: \u064A\u0637\u0627\u0628\u0642 `#a`\u060C \u0623\u0648 \u0643\u0644\u0627\u064B \u0645\u0646 `#b` \u0648 `#c`.","Cmd/Ctrl+\u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0648\u0633\u0645 \u0644\u0625\u0636\u0627\u0641\u062A\u0647 \u0645\u0639 AND. Cmd/Ctrl+Shift+\u0627\u0644\u0646\u0642\u0631 \u0644\u0625\u0636\u0627\u0641\u062A\u0647 \u0645\u0639 OR."]},properties:{title:"\u0627\u0644\u062E\u0635\u0627\u0626\u0635",items:["`.key` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u062E\u0627\u0635\u064A\u0629.","`.key=value` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0642\u064A\u0645\u0629 \u062E\u0627\u0635\u064A\u0629.",'`."Reading Status"` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u062E\u0627\u0635\u064A\u0629 \u064A\u062A\u0636\u0645\u0646 \u0645\u0633\u0627\u0641\u0627\u062A.','`."Reading Status"="In Progress"` \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0648\u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0633\u0627\u0641\u0627\u062A \u064A\u062C\u0628 \u0648\u0636\u0639\u0647\u0627 \u0628\u064A\u0646 \u0639\u0644\u0627\u0645\u0627\u062A \u0627\u0642\u062A\u0628\u0627\u0633 \u0645\u0632\u062F\u0648\u062C\u0629.',"`-.key` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u062E\u0627\u0635\u064A\u0629.","`-.key=value` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0642\u064A\u0645\u0629 \u062E\u0627\u0635\u064A\u0629.","Cmd/Ctrl+\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u062E\u0627\u0635\u064A\u0629 \u0644\u0644\u0625\u0636\u0627\u0641\u0629 \u0628\u0640 AND. Cmd/Ctrl+Shift+\u0627\u0646\u0642\u0631 \u0644\u0644\u0625\u0636\u0627\u0641\u0629 \u0628\u0640 OR."]},tasks:{title:"\u0627\u0644\u0645\u0631\u0634\u062D\u0627\u062A",items:["`has:task` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0645\u0643\u062A\u0645\u0644\u0629.","`-has:task` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0645\u0643\u062A\u0645\u0644\u0629.","`folder:meetings` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u062D\u064A\u062B \u064A\u062D\u062A\u0648\u064A \u0627\u0633\u0645 \u0645\u062C\u0644\u062F \u0639\u0644\u0649 `meetings`.","`folder:/work/meetings` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u0642\u0637 \u0641\u064A `work/meetings` (\u0628\u062F\u0648\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629).","`folder:/` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u0642\u0637 \u0641\u064A \u062C\u0630\u0631 \u0627\u0644\u062E\u0632\u0646\u0629.","`-folder:archive` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u062D\u064A\u062B \u064A\u062D\u062A\u0648\u064A \u0627\u0633\u0645 \u0645\u062C\u0644\u062F \u0639\u0644\u0649 `archive`.","`-folder:/archive` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u0642\u0637 \u0641\u064A `archive` (\u0628\u062F\u0648\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629).","`ext:md` \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F `md` (`ext:.md` \u0645\u062F\u0639\u0648\u0645 \u0623\u064A\u0636\u064B\u0627).","`-ext:pdf` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F `pdf`.","\u062F\u0645\u062C \u0645\u0639 \u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0648\u0627\u0644\u062A\u0648\u0627\u0631\u064A\u062E (\u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"\u0633\u0644\u0648\u0643 AND/OR",items:["`AND` \u0648 `OR` \u0647\u0645\u0627 \u0639\u0648\u0627\u0645\u0644 \u062A\u0634\u063A\u064A\u0644 \u0641\u0642\u0637 \u0641\u064A \u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645/\u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u062D\u0635\u0631\u064A\u0629.","\u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645/\u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u062D\u0635\u0631\u064A\u0629 \u062A\u062D\u062A\u0648\u064A \u0641\u0642\u0637 \u0639\u0644\u0649 \u0645\u0631\u0634\u062D\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u062E\u0635\u0627\u0626\u0635: `#tag`\u060C `-#tag`\u060C `#`\u060C `-#`\u060C `.key`\u060C `-.key`\u060C `.key=value`\u060C `-.key=value`.","\u0625\u0630\u0627 \u062A\u0636\u0645\u0646 \u0627\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645 \u0623\u0633\u0645\u0627\u0621 \u0623\u0648 \u062A\u0648\u0627\u0631\u064A\u062E (`@...`) \u0623\u0648 \u0645\u0631\u0634\u062D\u0627\u062A \u0645\u0647\u0627\u0645 (`has:task`) \u0623\u0648 \u0645\u0631\u0634\u062D\u0627\u062A \u0645\u062C\u0644\u062F\u0627\u062A (`folder:...`) \u0623\u0648 \u0645\u0631\u0634\u062D\u0627\u062A \u0627\u0645\u062A\u062F\u0627\u062F\u0627\u062A (`ext:...`)\u060C \u064A\u062A\u0645 \u0645\u0637\u0627\u0628\u0642\u0629 `AND` \u0648 `OR` \u0643\u0643\u0644\u0645\u0627\u062A.","\u0645\u062B\u0627\u0644 \u0639\u0644\u0649 \u0627\u0633\u062A\u0639\u0644\u0627\u0645 \u0628\u0639\u0648\u0627\u0645\u0644 \u062A\u0634\u063A\u064A\u0644: `#work OR .status=started`.","\u0645\u062B\u0627\u0644 \u0639\u0644\u0649 \u0627\u0633\u062A\u0639\u0644\u0627\u0645 \u0645\u062E\u062A\u0644\u0637: `#work OR ext:md` (\u064A\u062A\u0645 \u0645\u0637\u0627\u0628\u0642\u0629 `OR` \u0641\u064A \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0644\u0641\u0627\u062A)."]},dates:{title:"\u0627\u0644\u062A\u0648\u0627\u0631\u064A\u062E",items:["`@today` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u064A\u0648\u0645 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062D\u0642\u0644 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A.","`@yesterday`\u060C `@last7d`\u060C `@last30d`\u060C `@thisweek`\u060C `@thismonth` \u0646\u0637\u0627\u0642\u0627\u062A \u062A\u0627\u0631\u064A\u062E \u0646\u0633\u0628\u064A\u0629.","`@2026-02-07` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u064A\u0648\u0645 \u0645\u062D\u062F\u062F (\u064A\u062F\u0639\u0645 \u0623\u064A\u0636\u064B\u0627 `@20260207`).","`@2026` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0633\u0646\u0629 \u062A\u0642\u0648\u064A\u0645\u064A\u0629.","`@2026-02` \u0623\u0648 `@202602` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0634\u0647\u0631 \u062A\u0642\u0648\u064A\u0645\u064A.","`@2026-W05` \u0623\u0648 `@2026W05` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u0633\u0628\u0648\u0639 ISO.","`@2026-Q2` \u0623\u0648 `@2026Q2` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0631\u0628\u0639 \u062A\u0642\u0648\u064A\u0645\u064A.","`@13/02/2026` \u0635\u064A\u063A \u0631\u0642\u0645\u064A\u0629 \u0645\u0639 \u0641\u0648\u0627\u0635\u0644 (`@07022026` \u064A\u062A\u0628\u0639 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u0646\u0637\u0642\u062A\u0643 \u0639\u0646\u062F \u0627\u0644\u063A\u0645\u0648\u0636).","`@2026-02-01..2026-02-07` \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0646\u0637\u0627\u0642 \u0623\u064A\u0627\u0645 \u0634\u0627\u0645\u0644 (\u0627\u0644\u0646\u0647\u0627\u064A\u0627\u062A \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629 \u0645\u062F\u0639\u0648\u0645\u0629).","`@c:...` \u0623\u0648 `@m:...` \u0627\u0633\u062A\u0647\u062F\u0627\u0641 \u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0623\u0648 \u0627\u0644\u062A\u0639\u062F\u064A\u0644.","`-@...` \u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u062A\u0627\u0631\u064A\u062E."]},omnisearch:{title:"Omnisearch",items:["\u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0646\u0635 \u0627\u0644\u0643\u0627\u0645\u0644 \u0639\u0628\u0631 \u0627\u0644\u062E\u0632\u0646\u0629\u060C \u0645\u0639 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u062D\u0633\u0628 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062D\u0627\u0644\u064A \u0623\u0648 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u062D\u062F\u062F\u0629.","\u0642\u062F \u064A\u0643\u0648\u0646 \u0628\u0637\u064A\u0626\u064B\u0627 \u0645\u0639 \u0623\u0642\u0644 \u0645\u0646 3 \u0623\u062D\u0631\u0641 \u0641\u064A \u0627\u0644\u062E\u0632\u0646 \u0627\u0644\u0643\u0628\u064A\u0631\u0629.","\u0644\u0627 \u064A\u0645\u0643\u0646\u0647 \u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u063A\u064A\u0631 ASCII \u0623\u0648 \u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D.","\u064A\u0639\u064A\u062F \u0646\u062A\u0627\u0626\u062C \u0645\u062D\u062F\u0648\u062F\u0629 \u0642\u0628\u0644 \u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A\u060C \u0644\u0630\u0627 \u0642\u062F \u0644\u0627 \u062A\u0638\u0647\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629 \u0625\u0630\u0627 \u0648\u064F\u062C\u062F\u062A \u0645\u0637\u0627\u0628\u0642\u0627\u062A \u0643\u062B\u064A\u0631\u0629 \u0641\u064A \u0623\u0645\u0627\u0643\u0646 \u0623\u062E\u0631\u0649.","\u062A\u0639\u0631\u0636 \u0645\u0639\u0627\u064A\u0646\u0627\u062A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0642\u062A\u0637\u0641\u0627\u062A Omnisearch \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A."]}}}},contextMenu:{file:{openInNewTab:"\u0641\u062A\u062D \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629",openToRight:"\u0641\u062A\u062D \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",openInNewWindow:"\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629",openMultipleInNewTabs:"\u0641\u062A\u062D {count} \u0645\u0644\u0627\u062D\u0638\u0629 \u0641\u064A \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629",openMultipleFilesInNewTabs:"\u0641\u062A\u062D {count} \u0645\u0644\u0641 \u0641\u064A \u0639\u0644\u0627\u0645\u0627\u062A \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629",openMultipleToRight:"\u0641\u062A\u062D {count} \u0645\u0644\u0627\u062D\u0638\u0629 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",openMultipleFilesToRight:"\u0641\u062A\u062D {count} \u0645\u0644\u0641 \u0639\u0644\u0649 \u0627\u0644\u064A\u0645\u064A\u0646",openMultipleInNewWindows:"\u0641\u062A\u062D {count} \u0645\u0644\u0627\u062D\u0638\u0629 \u0641\u064A \u0646\u0648\u0627\u0641\u0630 \u062C\u062F\u064A\u062F\u0629",openMultipleFilesInNewWindows:"\u0641\u062A\u062D {count} \u0645\u0644\u0641 \u0641\u064A \u0646\u0648\u0627\u0641\u0630 \u062C\u062F\u064A\u062F\u0629",pinNote:"\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",pinFile:"\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u0641",unpinNote:"\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",unpinFile:"\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u0641",pinMultipleNotes:"\u062A\u062B\u0628\u064A\u062A {count} \u0645\u0644\u0627\u062D\u0638\u0629",pinMultipleFiles:"\u062A\u062B\u0628\u064A\u062A {count} \u0645\u0644\u0641",unpinMultipleNotes:"\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A {count} \u0645\u0644\u0627\u062D\u0638\u0629",unpinMultipleFiles:"\u0625\u0644\u063A\u0627\u0621 \u062A\u062B\u0628\u064A\u062A {count} \u0645\u0644\u0641",duplicateNote:"\u062A\u0643\u0631\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",duplicateFile:"\u062A\u0643\u0631\u0627\u0631 \u0627\u0644\u0645\u0644\u0641",duplicateMultipleNotes:"\u062A\u0643\u0631\u0627\u0631 {count} \u0645\u0644\u0627\u062D\u0638\u0629",duplicateMultipleFiles:"\u062A\u0643\u0631\u0627\u0631 {count} \u0645\u0644\u0641",openVersionHistory:"\u0641\u062A\u062D \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A",revealInFolder:"\u0627\u0644\u0643\u0634\u0641 \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F",revealInFinder:"\u0627\u0644\u0643\u0634\u0641 \u0641\u064A Finder",showInExplorer:"\u0625\u0638\u0647\u0627\u0631 \u0641\u064A \u0645\u0633\u062A\u0643\u0634\u0641 \u0627\u0644\u0646\u0638\u0627\u0645",openInDefaultApp:"\u0641\u062A\u062D \u0641\u064A \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",renameNote:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",renameFile:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0644\u0641",deleteNote:"\u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",deleteFile:"\u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0641",setCalendarHighlight:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062A\u0645\u064A\u064A\u0632",removeCalendarHighlight:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062A\u0645\u064A\u064A\u0632",deleteMultipleNotes:"\u062D\u0630\u0641 {count} \u0645\u0644\u0627\u062D\u0638\u0629",deleteMultipleFiles:"\u062D\u0630\u0641 {count} \u0645\u0644\u0641",moveNoteToFolder:"\u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0625\u0644\u0649...",moveFileToFolder:"\u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0641 \u0625\u0644\u0649...",moveMultipleNotesToFolder:"\u0646\u0642\u0644 {count} \u0645\u0644\u0627\u062D\u0638\u0629 \u0625\u0644\u0649...",moveMultipleFilesToFolder:"\u0646\u0642\u0644 {count} \u0645\u0644\u0641 \u0625\u0644\u0649...",addTag:"\u0625\u0636\u0627\u0641\u0629 \u0648\u0633\u0645",addPropertyKey:"\u062A\u0639\u064A\u064A\u0646 \u062E\u0627\u0635\u064A\u0629",removeTag:"\u0625\u0632\u0627\u0644\u0629 \u0648\u0633\u0645",removeAllTags:"\u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645",changeIcon:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629",changeColor:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u0648\u0646"},folder:{newNote:"\u0645\u0644\u0627\u062D\u0638\u0629 \u062C\u062F\u064A\u062F\u0629",newNoteFromTemplate:"\u0645\u0644\u0627\u062D\u0638\u0629 \u062C\u062F\u064A\u062F\u0629 \u0645\u0646 \u0642\u0627\u0644\u0628",newFolder:"\u0645\u062C\u0644\u062F \u062C\u062F\u064A\u062F",newCanvas:"\u0644\u0648\u062D\u0629 \u062C\u062F\u064A\u062F\u0629",newBase:"\u0642\u0627\u0639\u062F\u0629 \u062C\u062F\u064A\u062F\u0629",newDrawing:"\u0631\u0633\u0645 \u062C\u062F\u064A\u062F",newExcalidrawDrawing:"\u0631\u0633\u0645 Excalidraw \u062C\u062F\u064A\u062F",newTldrawDrawing:"\u0631\u0633\u0645 Tldraw \u062C\u062F\u064A\u062F",duplicateFolder:"\u062A\u0643\u0631\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F",searchInFolder:"\u0627\u0644\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F",createFolderNote:"\u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F",detachFolderNote:"\u0641\u0635\u0644 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",deleteFolderNote:"\u062D\u0630\u0641 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",changeIcon:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629",changeColor:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u0648\u0646",changeBackground:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",excludeFolder:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F",unhideFolder:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F",moveFolder:"\u0646\u0642\u0644 \u0627\u0644\u0645\u062C\u0644\u062F \u0625\u0644\u0649...",renameFolder:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",deleteFolder:"\u062D\u0630\u0641 \u0627\u0644\u0645\u062C\u0644\u062F"},tag:{changeIcon:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629",changeColor:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u0648\u0646",changeBackground:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",showTag:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0645",hideTag:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0648\u0633\u0645"},property:{addKey:"\u062A\u0643\u0648\u064A\u0646 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062E\u0635\u0627\u0626\u0635",renameKey:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u064A\u0629",deleteKey:"\u062D\u0630\u0641 \u0627\u0644\u062E\u0627\u0635\u064A\u0629"},navigation:{addSeparator:"\u0625\u0636\u0627\u0641\u0629 \u0641\u0627\u0635\u0644",removeSeparator:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0641\u0627\u0635\u0644"},copyPath:{title:"\u0646\u0633\u062E \u0627\u0644\u0645\u0633\u0627\u0631",asObsidianUrl:"\u0643\u0631\u0627\u0628\u0637 Obsidian",fromVaultFolder:"\u0645\u0646 \u0645\u062C\u0644\u062F \u0627\u0644\u062E\u0632\u0646\u0629",fromSystemRoot:"\u0645\u0646 \u062C\u0630\u0631 \u0627\u0644\u0646\u0638\u0627\u0645"},style:{title:"\u0627\u0644\u0646\u0645\u0637",copy:"\u0646\u0633\u062E \u0627\u0644\u0646\u0645\u0637",paste:"\u0644\u0635\u0642 \u0627\u0644\u0646\u0645\u0637",removeIcon:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629",removeColor:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0644\u0648\u0646",removeBackground:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",clear:"\u0645\u0633\u062D \u0627\u0644\u0646\u0645\u0637"}},folderAppearance:{standardPreset:"\u0642\u064A\u0627\u0633\u064A",compactPreset:"\u0645\u0636\u063A\u0648\u0637",defaultSuffix:"(\u0627\u0641\u062A\u0631\u0627\u0636\u064A)",defaultLabel:"\u0627\u0641\u062A\u0631\u0627\u0636\u064A",titleRows:"\u0635\u0641\u0648\u0641 \u0627\u0644\u0639\u0646\u0648\u0627\u0646",previewRows:"\u0635\u0641\u0648\u0641 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629",groupBy:"\u062A\u062C\u0645\u064A\u0639 \u062D\u0633\u0628",defaultTitleOption:t=>`\u0635\u0641\u0648\u0641 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 (${t})`,defaultPreviewOption:t=>`\u0635\u0641\u0648\u0641 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 (${t})`,defaultGroupOption:t=>`\u0627\u0644\u062A\u062C\u0645\u064A\u0639 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A (${t})`,titleRowOption:t=>`${t} \u0635\u0641 \u0639\u0646\u0648\u0627\u0646`,previewRowOption:t=>`${t} \u0635\u0641 \u0645\u0639\u0627\u064A\u0646\u0629`},modals:{bulkApply:{applyButton:"\u062A\u0637\u0628\u064A\u0642",applySortTitle:t=>`\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u062A\u0631\u062A\u064A\u0628 \u0639\u0644\u0649 ${t}\u061F`,applyAppearanceTitle:t=>`\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0645\u0638\u0647\u0631 \u0639\u0644\u0649 ${t}\u061F`,affectedCountMessage:t=>`\u0627\u0644\u062A\u062C\u0627\u0648\u0632\u0627\u062A \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0627\u0644\u062A\u064A \u0633\u062A\u062A\u063A\u064A\u0631: ${t}.`},navRainbowSection:{title:t=>`\u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D: ${t}`},iconPicker:{searchPlaceholder:"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u064A\u0642\u0648\u0646\u0627\u062A...",recentlyUsedHeader:"\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0629 \u0645\u0624\u062E\u0631\u064B\u0627",emptyStateSearch:"\u0627\u0628\u062F\u0623 \u0627\u0644\u0643\u062A\u0627\u0628\u0629 \u0644\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u064A\u0642\u0648\u0646\u0627\u062A",emptyStateNoResults:"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u064A\u0642\u0648\u0646\u0627\u062A",showingResultsInfo:"\u0639\u0631\u0636 50 \u0645\u0646 {count} \u0646\u062A\u064A\u062C\u0629. \u0627\u0643\u062A\u0628 \u0627\u0644\u0645\u0632\u064A\u062F \u0644\u0644\u062A\u0636\u064A\u064A\u0642.",emojiInstructions:"\u0627\u0643\u062A\u0628 \u0623\u0648 \u0627\u0644\u0635\u0642 \u0623\u064A \u0631\u0645\u0632 \u062A\u0639\u0628\u064A\u0631\u064A \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647 \u0643\u0623\u064A\u0642\u0648\u0646\u0629",removeIcon:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629",removeFromRecents:"\u0625\u0632\u0627\u0644\u0629 \u0645\u0646 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629",allTabLabel:"\u0627\u0644\u0643\u0644"},fileIconRuleEditor:{addRuleAria:"\u0625\u0636\u0627\u0641\u0629 \u0642\u0627\u0639\u062F\u0629"},interfaceIcons:{title:"\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",fileItemsSection:"\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",items:{"nav-shortcuts":"\u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A","nav-recent-files":"\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629","nav-expand-all":"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644","nav-collapse-all":"\u0637\u064A \u0627\u0644\u0643\u0644","nav-calendar":"\u0627\u0644\u062A\u0642\u0648\u064A\u0645","nav-tree-expand":"\u0633\u0647\u0645 \u0627\u0644\u0634\u062C\u0631\u0629: \u062A\u0648\u0633\u064A\u0639","nav-tree-collapse":"\u0633\u0647\u0645 \u0627\u0644\u0634\u062C\u0631\u0629: \u0637\u064A","nav-hidden-items":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062E\u0641\u064A\u0629","nav-root-reorder":"\u0625\u0639\u0627\u062F\u0629 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u062C\u0630\u0631\u064A\u0629","nav-new-folder":"\u0645\u062C\u0644\u062F \u062C\u062F\u064A\u062F","nav-show-single-pane":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0648\u0627\u062D\u062F\u0629","nav-show-dual-pane":"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u062A\u064A\u0646","nav-profile-chevron":"\u0633\u0647\u0645 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u064A","list-search":"\u0628\u062D\u062B","list-descendants":"\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629","list-sort-ascending":"\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0641\u0631\u0632: \u062A\u0635\u0627\u0639\u062F\u064A","list-sort-descending":"\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0641\u0631\u0632: \u062A\u0646\u0627\u0632\u0644\u064A","list-appearance":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0645\u0638\u0647\u0631","list-new-note":"\u0645\u0644\u0627\u062D\u0638\u0629 \u062C\u062F\u064A\u062F\u0629","nav-folder-open":"\u0645\u062C\u0644\u062F \u0645\u0641\u062A\u0648\u062D","nav-folder-closed":"\u0645\u062C\u0644\u062F \u0645\u063A\u0644\u0642","nav-tags":"\u0639\u0644\u0627\u0645\u0627\u062A","nav-tag":"\u0648\u0633\u0645","nav-properties":"\u0627\u0644\u062E\u0635\u0627\u0626\u0635","nav-property":"\u062E\u0627\u0635\u064A\u0629","nav-property-value":"\u0642\u064A\u0645\u0629","list-pinned":"\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062B\u0628\u062A\u0629","file-unfinished-task":"\u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0645\u0643\u062A\u0645\u0644\u0629","file-word-count":"\u0639\u062F\u062F \u0627\u0644\u0643\u0644\u0645\u0627\u062A"}},colorPicker:{currentColor:"\u0627\u0644\u062D\u0627\u0644\u064A",newColor:"\u062C\u062F\u064A\u062F",paletteDefault:"\u0627\u0641\u062A\u0631\u0627\u0636\u064A",paletteCustom:"\u0645\u062E\u0635\u0635",copyColors:"\u0646\u0633\u062E \u0627\u0644\u0644\u0648\u0646",colorsCopied:"\u062A\u0645 \u0646\u0633\u062E \u0627\u0644\u0644\u0648\u0646 \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629",pasteColors:"\u0644\u0635\u0642 \u0627\u0644\u0644\u0648\u0646",pasteClipboardError:"\u062A\u0639\u0630\u0631\u062A \u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u062D\u0627\u0641\u0638\u0629",pasteInvalidFormat:"\u0645\u062A\u0648\u0642\u0639 \u0642\u064A\u0645\u0629 \u0644\u0648\u0646 hex",colorsPasted:"\u062A\u0645 \u0644\u0635\u0642 \u0627\u0644\u0644\u0648\u0646 \u0628\u0646\u062C\u0627\u062D",resetUserColors:"\u0645\u0633\u062D \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u062E\u0635\u0635\u0629",clearCustomColorsConfirm:"\u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u062E\u0635\u0635\u0629\u061F",userColorSlot:"\u0627\u0644\u0644\u0648\u0646 {slot}",recentColors:"\u0623\u0644\u0648\u0627\u0646 \u062D\u062F\u064A\u062B\u0629",clearRecentColors:"\u0645\u0633\u062D \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062D\u062F\u064A\u062B\u0629",removeRecentColor:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0644\u0648\u0646",apply:"\u062A\u0637\u0628\u064A\u0642",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u0627\u062E\u062A\u0631 \u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629",currentBadge:"\u0646\u0634\u0637",emptyState:"\u0644\u0627 \u062A\u062A\u0648\u0641\u0631 \u0645\u0644\u0641\u0627\u062A \u062E\u0632\u0646\u0629."},tagOperation:{renameTitle:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0648\u0633\u0645 {tag}",deleteTitle:"\u062D\u0630\u0641 \u0627\u0644\u0648\u0633\u0645 {tag}",newTagPrompt:"\u0627\u0633\u0645 \u0627\u0644\u0648\u0633\u0645 \u0627\u0644\u062C\u062F\u064A\u062F",newTagPlaceholder:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0648\u0633\u0645 \u0627\u0644\u062C\u062F\u064A\u062F",renameWarning:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0648\u0633\u0645 {oldTag} \u0633\u062A\u0639\u062F\u0644 {count} {files}.",deleteWarning:"\u062D\u0630\u0641 \u0627\u0644\u0648\u0633\u0645 {tag} \u0633\u064A\u0639\u062F\u0644 {count} {files}.",modificationWarning:"\u0633\u064A\u0624\u062F\u064A \u0647\u0630\u0627 \u0625\u0644\u0649 \u062A\u062D\u062F\u064A\u062B \u062A\u0648\u0627\u0631\u064A\u062E \u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.",affectedFiles:"\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062A\u0623\u062B\u0631\u0629:",andMore:"...\u0648 {count} \u0623\u062E\u0631\u0649",confirmRename:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0648\u0633\u0645",renameUnchanged:"{tag} \u0644\u0645 \u064A\u062A\u063A\u064A\u0631",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 {renamed}/{total}. \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B: {notUpdated}. \u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629 \u0648\u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A.",invalidTagName:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0648\u0633\u0645 \u0635\u0627\u0644\u062D.",descendantRenameError:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0646\u0642\u0644 \u0627\u0644\u0648\u0633\u0645 \u0625\u0644\u0649 \u0646\u0641\u0633\u0647 \u0623\u0648 \u0625\u0644\u0649 \u0641\u0631\u0639 \u0645\u0646\u0647.",confirmDelete:"\u062D\u0630\u0641 \u0627\u0644\u0648\u0633\u0645",deleteBatchNotFinalized:"\u062A\u0645\u062A \u0627\u0644\u0625\u0632\u0627\u0644\u0629 \u0645\u0646 {removed}/{total}. \u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u062A\u062D\u062F\u064A\u062B: {notUpdated}. \u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629 \u0648\u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A.",checkConsoleForDetails:"\u062A\u062D\u0642\u0642 \u0645\u0646 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644.",file:"\u0645\u0644\u0641",files:"\u0645\u0644\u0641\u0627\u062A",inlineParsingWarning:{title:"\u062A\u0648\u0627\u0641\u0642 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u0636\u0645\u0651\u0646\u0629",message:"\u064A\u062D\u062A\u0648\u064A {tag} \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u0644\u0627 \u064A\u0633\u062A\u0637\u064A\u0639 Obsidian \u062A\u062D\u0644\u064A\u0644\u0647\u0627 \u0641\u064A \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u0636\u0645\u0651\u0646\u0629. \u0644\u0627 \u062A\u062A\u0623\u062B\u0631 \u0648\u0633\u0648\u0645 Frontmatter.",confirm:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0639\u0644\u0649 \u0623\u064A \u062D\u0627\u0644"}},propertyOperation:{renameTitle:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {property}",deleteTitle:"\u062D\u0630\u0641 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {property}",newKeyPrompt:"\u0627\u0633\u0645 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u062C\u062F\u064A\u062F",newKeyPlaceholder:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u062C\u062F\u064A\u062F",renameWarning:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {property} \u0633\u062A\u0639\u062F\u0651\u0644 {count} {files}.",renameConflictWarning:"\u0627\u0644\u062E\u0627\u0635\u064A\u0629 {newKey} \u0645\u0648\u062C\u0648\u062F\u0629 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A {count} {files}. \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 {oldKey} \u0633\u062A\u0633\u062A\u0628\u062F\u0644 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0644\u0640 {newKey}.",deleteWarning:"\u062D\u0630\u0641 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {property} \u0633\u064A\u0639\u062F\u0651\u0644 {count} {files}.",confirmRename:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u064A\u0629",confirmDelete:"\u062D\u0630\u0641 \u0627\u0644\u062E\u0627\u0635\u064A\u0629",renameNoChanges:"{oldKey} \u2192 {newKey} (\u0628\u062F\u0648\u0646 \u062A\u063A\u064A\u064A\u0631\u0627\u062A)",renameSettingsUpdateFailed:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {oldKey} \u2192 {newKey}. \u0641\u0634\u0644 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",deleteSingleSuccess:"\u062A\u0645 \u062D\u0630\u0641 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {property} \u0645\u0646 \u0645\u0644\u0627\u062D\u0638\u0629 \u0648\u0627\u062D\u062F\u0629",deleteMultipleSuccess:"\u062A\u0645 \u062D\u0630\u0641 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {property} \u0645\u0646 {count} \u0645\u0644\u0627\u062D\u0638\u0627\u062A",deleteSettingsUpdateFailed:"\u062A\u0645 \u062D\u0630\u0641 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 {property}. \u0641\u0634\u0644 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",invalidKeyName:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u062E\u0627\u0635\u064A\u0629 \u0635\u0627\u0644\u062D."},fileSystem:{newFolderTitle:"\u0645\u062C\u0644\u062F \u062C\u062F\u064A\u062F",renameFolderTitle:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",renameFileTitle:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0644\u0641",deleteFolderTitle:"\u062D\u0630\u0641 '{name}'\u061F",deleteFileTitle:"\u062D\u0630\u0641 '{name}'\u061F",deleteFileAttachmentsTitle:"\u062D\u0630\u0641 \u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u0644\u0641\u061F",moveFileConflictTitle:"\u062A\u0639\u0627\u0631\u0636 \u0627\u0644\u0646\u0642\u0644",folderNamePrompt:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0644\u062F:",hideInOtherVaultProfiles:"\u0625\u062E\u0641\u0627\u0621 \u0641\u064A \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062E\u0632\u0646\u0629 \u0627\u0644\u0623\u062E\u0631\u0649",renamePrompt:"\u0623\u062F\u062E\u0644 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u062C\u062F\u064A\u062F:",renameVaultTitle:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0633\u0645 \u0639\u0631\u0636 \u0627\u0644\u062E\u0632\u0646\u0629",renameVaultPrompt:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u062E\u0635\u0635 (\u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A):",deleteFolderConfirm:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u062C\u0644\u062F \u0648\u0643\u0644 \u0645\u062D\u062A\u0648\u064A\u0627\u062A\u0647\u061F",deleteFileConfirm:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u062D\u0630\u0641 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641\u061F",deleteFileAttachmentsDescriptionSingle:"\u0647\u0630\u0627 \u0627\u0644\u0645\u0631\u0641\u0642 \u0644\u0645 \u064A\u0639\u062F \u0645\u0633\u062A\u062E\u062F\u0645\u064B\u0627 \u0641\u064A \u0623\u064A \u0645\u0644\u0627\u062D\u0638\u0627\u062A. \u0647\u0644 \u062A\u0631\u064A\u062F \u062D\u0630\u0641\u0647\u061F",deleteFileAttachmentsDescriptionMultiple:"\u0647\u0630\u0647 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0644\u0645 \u062A\u0639\u062F \u0645\u0633\u062A\u062E\u062F\u0645\u0629 \u0641\u064A \u0623\u064A \u0645\u0644\u0627\u062D\u0638\u0627\u062A. \u0647\u0644 \u062A\u0631\u064A\u062F \u062D\u0630\u0641\u0647\u0627\u061F",deleteFileAttachmentsViewFileTreeAriaLabel:"\u0634\u062C\u0631\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",deleteFileAttachmentsViewGalleryAriaLabel:"\u0627\u0644\u0645\u0639\u0631\u0636",moveFileConflictDescriptionSingle:'\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u062A\u0639\u0627\u0631\u0636 \u0645\u0644\u0641 \u0641\u064A "{folder}".',moveFileConflictDescriptionMultiple:'\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 {count} \u062A\u0639\u0627\u0631\u0636\u0627\u062A \u0645\u0644\u0641\u0627\u062A \u0641\u064A "{folder}".',moveFileConflictAffectedFiles:"\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062A\u0623\u062B\u0631\u0629",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0641\u0642\u0637)",moveFileConflictRename:"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0633\u0645\u064A\u0629",moveFileConflictOverwrite:"\u0627\u0644\u0643\u062A\u0627\u0628\u0629 \u0641\u0648\u0642",removeAllTagsTitle:"\u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645",removeAllTagsFromNote:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629\u061F",removeAllTagsFromNotes:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645 \u0645\u0646 {count} \u0645\u0644\u0627\u062D\u0638\u0629\u061F"},folderNoteType:{title:"\u0627\u062E\u062A\u0631 \u0646\u0648\u0639 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",folderLabel:"\u0627\u0644\u0645\u062C\u0644\u062F: {name}"},folderSuggest:{placeholder:t=>`\u0646\u0642\u0644 ${t} \u0625\u0644\u0649 \u0645\u062C\u0644\u062F...`,multipleFilesLabel:t=>`${t} \u0645\u0644\u0641\u0627\u062A`,navigatePlaceholder:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0645\u062C\u0644\u062F...",instructions:{navigate:"\u0644\u0644\u062A\u0646\u0642\u0644",move:"\u0644\u0644\u0646\u0642\u0644",select:"\u0644\u0644\u062A\u062D\u062F\u064A\u062F",dismiss:"\u0644\u0644\u0625\u063A\u0644\u0627\u0642"}},homepage:{placeholder:"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u0644\u0641\u0627\u062A...",instructions:{navigate:"\u0644\u0644\u062A\u0646\u0642\u0644",select:"\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",dismiss:"\u0644\u0644\u0625\u063A\u0644\u0627\u0642"}},calendarTemplate:{placeholder:"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0642\u0648\u0627\u0644\u0628...",instructions:{navigate:"\u0644\u0644\u062A\u0646\u0642\u0644",select:"\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0642\u0627\u0644\u0628",dismiss:"\u0644\u0644\u0625\u063A\u0644\u0627\u0642"}},navigationBanner:{placeholder:"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0635\u0648\u0631...",instructions:{navigate:"\u0644\u0644\u062A\u0646\u0642\u0644",select:"\u0644\u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0634\u0639\u0627\u0631",dismiss:"\u0644\u0644\u0625\u063A\u0644\u0627\u0642"}},tagSuggest:{navigatePlaceholder:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0648\u0633\u0645...",addPlaceholder:"\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0648\u0633\u0645 \u0644\u0625\u0636\u0627\u0641\u062A\u0647...",removePlaceholder:"\u0627\u062E\u062A\u0631 \u0648\u0633\u0645\u064B\u0627 \u0644\u0625\u0632\u0627\u0644\u062A\u0647...",createNewTag:"\u0625\u0646\u0634\u0627\u0621 \u0648\u0633\u0645 \u062C\u062F\u064A\u062F: #{tag}",instructions:{navigate:"\u0644\u0644\u062A\u0646\u0642\u0644",select:"\u0644\u0644\u062A\u062D\u062F\u064A\u062F",dismiss:"\u0644\u0644\u0625\u063A\u0644\u0627\u0642",add:"\u0644\u0625\u0636\u0627\u0641\u0629 \u0648\u0633\u0645",remove:"\u0644\u0625\u0632\u0627\u0644\u0629 \u0648\u0633\u0645"}},propertySuggest:{placeholder:"\u0627\u062E\u062A\u0631 \u0645\u0641\u062A\u0627\u062D \u062E\u0627\u0635\u064A\u0629...",navigatePlaceholder:"\u0627\u0646\u062A\u0642\u0644 \u0625\u0644\u0649 \u062E\u0627\u0635\u064A\u0629...",instructions:{navigate:"\u0644\u0644\u062A\u0646\u0642\u0644",select:"\u0644\u0625\u0636\u0627\u0641\u0629 \u062E\u0627\u0635\u064A\u0629",dismiss:"\u0644\u0644\u0625\u063A\u0644\u0627\u0642"}},propertyKeyVisibility:{title:"\u0631\u0624\u064A\u0629 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062E\u0635\u0627\u0626\u0635",description:"\u0627\u0644\u062A\u062D\u0643\u0645 \u0641\u064A \u0645\u0643\u0627\u0646 \u0639\u0631\u0636 \u0642\u064A\u0645 \u0627\u0644\u062E\u0635\u0627\u0626\u0635. \u062A\u062A\u0648\u0627\u0641\u0642 \u0627\u0644\u0623\u0639\u0645\u062F\u0629 \u0645\u0639 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644 \u0648\u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0648\u0642\u0627\u0626\u0645\u0629 \u0633\u064A\u0627\u0642 \u0627\u0644\u0645\u0644\u0641. \u0627\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0635\u0641 \u0627\u0644\u0633\u0641\u0644\u064A \u0644\u062A\u0628\u062F\u064A\u0644 \u062C\u0645\u064A\u0639 \u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064A \u0639\u0645\u0648\u062F.",searchPlaceholder:"\u0628\u062D\u062B \u0641\u064A \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062E\u0635\u0627\u0626\u0635...",propertyColumnLabel:"\u062E\u0627\u0635\u064A\u0629",showInNavigation:"\u0625\u0638\u0647\u0627\u0631 \u0641\u064A \u0627\u0644\u062A\u0646\u0642\u0644",showInList:"\u0625\u0638\u0647\u0627\u0631 \u0641\u064A \u0627\u0644\u0642\u0627\u0626\u0645\u0629",showInFileMenu:"\u0625\u0638\u0647\u0627\u0631 \u0641\u064A \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641",toggleAllInNavigation:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0643\u0644 \u0641\u064A \u0627\u0644\u062A\u0646\u0642\u0644",toggleAllInList:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0643\u0644 \u0641\u064A \u0627\u0644\u0642\u0627\u0626\u0645\u0629",toggleAllInFileMenu:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0643\u0644 \u0641\u064A \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641",applyButton:"\u062A\u0637\u0628\u064A\u0642",emptyState:"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0641\u0627\u062A\u064A\u062D \u062E\u0635\u0627\u0626\u0635."},welcome:{title:"\u0645\u0631\u062D\u0628\u0627\u064B \u0628\u0643 \u0641\u064A {pluginName}",introText:'\u0645\u0631\u062D\u0628\u0627\u064B! \u0642\u0628\u0644 \u0627\u0644\u0628\u062F\u0621\u060C \u0623\u0648\u0635\u064A \u0628\u0634\u062F\u0629 \u0628\u0645\u0634\u0627\u0647\u062F\u0629 \u0627\u0644\u062F\u0642\u0627\u0626\u0642 \u0627\u0644\u062E\u0645\u0633 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0623\u062F\u0646\u0627\u0647 \u0644\u0641\u0647\u0645 \u0643\u064A\u0641\u064A\u0629 \u0639\u0645\u0644 \u0627\u0644\u0644\u0648\u062D\u0627\u062A \u0648\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u062A\u0628\u062F\u064A\u0644 "\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629".',continueText:"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u062E\u0645\u0633 \u062F\u0642\u0627\u0626\u0642 \u0625\u0636\u0627\u0641\u064A\u0629\u060C \u062A\u0627\u0628\u0639 \u0645\u0634\u0627\u0647\u062F\u0629 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0644\u0641\u0647\u0645 \u0623\u0648\u0636\u0627\u0639 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0636\u063A\u0648\u0637 \u0648\u0643\u064A\u0641\u064A\u0629 \u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0648\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 \u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D.",thanksText:"\u0634\u0643\u0631\u0627\u064B \u062C\u0632\u064A\u0644\u0627\u064B \u0639\u0644\u0649 \u0627\u0644\u062A\u062D\u0645\u064A\u0644\u060C \u0648\u0627\u0633\u062A\u0645\u062A\u0639!",videoAlt:"\u062A\u062B\u0628\u064A\u062A \u0648\u0625\u062A\u0642\u0627\u0646 Notebook Navigator",openVideoButton:"\u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u0641\u064A\u062F\u064A\u0648",closeButton:"\u0631\u0628\u0645\u0627 \u0644\u0627\u062D\u0642\u0627\u064B"}},fileSystem:{errors:{createFolder:"\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F: {error}",createFile:"\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0644\u0641: {error}",renameFolder:"\u0641\u0634\u0644 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u062C\u0644\u062F: {error}",renameFolderNoteConflict:'\u0644\u0627 \u064A\u0645\u0643\u0646 \u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0633\u0645\u064A\u0629: "{name}" \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u062C\u0644\u062F',renameFile:"\u0641\u0634\u0644 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0644\u0641: {error}",deleteFolder:"\u0641\u0634\u0644 \u062D\u0630\u0641 \u0627\u0644\u0645\u062C\u0644\u062F: {error}",deleteFile:"\u0641\u0634\u0644 \u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0641: {error}",deleteAttachments:"\u0641\u0634\u0644 \u0641\u064A \u062D\u0630\u0641 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A: {error}",duplicateNote:"\u0641\u0634\u0644 \u062A\u0643\u0631\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629: {error}",duplicateFolder:"\u0641\u0634\u0644 \u062A\u0643\u0631\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F: {error}",openVersionHistory:"\u0641\u0634\u0644 \u0641\u062A\u062D \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A: {error}",versionHistoryNotFound:"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u0645\u0631 \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A. \u062A\u0623\u0643\u062F \u0645\u0646 \u062A\u0645\u0643\u064A\u0646 Obsidian Sync.",revealInExplorer:"\u0641\u0634\u0644 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0627\u0644\u0645\u0644\u0641 \u0641\u064A \u0645\u0633\u062A\u0643\u0634\u0641 \u0627\u0644\u0646\u0638\u0627\u0645: {error}",openInDefaultApp:"\u0641\u0634\u0644 \u0627\u0644\u0641\u062A\u062D \u0641\u064A \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A: {error}",openInDefaultAppNotAvailable:"\u0627\u0644\u0641\u062A\u062D \u0641\u064A \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u063A\u064A\u0631 \u0645\u062A\u0627\u062D \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0646\u0635\u0629",folderNoteAlreadyExists:"\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F \u0645\u0648\u062C\u0648\u062F\u0629 \u0628\u0627\u0644\u0641\u0639\u0644",folderAlreadyExists:'\u0627\u0644\u0645\u062C\u0644\u062F "{name}" \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644',folderNotesDisabled:"\u0642\u0645 \u0628\u062A\u0645\u0643\u064A\u0646 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0644\u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",folderNoteAlreadyLinked:"\u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641 \u064A\u0639\u0645\u0644 \u0628\u0627\u0644\u0641\u0639\u0644 \u0643\u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F",folderNoteNotFound:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0645\u062D\u062F\u062F",folderNoteUnsupportedExtension:"\u0627\u0645\u062A\u062F\u0627\u062F \u0645\u0644\u0641 \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645: {extension}",folderNoteMoveFailed:"\u0641\u0634\u0644 \u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0641 \u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u062A\u062D\u0648\u064A\u0644: {error}",folderNoteRenameConflict:'\u0645\u0644\u0641 \u0628\u0627\u0633\u0645 "{name}" \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F',folderNoteConversionFailed:"\u0641\u0634\u0644 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0645\u0644\u0641 \u0625\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F",folderNoteConversionFailedWithReason:"\u0641\u0634\u0644 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0645\u0644\u0641 \u0625\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F: {error}",folderNoteOpenFailed:"\u062A\u0645 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0645\u0644\u0641 \u0644\u0643\u0646 \u0641\u0634\u0644 \u0641\u062A\u062D \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F: {error}",failedToDeleteFile:"\u0641\u0634\u0644 \u062D\u0630\u0641 {name}: {error}",failedToDeleteMultipleFiles:"\u0641\u0634\u0644 \u062D\u0630\u0641 {count} \u0645\u0644\u0641\u0627\u062A",versionHistoryNotAvailable:"\u062E\u062F\u0645\u0629 \u0633\u062C\u0644 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629",drawingAlreadyExists:"\u0631\u0633\u0645 \u0628\u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644",failedToCreateDrawing:"\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0631\u0633\u0645",noFolderSelected:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0645\u062C\u0644\u062F \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631",noFileSelected:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0645\u0644\u0641"},warnings:{linkBreakingNameCharacters:"\u064A\u062D\u062A\u0648\u064A \u0647\u0630\u0627 \u0627\u0644\u0627\u0633\u0645 \u0639\u0644\u0649 \u0623\u062D\u0631\u0641 \u062A\u0643\u0633\u0631 \u0631\u0648\u0627\u0628\u0637 Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0628\u062F\u0623 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0628\u0646\u0642\u0637\u0629 \u0623\u0648 \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 : \u0623\u0648 /.",forbiddenNameCharactersWindows:'\u0623\u062D\u0631\u0641 Windows \u0627\u0644\u0645\u062D\u062C\u0648\u0632\u0629 \u063A\u064A\u0631 \u0645\u0633\u0645\u0648\u062D \u0628\u0647\u0627: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\u062A\u0645 \u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F: {name}",showFolder:"\u062A\u0645 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F: {name}"},notifications:{deletedMultipleFiles:"\u062A\u0645 \u062D\u0630\u0641 {count} \u0645\u0644\u0641\u0627\u062A",movedMultipleFiles:"\u062A\u0645 \u0646\u0642\u0644 {count} \u0645\u0644\u0641\u0627\u062A \u0625\u0644\u0649 {folder}",folderNoteConversionSuccess:'\u062A\u0645 \u062A\u062D\u0648\u064A\u0644 \u0627\u0644\u0645\u0644\u0641 \u0625\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F \u0641\u064A "{name}"',folderMoved:'\u062A\u0645 \u0646\u0642\u0644 \u0627\u0644\u0645\u062C\u0644\u062F "{name}"',deepLinkCopied:"\u062A\u0645 \u0646\u0633\u062E \u0631\u0627\u0628\u0637 Obsidian \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629",pathCopied:"\u062A\u0645 \u0646\u0633\u062E \u0627\u0644\u0645\u0633\u0627\u0631 \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629",relativePathCopied:"\u062A\u0645 \u0646\u0633\u062E \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0646\u0633\u0628\u064A \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629",tagAddedToNote:"\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0648\u0633\u0645 \u0625\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0648\u0627\u062D\u062F\u0629",tagAddedToNotes:"\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0648\u0633\u0645 \u0625\u0644\u0649 {count} \u0645\u0644\u0627\u062D\u0638\u0627\u062A",tagRemovedFromNote:"\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0648\u0633\u0645 \u0645\u0646 \u0645\u0644\u0627\u062D\u0638\u0629 \u0648\u0627\u062D\u062F\u0629",tagRemovedFromNotes:"\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0648\u0633\u0645 \u0645\u0646 {count} \u0645\u0644\u0627\u062D\u0638\u0627\u062A",tagsClearedFromNote:"\u062A\u0645 \u0645\u0633\u062D \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645 \u0645\u0646 \u0645\u0644\u0627\u062D\u0638\u0629 \u0648\u0627\u062D\u062F\u0629",tagsClearedFromNotes:"\u062A\u0645 \u0645\u0633\u062D \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645 \u0645\u0646 {count} \u0645\u0644\u0627\u062D\u0638\u0627\u062A",noTagsToRemove:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0648\u0633\u0648\u0645 \u0644\u0625\u0632\u0627\u0644\u062A\u0647\u0627",noFilesSelected:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0645\u0644\u0641\u0627\u062A",tagOperationsNotAvailable:"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629",propertyOperationsNotAvailable:"\u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D\u0629",tagsRequireMarkdown:"\u0627\u0644\u0648\u0633\u0648\u0645 \u0645\u062F\u0639\u0648\u0645\u0629 \u0641\u0642\u0637 \u0639\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0627\u062A Markdown",propertiesRequireMarkdown:"\u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0645\u062F\u0639\u0648\u0645\u0629 \u0641\u0642\u0637 \u0641\u064A \u0645\u0644\u0627\u062D\u0638\u0627\u062A Markdown",propertySetOnNote:"\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0641\u064A \u0645\u0644\u0627\u062D\u0638\u0629 \u0648\u0627\u062D\u062F\u0629",propertySetOnNotes:"\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0641\u064A {count} \u0645\u0644\u0627\u062D\u0638\u0627\u062A",iconPackDownloaded:"\u062A\u0645 \u062A\u0646\u0632\u064A\u0644 {provider}",iconPackUpdated:"\u062A\u0645 \u062A\u062D\u062F\u064A\u062B {provider} ({version})",iconPackRemoved:"\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u0629 {provider}",iconPackLoadFailed:"\u0641\u0634\u0644 \u062A\u062D\u0645\u064A\u0644 {provider}",hiddenFileReveal:'\u0627\u0644\u0645\u0644\u0641 \u0645\u062E\u0641\u064A. \u0642\u0645 \u0628\u062A\u0645\u0643\u064A\u0646 "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062E\u0641\u064A\u0629" \u0644\u0639\u0631\u0636\u0647'},confirmations:{deleteMultipleFiles:"\u0647\u0644 \u0623\u0646\u062A \u0645\u062A\u0623\u0643\u062F \u0645\u0646 \u062D\u0630\u0641 {count} \u0645\u0644\u0641\u0627\u062A\u061F",deleteConfirmation:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0625\u062C\u0631\u0627\u0621."},defaultNames:{untitled:"\u0628\u062F\u0648\u0646 \u0639\u0646\u0648\u0627\u0646"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0646\u0642\u0644 \u0645\u062C\u0644\u062F \u0625\u0644\u0649 \u0646\u0641\u0633\u0647 \u0623\u0648 \u0625\u0644\u0649 \u0645\u062C\u0644\u062F \u0641\u0631\u0639\u064A.",itemAlreadyExists:'\u0639\u0646\u0635\u0631 \u0628\u0627\u0633\u0645 "{name}" \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639.',failedToMove:"\u0641\u0634\u0644 \u0627\u0644\u0646\u0642\u0644: {error}",failedToAddTag:'\u0641\u0634\u0644 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0648\u0633\u0645 "{tag}"',failedToSetProperty:"\u0641\u0634\u0644 \u0641\u064A \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u062E\u0627\u0635\u064A\u0629: {error}",failedToClearTags:"\u0641\u0634\u0644 \u0645\u0633\u062D \u0627\u0644\u0648\u0633\u0648\u0645",failedToMoveFolder:'\u0641\u0634\u0644 \u0646\u0642\u0644 \u0627\u0644\u0645\u062C\u0644\u062F "{name}"',failedToImportFiles:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F: {names}"},notifications:{filesAlreadyExist:"{count} \u0645\u0644\u0641\u0627\u062A \u0645\u0648\u062C\u0648\u062F\u0629 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064A \u0627\u0644\u0648\u062C\u0647\u0629",filesAlreadyHaveTag:"{count} \u0645\u0644\u0641\u0627\u062A \u062A\u062D\u062A\u0648\u064A \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0648\u0633\u0645 \u0623\u0648 \u0648\u0633\u0645 \u0623\u0643\u062B\u0631 \u062A\u062D\u062F\u064A\u062F\u064B\u0627",filesAlreadyHaveProperty:"{count} \u0645\u0644\u0641\u0627\u062A \u062A\u062D\u062A\u0648\u064A \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u0627\u0635\u064A\u0629",noTagsToClear:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0648\u0633\u0648\u0645 \u0644\u0645\u0633\u062D\u0647\u0627",fileImported:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0644\u0641 \u0648\u0627\u062D\u062F",filesImported:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F {count} \u0645\u0644\u0641\u0627\u062A"}},dateGroups:{today:"\u0627\u0644\u064A\u0648\u0645",yesterday:"\u0623\u0645\u0633",previous7Days:"\u0622\u062E\u0631 7 \u0623\u064A\u0627\u0645",previous30Days:"\u0622\u062E\u0631 30 \u064A\u0648\u0645\u064B\u0627"},commands:{open:"\u0641\u062A\u062D",toggleLeftSidebar:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0633\u0631",openHomepage:"\u0641\u062A\u062D \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",openDailyNote:"\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u064A\u0648\u0645\u064A\u0629",openWeeklyNote:"\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0623\u0633\u0628\u0648\u0639\u064A\u0629",openMonthlyNote:"\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0634\u0647\u0631\u064A\u0629",openQuarterlyNote:"\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0641\u0635\u0644\u064A\u0629",openYearlyNote:"\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0633\u0646\u0648\u064A\u0629",revealFile:"\u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u0627\u0644\u0645\u0644\u0641",search:"\u0628\u062D\u062B",searchVaultRoot:"\u0628\u062D\u062B \u0641\u064A \u062C\u0630\u0631 \u0627\u0644\u062E\u0632\u0646\u0629",toggleDualPane:"\u062A\u0628\u062F\u064A\u0644 \u062A\u062E\u0637\u064A\u0637 \u0627\u0644\u0644\u0648\u062D\u062A\u064A\u0646",toggleDualPaneOrientation:"\u062A\u0628\u062F\u064A\u0644 \u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u0644\u0648\u062D\u062A\u064A\u0646",toggleCalendar:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u062A\u0642\u0648\u064A\u0645",selectVaultProfile:"\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629",selectVaultProfile1:"\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629 1",selectVaultProfile2:"\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629 2",selectVaultProfile3:"\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629 3",deleteFile:"\u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",createNewNote:"\u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629 \u062C\u062F\u064A\u062F\u0629",createNewNoteFromTemplate:"\u0645\u0644\u0627\u062D\u0638\u0629 \u062C\u062F\u064A\u062F\u0629 \u0645\u0646 \u0642\u0627\u0644\u0628",moveFiles:"\u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",selectNextFile:"\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u062A\u0627\u0644\u064A",selectPreviousFile:"\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0633\u0627\u0628\u0642",navigateBack:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0644\u0644\u062E\u0644\u0641",navigateForward:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0644\u0644\u0623\u0645\u0627\u0645",convertToFolderNote:"\u062A\u062D\u0648\u064A\u0644 \u0625\u0644\u0649 \u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F",setAsFolderNote:"\u062A\u0639\u064A\u064A\u0646 \u0643\u0645\u0644\u0627\u062D\u0638\u0629 \u0645\u062C\u0644\u062F",detachFolderNote:"\u0641\u0635\u0644 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",pinAllFolderNotes:"\u062A\u062B\u0628\u064A\u062A \u062C\u0645\u064A\u0639 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",navigateToFolder:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0645\u062C\u0644\u062F",navigateToTag:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u0648\u0633\u0645",navigateToProperty:"\u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0625\u0644\u0649 \u062E\u0627\u0635\u064A\u0629",addShortcut:"\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",openShortcut:"\u0641\u062A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 {number}",toggleDescendants:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0641\u0631\u0648\u0639",toggleHidden:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062E\u0641\u064A\u0629",toggleTagSort:"\u062A\u0628\u062F\u064A\u0644 \u062A\u0631\u062A\u064A\u0628 \u0641\u0631\u0632 \u0627\u0644\u0648\u0633\u0648\u0645",toggleCompactMode:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0636\u063A\u0648\u0637",collapseExpand:"\u0637\u064A / \u062A\u0648\u0633\u064A\u0639 \u062C\u0645\u064A\u0639 \u0627\u0644\u0639\u0646\u0627\u0635\u0631",addTag:"\u0625\u0636\u0627\u0641\u0629 \u0648\u0633\u0645 \u0644\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629",setProperty:"\u062A\u0639\u064A\u064A\u0646 \u062E\u0627\u0635\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629",removeTag:"\u0625\u0632\u0627\u0644\u0629 \u0648\u0633\u0645 \u0645\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629",removeAllTags:"\u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645 \u0645\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629",openAllFiles:"\u0641\u062A\u062D \u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",rebuildCache:"\u0625\u0639\u0627\u062F\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629"},plugin:{viewName:"\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631",calendarViewName:"\u062A\u0642\u0648\u064A\u0645",ribbonTooltip:"\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631",revealInNavigator:"\u0627\u0644\u0643\u0634\u0641 \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631"},tooltips:{lastModifiedAt:"\u0622\u062E\u0631 \u062A\u0639\u062F\u064A\u0644 \u0641\u064A",createdAt:"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621",file:"\u0645\u0644\u0641",files:"\u0645\u0644\u0641\u0627\u062A",folder:"\u0645\u062C\u0644\u062F",folders:"\u0645\u062C\u0644\u062F\u0627\u062A"},settings:{metadataReport:{exportSuccess:"\u062A\u0645 \u062A\u0635\u062F\u064A\u0631 \u062A\u0642\u0631\u064A\u0631 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629 \u0627\u0644\u0641\u0627\u0634\u0644\u0629 \u0625\u0644\u0649: {filename}",exportFailed:"\u0641\u0634\u0644 \u062A\u0635\u062F\u064A\u0631 \u062A\u0642\u0631\u064A\u0631 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629"},sections:{general:"\u0639\u0627\u0645",navigationPane:"\u0627\u0644\u062A\u0646\u0642\u0644",calendar:"\u0627\u0644\u062A\u0642\u0648\u064A\u0645",files:"\u0627\u0644\u0645\u0644\u0641\u0627\u062A",icons:"\u062D\u0632\u0645 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A",folders:"\u0645\u062C\u0644\u062F\u0627\u062A",folderNotes:"\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F",foldersAndTags:"\u0645\u062C\u0644\u062F\u0627\u062A",tagsAndProperties:"\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u062E\u0635\u0627\u0626\u0635",tags:"\u0648\u0633\u0648\u0645",listPane:"\u0627\u0644\u0642\u0627\u0626\u0645\u0629",notes:"\u0645\u0644\u0627\u062D\u0638\u0627\u062A",advanced:"\u0645\u062A\u0642\u062F\u0645"},groups:{general:{vaultProfiles:"\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062E\u0632\u0646\u0629",filtering:"\u0627\u0644\u062A\u0635\u0641\u064A\u0629",templates:"\u0642\u0648\u0627\u0644\u0628",behavior:"\u0627\u0644\u0633\u0644\u0648\u0643",keyboardNavigation:"\u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",mouseButtons:"\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0641\u0623\u0631\u0629",view:"\u0627\u0644\u0645\u0638\u0647\u0631",icons:"\u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A",desktopAppearance:"\u0645\u0638\u0647\u0631 \u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628",mobileAppearance:"\u0645\u0638\u0647\u0631 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0645\u062D\u0645\u0648\u0644",formatting:"\u0627\u0644\u062A\u0646\u0633\u064A\u0642"},navigation:{appearance:"\u0627\u0644\u0645\u0638\u0647\u0631",rainbowColors:"\u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D",leftSidebar:"\u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0633\u0631",calendarIntegration:"\u062A\u0643\u0627\u0645\u0644 \u0627\u0644\u062A\u0642\u0648\u064A\u0645"},list:{display:"\u0627\u0644\u0645\u0638\u0647\u0631",pinnedNotes:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062B\u0628\u062A\u0629"},notes:{frontmatter:"\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629",tasks:"\u0627\u0644\u0645\u0647\u0627\u0645",icon:"\u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629",title:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",previewText:"\u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629",featureImage:"\u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0645\u064A\u0632\u0629",tags:"\u0627\u0644\u0648\u0633\u0648\u0645",properties:"\u0627\u0644\u062E\u0635\u0627\u0626\u0635",date:"\u0627\u0644\u062A\u0627\u0631\u064A\u062E",parentFolder:"\u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A"}},syncMode:{notSynced:"(\u063A\u064A\u0631 \u0645\u062A\u0632\u0627\u0645\u0646)",disabled:"(\u0645\u0639\u0637\u0644)",switchToSynced:"\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629",switchToLocal:"\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629"},items:{listPaneTitle:{name:"\u0639\u0646\u0648\u0627\u0646 \u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",desc:"\u0627\u062E\u062A\u0631 \u0645\u0643\u0627\u0646 \u0639\u0631\u0636 \u0639\u0646\u0648\u0627\u0646 \u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629.",options:{header:"\u0625\u0638\u0647\u0627\u0631 \u0641\u064A \u0627\u0644\u0631\u0623\u0633",list:"\u0625\u0638\u0647\u0627\u0631 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",hidden:"\u0639\u062F\u0645 \u0627\u0644\u0625\u0638\u0647\u0627\u0631"}},sortNotesBy:{name:"\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u062D\u0633\u0628",desc:"\u0627\u062E\u062A\u0631 \u0643\u064A\u0641\u064A\u0629 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A.",options:{"modified-desc":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062A\u0639\u062F\u064A\u0644 (\u0627\u0644\u0623\u062D\u062F\u062B \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","modified-asc":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062A\u0639\u062F\u064A\u0644 (\u0627\u0644\u0623\u0642\u062F\u0645 \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","created-desc":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621 (\u0627\u0644\u0623\u062D\u062F\u062B \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","created-asc":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621 (\u0627\u0644\u0623\u0642\u062F\u0645 \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","title-asc":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 (\u0623 \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","title-desc":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 (\u064A \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","filename-asc":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641 (\u0623 \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","filename-desc":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641 (\u064A \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","property-asc":"\u0627\u0644\u062E\u0627\u0635\u064A\u0629 (\u0623 \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)","property-desc":"\u0627\u0644\u062E\u0627\u0635\u064A\u0629 (\u064A \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)"},propertyOverride:{asc:"\u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u2018{property}\u2019 (\u0623 \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)",desc:"\u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u2018{property}\u2019 (\u064A \u0641\u064A \u0627\u0644\u0623\u0639\u0644\u0649)"}},propertySortKey:{name:"\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u062A\u0631\u062A\u064A\u0628",desc:"\u062A\u064F\u0633\u062A\u062E\u062F\u0645 \u0645\u0639 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062E\u0627\u0635\u064A\u0629. \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0641\u064A \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u062A\u064F\u0639\u0631\u0636 \u0623\u0648\u0644\u0627\u064B \u0648\u062A\u064F\u0631\u062A\u0628 \u062D\u0633\u0628 \u0642\u064A\u0645\u0629 \u0627\u0644\u062E\u0627\u0635\u064A\u0629. \u064A\u062A\u0645 \u062F\u0645\u062C \u0627\u0644\u0645\u0635\u0641\u0648\u0641\u0627\u062A \u0641\u064A \u0642\u064A\u0645\u0629 \u0648\u0627\u062D\u062F\u0629.",placeholder:"order"},propertySortSecondary:{name:"\u0627\u0644\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062B\u0627\u0646\u0648\u064A",desc:"\u064A\u064F\u0633\u062A\u062E\u062F\u0645 \u0645\u0639 \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u0643\u0648\u0646 \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0646\u0641\u0633 \u0642\u064A\u0645\u0629 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0623\u0648 \u0628\u062F\u0648\u0646 \u0642\u064A\u0645\u0629 \u062E\u0627\u0635\u064A\u0629.",options:{title:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",filename:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641",created:"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621",modified:"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062A\u0639\u062F\u064A\u0644"}},revealFileOnListChanges:{name:"\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062D\u062F\u062F \u0639\u0646\u062F \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",desc:"\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062D\u062F\u062F \u0639\u0646\u062F \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A\u060C \u0623\u0648 \u0625\u0638\u0647\u0627\u0631 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0641\u0631\u0648\u0639\u060C \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u0645\u0638\u0647\u0631 \u0627\u0644\u0645\u062C\u0644\u062F\u060C \u0623\u0648 \u062A\u0646\u0641\u064A\u0630 \u0639\u0645\u0644\u064A\u0627\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},includeDescendantNotes:{name:"\u0625\u0638\u0647\u0627\u0631 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 / \u0627\u0644\u0641\u0631\u0648\u0639",desc:"\u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0627\u0644\u0645\u062A\u062F\u0627\u062E\u0644\u0629 \u0648\u0641\u0631\u0648\u0639 \u0627\u0644\u0648\u0633\u0648\u0645 \u0639\u0646\u062F \u0639\u0631\u0636 \u0645\u062C\u0644\u062F \u0623\u0648 \u0648\u0633\u0645."},limitPinnedToCurrentFolder:{name:"\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0645\u062C\u0644\u062F\u0647\u0627 \u0641\u0642\u0637",desc:"\u062A\u0638\u0647\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062B\u0628\u062A\u0629 \u0643\u0645\u062B\u0628\u062A\u0629 \u0641\u0642\u0637 \u0641\u064A \u0645\u062C\u0644\u062F\u0647\u0627 \u0627\u0644\u062E\u0627\u0635. \u0645\u0641\u064A\u062F \u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0623\u0648 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0627\u0644\u0639\u062F\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062B\u0628\u062A\u0629. \u0644\u0627 \u064A\u0624\u062B\u0631 \u0639\u0644\u0649 \u0639\u0631\u0648\u0636 \u0627\u0644\u0648\u0633\u0648\u0645 \u0623\u0648 \u0627\u0644\u062E\u0635\u0627\u0626\u0635."},separateNoteCounts:{name:"\u0625\u0638\u0647\u0627\u0631 \u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0648\u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0628\u0634\u0643\u0644 \u0645\u0646\u0641\u0635\u0644",desc:'\u0639\u0631\u0636 \u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0628\u062A\u0646\u0633\u064A\u0642 "\u0627\u0644\u062D\u0627\u0644\u064A \u25BE \u0627\u0644\u0641\u0631\u0648\u0639" \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645.'},groupNotes:{name:"\u062A\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A",desc:"\u0639\u0631\u0636 \u0631\u0624\u0648\u0633 \u0628\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u062C\u0645\u0639\u0629 \u062D\u0633\u0628 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0623\u0648 \u0627\u0644\u0645\u062C\u0644\u062F. \u062A\u0633\u062A\u062E\u062F\u0645 \u0637\u0631\u0642 \u0639\u0631\u0636 \u0627\u0644\u0648\u0633\u0648\u0645 \u062A\u062C\u0645\u064A\u0639 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0639\u0646\u062F \u062A\u0645\u0643\u064A\u0646 \u062A\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A.",options:{none:"\u0628\u062F\u0648\u0646 \u062A\u062C\u0645\u064A\u0639",date:"\u062A\u062C\u0645\u064A\u0639 \u062D\u0633\u0628 \u0627\u0644\u062A\u0627\u0631\u064A\u062E",folder:"\u062A\u062C\u0645\u064A\u0639 \u062D\u0633\u0628 \u0627\u0644\u0645\u062C\u0644\u062F"}},showSelectedNavigationPills:{name:"\u0625\u0638\u0647\u0627\u0631 \u062C\u0645\u064A\u0639 \u0634\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u062F\u0627\u0626\u0645\u064B\u0627",desc:'\u0639\u0646\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u064A\u062A\u0645 \u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0634\u0627\u0631\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062A\u0637\u0627\u0628\u0642 \u0645\u0639 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u062A\u0646\u0642\u0644 \u0627\u0644\u062D\u0627\u0644\u064A (\u0645\u062B\u0644\u0627\u064B\u060C \u064A\u062A\u0645 \u0625\u062E\u0641\u0627\u0621 \u0634\u0627\u0631\u0629 \u0648\u0633\u0645 "\u0648\u0635\u0641\u0627\u062A" \u0639\u0646\u062F \u062A\u0635\u0641\u062D \u0648\u0633\u0645 "\u0648\u0635\u0641\u0627\u062A"). \u0642\u0645 \u0628\u0627\u0644\u062A\u0641\u0639\u064A\u0644 \u0644\u0625\u0628\u0642\u0627\u0621 \u062C\u0645\u064A\u0639 \u0627\u0644\u0634\u0627\u0631\u0627\u062A \u0645\u0631\u0626\u064A\u0629.'},showPinnedGroupHeader:{name:"\u0625\u0638\u0647\u0627\u0631 \u0631\u0623\u0633 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u062B\u0628\u062A\u0629",desc:"\u0639\u0631\u0636 \u0631\u0623\u0633 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u062B\u0628\u062A \u0641\u0648\u0642 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062B\u0628\u062A\u0629."},showPinnedIcon:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u062A\u062B\u0628\u064A\u062A",desc:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629 \u0628\u062C\u0627\u0646\u0628 \u0631\u0623\u0633 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u062B\u0628\u062A."},defaultListMode:{name:"\u0648\u0636\u0639 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",desc:"\u0627\u062E\u062A\u0631 \u062A\u062E\u0637\u064A\u0637 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A. \u0627\u0644\u0642\u064A\u0627\u0633\u064A \u064A\u0639\u0631\u0636 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0648\u0627\u0644\u0648\u0635\u0641 \u0648\u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629. \u0627\u0644\u0645\u0636\u063A\u0648\u0637 \u064A\u0639\u0631\u0636 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0641\u0642\u0637. \u062A\u062C\u0627\u0648\u0632 \u0627\u0644\u0645\u0638\u0647\u0631 \u0644\u0643\u0644 \u0645\u062C\u0644\u062F.",options:{standard:"\u0642\u064A\u0627\u0633\u064A",compact:"\u0645\u0636\u063A\u0648\u0637"}},showFileIcons:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u0639\u0631\u0636 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0645\u0639 \u0645\u0633\u0627\u0641\u0629 \u0645\u062D\u0627\u0630\u0627\u0629 \u0644\u0644\u064A\u0633\u0627\u0631. \u0627\u0644\u062A\u0639\u0637\u064A\u0644 \u064A\u0632\u064A\u0644 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0648\u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629. \u0627\u0644\u0623\u0648\u0644\u0648\u064A\u0629: \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0627\u0644\u0645\u0643\u062A\u0645\u0644\u0629 > \u0623\u064A\u0642\u0648\u0646\u0629 \u0645\u062E\u0635\u0635\u0629 > \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641 > \u0623\u064A\u0642\u0648\u0646\u0629 \u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641 > \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629."},showFileIconUnfinishedTask:{name:"\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0627\u0644\u0645\u0643\u062A\u0645\u0644\u0629",desc:"\u0639\u0631\u0636 \u0623\u064A\u0642\u0648\u0646\u0629 \u0645\u0647\u0645\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0639\u0644\u0649 \u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0645\u0643\u062A\u0645\u0644\u0629."},showFileBackgroundUnfinishedTask:{name:"\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0627\u0644\u0645\u0643\u062A\u0645\u0644\u0629",desc:"\u062A\u0637\u0628\u064A\u0642 \u0644\u0648\u0646 \u062E\u0644\u0641\u064A\u0629 \u0639\u0646\u062F\u0645\u0627 \u062A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0639\u0644\u0649 \u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0645\u0643\u062A\u0645\u0644\u0629."},unfinishedTaskBackgroundColor:{name:"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",desc:"\u062A\u0639\u064A\u064A\u0646 \u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0639\u0646\u062F\u0645\u0627 \u062A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0639\u0644\u0649 \u0645\u0647\u0627\u0645 \u063A\u064A\u0631 \u0645\u0643\u062A\u0645\u0644\u0629."},showFilenameMatchIcons:{name:"\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u062D\u0633\u0628 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641",desc:"\u062A\u0639\u064A\u064A\u0646 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0644\u0644\u0645\u0644\u0641\u0627\u062A \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0627\u0644\u0646\u0635 \u0641\u064A \u0623\u0633\u0645\u0627\u0626\u0647\u0627."},fileNameIconMap:{name:"\u062E\u0631\u064A\u0637\u0629 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641",desc:"\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0627\u0644\u0646\u0635 \u062A\u062D\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629. \u062A\u0639\u064A\u064A\u0646 \u0648\u0627\u062D\u062F \u0644\u0643\u0644 \u0633\u0637\u0631: \u0646\u0635=\u0623\u064A\u0642\u0648\u0646\u0629",placeholder:`# \u0646\u0635=\u0623\u064A\u0642\u0648\u0646\u0629 +\u0627\u062C\u062A\u0645\u0627\u0639=LiCalendar +\u0641\u0627\u062A\u0648\u0631\u0629=PhReceipt`,editTooltip:"\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u062A\u0639\u064A\u064A\u0646\u0627\u062A"},showCategoryIcons:{name:"\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u062D\u0633\u0628 \u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641",desc:"\u062A\u0639\u064A\u064A\u0646 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0644\u0644\u0645\u0644\u0641\u0627\u062A \u0628\u0646\u0627\u0621\u064B \u0639\u0644\u0649 \u0627\u0645\u062A\u062F\u0627\u062F\u0647\u0627."},fileTypeIconMap:{name:"\u062E\u0631\u064A\u0637\u0629 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641",desc:"\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F \u062A\u062D\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629. \u062A\u0639\u064A\u064A\u0646 \u0648\u0627\u062D\u062F \u0644\u0643\u0644 \u0633\u0637\u0631: \u0627\u0645\u062A\u062F\u0627\u062F=\u0623\u064A\u0642\u0648\u0646\u0629",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u062A\u0639\u064A\u064A\u0646\u0627\u062A"},optimizeNoteHeight:{name:"\u0627\u0631\u062A\u0641\u0627\u0639 \u0645\u062A\u063A\u064A\u0631 \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0629",desc:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0631\u062A\u0641\u0627\u0639 \u0645\u0636\u063A\u0648\u0637 \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062B\u0628\u062A\u0629 \u0648\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0628\u062F\u0648\u0646 \u0646\u0635 \u0645\u0639\u0627\u064A\u0646\u0629."},compactItemHeight:{name:"\u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u0636\u063A\u0648\u0637",desc:"\u062A\u0639\u064A\u064A\u0646 \u0627\u0631\u062A\u0641\u0627\u0639 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0636\u063A\u0648\u0637\u0629 \u0639\u0644\u0649 \u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628 \u0648\u0627\u0644\u062C\u0648\u0627\u0644.",resetTooltip:"\u0627\u0633\u062A\u0639\u0627\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A (28 \u0628\u0643\u0633\u0644)"},compactItemHeightScaleText:{name:"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u0646\u0635 \u0645\u0639 \u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u0636\u063A\u0648\u0637",desc:"\u062A\u062D\u062C\u064A\u0645 \u0646\u0635 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0636\u063A\u0648\u0637\u0629 \u0639\u0646\u062F \u062A\u0642\u0644\u064A\u0644 \u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0639\u0646\u0635\u0631."},showParentFolder:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A",desc:"\u0639\u0631\u0636 \u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0623\u0648 \u0627\u0644\u0648\u0633\u0648\u0645."},parentFolderClickRevealsFile:{name:"\u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A \u064A\u0641\u062A\u062D \u0627\u0644\u0645\u062C\u0644\u062F",desc:"\u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A \u064A\u0641\u062A\u062D \u0627\u0644\u0645\u062C\u0644\u062F \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629."},showParentFolderColor:{name:"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u0646 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A",desc:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0639\u0644\u0649 \u062A\u0633\u0645\u064A\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A."},showParentFolderIcon:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A",desc:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0628\u062C\u0627\u0646\u0628 \u062A\u0633\u0645\u064A\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0635\u0644\u064A."},showQuickActions:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0627\u0644\u0633\u0631\u064A\u0639\u0629",desc:"\u0625\u0638\u0647\u0627\u0631 \u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0639\u0646\u062F \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0641\u0648\u0642 \u0627\u0644\u0645\u0644\u0641\u0627\u062A. \u0623\u062F\u0648\u0627\u062A \u0627\u0644\u062A\u062D\u0643\u0645 \u0641\u064A \u0627\u0644\u0623\u0632\u0631\u0627\u0631 \u062A\u062D\u062F\u062F \u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0638\u0647\u0631."},dualPane:{name:"\u062A\u062E\u0637\u064A\u0637 \u0627\u0644\u0644\u0648\u062D\u062A\u064A\u0646",desc:"\u0625\u0638\u0647\u0627\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644 \u0648\u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u062C\u0646\u0628\u064B\u0627 \u0625\u0644\u0649 \u062C\u0646\u0628 \u0639\u0644\u0649 \u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628."},dualPaneOrientation:{name:"\u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u0644\u0648\u062D\u062A\u064A\u0646",desc:"\u0627\u062E\u062A\u0631 \u0627\u0644\u062A\u062E\u0637\u064A\u0637 \u0627\u0644\u0623\u0641\u0642\u064A \u0623\u0648 \u0627\u0644\u0631\u0623\u0633\u064A \u0639\u0646\u062F \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0644\u0648\u062D\u062A\u064A\u0646.",options:{horizontal:"\u062A\u0642\u0633\u064A\u0645 \u0623\u0641\u0642\u064A",vertical:"\u062A\u0642\u0633\u064A\u0645 \u0631\u0623\u0633\u064A"}},appearanceBackground:{name:"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",desc:"\u0627\u062E\u062A\u0631 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644 \u0648\u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629.",options:{separate:"\u062E\u0644\u0641\u064A\u0627\u062A \u0645\u0646\u0641\u0635\u0644\u0629",primary:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629",secondary:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u062A\u0646\u0642\u0644"}},appearanceScale:{name:"\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062A\u0643\u0628\u064A\u0631",desc:"\u0627\u0644\u062A\u062D\u0643\u0645 \u0641\u064A \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062A\u0643\u0628\u064A\u0631 \u0627\u0644\u0639\u0627\u0645 \u0644\u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631."},useFloatingToolbars:{name:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u0634\u0631\u0637\u0629 \u0627\u0644\u0623\u062F\u0648\u0627\u062A \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0639\u0644\u0649 iOS/iPadOS",desc:"\u064A\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 Obsidian 1.11 \u0648\u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A \u0627\u0644\u0623\u062D\u062F\u062B."},startView:{name:"\u0639\u0631\u0636 \u0627\u0644\u0628\u062F\u0621 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",desc:"\u0627\u062E\u062A\u0631 \u0627\u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u064A \u062A\u0639\u0631\u0636 \u0639\u0646\u062F \u0641\u062A\u062D \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631. \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644 \u062A\u0639\u0631\u0636 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629 \u0648\u0634\u062C\u0631\u0629 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A. \u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u062A\u0639\u0631\u0636 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0641\u0648\u0631\u064B\u0627.",options:{navigation:"\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644",files:"\u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629"}},toolbarButtons:{name:"\u0623\u0632\u0631\u0627\u0631 \u0634\u0631\u064A\u0637 \u0627\u0644\u0623\u062F\u0648\u0627\u062A",desc:"\u0627\u062E\u062A\u0631 \u0627\u0644\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u062A\u064A \u062A\u0638\u0647\u0631 \u0641\u064A \u0634\u0631\u064A\u0637 \u0627\u0644\u0623\u062F\u0648\u0627\u062A. \u0627\u0644\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0645\u062E\u0641\u064A\u0629 \u062A\u0628\u0642\u0649 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0639\u0628\u0631 \u0627\u0644\u0623\u0648\u0627\u0645\u0631 \u0648\u0627\u0644\u0642\u0648\u0627\u0626\u0645.",navigationLabel:"\u0634\u0631\u064A\u0637 \u0623\u062F\u0648\u0627\u062A \u0627\u0644\u062A\u0646\u0642\u0644",listLabel:"\u0634\u0631\u064A\u0637 \u0623\u062F\u0648\u0627\u062A \u0627\u0644\u0642\u0627\u0626\u0645\u0629"},createNewNotesInNewTab:{name:"\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062C\u062F\u064A\u062F\u0629 \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629",desc:"\u0639\u0646\u062F \u0627\u0644\u062A\u0641\u0639\u064A\u0644\u060C \u064A\u0641\u062A\u062D \u0623\u0645\u0631 \u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629 \u062C\u062F\u064A\u062F\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629. \u0639\u0646\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u062A\u062D\u0644 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u062D\u0644 \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062A\u0628\u0648\u064A\u0628 \u0627\u0644\u062D\u0627\u0644\u064A\u0629."},autoRevealActiveNote:{name:"\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0639\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0646\u0634\u0637\u0629",desc:"\u0627\u0644\u0643\u0634\u0641 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0639\u0646\u062F \u0641\u062A\u062D\u0647\u0627 \u0645\u0646 \u0627\u0644\u0645\u0628\u062F\u0644 \u0627\u0644\u0633\u0631\u064A\u0639 \u0623\u0648 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0623\u0648 \u0627\u0644\u0628\u062D\u062B."},autoRevealShortestPath:{name:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u0642\u0635\u0631 \u0645\u0633\u0627\u0631",desc:"\u0645\u0641\u0639\u0651\u0644: \u064A\u062E\u062A\u0627\u0631 \u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0623\u0642\u0631\u0628 \u0645\u062C\u0644\u062F \u0623\u0635\u0644 \u0623\u0648 \u0648\u0633\u0645 \u0645\u0631\u0626\u064A. \u0645\u0639\u0637\u0651\u0644: \u064A\u062E\u062A\u0627\u0631 \u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0641\u0639\u0644\u064A \u0644\u0644\u0645\u0644\u0641 \u0648\u0627\u0644\u0648\u0633\u0645 \u0627\u0644\u062F\u0642\u064A\u0642."},autoRevealIgnoreRightSidebar:{name:"\u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u0623\u062D\u062F\u0627\u062B \u0645\u0646 \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0645\u0646",desc:"\u0639\u062F\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0646\u0634\u0637\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0623\u0648 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0645\u0646."},autoRevealIgnoreOtherWindows:{name:"\u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u0623\u062D\u062F\u0627\u062B \u0645\u0646 \u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0623\u062E\u0631\u0649",desc:"\u0639\u062F\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0646\u0634\u0637\u0629 \u0639\u0646\u062F \u0627\u0644\u0639\u0645\u0644 \u0645\u0639 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u0623\u062E\u0631\u0649."},paneTransitionDuration:{name:"\u062A\u062D\u0631\u064A\u0643 \u0627\u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0631\u062F\u0629",desc:"\u0645\u062F\u0629 \u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644 \u0639\u0646\u062F \u0627\u0644\u062A\u0628\u062F\u064A\u0644 \u0628\u064A\u0646 \u0627\u0644\u0644\u0648\u062D\u0627\u062A \u0641\u064A \u0648\u0636\u0639 \u0627\u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0631\u062F\u0629 (\u0645\u0644\u064A \u062B\u0627\u0646\u064A\u0629).",resetTooltip:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0625\u0644\u0649 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A"},autoSelectFirstFileOnFocusChange:{name:"\u0627\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0623\u0648\u0644 \u0645\u0644\u0627\u062D\u0638\u0629",desc:"\u0641\u062A\u062D \u0623\u0648\u0644 \u0645\u0644\u0627\u062D\u0638\u0629 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646\u062F \u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0623\u0648 \u0627\u0644\u0648\u0633\u0648\u0645."},skipAutoScroll:{name:"\u062A\u0639\u0637\u064A\u0644 \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0644\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",desc:"\u0639\u062F\u0645 \u062A\u0645\u0631\u064A\u0631 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0639\u0646\u0627\u0635\u0631 \u0641\u064A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A."},autoExpandNavItems:{name:"\u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u0639\u0646\u062F \u0627\u0644\u062A\u062D\u062F\u064A\u062F",desc:"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0639\u0646\u062F \u062A\u062D\u062F\u064A\u062F\u0647\u0627. \u0641\u064A \u0648\u0636\u0639 \u0627\u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u0648\u0627\u062D\u062F\u0629\u060C \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0623\u0648\u0644 \u064A\u0648\u0633\u0639\u060C \u0648\u0627\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u062B\u0627\u0646\u064A \u064A\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},springLoadedFolders:{name:"\u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0633\u062D\u0628",desc:"\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0639\u0646\u062F \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0641\u0648\u0642\u0647\u0627 \u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0633\u062D\u0628."},springLoadedFoldersInitialDelay:{name:"\u062A\u0623\u062E\u064A\u0631 \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0623\u0648\u0644",desc:"\u0627\u0644\u062A\u0623\u062E\u064A\u0631 \u0642\u0628\u0644 \u062A\u0648\u0633\u064A\u0639 \u0623\u0648\u0644 \u0645\u062C\u0644\u062F \u0623\u0648 \u0648\u0633\u0645 \u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u0633\u062D\u0628 (\u0628\u0627\u0644\u062B\u0648\u0627\u0646\u064A)."},springLoadedFoldersSubsequentDelay:{name:"\u062A\u0623\u062E\u064A\u0631 \u0627\u0644\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0644\u0627\u062D\u0642",desc:"\u0627\u0644\u062A\u0623\u062E\u064A\u0631 \u0642\u0628\u0644 \u062A\u0648\u0633\u064A\u0639 \u0645\u062C\u0644\u062F\u0627\u062A \u0623\u0648 \u0648\u0633\u0648\u0645 \u0625\u0636\u0627\u0641\u064A\u0629 \u0623\u062B\u0646\u0627\u0621 \u0646\u0641\u0633 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u0633\u062D\u0628 (\u0628\u0627\u0644\u062B\u0648\u0627\u0646\u064A)."},navigationBanner:{name:"\u0634\u0639\u0627\u0631 \u0627\u0644\u062A\u0646\u0642\u0644 (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"\u0639\u0631\u0636 \u0635\u0648\u0631\u0629 \u0641\u0648\u0642 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644. \u064A\u062A\u063A\u064A\u0631 \u0645\u0639 \u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629 \u0627\u0644\u0645\u062D\u062F\u062F.",current:"\u0627\u0644\u0634\u0639\u0627\u0631 \u0627\u0644\u062D\u0627\u0644\u064A: {path}",chooseButton:"\u0627\u062E\u062A\u064A\u0627\u0631 \u0635\u0648\u0631\u0629"},pinNavigationBanner:{name:"\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0628\u0627\u0646\u0631",desc:"\u062A\u062B\u0628\u064A\u062A \u0644\u0627\u0641\u062A\u0629 \u0627\u0644\u062A\u0646\u0642\u0644 \u0641\u0648\u0642 \u0634\u062C\u0631\u0629 \u0627\u0644\u062A\u0646\u0642\u0644."},showShortcuts:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",desc:"\u0639\u0631\u0636 \u0642\u0633\u0645 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644."},shortcutBadgeDisplay:{name:"\u0634\u0627\u0631\u0629 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631",desc:"\u0645\u0627 \u064A\u062A\u0645 \u0639\u0631\u0636\u0647 \u0628\u062C\u0627\u0646\u0628 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A. \u0627\u0633\u062A\u062E\u062F\u0645 \u0623\u0648\u0627\u0645\u0631 '\u0641\u062A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631 1-9' \u0644\u0641\u062A\u062D \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0645\u0628\u0627\u0634\u0631\u0629.",options:{index:"\u0627\u0644\u0645\u0648\u0636\u0639 (1-9)",count:"\u0639\u062F\u062F \u0627\u0644\u0639\u0646\u0627\u0635\u0631",none:"\u0644\u0627 \u0634\u064A\u0621"}},showRecentNotes:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629",desc:"\u0639\u0631\u0636 \u0642\u0633\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644."},hideRecentNotes:{name:"\u0625\u062E\u0641\u0627\u0621 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u0627\u062E\u062A\u0631 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0631\u0627\u062F \u0625\u062E\u0641\u0627\u0624\u0647\u0627 \u0641\u064A \u0642\u0633\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629.",options:{none:"\u0644\u0627 \u0634\u064A\u0621",folderNotes:"\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A"}},recentNotesCount:{name:"\u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629",desc:"\u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629."},pinRecentNotesWithShortcuts:{name:"\u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629 \u0645\u0639 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",desc:"\u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u062D\u062F\u064A\u062B\u0629 \u0639\u0646\u062F \u062A\u062B\u0628\u064A\u062A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A."},calendarEnabled:{name:"\u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u062A\u0642\u0648\u064A\u0645",desc:"\u062A\u0641\u0639\u064A\u0644 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u062A\u0642\u0648\u064A\u0645 \u0641\u064A Notebook Navigator."},calendarPlacement:{name:"\u0645\u0648\u0636\u0639 \u0627\u0644\u062A\u0642\u0648\u064A\u0645",desc:"\u0627\u0644\u0639\u0631\u0636 \u0641\u064A \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0645\u0646 \u0623\u0648 \u0627\u0644\u0623\u064A\u0633\u0631.",options:{leftSidebar:"\u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0645\u0646",rightSidebar:"\u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0633\u0631"}},calendarLeftPlacement:{name:"\u0645\u0648\u0636\u0639 \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0641\u0631\u062F\u064A",desc:"\u0645\u0643\u0627\u0646 \u0639\u0631\u0636 \u0627\u0644\u062A\u0642\u0648\u064A\u0645 \u0641\u064A \u0648\u0636\u0639 \u0627\u0644\u062C\u0632\u0621 \u0627\u0644\u0641\u0631\u062F\u064A.",options:{navigationPane:"\u062C\u0632\u0621 \u0627\u0644\u062A\u0646\u0642\u0644",below:"\u0623\u0633\u0641\u0644 \u0627\u0644\u0623\u062C\u0632\u0627\u0621"}},calendarLocale:{name:"\u0627\u0644\u0644\u063A\u0629",desc:"\u0627\u0644\u062A\u062D\u0643\u0645 \u0641\u064A \u062A\u0631\u0642\u064A\u0645 \u0627\u0644\u0623\u0633\u0627\u0628\u064A\u0639 \u0648\u0627\u0644\u064A\u0648\u0645 \u0627\u0644\u0623\u0648\u0644 \u0645\u0646 \u0627\u0644\u0623\u0633\u0628\u0648\u0639.",incompatibleWeekPatternWarning:'\u0646\u0645\u0637 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0623\u0633\u0628\u0648\u0639\u064A\u0629 \u064A\u0633\u062A\u062E\u062F\u0645 \u0631\u0645\u0648\u0632 \u0623\u0633\u0628\u0648\u0639 ISO ("W" \u0623\u0648 "G"). \u0633\u064A\u0639\u0631\u0636 \u0627\u0644\u062A\u0642\u0648\u064A\u0645 \u0627\u0644\u0623\u0633\u0627\u0628\u064A\u0639 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 \u064A\u0648\u0645 \u0627\u0644\u0627\u062B\u0646\u064A\u0646 \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0627\u0644\u064A\u0648\u0645 \u0627\u0644\u0623\u0648\u0644 \u0644\u0644\u0623\u0633\u0628\u0648\u0639 \u0641\u064A \u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629.',options:{systemDefault:"\u0627\u0641\u062A\u0631\u0627\u0636\u064A"}},calendarWeekendDays:{name:"\u0623\u064A\u0627\u0645 \u0639\u0637\u0644\u0629 \u0646\u0647\u0627\u064A\u0629 \u0627\u0644\u0623\u0633\u0628\u0648\u0639",desc:"\u0639\u0631\u0636 \u0623\u064A\u0627\u0645 \u0639\u0637\u0644\u0629 \u0646\u0647\u0627\u064A\u0629 \u0627\u0644\u0623\u0633\u0628\u0648\u0639 \u0628\u0644\u0648\u0646 \u062E\u0644\u0641\u064A\u0629 \u0645\u062E\u062A\u0644\u0641.",options:{none:"\u0644\u0627 \u0634\u064A\u0621",satSun:"\u0627\u0644\u0633\u0628\u062A \u0648\u0627\u0644\u0623\u062D\u062F",friSat:"\u0627\u0644\u062C\u0645\u0639\u0629 \u0648\u0627\u0644\u0633\u0628\u062A",thuFri:"\u0627\u0644\u062E\u0645\u064A\u0633 \u0648\u0627\u0644\u062C\u0645\u0639\u0629"}},calendarMonthHeadingFormat:{name:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0631",desc:"\u0627\u0633\u0645 \u0627\u0644\u0634\u0647\u0631 \u0639\u0627\u062F\u064A \u0623\u0648 \u0645\u062E\u062A\u0635\u0631 \u0639\u0646\u062F\u0645\u0627 \u064A\u0643\u0648\u0646 \u0639\u0631\u0636 \u0627\u0644\u0633\u0646\u0629 \u0645\u062E\u0641\u064A\u064B\u0627.",options:{full:"\u064A\u0646\u0627\u064A\u0631 (\u0643\u0627\u0645\u0644)",short:"\u064A\u0646\u0627\u064A\u0631 (\u0645\u062E\u062A\u0635\u0631)"}},showInfoButtons:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A",desc:"\u0639\u0631\u0636 \u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0641\u064A \u0634\u0631\u064A\u0637 \u0627\u0644\u0628\u062D\u062B \u0648\u0631\u0623\u0633 \u0627\u0644\u062A\u0642\u0648\u064A\u0645."},calendarWeeksToShow:{name:"\u0627\u0644\u0623\u0633\u0627\u0628\u064A\u0639 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0641\u064A \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0645\u0646",desc:"\u0627\u0644\u062A\u0642\u0648\u064A\u0645 \u0641\u064A \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0633\u0631 \u064A\u0639\u0631\u0636 \u0627\u0644\u0634\u0647\u0631 \u0643\u0627\u0645\u0644\u0627\u064B \u062F\u0627\u0626\u0645\u0627\u064B.",options:{fullMonth:"\u0634\u0647\u0631 \u0643\u0627\u0645\u0644",oneWeek:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F",weeksCount:"{count} \u0623\u0633\u0627\u0628\u064A\u0639"}},calendarHighlightToday:{name:"\u062A\u0645\u064A\u064A\u0632 \u062A\u0627\u0631\u064A\u062E \u0627\u0644\u064A\u0648\u0645",desc:"\u062A\u0645\u064A\u064A\u0632 \u062A\u0627\u0631\u064A\u062E \u0627\u0644\u064A\u0648\u0645 \u0628\u0644\u0648\u0646 \u062E\u0644\u0641\u064A\u0629 \u0648\u0646\u0635 \u063A\u0627\u0645\u0642."},calendarShowFeatureImage:{name:"\u0639\u0631\u0636 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u064A\u0632\u0629",desc:"\u0639\u0631\u0636 \u0635\u0648\u0631 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0627\u0644\u062A\u0642\u0648\u064A\u0645."},calendarShowWeekNumber:{name:"\u0639\u0631\u0636 \u0631\u0642\u0645 \u0627\u0644\u0623\u0633\u0628\u0648\u0639",desc:"\u0625\u0636\u0627\u0641\u0629 \u0639\u0645\u0648\u062F \u0628\u0631\u0642\u0645 \u0627\u0644\u0623\u0633\u0628\u0648\u0639."},calendarShowQuarter:{name:"\u0639\u0631\u0636 \u0627\u0644\u0631\u0628\u0639",desc:"\u0625\u0636\u0627\u0641\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0631\u0628\u0639 \u0641\u064A \u0631\u0623\u0633 \u0627\u0644\u062A\u0642\u0648\u064A\u0645."},calendarShowYearCalendar:{name:"\u0639\u0631\u0636 \u062A\u0642\u0648\u064A\u0645 \u0627\u0644\u0633\u0646\u0629",desc:"\u0639\u0631\u0636 \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u064A\u0646 \u0627\u0644\u0633\u0646\u0648\u0627\u062A \u0648\u0634\u0628\u0643\u0629 \u0627\u0644\u0623\u0634\u0647\u0631 \u0641\u064A \u0627\u0644\u0634\u0631\u064A\u0637 \u0627\u0644\u062C\u0627\u0646\u0628\u064A \u0627\u0644\u0623\u064A\u0645\u0646."},calendarConfirmBeforeCreate:{name:"\u062A\u0623\u0643\u064A\u062F \u0642\u0628\u0644 \u0627\u0644\u0625\u0646\u0634\u0627\u0621",desc:"\u0639\u0631\u0636 \u0645\u0631\u0628\u0639 \u062D\u0648\u0627\u0631 \u062A\u0623\u0643\u064A\u062F \u0639\u0646\u062F \u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0629 \u064A\u0648\u0645\u064A\u0629 \u062C\u062F\u064A\u062F\u0629."},calendarIntegrationMode:{name:"\u0645\u0635\u062F\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u064A\u0648\u0645\u064A\u0629",desc:"\u0645\u0635\u062F\u0631 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u0642\u0648\u064A\u0645.",options:{dailyNotes:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u064A\u0648\u0645\u064A\u0629 (\u0627\u0644\u0645\u0643\u0648\u0651\u0646 \u0627\u0644\u0625\u0636\u0627\u0641\u064A \u0627\u0644\u0623\u0633\u0627\u0633\u064A)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u064A\u062A\u0645 \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u0645\u062C\u0644\u062F \u0648\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0641\u064A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u064A\u0648\u0645\u064A\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629."}},calendarCustomRootFolder:{name:"\u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062C\u0630\u0631",desc:"\u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0623\u0633\u0627\u0633\u064A \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062F\u0648\u0631\u064A\u0629. \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u062A\u0636\u0645\u0646 \u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0645\u062C\u0644\u062F\u0627\u062A \u0641\u0631\u0639\u064A\u0629. \u064A\u062A\u063A\u064A\u0631 \u0645\u0639 \u0645\u0644\u0641 \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u062E\u0632\u0646\u0629 \u0627\u0644\u0645\u062D\u062F\u062F.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u0645\u0648\u0642\u0639 \u0645\u062C\u0644\u062F \u0627\u0644\u0642\u0648\u0627\u0644\u0628",desc:"\u064A\u0639\u0631\u0636 \u0645\u0646\u062A\u0642\u064A \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u062C\u0644\u062F.",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u064A\u0648\u0645\u064A\u0629",desc:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0645\u0633\u0627\u0631 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0646\u0633\u064A\u0642 \u062A\u0627\u0631\u064A\u062E Moment. \u0636\u0639 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0628\u064A\u0646 \u0623\u0642\u0648\u0627\u0633 \u0645\u0639\u0642\u0648\u0641\u0629\u060C \u0645\u062B\u0627\u0644 [Work]/YYYY. \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0642\u0627\u0644\u0628 \u0644\u062A\u0639\u064A\u064A\u0646 \u0642\u0627\u0644\u0628. \u062D\u062F\u062F \u0645\u0648\u0642\u0639 \u0645\u062C\u0644\u062F \u0627\u0644\u0642\u0648\u0627\u0644\u0628 \u0641\u064A \u0639\u0627\u0645 > \u0642\u0648\u0627\u0644\u0628.",momentDescPrefix:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0645\u0633\u0627\u0631 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 ",momentLinkText:"\u062A\u0646\u0633\u064A\u0642 \u062A\u0627\u0631\u064A\u062E Moment",momentDescSuffix:". \u0636\u0639 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0628\u064A\u0646 \u0623\u0642\u0648\u0627\u0633 \u0645\u0639\u0642\u0648\u0641\u0629\u060C \u0645\u062B\u0627\u0644 [Work]/YYYY. \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0623\u064A\u0642\u0648\u0646\u0629 \u0627\u0644\u0642\u0627\u0644\u0628 \u0644\u062A\u0639\u064A\u064A\u0646 \u0642\u0627\u0644\u0628. \u062D\u062F\u062F \u0645\u0648\u0642\u0639 \u0645\u062C\u0644\u062F \u0627\u0644\u0642\u0648\u0627\u0644\u0628 \u0641\u064A \u0639\u0627\u0645 > \u0642\u0648\u0627\u0644\u0628.",placeholder:"YYYY/YYYYMMDD",example:"\u0627\u0644\u0635\u064A\u063A\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629: {path}",parsingError:"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0642\u0648\u0645 \u0627\u0644\u0646\u0645\u0637 \u0628\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u062B\u0645 \u062A\u062D\u0644\u064A\u0644\u0647 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0643\u062A\u0627\u0631\u064A\u062E \u0643\u0627\u0645\u0644 (\u0627\u0644\u0633\u0646\u0629\u060C \u0627\u0644\u0634\u0647\u0631\u060C \u0627\u0644\u064A\u0648\u0645)."},calendarCustomWeekPattern:{name:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0623\u0633\u0628\u0648\u0639\u064A\u0629",parsingError:"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0642\u0648\u0645 \u0627\u0644\u0646\u0645\u0637 \u0628\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0623\u0633\u0628\u0648\u0639 \u062B\u0645 \u062A\u062D\u0644\u064A\u0644\u0647 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0643\u0623\u0633\u0628\u0648\u0639 \u0643\u0627\u0645\u0644 (\u0633\u0646\u0629 \u0627\u0644\u0623\u0633\u0628\u0648\u0639\u060C \u0631\u0642\u0645 \u0627\u0644\u0623\u0633\u0628\u0648\u0639).",localeMismatchWarning:'\u0647\u0630\u0627 \u0627\u0644\u0646\u0645\u0637 \u064A\u0633\u062A\u062E\u062F\u0645 \u0631\u0645\u0648\u0632 \u0623\u0633\u0628\u0648\u0639 ISO ("W" \u0623\u0648 "G"). \u0633\u064A\u0639\u0631\u0636 \u0627\u0644\u062A\u0642\u0648\u064A\u0645 \u0627\u0644\u0623\u0633\u0627\u0628\u064A\u0639 \u0628\u062F\u0621\u064B\u0627 \u0645\u0646 \u064A\u0648\u0645 \u0627\u0644\u0627\u062B\u0646\u064A\u0646. \u0627\u0633\u062A\u062E\u062F\u0645 "w" \u0623\u0648 "g" \u0625\u0630\u0627 \u0643\u0627\u0646\u062A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0623\u0633\u0628\u0648\u0639\u064A\u0629 \u064A\u062C\u0628 \u0623\u0646 \u062A\u062A\u0628\u0639 \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629.'},calendarCustomMonthPattern:{name:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0634\u0647\u0631\u064A\u0629",parsingError:"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0642\u0648\u0645 \u0627\u0644\u0646\u0645\u0637 \u0628\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0634\u0647\u0631 \u062B\u0645 \u062A\u062D\u0644\u064A\u0644\u0647 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0643\u0634\u0647\u0631 \u0643\u0627\u0645\u0644 (\u0627\u0644\u0633\u0646\u0629\u060C \u0627\u0644\u0634\u0647\u0631)."},calendarCustomQuarterPattern:{name:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0641\u0635\u0644\u064A\u0629",parsingError:"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0642\u0648\u0645 \u0627\u0644\u0646\u0645\u0637 \u0628\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0641\u0635\u0644 \u062B\u0645 \u062A\u062D\u0644\u064A\u0644\u0647 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0643\u0641\u0635\u0644 \u0643\u0627\u0645\u0644 (\u0627\u0644\u0633\u0646\u0629\u060C \u0627\u0644\u0641\u0635\u0644)."},calendarCustomYearPattern:{name:"\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0633\u0646\u0648\u064A\u0629",parsingError:"\u064A\u062C\u0628 \u0623\u0646 \u064A\u0642\u0648\u0645 \u0627\u0644\u0646\u0645\u0637 \u0628\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0633\u0646\u0629 \u062B\u0645 \u062A\u062D\u0644\u064A\u0644\u0647\u0627 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0643\u0633\u0646\u0629 \u0643\u0627\u0645\u0644\u0629 (\u0627\u0644\u0633\u0646\u0629)."},calendarTemplateFile:{current:"\u0645\u0644\u0641 \u0627\u0644\u0642\u0627\u0644\u0628: {name}"},showTooltips:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0644\u0645\u064A\u062D\u0627\u062A",desc:"\u0639\u0631\u0636 \u062A\u0644\u0645\u064A\u062D\u0627\u062A \u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0645\u0639 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0625\u0636\u0627\u0641\u064A\u0629 \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0648\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A."},showTooltipPath:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0633\u0627\u0631",desc:"\u0639\u0631\u0636 \u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F \u0623\u0633\u0641\u0644 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0627\u0644\u062A\u0644\u0645\u064A\u062D\u0627\u062A."},resetPaneSeparator:{name:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0645\u0648\u0636\u0639 \u0641\u0627\u0635\u0644 \u0627\u0644\u0644\u0648\u062D\u0629",desc:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644 \u0627\u0644\u0642\u0627\u0628\u0644 \u0644\u0644\u0633\u062D\u0628 \u0628\u064A\u0646 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644 \u0648\u0644\u0648\u062D\u0629 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0648\u0636\u0639 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A.",buttonText:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0641\u0627\u0635\u0644",notice:"\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0645\u0648\u0636\u0639 \u0627\u0644\u0641\u0627\u0635\u0644. \u0623\u0639\u062F \u062A\u0634\u063A\u064A\u0644 Obsidian \u0623\u0648 \u0623\u0639\u062F \u0641\u062A\u062D \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 \u0644\u0644\u062A\u0637\u0628\u064A\u0642."},settingsTransfer:{name:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0648\u062A\u0635\u062F\u064A\u0631 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",desc:"\u062A\u0635\u062F\u064A\u0631 \u0623\u0648 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 \u0628\u0635\u064A\u063A\u0629 JSON. \u064A\u0624\u062F\u064A \u0627\u0644\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0625\u0644\u0649 \u0627\u0633\u062A\u0628\u062F\u0627\u0644 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",importButtonText:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F",exportButtonText:"\u062A\u0635\u062F\u064A\u0631",import:{modalTitle:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",fileButtonName:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",fileButtonDesc:"\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641 JSON \u0645\u0646 \u0627\u0644\u0642\u0631\u0635.",fileButtonText:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0645\u0646 \u0645\u0644\u0641",editorName:"JSON",editorDesc:"\u0627\u0644\u0635\u0642 \u0623\u0648 \u0639\u062F\u0651\u0644 JSON \u0623\u062F\u0646\u0627\u0647. \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0645\u0636\u0645\u0646\u0629 \u062A\u064F\u0639\u0627\u062F \u0625\u0644\u0649 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u0627\u0633\u062A\u064A\u0631\u0627\u062F",successNotice:"\u062A\u0645 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",errorNotice:"\u0641\u0634\u0644 \u0627\u0633\u062A\u064A\u0631\u0627\u062F \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A: {message}",fileReadError:"\u062A\u0639\u0630\u0651\u0631 \u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641: {message}"},export:{modalTitle:"\u062A\u0635\u062F\u064A\u0631 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",editorName:"JSON",editorDesc:"\u064A\u062A\u0645 \u062A\u0636\u0645\u064A\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 \u0639\u0646 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629 \u0641\u0642\u0637.",placeholder:"{}",copyButtonText:"\u0646\u0633\u062E \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629",downloadButtonText:"\u062A\u0646\u0632\u064A\u0644",copyNotice:"\u062A\u0645 \u0646\u0633\u062E \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0625\u0644\u0649 \u0627\u0644\u062D\u0627\u0641\u0638\u0629.",downloadNotice:"\u062A\u0645 \u062A\u0635\u062F\u064A\u0631 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",downloadError:"\u0641\u0634\u0644 \u062A\u0646\u0632\u064A\u0644 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A: {message}"}},resetAllSettings:{name:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",desc:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u062C\u0645\u064A\u0639 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629.",buttonText:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",confirmTitle:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A\u061F",confirmMessage:"\u0633\u064A\u0624\u062F\u064A \u0647\u0630\u0627 \u0625\u0644\u0649 \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u062C\u0645\u064A\u0639 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 \u0625\u0644\u0649 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A\u0629. \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0631\u0627\u062C\u0639 \u0639\u0646 \u0630\u0644\u0643.",confirmButtonText:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",notice:"\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u062C\u0645\u064A\u0639 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A. \u0623\u0639\u062F \u062A\u0634\u063A\u064A\u0644 Obsidian \u0623\u0648 \u0623\u0639\u062F \u0641\u062A\u062D \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 \u0644\u0644\u062A\u0637\u0628\u064A\u0642.",error:"\u0641\u0634\u0644 \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A."},multiSelectModifier:{name:"\u0645\u0639\u062F\u0644 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u062A\u0639\u062F\u062F",desc:"\u0627\u062E\u062A\u0631 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0630\u064A \u064A\u0628\u062F\u0644 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u062A\u0639\u062F\u062F. \u0639\u0646\u062F \u0627\u062E\u062A\u064A\u0627\u0631 Option/Alt\u060C \u0627\u0644\u0646\u0642\u0631 \u0645\u0639 Cmd/Ctrl \u064A\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629.",options:{cmdCtrl:"\u0627\u0644\u0646\u0642\u0631 \u0645\u0639 Cmd/Ctrl",optionAlt:"\u0627\u0644\u0646\u0642\u0631 \u0645\u0639 Option/Alt"}},enterToOpenFiles:{name:"\u0627\u0636\u063A\u0637 Enter \u0644\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0641\u0642\u0637 \u0639\u0646\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 Enter \u0623\u062B\u0646\u0627\u0621 \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0641\u064A \u0627\u0644\u0642\u0627\u0626\u0645\u0629."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"\u0627\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629 \u0623\u0648 \u062A\u0642\u0633\u064A\u0645 \u0623\u0648 \u0646\u0627\u0641\u0630\u0629 \u0639\u0646\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"\u0627\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629 \u0623\u0648 \u062A\u0642\u0633\u064A\u0645 \u0623\u0648 \u0646\u0627\u0641\u0630\u0629 \u0639\u0646\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"\u0627\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629 \u0623\u0648 \u062A\u0642\u0633\u064A\u0645 \u0623\u0648 \u0646\u0627\u0641\u0630\u0629 \u0639\u0646\u062F \u0627\u0644\u0636\u063A\u0637 \u0639\u0644\u0649 Ctrl+Enter."},mouseBackForwardAction:{name:"\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0631\u062C\u0648\u0639/\u0627\u0644\u062A\u0642\u062F\u0645 \u0641\u064A \u0627\u0644\u0641\u0623\u0631\u0629",desc:"\u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u0644\u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u0631\u062C\u0648\u0639 \u0648\u0627\u0644\u062A\u0642\u062F\u0645 \u0641\u064A \u0627\u0644\u0641\u0623\u0631\u0629 \u0639\u0644\u0649 \u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628.",options:{none:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A \u0644\u0644\u0646\u0638\u0627\u0645",singlePaneSwitch:"\u062A\u0628\u062F\u064A\u0644 \u0627\u0644\u0623\u0644\u0648\u0627\u062D (\u0644\u0648\u062D \u0648\u0627\u062D\u062F)",history:"\u0627\u0644\u062A\u0646\u0642\u0644 \u0641\u064A \u0627\u0644\u0633\u062C\u0644"}},fileVisibility:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"\u062A\u0635\u0641\u064A\u0629 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0641\u064A \u0627\u0644\u0645\u062A\u0635\u0641\u062D. \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u063A\u064A\u0631 \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629 \u0645\u0646 Obsidian \u0642\u062F \u062A\u0641\u062A\u062D \u0641\u064A \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u062E\u0627\u0631\u062C\u064A\u0629.",options:{documents:"\u0645\u0633\u062A\u0646\u062F\u0627\u062A (.md, .canvas, .base)",supported:"\u0645\u062F\u0639\u0648\u0645\u0629 (\u062A\u0641\u062A\u062D \u0641\u064A Obsidian)",all:"\u0627\u0644\u0643\u0644 (\u0642\u062F \u062A\u0641\u062A\u062D \u062E\u0627\u0631\u062C\u064A\u064B\u0627)"}},homepage:{name:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",desc:"\u0627\u062E\u062A\u0631 \u0645\u0627 \u064A\u0641\u062A\u062D\u0647 Notebook Navigator \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0646\u062F \u0628\u062F\u0621 \u0627\u0644\u062A\u0634\u063A\u064A\u0644.",current:"\u0627\u0644\u062D\u0627\u0644\u064A: {path}",chooseButton:"\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641",options:{none:"\u0644\u0627 \u0634\u064A\u0621",file:"\u0645\u0644\u0641",dailyNote:"\u0645\u0644\u0627\u062D\u0638\u0629 \u064A\u0648\u0645\u064A\u0629",weeklyNote:"\u0645\u0644\u0627\u062D\u0638\u0629 \u0623\u0633\u0628\u0648\u0639\u064A\u0629",monthlyNote:"\u0645\u0644\u0627\u062D\u0638\u0629 \u0634\u0647\u0631\u064A\u0629",quarterlyNote:"\u0645\u0644\u0627\u062D\u0638\u0629 \u0631\u0628\u0639 \u0633\u0646\u0648\u064A\u0629"},file:{name:"\u0645\u0644\u0641 \u0628\u062F\u0621 \u0627\u0644\u062A\u0634\u063A\u064A\u0644",empty:"\u0644\u0645 \u064A\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641"}},excludedNotes:{name:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0628\u0642\u0648\u0627\u0639\u062F \u0627\u0644\u062E\u0635\u0627\u0626\u0635 (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"\u0642\u0627\u0626\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u0645\u0646 \u0642\u0648\u0627\u0639\u062F \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629. \u0627\u0633\u062A\u062E\u062F\u0645 \u0625\u062F\u062E\u0627\u0644\u0627\u062A `key` \u0623\u0648 `key=value` (\u0645\u062B\u0644 status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u0644\u0641\u0627\u062A (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"\u0642\u0627\u0626\u0645\u0629 \u0623\u0646\u0645\u0627\u0637 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u0644\u0644\u0625\u062E\u0641\u0627\u0621. \u064A\u062F\u0639\u0645 \u0623\u062D\u0631\u0641 \u0627\u0644\u0628\u062F\u0644 * \u0648\u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A / (\u0645\u062B\u0644 temp-*\u060C *.png\u060C /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629",desc:"\u062A\u062E\u0632\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0631\u0624\u064A\u0629 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0645\u062E\u0641\u064A\u0629 \u0648\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0645\u062E\u0641\u064A\u0629 \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u062E\u0641\u064A\u0629 \u0648\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062E\u0641\u064A\u0629 \u0648\u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0648\u0634\u0639\u0627\u0631 \u0627\u0644\u062A\u0646\u0642\u0644. \u0628\u062F\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0645\u0646 \u0631\u0623\u0633 \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644.",defaultName:"\u0627\u0641\u062A\u0631\u0627\u0636\u064A",addButton:"\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641",editProfilesButton:"\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",addProfileOption:"\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641...",applyButton:"\u062A\u0637\u0628\u064A\u0642",deleteButton:"\u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0641",addModalTitle:"\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641",editProfilesModalTitle:"\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",addModalPlaceholder:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641",deleteModalTitle:"\u062D\u0630\u0641 {name}",deleteModalMessage:"\u0625\u0632\u0627\u0644\u0629 {name}\u061F \u0633\u064A\u062A\u0645 \u062D\u0630\u0641 \u0645\u0631\u0634\u062D\u0627\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0648\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062E\u0641\u064A\u0629 \u0627\u0644\u0645\u062D\u0641\u0648\u0638\u0629 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641.",moveUp:"\u062A\u062D\u0631\u064A\u0643 \u0644\u0623\u0639\u0644\u0649",moveDown:"\u062A\u062D\u0631\u064A\u0643 \u0644\u0623\u0633\u0641\u0644",errors:{emptyName:"\u0623\u062F\u062E\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641",duplicateName:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644"}},vaultTitle:{name:"\u0645\u0648\u0636\u0639 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u062E\u0632\u0646\u0629",desc:"\u0627\u062E\u062A\u0631 \u0645\u0643\u0627\u0646 \u0639\u0631\u0636 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u062E\u0632\u0646\u0629.",options:{header:"\u0639\u0631\u0636 \u0641\u064A \u0627\u0644\u0631\u0623\u0633",navigation:"\u0639\u0631\u0636 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644"}},excludedFolders:{name:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"\u0642\u0627\u0626\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0644\u0625\u062E\u0641\u0627\u0626\u0647\u0627. \u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u0627\u0633\u0645: assets* (\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0628\u062F\u0623 \u0628\u0640 assets)\u060C *_temp (\u0627\u0644\u062A\u064A \u062A\u0646\u062A\u0647\u064A \u0628\u0640 _temp). \u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u0645\u0633\u0627\u0631: /archive (\u0627\u0644\u0623\u0631\u0634\u064A\u0641 \u0627\u0644\u062C\u0630\u0631\u064A \u0641\u0642\u0637)\u060C /res* (\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u062C\u0630\u0631\u064A\u0629 \u0627\u0644\u062A\u064A \u062A\u0628\u062F\u0623 \u0628\u0640 res)\u060C /*/temp (\u0645\u062C\u0644\u062F\u0627\u062A temp \u0628\u0645\u0633\u062A\u0648\u0649 \u0648\u0627\u062D\u062F)\u060C /projects/* (\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u062F\u0627\u062E\u0644 projects).",placeholder:"templates, assets*, /archive, /res*"},showFileDate:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0627\u0631\u064A\u062E",desc:"\u0639\u0631\u0636 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0623\u0633\u0641\u0644 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A."},alphabeticalDateMode:{name:"\u0639\u0646\u062F \u0627\u0644\u062A\u0631\u062A\u064A\u0628 \u062D\u0633\u0628 \u0627\u0644\u0627\u0633\u0645",desc:"\u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0645\u0639\u0631\u0648\u0636 \u0639\u0646\u062F \u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0623\u0628\u062C\u062F\u064A\u064B\u0627.",options:{created:"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621",modified:"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062A\u0639\u062F\u064A\u0644"}},showFileTags:{name:"\u0625\u0638\u0647\u0627\u0631 \u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u0639\u0631\u0636 \u0648\u0633\u0648\u0645 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0646\u0642\u0631 \u0641\u064A \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},showFileTagAncestors:{name:"\u0625\u0638\u0647\u0627\u0631 \u0645\u0633\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0643\u0627\u0645\u0644\u0629",desc:"\u0639\u0631\u0636 \u0645\u0633\u0627\u0631\u0627\u062A \u062A\u0633\u0644\u0633\u0644 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0643\u0627\u0645\u0644\u0629. \u0639\u0646\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646: 'ai/openai'\u060C 'work/projects/2024'. \u0639\u0646\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644: 'openai'\u060C '2024'."},colorFileTags:{name:"\u062A\u0644\u0648\u064A\u0646 \u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0648\u0633\u0648\u0645 \u0639\u0644\u0649 \u0634\u0627\u0631\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 \u0641\u064A \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},prioritizeColoredFileTags:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u0644\u0648\u0646\u0629 \u0623\u0648\u0644\u0627\u064B",desc:"\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u0644\u0648\u0646\u0629 \u0642\u0628\u0644 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0623\u062E\u0631\u0649 \u0641\u064A \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},showFileTagsInCompactMode:{name:"\u0625\u0638\u0647\u0627\u0631 \u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0641\u064A \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0636\u063A\u0648\u0637",desc:"\u0639\u0631\u0636 \u0627\u0644\u0648\u0633\u0648\u0645 \u0639\u0646\u062F \u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u062A\u0627\u0631\u064A\u062E \u0648\u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629 \u0648\u0627\u0644\u0635\u0648\u0631\u0629."},showFileProperties:{name:"\u0625\u0638\u0647\u0627\u0631 \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u0639\u0631\u0636 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0646\u0642\u0631 \u0641\u064A \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},colorFileProperties:{name:"\u062A\u0644\u0648\u064A\u0646 \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0639\u0644\u0649 \u0634\u0627\u0631\u0627\u062A \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0641\u064A \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},prioritizeColoredFileProperties:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0644\u0648\u0646\u0629 \u0623\u0648\u0644\u0627\u064B",desc:"\u062A\u0631\u062A\u064A\u0628 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0644\u0648\u0646\u0629 \u0642\u0628\u0644 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0623\u062E\u0631\u0649 \u0641\u064A \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},showFilePropertiesInCompactMode:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0641\u064A \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0636\u063A\u0648\u0637",desc:"\u0639\u0631\u0636 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0639\u0646\u062F \u062A\u0641\u0639\u064A\u0644 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0636\u063A\u0648\u0637."},notePropertyType:{name:"\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",desc:"\u062D\u062F\u062F \u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0644\u0639\u0631\u0636\u0647\u0627 \u0641\u064A \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.",options:{frontmatter:"\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629",wordCount:"\u0639\u062F\u062F \u0627\u0644\u0643\u0644\u0645\u0627\u062A",none:"\u0644\u0627 \u0634\u064A\u0621"}},propertyFields:{name:"\u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062E\u0635\u0627\u0626\u0635 (\u0645\u0644\u0641 \u0627\u0644\u0642\u0628\u0648)",desc:"\u0645\u0641\u0627\u062A\u064A\u062D \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629\u060C \u0645\u0639 \u0625\u0645\u0643\u0627\u0646\u064A\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0641\u064A \u0631\u0624\u064A\u0629 \u0643\u0644 \u0645\u0641\u062A\u0627\u062D \u0644\u0644\u062A\u0646\u0642\u0644 \u0648\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.",addButtonTooltip:"\u062A\u0643\u0648\u064A\u0646 \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062E\u0635\u0627\u0626\u0635",noneConfigured:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u0643\u0648\u064A\u0646 \u0623\u064A \u062E\u0635\u0627\u0626\u0635",singleConfigured:"\u062E\u0627\u0635\u064A\u0629 \u0648\u0627\u062D\u062F\u0629 \u0645\u0643\u0648\u0651\u0646\u0629: {properties}",multipleConfigured:"{count} \u062E\u0635\u0627\u0626\u0635 \u0645\u0643\u0648\u0651\u0646\u0629: {properties}"},showPropertiesOnSeparateRows:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0641\u064A \u0635\u0641\u0648\u0641 \u0645\u0646\u0641\u0635\u0644\u0629",desc:"\u0639\u0631\u0636 \u0643\u0644 \u062E\u0627\u0635\u064A\u0629 \u0641\u064A \u0635\u0641 \u0645\u0646\u0641\u0635\u0644."},enablePropertyInternalLinks:{name:"\u0631\u0628\u0637 \u0634\u0627\u0631\u0627\u062A \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0628\u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A",desc:"\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0634\u0627\u0631\u0629 \u062E\u0627\u0635\u064A\u0629 \u0644\u0641\u062A\u062D \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629."},enablePropertyExternalLinks:{name:"\u0631\u0628\u0637 \u0634\u0627\u0631\u0627\u062A \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0628\u0627\u0644\u0631\u0648\u0627\u0628\u0637",desc:"\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0634\u0627\u0631\u0629 \u062E\u0627\u0635\u064A\u0629 \u0644\u0641\u062A\u062D \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u0631\u062A\u0628\u0637."},dateFormat:{name:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0631\u064A\u062E",desc:"\u062A\u0646\u0633\u064A\u0642 \u0639\u0631\u0636 \u0627\u0644\u062A\u0648\u0627\u0631\u064A\u062E (\u064A\u0633\u062A\u062E\u062F\u0645 \u062A\u0646\u0633\u064A\u0642 Moment).",placeholder:"D MMM YYYY",help:`\u0627\u0644\u062A\u0646\u0633\u064A\u0642\u0627\u062A \u0627\u0644\u0634\u0627\u0626\u0639\u0629: +D MMM YYYY = 25 \u0645\u0627\u064A\u0648 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +\u0627\u0644\u0631\u0645\u0648\u0632: +YYYY/YY = \u0627\u0644\u0633\u0646\u0629 +MMMM/MMM/MM = \u0627\u0644\u0634\u0647\u0631 +DD/D = \u0627\u0644\u064A\u0648\u0645 +dddd/ddd = \u064A\u0648\u0645 \u0627\u0644\u0623\u0633\u0628\u0648\u0639`,helpTooltip:"\u062A\u0646\u0633\u064A\u0642 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 Moment",momentLinkText:"\u062A\u0646\u0633\u064A\u0642 Moment"},timeFormat:{name:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0648\u0642\u062A",desc:"\u062A\u0646\u0633\u064A\u0642 \u0639\u0631\u0636 \u0627\u0644\u0623\u0648\u0642\u0627\u062A (\u064A\u0633\u062A\u062E\u062F\u0645 \u062A\u0646\u0633\u064A\u0642 Moment).",placeholder:"h:mm a",help:`\u0627\u0644\u062A\u0646\u0633\u064A\u0642\u0627\u062A \u0627\u0644\u0634\u0627\u0626\u0639\u0629: +h:mm a = 2:30 \u0645 (12 \u0633\u0627\u0639\u0629) +HH:mm = 14:30 (24 \u0633\u0627\u0639\u0629) +h:mm:ss a = 2:30:45 \u0645 +HH:mm:ss = 14:30:45 + +\u0627\u0644\u0631\u0645\u0648\u0632: +HH/H = 24 \u0633\u0627\u0639\u0629 +hh/h = 12 \u0633\u0627\u0639\u0629 +mm = \u0627\u0644\u062F\u0642\u0627\u0626\u0642 +ss = \u0627\u0644\u062B\u0648\u0627\u0646\u064A +a = \u0635/\u0645`,helpTooltip:"\u062A\u0646\u0633\u064A\u0642 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 Moment",momentLinkText:"\u062A\u0646\u0633\u064A\u0642 Moment"},showFilePreview:{name:"\u0625\u0638\u0647\u0627\u0631 \u0645\u0639\u0627\u064A\u0646\u0629 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",desc:"\u0639\u0631\u0636 \u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629 \u0623\u0633\u0641\u0644 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A."},skipHeadingsInPreview:{name:"\u062A\u062E\u0637\u064A \u0627\u0644\u0639\u0646\u0627\u0648\u064A\u0646 \u0641\u064A \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629",desc:"\u062A\u062E\u0637\u064A \u0633\u0637\u0648\u0631 \u0627\u0644\u0639\u0646\u0627\u0648\u064A\u0646 \u0639\u0646\u062F \u0625\u0646\u0634\u0627\u0621 \u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629."},skipCodeBlocksInPreview:{name:"\u062A\u062E\u0637\u064A \u0643\u062A\u0644 \u0627\u0644\u0643\u0648\u062F \u0641\u064A \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629",desc:"\u062A\u062E\u0637\u064A \u0643\u062A\u0644 \u0627\u0644\u0643\u0648\u062F \u0639\u0646\u062F \u0625\u0646\u0634\u0627\u0621 \u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629."},stripHtmlInPreview:{name:"\u0625\u0632\u0627\u0644\u0629 HTML \u0645\u0646 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0627\u062A",desc:"\u0625\u0632\u0627\u0644\u0629 \u0639\u0644\u0627\u0645\u0627\u062A HTML \u0645\u0646 \u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629. \u0642\u062F \u064A\u0624\u062B\u0631 \u0639\u0644\u0649 \u0627\u0644\u0623\u062F\u0627\u0621 \u0641\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0643\u0628\u064A\u0631\u0629."},stripLatexInPreview:{name:"\u0625\u0632\u0627\u0644\u0629 LaTeX \u0645\u0646 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0627\u062A",desc:"\u0625\u0632\u0627\u0644\u0629 \u062A\u0639\u0628\u064A\u0631\u0627\u062A LaTeX \u0627\u0644\u0645\u0636\u0645\u0646\u0629 \u0648\u0627\u0644\u0643\u062A\u0644\u064A\u0629 \u0645\u0646 \u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629."},previewProperties:{name:"\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629",desc:"\u0642\u0627\u0626\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u0645\u0646 \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629. \u0633\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u0648\u0644 \u062E\u0627\u0635\u064A\u0629 \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0646\u0635.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u0627\u0644\u0631\u062C\u0648\u0639 \u0625\u0644\u0649 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629",desc:"\u0639\u0631\u0636 \u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0643\u0645\u0639\u0627\u064A\u0646\u0629 \u0639\u0646\u062F\u0645\u0627 \u0644\u0627 \u062A\u062D\u062A\u0648\u064A \u0623\u064A \u0645\u0646 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0639\u0644\u0649 \u0646\u0635."},previewRows:{name:"\u0635\u0641\u0648\u0641 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629",desc:"\u0639\u062F\u062F \u0627\u0644\u0635\u0641\u0648\u0641 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0644\u0646\u0635 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629.",options:{1:"\u0635\u0641 \u0648\u0627\u062D\u062F",2:"\u0635\u0641\u0627\u0646",3:"3 \u0635\u0641\u0648\u0641",4:"4 \u0635\u0641\u0648\u0641",5:"5 \u0635\u0641\u0648\u0641"}},fileNameRows:{name:"\u0635\u0641\u0648\u0641 \u0627\u0644\u0639\u0646\u0648\u0627\u0646",desc:"\u0639\u062F\u062F \u0627\u0644\u0635\u0641\u0648\u0641 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629 \u0644\u0639\u0646\u0627\u0648\u064A\u0646 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A.",options:{1:"\u0635\u0641 \u0648\u0627\u062D\u062F",2:"\u0635\u0641\u0627\u0646"}},showFeatureImage:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0645\u064A\u0632\u0629",desc:"\u0639\u0631\u0636 \u0635\u0648\u0631\u0629 \u0645\u0635\u063A\u0631\u0629 \u0644\u0623\u0648\u0644 \u0635\u0648\u0631\u0629 \u0645\u0648\u062C\u0648\u062F\u0629 \u0641\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629."},forceSquareFeatureImage:{name:"\u0641\u0631\u0636 \u0635\u0648\u0631\u0629 \u0645\u0645\u064A\u0632\u0629 \u0645\u0631\u0628\u0639\u0629",desc:"\u0639\u0631\u0636 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0645\u064A\u0632\u0629 \u0643\u0635\u0648\u0631 \u0645\u0635\u063A\u0631\u0629 \u0645\u0631\u0628\u0639\u0629."},featureImageProperties:{name:"\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0635\u0648\u0631\u0629",desc:"\u0642\u0627\u0626\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u0645\u0646 \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0644\u062A\u062D\u0642\u0642 \u0645\u0646\u0647\u0627 \u0623\u0648\u0644\u0627\u064B. \u064A\u0633\u062A\u062E\u062F\u0645 \u0623\u0648\u0644 \u0635\u0648\u0631\u0629 \u0641\u064A \u0645\u062D\u062A\u0648\u0649 markdown \u0643\u0628\u062F\u064A\u0644.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"\u0627\u0633\u062A\u0628\u0639\u0627\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:"\u0642\u0627\u0626\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u0645\u0646 \u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629. \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0623\u064A \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0644\u0627 \u062A\u062E\u0632\u0646 \u0635\u0648\u0631 \u0627\u0644\u0639\u0631\u0636.",placeholder:"private, confidential"},featureImageSize:{name:"\u062D\u062C\u0645 \u0639\u0631\u0636 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u064A\u0632\u0629",desc:"\u0627\u0644\u062D\u062C\u0645 \u0627\u0644\u0623\u0642\u0635\u0649 \u0627\u0644\u0645\u0639\u0631\u0648\u0636 \u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064A\u0632\u0629 \u0641\u064A \u0642\u0648\u0627\u0626\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u062F\u0642\u0629 \u0628\u0643\u0633\u0644 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u064A\u0632\u0629",desc:"\u0627\u0644\u062F\u0642\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u0629 \u0639\u0646\u062F \u0625\u0646\u0634\u0627\u0621 \u0635\u0648\u0631 \u0645\u0635\u063A\u0631\u0629 \u0645\u062D\u0641\u0648\u0638\u0629 \u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u064A\u0632\u0629. \u0642\u0645 \u0628\u0632\u064A\u0627\u062F\u062A\u0647\u0627 \u0625\u0630\u0627 \u0628\u062F\u062A \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u0643\u0628\u0631 \u0636\u0628\u0627\u0628\u064A\u0629.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u062A\u0646\u0632\u064A\u0644 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u062E\u0627\u0631\u062C\u064A\u0629",desc:"\u062A\u0646\u0632\u064A\u0644 \u0627\u0644\u0635\u0648\u0631 \u0639\u0646 \u0628\u064F\u0639\u062F \u0648\u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0635\u063A\u0631\u0629 \u0645\u0646 YouTube \u0644\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0645\u064A\u0632\u0629."},showRootFolder:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062C\u0630\u0631\u064A",desc:"\u0639\u0631\u0636 \u0627\u0633\u0645 \u0627\u0644\u062E\u0632\u0646\u0629 \u0643\u0645\u062C\u0644\u062F \u062C\u0630\u0631\u064A \u0641\u064A \u0627\u0644\u0634\u062C\u0631\u0629."},showFolderIcons:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",desc:"\u0639\u0631\u0636 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0628\u062C\u0627\u0646\u0628 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644."},inheritFolderColors:{name:"\u062A\u0648\u0631\u064A\u062B \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",desc:"\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u062A\u0631\u062B \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0623\u0635\u0644\u064A\u0629."},folderSortOrder:{name:"\u062A\u0631\u062A\u064A\u0628 \u0641\u0631\u0632 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",desc:"\u0627\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646 \u0639\u0644\u0649 \u0623\u064A \u0645\u062C\u0644\u062F \u0644\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062A\u064A\u0628 \u0641\u0631\u0632 \u0645\u062E\u062A\u0644\u0641 \u0644\u0645\u062D\u062A\u0648\u064A\u0627\u062A\u0647.",options:{alphaAsc:"\u0645\u0646 \u0623 \u0625\u0644\u0649 \u064A",alphaDesc:"\u0645\u0646 \u064A \u0625\u0644\u0649 \u0623"}},showNoteCount:{name:"\u0625\u0638\u0647\u0627\u0631 \u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A",desc:"\u0639\u0631\u0636 \u0639\u062F\u062F \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0628\u062C\u0627\u0646\u0628 \u0643\u0644 \u0645\u062C\u0644\u062F \u0648\u0648\u0633\u0645."},showSectionIcons:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0644\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0648\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062D\u062F\u064A\u062B\u0629",desc:"\u0639\u0631\u0636 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0628\u062C\u0627\u0646\u0628 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0641\u064A \u0642\u0633\u0645\u064E\u064A \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0648\u0627\u0644\u062D\u062F\u064A\u062B\u0629."},interfaceIcons:{name:"\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629",desc:"\u062A\u062D\u0631\u064A\u0631 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0634\u0631\u064A\u0637 \u0627\u0644\u0623\u062F\u0648\u0627\u062A \u0648\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062B\u0628\u062A\u0629 \u0648\u0627\u0644\u0628\u062D\u062B \u0648\u0627\u0644\u0641\u0631\u0632.",buttonText:"\u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A"},showIconsColorOnly:{name:"\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0644\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0641\u0642\u0637",desc:"\u0639\u0646\u062F \u0627\u0644\u062A\u0645\u0643\u064A\u0646\u060C \u062A\u0637\u0628\u0642 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u062E\u0635\u0635\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0641\u0642\u0637. \u0639\u0646\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u062A\u0637\u0628\u0642 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0639\u0644\u0649 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0648\u062A\u0633\u0645\u064A\u0627\u062A \u0627\u0644\u0646\u0635."},navRainbowMode:{name:"\u0648\u0636\u0639 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644.",options:{none:"\u0625\u064A\u0642\u0627\u0641",foreground:"\u0644\u0648\u0646 \u0627\u0644\u0646\u0635",background:"\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629"}},navRainbowFirstColor:{name:"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0648\u0644",desc:"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0648\u0644 \u0641\u064A \u062A\u062F\u0631\u062C \u0642\u0648\u0633 \u0642\u0632\u062D."},navRainbowLastColor:{name:"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u064A\u0631",desc:"\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u062E\u064A\u0631 \u0641\u064A \u062A\u062F\u0631\u062C \u0642\u0648\u0633 \u0642\u0632\u062D."},navRainbowTransitionStyle:{name:"\u0646\u0645\u0637 \u0627\u0644\u0627\u0646\u062A\u0642\u0627\u0644",desc:"\u0627\u0644\u0627\u0633\u062A\u064A\u0641\u0627\u0621 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0628\u064A\u0646 \u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0648\u0644 \u0648\u0627\u0644\u0623\u062E\u064A\u0631.",options:{hue:"\u062F\u0631\u062C\u0629 \u0627\u0644\u0644\u0648\u0646",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u062A\u0637\u0628\u064A\u0642 \u0639\u0644\u0649 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D \u0639\u0644\u0649 \u0627\u0644\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A."},navRainbowApplyToRecent:{name:"\u062A\u0637\u0628\u064A\u0642 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0623\u062E\u064A\u0631\u0629",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0623\u062E\u064A\u0631\u0629."},navRainbowApplyToFolders:{name:"\u062A\u0637\u0628\u064A\u0642 \u0639\u0644\u0649 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D \u0639\u0644\u0649 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A."},navRainbowFolderScope:{name:"\u0646\u0637\u0627\u0642 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",desc:"\u062A\u062D\u062F\u064A\u062F \u0645\u0633\u062A\u0648\u064A\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0628\u062F\u0623 \u062A\u0639\u064A\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u0644\u0648\u0627\u0646.",options:{root:"\u0627\u0644\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062C\u0630\u0631",child:"\u0627\u0644\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0641\u0631\u0639\u064A",all:"\u0643\u0644 \u0645\u0633\u062A\u0648\u0649"}},navRainbowApplyToTags:{name:"\u062A\u0637\u0628\u064A\u0642 \u0639\u0644\u0649 \u0627\u0644\u0648\u0633\u0648\u0645",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D \u0639\u0644\u0649 \u0627\u0644\u0648\u0633\u0648\u0645."},navRainbowTagScope:{name:"\u0646\u0637\u0627\u0642 \u0627\u0644\u0648\u0633\u0648\u0645",desc:"\u062A\u062D\u062F\u064A\u062F \u0645\u0633\u062A\u0648\u064A\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u062A\u064A \u062A\u0628\u062F\u0623 \u062A\u0639\u064A\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u0644\u0648\u0627\u0646.",options:{root:"\u0627\u0644\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062C\u0630\u0631",child:"\u0627\u0644\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0641\u0631\u0639\u064A",all:"\u0643\u0644 \u0645\u0633\u062A\u0648\u0649"}},navRainbowApplyToProperties:{name:"\u062A\u0637\u0628\u064A\u0642 \u0639\u0644\u0649 \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:"\u062A\u0637\u0628\u064A\u0642 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D \u0639\u0644\u0649 \u0627\u0644\u062E\u0635\u0627\u0626\u0635."},navRainbowBalanceHueLuminance:{name:"\u0633\u0637\u0648\u0639 \u0645\u062A\u0633\u0642 \u0639\u0628\u0631 \u0627\u0644\u0623\u0644\u0648\u0627\u0646",desc:"\u064A\u064F\u0642\u062D\u0645 \u0627\u0644\u0633\u0637\u0648\u0639 \u0628\u064A\u0646 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0628\u062F\u0627\u064A\u0629 \u0648\u0627\u0644\u0646\u0647\u0627\u064A\u0629 \u0623\u062B\u0646\u0627\u0621 \u0627\u0646\u062A\u0642\u0627\u0644\u0627\u062A \u0627\u0644\u0623\u0644\u0648\u0627\u0646."},navRainbowSeparateThemeColors:{name:"\u0641\u0635\u0644 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0641\u0627\u062A\u062D \u0648\u0627\u0644\u062F\u0627\u0643\u0646",desc:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u0644\u0648\u0627\u0646 \u0642\u0648\u0633 \u0642\u0632\u062D \u0645\u062E\u062A\u0644\u0641\u0629 \u0644\u0644\u0648\u0636\u0639 \u0627\u0644\u0641\u0627\u062A\u062D \u0648\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062F\u0627\u0643\u0646."},navRainbowCopyLightToDark:"\u0646\u0633\u062E \u0644\u0648\u0646 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0641\u0627\u062A\u062D \u0625\u0644\u0649 \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u062F\u0627\u0643\u0646",navRainbowPropertyScope:{name:"\u0646\u0637\u0627\u0642 \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:"\u062A\u062D\u062F\u064A\u062F \u0645\u0633\u062A\u0648\u064A\u0627\u062A \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u062A\u064A \u062A\u0628\u062F\u0623 \u062A\u0639\u064A\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u0644\u0648\u0627\u0646.",options:{root:"\u0627\u0644\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062C\u0630\u0631",child:"\u0627\u0644\u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0641\u0631\u0639\u064A",all:"\u0643\u0644 \u0645\u0633\u062A\u0648\u0649"}},collapseBehavior:{name:"\u0637\u064A \u0627\u0644\u0639\u0646\u0627\u0635\u0631",desc:"\u0627\u062E\u062A\u0631 \u0645\u0627 \u064A\u0624\u062B\u0631 \u0639\u0644\u064A\u0647 \u0632\u0631 \u062A\u0648\u0633\u064A\u0639/\u0637\u064A \u0627\u0644\u0643\u0644.",options:{all:"\u0627\u0644\u0643\u0644",foldersOnly:"\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0641\u0642\u0637",tagsOnly:"\u0627\u0644\u0648\u0633\u0648\u0645 \u0641\u0642\u0637",propertiesOnly:"\u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0641\u0642\u0637"}},smartCollapse:{name:"\u0625\u0628\u0642\u0627\u0621 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062D\u062F\u062F \u0645\u0648\u0633\u0639\u064B\u0627",desc:"\u0639\u0646\u062F \u0627\u0644\u0637\u064A\u060C \u0625\u0628\u0642\u0627\u0621 \u0627\u0644\u0639\u0646\u0635\u0631 \u0627\u0644\u0645\u062D\u062F\u062F \u0648\u0622\u0628\u0627\u0626\u0647 \u0645\u0648\u0633\u0639\u064A\u0646."},navIndent:{name:"\u0645\u0633\u0627\u0641\u0629 \u0628\u0627\u062F\u0626\u0629 \u0627\u0644\u0634\u062C\u0631\u0629",desc:"\u0636\u0628\u0637 \u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629 \u0644\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062F\u0627\u062E\u0644\u0629."},navItemHeight:{name:"\u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0639\u0646\u0635\u0631",desc:"\u0636\u0628\u0637 \u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644."},navItemHeightScaleText:{name:"\u062A\u062D\u062C\u064A\u0645 \u0627\u0644\u0646\u0635 \u0645\u0639 \u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0639\u0646\u0635\u0631",desc:"\u062A\u0642\u0644\u064A\u0644 \u062D\u062C\u0645 \u0646\u0635 \u0627\u0644\u062A\u0646\u0642\u0644 \u0639\u0646\u062F \u062A\u0642\u0644\u064A\u0644 \u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0639\u0646\u0635\u0631."},showIndentGuides:{name:"\u0625\u0638\u0647\u0627\u0631 \u062E\u0637\u0648\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629",desc:"\u0639\u0631\u0636 \u062E\u0637\u0648\u0637 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629 \u0644\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0645\u062A\u062F\u0627\u062E\u0644\u0629."},navRootSpacing:{name:"\u062A\u0628\u0627\u0639\u062F \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062C\u0630\u0631\u064A\u0629",desc:"\u0627\u0644\u062A\u0628\u0627\u0639\u062F \u0628\u064A\u0646 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0639\u0644\u0649 \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062C\u0630\u0631."},showTags:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0648\u0645",desc:"\u0639\u0631\u0636 \u0642\u0633\u0645 \u0627\u0644\u0648\u0633\u0648\u0645 \u0641\u064A \u0627\u0644\u0645\u062A\u0635\u0641\u062D."},showTagIcons:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645",desc:"\u0639\u0631\u0636 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0628\u062C\u0627\u0646\u0628 \u0627\u0644\u0648\u0633\u0648\u0645 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644."},inheritTagColors:{name:"\u0648\u0631\u0627\u062B\u0629 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0648\u0633\u0648\u0645",desc:"\u062A\u064E\u0631\u0650\u062B \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0641\u0631\u0639\u064A\u0629 \u0627\u0644\u0644\u0648\u0646 \u0645\u0646 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u0623\u0635\u0644\u064A\u0629."},tagSortOrder:{name:"\u062A\u0631\u062A\u064A\u0628 \u0641\u0631\u0632 \u0627\u0644\u0648\u0633\u0648\u0645",desc:"\u0627\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646 \u0639\u0644\u0649 \u0623\u064A \u0648\u0633\u0645 \u0644\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062A\u064A\u0628 \u0641\u0631\u0632 \u0645\u062E\u062A\u0644\u0641 \u0644\u0645\u062D\u062A\u0648\u064A\u0627\u062A\u0647.",options:{alphaAsc:"\u0645\u0646 \u0623 \u0625\u0644\u0649 \u064A",alphaDesc:"\u0645\u0646 \u064A \u0625\u0644\u0649 \u0623",frequency:"\u0627\u0644\u062A\u0643\u0631\u0627\u0631",lowToHigh:"\u0645\u0646 \u0627\u0644\u0623\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0623\u0639\u0644\u0649",highToLow:"\u0645\u0646 \u0627\u0644\u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0627\u0644\u0623\u0642\u0644"}},showAllTagsFolder:{name:"\u0625\u0638\u0647\u0627\u0631 \u0645\u062C\u0644\u062F \u0627\u0644\u0648\u0633\u0648\u0645",desc:'\u0639\u0631\u0636 "\u0627\u0644\u0648\u0633\u0648\u0645" \u0643\u0645\u062C\u0644\u062F \u0642\u0627\u0628\u0644 \u0644\u0644\u0637\u064A.'},showUntagged:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0628\u062F\u0648\u0646 \u0648\u0633\u0648\u0645",desc:'\u0639\u0631\u0636 \u0639\u0646\u0635\u0631 "\u0628\u062F\u0648\u0646 \u0648\u0633\u0645" \u0644\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u062A\u064A \u0644\u064A\u0633 \u0644\u0647\u0627 \u0623\u064A \u0648\u0633\u0648\u0645.'},scopeTagsToCurrentContext:{name:"\u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u0648\u0633\u0648\u0645 \u062D\u0633\u0628 \u0627\u0644\u062A\u062D\u062F\u064A\u062F",desc:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0633\u0648\u0645 \u0627\u0644\u062A\u064A \u062A\u0638\u0647\u0631 \u0641\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0636\u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F \u0623\u0648 \u0627\u0644\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0641\u0642\u0637."},keepEmptyTagsProperty:{name:"\u0627\u0644\u0627\u062D\u062A\u0641\u0627\u0638 \u0628\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0648\u0633\u0648\u0645 \u0628\u0639\u062F \u0625\u0632\u0627\u0644\u0629 \u0622\u062E\u0631 \u0648\u0633\u0645",desc:"\u0627\u0644\u0627\u062D\u062A\u0641\u0627\u0638 \u0628\u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0648\u0633\u0648\u0645 \u0641\u064A \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0639\u0646\u062F \u0625\u0632\u0627\u0644\u0629 \u062C\u0645\u064A\u0639 \u0627\u0644\u0648\u0633\u0648\u0645. \u0639\u0646\u062F \u0627\u0644\u062A\u0639\u0637\u064A\u0644\u060C \u064A\u062A\u0645 \u062D\u0630\u0641 \u062E\u0627\u0635\u064A\u0629 \u0627\u0644\u0648\u0633\u0648\u0645 \u0645\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629."},showProperties:{name:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:"\u0639\u0631\u0636 \u0642\u0633\u0645 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0641\u064A \u0627\u0644\u0645\u062A\u0635\u0641\u062D.",propertyKeysInfoPrefix:"\u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0641\u064A ",propertyKeysInfoLinkText:"\u0639\u0627\u0645 > \u0645\u0641\u0627\u062A\u064A\u062D \u0627\u0644\u062E\u0635\u0627\u0626\u0635",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"\u0625\u0638\u0647\u0627\u0631 \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:"\u0639\u0631\u0636 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0628\u062C\u0627\u0646\u0628 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0646\u0642\u0644."},inheritPropertyColors:{name:"\u0648\u0631\u0627\u062B\u0629 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:"\u0642\u064A\u0645 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u062A\u0631\u062B \u0627\u0644\u0644\u0648\u0646 \u0648\u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0645\u0646 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u062E\u0627\u0635\u064A\u0629."},propertySortOrder:{name:"\u062A\u0631\u062A\u064A\u0628 \u0641\u0631\u0632 \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:"\u0627\u0646\u0642\u0631 \u0628\u0632\u0631 \u0627\u0644\u0645\u0627\u0648\u0633 \u0627\u0644\u0623\u064A\u0645\u0646 \u0639\u0644\u0649 \u0623\u064A \u062E\u0627\u0635\u064A\u0629 \u0644\u062A\u0639\u064A\u064A\u0646 \u062A\u0631\u062A\u064A\u0628 \u0641\u0631\u0632 \u0645\u062E\u062A\u0644\u0641 \u0644\u0642\u064A\u0645\u0647\u0627.",options:{alphaAsc:"\u0623 \u0625\u0644\u0649 \u064A",alphaDesc:"\u064A \u0625\u0644\u0649 \u0623",frequency:"\u0627\u0644\u062A\u0643\u0631\u0627\u0631",lowToHigh:"\u0645\u0646 \u0627\u0644\u0623\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0623\u0639\u0644\u0649",highToLow:"\u0645\u0646 \u0627\u0644\u0623\u0639\u0644\u0649 \u0625\u0644\u0649 \u0627\u0644\u0623\u0642\u0644"}},showAllPropertiesFolder:{name:"\u0625\u0638\u0647\u0627\u0631 \u0645\u062C\u0644\u062F \u0627\u0644\u062E\u0635\u0627\u0626\u0635",desc:'\u0639\u0631\u0636 "\u0627\u0644\u062E\u0635\u0627\u0626\u0635" \u0643\u0645\u062C\u0644\u062F \u0642\u0627\u0628\u0644 \u0644\u0644\u0637\u064A.'},scopePropertiesToCurrentContext:{name:"\u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u062D\u0633\u0628 \u0627\u0644\u062A\u062D\u062F\u064A\u062F",desc:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062E\u0635\u0627\u0626\u0635 \u0627\u0644\u062A\u064A \u062A\u0638\u0647\u0631 \u0641\u064A \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0636\u0645\u0646 \u0627\u0644\u0645\u062C\u0644\u062F \u0623\u0648 \u0627\u0644\u0648\u0633\u0645 \u0627\u0644\u0645\u062D\u062F\u062F \u0641\u0642\u0637."},hiddenTags:{name:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0648\u0633\u0648\u0645 (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"\u0642\u0627\u0626\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u0645\u0646 \u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u0648\u0633\u0648\u0645. \u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u0623\u0633\u0645\u0627\u0621: tag* (\u062A\u0628\u062F\u0623 \u0628\u0640)\u060C *tag (\u062A\u0646\u062A\u0647\u064A \u0628\u0640). \u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062A: archive (\u0627\u0644\u0648\u0633\u0645 \u0648\u0641\u0631\u0648\u0639\u0647)\u060C archive/* (\u0627\u0644\u0641\u0631\u0648\u0639 \u0641\u0642\u0637)\u060C projects/*/drafts (\u062D\u0631\u0641 \u0628\u062F\u0644 \u0648\u0633\u0637\u064A).",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0630\u0627\u062A \u0627\u0644\u0648\u0633\u0648\u0645 (\u0645\u0644\u0641 \u0627\u0644\u062E\u0632\u0646\u0629)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u062A\u0645\u0643\u064A\u0646 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",desc:"\u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0645\u0644\u0641 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0645\u0637\u0627\u0628\u0642 \u062A\u064F\u0639\u0631\u0636 \u0643\u0631\u0648\u0627\u0628\u0637 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0646\u0642\u0631."},folderNoteType:{name:"\u0646\u0648\u0639 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",desc:"\u0646\u0648\u0639 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u0645\u0646\u0634\u0623\u0629 \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0633\u064A\u0627\u0642.",options:{ask:"\u0627\u0644\u0633\u0624\u0627\u0644 \u0639\u0646\u062F \u0627\u0644\u0625\u0646\u0634\u0627\u0621",markdown:"Markdown",canvas:"\u0644\u0648\u062D\u0629",base:"\u0642\u0627\u0639\u062F\u0629"}},folderNoteName:{name:"\u0627\u0633\u0645 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",desc:"\u0627\u0633\u0645 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F \u0628\u062F\u0648\u0646 \u0627\u0645\u062A\u062F\u0627\u062F. \u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0646\u0641\u0633 \u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0644\u062F.",placeholder:"index"},folderNoteNamePattern:{name:"\u0646\u0645\u0637 \u0627\u0633\u0645 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",desc:"\u0646\u0645\u0637 \u0627\u0633\u0645 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F \u0628\u062F\u0648\u0646 \u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F. \u0627\u0633\u062A\u062E\u062F\u0645 {{folder}} \u0644\u0625\u062F\u0631\u0627\u062C \u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0644\u062F. \u0639\u0646\u062F \u0627\u0644\u062A\u0639\u064A\u064A\u0646\u060C \u0644\u0627 \u064A\u064F\u0637\u0628\u064E\u0651\u0642 \u0627\u0633\u0645 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F."},folderNoteTemplate:{name:"\u0642\u0627\u0644\u0628 \u0645\u0644\u0627\u062D\u0638\u0629 \u0627\u0644\u0645\u062C\u0644\u062F",desc:"\u0645\u0644\u0641 \u0642\u0627\u0644\u0628 \u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F \u0627\u0644\u062C\u062F\u064A\u062F\u0629 \u0628\u062A\u0646\u0633\u064A\u0642 Markdown. \u062D\u062F\u062F \u0645\u0648\u0642\u0639 \u0645\u062C\u0644\u062F \u0627\u0644\u0642\u0648\u0627\u0644\u0628 \u0641\u064A \u0639\u0627\u0645 > \u0642\u0648\u0627\u0644\u0628."},enableFolderNoteLinks:{name:"\u062A\u0641\u0639\u064A\u0644 \u0631\u0648\u0627\u0628\u0637 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A",desc:"\u064A\u062A\u0645 \u062A\u0646\u0633\u064A\u0642 \u062A\u0633\u0645\u064A\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0643\u0631\u0648\u0627\u0628\u0637 \u0648\u062A\u0641\u062A\u062D \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631. \u0639\u0646\u062F \u0627\u0644\u0625\u064A\u0642\u0627\u0641\u060C \u062A\u0633\u062A\u0645\u0631 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0641\u064A \u062A\u0648\u0641\u064A\u0631 \u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0627\u0633\u0645 \u0648\u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629 \u0648\u0627\u0644\u0644\u0648\u0646."},hideFolderNoteInList:{name:"\u0625\u062E\u0641\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0641\u064A \u0627\u0644\u0642\u0627\u0626\u0645\u0629",desc:"\u0625\u062E\u0641\u0627\u0621 \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0645\u0646 \u0627\u0644\u0638\u0647\u0648\u0631 \u0641\u064A \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062A."},pinCreatedFolderNote:{name:"\u062A\u062B\u0628\u064A\u062A \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0627\u0644\u0645\u0646\u0634\u0623\u0629",desc:"\u062A\u062B\u0628\u064A\u062A \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0639\u0646\u062F \u0625\u0646\u0634\u0627\u0626\u0647\u0627 \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0633\u064A\u0627\u0642."},openFolderNotesInNewTab:{name:"\u0641\u062A\u062D \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629",desc:"\u0641\u062A\u062D \u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 \u062C\u062F\u064A\u062F\u0629 \u0639\u0646\u062F \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0645\u062C\u0644\u062F."},confirmBeforeDelete:{name:"\u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0642\u0628\u0644 \u0627\u0644\u062D\u0630\u0641",desc:"\u0625\u0638\u0647\u0627\u0631 \u0645\u0631\u0628\u0639 \u062D\u0648\u0627\u0631 \u062A\u0623\u0643\u064A\u062F \u0639\u0646\u062F \u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0627\u062A \u0623\u0648 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A"},deleteAttachments:{name:"\u062D\u0630\u0641 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0639\u0646\u062F \u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0641\u0627\u062A",desc:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A \u0627\u0644\u0645\u0631\u062A\u0628\u0637\u0629 \u0628\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062D\u0630\u0648\u0641 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0625\u0630\u0627 \u0644\u0645 \u062A\u0643\u0646 \u0645\u0633\u062A\u062E\u062F\u0645\u0629 \u0641\u064A \u0645\u0643\u0627\u0646 \u0622\u062E\u0631",options:{ask:"\u0627\u0644\u0633\u0624\u0627\u0644 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629",always:"\u062F\u0627\u0626\u0645\u064B\u0627",never:"\u0623\u0628\u062F\u064B\u0627"}},moveFileConflicts:{name:"\u062A\u0639\u0627\u0631\u0636\u0627\u062A \u0627\u0644\u0646\u0642\u0644",desc:"\u0639\u0646\u062F \u0646\u0642\u0644 \u0645\u0644\u0641 \u0625\u0644\u0649 \u0645\u062C\u0644\u062F \u064A\u062D\u062A\u0648\u064A \u0628\u0627\u0644\u0641\u0639\u0644 \u0639\u0644\u0649 \u0645\u0644\u0641 \u0628\u0646\u0641\u0633 \u0627\u0644\u0627\u0633\u0645. \u0627\u0633\u0623\u0644 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629 (\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629\u060C \u0627\u0644\u0643\u062A\u0627\u0628\u0629 \u0641\u0648\u0642\u060C \u0625\u0644\u063A\u0627\u0621) \u0623\u0648 \u0623\u0639\u062F \u0627\u0644\u062A\u0633\u0645\u064A\u0629 \u062F\u0627\u0626\u0645\u064B\u0627.",options:{ask:"\u0627\u0633\u0623\u0644 \u0641\u064A \u0643\u0644 \u0645\u0631\u0629",rename:"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0633\u0645\u064A\u0629 \u062F\u0627\u0626\u0645\u064B\u0627"}},metadataCleanup:{name:"\u062A\u0646\u0638\u064A\u0641 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629",desc:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629 \u0627\u0644\u064A\u062A\u064A\u0645\u0629 \u0627\u0644\u0645\u062A\u0628\u0642\u064A\u0629 \u0639\u0646\u062F \u062D\u0630\u0641 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0623\u0648 \u0627\u0644\u0645\u062C\u0644\u062F\u0627\u062A \u0623\u0648 \u0627\u0644\u0648\u0633\u0648\u0645 \u0623\u0648 \u0646\u0642\u0644\u0647\u0627 \u0623\u0648 \u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u062A\u0647\u0627 \u062E\u0627\u0631\u062C Obsidian. \u064A\u0624\u062B\u0631 \u0647\u0630\u0627 \u0641\u0642\u0637 \u0639\u0644\u0649 \u0645\u0644\u0641 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631.",buttonText:"\u062A\u0646\u0638\u064A\u0641 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629",error:"\u0641\u0634\u0644 \u062A\u0646\u0638\u064A\u0641 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",loading:"\u062C\u0627\u0631\u064D \u0641\u062D\u0635 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0648\u0635\u0641\u064A\u0629...",statusClean:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0648\u0635\u0641\u064A\u0629 \u0644\u062A\u0646\u0638\u064A\u0641\u0647\u0627",statusCounts:"\u0639\u0646\u0627\u0635\u0631 \u064A\u062A\u064A\u0645\u0629: {folders} \u0645\u062C\u0644\u062F\u0627\u062A\u060C {tags} \u0648\u0633\u0648\u0645\u060C {properties} \u062E\u0635\u0627\u0626\u0635\u060C {files} \u0645\u0644\u0641\u0627\u062A\u060C {pinned} \u062A\u062B\u0628\u064A\u062A\u0627\u062A\u060C {separators} \u0641\u0648\u0627\u0635\u0644"},rebuildCache:{name:"\u0625\u0639\u0627\u062F\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629",desc:"\u0627\u0633\u062A\u062E\u062F\u0645 \u0647\u0630\u0627 \u0625\u0630\u0627 \u0648\u0627\u062C\u0647\u062A \u0648\u0633\u0648\u0645\u064B\u0627 \u0645\u0641\u0642\u0648\u062F\u0629 \u0623\u0648 \u0645\u0639\u0627\u064A\u0646\u0627\u062A \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629 \u0623\u0648 \u0635\u0648\u0631\u064B\u0627 \u0645\u0645\u064A\u0632\u0629 \u0645\u0641\u0642\u0648\u062F\u0629. \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u062D\u062F\u062B \u0647\u0630\u0627 \u0628\u0639\u062F \u062A\u0639\u0627\u0631\u0636\u0627\u062A \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u0623\u0648 \u0627\u0644\u0625\u063A\u0644\u0627\u0642 \u063A\u064A\u0631 \u0627\u0644\u0645\u062A\u0648\u0642\u0639.",buttonText:"\u0625\u0639\u0627\u062F\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629",error:"\u0641\u0634\u0644 \u0625\u0639\u0627\u062F\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629",indexingTitle:"\u062C\u0627\u0631\u064D \u0641\u0647\u0631\u0633\u0629 \u0627\u0644\u062E\u0632\u0646\u0629...",progress:"\u062C\u0627\u0631\u064D \u062A\u062D\u062F\u064A\u062B \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0645\u0624\u0642\u062A \u0644\u0640 Notebook Navigator."},externalIcons:{downloadButton:"\u062A\u0646\u0632\u064A\u0644",downloadingLabel:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u0646\u0632\u064A\u0644...",removeButton:"\u0625\u0632\u0627\u0644\u0629",statusInstalled:"\u062A\u0645 \u0627\u0644\u062A\u0646\u0632\u064A\u0644 (\u0627\u0644\u0625\u0635\u062F\u0627\u0631 {version})",statusNotInstalled:"\u063A\u064A\u0631 \u0645\u0646\u0632\u0644",versionUnknown:"\u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641",downloadFailed:"\u0641\u0634\u0644 \u062A\u0646\u0632\u064A\u0644 {name}. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0648\u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",removeFailed:"\u0641\u0634\u0644 \u0625\u0632\u0627\u0644\u0629 {name}.",infoNote:"\u062D\u0632\u0645 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u0646\u0632\u0644\u0629 \u062A\u0632\u0627\u0645\u0646 \u062D\u0627\u0644\u0629 \u0627\u0644\u062A\u062B\u0628\u064A\u062A \u0639\u0628\u0631 \u0627\u0644\u0623\u062C\u0647\u0632\u0629. \u062A\u0628\u0642\u0649 \u062D\u0632\u0645 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0641\u064A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0645\u062D\u0644\u064A\u0629 \u0639\u0644\u0649 \u0643\u0644 \u062C\u0647\u0627\u0632\u061B \u0627\u0644\u0645\u0632\u0627\u0645\u0646\u0629 \u062A\u062A\u0628\u0639 \u0641\u0642\u0637 \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064A\u062C\u0628 \u062A\u0646\u0632\u064A\u0644\u0647\u0627 \u0623\u0648 \u0625\u0632\u0627\u0644\u062A\u0647\u0627. \u062D\u0632\u0645 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u062A\u0646\u0632\u0644 \u0645\u0646 \u0645\u0633\u062A\u0648\u062F\u0639 \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629",desc:"\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0627\u062D\u0638\u0629 \u0648\u0627\u0644\u0637\u0648\u0627\u0628\u0639 \u0627\u0644\u0632\u0645\u0646\u064A\u0629 \u0648\u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0648\u0627\u0644\u0623\u0644\u0648\u0627\u0646"},frontmatterIconField:{name:"\u062D\u0642\u0644 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0629",desc:"\u062D\u0642\u0644 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A. \u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u062E\u0632\u0646\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",placeholder:"icon"},frontmatterColorField:{name:"\u062D\u0642\u0644 \u0627\u0644\u0644\u0648\u0646",desc:"\u062D\u0642\u0644 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062A. \u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u062E\u0632\u0646\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",placeholder:"color"},frontmatterBackgroundField:{name:"\u062D\u0642\u0644 \u0627\u0644\u062E\u0644\u0641\u064A\u0629",desc:"\u062D\u0642\u0644 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629. \u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629 \u0627\u0644\u0645\u062E\u0632\u0646\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",placeholder:"background"},frontmatterMigration:{name:"\u062A\u0631\u062D\u064A\u0644 \u0627\u0644\u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0648\u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0645\u0646 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A",desc:"\u0645\u062E\u0632\u0646\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A: {icons} \u0623\u064A\u0642\u0648\u0646\u0627\u062A\u060C {colors} \u0623\u0644\u0648\u0627\u0646.",button:"\u062A\u0631\u062D\u064A\u0644",buttonWorking:"\u062C\u0627\u0631\u064D \u0627\u0644\u062A\u0631\u062D\u064A\u0644...",noticeNone:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0623\u064A\u0642\u0648\u0646\u0627\u062A \u0623\u0648 \u0623\u0644\u0648\u0627\u0646 \u0645\u0644\u0641\u0627\u062A \u0645\u062E\u0632\u0646\u0629 \u0641\u064A \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A.",noticeDone:"\u062A\u0645 \u062A\u0631\u062D\u064A\u0644 {migratedIcons}/{icons} \u0623\u064A\u0642\u0648\u0646\u0627\u062A\u060C {migratedColors}/{colors} \u0623\u0644\u0648\u0627\u0646.",noticeFailures:"\u0625\u062F\u062E\u0627\u0644\u0627\u062A \u0641\u0627\u0634\u0644\u0629: {failures}.",noticeError:"\u0641\u0634\u0644 \u0627\u0644\u062A\u0631\u062D\u064A\u0644. \u062A\u062D\u0642\u0642 \u0645\u0646 \u0648\u062D\u062F\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0644\u0644\u062A\u0641\u0627\u0635\u064A\u0644."},frontmatterNameField:{name:"\u062D\u0642\u0648\u0644 \u0627\u0644\u0627\u0633\u0645",desc:"\u0642\u0627\u0626\u0645\u0629 \u062D\u0642\u0648\u0644 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0648\u0627\u0635\u0644. \u064A\u064F\u0633\u062A\u062E\u062F\u0645 \u0623\u0648\u0644 \u0642\u064A\u0645\u0629 \u063A\u064A\u0631 \u0641\u0627\u0631\u063A\u0629. \u064A\u0639\u0648\u062F \u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641.",placeholder:"title, name"},frontmatterCreatedField:{name:"\u062D\u0642\u0644 \u0637\u0627\u0628\u0639 \u0648\u0642\u062A \u0627\u0644\u0625\u0646\u0634\u0627\u0621",desc:"\u0627\u0633\u0645 \u062D\u0642\u0644 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0637\u0627\u0628\u0639 \u0648\u0642\u062A \u0627\u0644\u0625\u0646\u0634\u0627\u0621. \u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0627\u0631\u064A\u062E \u0646\u0638\u0627\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0641\u0642\u0637.",placeholder:"created"},frontmatterModifiedField:{name:"\u062D\u0642\u0644 \u0637\u0627\u0628\u0639 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644",desc:"\u0627\u0633\u0645 \u062D\u0642\u0644 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629 \u0644\u0637\u0627\u0628\u0639 \u0648\u0642\u062A \u0627\u0644\u062A\u0639\u062F\u064A\u0644. \u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u0627\u0631\u064A\u062E \u0646\u0638\u0627\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0641\u0642\u0637.",placeholder:"modified"},frontmatterDateFormat:{name:"\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0637\u0627\u0628\u0639 \u0627\u0644\u0632\u0645\u0646\u064A",desc:"\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0644\u062A\u062D\u0644\u064A\u0644 \u0627\u0644\u0637\u0648\u0627\u0628\u0639 \u0627\u0644\u0632\u0645\u0646\u064A\u0629 \u0641\u064A \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629. \u0627\u062A\u0631\u0643\u0647 \u0641\u0627\u0631\u063A\u064B\u0627 \u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u062A\u062D\u0644\u064A\u0644 ISO 8601.",helpTooltip:"\u062A\u0646\u0633\u064A\u0642 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 Moment",momentLinkText:"\u062A\u0646\u0633\u064A\u0642 Moment",help:`\u0627\u0644\u062A\u0646\u0633\u064A\u0642\u0627\u062A \u0627\u0644\u0634\u0627\u0626\u0639\u0629: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u062F\u0639\u0645 \u0627\u0644\u062A\u0637\u0648\u064A\u0631",desc:"\u0625\u0630\u0627 \u0623\u062D\u0628\u0628\u062A \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0641\u0643\u064A\u0631 \u0641\u064A \u062F\u0639\u0645 \u062A\u0637\u0648\u064A\u0631\u0647 \u0627\u0644\u0645\u0633\u062A\u0645\u0631.",buttonText:"\u2764\uFE0F \u0631\u0639\u0627\u064A\u0629",coffeeButton:"\u2615\uFE0F \u0627\u0634\u062A\u0631\u0650 \u0644\u064A \u0642\u0647\u0648\u0629"},updateCheckOnStart:{name:"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0635\u062F\u0627\u0631 \u062C\u062F\u064A\u062F \u0639\u0646\u062F \u0627\u0644\u0628\u062F\u0621",desc:"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0635\u062F\u0627\u0631\u0627\u062A \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062C\u062F\u064A\u062F\u0629 \u0639\u0646\u062F \u0627\u0644\u0628\u062F\u0621 \u0648\u0625\u0638\u0647\u0627\u0631 \u0625\u0634\u0639\u0627\u0631 \u0639\u0646\u062F \u062A\u0648\u0641\u0631 \u062A\u062D\u062F\u064A\u062B. \u0627\u0644\u062A\u062D\u0642\u0642 \u064A\u062D\u062F\u062B \u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629 \u064A\u0648\u0645\u064A\u064B\u0627 \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062B\u0631.",status:"\u0625\u0635\u062F\u0627\u0631 \u062C\u062F\u064A\u062F \u0645\u062A\u0627\u062D: {version}"},whatsNew:{name:"\u0627\u0644\u062C\u062F\u064A\u062F \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 {version}",desc:"\u0634\u0627\u0647\u062F \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A \u0648\u0627\u0644\u062A\u062D\u0633\u064A\u0646\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629",buttonText:"\u0639\u0631\u0636 \u0627\u0644\u062A\u062D\u062F\u064A\u062B\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629"},masteringVideo:{name:"\u0625\u062A\u0642\u0627\u0646 Notebook Navigator (\u0641\u064A\u062F\u064A\u0648)",desc:"\u064A\u063A\u0637\u064A \u0647\u0630\u0627 \u0627\u0644\u0641\u064A\u062F\u064A\u0648 \u0643\u0644 \u0645\u0627 \u062A\u062D\u062A\u0627\u062C\u0647 \u0644\u062A\u0643\u0648\u0646 \u0645\u0646\u062A\u062C\u0627\u064B \u0641\u064A Notebook Navigator\u060C \u0628\u0645\u0627 \u0641\u064A \u0630\u0644\u0643 \u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D \u0648\u0627\u0644\u0628\u062D\u062B \u0648\u0627\u0644\u0648\u0633\u0648\u0645 \u0648\u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u0645\u062A\u0642\u062F\u0645."},cacheStatistics:{localCache:"\u0627\u0644\u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u0645\u0624\u0642\u062A\u0629 \u0627\u0644\u0645\u062D\u0644\u064A\u0629",items:"\u0639\u0646\u0627\u0635\u0631",withTags:"\u0645\u0639 \u0648\u0633\u0648\u0645",withPreviewText:"\u0645\u0639 \u0646\u0635 \u0645\u0639\u0627\u064A\u0646\u0629",withFeatureImage:"\u0645\u0639 \u0635\u0648\u0631\u0629 \u0645\u0645\u064A\u0632\u0629",withMetadata:"\u0645\u0639 \u0628\u064A\u0627\u0646\u0627\u062A \u0648\u0635\u0641\u064A\u0629"},metadataInfo:{successfullyParsed:"\u062A\u0645 \u0627\u0644\u062A\u062D\u0644\u064A\u0644 \u0628\u0646\u062C\u0627\u062D",itemsWithName:"\u0639\u0646\u0627\u0635\u0631 \u0645\u0639 \u0627\u0633\u0645",withCreatedDate:"\u0645\u0639 \u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621",withModifiedDate:"\u0645\u0639 \u062A\u0627\u0631\u064A\u062E \u0627\u0644\u062A\u0639\u062F\u064A\u0644",withIcon:"\u0645\u0639 \u0623\u064A\u0642\u0648\u0646\u0629",withColor:"\u0645\u0639 \u0644\u0648\u0646",failedToParse:"\u0641\u0634\u0644 \u0627\u0644\u062A\u062D\u0644\u064A\u0644",createdDates:"\u062A\u0648\u0627\u0631\u064A\u062E \u0627\u0644\u0625\u0646\u0634\u0627\u0621",modifiedDates:"\u062A\u0648\u0627\u0631\u064A\u062E \u0627\u0644\u062A\u0639\u062F\u064A\u0644",checkTimestampFormat:"\u062A\u062D\u0642\u0642 \u0645\u0646 \u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u0637\u0627\u0628\u0639 \u0627\u0644\u0632\u0645\u0646\u064A.",exportFailed:"\u062A\u0635\u062F\u064A\u0631 \u0627\u0644\u0623\u062E\u0637\u0627\u0621"}}},whatsNew:{title:"\u0627\u0644\u062C\u062F\u064A\u062F \u0641\u064A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631",supportMessage:"\u0625\u0630\u0627 \u0648\u062C\u062F\u062A \u0645\u062A\u0635\u0641\u062D \u0627\u0644\u062F\u0641\u062A\u0631 \u0645\u0641\u064A\u062F\u064B\u0627\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u0641\u0643\u064A\u0631 \u0641\u064A \u062F\u0639\u0645 \u062A\u0637\u0648\u064A\u0631\u0647.",supportButton:"\u0627\u0634\u062A\u0631\u0650 \u0644\u064A \u0642\u0647\u0648\u0629",thanksButton:"\u0634\u0643\u0631\u064B\u0627!"}}});var yO,bO=He(()=>{yO={common:{cancel:"Abbrechen",delete:"L\xF6schen",clear:"Zur\xFCcksetzen",remove:"Entfernen",restoreDefault:"Standard wiederherstellen",submit:"OK",configure:"Konfigurieren",lightMode:"Heller Modus",darkMode:"Dunkler Modus",noSelection:"Keine Auswahl",untagged:"Ohne Tag",featureImageAlt:"Vorschaubild",unknownError:"Unbekannter Fehler",clipboardWriteError:"Konnte nicht in Zwischenablage schreiben",updateBannerTitle:"Notebook Navigator-Update verf\xFCgbar",updateBannerInstruction:"In Einstellungen -> Community-Plugins aktualisieren",previous:"Zur\xFCck",next:"Weiter"},listPane:{emptyStateNoSelection:"W\xE4hlen Sie einen Ordner oder Tag aus, um Notizen anzuzeigen",emptyStateNoNotes:"Keine Notizen",pinnedSection:"Angeheftet",notesSection:"Notizen",filesSection:"Dateien",hiddenItemAriaLabel:"{name} (ausgeblendet)"},tagList:{untaggedLabel:"Ohne Tag",tags:"Tags"},navigationPane:{shortcutsHeader:"Lesezeichen",recentFilesHeader:"Neueste Dateien",properties:"Eigenschaften",reorderRootFoldersTitle:"Navigation neu anordnen",reorderRootFoldersHint:"Pfeile oder Ziehen zum Neuanordnen",vaultRootLabel:"Tresor",resetRootToAlpha:"Auf alphabetische Reihenfolge zur\xFCcksetzen",resetRootToFrequency:"Auf H\xE4ufigkeitsreihenfolge zur\xFCcksetzen",pinShortcuts:"Lesezeichen anheften",pinShortcutsAndRecentFiles:"Lesezeichen und neueste Dateien anheften",unpinShortcuts:"Lesezeichen l\xF6sen",unpinShortcutsAndRecentFiles:"Lesezeichen und neueste Dateien l\xF6sen",profileMenuAria:"Tresorprofil \xE4ndern"},navigationCalendar:{ariaLabel:"Kalender",dailyNotesNotEnabled:"Das Kernplugin f\xFCr t\xE4gliche Notizen ist nicht aktiviert.",createDailyNote:{title:"Neue t\xE4gliche Notiz",message:"Datei {filename} existiert nicht. M\xF6chten Sie sie erstellen?",confirmButton:"Erstellen"},helpModal:{title:"Kalender-Tastenk\xFCrzel",items:["Klicken Sie auf einen Tag, um eine t\xE4gliche Notiz zu \xF6ffnen oder zu erstellen. Wochen, Monate, Quartale und Jahre funktionieren genauso.","Ein gef\xFCllter Punkt unter einem Tag bedeutet, dass eine Notiz vorhanden ist. Ein hohler Punkt bedeutet, dass unerledigte Aufgaben vorhanden sind.","Wenn eine Notiz ein Feature-Bild hat, wird es als Tageshintergrund angezeigt."],dateFilterCmdCtrl:"`Cmd/Ctrl`+Klick auf ein Datum, um in der Dateiliste nach diesem Datum zu filtern.",dateFilterOptionAlt:"`Option/Alt`+Klick auf ein Datum, um in der Dateiliste nach diesem Datum zu filtern."}},dailyNotes:{templateReadFailed:"Vorlage f\xFCr t\xE4gliche Notizen konnte nicht gelesen werden.",createFailed:"T\xE4gliche Notiz konnte nicht erstellt werden."},shortcuts:{folderExists:"Ordner bereits in Lesezeichen vorhanden",noteExists:"Notiz bereits in Lesezeichen vorhanden",tagExists:"Tag bereits in Lesezeichen vorhanden",propertyExists:"Eigenschaft bereits in Lesezeichen vorhanden",invalidProperty:"Ung\xFCltiges Eigenschafts-Lesezeichen",searchExists:"Such-Lesezeichen existiert bereits",emptySearchQuery:"Geben Sie eine Suchanfrage ein, bevor Sie sie speichern",emptySearchName:"Geben Sie einen Namen ein, bevor Sie die Suche speichern",add:"Zu Lesezeichen hinzuf\xFCgen",addNotesCount:"{count} Notizen zu Lesezeichen hinzuf\xFCgen",addFilesCount:"{count} Dateien zu Lesezeichen hinzuf\xFCgen",rename:"Lesezeichen umbenennen",remove:"Aus Lesezeichen entfernen",removeAll:"Alle Lesezeichen entfernen",removeAllConfirm:"Alle Lesezeichen entfernen?",folderNotesPinned:"{count} Ordnernotizen angeheftet"},paneHeader:{collapseAllFolders:"Elemente einklappen",expandAllFolders:"Alle Elemente ausklappen",showCalendar:"Kalender anzeigen",hideCalendar:"Kalender ausblenden",newFolder:"Neuer Ordner",newNote:"Neue Notiz",mobileBackToNavigation:"Zur\xFCck zur Navigation",changeSortOrder:"Sortierreihenfolge \xE4ndern",defaultSort:"Standard",descendants:"Unterelemente",subfolders:"Unterordner",subtags:"Unter-Tags",childValues:"Unterwerte",applySortToDescendants:t=>`Sortierung auf ${t} anwenden`,applyAppearanceToDescendants:t=>`Darstellung auf ${t} anwenden`,showFolders:"Navigation anzeigen",reorderRootFolders:"Navigation neu anordnen",finishRootFolderReorder:"Neuordnung fertig",showExcludedItems:"Versteckte Ordner, Tags und Notizen anzeigen",hideExcludedItems:"Versteckte Ordner, Tags und Notizen ausblenden",showDualPane:"Zweispaltige Ansicht anzeigen",showSinglePane:"Einspaltige Ansicht anzeigen",changeAppearance:"Erscheinungsbild \xE4ndern",showNotesFromSubfolders:"Notizen aus Unterordnern anzeigen",showFilesFromSubfolders:"Dateien aus Unterordnern anzeigen",showNotesFromDescendants:"Notizen aus Nachkommen anzeigen",showFilesFromDescendants:"Dateien aus Nachkommen anzeigen",search:"Suchen"},searchInput:{placeholder:"Suchen...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Suche l\xF6schen",switchToFilterSearch:"Zur Filtersuche wechseln",switchToOmnisearch:"Zu Omnisearch wechseln",saveSearchShortcut:"Such-Lesezeichen speichern",removeSearchShortcut:"Such-Lesezeichen entfernen",shortcutModalTitle:"Such-Lesezeichen speichern",shortcutNamePlaceholder:"Lesezeichen-Namen eingeben",shortcutStartIn:"Immer starten in: {path}",searchHelp:"Suchsyntax",searchHelpTitle:"Suchsyntax",searchHelpModal:{intro:"Kombinieren Sie Dateinamen, Eigenschaften, Tags, Daten und Filter in einer Abfrage (z.B. `meeting .status=active #work @thisweek`). Installieren Sie das Omnisearch-Plugin f\xFCr Volltextsuche.",introSwitching:"Wechseln Sie zwischen Filtersuche und Omnisearch mit den Auf-/Ab-Pfeiltasten oder durch Klicken auf das Suchsymbol.",sections:{fileNames:{title:"Dateinamen",items:['`word` Notizen mit "word" im Dateinamen finden.',"`word1 word2` Jedes Wort muss im Dateinamen vorkommen.",'`-word` Notizen mit "word" im Dateinamen ausschlie\xDFen.']},tags:{title:"Tags",items:["`#tag` Notizen mit Tag einschlie\xDFen (findet auch verschachtelte Tags wie `#tag/subtag`).","`#` Nur Notizen mit Tags anzeigen.","`-#tag` Notizen mit Tag ausschlie\xDFen.","`-#` Nur Notizen ohne Tags anzeigen.","`#tag1 #tag2` Beide Tags finden (implizites AND).","`#tag1 AND #tag2` Beide Tags finden (explizites AND).","`#tag1 OR #tag2` Eines der Tags finden.","`#a OR #b AND #c` AND hat h\xF6here Priorit\xE4t: findet `#a` oder beide `#b` und `#c`.","Cmd/Ctrl+Klick auf einen Tag zum Hinzuf\xFCgen mit AND. Cmd/Ctrl+Shift+Klick zum Hinzuf\xFCgen mit OR."]},properties:{title:"Eigenschaften",items:["`.key` Notizen mit Eigenschaftsschl\xFCssel einschlie\xDFen.","`.key=value` Notizen mit Eigenschaftswert einschlie\xDFen.",'`."Reading Status"` Notizen mit einem Eigenschaftsschl\xFCssel einschlie\xDFen, der Leerzeichen enth\xE4lt.','`."Reading Status"="In Progress"` Schl\xFCssel und Werte mit Leerzeichen m\xFCssen in Anf\xFChrungszeichen stehen.',"`-.key` Notizen mit Eigenschaftsschl\xFCssel ausschlie\xDFen.","`-.key=value` Notizen mit Eigenschaftswert ausschlie\xDFen.","Cmd/Ctrl+Klick auf eine Eigenschaft zum Hinzuf\xFCgen mit AND. Cmd/Ctrl+Shift+Klick zum Hinzuf\xFCgen mit OR."]},tasks:{title:"Filter",items:["`has:task` Notizen mit unerledigten Aufgaben einbeziehen.","`-has:task` Notizen mit unerledigten Aufgaben ausschlie\xDFen.","`folder:meetings` Notizen einbeziehen, deren Ordnername `meetings` enth\xE4lt.","`folder:/work/meetings` Notizen nur in `work/meetings` einbeziehen (keine Unterordner).","`folder:/` Notizen nur im Vault-Stammverzeichnis einbeziehen.","`-folder:archive` Notizen ausschlie\xDFen, deren Ordnername `archive` enth\xE4lt.","`-folder:/archive` Notizen nur in `archive` ausschlie\xDFen (keine Unterordner).","`ext:md` Notizen mit der Erweiterung `md` einbeziehen (`ext:.md` wird ebenfalls unterst\xFCtzt).","`-ext:pdf` Notizen mit der Erweiterung `pdf` ausschlie\xDFen.","Mit Tags, Namen und Daten kombinieren (zum Beispiel: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"AND/OR-Verhalten",items:["`AND` und `OR` sind nur in reinen Tag-/Eigenschafts-Abfragen Operatoren.","Reine Tag-/Eigenschafts-Abfragen enthalten nur Tag- und Eigenschafts-Filter: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Wenn eine Abfrage Namen, Daten (`@...`), Aufgabenfilter (`has:task`), Ordnerfilter (`folder:...`) oder Erweiterungsfilter (`ext:...`) enth\xE4lt, werden `AND` und `OR` als W\xF6rter abgeglichen.","Beispiel f\xFCr Operator-Abfrage: `#work OR .status=started`.","Beispiel f\xFCr gemischte Abfrage: `#work OR ext:md` (`OR` wird in Dateinamen abgeglichen)."]},dates:{title:"Datum",items:["`@today` Notizen von heute mit dem Standard-Datumsfeld finden.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Relative Datumsbereiche.","`@2026-02-07` Einen bestimmten Tag finden (auch `@20260207` m\xF6glich).","`@2026` Ein Kalenderjahr finden.","`@2026-02` oder `@202602` Einen Kalendermonat finden.","`@2026-W05` oder `@2026W05` Eine ISO-Woche finden.","`@2026-Q2` oder `@2026Q2` Ein Kalenderquartal finden.","`@13/02/2026` Numerische Formate mit Trennzeichen (`@07022026` folgt Ihrem Gebietsschema bei Mehrdeutigkeit).","`@2026-02-01..2026-02-07` Einen inklusiven Datumsbereich finden (offene Enden unterst\xFCtzt).","`@c:...` oder `@m:...` Erstellungs- oder \xC4nderungsdatum ansprechen.","`-@...` Ein Datum ausschlie\xDFen."]},omnisearch:{title:"Omnisearch",items:["Volltextsuche im gesamten Vault, gefiltert nach dem aktuellen Ordner oder ausgew\xE4hlten Tags.","Kann bei weniger als 3 Zeichen in gro\xDFen Vaults langsam sein.","Kann Pfade mit Nicht-ASCII-Zeichen nicht durchsuchen oder Unterpfade korrekt durchsuchen.","Gibt begrenzte Ergebnisse vor der Ordnerfilterung zur\xFCck, sodass relevante Dateien m\xF6glicherweise nicht erscheinen, wenn viele Treffer an anderer Stelle existieren.","Notizvorschauen zeigen Omnisearch-Ausz\xFCge anstelle des Standard-Vorschautexts."]}}}},contextMenu:{file:{openInNewTab:"In neuem Tab \xF6ffnen",openToRight:"Rechts \xF6ffnen",openInNewWindow:"In neuem Fenster \xF6ffnen",openMultipleInNewTabs:"{count} Notizen in neuen Tabs \xF6ffnen",openMultipleToRight:"{count} Notizen rechts \xF6ffnen",openMultipleInNewWindows:"{count} Notizen in neuen Fenstern \xF6ffnen",pinNote:"Notiz anheften",unpinNote:"Notiz l\xF6sen",pinMultipleNotes:"{count} Notizen anheften",unpinMultipleNotes:"{count} Notizen l\xF6sen",duplicateNote:"Notiz duplizieren",duplicateMultipleNotes:"{count} Notizen duplizieren",openVersionHistory:"Versionsverlauf \xF6ffnen",revealInFolder:"Im Ordner anzeigen",revealInFinder:"Im Finder anzeigen",showInExplorer:"Im Explorer anzeigen",openInDefaultApp:"In Standard-App \xF6ffnen",renameNote:"Notiz umbenennen",deleteNote:"Notiz l\xF6schen",deleteMultipleNotes:"{count} Notizen l\xF6schen",moveNoteToFolder:"Notiz verschieben nach...",moveFileToFolder:"Datei verschieben nach...",moveMultipleNotesToFolder:"{count} Notizen verschieben nach...",moveMultipleFilesToFolder:"{count} Dateien verschieben nach...",addTag:"Tag hinzuf\xFCgen",addPropertyKey:"Eigenschaft setzen",removeTag:"Tag entfernen",removeAllTags:"Alle Tags entfernen",changeIcon:"Symbol \xE4ndern",changeColor:"Farbe \xE4ndern",openMultipleFilesInNewTabs:"{count} Dateien in neuen Tabs \xF6ffnen",openMultipleFilesToRight:"{count} Dateien rechts \xF6ffnen",openMultipleFilesInNewWindows:"{count} Dateien in neuen Fenstern \xF6ffnen",pinFile:"Datei anheften",unpinFile:"Datei l\xF6sen",pinMultipleFiles:"{count} Dateien anheften",unpinMultipleFiles:"{count} Dateien l\xF6sen",duplicateFile:"Datei duplizieren",duplicateMultipleFiles:"{count} Dateien duplizieren",renameFile:"Datei umbenennen",deleteFile:"Datei l\xF6schen",setCalendarHighlight:"Hervorhebung setzen",removeCalendarHighlight:"Hervorhebung entfernen",deleteMultipleFiles:"{count} Dateien l\xF6schen"},folder:{newNote:"Neue Notiz",newNoteFromTemplate:"Neue Notiz aus Vorlage",newFolder:"Neuer Ordner",newCanvas:"Neue Canvas",newBase:"Neue Datenbank",newDrawing:"Neue Zeichnung",newExcalidrawDrawing:"Neue Excalidraw-Zeichnung",newTldrawDrawing:"Neue Tldraw-Zeichnung",duplicateFolder:"Ordner duplizieren",searchInFolder:"In Ordner suchen",createFolderNote:"Ordnernotiz erstellen",detachFolderNote:"Ordnernotiz l\xF6sen",deleteFolderNote:"Ordnernotiz l\xF6schen",changeIcon:"Symbol \xE4ndern",changeColor:"Farbe \xE4ndern",changeBackground:"Hintergrund \xE4ndern",excludeFolder:"Ordner verstecken",unhideFolder:"Ordner einblenden",moveFolder:"Ordner verschieben nach...",renameFolder:"Ordner umbenennen",deleteFolder:"Ordner l\xF6schen"},tag:{changeIcon:"Symbol \xE4ndern",changeColor:"Farbe \xE4ndern",changeBackground:"Hintergrund \xE4ndern",showTag:"Tag anzeigen",hideTag:"Tag ausblenden"},property:{addKey:"Eigenschaftsschl\xFCssel konfigurieren",renameKey:"Eigenschaft umbenennen",deleteKey:"Eigenschaft l\xF6schen"},navigation:{addSeparator:"Trennlinie hinzuf\xFCgen",removeSeparator:"Trennlinie entfernen"},copyPath:{title:"Pfad kopieren",asObsidianUrl:"als Obsidian-URL",fromVaultFolder:"vom Vault-Ordner",fromSystemRoot:"vom Systemstammverzeichnis"},style:{title:"Stil",copy:"Stil kopieren",paste:"Stil einf\xFCgen",removeIcon:"Symbol entfernen",removeColor:"Farbe entfernen",removeBackground:"Hintergrund entfernen",clear:"Stil l\xF6schen"}},folderAppearance:{standardPreset:"Standard",compactPreset:"Kompakt",defaultSuffix:"(Standard)",defaultLabel:"Standard",titleRows:"Titelzeilen",previewRows:"Vorschauzeilen",groupBy:"Gruppieren nach",defaultTitleOption:t=>`Standard-Titelzeilen (${t})`,defaultPreviewOption:t=>`Standard-Vorschauzeilen (${t})`,defaultGroupOption:t=>`Standardgruppierung (${t})`,titleRowOption:t=>`${t} Titelzeile${t===1?"":"n"}`,previewRowOption:t=>`${t} Vorschauzeile${t===1?"":"n"}`},modals:{bulkApply:{applyButton:"Anwenden",applySortTitle:t=>`Sortierung auf ${t} anwenden?`,applyAppearanceTitle:t=>`Darstellung auf ${t} anwenden?`,affectedCountMessage:t=>`Vorhandene \xDCberschreibungen, die sich \xE4ndern: ${t}.`},navRainbowSection:{title:t=>`Regenbogenfarben: ${t}`},iconPicker:{searchPlaceholder:"Symbole suchen...",recentlyUsedHeader:"K\xFCrzlich verwendet",emptyStateSearch:"Beginnen Sie zu tippen, um Symbole zu suchen",emptyStateNoResults:"Keine Symbole gefunden",showingResultsInfo:"Zeige 50 von {count} Ergebnissen. Geben Sie mehr ein, um die Suche einzugrenzen.",emojiInstructions:"Geben Sie ein Emoji ein oder f\xFCgen Sie es ein, um es als Symbol zu verwenden",removeIcon:"Icon entfernen",removeFromRecents:"Aus zuletzt verwendet entfernen",allTabLabel:"Alle"},fileIconRuleEditor:{addRuleAria:"Regel hinzuf\xFCgen"},interfaceIcons:{title:"Oberfl\xE4chensymbole",fileItemsSection:"Datei-Elemente",items:{"nav-shortcuts":"Verkn\xFCpfungen","nav-recent-files":"Zuletzt verwendete Dateien","nav-expand-all":"Alle erweitern","nav-collapse-all":"Alle einklappen","nav-calendar":"Kalender","nav-tree-expand":"Baumpfeil: erweitern","nav-tree-collapse":"Baumpfeil: einklappen","nav-hidden-items":"Ausgeblendete Elemente","nav-root-reorder":"Stammordner neu anordnen","nav-new-folder":"Neuer Ordner","nav-show-single-pane":"Einspaltige Ansicht anzeigen","nav-show-dual-pane":"Zweispaltige Ansicht anzeigen","nav-profile-chevron":"Profilmen\xFC-Pfeil","list-search":"Suche","list-descendants":"Notizen aus Unterordnern","list-sort-ascending":"Sortierung: aufsteigend","list-sort-descending":"Sortierung: absteigend","list-appearance":"Darstellung \xE4ndern","list-new-note":"Neue Notiz","nav-folder-open":"Ordner ge\xF6ffnet","nav-folder-closed":"Ordner geschlossen","nav-tags":"Tags","nav-tag":"Tag","nav-properties":"Eigenschaften","nav-property":"Eigenschaft","nav-property-value":"Wert","list-pinned":"Angeheftete Elemente","file-unfinished-task":"Unerledigte Aufgaben","file-word-count":"Wortanzahl"}},colorPicker:{currentColor:"Aktuell",newColor:"Neu",paletteDefault:"Standard",paletteCustom:"Benutzerdefiniert",copyColors:"Farbe kopieren",colorsCopied:"Farbe in Zwischenablage kopiert",pasteColors:"Farbe einf\xFCgen",pasteClipboardError:"Zwischenablage konnte nicht gelesen werden",pasteInvalidFormat:"Ein Hex-Farbwert erwartet",colorsPasted:"Farbe erfolgreich eingef\xFCgt",resetUserColors:"Benutzerdefinierte Farben l\xF6schen",clearCustomColorsConfirm:"Alle benutzerdefinierten Farben entfernen?",userColorSlot:"Farbe {slot}",recentColors:"Zuletzt verwendete Farben",clearRecentColors:"Zuletzt verwendete Farben l\xF6schen",removeRecentColor:"Farbe entfernen",apply:"Anwenden",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Tresorprofil wechseln",currentBadge:"Aktiv",emptyState:"Keine Tresorprofile verf\xFCgbar."},tagOperation:{renameTitle:"Tag {tag} umbenennen",deleteTitle:"Tag {tag} l\xF6schen",newTagPrompt:"Neuer Tag-Name",newTagPlaceholder:"Neuen Tag-Namen eingeben",renameWarning:"Das Umbenennen des Tags {oldTag} wird {count} {files} \xE4ndern.",deleteWarning:"Das L\xF6schen des Tags {tag} wird {count} {files} \xE4ndern.",modificationWarning:"Dies wird die \xC4nderungsdaten der Dateien aktualisieren.",affectedFiles:"Betroffene Dateien:",andMore:"...und {count} weitere",confirmRename:"Tag umbenennen",renameUnchanged:"{tag} unver\xE4ndert",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Umbenannt {renamed}/{total}. Nicht aktualisiert: {notUpdated}. Metadaten und Verkn\xFCpfungen wurden nicht aktualisiert.",invalidTagName:"Geben Sie einen g\xFCltigen Tag-Namen ein.",descendantRenameError:"Ein Tag kann nicht in sich selbst oder einen Nachkommen verschoben werden.",confirmDelete:"Tag l\xF6schen",deleteBatchNotFinalized:"Entfernt aus {removed}/{total}. Nicht aktualisiert: {notUpdated}. Metadaten und Verkn\xFCpfungen wurden nicht aktualisiert.",checkConsoleForDetails:"Details in der Konsole anzeigen.",file:"Datei",files:"Dateien",inlineParsingWarning:{title:"Inline-Tag-Kompatibilit\xE4t",message:"{tag} enth\xE4lt Zeichen, die Obsidian in Inline-Tags nicht verarbeiten kann. Frontmatter-Tags sind nicht betroffen.",confirm:"Trotzdem verwenden"}},propertyOperation:{renameTitle:"Eigenschaft {property} umbenennen",deleteTitle:"Eigenschaft {property} l\xF6schen",newKeyPrompt:"Neuer Eigenschaftsname",newKeyPlaceholder:"Neuen Eigenschaftsnamen eingeben",renameWarning:"Das Umbenennen der Eigenschaft {property} \xE4ndert {count} {files}.",renameConflictWarning:"Die Eigenschaft {newKey} existiert bereits in {count} {files}. Das Umbenennen von {oldKey} ersetzt vorhandene {newKey}-Werte.",deleteWarning:"Das L\xF6schen der Eigenschaft {property} \xE4ndert {count} {files}.",confirmRename:"Eigenschaft umbenennen",confirmDelete:"Eigenschaft l\xF6schen",renameNoChanges:"{oldKey} \u2192 {newKey} (keine \xC4nderungen)",renameSettingsUpdateFailed:"Eigenschaft {oldKey} \u2192 {newKey} umbenannt. Einstellungen konnten nicht aktualisiert werden.",deleteSingleSuccess:"Eigenschaft {property} aus 1 Notiz gel\xF6scht",deleteMultipleSuccess:"Eigenschaft {property} aus {count} Notizen gel\xF6scht",deleteSettingsUpdateFailed:"Eigenschaft {property} gel\xF6scht. Einstellungen konnten nicht aktualisiert werden.",invalidKeyName:"Geben Sie einen g\xFCltigen Eigenschaftsnamen ein."},fileSystem:{newFolderTitle:"Neuer Ordner",renameFolderTitle:"Ordner umbenennen",renameFileTitle:"Datei umbenennen",deleteFolderTitle:"'{name}' l\xF6schen?",deleteFileTitle:"'{name}' l\xF6schen?",deleteFileAttachmentsTitle:"Dateianh\xE4nge l\xF6schen?",moveFileConflictTitle:"Verschiebekonflikt",folderNamePrompt:"Ordnernamen eingeben:",hideInOtherVaultProfiles:"In anderen Tresorprofilen ausblenden",renamePrompt:"Neuen Namen eingeben:",renameVaultTitle:"Anzeigenamen des Tresors \xE4ndern",renameVaultPrompt:"Benutzerdefinierten Anzeigenamen eingeben (leer lassen f\xFCr Standard):",deleteFolderConfirm:"Sind Sie sicher, dass Sie diesen Ordner und seinen gesamten Inhalt l\xF6schen m\xF6chten?",deleteFileConfirm:"Sind Sie sicher, dass Sie diese Datei l\xF6schen m\xF6chten?",deleteFileAttachmentsDescriptionSingle:"Dieser Anhang wird in keiner Notiz mehr verwendet. M\xF6chten Sie ihn l\xF6schen?",deleteFileAttachmentsDescriptionMultiple:"Diese Anh\xE4nge werden in keiner Notiz mehr verwendet. M\xF6chten Sie sie l\xF6schen?",deleteFileAttachmentsViewFileTreeAriaLabel:"Dateibaum",deleteFileAttachmentsViewGalleryAriaLabel:"Galerie",moveFileConflictDescriptionSingle:'Ein Dateikonflikt wurde in \u201E{folder}" gefunden.',moveFileConflictDescriptionMultiple:'{count} Dateikonflikte wurden in \u201E{folder}" gefunden.',moveFileConflictAffectedFiles:"Betroffene Dateien",moveFileConflictItem:'\u201E{name}" -> \u201E{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(nur umbenennen)",moveFileConflictRename:"Umbenennen",moveFileConflictOverwrite:"\xDCberschreiben",removeAllTagsTitle:"Alle Tags entfernen",removeAllTagsFromNote:"Sind Sie sicher, dass Sie alle Tags von dieser Notiz entfernen m\xF6chten?",removeAllTagsFromNotes:"Sind Sie sicher, dass Sie alle Tags von {count} Notizen entfernen m\xF6chten?"},folderNoteType:{title:"Ordnernotiztyp ausw\xE4hlen",folderLabel:"Ordner: {name}"},folderSuggest:{placeholder:t=>`In Ordner verschieben: ${t}...`,multipleFilesLabel:t=>`${t} Dateien`,navigatePlaceholder:"Zu Ordner navigieren...",instructions:{navigate:"zum Navigieren",move:"zum Verschieben",select:"zum Ausw\xE4hlen",dismiss:"zum Abbrechen"}},homepage:{placeholder:"Dateien durchsuchen...",instructions:{navigate:"zum Navigieren",select:"als Startseite setzen",dismiss:"zum Abbrechen"}},calendarTemplate:{placeholder:"Vorlagen durchsuchen...",instructions:{navigate:"zum Navigieren",select:"zum Ausw\xE4hlen der Vorlage",dismiss:"zum Abbrechen"}},navigationBanner:{placeholder:"Bilder durchsuchen...",instructions:{navigate:"zum Navigieren",select:"um Banner zu setzen",dismiss:"zum Abbrechen"}},tagSuggest:{navigatePlaceholder:"Zu Tag navigieren...",addPlaceholder:"Nach hinzuzuf\xFCgendem Tag suchen...",removePlaceholder:"Tag zum Entfernen ausw\xE4hlen...",createNewTag:"Neuen Tag erstellen: #{tag}",instructions:{navigate:"zum Navigieren",select:"zum Ausw\xE4hlen",dismiss:"zum Abbrechen",add:"zum Hinzuf\xFCgen des Tags",remove:"zum Entfernen des Tags"}},propertySuggest:{placeholder:"Eigenschaftsschl\xFCssel ausw\xE4hlen...",navigatePlaceholder:"Zu Eigenschaft navigieren...",instructions:{navigate:"zum Navigieren",select:"zum Hinzuf\xFCgen der Eigenschaft",dismiss:"zum Abbrechen"}},propertyKeyVisibility:{title:"Sichtbarkeit der Eigenschaftsschl\xFCssel",description:"Steuern Sie, wo Eigenschaftswerte angezeigt werden. Die Spalten entsprechen dem Navigationsbereich, dem Listenbereich und dem Datei-Kontextmen\xFC. Verwenden Sie die untere Zeile, um alle Zeilen einer Spalte umzuschalten.",searchPlaceholder:"Eigenschaftsschl\xFCssel suchen...",propertyColumnLabel:"Eigenschaft",showInNavigation:"In Navigation anzeigen",showInList:"In Liste anzeigen",showInFileMenu:"Im Dateimen\xFC anzeigen",toggleAllInNavigation:"Alle in Navigation umschalten",toggleAllInList:"Alle in Liste umschalten",toggleAllInFileMenu:"Alle im Dateimen\xFC umschalten",applyButton:"Anwenden",emptyState:"Keine Eigenschaftsschl\xFCssel gefunden."},welcome:{title:"Willkommen bei {pluginName}",introText:'Hallo! Bevor Sie beginnen, empfehle ich Ihnen, die ersten f\xFCnf Minuten des Videos unten anzusehen, um zu verstehen, wie die Bereiche und der Schalter \u201ENotizen aus Unterordnern anzeigen" funktionieren.',continueText:"Wenn Sie weitere f\xFCnf Minuten haben, schauen Sie das Video weiter an, um die kompakten Anzeigemodi und die richtige Einrichtung von Lesezeichen und wichtigen Tastenkombinationen zu verstehen.",thanksText:"Vielen Dank f\xFCrs Herunterladen und viel Spa\xDF!",videoAlt:"Notebook Navigator installieren und beherrschen",openVideoButton:"Video abspielen",closeButton:"Vielleicht sp\xE4ter"}},fileSystem:{errors:{createFolder:"Ordner konnte nicht erstellt werden: {error}",createFile:"Datei konnte nicht erstellt werden: {error}",renameFolder:"Ordner konnte nicht umbenannt werden: {error}",renameFolderNoteConflict:'Umbenennung nicht m\xF6glich: "{name}" existiert bereits in diesem Ordner',renameFile:"Datei konnte nicht umbenannt werden: {error}",deleteFolder:"Ordner konnte nicht gel\xF6scht werden: {error}",deleteFile:"Datei konnte nicht gel\xF6scht werden: {error}",deleteAttachments:"Anh\xE4nge konnten nicht gel\xF6scht werden: {error}",duplicateNote:"Notiz konnte nicht dupliziert werden: {error}",duplicateFolder:"Ordner konnte nicht dupliziert werden: {error}",openVersionHistory:"Versionsverlauf konnte nicht ge\xF6ffnet werden: {error}",versionHistoryNotFound:"Versionsverlauf-Befehl nicht gefunden. Stellen Sie sicher, dass Obsidian Sync aktiviert ist.",revealInExplorer:"Datei konnte nicht im Explorer angezeigt werden: {error}",openInDefaultApp:"\xD6ffnen in Standard-App fehlgeschlagen: {error}",openInDefaultAppNotAvailable:"\xD6ffnen in Standard-App ist auf dieser Plattform nicht verf\xFCgbar",folderNoteAlreadyExists:"Ordnernotiz existiert bereits",folderAlreadyExists:'Ordner "{name}" existiert bereits',folderNotesDisabled:"Aktivieren Sie Ordnernotizen in den Einstellungen, um Dateien zu konvertieren",folderNoteAlreadyLinked:"Diese Datei fungiert bereits als Ordnernotiz",folderNoteNotFound:"Keine Ordnernotiz im ausgew\xE4hlten Ordner",folderNoteUnsupportedExtension:"Nicht unterst\xFCtzte Dateierweiterung: {extension}",folderNoteMoveFailed:"Datei konnte w\xE4hrend der Konvertierung nicht verschoben werden: {error}",folderNoteRenameConflict:'Eine Datei namens "{name}" existiert bereits im Ordner',folderNoteConversionFailed:"Konvertierung in Ordnernotiz fehlgeschlagen",folderNoteConversionFailedWithReason:"Konvertierung in Ordnernotiz fehlgeschlagen: {error}",folderNoteOpenFailed:"Datei konvertiert, aber Ordnernotiz konnte nicht ge\xF6ffnet werden: {error}",failedToDeleteFile:"L\xF6schen von {name} fehlgeschlagen: {error}",failedToDeleteMultipleFiles:"L\xF6schen von {count} Dateien fehlgeschlagen",versionHistoryNotAvailable:"Versionsverlauf-Dienst nicht verf\xFCgbar",drawingAlreadyExists:"Eine Zeichnung mit diesem Namen existiert bereits",failedToCreateDrawing:"Zeichnung konnte nicht erstellt werden",noFolderSelected:"Kein Ordner im Notebook Navigator ausgew\xE4hlt",noFileSelected:"Keine Datei ausgew\xE4hlt"},warnings:{linkBreakingNameCharacters:"Dieser Name enth\xE4lt Zeichen, die Obsidian-Links zerst\xF6ren: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Namen d\xFCrfen nicht mit einem Punkt beginnen oder : oder / enthalten.",forbiddenNameCharactersWindows:'Windows-reservierte Zeichen sind nicht erlaubt: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Ordner ausgeblendet: {name}",showFolder:"Ordner eingeblendet: {name}"},notifications:{deletedMultipleFiles:"{count} Dateien gel\xF6scht",movedMultipleFiles:"{count} Dateien nach {folder} verschoben",folderNoteConversionSuccess:'Datei in Ordnernotiz in "{name}" konvertiert',folderMoved:'Ordner "{name}" verschoben',deepLinkCopied:"Obsidian-URL in die Zwischenablage kopiert",pathCopied:"Pfad in die Zwischenablage kopiert",relativePathCopied:"Relativen Pfad in die Zwischenablage kopiert",tagAddedToNote:"Tag zu 1 Notiz hinzugef\xFCgt",tagAddedToNotes:"Tag zu {count} Notizen hinzugef\xFCgt",tagRemovedFromNote:"Tag von 1 Notiz entfernt",tagRemovedFromNotes:"Tag von {count} Notizen entfernt",tagsClearedFromNote:"Alle Tags von 1 Notiz entfernt",tagsClearedFromNotes:"Alle Tags von {count} Notizen entfernt",noTagsToRemove:"Keine Tags zum Entfernen",noFilesSelected:"Keine Dateien ausgew\xE4hlt",tagOperationsNotAvailable:"Tag-Operationen nicht verf\xFCgbar",propertyOperationsNotAvailable:"Eigenschafts-Operationen nicht verf\xFCgbar",tagsRequireMarkdown:"Tags werden nur in Markdown-Notizen unterst\xFCtzt",propertiesRequireMarkdown:"Eigenschaften werden nur bei Markdown-Notizen unterst\xFCtzt",propertySetOnNote:"Eigenschaft bei 1 Notiz aktualisiert",propertySetOnNotes:"Eigenschaft bei {count} Notizen aktualisiert",iconPackDownloaded:"{provider} heruntergeladen",iconPackUpdated:"{provider} aktualisiert ({version})",iconPackRemoved:"{provider} entfernt",iconPackLoadFailed:"{provider} konnte nicht geladen werden",hiddenFileReveal:'Datei ist ausgeblendet. Aktiviere \u201EAusgeblendete Elemente anzeigen", um sie anzuzeigen'},confirmations:{deleteMultipleFiles:"M\xF6chten Sie wirklich {count} Dateien l\xF6schen?",deleteConfirmation:"Diese Aktion kann nicht r\xFCckg\xE4ngig gemacht werden."},defaultNames:{untitled:"Ohne Titel"}},dragDrop:{errors:{cannotMoveIntoSelf:"Ein Ordner kann nicht in sich selbst oder einen Unterordner verschoben werden.",itemAlreadyExists:'Ein Element mit dem Namen "{name}" existiert bereits an diesem Ort.',failedToMove:"Verschieben fehlgeschlagen: {error}",failedToAddTag:'Hinzuf\xFCgen des Tags "{tag}" fehlgeschlagen',failedToSetProperty:"Eigenschaft konnte nicht aktualisiert werden: {error}",failedToClearTags:"Entfernen der Tags fehlgeschlagen",failedToMoveFolder:'Ordner "{name}" konnte nicht verschoben werden',failedToImportFiles:"Import fehlgeschlagen: {names}"},notifications:{filesAlreadyExist:"{count} Dateien existieren bereits am Zielort",filesAlreadyHaveTag:"{count} Dateien haben dieses Tag oder ein spezifischeres bereits",filesAlreadyHaveProperty:"{count} Dateien haben diese Eigenschaft bereits",noTagsToClear:"Keine Tags zum Entfernen",fileImported:"1 Datei importiert",filesImported:"{count} Dateien importiert"}},dateGroups:{today:"Heute",yesterday:"Gestern",previous7Days:"Letzte 7 Tage",previous30Days:"Letzte 30 Tage"},commands:{open:"\xD6ffnen",toggleLeftSidebar:"Linke Seitenleiste umschalten",openHomepage:"Startseite \xF6ffnen",openDailyNote:"T\xE4gliche Notiz \xF6ffnen",openWeeklyNote:"W\xF6chentliche Notiz \xF6ffnen",openMonthlyNote:"Monatliche Notiz \xF6ffnen",openQuarterlyNote:"Viertelj\xE4hrliche Notiz \xF6ffnen",openYearlyNote:"J\xE4hrliche Notiz \xF6ffnen",revealFile:"Datei anzeigen",search:"Suchen",searchVaultRoot:"Im Tresorverzeichnis suchen",toggleDualPane:"Doppelbereichslayout umschalten",toggleDualPaneOrientation:"Doppelbereich-Ausrichtung umschalten",toggleCalendar:"Kalender umschalten",selectVaultProfile:"Tresorprofil wechseln",selectVaultProfile1:"Tresorprofil 1 ausw\xE4hlen",selectVaultProfile2:"Tresorprofil 2 ausw\xE4hlen",selectVaultProfile3:"Tresorprofil 3 ausw\xE4hlen",deleteFile:"Dateien l\xF6schen",createNewNote:"Neue Notiz erstellen",createNewNoteFromTemplate:"Neue Notiz aus Vorlage",moveFiles:"Dateien verschieben",selectNextFile:"N\xE4chste Datei ausw\xE4hlen",selectPreviousFile:"Vorherige Datei ausw\xE4hlen",navigateBack:"Zur\xFCck navigieren",navigateForward:"Vorw\xE4rts navigieren",convertToFolderNote:"In Ordnernotiz konvertieren",setAsFolderNote:"Als Ordnernotiz festlegen",detachFolderNote:"Ordnernotiz l\xF6sen",pinAllFolderNotes:"Alle Ordnernotizen anheften",navigateToFolder:"Zu Ordner navigieren",navigateToTag:"Zu Tag navigieren",navigateToProperty:"Zu Eigenschaft navigieren",addShortcut:"Zu Shortcuts hinzuf\xFCgen",openShortcut:"Shortcut {number} \xF6ffnen",toggleDescendants:"Nachkommen umschalten",toggleHidden:"Versteckte Ordner, Tags und Notizen umschalten",toggleTagSort:"Tag-Sortierung umschalten",toggleCompactMode:"Kompaktmodus umschalten",collapseExpand:"Alle Elemente ein-/ausklappen",addTag:"Tag zu ausgew\xE4hlten Dateien hinzuf\xFCgen",setProperty:"Eigenschaft f\xFCr ausgew\xE4hlte Dateien setzen",removeTag:"Tag von ausgew\xE4hlten Dateien entfernen",removeAllTags:"Alle Tags von ausgew\xE4hlten Dateien entfernen",openAllFiles:"Alle Dateien \xF6ffnen",rebuildCache:"Cache neu aufbauen"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Kalender",ribbonTooltip:"Notebook Navigator",revealInNavigator:"In Notebook Navigator anzeigen"},tooltips:{lastModifiedAt:"Zuletzt ge\xE4ndert am",createdAt:"Erstellt am",file:"Datei",files:"Dateien",folder:"Ordner",folders:"Ordner"},settings:{metadataReport:{exportSuccess:"Fehlgeschlagene Metadaten-Bericht exportiert nach: {filename}",exportFailed:"Export des Metadaten-Berichts fehlgeschlagen"},sections:{general:"Allgemein",notes:"Notizen",navigationPane:"Navigation",calendar:"Kalender",files:"Dateien",icons:"Icon-Pakete",tags:"Tags",folders:"Ordner",folderNotes:"Ordnernotizen",foldersAndTags:"Ordner",tagsAndProperties:"Tags & Eigenschaften",listPane:"Liste",advanced:"Erweitert"},groups:{general:{vaultProfiles:"Tresorprofile",filtering:"Filterung",templates:"Vorlagen",behavior:"Verhalten",keyboardNavigation:"Tastaturnavigation",mouseButtons:"Maustasten",view:"Darstellung",icons:"Symbole",desktopAppearance:"Desktop-Darstellung",mobileAppearance:"Mobile Darstellung",formatting:"Formatierung"},navigation:{appearance:"Darstellung",rainbowColors:"Regenbogenfarben",leftSidebar:"Linke Seitenleiste",calendarIntegration:"Kalenderintegration"},list:{display:"Darstellung",pinnedNotes:"Angeheftete Notizen"},notes:{frontmatter:"Frontmatter",tasks:"Aufgaben",icon:"Symbol",title:"Titel",previewText:"Vorschautext",featureImage:"Hauptbild",tags:"Tags",properties:"Eigenschaften",date:"Datum",parentFolder:"\xDCbergeordneter Ordner"}},syncMode:{notSynced:"(nicht synchronisiert)",disabled:"(deaktiviert)",switchToSynced:"Synchronisierung aktivieren",switchToLocal:"Synchronisierung deaktivieren"},items:{listPaneTitle:{name:"Titel des Listenbereichs",desc:"W\xE4hlen Sie, wo der Titel des Listenbereichs angezeigt wird.",options:{header:"Im Kopfbereich anzeigen",list:"Im Listenbereich anzeigen",hidden:"Nicht anzeigen"}},sortNotesBy:{name:"Notizen sortieren nach",desc:"W\xE4hlen Sie, wie Notizen in der Notizenliste sortiert werden.",options:{"modified-desc":"Bearbeitungsdatum (neueste oben)","modified-asc":"Bearbeitungsdatum (\xE4lteste oben)","created-desc":"Erstellungsdatum (neueste oben)","created-asc":"Erstellungsdatum (\xE4lteste oben)","title-asc":"Titel (A oben)","title-desc":"Titel (Z oben)","filename-asc":"Dateiname (A oben)","filename-desc":"Dateiname (Z oben)","property-asc":"Eigenschaft (A oben)","property-desc":"Eigenschaft (Z oben)"},propertyOverride:{asc:"Eigenschaft \u2018{property}\u2019 (A oben)",desc:"Eigenschaft \u2018{property}\u2019 (Z oben)"}},propertySortKey:{name:"Sortier-Eigenschaft",desc:"Wird mit der Eigenschafts-Sortierung verwendet. Notizen mit dieser Frontmatter-Eigenschaft werden zuerst aufgelistet und nach dem Eigenschaftswert sortiert. Arrays werden zu einem Wert zusammengef\xFCgt.",placeholder:"order"},propertySortSecondary:{name:"Sekund\xE4re Sortierung",desc:"Wird bei der Eigenschafts-Sortierung verwendet, wenn Notizen denselben Eigenschaftswert oder keinen Eigenschaftswert haben.",options:{title:"Titel",filename:"Dateiname",created:"Erstellungsdatum",modified:"Bearbeitungsdatum"}},revealFileOnListChanges:{name:"Zu ausgew\xE4hlter Datei bei Listen\xE4nderungen scrollen",desc:"Zur ausgew\xE4hlten Datei scrollen beim Anheften von Notizen, Anzeigen von Unternotizen, \xC4ndern der Ordnerdarstellung oder bei Dateioperationen."},includeDescendantNotes:{name:"Notizen aus Unterordnern / Nachkommen anzeigen",desc:"Beim Anzeigen eines Ordners oder Tags Notizen aus Unterordnern und Tag-Nachkommen einbeziehen."},limitPinnedToCurrentFolder:{name:"Notizen nur in ihrem Ordner anheften",desc:"Angeheftete Notizen erscheinen nur in ihrem eigenen Ordner als angeheftet. N\xFCtzlich f\xFCr Ordnernotizen oder bei vielen angehefteten Notizen. Hat keinen Einfluss auf Tag- oder Eigenschaftsansichten."},separateNoteCounts:{name:"Aktuelle und Nachkommen-Anzahl getrennt anzeigen",desc:'Zeigt Notizanzahl als "aktuell \u25BE Nachkommen" Format in Ordnern und Tags.'},groupNotes:{name:"Notizen gruppieren",desc:"Zeigt \xDCberschriften zwischen Notizen gruppiert nach Datum oder Ordner an. Tag-Ansichten verwenden Datumsgruppen, wenn Ordnergruppierung aktiviert ist.",options:{none:"Nicht gruppieren",date:"Nach Datum gruppieren",folder:"Nach Ordner gruppieren"}},showSelectedNavigationPills:{name:"Tag- und Eigenschaftspillen immer anzeigen",desc:'Wenn deaktiviert, werden Pillen ausgeblendet, die der aktuellen Navigationsauswahl entsprechen (z.\xA0B. wird die \u201ERezepte"-Tag-Pille beim Durchsuchen des \u201ERezepte"-Tags ausgeblendet). Aktivieren, um alle Pillen sichtbar zu halten.'},showPinnedGroupHeader:{name:"\xDCberschrift f\xFCr angeheftete Notizen anzeigen",desc:"Zeigt die \xDCberschrift des Abschnitts f\xFCr angeheftete Notizen an."},showPinnedIcon:{name:"Icon f\xFCr angeheftete Notizen anzeigen",desc:"Icon neben der \xDCberschrift f\xFCr angeheftete Notizen anzeigen."},defaultListMode:{name:"Standardmodus f\xFCr Listen",desc:"Standardlistenlayout ausw\xE4hlen. Standard zeigt Titel, Datum, Beschreibung und Vorschautext. Kompakt zeigt nur den Titel. Ansicht kann pro Ordner \xFCberschrieben werden.",options:{standard:"Standard",compact:"Kompakt"}},showFileIcons:{name:"Dateisymbole anzeigen",desc:"Dateisymbole mit linksb\xFCndigem Abstand anzeigen. Deaktivierung entfernt sowohl Symbole als auch Einr\xFCckung. Priorit\xE4t: Unerledigte-Aufgaben-Symbol > Benutzerdefiniertes Symbol > Dateiname-Symbol > Dateityp-Symbol > Standard-Symbol."},showFileIconUnfinishedTask:{name:"Unerledigte-Aufgaben-Symbol",desc:"Ein Aufgabensymbol anzeigen, wenn eine Notiz unerledigte Aufgaben enth\xE4lt."},showFileBackgroundUnfinishedTask:{name:"Unerledigte-Aufgaben-Hintergrund",desc:"Eine Hintergrundfarbe anwenden, wenn eine Notiz unerledigte Aufgaben enth\xE4lt."},unfinishedTaskBackgroundColor:{name:"Hintergrundfarbe",desc:"Die Hintergrundfarbe festlegen, die verwendet wird, wenn eine Notiz unerledigte Aufgaben enth\xE4lt."},showFilenameMatchIcons:{name:"Symbole nach Dateiname",desc:"Symbole basierend auf Text im Dateinamen zuweisen."},fileNameIconMap:{name:"Dateiname-Symbol-Zuordnung",desc:"Dateien mit dem Text erhalten das angegebene Symbol. Eine Zuordnung pro Zeile: Text=Symbol",placeholder:`# Text=icon +besprechung=LiCalendar +rechnung=PhReceipt`,editTooltip:"Zuordnungen bearbeiten"},showCategoryIcons:{name:"Symbole nach Dateityp",desc:"Symbole basierend auf der Dateierweiterung zuweisen."},fileTypeIconMap:{name:"Dateityp-Symbol-Zuordnung",desc:"Dateien mit der Erweiterung erhalten das angegebene Symbol. Eine Zuordnung pro Zeile: Erweiterung=Symbol",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Zuordnungen bearbeiten"},optimizeNoteHeight:{name:"Variable Notizenh\xF6he",desc:"Kompakte H\xF6he f\xFCr angeheftete Notizen und Notizen ohne Vorschautext verwenden."},compactItemHeight:{name:"H\xF6he schlanker Elemente",desc:"Legt die H\xF6he schlanker Listenelemente auf Desktop und Mobilger\xE4ten fest.",resetTooltip:"Auf Standard zur\xFCcksetzen (28px)"},compactItemHeightScaleText:{name:"Text an schlanke Elementh\xF6he anpassen",desc:"Skaliert den Text schlanker Listenelemente bei reduzierter H\xF6he."},showParentFolder:{name:"\xDCbergeordneten Ordner anzeigen",desc:"Den \xFCbergeordneten Ordnernamen f\xFCr Notizen in Unterordnern oder Tags anzeigen."},parentFolderClickRevealsFile:{name:"Klick auf \xFCbergeordneten Ordner \xF6ffnet Ordner",desc:"Klicken auf den \xFCbergeordneten Ordner \xF6ffnet den Ordner im Listenbereich."},showParentFolderColor:{name:"\xDCbergeordnete Ordnerfarbe anzeigen",desc:"Ordnerfarben auf \xFCbergeordnete Ordnerlabels anwenden."},showParentFolderIcon:{name:"\xDCbergeordnetes Ordnersymbol anzeigen",desc:"Ordnersymbole neben \xFCbergeordneten Ordnerlabels anzeigen."},showQuickActions:{name:"Schnellaktionen anzeigen",desc:"Aktionsschaltfl\xE4chen beim \xDCberfahren von Dateien anzeigen. Schaltfl\xE4chensteuerung w\xE4hlt aus, welche Aktionen erscheinen."},dualPane:{name:"Doppelbereichslayout",desc:"Navigationsbereich und Listenbereich nebeneinander auf dem Desktop anzeigen."},dualPaneOrientation:{name:"Ausrichtung des Doppelbereichs",desc:"Horizontalen oder vertikalen Aufbau w\xE4hlen, wenn der Doppelbereich aktiv ist.",options:{horizontal:"Horizontale Aufteilung",vertical:"Vertikale Aufteilung"}},appearanceBackground:{name:"Hintergrundfarbe",desc:"W\xE4hlen Sie Hintergrundfarben f\xFCr Navigations- und Listenbereich.",options:{separate:"Separate Hintergr\xFCnde",primary:"Listenhintergrund verwenden",secondary:"Navigationshintergrund verwenden"}},appearanceScale:{name:"Zoomstufe",desc:"Steuert die gesamte Zoomstufe von Notebook Navigator."},useFloatingToolbars:{name:"Schwebende Symbolleisten auf iOS/iPadOS verwenden",desc:"Gilt f\xFCr Obsidian 1.11 und h\xF6her."},startView:{name:"Standard-Startansicht",desc:"W\xE4hlen Sie den Bereich, der beim \xD6ffnen von Notebook Navigator angezeigt wird. Der Navigationsbereich zeigt Verkn\xFCpfungen, neueste Dateien und die Ordnerstruktur. Der Listenbereich zeigt die Dateiliste.",options:{navigation:"Navigationsbereich",files:"Listenbereich"}},toolbarButtons:{name:"Symbolleisten-Schaltfl\xE4chen",desc:"W\xE4hlen Sie aus, welche Schaltfl\xE4chen in der Symbolleiste angezeigt werden. Ausgeblendete Schaltfl\xE4chen bleiben \xFCber Befehle und Men\xFCs zug\xE4nglich.",navigationLabel:"Navigationssymbolleiste",listLabel:"Listensymbolleiste"},createNewNotesInNewTab:{name:"Neue Notizen in neuem Tab \xF6ffnen",desc:'Wenn aktiviert, \xF6ffnet der Befehl \u201ENeue Notiz erstellen" Notizen in einem neuen Tab. Wenn deaktiviert, ersetzen Notizen den aktuellen Tab.'},autoRevealActiveNote:{name:"Aktive Notiz automatisch anzeigen",desc:"Notizen automatisch anzeigen, wenn sie \xFCber Schnellauswahl, Links oder Suche ge\xF6ffnet werden."},autoRevealShortestPath:{name:"K\xFCrzesten Pfad verwenden",desc:"Aktiviert: Automatisches Anzeigen w\xE4hlt den n\xE4chsten sichtbaren \xFCbergeordneten Ordner oder Tag. Deaktiviert: Automatisches Anzeigen w\xE4hlt den tats\xE4chlichen Ordner der Datei und den genauen Tag."},autoRevealIgnoreRightSidebar:{name:"Ereignisse von rechter Seitenleiste ignorieren",desc:"Aktive Notiz nicht \xE4ndern, wenn in der rechten Seitenleiste auf Notizen geklickt oder diese gewechselt werden."},autoRevealIgnoreOtherWindows:{name:"Ereignisse von anderen Fenstern ignorieren",desc:"Aktive Notiz nicht \xE4ndern, wenn mit Notizen in einem anderen Fenster gearbeitet wird."},paneTransitionDuration:{name:"Einzelbereich-Animation",desc:"\xDCbergangsdauer beim Wechseln zwischen Bereichen im Einzelbereich-Modus (Millisekunden).",resetTooltip:"Auf Standard zur\xFCcksetzen"},autoSelectFirstFileOnFocusChange:{name:"Erste Notiz automatisch ausw\xE4hlen",desc:"Die erste Notiz automatisch \xF6ffnen, wenn Sie den Ordner oder Tag wechseln."},skipAutoScroll:{name:"Auto-Scroll f\xFCr Verkn\xFCpfungen deaktivieren",desc:"Navigationsbereich nicht scrollen beim Klicken auf Elemente in Verkn\xFCpfungen."},autoExpandNavItems:{name:"Bei Auswahl erweitern",desc:"Ordner und Tags bei Auswahl erweitern. Im Einzelfenster-Modus: erste Auswahl erweitert, zweite Auswahl zeigt Dateien."},springLoadedFolders:{name:"Beim Ziehen erweitern",desc:"Ordner und Tags beim \xDCberfahren w\xE4hrend des Ziehens erweitern."},springLoadedFoldersInitialDelay:{name:"Verz\xF6gerung beim ersten Erweitern",desc:"Verz\xF6gerung, bevor der erste Ordner oder Tag w\xE4hrend eines Ziehvorgangs erweitert wird (Sekunden)."},springLoadedFoldersSubsequentDelay:{name:"Verz\xF6gerung bei weiteren Erweiterungen",desc:"Verz\xF6gerung, bevor weitere Ordner oder Tags w\xE4hrend desselben Ziehvorgangs erweitert werden (Sekunden)."},navigationBanner:{name:"Navigationsbanner (Tresorprofil)",desc:"Bild oberhalb des Navigationsbereichs anzeigen. \xC4ndert sich mit dem ausgew\xE4hlten Tresorprofil.",current:"Aktuelles Banner: {path}",chooseButton:"Bild ausw\xE4hlen"},pinNavigationBanner:{name:"Banner anheften",desc:"Banner oberhalb des Navigationsbaums anheften."},showShortcuts:{name:"Lesezeichen anzeigen",desc:"Lesezeichen-Bereich im Navigationsbereich anzeigen."},shortcutBadgeDisplay:{name:"Verkn\xFCpfungsabzeichen",desc:"Was neben Verkn\xFCpfungen angezeigt wird. Verwenden Sie die Befehle 'Verkn\xFCpfung 1-9 \xF6ffnen', um Verkn\xFCpfungen direkt zu \xF6ffnen.",options:{index:"Position (1-9)",count:"Elementanzahl",none:"Keine"}},showRecentNotes:{name:"Neueste Dateien anzeigen",desc:"Den Bereich f\xFCr neueste Dateien im Navigationsbereich anzeigen."},hideRecentNotes:{name:"Dateitypen ausblenden",desc:"W\xE4hle aus, welche Dateitypen im Bereich der neuesten Dateien ausgeblendet werden sollen.",options:{none:"Keine",folderNotes:"Ordnernotizen"}},recentNotesCount:{name:"Anzahl neuester Dateien",desc:"Anzahl der anzuzeigenden neuesten Dateien."},pinRecentNotesWithShortcuts:{name:"Neueste Dateien mit Lesezeichen anheften",desc:"Neueste Dateien beim Anheften von Lesezeichen einbeziehen."},calendarEnabled:{name:"Kalender aktivieren",desc:"Kalenderfunktionen von Notebook Navigator aktivieren."},calendarPlacement:{name:"Kalenderposition",desc:"Anzeige in der linken oder rechten Seitenleiste.",options:{leftSidebar:"Linke Seitenleiste",rightSidebar:"Rechte Seitenleiste"}},calendarLeftPlacement:{name:"Einzelbereichs-Platzierung",desc:"Wo der Kalender im Einzelbereichs-Modus angezeigt wird.",options:{navigationPane:"Navigationsbereich",below:"Unter den Bereichen"}},calendarLocale:{name:"Gebietsschema",desc:"Steuert Wochennummerierung und ersten Wochentag.",incompatibleWeekPatternWarning:'Das Muster f\xFCr w\xF6chentliche Notizen verwendet ISO-Wochen-Token ("W" oder "G"). Der Kalender zeigt Wochen ab Montag statt ab dem ersten Wochentag dieses Gebietsschemas an.',options:{systemDefault:"Standard"}},calendarWeekendDays:{name:"Wochenendtage",desc:"Wochenendtage mit anderer Hintergrundfarbe anzeigen.",options:{none:"Keine",satSun:"Samstag und Sonntag",friSat:"Freitag und Samstag",thuFri:"Donnerstag und Freitag"}},calendarMonthHeadingFormat:{name:"Monatsname-Format",desc:"Normaler oder abgek\xFCrzter Monatsname, wenn die Jahresansicht ausgeblendet ist.",options:{full:"Januar (voll)",short:"Jan. (kurz)"}},showInfoButtons:{name:"Info-Schaltfl\xE4chen anzeigen",desc:"Info-Schaltfl\xE4chen in der Suchleiste und der Kalender\xFCberschrift anzeigen."},calendarWeeksToShow:{name:"Angezeigte Wochen in linker Seitenleiste",desc:"Der Kalender in der rechten Seitenleiste zeigt immer den vollen Monat an.",options:{fullMonth:"Ganzer Monat",oneWeek:"1 Woche",weeksCount:"{count} Wochen"}},calendarHighlightToday:{name:"Heutiges Datum hervorheben",desc:"Das heutige Datum mit einer Hintergrundfarbe und fettem Text hervorheben."},calendarShowFeatureImage:{name:"Feature-Bild anzeigen",desc:"Feature-Bilder f\xFCr Notizen im Kalender anzeigen."},calendarShowWeekNumber:{name:"Wochennummer anzeigen",desc:"Spalte mit der Wochennummer hinzuf\xFCgen."},calendarShowQuarter:{name:"Quartal anzeigen",desc:"Quartalbezeichnung im Kalender-Header hinzuf\xFCgen."},calendarShowYearCalendar:{name:"Jahreskalender anzeigen",desc:"Jahresnavigation und Monatsraster in der rechten Seitenleiste anzeigen."},calendarConfirmBeforeCreate:{name:"Vor Erstellung best\xE4tigen",desc:"Best\xE4tigungsdialog beim Erstellen einer neuen t\xE4glichen Notiz anzeigen."},calendarIntegrationMode:{name:"Tagesnotiz-Quelle",desc:"Quelle f\xFCr Kalendernotizen.",options:{dailyNotes:"T\xE4gliche Notizen (Core-Plug-in)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Ordner und Datumsformat werden im Daily Notes-Core-Plugin konfiguriert."}},calendarCustomRootFolder:{name:"Stammordner",desc:"Basisordner f\xFCr periodische Notizen. Datumsmuster k\xF6nnen Unterordner enthalten. \xC4ndert sich mit dem ausgew\xE4hlten Tresorprofil.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Vorlagenordner",desc:"Die Vorlagenauswahl zeigt Notizen aus diesem Ordner.",placeholder:"Templates"},calendarCustomFilePattern:{name:"T\xE4gliche Notizen",desc:"Pfad mit Moment-Datumsformat formatieren. Unterordnernamen in Klammern setzen, z.B. [Work]/YYYY. Klicken Sie auf das Vorlagensymbol, um eine Vorlage festzulegen. Vorlagenordner unter Allgemein > Vorlagen festlegen.",momentDescPrefix:"Pfad formatieren mit ",momentLinkText:"Moment-Datumsformat",momentDescSuffix:". Unterordnernamen in Klammern setzen, z.B. [Work]/YYYY. Klicken Sie auf das Vorlagensymbol, um eine Vorlage festzulegen. Vorlagenordner unter Allgemein > Vorlagen festlegen.",placeholder:"YYYY/YYYYMMDD",example:"Aktuelle Syntax: {path}",parsingError:"Das Muster muss als vollst\xE4ndiges Datum (Jahr, Monat, Tag) formatiert und wieder geparst werden k\xF6nnen."},calendarCustomWeekPattern:{name:"W\xF6chentliche Notizen",parsingError:"Das Muster muss als vollst\xE4ndige Woche (Wochenjahr, Wochennummer) formatiert und wieder geparst werden k\xF6nnen.",localeMismatchWarning:'Dieses Muster verwendet ISO-Wochen-Token ("W" oder "G"). Der Kalender zeigt Wochen ab Montag an. Verwenden Sie "w" oder "g", wenn w\xF6chentliche Notizen dem gew\xE4hlten Gebietsschema folgen sollen.'},calendarCustomMonthPattern:{name:"Monatliche Notizen",parsingError:"Das Muster muss als vollst\xE4ndiger Monat (Jahr, Monat) formatiert und wieder geparst werden k\xF6nnen."},calendarCustomQuarterPattern:{name:"Viertelj\xE4hrliche Notizen",parsingError:"Das Muster muss als vollst\xE4ndiges Quartal (Jahr, Quartal) formatiert und wieder geparst werden k\xF6nnen."},calendarCustomYearPattern:{name:"J\xE4hrliche Notizen",parsingError:"Das Muster muss als vollst\xE4ndiges Jahr (Jahr) formatiert und wieder geparst werden k\xF6nnen."},calendarTemplateFile:{current:"Vorlagendatei: {name}"},showTooltips:{name:"Tooltips anzeigen",desc:"Zeige Hover-Tooltips mit zus\xE4tzlichen Informationen f\xFCr Notizen und Ordner an."},showTooltipPath:{name:"Pfad anzeigen",desc:"Zeigt den Ordnerpfad unter den Notiznamen in Tooltips an."},resetPaneSeparator:{name:"Position des Fenstertrennelements zur\xFCcksetzen",desc:"Setzt das verschiebbare Trennelement zwischen Navigationsbereich und Listenbereich auf die Standardposition zur\xFCck.",buttonText:"Trennelement zur\xFCcksetzen",notice:"Trennelementposition zur\xFCckgesetzt. Starten Sie Obsidian neu oder \xF6ffnen Sie Notebook Navigator erneut, um die \xC4nderungen anzuwenden."},settingsTransfer:{name:"Einstellungen importieren und exportieren",desc:"Notebook Navigator-Einstellungen als JSON exportieren oder importieren. Der Import ersetzt alle Einstellungen.",importButtonText:"Importieren",exportButtonText:"Exportieren",import:{modalTitle:"Einstellungen importieren",fileButtonName:"Aus Datei importieren",fileButtonDesc:"Eine JSON-Datei von der Festplatte laden.",fileButtonText:"Aus Datei importieren",editorName:"JSON",editorDesc:"JSON unten einf\xFCgen oder bearbeiten. Nicht enthaltene Einstellungen werden auf Standardwerte zur\xFCckgesetzt.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importieren",successNotice:"Einstellungen importiert.",errorNotice:"Einstellungen konnten nicht importiert werden: {message}",fileReadError:"Datei konnte nicht gelesen werden: {message}"},export:{modalTitle:"Einstellungen exportieren",editorName:"JSON",editorDesc:"Nur Einstellungen, die von den Standardwerten abweichen, sind enthalten.",placeholder:"{}",copyButtonText:"In die Zwischenablage kopieren",downloadButtonText:"Herunterladen",copyNotice:"Einstellungen in die Zwischenablage kopiert.",downloadNotice:"Einstellungen exportiert.",downloadError:"Einstellungen konnten nicht heruntergeladen werden: {message}"}},resetAllSettings:{name:"Alle Einstellungen zur\xFCcksetzen",desc:"Setzt alle Notebook Navigator-Einstellungen auf die Standardwerte zur\xFCck.",buttonText:"Alle Einstellungen zur\xFCcksetzen",confirmTitle:"Alle Einstellungen zur\xFCcksetzen?",confirmMessage:"Dies setzt alle Notebook Navigator-Einstellungen auf ihre Standardwerte zur\xFCck. Dies kann nicht r\xFCckg\xE4ngig gemacht werden.",confirmButtonText:"Alle Einstellungen zur\xFCcksetzen",notice:"Alle Einstellungen zur\xFCckgesetzt. Starten Sie Obsidian neu oder \xF6ffnen Sie Notebook Navigator erneut, um die \xC4nderungen anzuwenden.",error:"Zur\xFCcksetzen der Einstellungen fehlgeschlagen."},multiSelectModifier:{name:"Mehrfachauswahl-Modifikator",desc:"W\xE4hlen Sie, welche Modifikatortaste die Mehrfachauswahl umschaltet. Wenn Option/Alt ausgew\xE4hlt ist, \xF6ffnet Cmd/Strg-Klick Notizen in einem neuen Tab.",options:{cmdCtrl:"Cmd/Strg-Klick",optionAlt:"Option/Alt-Klick"}},enterToOpenFiles:{name:"Enter dr\xFCcken zum \xD6ffnen",desc:"Dateien nur mit Enter \xF6ffnen w\xE4hrend der Tastaturnavigation in der Liste."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Ausgew\xE4hlte Datei in neuem Tab, geteilter Ansicht oder Fenster \xF6ffnen mit Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Ausgew\xE4hlte Datei in neuem Tab, geteilter Ansicht oder Fenster \xF6ffnen mit Cmd+Enter."},ctrlEnterOpenContext:{name:"Strg+Enter",desc:"Ausgew\xE4hlte Datei in neuem Tab, geteilter Ansicht oder Fenster \xF6ffnen mit Strg+Enter."},mouseBackForwardAction:{name:"Maustasten vor/zur\xFCck",desc:"Aktion f\xFCr die Vor- und Zur\xFCck-Tasten der Maus auf dem Desktop.",options:{none:"Systemstandard verwenden",singlePaneSwitch:"Bereiche wechseln (Einzelbereich)",history:"Verlauf navigieren"}},excludedNotes:{name:"Notizen mit Eigenschaftsregeln verstecken (Tresorprofil)",desc:"Kommagetrennte Liste von Frontmatter-Regeln. Verwenden Sie `key` oder `key=value` Eintr\xE4ge (z.B. status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Dateien verstecken (Tresorprofil)",desc:"Kommagetrennte Liste von Dateinamenmustern zum Ausblenden. Unterst\xFCtzt * Platzhalter und / Pfade (z.B. temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Tresorprofil",desc:"Profile speichern Dateityp-Sichtbarkeit, versteckte Dateien, versteckte Ordner, versteckte Tags, versteckte Notizen, Verkn\xFCpfungen und Navigationsbanner. Profile k\xF6nnen \xFCber die Kopfzeile des Navigationsbereichs gewechselt werden.",defaultName:"Standard",addButton:"Profil hinzuf\xFCgen",editProfilesButton:"Profile bearbeiten",addProfileOption:"Profil hinzuf\xFCgen...",applyButton:"\xDCbernehmen",deleteButton:"Profil l\xF6schen",addModalTitle:"Profil hinzuf\xFCgen",editProfilesModalTitle:"Profile bearbeiten",addModalPlaceholder:"Profilname",deleteModalTitle:"{name} l\xF6schen",deleteModalMessage:"{name} entfernen? Versteckte Datei-, Ordner-, Tag- und Notizfilter in diesem Profil werden gel\xF6scht.",moveUp:"Nach oben",moveDown:"Nach unten",errors:{emptyName:"Profilnamen eingeben",duplicateName:"Profilname bereits vorhanden"}},vaultTitle:{name:"Tresortitel-Platzierung",desc:"W\xE4hlen Sie, wo der Tresortitel angezeigt wird.",options:{header:"Im Header anzeigen",navigation:"Im Navigationsbereich anzeigen"}},excludedFolders:{name:"Ordner verstecken (Tresorprofil)",desc:"Kommagetrennte Liste von auszublendenden Ordnern. Namensmuster: assets* (Ordner die mit assets beginnen), *_temp (endet mit _temp). Pfadmuster: /archive (nur Wurzel-Archive), /res* (Wurzelordner die mit res beginnen), /*/temp (temp-Ordner eine Ebene tief), /projects/* (alle Ordner in projects).",placeholder:"templates, assets*, /archive, /res*"},fileVisibility:{name:"Dateitypen anzeigen (Tresorprofil)",desc:"Filtern Sie, welche Dateitypen im Navigator angezeigt werden. Dateitypen, die von Obsidian nicht unterst\xFCtzt werden, k\xF6nnen in externen Anwendungen ge\xF6ffnet werden.",options:{documents:"Dokumente (.md, .canvas, .base)",supported:"Unterst\xFCtzt (\xF6ffnet in Obsidian)",all:"Alle (\xF6ffnet ggf. extern)"}},homepage:{name:"Startseite",desc:"W\xE4hlen Sie, was Notebook Navigator beim Start automatisch \xF6ffnet.",current:"Aktuell: {path}",chooseButton:"Datei ausw\xE4hlen",options:{none:"Keine",file:"Datei",dailyNote:"Tagesnotiz",weeklyNote:"Wochennotiz",monthlyNote:"Monatsnotiz",quarterlyNote:"Quartalsnotiz"},file:{name:"Startdatei",empty:"Keine Datei ausgew\xE4hlt"}},showFileDate:{name:"Datum anzeigen",desc:"Das Datum unter Notizennamen anzeigen."},alphabeticalDateMode:{name:"Bei Sortierung nach Name",desc:"Datum, das angezeigt wird, wenn Notizen alphabetisch sortiert sind.",options:{created:"Erstelldatum",modified:"\xC4nderungsdatum"}},showFileTags:{name:"Datei-Tags anzeigen",desc:"Zeigt klickbare Tags in Datei-Elementen an."},showFileTagAncestors:{name:"Vollst\xE4ndige Tag-Pfade anzeigen",desc:"Vollst\xE4ndige Tag-Hierarchiepfade anzeigen. Aktiviert: 'ai/openai', 'arbeit/projekte/2024'. Deaktiviert: 'openai', '2024'."},colorFileTags:{name:"Datei-Tags einf\xE4rben",desc:"Tag-Farben auf Tag-Abzeichen in Datei-Elementen anwenden."},prioritizeColoredFileTags:{name:"Farbige Tags zuerst anzeigen",desc:"Farbige Tags vor anderen Tags in Datei-Elementen sortieren."},showFileTagsInCompactMode:{name:"Datei-Tags im schlanken Modus anzeigen",desc:"Tags anzeigen, wenn Datum, Vorschau und Bild ausgeblendet sind."},showFileProperties:{name:"Datei-Eigenschaften anzeigen",desc:"Klickbare Eigenschaften in Datei-Elementen anzeigen."},colorFileProperties:{name:"Datei-Eigenschaften einf\xE4rben",desc:"Eigenschaftsfarben auf Eigenschafts-Badges in Datei-Elementen anwenden."},prioritizeColoredFileProperties:{name:"Farbige Eigenschaften zuerst anzeigen",desc:"Farbige Eigenschaften vor anderen Eigenschaften in Datei-Elementen sortieren."},showFilePropertiesInCompactMode:{name:"Eigenschaften im Kompaktmodus anzeigen",desc:"Eigenschaften anzeigen, wenn der Kompaktmodus aktiv ist."},notePropertyType:{name:"Notiz-Eigenschaft",desc:"W\xE4hlen Sie die Notiz-Eigenschaft, die in Datei-Elementen angezeigt werden soll.",options:{frontmatter:"Frontmatter-Eigenschaft",wordCount:"Wortanzahl",none:"Keine"}},propertyFields:{name:"Eigenschaftsschl\xFCssel (Tresorprofil)",desc:"Frontmatter-Eigenschaftsschl\xFCssel mit schl\xFCsselweiser Sichtbarkeit f\xFCr Navigation und Dateiliste.",addButtonTooltip:"Eigenschaftsschl\xFCssel konfigurieren",noneConfigured:"Keine Eigenschaften konfiguriert",singleConfigured:"1 Eigenschaft konfiguriert: {properties}",multipleConfigured:"{count} Eigenschaften konfiguriert: {properties}"},showPropertiesOnSeparateRows:{name:"Eigenschaften in separaten Zeilen anzeigen",desc:"Jede Eigenschaft in einer eigenen Zeile anzeigen."},enablePropertyInternalLinks:{name:"Eigenschafts-Pills mit Notizen verkn\xFCpfen",desc:"Auf ein Eigenschafts-Pill klicken, um die verkn\xFCpfte Notiz zu \xF6ffnen."},enablePropertyExternalLinks:{name:"Eigenschafts-Pills mit URLs verkn\xFCpfen",desc:"Auf ein Eigenschafts-Pill klicken, um die verkn\xFCpfte URL zu \xF6ffnen."},dateFormat:{name:"Datumsformat",desc:"Format f\xFCr die Datumsanzeige (verwendet Moment-Format).",placeholder:"DD.MM.YYYY",help:`G\xE4ngige Formate: +DD.MM.YYYY = 25.05.2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Tokens: +YYYY/YY = Jahr +MMMM/MMM/MM = Monat +DD/D = Tag +dddd/ddd = Wochentag`,helpTooltip:"Format mit Moment",momentLinkText:"Moment-Format"},timeFormat:{name:"Zeitformat",desc:"Format f\xFCr die Zeitanzeige (verwendet Moment-Format).",placeholder:"HH:mm",help:`G\xE4ngige Formate: +HH:mm = 14:30 (24-Stunden) +h:mm a = 2:30 PM (12-Stunden) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +Tokens: +HH/H = 24-Stunden +hh/h = 12-Stunden +mm = Minuten +ss = Sekunden +a = AM/PM`,helpTooltip:"Format mit Moment",momentLinkText:"Moment-Format"},showFilePreview:{name:"Notizenvorschau anzeigen",desc:"Vorschautext unter Notizennamen anzeigen."},skipHeadingsInPreview:{name:"\xDCberschriften in Vorschau \xFCberspringen",desc:"\xDCberschriftenzeilen bei der Erstellung des Vorschautextes \xFCberspringen."},skipCodeBlocksInPreview:{name:"Codebl\xF6cke in Vorschau \xFCberspringen",desc:"Codebl\xF6cke bei der Erstellung des Vorschautextes \xFCberspringen."},stripHtmlInPreview:{name:"HTML in Vorschauen entfernen",desc:"HTML-Tags aus dem Vorschautext entfernen. Kann die Leistung bei gro\xDFen Notizen beeintr\xE4chtigen."},stripLatexInPreview:{name:"LaTeX in Vorschauen entfernen",desc:"Inline- und Block-LaTeX-Ausdr\xFCcke aus dem Vorschautext entfernen."},previewProperties:{name:"Vorschau-Eigenschaften",desc:"Kommagetrennte Liste von Frontmatter-Eigenschaften f\xFCr Vorschautext. Die erste Eigenschaft mit Text wird verwendet.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Auf Notizinhalt zur\xFCckgreifen",desc:"Notizinhalt als Vorschau anzeigen, wenn keine der angegebenen Eigenschaften Text enth\xE4lt."},previewRows:{name:"Vorschauzeilen",desc:"Anzahl der Zeilen f\xFCr den Vorschautext.",options:{1:"1 Zeile",2:"2 Zeilen",3:"3 Zeilen",4:"4 Zeilen",5:"5 Zeilen"}},fileNameRows:{name:"Titelzeilen",desc:"Anzahl der Zeilen f\xFCr Notizentitel.",options:{1:"1 Zeile",2:"2 Zeilen"}},showFeatureImage:{name:"Vorschaubild anzeigen",desc:"Zeigt eine Miniatur des ersten Bildes in der Notiz an."},forceSquareFeatureImage:{name:"Quadratische Vorschaubilder erzwingen",desc:"Vorschaubilder als quadratische Miniaturansichten darstellen."},featureImageProperties:{name:"Bildeigenschaften",desc:"Kommagetrennte Liste von Frontmatter-Eigenschaften, die zuerst gepr\xFCft werden. F\xE4llt auf das erste Bild im Markdown-Inhalt zur\xFCck.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Notizen mit Eigenschaften ausschlie\xDFen",desc:"Kommagetrennte Liste von Frontmatter-Eigenschaften. Notizen mit einer dieser Eigenschaften speichern keine Feature-Bilder.",placeholder:"private, confidential"},featureImageSize:{name:"Anzeigegr\xF6\xDFe des Feature-Bildes",desc:"Maximale Darstellungsgr\xF6\xDFe f\xFCr Feature-Bilder in Notizlisten.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Pixelgr\xF6\xDFe des Feature-Bildes",desc:"Aufl\xF6sung f\xFCr gespeicherte Feature-Bild-Vorschaubilder. Erh\xF6hen Sie diesen Wert, wenn gr\xF6\xDFere Vorschauen unscharf aussehen.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Externe Bilder herunterladen",desc:"Remote-Bilder und YouTube-Vorschaubilder f\xFCr Feature-Bilder herunterladen."},showRootFolder:{name:"Wurzelordner anzeigen",desc:"Den Namen des Wurzelordners im Baum anzeigen."},showFolderIcons:{name:"Ordner-Icons anzeigen",desc:"Icons neben Ordnern im Navigationsbereich anzeigen."},inheritFolderColors:{name:"Ordnerfarben vererben",desc:"Unterordner erben die Farbe von \xFCbergeordneten Ordnern."},folderSortOrder:{name:"Ordner-Sortierreihenfolge",desc:"Klicken Sie mit der rechten Maustaste auf einen Ordner, um eine andere Sortierreihenfolge f\xFCr dessen Unterordner festzulegen.",options:{alphaAsc:"A bis Z",alphaDesc:"Z bis A"}},showNoteCount:{name:"Notizenzahl anzeigen",desc:"Die Anzahl der Notizen neben jedem Ordner und Tag anzeigen."},showSectionIcons:{name:"Icons f\xFCr Shortcuts und k\xFCrzliche Elemente anzeigen",desc:"Icons neben Eintr\xE4gen in den Bereichen Shortcuts und Zuletzt verwendet anzeigen."},interfaceIcons:{name:"Oberfl\xE4chensymbole",desc:"Symbole f\xFCr Symbolleiste, Ordner, Tags, angeheftete Elemente, Suche und Sortierung bearbeiten.",buttonText:"Symbole bearbeiten"},showIconsColorOnly:{name:"Farbe nur auf Symbole anwenden",desc:"Wenn aktiviert, werden benutzerdefinierte Farben nur auf Symbole angewendet. Wenn deaktiviert, werden Farben sowohl auf Symbole als auch auf Textbeschriftungen angewendet."},navRainbowMode:{name:"Regenbogen-Farbmodus (Tresorprofil)",desc:"Regenbogenfarben im Navigationsbereich anwenden.",options:{none:"Aus",foreground:"Textfarbe",background:"Hintergrundfarbe"}},navRainbowFirstColor:{name:"Erste Farbe",desc:"Erste Farbe im Regenbogenverlauf."},navRainbowLastColor:{name:"Letzte Farbe",desc:"Letzte Farbe im Regenbogenverlauf."},navRainbowTransitionStyle:{name:"\xDCbergangsstil",desc:"Interpolation zwischen der ersten und letzten Farbe.",options:{hue:"Farbton",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Auf Verkn\xFCpfungen anwenden",desc:"Regenbogenfarben auf Verkn\xFCpfungen anwenden."},navRainbowApplyToRecent:{name:"Auf zuletzt verwendete Elemente anwenden",desc:"Regenbogenfarben auf zuletzt verwendete Elemente anwenden."},navRainbowApplyToFolders:{name:"Auf Ordner anwenden",desc:"Regenbogenfarben auf Ordner anwenden."},navRainbowFolderScope:{name:"Ordnerbereich",desc:"Ausw\xE4hlen, welche Ordnerebenen Farbzuweisungen starten.",options:{root:"Stammebene",child:"Unterebene",all:"Jede Ebene"}},navRainbowApplyToTags:{name:"Auf Tags anwenden",desc:"Regenbogenfarben auf Tags anwenden."},navRainbowTagScope:{name:"Tag-Bereich",desc:"Ausw\xE4hlen, welche Tag-Ebenen Farbzuweisungen starten.",options:{root:"Stammebene",child:"Unterebene",all:"Jede Ebene"}},navRainbowApplyToProperties:{name:"Auf Eigenschaften anwenden",desc:"Regenbogenfarben auf Eigenschaften anwenden."},navRainbowBalanceHueLuminance:{name:"Gleichm\xE4\xDFige Helligkeit \xFCber Farbt\xF6ne",desc:"Interpoliert die Helligkeit zwischen den Start- und Endfarben bei Farbton\xFCberg\xE4ngen."},navRainbowSeparateThemeColors:{name:"Separate Farben f\xFCr hellen und dunklen Modus",desc:"Verschiedene Regenbogenfarben f\xFCr den hellen und dunklen Modus verwenden."},navRainbowCopyLightToDark:"Farbe des hellen Modus in den dunklen Modus kopieren",navRainbowPropertyScope:{name:"Eigenschaftsbereich",desc:"Ausw\xE4hlen, welche Eigenschaftsebenen Farbzuweisungen starten.",options:{root:"Stammebene",child:"Unterebene",all:"Jede Ebene"}},collapseBehavior:{name:"Elemente einklappen",desc:"W\xE4hlen Sie, was die Schaltfl\xE4che zum Ein-/Ausklappen beeinflusst.",options:{all:"Alle",foldersOnly:"Nur Ordner",tagsOnly:"Nur Tags",propertiesOnly:"Nur Eigenschaften"}},smartCollapse:{name:"Ausgew\xE4hltes Element erweitert halten",desc:"Beim Einklappen bleibt das ausgew\xE4hlte Element und seine \xFCbergeordneten Elemente erweitert."},navIndent:{name:"Baum-Einr\xFCckung",desc:"Passen Sie die Einr\xFCckungsbreite f\xFCr verschachtelte Ordner und Tags an."},navItemHeight:{name:"Zeilenh\xF6he",desc:"Passen Sie die H\xF6he von Ordnern und Tags im Navigationsbereich an."},navItemHeightScaleText:{name:"Text mit Zeilenh\xF6he skalieren",desc:"Verkleinert die Navigationsschrift, wenn die Zeilenh\xF6he reduziert wird."},showIndentGuides:{name:"Einr\xFCckungslinien anzeigen",desc:"Einr\xFCckungslinien f\xFCr verschachtelte Ordner und Tags anzeigen."},navRootSpacing:{name:"Abstand f\xFCr Wurzelelemente",desc:"Abstand zwischen Ordnern und Tags auf der obersten Ebene."},showTags:{name:"Tags anzeigen",desc:"Tag-Bereich im Navigator anzeigen."},showTagIcons:{name:"Tag-Icons anzeigen",desc:"Icons neben Tags im Navigationsbereich anzeigen."},inheritTagColors:{name:"Tag-Farben vererben",desc:"Unter-Tags erben die Farbe von \xFCbergeordneten Tags."},tagSortOrder:{name:"Tag-Sortierreihenfolge",desc:"Klicken Sie mit der rechten Maustaste auf ein Tag, um eine andere Sortierreihenfolge f\xFCr dessen Unterelemente festzulegen.",options:{alphaAsc:"A bis Z",alphaDesc:"Z bis A",frequency:"H\xE4ufigkeit",lowToHigh:"niedrig bis hoch",highToLow:"hoch bis niedrig"}},showAllTagsFolder:{name:"Tags-Ordner anzeigen",desc:'"Tags" als einklappbaren Ordner anzeigen.'},showUntagged:{name:"Ungetaggte Notizen anzeigen",desc:'"Ohne Tag" f\xFCr Notizen ohne Tags anzeigen.'},scopeTagsToCurrentContext:{name:"Tags nach Auswahl filtern",desc:"Nur Tags anzeigen, die in Notizen im ausgew\xE4hlten Ordner oder der ausgew\xE4hlten Eigenschaft vorkommen."},keepEmptyTagsProperty:{name:"Tags-Eigenschaft nach Entfernen des letzten Tags beibehalten",desc:"Beh\xE4lt die Tags-Frontmatter-Eigenschaft, wenn alle Tags entfernt werden. Wenn deaktiviert, wird die Tags-Eigenschaft aus dem Frontmatter gel\xF6scht."},showProperties:{name:"Eigenschaften anzeigen",desc:"Eigenschaftsbereich im Navigator anzeigen.",propertyKeysInfoPrefix:"Eigenschaften konfigurieren unter ",propertyKeysInfoLinkText:"Allgemein > Eigenschaftsschl\xFCssel",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Eigenschafts-Symbole anzeigen",desc:"Symbole neben Eigenschaften im Navigationsbereich anzeigen."},inheritPropertyColors:{name:"Eigenschaftsfarben vererben",desc:"Eigenschaftswerte erben Farbe und Hintergrund von ihrem Eigenschaftsschl\xFCssel."},propertySortOrder:{name:"Sortierreihenfolge der Eigenschaften",desc:"Rechtsklick auf eine Eigenschaft, um eine andere Sortierreihenfolge f\xFCr ihre Werte festzulegen.",options:{alphaAsc:"A bis Z",alphaDesc:"Z bis A",frequency:"H\xE4ufigkeit",lowToHigh:"niedrig bis hoch",highToLow:"hoch bis niedrig"}},showAllPropertiesFolder:{name:"Eigenschafts-Ordner anzeigen",desc:'"Eigenschaften" als einklappbaren Ordner anzeigen.'},scopePropertiesToCurrentContext:{name:"Eigenschaften nach Auswahl filtern",desc:"Nur Eigenschaften anzeigen, die in Notizen im ausgew\xE4hlten Ordner oder dem ausgew\xE4hlten Tag vorkommen."},hiddenTags:{name:"Tags verstecken (Tresorprofil)",desc:"Kommagetrennte Liste von Tag-Mustern. Namensmuster: tag* (beginnt mit), *tag (endet mit). Pfadmuster: archiv (Tag und Untergeordnete), archiv/* (nur Untergeordnete), projekte/*/entw\xFCrfe (Platzhalter in der Mitte).",placeholder:"archiv*, *entwurf, projekte/*/alt"},hiddenFileTags:{name:"Notizen mit Tags verstecken (Tresorprofil)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Ordnernotizen aktivieren",desc:"Ordner mit einer passenden Notizdatei werden als anklickbare Links angezeigt."},folderNoteType:{name:"Standardtyp f\xFCr Ordnernotizen",desc:"Ordnernotiztyp, der \xFCber das Kontextmen\xFC erstellt wird.",options:{ask:"Beim Erstellen fragen",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Name der Ordnernotiz",desc:"Name der Ordnernotiz. Leer lassen, um denselben Namen wie der Ordner zu verwenden.",placeholder:"index"},folderNoteNamePattern:{name:"Namensmuster der Ordnernotiz",desc:"Namensmuster f\xFCr Ordnernotizen ohne Erweiterung. Verwende {{folder}}, um den Ordnernamen einzuf\xFCgen. Wenn gesetzt, gilt der Ordnernotizname nicht."},folderNoteTemplate:{name:"Ordnernotiz-Vorlage",desc:"Vorlagendatei f\xFCr neue Markdown-Ordnernotizen. Vorlagenordner unter Allgemein > Vorlagen festlegen."},enableFolderNoteLinks:{name:"Ordnernotiz-Links aktivieren",desc:"Ordnerbeschriftungen werden als Links dargestellt und \xF6ffnen Ordnernotizen beim Klicken. Wenn deaktiviert, liefern Ordnernotizen weiterhin Name-, Symbol- und Farbmetadaten."},hideFolderNoteInList:{name:"Ordnernotizen in Liste ausblenden",desc:"Ordnernotizen in der Dateiliste ausblenden."},pinCreatedFolderNote:{name:"Erstellte Ordnernotizen anheften",desc:"Ordnernotizen anheften, wenn sie \xFCber das Kontextmen\xFC erstellt werden."},openFolderNotesInNewTab:{name:"Ordnernotizen in neuem Tab \xF6ffnen",desc:"Ordnernotizen beim Klicken auf einen Ordner in einem neuen Tab \xF6ffnen."},confirmBeforeDelete:{name:"Vor dem L\xF6schen best\xE4tigen",desc:"Best\xE4tigungsdialog beim L\xF6schen von Notizen oder Ordnern anzeigen"},deleteAttachments:{name:"Anh\xE4nge beim L\xF6schen von Dateien l\xF6schen",desc:"Verkn\xFCpfte Anh\xE4nge der gel\xF6schten Datei automatisch entfernen, wenn sie nicht anderweitig verwendet werden",options:{ask:"Jedes Mal fragen",always:"Immer",never:"Nie"}},moveFileConflicts:{name:"Verschiebungskonflikte",desc:"Wenn eine Datei in einen Ordner verschoben wird, in dem bereits eine Datei mit demselben Namen existiert. Jedes Mal fragen (umbenennen, \xFCberschreiben, abbrechen) oder immer umbenennen.",options:{ask:"Jedes Mal fragen",rename:"Immer umbenennen"}},metadataCleanup:{name:"Metadaten bereinigen",desc:"Entfernt verwaiste Metadaten, die zur\xFCckbleiben, wenn Dateien, Ordner oder Tags au\xDFerhalb von Obsidian gel\xF6scht, verschoben oder umbenannt werden. Dies betrifft nur die Notebook Navigator Einstellungsdatei.",buttonText:"Metadaten bereinigen",error:"Einstellungen-Bereinigung fehlgeschlagen",loading:"Metadaten werden \xFCberpr\xFCft...",statusClean:"Keine Metadaten zu bereinigen",statusCounts:"Verwaiste Elemente: {folders} Ordner, {tags} Tags, {properties} Eigenschaften, {files} Dateien, {pinned} Pins, {separators} Trennlinien"},rebuildCache:{name:"Cache neu aufbauen",desc:"Verwenden Sie dies, wenn Tags fehlen, Vorschauen falsch sind oder Bilder fehlen. Dies kann nach Synchronisierungskonflikten oder unerwarteten Schlie\xDFungen auftreten.",buttonText:"Cache neu aufbauen",error:"Cache-Neuaufbau fehlgeschlagen",indexingTitle:"Tresor wird indexiert...",progress:"Notebook Navigator-Cache wird aktualisiert."},externalIcons:{downloadButton:"Herunterladen",downloadingLabel:"Wird heruntergeladen...",removeButton:"Entfernen",statusInstalled:"Heruntergeladen (Version {version})",statusNotInstalled:"Nicht heruntergeladen",versionUnknown:"unbekannt",downloadFailed:"Fehler beim Herunterladen von {name}. \xDCberpr\xFCfen Sie Ihre Verbindung und versuchen Sie es erneut.",removeFailed:"Fehler beim Entfernen von {name}.",infoNote:"Heruntergeladene Icon-Pakete synchronisieren den Installationsstatus \xFCber Ger\xE4te hinweg. Icon-Pakete bleiben in der lokalen Datenbank auf jedem Ger\xE4t; die Synchronisierung verfolgt nur, ob sie heruntergeladen oder entfernt werden sollen. Icon-Pakete werden aus dem Notebook Navigator Repository heruntergeladen (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Frontmatter-Metadaten verwenden",desc:"Frontmatter f\xFCr Notizname, Zeitstempel, Icons und Farben verwenden"},frontmatterNameField:{name:"Namensfelder",desc:"Kommagetrennte Liste von Frontmatter-Feldern. Erster nicht-leerer Wert wird verwendet. F\xE4llt auf Dateinamen zur\xFCck.",placeholder:"title, name"},frontmatterIconField:{name:"Icon-Feld",desc:"Frontmatter-Feld f\xFCr Datei-Icons. Leer lassen, um Icons aus den Einstellungen zu verwenden.",placeholder:"icon"},frontmatterColorField:{name:"Farbfeld",desc:"Frontmatter-Feld f\xFCr Dateifarben. Leer lassen, um Farben aus den Einstellungen zu verwenden.",placeholder:"color"},frontmatterBackgroundField:{name:"Hintergrundfeld",desc:"Frontmatter-Feld f\xFCr Hintergrundfarben. Leer lassen, um Hintergrundfarben aus den Einstellungen zu verwenden.",placeholder:"background"},frontmatterMigration:{name:"Icons und Farben aus Einstellungen migrieren",desc:"In Einstellungen gespeichert: {icons} Icons, {colors} Farben.",button:"Migrieren",buttonWorking:"Migriere...",noticeNone:"Keine Datei-Icons oder Farben in den Einstellungen gespeichert.",noticeDone:"{migratedIcons}/{icons} Icons, {migratedColors}/{colors} Farben migriert.",noticeFailures:"Fehlgeschlagene Eintr\xE4ge: {failures}.",noticeError:"Migration fehlgeschlagen. Details in der Konsole."},frontmatterCreatedField:{name:"Feld f\xFCr Erstellungszeitstempel",desc:"Frontmatter-Feldname f\xFCr den Erstellungszeitstempel. Leer lassen, um nur das Dateisystemdatum zu verwenden.",placeholder:"created"},frontmatterModifiedField:{name:"Feld f\xFCr \xC4nderungszeitstempel",desc:"Frontmatter-Feldname f\xFCr den \xC4nderungszeitstempel. Leer lassen, um nur das Dateisystemdatum zu verwenden.",placeholder:"modified"},frontmatterDateFormat:{name:"Zeitstempelformat",desc:"Format zum Parsen von Zeitstempeln im Frontmatter. Leer lassen, um ISO 8601-Parsing zu verwenden.",helpTooltip:"Format mit Moment",momentLinkText:"Moment-Format",help:`H\xE4ufige Formate: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Entwicklung unterst\xFCtzen",desc:"Wenn Sie Notebook Navigator lieben, erw\xE4gen Sie bitte, die weitere Entwicklung zu unterst\xFCtzen.",buttonText:"\u2764\uFE0F Sponsor",coffeeButton:"\u2615\uFE0F Spendiere mir einen Kaffee"},updateCheckOnStart:{name:"Beim Start nach neuer Version suchen",desc:"Pr\xFCft beim Start auf neue Plugin-Versionen und zeigt eine Benachrichtigung an, wenn ein Update verf\xFCgbar ist. \xDCberpr\xFCfungen erfolgen h\xF6chstens einmal t\xE4glich.",status:"Neue Version verf\xFCgbar: {version}"},whatsNew:{name:"Neuigkeiten in Notebook Navigator {version}",desc:"Letzte Updates und Verbesserungen anzeigen",buttonText:"Letzte Updates anzeigen"},masteringVideo:{name:"Notebook Navigator meistern (Video)",desc:"Dieses Video behandelt alles, was du brauchst, um produktiv mit Notebook Navigator zu arbeiten, einschlie\xDFlich Tastenk\xFCrzel, Suche, Tags und erweiterte Anpassungen."},cacheStatistics:{localCache:"Lokaler Cache",items:"Eintr\xE4ge",withTags:"mit Tags",withPreviewText:"mit Vorschautext",withFeatureImage:"mit Vorschaubild",withMetadata:"mit Metadaten"},metadataInfo:{successfullyParsed:"Erfolgreich geparst",itemsWithName:"Eintr\xE4ge mit Name",withCreatedDate:"mit Erstellungsdatum",withModifiedDate:"mit \xC4nderungsdatum",withIcon:"mit Icon",withColor:"mit Farbe",failedToParse:"Parsing fehlgeschlagen",createdDates:"Erstellungsdaten",modifiedDates:"\xC4nderungsdaten",checkTimestampFormat:"\xDCberpr\xFCfen Sie Ihr Zeitstempelformat.",exportFailed:"Fehler exportieren"}}},whatsNew:{title:"Neuigkeiten in Notebook Navigator",supportMessage:"Wenn Sie Notebook Navigator hilfreich finden, erw\xE4gen Sie bitte, die Entwicklung zu unterst\xFCtzen.",supportButton:"Kauf mir einen Kaffee",thanksButton:"Danke!"}}});var qw,wO=He(()=>{qw={common:{cancel:"Cancel",delete:"Delete",clear:"Clear",remove:"Remove",restoreDefault:"Restore default",submit:"Submit",configure:"Configure",lightMode:"Light mode",darkMode:"Dark mode",noSelection:"No selection",untagged:"Untagged",featureImageAlt:"Feature image",unknownError:"Unknown error",clipboardWriteError:"Could not write to clipboard",updateBannerTitle:"Notebook Navigator update available",updateBannerInstruction:"Update in Settings -> Community plugins",previous:"Previous",next:"Next"},listPane:{emptyStateNoSelection:"Select a folder or tag to view notes",emptyStateNoNotes:"No notes",pinnedSection:"Pinned",notesSection:"Notes",filesSection:"Files",hiddenItemAriaLabel:"{name} (hidden)"},tagList:{untaggedLabel:"Untagged",tags:"Tags"},navigationPane:{shortcutsHeader:"Shortcuts",recentFilesHeader:"Recent files",properties:"Properties",reorderRootFoldersTitle:"Reorder navigation",reorderRootFoldersHint:"Use arrows or drag to reorder",vaultRootLabel:"Vault",resetRootToAlpha:"Reset to alphabetical order",resetRootToFrequency:"Reset to frequency order",pinShortcuts:"Pin shortcuts",pinShortcutsAndRecentFiles:"Pin shortcuts and recent files",unpinShortcuts:"Unpin shortcuts",unpinShortcutsAndRecentFiles:"Unpin shortcuts and recent files",profileMenuAria:"Change vault profile"},navigationCalendar:{ariaLabel:"Calendar",dailyNotesNotEnabled:"Daily notes core plugin is not enabled.",createDailyNote:{title:"New daily note",message:"File {filename} does not exist. Would you like to create it?",confirmButton:"Create"},helpModal:{title:"Calendar shortcuts",items:["Click any day to open or create a daily note. Weeks, months, quarters, and years work the same way.","A filled dot under a day means it has a note. A hollow dot means it has unfinished tasks.","If a note has a feature image, it appears as the day's background."],dateFilterCmdCtrl:"`Cmd/Ctrl`+click a date to filter by that date in the file list.",dateFilterOptionAlt:"`Option/Alt`+click a date to filter by that date in the file list."}},dailyNotes:{templateReadFailed:"Failed to read the daily note template.",createFailed:"Unable to create daily note."},shortcuts:{folderExists:"Folder already in shortcuts",noteExists:"Note already in shortcuts",tagExists:"Tag already in shortcuts",propertyExists:"Property already in shortcuts",invalidProperty:"Invalid property shortcut",searchExists:"Search shortcut already exists",emptySearchQuery:"Enter a search query before saving it",emptySearchName:"Enter a name before saving the search",add:"Add to shortcuts",addNotesCount:"Add {count} notes to shortcuts",addFilesCount:"Add {count} files to shortcuts",rename:"Rename shortcut",remove:"Remove from shortcuts",removeAll:"Remove all shortcuts",removeAllConfirm:"Remove all shortcuts?",folderNotesPinned:"Pinned {count} folder notes"},paneHeader:{collapseAllFolders:"Collapse items",expandAllFolders:"Expand all items",showCalendar:"Show calendar",hideCalendar:"Hide calendar",newFolder:"New folder",newNote:"New note",mobileBackToNavigation:"Back to navigation",changeSortOrder:"Change sort order",defaultSort:"Default",descendants:"descendants",subfolders:"subfolders",subtags:"subtags",childValues:"child values",applySortToDescendants:t=>`Apply sort to ${t}`,applyAppearanceToDescendants:t=>`Apply appearance to ${t}`,showFolders:"Show navigation",reorderRootFolders:"Reorder navigation",finishRootFolderReorder:"Done reordering",showExcludedItems:"Show hidden folders, tags, and notes",hideExcludedItems:"Hide hidden folders, tags, and notes",showDualPane:"Show dual panes",showSinglePane:"Show single pane",changeAppearance:"Change appearance",showNotesFromSubfolders:"Show notes from subfolders",showFilesFromSubfolders:"Show files from subfolders",showNotesFromDescendants:"Show notes from descendants",showFilesFromDescendants:"Show files from descendants",search:"Search"},searchInput:{placeholder:"Search...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Clear search",switchToFilterSearch:"Switch to filter search",switchToOmnisearch:"Switch to Omnisearch",saveSearchShortcut:"Save search shortcut",removeSearchShortcut:"Remove search shortcut",shortcutModalTitle:"Save search shortcut",shortcutNamePlaceholder:"Enter shortcut name",shortcutStartIn:"Always start in: {path}",searchHelp:"Search syntax",searchHelpTitle:"Search syntax",searchHelpModal:{intro:"Combine file names, properties, tags, dates, and filters in one query (e.g., `meeting .status=active #work @thisweek`). Install the Omnisearch plugin to use full-text search.",introSwitching:"Switch between filter search and Omnisearch using the up/down arrow keys or by clicking the search icon.",sections:{fileNames:{title:"File names",items:['`word` Match notes with "word" in the file name.',"`word1 word2` Require every word to match the file name.",'`-word` Exclude notes with "word" in the file name.']},tags:{title:"Tags",items:["`#tag` Include notes with tag (also matches nested tags like `#tag/subtag`).","`#` Include only tagged notes.","`-#tag` Exclude notes with tag.","`-#` Include only untagged notes.","`#tag1 #tag2` Match both tags (implicit AND).","`#tag1 AND #tag2` Match both tags (explicit AND).","`#tag1 OR #tag2` Match either tag.","`#a OR #b AND #c` AND has higher precedence: matches `#a`, or both `#b` and `#c`.","Cmd/Ctrl+Click a tag to add with AND. Cmd/Ctrl+Shift+Click to add with OR."]},properties:{title:"Properties",items:["`.key` Include notes with property key.","`.key=value` Include notes with property value.",'`."Reading Status"` Include notes with a property key that contains whitespace.','`."Reading Status"="In Progress"` Keys and values with whitespace must be double-quoted.',"`-.key` Exclude notes with property key.","`-.key=value` Exclude notes with property value.","Cmd/Ctrl+Click a property to add with AND. Cmd/Ctrl+Shift+Click to add with OR."]},tasks:{title:"Filters",items:["`has:task` Include notes with unfinished tasks.","`-has:task` Exclude notes with unfinished tasks.","`folder:meetings` Include notes where a folder name contains `meetings`.","`folder:/work/meetings` Include notes only in `work/meetings` (not subfolders).","`folder:/` Include notes only in the vault root.","`-folder:archive` Exclude notes where a folder name contains `archive`.","`-folder:/archive` Exclude notes only in `archive` (not subfolders).","`ext:md` Include notes with extension `md` (`ext:.md` is also supported).","`-ext:pdf` Exclude notes with extension `pdf`.","Combine with tags, names, and dates (for example: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"AND/OR behavior",items:["`AND` and `OR` are operators only in tag/property-only queries.","Tag/property-only queries contain only tag and property filters: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","If a query includes names, dates (`@...`), task filters (`has:task`), folder filters (`folder:...`), or extension filters (`ext:...`), `AND` and `OR` are matched as words.","Example operator query: `#work OR .status=started`.","Example mixed query: `#work OR ext:md` (`OR` is matched in file names)."]},dates:{title:"Dates",items:["`@today` Match notes from today using the default date field.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Relative date ranges.","`@2026-02-07` Match a single day (also supports `@20260207`).","`@2026` Match a calendar year.","`@2026-02` or `@202602` Match a calendar month.","`@2026-W05` or `@2026W05` Match an ISO week.","`@2026-Q2` or `@2026Q2` Match a calendar quarter.","`@13/02/2026` Numeric formats with separators (`@07022026` follows your locale when ambiguous).","`@2026-02-01..2026-02-07` Match an inclusive day range (open ends supported).","`@c:...` or `@m:...` Target created or modified date.","`-@...` Exclude a date match."]},omnisearch:{title:"Omnisearch",items:["Full-text search across the vault, filtered to the current folder or selected tags.","Can be slow with fewer than 3 characters in large vaults.","Cannot search paths with non-ASCII characters or search subpaths correctly.","Returns limited results before folder filtering, so relevant files may not appear if many matches exist elsewhere.","Note previews show Omnisearch excerpts instead of the default preview text."]}}}},contextMenu:{file:{openInNewTab:"Open in new tab",openToRight:"Open to the right",openInNewWindow:"Open in new window",openMultipleInNewTabs:"Open {count} notes in new tabs",openMultipleFilesInNewTabs:"Open {count} files in new tabs",openMultipleToRight:"Open {count} notes to the right",openMultipleFilesToRight:"Open {count} files to the right",openMultipleInNewWindows:"Open {count} notes in new windows",openMultipleFilesInNewWindows:"Open {count} files in new windows",pinNote:"Pin note",pinFile:"Pin file",unpinNote:"Unpin note",unpinFile:"Unpin file",pinMultipleNotes:"Pin {count} notes",pinMultipleFiles:"Pin {count} files",unpinMultipleNotes:"Unpin {count} notes",unpinMultipleFiles:"Unpin {count} files",duplicateNote:"Duplicate note",duplicateFile:"Duplicate file",duplicateMultipleNotes:"Duplicate {count} notes",duplicateMultipleFiles:"Duplicate {count} files",openVersionHistory:"Open version history",revealInFolder:"Reveal in folder",revealInFinder:"Reveal in Finder",showInExplorer:"Show in system explorer",openInDefaultApp:"Open in default app",renameNote:"Rename note",renameFile:"Rename file",deleteNote:"Delete note",deleteFile:"Delete file",setCalendarHighlight:"Set highlight",removeCalendarHighlight:"Remove highlight",deleteMultipleNotes:"Delete {count} notes",deleteMultipleFiles:"Delete {count} files",moveNoteToFolder:"Move note to...",moveFileToFolder:"Move file to...",moveMultipleNotesToFolder:"Move {count} notes to...",moveMultipleFilesToFolder:"Move {count} files to...",addTag:"Add tag",addPropertyKey:"Set property",removeTag:"Remove tag",removeAllTags:"Remove all tags",changeIcon:"Change icon",changeColor:"Change color"},folder:{newNote:"New note",newNoteFromTemplate:"New note from template",newFolder:"New folder",newCanvas:"New canvas",newBase:"New base",newDrawing:"New drawing",newExcalidrawDrawing:"New Excalidraw drawing",newTldrawDrawing:"New Tldraw drawing",duplicateFolder:"Duplicate folder",searchInFolder:"Search in folder",createFolderNote:"Create folder note",detachFolderNote:"Detach folder note",deleteFolderNote:"Delete folder note",changeIcon:"Change icon",changeColor:"Change color",changeBackground:"Change background",excludeFolder:"Hide folder",unhideFolder:"Unhide folder",moveFolder:"Move folder to...",renameFolder:"Rename folder",deleteFolder:"Delete folder"},tag:{changeIcon:"Change icon",changeColor:"Change color",changeBackground:"Change background",showTag:"Show tag",hideTag:"Hide tag"},property:{addKey:"Configure property keys",renameKey:"Rename property",deleteKey:"Delete property"},navigation:{addSeparator:"Add separator",removeSeparator:"Remove separator"},copyPath:{title:"Copy path",asObsidianUrl:"as Obsidian URL",fromVaultFolder:"from vault folder",fromSystemRoot:"from system root"},style:{title:"Style",copy:"Copy style",paste:"Paste style",removeIcon:"Remove icon",removeColor:"Remove color",removeBackground:"Remove background",clear:"Clear style"}},folderAppearance:{standardPreset:"Standard",compactPreset:"Compact",defaultSuffix:"(default)",defaultLabel:"Default",titleRows:"Title rows",previewRows:"Preview rows",groupBy:"Group by",defaultTitleOption:t=>`Default title rows (${t})`,defaultPreviewOption:t=>`Default preview rows (${t})`,defaultGroupOption:t=>`Default grouping (${t})`,titleRowOption:t=>`${t} title row${t===1?"":"s"}`,previewRowOption:t=>`${t} preview row${t===1?"":"s"}`},modals:{bulkApply:{applyButton:"Apply",applySortTitle:t=>`Apply sort to ${t}?`,applyAppearanceTitle:t=>`Apply appearance to ${t}?`,affectedCountMessage:t=>`Existing overrides that will change: ${t}.`},navRainbowSection:{title:t=>`Rainbow colors: ${t}`},iconPicker:{searchPlaceholder:"Search icons...",recentlyUsedHeader:"Recently used",emptyStateSearch:"Start typing to search icons",emptyStateNoResults:"No icons found",showingResultsInfo:"Showing 50 of {count} results. Type more to narrow down.",emojiInstructions:"Type or paste any emoji to use it as an icon",removeIcon:"Remove icon",removeFromRecents:"Remove from recent icons",allTabLabel:"All"},fileIconRuleEditor:{addRuleAria:"Add rule"},interfaceIcons:{title:"Interface icons",fileItemsSection:"File items",items:{"nav-shortcuts":"Shortcuts","nav-recent-files":"Recent files","nav-expand-all":"Expand all","nav-collapse-all":"Collapse all","nav-calendar":"Calendar","nav-tree-expand":"Tree chevron: expand","nav-tree-collapse":"Tree chevron: collapse","nav-hidden-items":"Hidden items","nav-root-reorder":"Reorder root folders","nav-new-folder":"New folder","nav-show-single-pane":"Show single pane","nav-show-dual-pane":"Show dual panes","nav-profile-chevron":"Profile menu chevron","list-search":"Search","list-descendants":"Notes from subfolders","list-sort-ascending":"Sort order: ascending","list-sort-descending":"Sort order: descending","list-appearance":"Change appearance","list-new-note":"New note","nav-folder-open":"Folder open","nav-folder-closed":"Folder closed","nav-tags":"Tags","nav-tag":"Tag","nav-properties":"Properties","nav-property":"Property","nav-property-value":"Value","list-pinned":"Pinned items","file-unfinished-task":"Unfinished tasks","file-word-count":"Word count"}},colorPicker:{currentColor:"Current",newColor:"New",paletteDefault:"Default",paletteCustom:"Custom",copyColors:"Copy color",colorsCopied:"Color copied to clipboard",pasteColors:"Paste color",pasteClipboardError:"Could not read clipboard",pasteInvalidFormat:"Expected a hex color value",colorsPasted:"Color pasted successfully",resetUserColors:"Clear custom colors",clearCustomColorsConfirm:"Remove all custom colors?",userColorSlot:"Color {slot}",recentColors:"Recent colors",clearRecentColors:"Clear recent colors",removeRecentColor:"Remove color",apply:"Apply",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Select vault profile",currentBadge:"Active",emptyState:"No vault profiles available."},tagOperation:{renameTitle:"Rename tag {tag}",deleteTitle:"Delete tag {tag}",newTagPrompt:"New tag name",newTagPlaceholder:"Enter new tag name",renameWarning:"Renaming tag {oldTag} will modify {count} {files}.",deleteWarning:"Deleting tag {tag} will modify {count} {files}.",modificationWarning:"This will update file modification dates.",affectedFiles:"Affected files:",andMore:"...and {count} more",confirmRename:"Rename tag",renameUnchanged:"{tag} unchanged",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Renamed {renamed}/{total}. Not updated: {notUpdated}. Metadata and shortcuts were not updated.",invalidTagName:"Enter a valid tag name.",inlineParsingWarning:{title:"Inline tag compatibility",message:"{tag} contains characters that Obsidian cannot parse in inline tags. Frontmatter tags are not affected.",confirm:"Use anyway"},descendantRenameError:"Cannot move a tag into itself or a descendant.",confirmDelete:"Delete tag",deleteBatchNotFinalized:"Removed from {removed}/{total}. Not updated: {notUpdated}. Metadata and shortcuts were not updated.",checkConsoleForDetails:"Check console for details.",file:"file",files:"files"},propertyOperation:{renameTitle:"Rename property {property}",deleteTitle:"Delete property {property}",newKeyPrompt:"New property name",newKeyPlaceholder:"Enter new property name",renameWarning:"Renaming property {property} will modify {count} {files}.",renameConflictWarning:"Property {newKey} already exists in {count} {files}. Renaming {oldKey} will replace existing {newKey} values.",deleteWarning:"Deleting property {property} will modify {count} {files}.",confirmRename:"Rename property",confirmDelete:"Delete property",renameNoChanges:"{oldKey} \u2192 {newKey} (no changes)",renameSettingsUpdateFailed:"Renamed property {oldKey} \u2192 {newKey}. Failed to update settings.",deleteSingleSuccess:"Deleted property {property} from 1 note",deleteMultipleSuccess:"Deleted property {property} from {count} notes",deleteSettingsUpdateFailed:"Deleted property {property}. Failed to update settings.",invalidKeyName:"Enter a valid property name."},fileSystem:{newFolderTitle:"New folder",renameFolderTitle:"Rename folder",renameFileTitle:"Rename file",deleteFolderTitle:"Delete '{name}'?",deleteFileTitle:"Delete '{name}'?",deleteFileAttachmentsTitle:"Delete file attachments?",moveFileConflictTitle:"Move conflict",folderNamePrompt:"Enter folder name:",hideInOtherVaultProfiles:"Hide in other vault profiles",renamePrompt:"Enter new name:",renameVaultTitle:"Change vault display name",renameVaultPrompt:"Enter custom display name (leave empty to use default):",deleteFolderConfirm:"Are you sure you want to delete this folder and all its contents?",deleteFileConfirm:"Are you sure you want to delete this file?",deleteFileAttachmentsDescriptionSingle:"This attachment is no longer used in any notes. Would you like to delete it?",deleteFileAttachmentsDescriptionMultiple:"These attachments are no longer used in any notes. Would you like to delete them?",deleteFileAttachmentsViewFileTreeAriaLabel:"File tree",deleteFileAttachmentsViewGalleryAriaLabel:"Gallery",moveFileConflictDescriptionSingle:'A file conflict was found in "{folder}".',moveFileConflictDescriptionMultiple:'{count} file conflicts were found in "{folder}".',moveFileConflictAffectedFiles:"Affected files",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(rename only)",moveFileConflictRename:"Rename",moveFileConflictOverwrite:"Overwrite",removeAllTagsTitle:"Remove all tags",removeAllTagsFromNote:"Are you sure you want to remove all tags from this note?",removeAllTagsFromNotes:"Are you sure you want to remove all tags from {count} notes?"},folderNoteType:{title:"Select folder note type",folderLabel:"Folder: {name}"},folderSuggest:{placeholder:t=>`Move ${t} to folder...`,multipleFilesLabel:t=>`${t} files`,navigatePlaceholder:"Navigate to folder...",instructions:{navigate:"to navigate",move:"to move",select:"to select",dismiss:"to dismiss"}},homepage:{placeholder:"Search files...",instructions:{navigate:"to navigate",select:"to set homepage",dismiss:"to dismiss"}},calendarTemplate:{placeholder:"Search templates...",instructions:{navigate:"to navigate",select:"to select template",dismiss:"to dismiss"}},navigationBanner:{placeholder:"Search images...",instructions:{navigate:"to navigate",select:"to set banner",dismiss:"to dismiss"}},tagSuggest:{navigatePlaceholder:"Navigate to tag...",addPlaceholder:"Search for tag to add...",removePlaceholder:"Select tag to remove...",createNewTag:"Create new tag: #{tag}",instructions:{navigate:"to navigate",select:"to select",dismiss:"to dismiss",add:"to add tag",remove:"to remove tag"}},propertySuggest:{placeholder:"Select property key...",navigatePlaceholder:"Navigate to property...",instructions:{navigate:"to navigate",select:"to add property",dismiss:"to dismiss"}},propertyKeyVisibility:{title:"Property key visibility",description:"Control where property values are shown. The columns correspond to the navigation pane, list pane, and file context menu. Use the bottom row to toggle all rows in a column.",searchPlaceholder:"Search property keys...",propertyColumnLabel:"Property",showInNavigation:"Show in navigation",showInList:"Show in list",showInFileMenu:"Show in file menu",toggleAllInNavigation:"Toggle all in navigation",toggleAllInList:"Toggle all in list",toggleAllInFileMenu:"Toggle all in file menu",applyButton:"Apply",emptyState:"No property keys found."},welcome:{title:"Welcome to {pluginName}",introText:'Hi there! Before you start, I highly recommend that you watch the first five minutes of the video below to understand how the panes and the toggle "Show notes from subfolders" works.',continueText:"If you have five more minutes then continue watching the video to understand the compact display modes and how to properly set up shortcuts and important hotkeys.",thanksText:"Thank you so much for downloading, and enjoy!",videoAlt:"Installing and mastering Notebook Navigator",openVideoButton:"Play video",closeButton:"Maybe later"}},fileSystem:{errors:{createFolder:"Failed to create folder: {error}",createFile:"Failed to create file: {error}",renameFolder:"Failed to rename folder: {error}",renameFolderNoteConflict:'Cannot rename: "{name}" already exists in this folder',renameFile:"Failed to rename file: {error}",deleteFolder:"Failed to delete folder: {error}",deleteFile:"Failed to delete file: {error}",deleteAttachments:"Failed to delete attachments: {error}",duplicateNote:"Failed to duplicate note: {error}",duplicateFolder:"Failed to duplicate folder: {error}",openVersionHistory:"Failed to open version history: {error}",versionHistoryNotFound:"Version history command not found. Ensure Obsidian Sync is enabled.",revealInExplorer:"Failed to reveal file in system explorer: {error}",openInDefaultApp:"Failed to open in default app: {error}",openInDefaultAppNotAvailable:"Open in default app is not available on this platform",folderNoteAlreadyExists:"Folder note already exists",folderAlreadyExists:'Folder "{name}" already exists',folderNotesDisabled:"Enable folder notes in settings to convert files",folderNoteAlreadyLinked:"This file already acts as a folder note",folderNoteNotFound:"No folder note in selected folder",folderNoteUnsupportedExtension:"Unsupported file extension: {extension}",folderNoteMoveFailed:"Failed to move file during conversion: {error}",folderNoteRenameConflict:'A file named "{name}" already exists in the folder',folderNoteConversionFailed:"Failed to convert file to folder note",folderNoteConversionFailedWithReason:"Failed to convert file to folder note: {error}",folderNoteOpenFailed:"Converted file but failed to open folder note: {error}",failedToDeleteFile:"Failed to delete {name}: {error}",failedToDeleteMultipleFiles:"Failed to delete {count} files",versionHistoryNotAvailable:"Version history service not available",drawingAlreadyExists:"A drawing with this name already exists",failedToCreateDrawing:"Failed to create drawing",noFolderSelected:"No folder is selected in Notebook Navigator",noFileSelected:"No file is selected"},warnings:{linkBreakingNameCharacters:"This name includes characters that break Obsidian links: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Names cannot start with a period or include : or /.",forbiddenNameCharactersWindows:'Windows-reserved characters are not allowed: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Folder hidden: {name}",showFolder:"Folder shown: {name}"},notifications:{deletedMultipleFiles:"Deleted {count} files",movedMultipleFiles:"Moved {count} files to {folder}",folderNoteConversionSuccess:'Converted file to folder note in "{name}"',folderMoved:'Moved folder "{name}"',deepLinkCopied:"Obsidian URL copied to clipboard",pathCopied:"Path copied to clipboard",relativePathCopied:"Relative path copied to clipboard",tagAddedToNote:"Added tag to 1 note",tagAddedToNotes:"Added tag to {count} notes",tagRemovedFromNote:"Removed tag from 1 note",tagRemovedFromNotes:"Removed tag from {count} notes",tagsClearedFromNote:"Cleared all tags from 1 note",tagsClearedFromNotes:"Cleared all tags from {count} notes",noTagsToRemove:"No tags to remove",noFilesSelected:"No files selected",tagOperationsNotAvailable:"Tag operations not available",propertyOperationsNotAvailable:"Property operations not available",tagsRequireMarkdown:"Tags are only supported on Markdown notes",propertiesRequireMarkdown:"Properties are only supported on Markdown notes",propertySetOnNote:"Updated property on 1 note",propertySetOnNotes:"Updated property on {count} notes",iconPackDownloaded:"{provider} downloaded",iconPackUpdated:"{provider} updated ({version})",iconPackRemoved:"{provider} removed",iconPackLoadFailed:"Failed to load {provider}",hiddenFileReveal:'File is hidden. Enable "Show hidden items" to display it'},confirmations:{deleteMultipleFiles:"Are you sure you want to delete {count} files?",deleteConfirmation:"This action cannot be undone."},defaultNames:{untitled:"Untitled"}},dragDrop:{errors:{cannotMoveIntoSelf:"Cannot move a folder into itself or a subfolder.",itemAlreadyExists:'An item named "{name}" already exists in this location.',failedToMove:"Failed to move: {error}",failedToAddTag:'Failed to add tag "{tag}"',failedToSetProperty:"Failed to update property: {error}",failedToClearTags:"Failed to clear tags",failedToMoveFolder:'Failed to move folder "{name}"',failedToImportFiles:"Failed to import: {names}"},notifications:{filesAlreadyExist:"{count} files already exist in destination",filesAlreadyHaveTag:"{count} files already have this tag or a more specific one",filesAlreadyHaveProperty:"{count} files already have this property",noTagsToClear:"No tags to clear",fileImported:"Imported 1 file",filesImported:"Imported {count} files"}},dateGroups:{today:"Today",yesterday:"Yesterday",previous7Days:"Previous 7 days",previous30Days:"Previous 30 days"},commands:{open:"Open",toggleLeftSidebar:"Toggle left sidebar",openHomepage:"Open homepage",openDailyNote:"Open daily note",openWeeklyNote:"Open weekly note",openMonthlyNote:"Open monthly note",openQuarterlyNote:"Open quarterly note",openYearlyNote:"Open yearly note",revealFile:"Reveal file",search:"Search",searchVaultRoot:"Search in vault root",toggleDualPane:"Toggle dual pane layout",toggleDualPaneOrientation:"Toggle dual pane orientation",toggleCalendar:"Toggle calendar",selectVaultProfile:"Select vault profile",selectVaultProfile1:"Select vault profile 1",selectVaultProfile2:"Select vault profile 2",selectVaultProfile3:"Select vault profile 3",deleteFile:"Delete files",createNewNote:"Create new note",createNewNoteFromTemplate:"Create new note from template",moveFiles:"Move files",selectNextFile:"Select next file",selectPreviousFile:"Select previous file",navigateBack:"Navigate back",navigateForward:"Navigate forward",convertToFolderNote:"Convert to folder note",setAsFolderNote:"Set as folder note",detachFolderNote:"Detach folder note",pinAllFolderNotes:"Pin all folder notes",navigateToFolder:"Navigate to folder",navigateToTag:"Navigate to tag",navigateToProperty:"Navigate to property",addShortcut:"Add to shortcuts",openShortcut:"Open shortcut {number}",toggleDescendants:"Toggle descendants",toggleHidden:"Toggle hidden folders, tags, and notes",toggleTagSort:"Toggle tag sort order",toggleCompactMode:"Toggle compact mode",collapseExpand:"Collapse / expand all items",addTag:"Add tag to selected files",setProperty:"Set property on selected files",removeTag:"Remove tag from selected files",removeAllTags:"Remove all tags from selected files",openAllFiles:"Open all files",rebuildCache:"Rebuild cache"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Calendar",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Reveal in Notebook Navigator"},tooltips:{lastModifiedAt:"Last modified at",createdAt:"Created at",file:"file",files:"files",folder:"folder",folders:"folders"},settings:{metadataReport:{exportSuccess:"Failed metadata report exported to: {filename}",exportFailed:"Failed to export metadata report"},sections:{general:"General",navigationPane:"Navigation",calendar:"Calendar",files:"Files",icons:"Icon packs",folders:"Folders",folderNotes:"Folder notes",foldersAndTags:"Folders",tagsAndProperties:"Tags & properties",tags:"Tags",listPane:"List",notes:"Notes",advanced:"Advanced"},groups:{general:{vaultProfiles:"Vault profiles",filtering:"Filtering",templates:"Templates",behavior:"Behavior",keyboardNavigation:"Keyboard navigation",mouseButtons:"Mouse buttons",view:"Appearance",icons:"Icons",desktopAppearance:"Desktop appearance",mobileAppearance:"Mobile appearance",formatting:"Formatting"},navigation:{appearance:"Appearance",rainbowColors:"Rainbow colors",leftSidebar:"Left sidebar",calendarIntegration:"Calendar integration"},list:{display:"Appearance",pinnedNotes:"Pinned notes"},notes:{frontmatter:"Frontmatter",tasks:"Tasks",icon:"Icon",title:"Title",previewText:"Preview text",featureImage:"Feature image",tags:"Tags",properties:"Properties",date:"Date",parentFolder:"Parent folder"}},syncMode:{notSynced:"(not synced)",disabled:"(disabled)",switchToSynced:"Enable sync",switchToLocal:"Disable sync"},items:{listPaneTitle:{name:"List pane title",desc:"Choose where the list pane title is shown.",options:{header:"Show in header",list:"Show in list pane",hidden:"Do not show"}},sortNotesBy:{name:"Sort notes by",desc:"Choose how notes are sorted in the note list.",options:{"modified-desc":"Date edited (newest on top)","modified-asc":"Date edited (oldest on top)","created-desc":"Date created (newest on top)","created-asc":"Date created (oldest on top)","title-asc":"Title (A on top)","title-desc":"Title (Z on top)","filename-asc":"File name (A on top)","filename-desc":"File name (Z on top)","property-asc":"Property (A on top)","property-desc":"Property (Z on top)"},propertyOverride:{asc:"Property \u2018{property}\u2019 (A on top)",desc:"Property \u2018{property}\u2019 (Z on top)"}},propertySortKey:{name:"Property to sort by",desc:"Used with Property sort. Notes with this frontmatter property are listed first and sorted by the property value. Arrays are joined into one value.",placeholder:"order"},propertySortSecondary:{name:"Secondary sort",desc:"Used with Property sort when notes have the same property value or no property value.",options:{title:"Title",filename:"File name",created:"Date created",modified:"Date edited"}},revealFileOnListChanges:{name:"Scroll to selected file on list changes",desc:"Scroll to the selected file when pinning notes, showing descendant notes, changing folder appearance, or running file operations."},includeDescendantNotes:{name:"Show notes from subfolders / descendants",desc:"Include notes from nested subfolders and tag descendants when viewing a folder or tag."},limitPinnedToCurrentFolder:{name:"Only pin notes in their folder",desc:"Pinned notes appear pinned only in their own folder. Useful for folder notes or if you have many pinned notes. Does not affect tag or property views."},separateNoteCounts:{name:"Show current and descendant counts separately",desc:'Display note counts as "current \u25BE descendants" format in folders and tags.'},groupNotes:{name:"Group notes",desc:"Display headers between notes grouped by date or folder. Tag views use date groups when folder grouping is enabled.",options:{none:"Don't group",date:"Group by date",folder:"Group by folder"}},showSelectedNavigationPills:{name:"Always show all tag and property pills",desc:'When disabled, pills matching the current navigation selection are hidden (e.g. the "recipes" tag pill is hidden when browsing the "recipes" tag). Enable to keep all pills visible.'},showPinnedGroupHeader:{name:"Show pinned group header",desc:"Display the pinned section header above pinned notes."},showPinnedIcon:{name:"Show pinned icon",desc:"Show the icon next to the pinned section header."},defaultListMode:{name:"Default list mode",desc:"Select the default list layout. Standard shows title, date, description, and preview text. Compact shows title only. Override appearance per folder.",options:{standard:"Standard",compact:"Compact"}},showFileIcons:{name:"Show file icons",desc:"Display file icons with left-aligned spacing. Disabling removes both icons and indentation. Priority: unfinished tasks icon > custom icon > file name icon > file type icon > default icon."},showFileIconUnfinishedTask:{name:"Unfinished task icon",desc:"Display a task icon when a note has unfinished tasks."},showFileBackgroundUnfinishedTask:{name:"Unfinished task background",desc:"Apply a background color when a note has unfinished tasks."},unfinishedTaskBackgroundColor:{name:"Background color",desc:"Set the background color used when a note has unfinished tasks."},showFilenameMatchIcons:{name:"Icons by file name",desc:"Assign icons to files based on text in their names."},fileNameIconMap:{name:"File name icon map",desc:"Files containing the text get the specified icon. One mapping per line: text=icon",placeholder:`# Text=icon +meeting=LiCalendar +invoice=PhReceipt`,editTooltip:"Edit mappings"},showCategoryIcons:{name:"Icons by file type",desc:"Assign icons to files based on their extension."},fileTypeIconMap:{name:"File type icon map",desc:"Files with the extension get the specified icon. One mapping per line: extension=icon",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Edit mappings"},optimizeNoteHeight:{name:"Variable note height",desc:"Use compact height for pinned notes and notes without preview text."},compactItemHeight:{name:"Compact item height",desc:"Set the height of compact list items on desktop and mobile.",resetTooltip:"Restore to default (28px)"},compactItemHeightScaleText:{name:"Scale text with compact item height",desc:"Scale compact list text when the item height is reduced."},showParentFolder:{name:"Show parent folder",desc:"Display the parent folder name for notes in subfolders or tags."},parentFolderClickRevealsFile:{name:"Click parent folder to go to folder",desc:"Clicking the parent folder label opens the folder in list pane."},showParentFolderColor:{name:"Show parent folder color",desc:"Use folder colors on parent folder labels."},showParentFolderIcon:{name:"Show parent folder icon",desc:"Show folder icons next to parent folder labels."},showQuickActions:{name:"Show quick actions",desc:"Show action buttons when hovering over files. Button controls select which actions appear."},dualPane:{name:"Dual pane layout",desc:"Show navigation pane and list pane side by side on desktop."},dualPaneOrientation:{name:"Dual pane orientation",desc:"Choose horizontal or vertical layout when dual pane is active.",options:{horizontal:"Horizontal split",vertical:"Vertical split"}},appearanceBackground:{name:"Background color",desc:"Choose background colors for navigation and list panes.",options:{separate:"Separate backgrounds",primary:"Use list background",secondary:"Use navigation background"}},appearanceScale:{name:"Zoom level",desc:"Controls the overall zoom level of Notebook Navigator."},useFloatingToolbars:{name:"Use floating toolbars on iOS/iPadOS",desc:"Applies to Obsidian 1.11 and later."},startView:{name:"Default startup view",desc:"Choose which pane to display when opening Notebook Navigator. Navigation pane shows shortcuts, recent files, and folder tree. List pane shows file list immediately.",options:{navigation:"Navigation pane",files:"List pane"}},toolbarButtons:{name:"Toolbar buttons",desc:"Choose which buttons appear in the toolbar. Hidden buttons remain accessible via commands and menus.",navigationLabel:"Navigation toolbar",listLabel:"List toolbar"},createNewNotesInNewTab:{name:"Open new notes in new tab",desc:"When enabled, the Create new note command opens notes in a new tab. When disabled, notes replace the current tab."},autoRevealActiveNote:{name:"Auto-reveal active note",desc:"Automatically reveal notes when opened from Quick Switcher, links, or search."},autoRevealShortestPath:{name:"Use shortest path",desc:"Enabled: Auto-reveal selects the nearest visible ancestor folder or tag. Disabled: Auto-reveal selects the file's actual folder and exact tag."},autoRevealIgnoreRightSidebar:{name:"Ignore events from right sidebar",desc:"Do not change active note when clicking or changing notes in the right sidebar."},autoRevealIgnoreOtherWindows:{name:"Ignore events from other windows",desc:"Do not change active note when clicking or changing notes in another window."},paneTransitionDuration:{name:"Single pane animation",desc:"Transition duration when switching panes in single-pane mode (milliseconds).",resetTooltip:"Reset to default"},autoSelectFirstFileOnFocusChange:{name:"Auto-select first note",desc:"Automatically open the first note when switching folders or tags."},skipAutoScroll:{name:"Disable auto-scroll for shortcuts",desc:"Don't scroll the navigation pane when clicking items in shortcuts."},autoExpandNavItems:{name:"Expand on selection",desc:"Expand folders, tags, and properties when selected. In single pane mode, first selection expands, second selection shows files."},springLoadedFolders:{name:"Spring-loaded folders",desc:"Expand folders and tags on hover during drag operations."},springLoadedFoldersInitialDelay:{name:"First expand delay",desc:"Delay before the first folder or tag expands during a drag operation (seconds)."},springLoadedFoldersSubsequentDelay:{name:"Subsequent expand delay",desc:"Delay before expanding additional folders or tags during the same drag operation (seconds)."},navigationBanner:{name:"Navigation banner (vault profile)",desc:"Display an image above the navigation pane. Changes with the selected vault profile.",current:"Current banner: {path}",chooseButton:"Choose image"},pinNavigationBanner:{name:"Pin banner",desc:"Pin the navigation banner above the navigation tree."},showShortcuts:{name:"Show shortcuts",desc:"Display the shortcuts section in the navigation pane."},shortcutBadgeDisplay:{name:"Shortcut badge",desc:"What to display next to shortcuts. Use 'Open shortcut 1-9' commands to open shortcuts directly.",options:{index:"Position (1-9)",count:"Item counts",none:"None"}},showRecentNotes:{name:"Show recent files",desc:"Display the recent files section in the navigation pane."},hideRecentNotes:{name:"Hide file types",desc:"Choose which file types to hide in the recent files section.",options:{none:"None",folderNotes:"Folder notes"}},recentNotesCount:{name:"Recent files count",desc:"Number of recent files to display."},pinRecentNotesWithShortcuts:{name:"Pin recent files with shortcuts",desc:"Include recent files when shortcuts are pinned."},calendarEnabled:{name:"Enable calendar",desc:"Enable calendar features of Notebook Navigator."},calendarPlacement:{name:"Calendar placement",desc:"Display in the left or right sidebar.",options:{leftSidebar:"Left sidebar",rightSidebar:"Right sidebar"}},calendarLeftPlacement:{name:"Single pane placement",desc:"Where the calendar is shown in single pane mode.",options:{navigationPane:"Navigation pane",below:"Below panes"}},calendarLocale:{name:"Locale",desc:"Controls week numbering and first day of the week.",incompatibleWeekPatternWarning:`Weekly notes pattern uses ISO week tokens ("W" or "G"). The calendar will display weeks starting on Monday instead of this locale's first day of week.`,options:{systemDefault:"Default"}},calendarWeekendDays:{name:"Weekend days",desc:"Show weekend days with a different background color.",options:{none:"None",satSun:"Saturday and Sunday",friSat:"Friday and Saturday",thuFri:"Thursday and Friday"}},calendarMonthHeadingFormat:{name:"Month name format",desc:"Full or short month name when the year view is hidden.",options:{full:"January (full)",short:"Jan (short)"}},showInfoButtons:{name:"Show info buttons",desc:"Display info buttons in the search bar and calendar header."},calendarWeeksToShow:{name:"Weeks to show in left sidebar",desc:"Calendar in the right sidebar always displays the full month.",options:{fullMonth:"Full month",oneWeek:"1 week",weeksCount:"{count} weeks"}},calendarHighlightToday:{name:"Highlight today's date",desc:"Highlight today's date with a background color and bold text."},calendarShowFeatureImage:{name:"Show feature image",desc:"Display feature images for notes in the calendar."},calendarShowWeekNumber:{name:"Show week number",desc:"Add a column with the week number."},calendarShowQuarter:{name:"Show quarter",desc:"Add a quarter label in the calendar header."},calendarShowYearCalendar:{name:"Show year calendar",desc:"Display year navigation and month grid in the right sidebar."},calendarConfirmBeforeCreate:{name:"Confirm before creating new note",desc:"Show a confirmation dialog when creating a new daily note."},calendarIntegrationMode:{name:"Daily note source",desc:"Source for calendar notes.",options:{dailyNotes:"Daily notes (core plug-in)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Folder and date format are configured in the Daily Notes core plugin."}},calendarCustomRootFolder:{name:"Root folder (vault profile)",desc:"Base folder for periodic notes. Date patterns can include subfolders. Changes with the selected vault profile.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Template folder location",desc:"Template file picker shows notes from this folder.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Daily notes",desc:"Format path using Moment date format. Wrap subfolder names in brackets, e.g., [Work]/YYYY. Click template icon to set template. Set template folder location in General > Templates.",momentDescPrefix:"Format path using ",momentLinkText:"Moment date format",momentDescSuffix:". Wrap subfolder names in brackets, e.g., [Work]/YYYY. Click template icon to set template. Set template folder location in General > Templates.",placeholder:"YYYY/YYYYMMDD",example:"Current syntax: {path}",parsingError:"Pattern must format and parse back to a full date (year, month, day)."},calendarCustomWeekPattern:{name:"Weekly notes",parsingError:"Pattern must format and parse back to a full week (week year, week number).",localeMismatchWarning:'This pattern uses ISO week tokens ("W" or "G"). The calendar will display weeks starting on Monday. Use "w" or "g" if weekly notes should follow the selected locale.'},calendarCustomMonthPattern:{name:"Monthly notes",parsingError:"Pattern must format and parse back to a full month (year, month)."},calendarCustomQuarterPattern:{name:"Quarterly notes",parsingError:"Pattern must format and parse back to a full quarter (year, quarter)."},calendarCustomYearPattern:{name:"Yearly notes",parsingError:"Pattern must format and parse back to a full year (year)."},calendarTemplateFile:{current:"Template file: {name}"},showTooltips:{name:"Show tooltips",desc:"Display hover tooltips with additional information for notes and folders."},showTooltipPath:{name:"Show path",desc:"Display the folder path below note names in tooltips."},resetPaneSeparator:{name:"Reset pane separator position",desc:"Reset the draggable separator between navigation pane and list pane to default position.",buttonText:"Reset separator",notice:"Separator position reset. Restart Obsidian or reopen Notebook Navigator to apply."},settingsTransfer:{name:"Import and export settings",desc:"Export or import Notebook Navigator settings as JSON. Importing replaces all settings.",importButtonText:"Import",exportButtonText:"Export",import:{modalTitle:"Import settings",fileButtonName:"Import from file",fileButtonDesc:"Load a JSON file from disk.",fileButtonText:"Import from file",editorName:"JSON",editorDesc:"Paste or edit JSON below. Settings not included are reset to defaults.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Import",successNotice:"Settings imported.",errorNotice:"Failed to import settings: {message}",fileReadError:"Could not read file: {message}"},export:{modalTitle:"Export settings",editorName:"JSON",editorDesc:"Only settings changed from defaults are included.",placeholder:"{}",copyButtonText:"Copy to clipboard",downloadButtonText:"Download",copyNotice:"Settings copied to clipboard.",downloadNotice:"Settings exported.",downloadError:"Failed to download settings: {message}"}},resetAllSettings:{name:"Reset all settings",desc:"Reset all Notebook Navigator settings to default values.",buttonText:"Reset all settings",confirmTitle:"Reset all settings?",confirmMessage:"This will reset all Notebook Navigator settings to their default values. This cannot be undone.",confirmButtonText:"Reset all settings",notice:"All settings reset. Restart Obsidian or reopen Notebook Navigator to apply.",error:"Failed to reset settings."},multiSelectModifier:{name:"Multi-select modifier",desc:"Choose which modifier key toggles multi-selection. When Option/Alt is selected, Cmd/Ctrl click opens notes in a new tab.",options:{cmdCtrl:"Cmd/Ctrl click",optionAlt:"Option/Alt click"}},enterToOpenFiles:{name:"Press Enter to open files",desc:"Open files only when pressing Enter during list keyboard navigation."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Open selected file in a new tab, split, or window when pressing Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Open selected file in a new tab, split, or window when pressing Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Open selected file in a new tab, split, or window when pressing Ctrl+Enter."},mouseBackForwardAction:{name:"Mouse back/forward buttons",desc:"Action for mouse back and forward buttons on desktop.",options:{none:"Use system default",singlePaneSwitch:"Switch panes (single-pane)",history:"Navigate history"}},fileVisibility:{name:"Show file types (vault profile)",desc:"Filter which file types are shown in the navigator. File types not supported by Obsidian may open in external applications.",options:{documents:"Documents (.md, .canvas, .base)",supported:"Supported (opens in Obsidian)",all:"All (may open externally)"}},homepage:{name:"Homepage",desc:"Choose what Notebook Navigator opens automatically on startup.",current:"Current: {path}",chooseButton:"Choose file",options:{none:"None",file:"File",dailyNote:"Daily note",weeklyNote:"Weekly note",monthlyNote:"Monthly note",quarterlyNote:"Quarterly note"},file:{name:"Startup file",empty:"No file selected"}},excludedNotes:{name:"Hide notes with property rules (vault profile)",desc:"Comma-separated list of frontmatter rules. Use `key` or `key=value` entries (e.g., status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Hide files (vault profile)",desc:"Comma-separated list of filename patterns to hide. Supports * wildcards and / paths (e.g., temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Vault profile",desc:"Profiles store file type visibility, hidden files, hidden folders, hidden tags, hidden notes, shortcuts, and navigation banner. Switch profiles from the navigation pane header.",defaultName:"Default",addButton:"Add profile",editProfilesButton:"Edit profiles",addProfileOption:"Add profile...",applyButton:"Apply",deleteButton:"Delete profile",addModalTitle:"Add profile",editProfilesModalTitle:"Edit profiles",addModalPlaceholder:"Profile name",deleteModalTitle:"Delete {name}",deleteModalMessage:"Remove {name}? Hidden file, folder, tag, and note filters saved in this profile will be deleted.",moveUp:"Move up",moveDown:"Move down",errors:{emptyName:"Enter a profile name",duplicateName:"Profile name already exists"}},vaultTitle:{name:"Vault title placement",desc:"Choose where the vault title is shown.",options:{header:"Show in header",navigation:"Show in navigation pane"}},excludedFolders:{name:"Hide folders (vault profile)",desc:"Comma-separated list of folders to hide. Name patterns: assets* (folders starting with assets), *_temp (ending with _temp). Path patterns: /archive (root archive only), /res* (root folders starting with res), /*/temp (temp folders one level deep), /projects/* (all folders inside projects).",placeholder:"templates, assets*, /archive, /res*"},showFileDate:{name:"Show date",desc:"Display the date below note names."},alphabeticalDateMode:{name:"When sorting by name",desc:"Date to show when notes are alphabetically sorted.",options:{created:"Created date",modified:"Modified date"}},showFileTags:{name:"Show file tags",desc:"Display clickable tags in file items."},showFileTagAncestors:{name:"Show full tag paths",desc:"Display complete tag hierarchy paths. When enabled: 'ai/openai', 'work/projects/2024'. When disabled: 'openai', '2024'."},colorFileTags:{name:"Color file tags",desc:"Apply tag colors to tag badges on file items."},prioritizeColoredFileTags:{name:"Show colored tags first",desc:"Sort colored tags before other tags on file items."},showFileTagsInCompactMode:{name:"Show file tags in compact mode",desc:"Display tags when date, preview, and image are hidden."},showFileProperties:{name:"Show file properties",desc:"Display clickable properties in file items."},colorFileProperties:{name:"Color file properties",desc:"Apply property colors to property badges on file items."},prioritizeColoredFileProperties:{name:"Show colored properties first",desc:"Sort colored properties before other properties on file items."},showFilePropertiesInCompactMode:{name:"Show properties in compact mode",desc:"Display properties when compact mode is active."},propertyFields:{name:"Property keys (vault profile)",desc:"Frontmatter property keys, with per-key visibility for navigation and file list.",addButtonTooltip:"Configure property keys",noneConfigured:"No properties configured",singleConfigured:"1 property configured: {properties}",multipleConfigured:"{count} properties configured: {properties}"},showPropertiesOnSeparateRows:{name:"Show properties on separate rows",desc:"Display each property on its own row."},enablePropertyInternalLinks:{name:"Link property pills to notes",desc:"Click a property pill to open the linked note."},enablePropertyExternalLinks:{name:"Link property pills to URLs",desc:"Click a property pill to open the linked URL."},notePropertyType:{name:"Note property",desc:"Select the note property to display in file items.",options:{frontmatter:"Frontmatter property",wordCount:"Word count",none:"None"}},dateFormat:{name:"Date format",desc:"Format for displaying dates (uses Moment format).",placeholder:"MMM D, YYYY",help:`Common formats: +MMM D, YYYY = May 25, 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Tokens: +YYYY/YY = year +MMMM/MMM/MM = month +DD/D = day +dddd/ddd = weekday`,helpTooltip:"Format using Moment",momentLinkText:"Moment format"},timeFormat:{name:"Time format",desc:"Format for displaying times (uses Moment format).",placeholder:"h:mm a",help:`Common formats: +h:mm a = 2:30 PM (12-hour) +HH:mm = 14:30 (24-hour) +h:mm:ss a = 2:30:45 PM +HH:mm:ss = 14:30:45 + +Tokens: +HH/H = 24-hour +hh/h = 12-hour +mm = minutes +ss = seconds +a = AM/PM`,helpTooltip:"Format using Moment",momentLinkText:"Moment format"},showFilePreview:{name:"Show note preview",desc:"Display preview text beneath note names."},skipHeadingsInPreview:{name:"Skip headings in preview",desc:"Skip heading lines when generating preview text."},skipCodeBlocksInPreview:{name:"Skip code blocks in preview",desc:"Skip code blocks when generating preview text."},stripHtmlInPreview:{name:"Strip HTML in previews",desc:"Remove HTML tags from preview text. May affect performance on large notes."},stripLatexInPreview:{name:"Strip LaTeX in previews",desc:"Remove inline and block LaTeX expressions from preview text."},previewProperties:{name:"Preview properties",desc:"Comma-separated list of frontmatter properties to check for preview text. The first property with text will be used.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Fall back to note content",desc:"Show note content as preview when none of the specified properties contain text."},previewRows:{name:"Preview rows",desc:"Number of rows to display for preview text.",options:{1:"1 row",2:"2 rows",3:"3 rows",4:"4 rows",5:"5 rows"}},fileNameRows:{name:"Title rows",desc:"Number of rows to display for note titles.",options:{1:"1 row",2:"2 rows"}},showFeatureImage:{name:"Show feature image",desc:"Display a thumbnail of the first image found in the note."},forceSquareFeatureImage:{name:"Force square feature image",desc:"Render feature images as square thumbnails."},featureImageProperties:{name:"Image properties",desc:"Comma-separated list of frontmatter properties to check first. Falls back to the first image in markdown content.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Exclude notes with properties",desc:"Comma-separated list of frontmatter properties. Notes containing any of these properties do not store feature images.",placeholder:"private, confidential"},featureImageSize:{name:"Feature image display size",desc:"Maximum rendered size for feature images in note lists.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Feature image pixel size",desc:"Resolution used when generating stored feature-image thumbnails. Increase this if larger previews look blurry.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Download external images",desc:"Download remote images and YouTube thumbnails for feature images."},showRootFolder:{name:"Show root folder",desc:"Display the vault name as the root folder in the tree."},showFolderIcons:{name:"Show folder icons",desc:"Display icons next to folders in the navigation pane."},inheritFolderColors:{name:"Inherit folder colors",desc:"Child folders inherit color from parent folders."},folderSortOrder:{name:"Folder sort order",desc:"Right-click any folder to set a different sort order for its children.",options:{alphaAsc:"A to Z",alphaDesc:"Z to A"}},showNoteCount:{name:"Show note count",desc:"Display the number of notes next to each folder and tag."},showSectionIcons:{name:"Show icons for shortcuts and recent items",desc:"Display icons next to items in the Shortcuts and Recent sections."},interfaceIcons:{name:"Interface icons",desc:"Edit toolbar, folder, tag, pinned, search, and sort icons.",buttonText:"Edit icons"},showIconsColorOnly:{name:"Apply color to icons only",desc:"When enabled, custom colors are applied only to icons. When disabled, colors are applied to both icons and text labels."},navRainbowMode:{name:"Rainbow color mode (vault profile)",desc:"Apply rainbow colors in the navigation pane.",options:{none:"Off",foreground:"Text color",background:"Background color"}},navRainbowFirstColor:{name:"First color",desc:"First color in the rainbow gradient."},navRainbowLastColor:{name:"Last color",desc:"Last color in the rainbow gradient."},navRainbowTransitionStyle:{name:"Transition style",desc:"Interpolation used between the first and last colors.",options:{hue:"Hue",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Apply to shortcuts",desc:"Apply rainbow colors to shortcuts."},navRainbowApplyToRecent:{name:"Apply to recent items",desc:"Apply rainbow colors to recent items."},navRainbowApplyToFolders:{name:"Apply to folders",desc:"Apply rainbow colors to folders."},navRainbowFolderScope:{name:"Folder scope",desc:"Select which folder levels start color assignments.",options:{root:"Root level",child:"Child level",all:"Every level"}},navRainbowApplyToTags:{name:"Apply to tags",desc:"Apply rainbow colors to tags."},navRainbowTagScope:{name:"Tag scope",desc:"Select which tag levels start color assignments.",options:{root:"Root level",child:"Child level",all:"Every level"}},navRainbowApplyToProperties:{name:"Apply to properties",desc:"Apply rainbow colors to properties."},navRainbowBalanceHueLuminance:{name:"Consistent brightness across hues",desc:"Interpolates brightness between the start and end colors during hue transitions."},navRainbowSeparateThemeColors:{name:"Separate light and dark mode colors",desc:"Use different rainbow colors for light mode and dark mode."},navRainbowCopyLightToDark:"Copy light mode color to dark mode",navRainbowPropertyScope:{name:"Property scope",desc:"Select which property levels start color assignments.",options:{root:"Root level",child:"Child level",all:"Every level"}},collapseBehavior:{name:"Collapse items",desc:"Choose what the expand/collapse all button affects.",options:{all:"All",foldersOnly:"Folders only",tagsOnly:"Tags only",propertiesOnly:"Properties only"}},smartCollapse:{name:"Keep selected item expanded",desc:"When collapsing, keep the selected item and its parents expanded."},navIndent:{name:"Tree indentation",desc:"Adjust the indentation width for nested folders and tags."},navItemHeight:{name:"Item height",desc:"Adjust the height of folders and tags in the navigation pane."},navItemHeightScaleText:{name:"Scale text with item height",desc:"Reduce navigation text size when item height is decreased."},showIndentGuides:{name:"Show indent guides",desc:"Display indent guides for nested folders and tags."},navRootSpacing:{name:"Root item spacing",desc:"Spacing between root-level folders and tags."},showTags:{name:"Show tags",desc:"Display tags section in the navigator."},showTagIcons:{name:"Show tag icons",desc:"Display icons next to tags in the navigation pane."},inheritTagColors:{name:"Inherit tag colors",desc:"Child tags inherit color from parent tags."},tagSortOrder:{name:"Tag sort order",desc:"Right-click any tag to set a different sort order for its children.",options:{alphaAsc:"A to Z",alphaDesc:"Z to A",frequency:"Frequency",lowToHigh:"low to high",highToLow:"high to low"}},showAllTagsFolder:{name:"Show tags folder",desc:'Display "Tags" as a collapsible folder.'},showUntagged:{name:"Show untagged notes",desc:'Display "Untagged" item for notes without any tags.'},scopeTagsToCurrentContext:{name:"Filter tags by selection",desc:"Only show tags that appear in notes within the selected folder or property."},keepEmptyTagsProperty:{name:"Retain tags property after removing last tag",desc:"Keep the tags frontmatter property when all tags are removed. When disabled, the tags property is deleted from frontmatter."},showProperties:{name:"Show properties",desc:"Display properties section in the navigator.",propertyKeysInfoPrefix:"Configure properties in ",propertyKeysInfoLinkText:"General > Property keys",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Show property icons",desc:"Display icons next to properties in the navigation pane."},inheritPropertyColors:{name:"Inherit property colors",desc:"Property values inherit color and background from their property key."},propertySortOrder:{name:"Property sort order",desc:"Right-click any property to set a different sort order for its values.",options:{alphaAsc:"A to Z",alphaDesc:"Z to A",frequency:"Frequency",lowToHigh:"low to high",highToLow:"high to low"}},showAllPropertiesFolder:{name:"Show properties folder",desc:'Display "Properties" as a collapsible folder.'},scopePropertiesToCurrentContext:{name:"Filter properties by selection",desc:"Only show properties that appear in notes within the selected folder or tag."},hiddenTags:{name:"Hide tags (vault profile)",desc:"Comma-separated list of tag patterns. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"Hide notes with tags (vault profile)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Enable folder notes",desc:"Folders with a matching note file are displayed as clickable links."},folderNoteType:{name:"Default folder note type",desc:"Folder note type created from the context menu.",options:{ask:"Ask when creating",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Folder note name",desc:"Name of the folder note without extension. Leave empty to use the same name as the folder.",placeholder:"index"},folderNoteNamePattern:{name:"Folder note name pattern",desc:"Name pattern for folder notes without extension. Use {{folder}} to insert the folder name. When set, Folder note name does not apply."},folderNoteTemplate:{name:"Folder note template",desc:"Template file for new markdown folder notes. Set template folder location in General > Templates."},enableFolderNoteLinks:{name:"Enable folder note links",desc:"Folder labels are styled as links and open folder notes on click. When off, folder notes still provide name, icon, and color metadata."},hideFolderNoteInList:{name:"Hide folder notes in list",desc:"Hide folder notes from appearing in the file list."},pinCreatedFolderNote:{name:"Pin created folder notes",desc:"Pin folder notes when created from the context menu."},openFolderNotesInNewTab:{name:"Open folder notes in new tab",desc:"Open folder notes in a new tab when clicking on a folder."},confirmBeforeDelete:{name:"Confirm before deleting",desc:"Show confirmation dialog when deleting notes or folders"},deleteAttachments:{name:"Delete attachments when deleting files",desc:"Automatically remove attachments linked to the deleted file if they're not used elsewhere",options:{ask:"Ask each time",always:"Always",never:"Never"}},moveFileConflicts:{name:"Move conflicts",desc:"When moving a file into a folder where a file with the same name already exists. Ask each time (rename, overwrite, cancel) or always rename.",options:{ask:"Ask each time",rename:"Always rename"}},metadataCleanup:{name:"Clean up metadata",desc:"Removes orphaned metadata left behind when files, folders, or tags are deleted, moved, or renamed outside of Obsidian. This only affects the Notebook Navigator settings file.",buttonText:"Clean metadata",error:"Settings cleanup failed",loading:"Checking metadata...",statusClean:"No metadata to clean",statusCounts:"Orphaned items: {folders} folders, {tags} tags, {properties} properties, {files} files, {pinned} pins, {separators} separators"},rebuildCache:{name:"Rebuild cache",desc:"Use this if you experience missing tags, incorrect previews or missing feature images. This can happen after sync conflicts or unexpected closures.",buttonText:"Rebuild cache",error:"Failed to rebuild cache",indexingTitle:"Indexing vault...",progress:"Updating Notebook Navigator cache."},externalIcons:{downloadButton:"Download",downloadingLabel:"Downloading...",removeButton:"Remove",statusInstalled:"Downloaded (version {version})",statusNotInstalled:"Not downloaded",versionUnknown:"unknown",downloadFailed:"Failed to download {name}. Check your connection and try again.",removeFailed:"Failed to remove {name}.",infoNote:"Downloaded icon packs sync installation state across devices. Icon packs stay in the local database on each device; sync only tracks whether to download or remove them. Icon packs download from the Notebook Navigator repository (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Use frontmatter metadata",desc:"Use frontmatter for note name, timestamps, icons, and colors"},frontmatterIconField:{name:"Icon field",desc:"Frontmatter field for file icons. Leave empty to use icons stored in settings.",placeholder:"icon"},frontmatterColorField:{name:"Color field",desc:"Frontmatter field for file colors. Leave empty to use colors stored in settings.",placeholder:"color"},frontmatterBackgroundField:{name:"Background field",desc:"Frontmatter field for background colors. Leave empty to use background colors stored in settings.",placeholder:"background"},frontmatterMigration:{name:"Migrate icons and colors from settings",desc:"Stored in settings: {icons} icons, {colors} colors.",button:"Migrate",buttonWorking:"Migrating...",noticeNone:"No file icons or colors stored in settings.",noticeDone:"Migrated {migratedIcons}/{icons} icons, {migratedColors}/{colors} colors.",noticeFailures:"Failed entries: {failures}.",noticeError:"Migration failed. Check console for details."},frontmatterNameField:{name:"Name fields",desc:"Comma-separated list of frontmatter fields. First non-empty value is used. Falls back to file name.",placeholder:"title, name"},frontmatterCreatedField:{name:"Created timestamp field",desc:"Frontmatter field name for the created timestamp. Leave empty to only use file system date.",placeholder:"created"},frontmatterModifiedField:{name:"Modified timestamp field",desc:"Frontmatter field name for the modified timestamp. Leave empty to only use file system date.",placeholder:"modified"},frontmatterDateFormat:{name:"Timestamp format",desc:"Format used to parse timestamps in frontmatter. Leave empty to use ISO 8601 parsing.",helpTooltip:"Format using Moment",momentLinkText:"Moment format",help:`Common formats: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Support development",desc:"If you love using Notebook Navigator, please consider supporting its continued development.",buttonText:"\u2764\uFE0F Sponsor",coffeeButton:"\u2615\uFE0F Buy me a coffee"},updateCheckOnStart:{name:"Check for new version on start",desc:"Checks for new plugin releases on startup and shows a notification when an update is available. Checks occur at most once per day.",status:"New version available: {version}"},whatsNew:{name:"What's new in Notebook Navigator {version}",desc:"See recent updates and improvements",buttonText:"View recent updates"},masteringVideo:{name:"Mastering Notebook Navigator (video)",desc:"This video covers everything you need to be productive in Notebook Navigator, including hot keys, search, tags and advanced customization."},cacheStatistics:{localCache:"Local cache",items:"items",withTags:"with tags",withPreviewText:"with preview text",withFeatureImage:"with feature image",withMetadata:"with metadata"},metadataInfo:{successfullyParsed:"Successfully parsed",itemsWithName:"items with name",withCreatedDate:"with created date",withModifiedDate:"with modified date",withIcon:"with icon",withColor:"with color",failedToParse:"Failed to parse",createdDates:"created dates",modifiedDates:"modified dates",checkTimestampFormat:"Check your timestamp format.",exportFailed:"Export errors"}}},whatsNew:{title:"What's new in Notebook Navigator",supportMessage:"If you find Notebook Navigator helpful, please consider supporting its development.",supportButton:"Buy me a coffee",thanksButton:"Thanks!"}}});var TO,SO=He(()=>{TO={common:{cancel:"Cancelar",delete:"Eliminar",clear:"Limpiar",remove:"Eliminar",restoreDefault:"Restaurar predeterminado",submit:"Enviar",configure:"Configurar",lightMode:"Modo claro",darkMode:"Modo oscuro",noSelection:"Sin selecci\xF3n",untagged:"Sin etiquetas",featureImageAlt:"Imagen destacada",unknownError:"Error desconocido",clipboardWriteError:"No se pudo escribir en el portapapeles",updateBannerTitle:"Actualizaci\xF3n de Notebook Navigator disponible",updateBannerInstruction:"Actualiza en Ajustes -> Complementos de la comunidad",previous:"Anterior",next:"Siguiente"},listPane:{emptyStateNoSelection:"Selecciona una carpeta o etiqueta para ver las notas",emptyStateNoNotes:"Sin notas",pinnedSection:"Fijadas",notesSection:"Notas",filesSection:"Archivos",hiddenItemAriaLabel:"{name} (oculto)"},tagList:{untaggedLabel:"Sin etiquetas",tags:"Etiquetas"},navigationPane:{shortcutsHeader:"Accesos directos",recentFilesHeader:"Archivos recientes",properties:"Propiedades",reorderRootFoldersTitle:"Reordenar navegaci\xF3n",reorderRootFoldersHint:"Usa flechas o arrastra para reordenar",vaultRootLabel:"B\xF3veda",resetRootToAlpha:"Restablecer orden alfab\xE9tico",resetRootToFrequency:"Restablecer al orden por frecuencia",pinShortcuts:"Fijar accesos directos",pinShortcutsAndRecentFiles:"Fijar accesos directos y archivos recientes",unpinShortcuts:"Desfijar accesos directos",unpinShortcutsAndRecentFiles:"Desfijar accesos directos y archivos recientes",profileMenuAria:"Cambiar perfil de b\xF3veda"},navigationCalendar:{ariaLabel:"Calendario",dailyNotesNotEnabled:"El complemento principal de notas diarias no est\xE1 habilitado.",createDailyNote:{title:"Nueva nota diaria",message:"El archivo {filename} no existe. \xBFDeseas crearlo?",confirmButton:"Crear"},helpModal:{title:"Atajos del calendario",items:["Haz clic en cualquier d\xEDa para abrir o crear una nota diaria. Las semanas, meses, trimestres y a\xF1os funcionan de la misma manera.","Un punto relleno debajo de un d\xEDa significa que tiene una nota. Un punto hueco significa que tiene tareas pendientes.","Si una nota tiene una imagen destacada, aparece como fondo del d\xEDa."],dateFilterCmdCtrl:"`Cmd/Ctrl`+clic en una fecha para filtrar por esa fecha en la lista de archivos.",dateFilterOptionAlt:"`Option/Alt`+clic en una fecha para filtrar por esa fecha en la lista de archivos."}},dailyNotes:{templateReadFailed:"No se pudo leer la plantilla de notas diarias.",createFailed:"No se pudo crear la nota diaria."},shortcuts:{folderExists:"La carpeta ya est\xE1 en los atajos",noteExists:"La nota ya est\xE1 en los atajos",tagExists:"La etiqueta ya est\xE1 en los atajos",propertyExists:"La propiedad ya est\xE1 en los atajos",invalidProperty:"Atajo de propiedad no v\xE1lido",searchExists:"El atajo de b\xFAsqueda ya existe",emptySearchQuery:"Ingresa una consulta de b\xFAsqueda antes de guardarla",emptySearchName:"Ingresa un nombre antes de guardar la b\xFAsqueda",add:"Agregar a accesos directos",addNotesCount:"Agregar {count} notas a accesos directos",addFilesCount:"Agregar {count} archivos a accesos directos",rename:"Renombrar acceso directo",remove:"Quitar de accesos directos",removeAll:"Eliminar todos los accesos directos",removeAllConfirm:"\xBFEliminar todos los accesos directos?",folderNotesPinned:"Fijadas {count} notas de carpeta"},paneHeader:{collapseAllFolders:"Contraer elementos",expandAllFolders:"Expandir todos los elementos",showCalendar:"Mostrar calendario",hideCalendar:"Ocultar calendario",newFolder:"Nueva carpeta",newNote:"Nueva nota",mobileBackToNavigation:"Volver a navegaci\xF3n",changeSortOrder:"Cambiar orden de clasificaci\xF3n",defaultSort:"Predeterminado",descendants:"descendientes",subfolders:"subcarpetas",subtags:"subetiquetas",childValues:"valores secundarios",applySortToDescendants:t=>`Aplicar orden a ${t}`,applyAppearanceToDescendants:t=>`Aplicar apariencia a ${t}`,showFolders:"Mostrar navegaci\xF3n",reorderRootFolders:"Reordenar navegaci\xF3n",finishRootFolderReorder:"Listo",showExcludedItems:"Mostrar carpetas, etiquetas y notas ocultas",hideExcludedItems:"Ocultar carpetas, etiquetas y notas ocultas",showDualPane:"Mostrar paneles dobles",showSinglePane:"Mostrar panel \xFAnico",changeAppearance:"Cambiar apariencia",showNotesFromSubfolders:"Mostrar notas de subcarpetas",showFilesFromSubfolders:"Mostrar archivos de subcarpetas",showNotesFromDescendants:"Mostrar notas de descendientes",showFilesFromDescendants:"Mostrar archivos de descendientes",search:"Buscar"},searchInput:{placeholder:"Buscar...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Borrar b\xFAsqueda",switchToFilterSearch:"Cambiar a b\xFAsqueda por filtro",switchToOmnisearch:"Cambiar a Omnisearch",saveSearchShortcut:"Guardar b\xFAsqueda en accesos directos",removeSearchShortcut:"Eliminar b\xFAsqueda de accesos directos",shortcutModalTitle:"Guardar b\xFAsqueda",shortcutNamePlaceholder:"Introduce el nombre",shortcutStartIn:"Iniciar siempre en: {path}",searchHelp:"Sintaxis de b\xFAsqueda",searchHelpTitle:"Sintaxis de b\xFAsqueda",searchHelpModal:{intro:"Combina nombres de archivo, propiedades, etiquetas, fechas y filtros en una consulta (ej. `meeting .status=active #work @thisweek`). Instala el plugin Omnisearch para usar b\xFAsqueda de texto completo.",introSwitching:"Cambia entre b\xFAsqueda por filtro y Omnisearch usando las teclas de flecha arriba/abajo o haciendo clic en el icono de b\xFAsqueda.",sections:{fileNames:{title:"Nombres de archivo",items:['`word` Encontrar notas con "word" en el nombre del archivo.',"`word1 word2` Cada palabra debe coincidir con el nombre del archivo.",'`-word` Excluir notas con "word" en el nombre del archivo.']},tags:{title:"Etiquetas",items:["`#tag` Incluir notas con etiqueta (tambi\xE9n coincide con etiquetas anidadas como `#tag/subtag`).","`#` Incluir solo notas con etiquetas.","`-#tag` Excluir notas con etiqueta.","`-#` Incluir solo notas sin etiquetas.","`#tag1 #tag2` Coincidir con ambas etiquetas (AND impl\xEDcito).","`#tag1 AND #tag2` Coincidir con ambas etiquetas (AND expl\xEDcito).","`#tag1 OR #tag2` Coincidir con cualquiera de las etiquetas.","`#a OR #b AND #c` AND tiene mayor precedencia: coincide con `#a`, o ambos `#b` y `#c`.","Cmd/Ctrl+Clic en una etiqueta para a\xF1adir con AND. Cmd/Ctrl+Shift+Clic para a\xF1adir con OR."]},properties:{title:"Propiedades",items:["`.key` Incluir notas con clave de propiedad.","`.key=value` Incluir notas con valor de propiedad.",'`."Reading Status"` Incluir notas con una clave de propiedad que contiene espacios.','`."Reading Status"="In Progress"` Las claves y valores con espacios deben estar entre comillas dobles.',"`-.key` Excluir notas con clave de propiedad.","`-.key=value` Excluir notas con valor de propiedad.","Cmd/Ctrl+Clic en una propiedad para a\xF1adir con AND. Cmd/Ctrl+Shift+Clic para a\xF1adir con OR."]},tasks:{title:"Filtros",items:["`has:task` Incluir notas con tareas pendientes.","`-has:task` Excluir notas con tareas pendientes.","`folder:meetings` Incluir notas donde un nombre de carpeta contiene `meetings`.","`folder:/work/meetings` Incluir notas solo en `work/meetings` (no subcarpetas).","`folder:/` Incluir notas solo en la ra\xEDz del vault.","`-folder:archive` Excluir notas donde un nombre de carpeta contiene `archive`.","`-folder:/archive` Excluir notas solo en `archive` (no subcarpetas).","`ext:md` Incluir notas con extensi\xF3n `md` (`ext:.md` tambi\xE9n es compatible).","`-ext:pdf` Excluir notas con extensi\xF3n `pdf`.","Combinar con etiquetas, nombres y fechas (por ejemplo: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"Comportamiento de AND/OR",items:["`AND` y `OR` son operadores solo en consultas exclusivas de etiquetas/propiedades.","Las consultas exclusivas de etiquetas/propiedades contienen solo filtros de etiquetas y propiedades: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Si una consulta incluye nombres, fechas (`@...`), filtros de tareas (`has:task`), filtros de carpetas (`folder:...`) o filtros de extensi\xF3n (`ext:...`), `AND` y `OR` se buscan como palabras.","Ejemplo de consulta con operadores: `#work OR .status=started`.","Ejemplo de consulta mixta: `#work OR ext:md` (`OR` se busca en los nombres de archivos)."]},dates:{title:"Fechas",items:["`@today` Encontrar notas de hoy usando el campo de fecha predeterminado.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Rangos de fechas relativos.","`@2026-02-07` Encontrar un d\xEDa espec\xEDfico (tambi\xE9n admite `@20260207`).","`@2026` Encontrar un a\xF1o calendario.","`@2026-02` o `@202602` Encontrar un mes calendario.","`@2026-W05` o `@2026W05` Encontrar una semana ISO.","`@2026-Q2` o `@2026Q2` Encontrar un trimestre calendario.","`@13/02/2026` Formatos num\xE9ricos con separadores (`@07022026` sigue tu configuraci\xF3n regional cuando es ambiguo).","`@2026-02-01..2026-02-07` Encontrar un rango de d\xEDas inclusivo (extremos abiertos soportados).","`@c:...` o `@m:...` Apuntar a fecha de creaci\xF3n o modificaci\xF3n.","`-@...` Excluir una coincidencia de fecha."]},omnisearch:{title:"Omnisearch",items:["B\xFAsqueda de texto completo en todo el vault, filtrada por la carpeta actual o etiquetas seleccionadas.","Puede ser lento con menos de 3 caracteres en vaults grandes.","No puede buscar rutas con caracteres no ASCII ni buscar subrutas correctamente.","Devuelve resultados limitados antes del filtrado por carpeta, por lo que archivos relevantes pueden no aparecer si existen muchas coincidencias en otros lugares.","Las vistas previas de notas muestran extractos de Omnisearch en lugar del texto de vista previa predeterminado."]}}}},contextMenu:{file:{openInNewTab:"Abrir en nueva pesta\xF1a",openToRight:"Abrir a la derecha",openInNewWindow:"Abrir en nueva ventana",openMultipleInNewTabs:"Abrir {count} notas en nuevas pesta\xF1as",openMultipleToRight:"Abrir {count} notas a la derecha",openMultipleInNewWindows:"Abrir {count} notas en nuevas ventanas",pinNote:"Fijar nota",unpinNote:"Desfijar nota",pinMultipleNotes:"Fijar {count} notas",unpinMultipleNotes:"Desfijar {count} notas",duplicateNote:"Duplicar nota",duplicateMultipleNotes:"Duplicar {count} notas",openVersionHistory:"Abrir historial de versiones",revealInFolder:"Mostrar en carpeta",revealInFinder:"Mostrar en Finder",showInExplorer:"Mostrar en el explorador del sistema",openInDefaultApp:"Abrir en aplicaci\xF3n predeterminada",renameNote:"Renombrar nota",deleteNote:"Eliminar nota",deleteMultipleNotes:"Eliminar {count} notas",moveNoteToFolder:"Mover nota a...",moveFileToFolder:"Mover archivo a...",moveMultipleNotesToFolder:"Mover {count} notas a...",moveMultipleFilesToFolder:"Mover {count} archivos a...",addTag:"A\xF1adir etiqueta",addPropertyKey:"Establecer propiedad",removeTag:"Eliminar etiqueta",removeAllTags:"Eliminar todas las etiquetas",changeIcon:"Cambiar icono",changeColor:"Cambiar color",openMultipleFilesInNewTabs:"Abrir {count} archivos en nuevas pesta\xF1as",openMultipleFilesToRight:"Abrir {count} archivos a la derecha",openMultipleFilesInNewWindows:"Abrir {count} archivos en nuevas ventanas",pinFile:"Fijar archivo",unpinFile:"Desfijar archivo",pinMultipleFiles:"Fijar {count} archivos",unpinMultipleFiles:"Desfijar {count} archivos",duplicateFile:"Duplicar archivo",duplicateMultipleFiles:"Duplicar {count} archivos",renameFile:"Renombrar archivo",deleteFile:"Eliminar archivo",setCalendarHighlight:"Establecer resaltado",removeCalendarHighlight:"Eliminar resaltado",deleteMultipleFiles:"Eliminar {count} archivos"},folder:{newNote:"Nueva nota",newNoteFromTemplate:"Nueva nota desde plantilla",newFolder:"Nueva carpeta",newCanvas:"Nuevo lienzo",newBase:"Nueva base de datos",newDrawing:"Nuevo dibujo",newExcalidrawDrawing:"Nuevo dibujo de Excalidraw",newTldrawDrawing:"Nuevo dibujo de Tldraw",duplicateFolder:"Duplicar carpeta",searchInFolder:"Buscar en carpeta",createFolderNote:"Crear nota de carpeta",detachFolderNote:"Desvincular nota de carpeta",deleteFolderNote:"Eliminar nota de carpeta",changeIcon:"Cambiar icono",changeColor:"Cambiar color",changeBackground:"Cambiar fondo",excludeFolder:"Ocultar carpeta",unhideFolder:"Mostrar carpeta",moveFolder:"Mover carpeta a...",renameFolder:"Renombrar carpeta",deleteFolder:"Eliminar carpeta"},tag:{changeIcon:"Cambiar icono",changeColor:"Cambiar color",changeBackground:"Cambiar fondo",showTag:"Mostrar etiqueta",hideTag:"Ocultar etiqueta"},property:{addKey:"Configurar claves de propiedad",renameKey:"Renombrar propiedad",deleteKey:"Eliminar propiedad"},navigation:{addSeparator:"Agregar separador",removeSeparator:"Eliminar separador"},copyPath:{title:"Copiar ruta",asObsidianUrl:"como URL de Obsidian",fromVaultFolder:"desde la carpeta del vault",fromSystemRoot:"desde la ra\xEDz del sistema"},style:{title:"Estilo",copy:"Copiar estilo",paste:"Pegar estilo",removeIcon:"Quitar icono",removeColor:"Quitar color",removeBackground:"Quitar fondo",clear:"Limpiar estilo"}},folderAppearance:{standardPreset:"Est\xE1ndar",compactPreset:"Compacto",defaultSuffix:"(predeterminado)",defaultLabel:"Predeterminado",titleRows:"Filas de t\xEDtulo",previewRows:"Filas de vista previa",groupBy:"Agrupar por",defaultTitleOption:t=>`Filas de t\xEDtulo predeterminadas (${t})`,defaultPreviewOption:t=>`Filas de vista previa predeterminadas (${t})`,defaultGroupOption:t=>`Agrupaci\xF3n predeterminada (${t})`,titleRowOption:t=>`${t} fila${t===1?"":"s"} de t\xEDtulo`,previewRowOption:t=>`${t} fila${t===1?"":"s"} de vista previa`},modals:{bulkApply:{applyButton:"Aplicar",applySortTitle:t=>`\xBFAplicar orden a ${t}?`,applyAppearanceTitle:t=>`\xBFAplicar apariencia a ${t}?`,affectedCountMessage:t=>`Anulaciones existentes que cambiar\xE1n: ${t}.`},navRainbowSection:{title:t=>`Colores arco\xEDris: ${t}`},iconPicker:{searchPlaceholder:"Buscar iconos...",recentlyUsedHeader:"Usados recientemente",emptyStateSearch:"Empieza a escribir para buscar iconos",emptyStateNoResults:"No se encontraron iconos",showingResultsInfo:"Mostrando 50 de {count} resultados. Escribe m\xE1s para filtrar.",emojiInstructions:"Escribe o pega cualquier emoji para usarlo como icono",removeIcon:"Quitar icono",removeFromRecents:"Quitar de recientes",allTabLabel:"Todos"},fileIconRuleEditor:{addRuleAria:"A\xF1adir regla"},interfaceIcons:{title:"Iconos de interfaz",fileItemsSection:"Elementos de archivo",items:{"nav-shortcuts":"Atajos","nav-recent-files":"Archivos recientes","nav-expand-all":"Expandir todo","nav-collapse-all":"Contraer todo","nav-calendar":"Calendario","nav-tree-expand":"Flecha de \xE1rbol: expandir","nav-tree-collapse":"Flecha de \xE1rbol: contraer","nav-hidden-items":"Elementos ocultos","nav-root-reorder":"Reordenar carpetas ra\xEDz","nav-new-folder":"Nueva carpeta","nav-show-single-pane":"Mostrar panel \xFAnico","nav-show-dual-pane":"Mostrar paneles dobles","nav-profile-chevron":"Flecha del men\xFA de perfil","list-search":"Buscar","list-descendants":"Notas de subcarpetas","list-sort-ascending":"Orden: ascendente","list-sort-descending":"Orden: descendente","list-appearance":"Cambiar apariencia","list-new-note":"Nueva nota","nav-folder-open":"Carpeta abierta","nav-folder-closed":"Carpeta cerrada","nav-tags":"Etiquetas","nav-tag":"Etiqueta","nav-properties":"Propiedades","nav-property":"Propiedad","nav-property-value":"Valor","list-pinned":"Elementos fijados","file-unfinished-task":"Tareas pendientes","file-word-count":"Conteo de palabras"}},colorPicker:{currentColor:"Actual",newColor:"Nuevo",paletteDefault:"Predeterminado",paletteCustom:"Personalizado",copyColors:"Copiar color",colorsCopied:"Color copiado al portapapeles",pasteColors:"Pegar color",pasteClipboardError:"No se pudo leer el portapapeles",pasteInvalidFormat:"Se esperaba un valor de color hex",colorsPasted:"Color pegado correctamente",resetUserColors:"Borrar colores personalizados",clearCustomColorsConfirm:"\xBFEliminar todos los colores personalizados?",userColorSlot:"Color {slot}",recentColors:"Colores recientes",clearRecentColors:"Limpiar colores recientes",removeRecentColor:"Eliminar color",apply:"Aplicar",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Cambiar perfil de b\xF3veda",currentBadge:"Activo",emptyState:"No hay perfiles de b\xF3veda disponibles."},tagOperation:{renameTitle:"Renombrar etiqueta {tag}",deleteTitle:"Eliminar etiqueta {tag}",newTagPrompt:"Nuevo nombre de etiqueta",newTagPlaceholder:"Introduce el nuevo nombre de etiqueta",renameWarning:"Renombrar la etiqueta {oldTag} modificar\xE1 {count} {files}.",deleteWarning:"Eliminar la etiqueta {tag} modificar\xE1 {count} {files}.",modificationWarning:"Esto actualizar\xE1 las fechas de modificaci\xF3n de los archivos.",affectedFiles:"Archivos afectados:",andMore:"y {count} m\xE1s...",confirmRename:"Renombrar etiqueta",renameUnchanged:"{tag} sin cambios",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Renombrados {renamed}/{total}. No actualizados: {notUpdated}. Los metadatos y accesos directos no se actualizaron.",invalidTagName:"Introduce un nombre de etiqueta v\xE1lido.",descendantRenameError:"No se puede mover una etiqueta dentro de s\xED misma o un descendiente.",confirmDelete:"Eliminar etiqueta",deleteBatchNotFinalized:"Eliminados de {removed}/{total}. No actualizados: {notUpdated}. Los metadatos y accesos directos no se actualizaron.",checkConsoleForDetails:"Consulta la consola para m\xE1s detalles.",file:"archivo",files:"archivos",inlineParsingWarning:{title:"Compatibilidad de etiquetas en l\xEDnea",message:"{tag} contiene caracteres que Obsidian no puede analizar en etiquetas en l\xEDnea. Las etiquetas de Frontmatter no se ven afectadas.",confirm:"Usar de todos modos"}},propertyOperation:{renameTitle:"Renombrar propiedad {property}",deleteTitle:"Eliminar propiedad {property}",newKeyPrompt:"Nuevo nombre de propiedad",newKeyPlaceholder:"Ingrese el nuevo nombre de propiedad",renameWarning:"Renombrar la propiedad {property} modificar\xE1 {count} {files}.",renameConflictWarning:"La propiedad {newKey} ya existe en {count} {files}. Renombrar {oldKey} reemplazar\xE1 los valores existentes de {newKey}.",deleteWarning:"Eliminar la propiedad {property} modificar\xE1 {count} {files}.",confirmRename:"Renombrar propiedad",confirmDelete:"Eliminar propiedad",renameNoChanges:"{oldKey} \u2192 {newKey} (sin cambios)",renameSettingsUpdateFailed:"Propiedad {oldKey} \u2192 {newKey} renombrada. No se pudieron actualizar los ajustes.",deleteSingleSuccess:"Propiedad {property} eliminada de 1 nota",deleteMultipleSuccess:"Propiedad {property} eliminada de {count} notas",deleteSettingsUpdateFailed:"Propiedad {property} eliminada. No se pudieron actualizar los ajustes.",invalidKeyName:"Ingrese un nombre de propiedad v\xE1lido."},fileSystem:{newFolderTitle:"Nueva carpeta",renameFolderTitle:"Renombrar carpeta",renameFileTitle:"Renombrar archivo",deleteFolderTitle:"\xBFEliminar '{name}'?",deleteFileTitle:"\xBFEliminar '{name}'?",deleteFileAttachmentsTitle:"\xBFEliminar archivos adjuntos?",moveFileConflictTitle:"Conflicto de movimiento",folderNamePrompt:"Introduce el nombre de la carpeta:",hideInOtherVaultProfiles:"Ocultar en otros perfiles de b\xF3veda",renamePrompt:"Introduce el nuevo nombre:",renameVaultTitle:"Cambiar nombre de visualizaci\xF3n del vault",renameVaultPrompt:"Introduce un nombre de visualizaci\xF3n personalizado (deja vac\xEDo para usar el predeterminado):",deleteFolderConfirm:"\xBFEst\xE1s seguro de que quieres eliminar esta carpeta y todo su contenido?",deleteFileConfirm:"\xBFEst\xE1s seguro de que quieres eliminar este archivo?",deleteFileAttachmentsDescriptionSingle:"Este adjunto ya no se usa en ninguna nota. \xBFDesea eliminarlo?",deleteFileAttachmentsDescriptionMultiple:"Estos adjuntos ya no se usan en ninguna nota. \xBFDesea eliminarlos?",deleteFileAttachmentsViewFileTreeAriaLabel:"\xC1rbol de archivos",deleteFileAttachmentsViewGalleryAriaLabel:"Galer\xEDa",moveFileConflictDescriptionSingle:'Se encontr\xF3 un conflicto de archivo en "{folder}".',moveFileConflictDescriptionMultiple:'Se encontraron {count} conflictos de archivos en "{folder}".',moveFileConflictAffectedFiles:"Archivos afectados",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(solo renombrar)",moveFileConflictRename:"Renombrar",moveFileConflictOverwrite:"Sobrescribir",removeAllTagsTitle:"Eliminar todas las etiquetas",removeAllTagsFromNote:"\xBFEst\xE1s seguro de que quieres eliminar todas las etiquetas de esta nota?",removeAllTagsFromNotes:"\xBFEst\xE1s seguro de que quieres eliminar todas las etiquetas de {count} notas?"},folderNoteType:{title:"Selecciona el tipo de nota de carpeta",folderLabel:"Carpeta: {name}"},folderSuggest:{placeholder:t=>`Mover ${t} a carpeta...`,multipleFilesLabel:t=>`${t} archivos`,navigatePlaceholder:"Navegar a carpeta...",instructions:{navigate:"para navegar",move:"para mover",select:"para seleccionar",dismiss:"para cancelar"}},homepage:{placeholder:"Buscar archivos...",instructions:{navigate:"para navegar",select:"para definir p\xE1gina de inicio",dismiss:"para cancelar"}},calendarTemplate:{placeholder:"Buscar plantillas...",instructions:{navigate:"para navegar",select:"para seleccionar la plantilla",dismiss:"para cancelar"}},navigationBanner:{placeholder:"Buscar im\xE1genes...",instructions:{navigate:"para navegar",select:"para establecer banner",dismiss:"para cancelar"}},tagSuggest:{navigatePlaceholder:"Navegar a etiqueta...",addPlaceholder:"Buscar etiqueta para a\xF1adir...",removePlaceholder:"Seleccionar etiqueta para eliminar...",createNewTag:"Crear nueva etiqueta: #{tag}",instructions:{navigate:"para navegar",select:"para seleccionar",dismiss:"para cancelar",add:"para a\xF1adir etiqueta",remove:"para eliminar etiqueta"}},propertySuggest:{placeholder:"Seleccionar clave de propiedad...",navigatePlaceholder:"Navegar a propiedad...",instructions:{navigate:"para navegar",select:"para a\xF1adir propiedad",dismiss:"para cancelar"}},propertyKeyVisibility:{title:"Visibilidad de claves de propiedad",description:"Controla d\xF3nde se muestran los valores de propiedad. Las columnas corresponden al panel de navegaci\xF3n, panel de lista y men\xFA contextual del archivo. Usa la fila inferior para alternar todas las filas de una columna.",searchPlaceholder:"Buscar claves de propiedad...",propertyColumnLabel:"Propiedad",showInNavigation:"Mostrar en navegaci\xF3n",showInList:"Mostrar en lista",showInFileMenu:"Mostrar en men\xFA de archivo",toggleAllInNavigation:"Alternar todos en navegaci\xF3n",toggleAllInList:"Alternar todos en lista",toggleAllInFileMenu:"Alternar todos en men\xFA de archivo",applyButton:"Aplicar",emptyState:"No se encontraron claves de propiedad."},welcome:{title:"Bienvenido a {pluginName}",introText:'\xA1Hola! Antes de comenzar, te recomiendo que veas los primeros cinco minutos del video a continuaci\xF3n para entender c\xF3mo funcionan los paneles y el interruptor "Mostrar notas de subcarpetas".',continueText:"Si tienes cinco minutos m\xE1s, contin\xFAa viendo el video para entender los modos de visualizaci\xF3n compacta y c\xF3mo configurar correctamente los accesos directos y las teclas de acceso r\xE1pido importantes.",thanksText:"\xA1Muchas gracias por descargar y disfruta!",videoAlt:"Instalando y dominando Notebook Navigator",openVideoButton:"Reproducir video",closeButton:"Quiz\xE1s m\xE1s tarde"}},fileSystem:{errors:{createFolder:"Error al crear la carpeta: {error}",createFile:"Error al crear el archivo: {error}",renameFolder:"Error al renombrar la carpeta: {error}",renameFolderNoteConflict:'No se puede renombrar: "{name}" ya existe en esta carpeta',renameFile:"Error al renombrar el archivo: {error}",deleteFolder:"Error al eliminar la carpeta: {error}",deleteFile:"Error al eliminar el archivo: {error}",deleteAttachments:"Error al eliminar los adjuntos: {error}",duplicateNote:"Error al duplicar la nota: {error}",duplicateFolder:"Error al duplicar la carpeta: {error}",openVersionHistory:"Error al abrir el historial de versiones: {error}",versionHistoryNotFound:"Comando de historial de versiones no encontrado. Aseg\xFArate de que Obsidian Sync est\xE9 habilitado.",revealInExplorer:"Error al mostrar el archivo en el explorador del sistema: {error}",openInDefaultApp:"Error al abrir en la aplicaci\xF3n predeterminada: {error}",openInDefaultAppNotAvailable:"Abrir en aplicaci\xF3n predeterminada no est\xE1 disponible en esta plataforma",folderNoteAlreadyExists:"La nota de carpeta ya existe",folderAlreadyExists:'La carpeta "{name}" ya existe',folderNotesDisabled:"Habilite las notas de carpeta en la configuraci\xF3n para convertir archivos",folderNoteAlreadyLinked:"Este archivo ya funciona como una nota de carpeta",folderNoteNotFound:"No hay nota de carpeta en la carpeta seleccionada",folderNoteUnsupportedExtension:"Extensi\xF3n de archivo no compatible: {extension}",folderNoteMoveFailed:"No se pudo mover el archivo durante la conversi\xF3n: {error}",folderNoteRenameConflict:'Ya existe un archivo llamado "{name}" en la carpeta',folderNoteConversionFailed:"No se pudo convertir el archivo en nota de carpeta",folderNoteConversionFailedWithReason:"No se pudo convertir el archivo en nota de carpeta: {error}",folderNoteOpenFailed:"Archivo convertido pero no se pudo abrir la nota de carpeta: {error}",failedToDeleteFile:"Error al eliminar {name}: {error}",failedToDeleteMultipleFiles:"Error al eliminar {count} archivos",versionHistoryNotAvailable:"Servicio de historial de versiones no disponible",drawingAlreadyExists:"Ya existe un dibujo con este nombre",failedToCreateDrawing:"Error al crear el dibujo",noFolderSelected:"No hay ninguna carpeta seleccionada en Notebook Navigator",noFileSelected:"No hay archivo seleccionado"},warnings:{linkBreakingNameCharacters:"Este nombre incluye caracteres que rompen los enlaces de Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Los nombres no pueden comenzar con un punto ni incluir : o /.",forbiddenNameCharactersWindows:'Los caracteres reservados de Windows no est\xE1n permitidos: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Carpeta oculta: {name}",showFolder:"Carpeta mostrada: {name}"},notifications:{deletedMultipleFiles:"{count} archivos eliminados",movedMultipleFiles:"{count} archivos movidos a {folder}",folderNoteConversionSuccess:'Archivo convertido en nota de carpeta en "{name}"',folderMoved:'Carpeta "{name}" movida',deepLinkCopied:"URL de Obsidian copiada al portapapeles",pathCopied:"Ruta copiada al portapapeles",relativePathCopied:"Ruta relativa copiada al portapapeles",tagAddedToNote:"Etiqueta a\xF1adida a 1 nota",tagAddedToNotes:"Etiqueta a\xF1adida a {count} notas",tagRemovedFromNote:"Etiqueta eliminada de 1 nota",tagRemovedFromNotes:"Etiqueta eliminada de {count} notas",tagsClearedFromNote:"Todas las etiquetas eliminadas de 1 nota",tagsClearedFromNotes:"Todas las etiquetas eliminadas de {count} notas",noTagsToRemove:"No hay etiquetas para eliminar",noFilesSelected:"No hay archivos seleccionados",tagOperationsNotAvailable:"Operaciones de etiquetas no disponibles",propertyOperationsNotAvailable:"Operaciones de propiedades no disponibles",tagsRequireMarkdown:"Las etiquetas solo son compatibles con notas Markdown",propertiesRequireMarkdown:"Las propiedades solo son compatibles con notas Markdown",propertySetOnNote:"Propiedad actualizada en 1 nota",propertySetOnNotes:"Propiedad actualizada en {count} notas",iconPackDownloaded:"{provider} descargado",iconPackUpdated:"{provider} actualizado ({version})",iconPackRemoved:"{provider} eliminado",iconPackLoadFailed:"No se pudo cargar {provider}",hiddenFileReveal:'El archivo est\xE1 oculto. Activa "Mostrar elementos ocultos" para mostrarlo'},confirmations:{deleteMultipleFiles:"\xBFEst\xE1 seguro de que desea eliminar {count} archivos?",deleteConfirmation:"Esta acci\xF3n no se puede deshacer."},defaultNames:{untitled:"Sin t\xEDtulo"}},dragDrop:{errors:{cannotMoveIntoSelf:"No se puede mover una carpeta dentro de s\xED misma o una subcarpeta.",itemAlreadyExists:'Ya existe un elemento llamado "{name}" en esta ubicaci\xF3n.',failedToMove:"Error al mover: {error}",failedToAddTag:'Error al agregar la etiqueta "{tag}"',failedToSetProperty:"Error al actualizar la propiedad: {error}",failedToClearTags:"Error al eliminar las etiquetas",failedToMoveFolder:'Error al mover la carpeta "{name}"',failedToImportFiles:"Error al importar: {names}"},notifications:{filesAlreadyExist:"{count} archivos ya existen en el destino",filesAlreadyHaveTag:"{count} archivos ya tienen esta etiqueta o una m\xE1s espec\xEDfica",filesAlreadyHaveProperty:"{count} archivos ya tienen esta propiedad",noTagsToClear:"No hay etiquetas para eliminar",fileImported:"1 archivo importado",filesImported:"{count} archivos importados"}},dateGroups:{today:"Hoy",yesterday:"Ayer",previous7Days:"\xDAltimos 7 d\xEDas",previous30Days:"\xDAltimos 30 d\xEDas"},commands:{open:"Abrir",toggleLeftSidebar:"Alternar barra lateral izquierda",openHomepage:"Abrir p\xE1gina de inicio",openDailyNote:"Abrir nota diaria",openWeeklyNote:"Abrir nota semanal",openMonthlyNote:"Abrir nota mensual",openQuarterlyNote:"Abrir nota trimestral",openYearlyNote:"Abrir nota anual",revealFile:"Revelar archivo",search:"Buscar",searchVaultRoot:"Buscar en la ra\xEDz de la b\xF3veda",toggleDualPane:"Alternar dise\xF1o de doble panel",toggleDualPaneOrientation:"Alternar orientaci\xF3n del doble panel",toggleCalendar:"Alternar calendario",selectVaultProfile:"Cambiar perfil de b\xF3veda",selectVaultProfile1:"Cambiar al perfil de b\xF3veda 1",selectVaultProfile2:"Cambiar al perfil de b\xF3veda 2",selectVaultProfile3:"Cambiar al perfil de b\xF3veda 3",deleteFile:"Eliminar archivos",createNewNote:"Crear nueva nota",createNewNoteFromTemplate:"Nueva nota desde plantilla",moveFiles:"Mover archivos",selectNextFile:"Seleccionar siguiente archivo",selectPreviousFile:"Seleccionar archivo anterior",navigateBack:"Navegar atr\xE1s",navigateForward:"Navegar adelante",convertToFolderNote:"Convertir en nota de carpeta",setAsFolderNote:"Establecer como nota de carpeta",detachFolderNote:"Desvincular nota de carpeta",pinAllFolderNotes:"Fijar todas las notas de carpeta",navigateToFolder:"Navegar a carpeta",navigateToTag:"Navegar a etiqueta",navigateToProperty:"Navegar a propiedad",addShortcut:"Agregar a accesos directos",openShortcut:"Abrir acceso directo {number}",toggleDescendants:"Alternar descendientes",toggleHidden:"Alternar carpetas, etiquetas y notas ocultas",toggleTagSort:"Alternar orden de etiquetas",toggleCompactMode:"Alternar modo compacto",collapseExpand:"Contraer / expandir todos los elementos",addTag:"A\xF1adir etiqueta a archivos seleccionados",setProperty:"Establecer propiedad en archivos seleccionados",removeTag:"Eliminar etiqueta de archivos seleccionados",removeAllTags:"Eliminar todas las etiquetas de archivos seleccionados",openAllFiles:"Abrir todos los archivos",rebuildCache:"Reconstruir cach\xE9"},plugin:{viewName:"Navegador de Cuadernos",calendarViewName:"Calendario",ribbonTooltip:"Navegador de Cuadernos",revealInNavigator:"Mostrar en el Navegador de Cuadernos"},tooltips:{lastModifiedAt:"\xDAltima modificaci\xF3n",createdAt:"Creado el",file:"archivo",files:"archivos",folder:"carpeta",folders:"carpetas"},settings:{metadataReport:{exportSuccess:"Informe de metadatos fallidos exportado a: {filename}",exportFailed:"Error al exportar el informe de metadatos"},sections:{general:"General",notes:"Notas",navigationPane:"Navegaci\xF3n",calendar:"Calendario",files:"Archivos",icons:"Paquetes de iconos",tags:"Etiquetas",folders:"Carpetas",folderNotes:"Notas de carpeta",foldersAndTags:"Carpetas",tagsAndProperties:"Etiquetas y propiedades",listPane:"Lista",advanced:"Avanzado"},groups:{general:{vaultProfiles:"Perfiles de b\xF3veda",filtering:"Filtrado",templates:"Plantillas",behavior:"Comportamiento",keyboardNavigation:"Navegaci\xF3n con teclado",mouseButtons:"Botones del rat\xF3n",view:"Apariencia",icons:"Iconos",desktopAppearance:"Apariencia de escritorio",mobileAppearance:"Apariencia m\xF3vil",formatting:"Formato"},navigation:{appearance:"Apariencia",rainbowColors:"Colores arco\xEDris",leftSidebar:"Barra lateral izquierda",calendarIntegration:"Integraci\xF3n de calendario"},list:{display:"Apariencia",pinnedNotes:"Notas fijadas"},notes:{frontmatter:"Frontmatter",tasks:"Tareas",icon:"Icono",title:"T\xEDtulo",previewText:"Texto de vista previa",featureImage:"Imagen destacada",tags:"Etiquetas",properties:"Propiedades",date:"Fecha",parentFolder:"Carpeta superior"}},syncMode:{notSynced:"(no sincronizado)",disabled:"(desactivado)",switchToSynced:"Activar sincronizaci\xF3n",switchToLocal:"Desactivar sincronizaci\xF3n"},items:{listPaneTitle:{name:"T\xEDtulo del panel de lista",desc:"Elige d\xF3nde se muestra el t\xEDtulo del panel de lista.",options:{header:"Mostrar en el encabezado",list:"Mostrar en el panel de lista",hidden:"No mostrar"}},sortNotesBy:{name:"Ordenar notas por",desc:"Elige c\xF3mo se ordenan las notas en la lista de notas.",options:{"modified-desc":"Fecha de edici\xF3n (m\xE1s reciente arriba)","modified-asc":"Fecha de edici\xF3n (m\xE1s antigua arriba)","created-desc":"Fecha de creaci\xF3n (m\xE1s reciente arriba)","created-asc":"Fecha de creaci\xF3n (m\xE1s antigua arriba)","title-asc":"T\xEDtulo (A arriba)","title-desc":"T\xEDtulo (Z arriba)","filename-asc":"Nombre de archivo (A arriba)","filename-desc":"Nombre de archivo (Z arriba)","property-asc":"Propiedad (A arriba)","property-desc":"Propiedad (Z arriba)"},propertyOverride:{asc:"Propiedad \u2018{property}\u2019 (A arriba)",desc:"Propiedad \u2018{property}\u2019 (Z arriba)"}},propertySortKey:{name:"Propiedad de ordenaci\xF3n",desc:"Utilizado con la ordenaci\xF3n por propiedad. Las notas con esta propiedad de frontmatter se listan primero y se ordenan por el valor de la propiedad. Los arrays se combinan en un valor.",placeholder:"order"},propertySortSecondary:{name:"Orden secundario",desc:"Se usa con el orden por propiedad cuando las notas tienen el mismo valor de propiedad o no tienen valor.",options:{title:"T\xEDtulo",filename:"Nombre de archivo",created:"Fecha de creaci\xF3n",modified:"Fecha de edici\xF3n"}},revealFileOnListChanges:{name:"Desplazar al archivo seleccionado cuando cambia la lista",desc:"Desplazar al archivo seleccionado al anclar notas, mostrar notas descendientes, cambiar la apariencia de carpetas o ejecutar operaciones de archivos."},includeDescendantNotes:{name:"Mostrar notas de subcarpetas / descendientes",desc:"Incluir notas de subcarpetas y descendientes de etiquetas al ver una carpeta o etiqueta."},limitPinnedToCurrentFolder:{name:"Fijar notas solo en su carpeta",desc:"Las notas fijadas aparecen fijadas solo en su propia carpeta. \xDAtil para notas de carpeta o si tiene muchas notas fijadas. No afecta las vistas de etiquetas o propiedades."},separateNoteCounts:{name:"Mostrar conteos actuales y descendientes por separado",desc:'Muestra el conteo de notas como formato "actual \u25BE descendientes" en carpetas y etiquetas.'},groupNotes:{name:"Agrupar notas",desc:"Muestra encabezados entre notas agrupadas por fecha o carpeta. Las vistas de etiquetas usan grupos por fecha cuando la agrupaci\xF3n por carpeta est\xE1 activada.",options:{none:"No agrupar",date:"Agrupar por fecha",folder:"Agrupar por carpeta"}},showSelectedNavigationPills:{name:"Mostrar siempre todas las etiquetas y propiedades",desc:'Cuando est\xE1 desactivado, las etiquetas que coinciden con la selecci\xF3n de navegaci\xF3n actual se ocultan (p. ej., la etiqueta "recetas" se oculta al navegar por la etiqueta "recetas"). Activar para mantener todas las etiquetas visibles.'},showPinnedGroupHeader:{name:"Mostrar encabezado del grupo anclado",desc:"Muestra el encabezado de la secci\xF3n de notas ancladas."},showPinnedIcon:{name:"Mostrar icono de anclados",desc:"Muestra el icono junto al encabezado de la secci\xF3n anclada."},defaultListMode:{name:"Modo de lista predeterminado",desc:"Selecciona el dise\xF1o de lista predeterminado. Est\xE1ndar muestra t\xEDtulo, fecha, descripci\xF3n y texto de vista previa. Compacto muestra solo el t\xEDtulo. La apariencia se puede sobrescribir por carpeta.",options:{standard:"Est\xE1ndar",compact:"Compacto"}},showFileIcons:{name:"Mostrar iconos de archivo",desc:"Mostrar iconos de archivo con espaciado alineado a la izquierda. Desactivar elimina tanto iconos como sangr\xEDa. Prioridad: icono de tareas pendientes > icono personalizado > icono de nombre de archivo > icono de tipo de archivo > icono predeterminado."},showFileIconUnfinishedTask:{name:"Icono de tareas pendientes",desc:"Mostrar un icono de tarea cuando una nota tiene tareas pendientes."},showFileBackgroundUnfinishedTask:{name:"Fondo de tareas pendientes",desc:"Aplicar un color de fondo cuando una nota tiene tareas pendientes."},unfinishedTaskBackgroundColor:{name:"Color de fondo",desc:"Establecer el color de fondo usado cuando una nota tiene tareas pendientes."},showFilenameMatchIcons:{name:"Iconos por nombre de archivo",desc:"Asignar iconos a archivos seg\xFAn el texto en sus nombres."},fileNameIconMap:{name:"Mapa de iconos por nombre",desc:"Los archivos que contienen el texto obtienen el icono especificado. Una asignaci\xF3n por l\xEDnea: texto=icono",placeholder:`# texto=icono +reuni\xF3n=LiCalendar +factura=PhReceipt`,editTooltip:"Editar asignaciones"},showCategoryIcons:{name:"Iconos por tipo de archivo",desc:"Asignar iconos a archivos seg\xFAn su extensi\xF3n."},fileTypeIconMap:{name:"Mapa de iconos por tipo",desc:"Los archivos con la extensi\xF3n obtienen el icono especificado. Una asignaci\xF3n por l\xEDnea: extensi\xF3n=icono",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Editar asignaciones"},optimizeNoteHeight:{name:"Altura de nota variable",desc:"Usar altura compacta para notas ancladas y notas sin texto de vista previa."},compactItemHeight:{name:"Altura de elementos compactos",desc:"Define la altura de los elementos compactos en escritorio y m\xF3vil.",resetTooltip:"Restablecer al valor predeterminado (28px)"},compactItemHeightScaleText:{name:"Escalar texto con altura compacta",desc:"Escala el texto de los elementos compactos cuando se reduce la altura."},showParentFolder:{name:"Mostrar carpeta principal",desc:"Muestra el nombre de la carpeta principal para las notas en subcarpetas o etiquetas."},parentFolderClickRevealsFile:{name:"Clic en carpeta principal abre carpeta",desc:"Al hacer clic en la etiqueta de la carpeta principal se abre la carpeta en el panel de lista."},showParentFolderColor:{name:"Mostrar color de carpeta principal",desc:"Usar colores de carpeta en etiquetas de carpetas principales."},showParentFolderIcon:{name:"Mostrar icono de carpeta principal",desc:"Mostrar iconos de carpeta junto a las etiquetas de carpetas principales."},showQuickActions:{name:"Mostrar acciones r\xE1pidas",desc:"Mostrar botones de acci\xF3n al pasar sobre archivos. Los controles de botones seleccionan qu\xE9 acciones aparecen."},dualPane:{name:"Dise\xF1o de doble panel",desc:"Mostrar panel de navegaci\xF3n y panel de lista lado a lado en escritorio."},dualPaneOrientation:{name:"Orientaci\xF3n del panel dual",desc:"Selecciona una distribuci\xF3n horizontal o vertical cuando el panel dual est\xE1 activo.",options:{horizontal:"Divisi\xF3n horizontal",vertical:"Divisi\xF3n vertical"}},appearanceBackground:{name:"Color de fondo",desc:"Elige colores de fondo para los paneles de navegaci\xF3n y lista.",options:{separate:"Fondos separados",primary:"Usar fondo de lista",secondary:"Usar fondo de navegaci\xF3n"}},appearanceScale:{name:"Nivel de zoom",desc:"Controla el nivel de zoom general de Notebook Navigator."},useFloatingToolbars:{name:"Usar barras de herramientas flotantes en iOS/iPadOS",desc:"Aplica a Obsidian 1.11 y posteriores."},startView:{name:"Vista de inicio predeterminada",desc:"Elige qu\xE9 panel mostrar al abrir Notebook Navigator. El panel de navegaci\xF3n muestra los accesos directos, los archivos recientes y la estructura de carpetas. El panel de lista muestra la lista de archivos en pantalla.",options:{navigation:"Panel de navegaci\xF3n",files:"Panel de lista"}},toolbarButtons:{name:"Botones de la barra de herramientas",desc:"Elige qu\xE9 botones aparecen en la barra de herramientas. Los botones ocultos siguen siendo accesibles mediante comandos y men\xFAs.",navigationLabel:"Barra de navegaci\xF3n",listLabel:"Barra de lista"},createNewNotesInNewTab:{name:"Abrir notas nuevas en pesta\xF1a nueva",desc:"Cuando est\xE1 activado, el comando Crear nueva nota abre las notas en una pesta\xF1a nueva. Cuando est\xE1 desactivado, las notas reemplazan la pesta\xF1a actual."},autoRevealActiveNote:{name:"Mostrar autom\xE1ticamente la nota activa",desc:"Muestra autom\xE1ticamente las notas cuando se abren desde el Conmutador r\xE1pido, enlaces o b\xFAsqueda."},autoRevealShortestPath:{name:"Usar la ruta m\xE1s corta",desc:"Activado: La revelaci\xF3n autom\xE1tica selecciona la carpeta ancestral o etiqueta visible m\xE1s cercana. Desactivado: La revelaci\xF3n autom\xE1tica selecciona la carpeta real del archivo y la etiqueta exacta."},autoRevealIgnoreRightSidebar:{name:"Ignorar eventos de la barra lateral derecha",desc:"No cambiar la nota activa al hacer clic o cambiar notas en la barra lateral derecha."},autoRevealIgnoreOtherWindows:{name:"Ignorar eventos de otras ventanas",desc:"No cambiar la nota activa al trabajar con notas en otra ventana."},paneTransitionDuration:{name:"Animaci\xF3n de panel \xFAnico",desc:"Duraci\xF3n de la transici\xF3n al cambiar entre paneles en modo panel \xFAnico (milisegundos).",resetTooltip:"Restablecer a predeterminado"},autoSelectFirstFileOnFocusChange:{name:"Seleccionar autom\xE1ticamente la primera nota",desc:"Abre autom\xE1ticamente la primera nota al cambiar de carpeta o etiqueta."},skipAutoScroll:{name:"Desactivar desplazamiento autom\xE1tico para accesos directos",desc:"No desplazar el panel de navegaci\xF3n al hacer clic en elementos de accesos directos."},autoExpandNavItems:{name:"Expandir al seleccionar",desc:"Expandir carpetas y etiquetas al seleccionar. En modo de panel \xFAnico, la primera selecci\xF3n expande, la segunda muestra archivos."},springLoadedFolders:{name:"Expandir al arrastrar",desc:"Expandir carpetas y etiquetas al pasar sobre ellas durante el arrastre."},springLoadedFoldersInitialDelay:{name:"Retraso de primera expansi\xF3n",desc:"Retraso antes de que se expanda la primera carpeta o etiqueta durante un arrastre (segundos)."},springLoadedFoldersSubsequentDelay:{name:"Retraso de expansi\xF3n posterior",desc:"Retraso antes de expandir carpetas o etiquetas adicionales durante el mismo arrastre (segundos)."},navigationBanner:{name:"Banner de navegaci\xF3n (perfil de b\xF3veda)",desc:"Mostrar una imagen encima del panel de navegaci\xF3n. Cambia con el perfil de b\xF3veda seleccionado.",current:"Banner actual: {path}",chooseButton:"Elegir imagen"},pinNavigationBanner:{name:"Fijar banner",desc:"Fijar el banner de navegaci\xF3n sobre el \xE1rbol de navegaci\xF3n."},showShortcuts:{name:"Mostrar accesos directos",desc:"Mostrar la secci\xF3n de accesos directos en el panel de navegaci\xF3n."},shortcutBadgeDisplay:{name:"Insignia de acceso directo",desc:"Qu\xE9 mostrar junto a los accesos directos. Usa los comandos 'Abrir acceso directo 1-9' para abrir los accesos directos directamente.",options:{index:"Posici\xF3n (1-9)",count:"Cantidad de elementos",none:"Ninguno"}},showRecentNotes:{name:"Mostrar archivos recientes",desc:"Mostrar la secci\xF3n de archivos recientes en el panel de navegaci\xF3n."},hideRecentNotes:{name:"Ocultar tipos de archivos",desc:"Elige qu\xE9 tipos de archivos ocultar en la secci\xF3n de archivos recientes.",options:{none:"Ninguno",folderNotes:"Notas de carpeta"}},recentNotesCount:{name:"Cantidad de archivos recientes",desc:"N\xFAmero de archivos recientes a mostrar."},pinRecentNotesWithShortcuts:{name:"Fijar archivos recientes con accesos directos",desc:"Incluir archivos recientes cuando se fijan los accesos directos."},calendarEnabled:{name:"Activar calendario",desc:"Activar las funciones de calendario de Notebook Navigator."},calendarPlacement:{name:"Ubicaci\xF3n del calendario",desc:"Mostrar en la barra lateral izquierda o derecha.",options:{leftSidebar:"Barra lateral izquierda",rightSidebar:"Barra lateral derecha"}},calendarLeftPlacement:{name:"Ubicaci\xF3n en panel \xFAnico",desc:"D\xF3nde se muestra el calendario en modo de panel \xFAnico.",options:{navigationPane:"Panel de navegaci\xF3n",below:"Debajo de los paneles"}},calendarLocale:{name:"Configuraci\xF3n regional",desc:"Controla la numeraci\xF3n de semanas y el primer d\xEDa de la semana.",incompatibleWeekPatternWarning:'El patr\xF3n de notas semanales usa tokens de semana ISO ("W" o "G"). El calendario mostrar\xE1 las semanas empezando en lunes en lugar del primer d\xEDa de la semana de esta configuraci\xF3n regional.',options:{systemDefault:"Predeterminado"}},calendarWeekendDays:{name:"D\xEDas de fin de semana",desc:"Mostrar d\xEDas de fin de semana con un color de fondo diferente.",options:{none:"Ninguno",satSun:"S\xE1bado y domingo",friSat:"Viernes y s\xE1bado",thuFri:"Jueves y viernes"}},calendarMonthHeadingFormat:{name:"Formato del nombre del mes",desc:"Nombre del mes normal o abreviado cuando la vista anual est\xE1 oculta.",options:{full:"enero (completo)",short:"ene. (corto)"}},showInfoButtons:{name:"Mostrar botones de informaci\xF3n",desc:"Mostrar botones de informaci\xF3n en la barra de b\xFAsqueda y el encabezado del calendario."},calendarWeeksToShow:{name:"Semanas a mostrar en barra lateral izquierda",desc:"El calendario en la barra lateral derecha siempre muestra el mes completo.",options:{fullMonth:"Mes completo",oneWeek:"1 semana",weeksCount:"{count} semanas"}},calendarHighlightToday:{name:"Resaltar la fecha de hoy",desc:"Resaltar la fecha de hoy con un color de fondo y texto en negrita."},calendarShowFeatureImage:{name:"Mostrar imagen destacada",desc:"Mostrar im\xE1genes destacadas de las notas en el calendario."},calendarShowWeekNumber:{name:"Mostrar n\xFAmero de semana",desc:"Agregar una columna con el n\xFAmero de semana."},calendarShowQuarter:{name:"Mostrar trimestre",desc:"Agregar una etiqueta de trimestre en el encabezado del calendario."},calendarShowYearCalendar:{name:"Mostrar calendario anual",desc:"Mostrar navegaci\xF3n anual y cuadr\xEDcula de meses en la barra lateral derecha."},calendarConfirmBeforeCreate:{name:"Confirmar antes de crear nueva nota",desc:"Mostrar un di\xE1logo de confirmaci\xF3n al crear una nueva nota diaria."},calendarIntegrationMode:{name:"Fuente de notas diarias",desc:"Fuente para notas del calendario.",options:{dailyNotes:"Notas diarias (plugin principal)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"La carpeta y el formato de fecha se configuran en el plugin de notas diarias."}},calendarCustomRootFolder:{name:"Carpeta ra\xEDz",desc:"Carpeta base para notas peri\xF3dicas. Los patrones de fecha pueden incluir subcarpetas. Cambia con el perfil de b\xF3veda seleccionado.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Ubicaci\xF3n de carpeta de plantillas",desc:"El selector de archivos de plantilla muestra notas de esta carpeta.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Notas diarias",desc:"Formatear ruta usando formato de fecha de Moment. Envuelve los nombres de subcarpetas entre corchetes, ej. [Work]/YYYY. Haz clic en el icono de plantilla para establecer una plantilla. Establecer ubicaci\xF3n de carpeta de plantillas en General > Plantillas.",momentDescPrefix:"Formatear ruta usando ",momentLinkText:"formato de fecha Moment",momentDescSuffix:". Envuelve los nombres de subcarpetas entre corchetes, ej. [Work]/YYYY. Haz clic en el icono de plantilla para establecer una plantilla. Establecer ubicaci\xF3n de carpeta de plantillas en General > Plantillas.",placeholder:"YYYY/YYYYMMDD",example:"Sintaxis actual: {path}",parsingError:"El patr\xF3n debe formatear y volver a analizarse como una fecha completa (a\xF1o, mes, d\xEDa)."},calendarCustomWeekPattern:{name:"Notas semanales",parsingError:"El patr\xF3n debe formatear y volver a analizarse como una semana completa (a\xF1o de semana, n\xFAmero de semana).",localeMismatchWarning:'Este patr\xF3n usa tokens de semana ISO ("W" o "G"). El calendario mostrar\xE1 las semanas empezando en lunes. Use "w" o "g" si las notas semanales deben seguir la configuraci\xF3n regional seleccionada.'},calendarCustomMonthPattern:{name:"Notas mensuales",parsingError:"El patr\xF3n debe formatear y volver a analizarse como un mes completo (a\xF1o, mes)."},calendarCustomQuarterPattern:{name:"Notas trimestrales",parsingError:"El patr\xF3n debe formatear y volver a analizarse como un trimestre completo (a\xF1o, trimestre)."},calendarCustomYearPattern:{name:"Notas anuales",parsingError:"El patr\xF3n debe formatear y volver a analizarse como un a\xF1o completo (a\xF1o)."},calendarTemplateFile:{current:"Archivo de plantilla: {name}"},showTooltips:{name:"Mostrar tooltips",desc:"Muestra tooltips con informaci\xF3n adicional para notas y carpetas al pasar el cursor."},showTooltipPath:{name:"Mostrar ruta",desc:"Muestra la ruta de la carpeta debajo del nombre de las notas en los tooltips."},resetPaneSeparator:{name:"Restablecer posici\xF3n del separador de paneles",desc:"Restablece el separador arrastrable entre el panel de navegaci\xF3n y el panel de lista a la posici\xF3n predeterminada.",buttonText:"Restablecer separador",notice:"Posici\xF3n del separador restablecida. Reinicia Obsidian o vuelve a abrir Notebook Navigator para aplicar."},settingsTransfer:{name:"Importar y exportar ajustes",desc:"Exporta o importa los ajustes de Notebook Navigator como JSON. La importaci\xF3n reemplaza todos los ajustes.",importButtonText:"Importar",exportButtonText:"Exportar",import:{modalTitle:"Importar ajustes",fileButtonName:"Importar desde archivo",fileButtonDesc:"Carga un archivo JSON desde el disco.",fileButtonText:"Importar desde archivo",editorName:"JSON",editorDesc:"Pega o edita el JSON a continuaci\xF3n. Los ajustes no incluidos se restablecen a los valores predeterminados.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importar",successNotice:"Ajustes importados.",errorNotice:"Error al importar los ajustes: {message}",fileReadError:"No se pudo leer el archivo: {message}"},export:{modalTitle:"Exportar ajustes",editorName:"JSON",editorDesc:"Solo se incluyen los ajustes modificados respecto a los valores predeterminados.",placeholder:"{}",copyButtonText:"Copiar al portapapeles",downloadButtonText:"Descargar",copyNotice:"Ajustes copiados al portapapeles.",downloadNotice:"Ajustes exportados.",downloadError:"Error al descargar los ajustes: {message}"}},resetAllSettings:{name:"Restablecer todos los ajustes",desc:"Restablece todos los ajustes de Notebook Navigator a los valores predeterminados.",buttonText:"Restablecer todos los ajustes",confirmTitle:"\xBFRestablecer todos los ajustes?",confirmMessage:"Esto restablecer\xE1 todos los ajustes de Notebook Navigator a sus valores predeterminados. No se puede deshacer.",confirmButtonText:"Restablecer todos los ajustes",notice:"Ajustes restablecidos. Reinicia Obsidian o vuelve a abrir Notebook Navigator para aplicar.",error:"Error al restablecer los ajustes."},multiSelectModifier:{name:"Modificador de selecci\xF3n m\xFAltiple",desc:"Elige qu\xE9 tecla modificadora activa la selecci\xF3n m\xFAltiple. Cuando se selecciona Option/Alt, Cmd/Ctrl clic abre notas en una nueva pesta\xF1a.",options:{cmdCtrl:"Cmd/Ctrl clic",optionAlt:"Option/Alt clic"}},enterToOpenFiles:{name:"Pulsar Enter para abrir archivos",desc:"Abrir archivos solo al pulsar Enter durante la navegaci\xF3n con teclado en la lista."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Abrir el archivo seleccionado en una nueva pesta\xF1a, divisi\xF3n o ventana al pulsar Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Abrir el archivo seleccionado en una nueva pesta\xF1a, divisi\xF3n o ventana al pulsar Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Abrir el archivo seleccionado en una nueva pesta\xF1a, divisi\xF3n o ventana al pulsar Ctrl+Enter."},mouseBackForwardAction:{name:"Botones atr\xE1s/adelante del rat\xF3n",desc:"Acci\xF3n de los botones atr\xE1s y adelante del rat\xF3n en escritorio.",options:{none:"Usar predeterminado del sistema",singlePaneSwitch:"Cambiar paneles (panel \xFAnico)",history:"Navegar en el historial"}},excludedNotes:{name:"Ocultar notas con reglas de propiedades (perfil de b\xF3veda)",desc:"Lista de reglas de frontmatter separadas por comas. Use entradas `key` o `key=value` (ej.: status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Ocultar archivos (perfil de b\xF3veda)",desc:"Lista de patrones de nombre de archivo separados por comas para ocultar. Soporta comodines * y rutas / (ej.: temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Perfil de b\xF3veda",desc:"Los perfiles almacenan visibilidad de tipos de archivo, archivos ocultos, carpetas ocultas, etiquetas ocultas, notas ocultas, atajos y banner de navegaci\xF3n. Cambia de perfil desde el encabezado del panel de navegaci\xF3n.",defaultName:"Predeterminado",addButton:"A\xF1adir perfil",editProfilesButton:"Editar perfiles",addProfileOption:"A\xF1adir perfil...",applyButton:"Aplicar",deleteButton:"Eliminar perfil",addModalTitle:"A\xF1adir perfil",editProfilesModalTitle:"Editar perfiles",addModalPlaceholder:"Nombre del perfil",deleteModalTitle:"Eliminar {name}",deleteModalMessage:"\xBFEliminar {name}? Se eliminar\xE1n los filtros de archivos, carpetas, etiquetas y notas ocultas guardados en este perfil.",moveUp:"Subir",moveDown:"Bajar",errors:{emptyName:"Introduce un nombre de perfil",duplicateName:"El nombre del perfil ya existe"}},vaultTitle:{name:"Ubicaci\xF3n del t\xEDtulo de b\xF3veda",desc:"Elige d\xF3nde se muestra el t\xEDtulo de la b\xF3veda.",options:{header:"Mostrar en el encabezado",navigation:"Mostrar en el panel de navegaci\xF3n"}},excludedFolders:{name:"Ocultar carpetas (perfil de b\xF3veda)",desc:"Lista de carpetas a ocultar separadas por comas. Patrones de nombre: assets* (carpetas que comienzan con assets), *_temp (terminan con _temp). Patrones de ruta: /archive (solo archivo ra\xEDz), /res* (carpetas ra\xEDz que comienzan con res), /*/temp (carpetas temp un nivel abajo), /projects/* (todas las carpetas dentro de projects).",placeholder:"templates, assets*, /archive, /res*"},fileVisibility:{name:"Mostrar tipos de archivo (perfil de b\xF3veda)",desc:"Filtre qu\xE9 tipos de archivo se muestran en el navegador. Los tipos de archivo no soportados por Obsidian pueden abrirse en aplicaciones externas.",options:{documents:"Documentos (.md, .canvas, .base)",supported:"Soportados (abre en Obsidian)",all:"Todos (puede abrir externamente)"}},homepage:{name:"P\xE1gina de inicio",desc:"Elige qu\xE9 abre Notebook Navigator autom\xE1ticamente al iniciar.",current:"Actual: {path}",chooseButton:"Elegir archivo",options:{none:"Ninguno",file:"Archivo",dailyNote:"Nota diaria",weeklyNote:"Nota semanal",monthlyNote:"Nota mensual",quarterlyNote:"Nota trimestral"},file:{name:"Archivo de inicio",empty:"Ning\xFAn archivo seleccionado"}},showFileDate:{name:"Mostrar fecha",desc:"Muestra la fecha debajo de los nombres de las notas."},alphabeticalDateMode:{name:"Al ordenar por nombre",desc:"Fecha que se muestra cuando las notas est\xE1n ordenadas alfab\xE9ticamente.",options:{created:"Fecha de creaci\xF3n",modified:"Fecha de modificaci\xF3n"}},showFileTags:{name:"Mostrar etiquetas de archivo",desc:"Muestra etiquetas clicables en los elementos de archivo."},showFileTagAncestors:{name:"Mostrar rutas completas de etiquetas",desc:"Mostrar rutas completas de jerarqu\xEDa de etiquetas. Activado: 'ai/openai', 'trabajo/proyectos/2024'. Desactivado: 'openai', '2024'."},colorFileTags:{name:"Colorear etiquetas de archivo",desc:"Aplicar colores de etiquetas a las insignias de etiquetas en elementos de archivo."},prioritizeColoredFileTags:{name:"Mostrar primero las etiquetas coloreadas",desc:"Ordena las etiquetas coloreadas antes que otras etiquetas en los elementos de archivo."},showFileTagsInCompactMode:{name:"Mostrar etiquetas de archivo en modo compacto",desc:"Mostrar etiquetas cuando la fecha, vista previa e imagen est\xE1n ocultas."},showFileProperties:{name:"Mostrar propiedades de archivo",desc:"Mostrar propiedades clicables en los elementos de archivo."},colorFileProperties:{name:"Colorear propiedades de archivo",desc:"Aplicar colores de propiedad a las insignias de propiedad en los elementos de archivo."},prioritizeColoredFileProperties:{name:"Mostrar primero las propiedades coloreadas",desc:"Ordenar las propiedades coloreadas antes que otras propiedades en los elementos de archivo."},showFilePropertiesInCompactMode:{name:"Mostrar propiedades en modo compacto",desc:"Mostrar propiedades cuando el modo compacto est\xE1 activo."},notePropertyType:{name:"Propiedad de nota",desc:"Seleccione la propiedad de nota a mostrar en los elementos de archivo.",options:{frontmatter:"Propiedad del frontmatter",wordCount:"Conteo de palabras",none:"Ninguno"}},propertyFields:{name:"Claves de propiedades (perfil de b\xF3veda)",desc:"Claves de propiedades de metadatos, con visibilidad por clave para la navegaci\xF3n y la lista de archivos.",addButtonTooltip:"Configurar claves de propiedad",noneConfigured:"No hay propiedades configuradas",singleConfigured:"1 propiedad configurada: {properties}",multipleConfigured:"{count} propiedades configuradas: {properties}"},showPropertiesOnSeparateRows:{name:"Mostrar propiedades en filas separadas",desc:"Mostrar cada propiedad en su propia fila."},enablePropertyInternalLinks:{name:"Vincular etiquetas de propiedad a notas",desc:"Haz clic en una etiqueta de propiedad para abrir la nota vinculada."},enablePropertyExternalLinks:{name:"Vincular etiquetas de propiedad a URLs",desc:"Haz clic en una etiqueta de propiedad para abrir la URL vinculada."},dateFormat:{name:"Formato de fecha",desc:"Formato para mostrar fechas (usa formato Moment).",placeholder:"D [de] MMMM [de] YYYY",help:`Formatos comunes: +D [de] MMMM [de] YYYY = 25 de mayo de 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Tokens: +YYYY/YY = a\xF1o +MMMM/MMM/MM = mes +DD/D = d\xEDa +dddd/ddd = d\xEDa de la semana`,helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment"},timeFormat:{name:"Formato de hora",desc:"Formato para mostrar horas (usa formato Moment).",placeholder:"HH:mm",help:`Formatos comunes: +HH:mm = 14:30 (24 horas) +h:mm a = 2:30 PM (12 horas) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +Tokens: +HH/H = 24 horas +hh/h = 12 horas +mm = minutos +ss = segundos +a = AM/PM`,helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment"},showFilePreview:{name:"Mostrar vista previa de nota",desc:"Muestra texto de vista previa debajo de los nombres de las notas."},skipHeadingsInPreview:{name:"Omitir encabezados en vista previa",desc:"Omite las l\xEDneas de encabezado al generar el texto de vista previa."},skipCodeBlocksInPreview:{name:"Omitir bloques de c\xF3digo en vista previa",desc:"Omite los bloques de c\xF3digo al generar el texto de vista previa."},stripHtmlInPreview:{name:"Eliminar HTML en vistas previas",desc:"Eliminar etiquetas HTML del texto de vista previa. Puede afectar el rendimiento en notas grandes."},stripLatexInPreview:{name:"Eliminar LaTeX en vistas previas",desc:"Eliminar expresiones LaTeX en l\xEDnea y en bloque del texto de vista previa."},previewProperties:{name:"Propiedades de vista previa",desc:"Lista separada por comas de propiedades de frontmatter para buscar texto de vista previa. Se usar\xE1 la primera propiedad con texto.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Recurrir al contenido de la nota",desc:"Mostrar el contenido de la nota como vista previa cuando ninguna de las propiedades especificadas contiene texto."},previewRows:{name:"Filas de vista previa",desc:"N\xFAmero de filas a mostrar para el texto de vista previa.",options:{1:"1 fila",2:"2 filas",3:"3 filas",4:"4 filas",5:"5 filas"}},fileNameRows:{name:"Filas de t\xEDtulo",desc:"N\xFAmero de filas a mostrar para los t\xEDtulos de las notas.",options:{1:"1 fila",2:"2 filas"}},showFeatureImage:{name:"Mostrar imagen destacada",desc:"Muestra una miniatura de la primera imagen encontrada en la nota."},forceSquareFeatureImage:{name:"Forzar imagen destacada cuadrada",desc:"Renderizar im\xE1genes destacadas como miniaturas cuadradas."},featureImageProperties:{name:"Propiedades de imagen",desc:"Lista separada por comas de propiedades del frontmatter a comprobar primero. Si no se encuentra, usa la primera imagen del contenido markdown.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Excluir notas con propiedades",desc:"Lista separada por comas de propiedades del frontmatter. Las notas que contengan cualquiera de estas propiedades no almacenan im\xE1genes destacadas.",placeholder:"private, confidential"},featureImageSize:{name:"Tama\xF1o de visualizaci\xF3n de imagen destacada",desc:"Tama\xF1o m\xE1ximo de renderizado para im\xE1genes destacadas en listas de notas.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Tama\xF1o en p\xEDxeles de imagen destacada",desc:"Resoluci\xF3n utilizada al generar miniaturas almacenadas de im\xE1genes destacadas. Aumente este valor si las previsualizaciones grandes se ven borrosas.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Descargar im\xE1genes externas",desc:"Descargar im\xE1genes remotas y miniaturas de YouTube para im\xE1genes destacadas."},showRootFolder:{name:"Mostrar carpeta ra\xEDz",desc:"Muestra el nombre de la carpeta ra\xEDz en el \xE1rbol."},showFolderIcons:{name:"Mostrar iconos de carpetas",desc:"Muestra iconos junto a las carpetas en el panel de navegaci\xF3n."},inheritFolderColors:{name:"Heredar colores de carpeta",desc:"Las subcarpetas heredan el color de las carpetas principales."},folderSortOrder:{name:"Orden de carpetas",desc:"Haz clic derecho en cualquier carpeta para establecer un orden diferente para sus elementos secundarios.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A"}},showNoteCount:{name:"Mostrar conteo de notas",desc:"Muestra el n\xFAmero de notas junto a cada carpeta y etiqueta."},showSectionIcons:{name:"Mostrar iconos para atajos y elementos recientes",desc:"Muestra iconos junto a los elementos en las secciones Atajos y Recientes."},interfaceIcons:{name:"Iconos de interfaz",desc:"Editar iconos de barra de herramientas, carpetas, etiquetas, elementos fijados, b\xFAsqueda y ordenaci\xF3n.",buttonText:"Editar iconos"},showIconsColorOnly:{name:"Aplicar color solo a los iconos",desc:"Cuando est\xE1 habilitado, los colores personalizados se aplican solo a los iconos. Cuando est\xE1 deshabilitado, los colores se aplican tanto a los iconos como a las etiquetas de texto."},navRainbowMode:{name:"Modo de colores arco\xEDris (perfil de b\xF3veda)",desc:"Aplicar colores arco\xEDris en el panel de navegaci\xF3n.",options:{none:"Desactivado",foreground:"Color de texto",background:"Color de fondo"}},navRainbowFirstColor:{name:"Primer color",desc:"Primer color en el degradado arco\xEDris."},navRainbowLastColor:{name:"\xDAltimo color",desc:"\xDAltimo color en el degradado arco\xEDris."},navRainbowTransitionStyle:{name:"Estilo de transici\xF3n",desc:"Interpolaci\xF3n utilizada entre el primer y el \xFAltimo color.",options:{hue:"Tono",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Aplicar a accesos directos",desc:"Aplicar colores arco\xEDris a los accesos directos."},navRainbowApplyToRecent:{name:"Aplicar a elementos recientes",desc:"Aplicar colores arco\xEDris a los elementos recientes."},navRainbowApplyToFolders:{name:"Aplicar a carpetas",desc:"Aplicar colores arco\xEDris a las carpetas."},navRainbowFolderScope:{name:"Alcance de carpetas",desc:"Seleccionar qu\xE9 niveles de carpeta inician asignaciones de color.",options:{root:"Nivel ra\xEDz",child:"Nivel secundario",all:"Todos los niveles"}},navRainbowApplyToTags:{name:"Aplicar a etiquetas",desc:"Aplicar colores arco\xEDris a las etiquetas."},navRainbowTagScope:{name:"Alcance de etiquetas",desc:"Seleccionar qu\xE9 niveles de etiqueta inician asignaciones de color.",options:{root:"Nivel ra\xEDz",child:"Nivel secundario",all:"Todos los niveles"}},navRainbowApplyToProperties:{name:"Aplicar a propiedades",desc:"Aplicar colores arco\xEDris a las propiedades."},navRainbowBalanceHueLuminance:{name:"Brillo uniforme entre tonos",desc:"Interpola el brillo entre los colores de inicio y fin durante las transiciones de tono."},navRainbowSeparateThemeColors:{name:"Colores separados para modo claro y oscuro",desc:"Usar colores de arco\xEDris diferentes para el modo claro y el modo oscuro."},navRainbowCopyLightToDark:"Copiar color del modo claro al modo oscuro",navRainbowPropertyScope:{name:"Alcance de propiedades",desc:"Seleccionar qu\xE9 niveles de propiedad inician asignaciones de color.",options:{root:"Nivel ra\xEDz",child:"Nivel secundario",all:"Todos los niveles"}},collapseBehavior:{name:"Contraer elementos",desc:"Elige qu\xE9 afecta el bot\xF3n de expandir/contraer todo.",options:{all:"Todo",foldersOnly:"Solo carpetas",tagsOnly:"Solo etiquetas",propertiesOnly:"Solo propiedades"}},smartCollapse:{name:"Mantener elemento seleccionado expandido",desc:"Al contraer, mantiene el elemento seleccionado y sus elementos principales expandidos."},navIndent:{name:"Sangr\xEDa del \xE1rbol",desc:"Ajustar el ancho de sangr\xEDa para carpetas y etiquetas anidadas."},navItemHeight:{name:"Altura de l\xEDnea",desc:"Ajustar la altura de las carpetas y etiquetas en el panel de navegaci\xF3n."},navItemHeightScaleText:{name:"Escalar texto con la altura de l\xEDnea",desc:"Reduce el texto de navegaci\xF3n cuando la altura de l\xEDnea se disminuye."},showIndentGuides:{name:"Mostrar gu\xEDas de sangr\xEDa",desc:"Mostrar gu\xEDas de sangr\xEDa para carpetas y etiquetas anidadas."},navRootSpacing:{name:"Espaciado de elementos ra\xEDz",desc:"Espaciado entre carpetas y etiquetas de nivel superior."},showTags:{name:"Mostrar etiquetas",desc:"Muestra la secci\xF3n de etiquetas en el navegador."},showTagIcons:{name:"Mostrar iconos de etiquetas",desc:"Muestra iconos junto a las etiquetas en el panel de navegaci\xF3n."},inheritTagColors:{name:"Heredar colores de etiquetas",desc:"Las etiquetas hijas heredan el color de las etiquetas padre."},tagSortOrder:{name:"Orden de etiquetas",desc:"Haz clic derecho en cualquier etiqueta para establecer un orden diferente para sus elementos secundarios.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frecuencia",lowToHigh:"baja a alta",highToLow:"alta a baja"}},showAllTagsFolder:{name:"Mostrar carpeta de etiquetas",desc:'Muestra "Etiquetas" como una carpeta plegable.'},showUntagged:{name:"Mostrar notas sin etiquetas",desc:'Muestra el elemento "Sin etiquetas" para notas sin ninguna etiqueta.'},scopeTagsToCurrentContext:{name:"Filtrar etiquetas por selecci\xF3n",desc:"Mostrar solo etiquetas que aparecen en notas dentro de la carpeta o propiedad seleccionada."},keepEmptyTagsProperty:{name:"Conservar propiedad tags despu\xE9s de eliminar la \xFAltima etiqueta",desc:"Mantiene la propiedad tags en frontmatter cuando se eliminan todas las etiquetas. Cuando est\xE1 desactivado, la propiedad tags se elimina del frontmatter."},showProperties:{name:"Mostrar propiedades",desc:"Mostrar la secci\xF3n de propiedades en el navegador.",propertyKeysInfoPrefix:"Configurar propiedades en ",propertyKeysInfoLinkText:"General > Claves de propiedades",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Mostrar iconos de propiedades",desc:"Mostrar iconos junto a las propiedades en el panel de navegaci\xF3n."},inheritPropertyColors:{name:"Heredar colores de propiedad",desc:"Los valores de propiedad heredan el color y el fondo de su clave de propiedad."},propertySortOrder:{name:"Orden de clasificaci\xF3n de propiedades",desc:"Haga clic derecho en cualquier propiedad para establecer un orden de clasificaci\xF3n diferente para sus valores.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frecuencia",lowToHigh:"de menor a mayor",highToLow:"de mayor a menor"}},showAllPropertiesFolder:{name:"Mostrar carpeta de propiedades",desc:'Mostrar "Propiedades" como una carpeta desplegable.'},scopePropertiesToCurrentContext:{name:"Filtrar propiedades por selecci\xF3n",desc:"Mostrar solo propiedades que aparecen en notas dentro de la carpeta o etiqueta seleccionada."},hiddenTags:{name:"Ocultar etiquetas (perfil de b\xF3veda)",desc:"Lista separada por comas de patrones de etiquetas. Patrones de nombre: tag* (empieza con), *tag (termina con). Patrones de ruta: archivo (etiqueta y descendientes), archivo/* (solo descendientes), proyectos/*/borradores (comod\xEDn intermedio).",placeholder:"archivo*, *borrador, proyectos/*/antiguo"},hiddenFileTags:{name:"Ocultar notas con etiquetas (perfil de b\xF3veda)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Habilitar notas de carpeta",desc:"Las carpetas con un archivo de nota correspondiente se muestran como enlaces clicables."},folderNoteType:{name:"Tipo predeterminado de nota de carpeta",desc:"Tipo de nota de carpeta creado desde el men\xFA contextual.",options:{ask:"Preguntar al crear",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Nombre de la nota de carpeta",desc:"Nombre de la nota de carpeta. Dejar vac\xEDo para usar el mismo nombre que la carpeta.",placeholder:"index"},folderNoteNamePattern:{name:"Patr\xF3n de nombre de nota de carpeta",desc:"Patr\xF3n de nombre para notas de carpeta sin extensi\xF3n. Usa {{folder}} para insertar el nombre de la carpeta. Cuando se establece, el nombre de nota de carpeta no se aplica."},folderNoteTemplate:{name:"Plantilla de nota de carpeta",desc:"Archivo de plantilla para nuevas notas de carpeta en Markdown. Establecer ubicaci\xF3n de carpeta de plantillas en General > Plantillas."},enableFolderNoteLinks:{name:"Activar enlaces de notas de carpeta",desc:"Las etiquetas de carpeta se muestran como enlaces y abren notas de carpeta al hacer clic. Cuando est\xE1 desactivado, las notas de carpeta siguen proporcionando metadatos de nombre, icono y color."},hideFolderNoteInList:{name:"Ocultar notas de carpeta en la lista",desc:"Ocultar las notas de carpeta en la lista de archivos."},pinCreatedFolderNote:{name:"Anclar notas de carpeta creadas",desc:"Fijar las notas de carpeta al crearlas desde el men\xFA contextual."},openFolderNotesInNewTab:{name:"Abrir notas de carpeta en nueva pesta\xF1a",desc:"Abrir las notas de carpeta en una pesta\xF1a nueva al hacer clic en una carpeta."},confirmBeforeDelete:{name:"Confirmar antes de eliminar",desc:"Muestra un di\xE1logo de confirmaci\xF3n al eliminar notas o carpetas"},deleteAttachments:{name:"Eliminar adjuntos al eliminar archivos",desc:"Eliminar autom\xE1ticamente los adjuntos vinculados al archivo eliminado si no se usan en otro lugar",options:{ask:"Preguntar cada vez",always:"Siempre",never:"Nunca"}},moveFileConflicts:{name:"Conflictos de movimiento",desc:"Al mover un archivo a una carpeta donde ya existe un archivo con el mismo nombre. Preguntar cada vez (renombrar, sobrescribir, cancelar) o siempre renombrar.",options:{ask:"Preguntar cada vez",rename:"Siempre renombrar"}},metadataCleanup:{name:"Limpiar metadatos",desc:"Elimina metadatos hu\xE9rfanos dejados cuando archivos, carpetas o etiquetas son eliminados, movidos o renombrados fuera de Obsidian. Esto solo afecta el archivo de configuraci\xF3n de Notebook Navigator.",buttonText:"Limpiar metadatos",error:"Fall\xF3 la limpieza de configuraci\xF3n",loading:"Verificando metadatos...",statusClean:"No hay metadatos para limpiar",statusCounts:"Elementos hu\xE9rfanos: {folders} carpetas, {tags} etiquetas, {properties} propiedades, {files} archivos, {pinned} fijados, {separators} separadores"},rebuildCache:{name:"Reconstruir cach\xE9",desc:"\xDAselo si faltan etiquetas, las vistas previas son incorrectas o faltan im\xE1genes. Esto puede ocurrir despu\xE9s de conflictos de sincronizaci\xF3n o cierres inesperados.",buttonText:"Reconstruir cach\xE9",error:"Error al reconstruir cach\xE9",indexingTitle:"Indexando la b\xF3veda...",progress:"Actualizando la cach\xE9 de Notebook Navigator."},externalIcons:{downloadButton:"Descargar",downloadingLabel:"Descargando...",removeButton:"Eliminar",statusInstalled:"Descargado (versi\xF3n {version})",statusNotInstalled:"No descargado",versionUnknown:"desconocida",downloadFailed:"Error al descargar {name}. Verifica tu conexi\xF3n e intenta nuevamente.",removeFailed:"Error al eliminar {name}.",infoNote:"Los paquetes de iconos descargados sincronizan el estado de instalaci\xF3n entre dispositivos. Los paquetes de iconos permanecen en la base de datos local en cada dispositivo; la sincronizaci\xF3n solo rastrea si deben descargarse o eliminarse. Los paquetes de iconos se descargan del repositorio de Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Usar metadatos del frontmatter",desc:"Usar frontmatter para nombre de nota, marcas de tiempo, iconos y colores"},frontmatterNameField:{name:"Campos de nombre",desc:"Lista de campos frontmatter separados por comas. Se usa el primer valor no vac\xEDo. Usa el nombre de archivo como alternativa.",placeholder:"title, name"},frontmatterIconField:{name:"Campo de icono",desc:"Campo del frontmatter para iconos de archivo. Dejar vac\xEDo para usar iconos guardados en los ajustes.",placeholder:"icon"},frontmatterColorField:{name:"Campo de color",desc:"Campo del frontmatter para colores de archivo. Dejar vac\xEDo para usar colores guardados en los ajustes.",placeholder:"color"},frontmatterBackgroundField:{name:"Campo de fondo",desc:"Campo del frontmatter para colores de fondo. Dejar vac\xEDo para usar colores de fondo guardados en los ajustes.",placeholder:"background"},frontmatterMigration:{name:"Migrar iconos y colores desde los ajustes",desc:"Guardado en los ajustes: {icons} iconos, {colors} colores.",button:"Migrar",buttonWorking:"Migrando...",noticeNone:"No hay iconos ni colores de archivo almacenados en los ajustes.",noticeDone:"Migrados {migratedIcons}/{icons} iconos, {migratedColors}/{colors} colores.",noticeFailures:"Entradas con errores: {failures}.",noticeError:"Migraci\xF3n fallida. Revisa la consola para m\xE1s detalles."},frontmatterCreatedField:{name:"Campo de marca de tiempo de creaci\xF3n",desc:"Nombre del campo del frontmatter para la marca de tiempo de creaci\xF3n. Dejar vac\xEDo para usar solo la fecha del sistema.",placeholder:"created"},frontmatterModifiedField:{name:"Campo de marca de tiempo de modificaci\xF3n",desc:"Nombre del campo del frontmatter para la marca de tiempo de modificaci\xF3n. Dejar vac\xEDo para usar solo la fecha del sistema.",placeholder:"modified"},frontmatterDateFormat:{name:"Formato de marca de tiempo",desc:"Formato utilizado para analizar marcas de tiempo en el frontmatter. Dejar vac\xEDo para usar parsing ISO 8601.",helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment",help:`Formatos comunes: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Apoyar el desarrollo",desc:"Si te encanta usar el Navegador de Cuadernos, considera apoyar su desarrollo continuo.",buttonText:"\u2764\uFE0F Patrocinar",coffeeButton:"\u2615\uFE0F Inv\xEDtame un caf\xE9"},updateCheckOnStart:{name:"Buscar nueva versi\xF3n al iniciar",desc:"Busca nuevas versiones del complemento al iniciar y muestra una notificaci\xF3n cuando hay una actualizaci\xF3n disponible. Las comprobaciones se realizan como m\xE1ximo una vez al d\xEDa.",status:"Nueva versi\xF3n disponible: {version}"},whatsNew:{name:"Novedades en Notebook Navigator {version}",desc:"Ver actualizaciones y mejoras recientes",buttonText:"Ver actualizaciones recientes"},masteringVideo:{name:"Dominar Notebook Navigator (v\xEDdeo)",desc:"Este v\xEDdeo cubre todo lo que necesitas para ser productivo en Notebook Navigator, incluyendo atajos de teclado, b\xFAsqueda, etiquetas y personalizaci\xF3n avanzada."},cacheStatistics:{localCache:"Cach\xE9 local",items:"elementos",withTags:"con etiquetas",withPreviewText:"con texto de vista previa",withFeatureImage:"con imagen destacada",withMetadata:"con metadatos"},metadataInfo:{successfullyParsed:"Analizados correctamente",itemsWithName:"elementos con nombre",withCreatedDate:"con fecha de creaci\xF3n",withModifiedDate:"con fecha de modificaci\xF3n",withIcon:"con icono",withColor:"con color",failedToParse:"Error al analizar",createdDates:"fechas de creaci\xF3n",modifiedDates:"fechas de modificaci\xF3n",checkTimestampFormat:"Verifica el formato de marca de tiempo.",exportFailed:"Exportar errores"}}},whatsNew:{title:"Novedades en Notebook Navigator",supportMessage:"Si encuentras \xFAtil Notebook Navigator, considera apoyar su desarrollo.",supportButton:"Inv\xEDtame a un caf\xE9",thanksButton:"\xA1Gracias!"}}});var kO,FO=He(()=>{kO={common:{cancel:"\u0644\u063A\u0648",delete:"\u062D\u0630\u0641",clear:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646",remove:"\u062D\u0630\u0641",restoreDefault:"\u0628\u0627\u0632\u06AF\u0631\u062F\u0627\u0646\u06CC \u067E\u06CC\u0634\u200C\u0641\u0631\u0636",submit:"\u0627\u0631\u0633\u0627\u0644",configure:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC",lightMode:"\u062D\u0627\u0644\u062A \u0631\u0648\u0634\u0646",darkMode:"\u062D\u0627\u0644\u062A \u062A\u0627\u0631\u06CC\u06A9",noSelection:"\u0628\u062F\u0648\u0646 \u0627\u0646\u062A\u062E\u0627\u0628",untagged:"\u0628\u062F\u0648\u0646 \u0628\u0631\u0686\u0633\u0628",featureImageAlt:"\u062A\u0635\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647",unknownError:"\u062E\u0637\u0627\u06CC \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",clipboardWriteError:"\u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u062F\u0631 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u0646\u0648\u0634\u062A",updateBannerTitle:"\u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC Notebook Navigator \u0645\u0648\u062C\u0648\u062F \u0627\u0633\u062A",updateBannerInstruction:"\u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A -> \u0627\u0641\u0632\u0648\u0646\u0647\u200C\u0647\u0627\u06CC \u0627\u0646\u062C\u0645\u0646 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F",previous:"\u0642\u0628\u0644\u06CC",next:"\u0628\u0639\u062F\u06CC"},listPane:{emptyStateNoSelection:"\u067E\u0648\u0634\u0647 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0645\u0634\u0627\u0647\u062F\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F",emptyStateNoNotes:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u06CC \u0646\u06CC\u0633\u062A",pinnedSection:"\u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647",notesSection:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627",filesSection:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627",hiddenItemAriaLabel:"{name} (\u067E\u0646\u0647\u0627\u0646)"},tagList:{untaggedLabel:"\u0628\u062F\u0648\u0646 \u0628\u0631\u0686\u0633\u0628",tags:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627"},navigationPane:{shortcutsHeader:"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",recentFilesHeader:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",properties:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",reorderRootFoldersTitle:"\u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0645\u062C\u062F\u062F \u0646\u0627\u0648\u0628\u0631\u06CC",reorderRootFoldersHint:"\u0627\u0632 \u0641\u0644\u0634\u200C\u0647\u0627 \u06CC\u0627 \u06A9\u0634\u06CC\u062F\u0646 \u0628\u0631\u0627\u06CC \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",vaultRootLabel:"\u062E\u0632\u0627\u0646\u0647",resetRootToAlpha:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0647 \u062A\u0631\u062A\u06CC\u0628 \u0627\u0644\u0641\u0628\u0627\u06CC\u06CC",resetRootToFrequency:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0647 \u062A\u0631\u062A\u06CC\u0628 \u0641\u0631\u0627\u0648\u0627\u0646\u06CC",pinShortcuts:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",pinShortcutsAndRecentFiles:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",unpinShortcuts:"\u0628\u0631\u062F\u0627\u0634\u062A\u0646 \u0633\u0646\u062C\u0627\u0642 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",unpinShortcutsAndRecentFiles:"\u0628\u0631\u062F\u0627\u0634\u062A\u0646 \u0633\u0646\u062C\u0627\u0642 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",profileMenuAria:"\u062A\u063A\u06CC\u06CC\u0631 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647"},navigationCalendar:{ariaLabel:"\u062A\u0642\u0648\u06CC\u0645",dailyNotesNotEnabled:"\u0627\u0641\u0632\u0648\u0646\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647 \u0641\u0639\u0627\u0644 \u0646\u06CC\u0633\u062A.",createDailyNote:{title:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647 \u062C\u062F\u06CC\u062F",message:"\u0641\u0627\u06CC\u0644 {filename} \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F. \u0622\u06CC\u0627 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0622\u0646 \u0631\u0627 \u0627\u06CC\u062C\u0627\u062F \u06A9\u0646\u06CC\u062F\u061F",confirmButton:"\u0627\u06CC\u062C\u0627\u062F"},helpModal:{title:"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u062A\u0642\u0648\u06CC\u0645",items:["\u0631\u0648\u06CC \u0647\u0631 \u0631\u0648\u0632 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647 \u0628\u0627\u0632 \u06CC\u0627 \u0627\u06CC\u062C\u0627\u062F \u0634\u0648\u062F. \u0647\u0641\u062A\u0647\u200C\u0647\u0627\u060C \u0645\u0627\u0647\u200C\u0647\u0627\u060C \u0641\u0635\u0644\u200C\u0647\u0627 \u0648 \u0633\u0627\u0644\u200C\u0647\u0627 \u0628\u0647 \u0647\u0645\u06CC\u0646 \u0634\u06A9\u0644 \u06A9\u0627\u0631 \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F.","\u0646\u0642\u0637\u0647 \u067E\u0631 \u0632\u06CC\u0631 \u06CC\u06A9 \u0631\u0648\u0632 \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0648\u062C\u0648\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0633\u062A. \u0646\u0642\u0637\u0647 \u062A\u0648\u062E\u0627\u0644\u06CC \u0628\u0647 \u0645\u0639\u0646\u0627\u06CC \u0648\u062C\u0648\u062F \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645 \u0627\u0633\u062A.","\u0627\u06AF\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u06CC \u062A\u0635\u0648\u06CC\u0631 \u0634\u0627\u062E\u0635 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F\u060C \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0631\u0648\u0632 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F."],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u062A\u0627\u0631\u06CC\u062E \u0628\u0631\u0627\u06CC \u0641\u06CC\u0644\u062A\u0631 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u0646 \u062A\u0627\u0631\u06CC\u062E \u062F\u0631 \u0644\u06CC\u0633\u062A \u0641\u0627\u06CC\u0644\u200C\u0647\u0627.",dateFilterOptionAlt:"`Option/Alt`+\u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u062A\u0627\u0631\u06CC\u062E \u0628\u0631\u0627\u06CC \u0641\u06CC\u0644\u062A\u0631 \u06A9\u0631\u062F\u0646 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0622\u0646 \u062A\u0627\u0631\u06CC\u062E \u062F\u0631 \u0644\u06CC\u0633\u062A \u0641\u0627\u06CC\u0644\u200C\u0647\u0627."}},dailyNotes:{templateReadFailed:"\u062E\u0648\u0627\u0646\u062F\u0646 \u0642\u0627\u0644\u0628 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F.",createFailed:"\u0627\u06CC\u062C\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647 \u0645\u0645\u06A9\u0646 \u0646\u06CC\u0633\u062A."},shortcuts:{folderExists:"\u067E\u0648\u0634\u0647 \u062F\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",noteExists:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062F\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",tagExists:"\u0628\u0631\u0686\u0633\u0628 \u062F\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",propertyExists:"\u0648\u06CC\u0698\u06AF\u06CC \u0627\u0632 \u0642\u0628\u0644 \u062F\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",invalidProperty:"\u0645\u06CC\u0627\u0646\u0628\u0631 \u0648\u06CC\u0698\u06AF\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631",searchExists:"\u0645\u06CC\u0627\u0646\u0628\u0631 \u062C\u0633\u062A\u062C\u0648 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",emptySearchQuery:"\u0642\u0628\u0644 \u0627\u0632 \u0630\u062E\u06CC\u0631\u0647\u060C \u0639\u0628\u0627\u0631\u062A \u062C\u0633\u062A\u062C\u0648 \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",emptySearchName:"\u0642\u0628\u0644 \u0627\u0632 \u0630\u062E\u06CC\u0631\u0647 \u062C\u0633\u062A\u062C\u0648\u060C \u0646\u0627\u0645\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",add:"\u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",addNotesCount:"\u0627\u0641\u0632\u0648\u062F\u0646 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0628\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",addFilesCount:"\u0627\u0641\u0632\u0648\u062F\u0646 {count} \u0641\u0627\u06CC\u0644 \u0628\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",rename:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0645\u06CC\u0627\u0646\u0628\u0631",remove:"\u062D\u0630\u0641 \u0627\u0632 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",removeAll:"\u062D\u0630\u0641 \u0647\u0645\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",removeAllConfirm:"\u062D\u0630\u0641 \u0647\u0645\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u061F",folderNotesPinned:"{count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0633\u0646\u062C\u0627\u0642 \u0634\u062F"},paneHeader:{collapseAllFolders:"\u062C\u0645\u0639 \u06A9\u0631\u062F\u0646 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627",expandAllFolders:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0647\u0645\u0647 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627",showCalendar:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0642\u0648\u06CC\u0645",hideCalendar:"\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u062A\u0642\u0648\u06CC\u0645",newFolder:"\u067E\u0648\u0634\u0647 \u062C\u062F\u06CC\u062F",newNote:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062C\u062F\u06CC\u062F",mobileBackToNavigation:"\u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0646\u0627\u0648\u0628\u0631\u06CC",changeSortOrder:"\u062A\u063A\u06CC\u06CC\u0631 \u062A\u0631\u062A\u06CC\u0628",defaultSort:"\u067E\u06CC\u0634\u200C\u0641\u0631\u0636",descendants:"\u0641\u0631\u0632\u0646\u062F\u0627\u0646",subfolders:"\u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627",subtags:"\u0632\u06CC\u0631\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",childValues:"\u0645\u0642\u0627\u062F\u06CC\u0631 \u0641\u0631\u0632\u0646\u062F",applySortToDescendants:t=>`\u0627\u0639\u0645\u0627\u0644 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0628\u0647 ${t}`,applyAppearanceToDescendants:t=>`\u0627\u0639\u0645\u0627\u0644 \u0638\u0627\u0647\u0631 \u0628\u0647 ${t}`,showFolders:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0627\u0648\u0628\u0631\u06CC",reorderRootFolders:"\u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0645\u062C\u062F\u062F \u0646\u0627\u0648\u0628\u0631\u06CC",finishRootFolderReorder:"\u062A\u0645\u0627\u0645",showExcludedItems:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u060C \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0648 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0646\u0647\u0627\u0646",hideExcludedItems:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u060C \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0648 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0646\u0647\u0627\u0646",showDualPane:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644\u200C\u0647\u0627\u06CC \u062F\u0648\u06AF\u0627\u0646\u0647",showSinglePane:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u062A\u06A9\u06CC",changeAppearance:"\u062A\u063A\u06CC\u06CC\u0631 \u0638\u0627\u0647\u0631",showNotesFromSubfolders:"\u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0627\u0632 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627",showFilesFromSubfolders:"\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0627\u0632 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627",showNotesFromDescendants:"\u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u200C\u0647\u0627",showFilesFromDescendants:"\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0627\u0632 \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u200C\u0647\u0627",search:"\u062C\u0633\u062A\u062C\u0648"},searchInput:{placeholder:"\u062C\u0633\u062A\u062C\u0648...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u062C\u0633\u062A\u062C\u0648",switchToFilterSearch:"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 \u062C\u0633\u062A\u062C\u0648\u06CC \u0641\u06CC\u0644\u062A\u0631\u06CC",switchToOmnisearch:"\u062A\u063A\u06CC\u06CC\u0631 \u0628\u0647 Omnisearch",saveSearchShortcut:"\u0630\u062E\u06CC\u0631\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062C\u0633\u062A\u062C\u0648",removeSearchShortcut:"\u062D\u0630\u0641 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062C\u0633\u062A\u062C\u0648",shortcutModalTitle:"\u0630\u062E\u06CC\u0631\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631 \u062C\u0633\u062A\u062C\u0648",shortcutNamePlaceholder:"\u0646\u0627\u0645 \u0645\u06CC\u0627\u0646\u0628\u0631 \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",shortcutStartIn:"\u0647\u0645\u06CC\u0634\u0647 \u0634\u0631\u0648\u0639 \u062F\u0631: {path}",searchHelp:"\u0646\u062D\u0648 \u062C\u0633\u062A\u062C\u0648",searchHelpTitle:"\u0646\u062D\u0648 \u062C\u0633\u062A\u062C\u0648",searchHelpModal:{intro:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u060C \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u060C \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u060C \u062A\u0627\u0631\u06CC\u062E\u200C\u0647\u0627 \u0648 \u0641\u06CC\u0644\u062A\u0631\u0647\u0627 \u0631\u0627 \u062F\u0631 \u06CC\u06A9 \u062C\u0633\u062A\u062C\u0648 \u062A\u0631\u06A9\u06CC\u0628 \u06A9\u0646\u06CC\u062F (\u0645\u062B\u0627\u0644: `meeting .status=active #work @thisweek`). \u0627\u0641\u0632\u0648\u0646\u0647 Omnisearch \u0631\u0627 \u0646\u0635\u0628 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0627\u0632 \u062C\u0633\u062A\u062C\u0648\u06CC \u0645\u062A\u0646 \u06A9\u0627\u0645\u0644 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",introSwitching:"\u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0628\u0627\u0644\u0627/\u067E\u0627\u06CC\u06CC\u0646 \u06CC\u0627 \u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u0622\u06CC\u06A9\u0648\u0646 \u062C\u0633\u062A\u062C\u0648 \u0628\u06CC\u0646 \u062C\u0633\u062A\u062C\u0648\u06CC \u0641\u06CC\u0644\u062A\u0631 \u0648 Omnisearch \u062C\u0627\u0628\u0647\u200C\u062C\u0627 \u0634\u0648\u06CC\u062F.",sections:{fileNames:{title:"\u0646\u0627\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644",items:['`word` \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 "word" \u062F\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F.',"`word1 word2` \u0647\u0631 \u06A9\u0644\u0645\u0647 \u0628\u0627\u06CC\u062F \u0628\u0627 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F.",'`-word` \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 "word" \u062F\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F.']},tags:{title:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",items:["`#tag` \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062F\u0627\u0631\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u0634\u0627\u0645\u0644 \u0634\u0648\u06CC\u062F (\u0647\u0645\u0686\u0646\u06CC\u0646 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u062A\u0648\u062F\u0631\u062A\u0648 \u0645\u062B\u0644 `#tag/subtag` \u0631\u0627 \u067E\u06CC\u062F\u0627 \u0645\u06CC\u200C\u06A9\u0646\u062F).","`#` \u0641\u0642\u0637 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062F\u0627\u0631\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u0634\u0627\u0645\u0644 \u0634\u0648\u06CC\u062F.","`-#tag` \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062F\u0627\u0631\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F.","`-#` \u0641\u0642\u0637 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0628\u062F\u0648\u0646 \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u0634\u0627\u0645\u0644 \u0634\u0648\u06CC\u062F.","`#tag1 #tag2` \u0647\u0631 \u062F\u0648 \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F (AND \u0636\u0645\u0646\u06CC).","`#tag1 AND #tag2` \u0647\u0631 \u062F\u0648 \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F (AND \u0635\u0631\u06CC\u062D).","`#tag1 OR #tag2` \u0647\u0631 \u06CC\u06A9 \u0627\u0632 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F.","`#a OR #b AND #c` AND \u0627\u0648\u0644\u0648\u06CC\u062A \u0628\u0627\u0644\u0627\u062A\u0631\u06CC \u062F\u0627\u0631\u062F: `#a` \u06CC\u0627 \u0647\u0631 \u062F\u0648 `#b` \u0648 `#c` \u0631\u0627 \u067E\u06CC\u062F\u0627 \u0645\u06CC\u200C\u06A9\u0646\u062F.","Cmd/Ctrl+\u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u0628\u0631\u0686\u0633\u0628 \u0628\u0631\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0627 AND. Cmd/Ctrl+Shift+\u06A9\u0644\u06CC\u06A9 \u0628\u0631\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0627 OR."]},properties:{title:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",items:["`.key` \u0634\u0627\u0645\u0644 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 \u06A9\u0644\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC.","`.key=value` \u0634\u0627\u0645\u0644 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 \u0645\u0642\u062F\u0627\u0631 \u0648\u06CC\u0698\u06AF\u06CC.",'`."Reading Status"` \u0634\u0627\u0645\u0644 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 \u06A9\u0644\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC \u062D\u0627\u0648\u06CC \u0641\u0627\u0635\u0644\u0647.','`."Reading Status"="In Progress"` \u06A9\u0644\u06CC\u062F\u0647\u0627 \u0648 \u0645\u0642\u0627\u062F\u06CC\u0631 \u062D\u0627\u0648\u06CC \u0641\u0627\u0635\u0644\u0647 \u0628\u0627\u06CC\u062F \u062F\u0631 \u06AF\u06CC\u0648\u0645\u0647 \u062F\u0648\u062A\u0627\u06CC\u06CC \u0642\u0631\u0627\u0631 \u06AF\u06CC\u0631\u0646\u062F.',"`-.key` \u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 \u06A9\u0644\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC.","`-.key=value` \u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 \u0645\u0642\u062F\u0627\u0631 \u0648\u06CC\u0698\u06AF\u06CC.","Cmd/Ctrl+\u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0627 AND. Cmd/Ctrl+Shift+\u06A9\u0644\u06CC\u06A9 \u0628\u0631\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0627 OR."]},tasks:{title:"\u0641\u06CC\u0644\u062A\u0631\u0647\u0627",items:["`has:task` \u0634\u0627\u0645\u0644 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645.","`-has:task` \u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u0628\u0627 \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645.","`folder:meetings` \u0634\u0627\u0645\u0644 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u062C\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0634\u0627\u0645\u0644 `meetings` \u0628\u0627\u0634\u062F.","`folder:/work/meetings` \u0634\u0627\u0645\u0644 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0641\u0642\u0637 \u062F\u0631 `work/meetings` (\u0628\u062F\u0648\u0646 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627).","`folder:/` \u0634\u0627\u0645\u0644 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0641\u0642\u0637 \u062F\u0631 \u0631\u06CC\u0634\u0647 \u062E\u0632\u0627\u0646\u0647.","`-folder:archive` \u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u062C\u0627\u06CC\u06CC \u06A9\u0647 \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0634\u0627\u0645\u0644 `archive` \u0628\u0627\u0634\u062F.","`-folder:/archive` \u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0641\u0642\u0637 \u062F\u0631 `archive` (\u0628\u062F\u0648\u0646 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627).","`ext:md` \u0634\u0627\u0645\u0644 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0628\u0627 \u067E\u0633\u0648\u0646\u062F `md` (`ext:.md` \u0646\u06CC\u0632 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC\u200C\u0634\u0648\u062F).","`-ext:pdf` \u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0628\u0627 \u067E\u0633\u0648\u0646\u062F `pdf`.","\u062A\u0631\u06A9\u06CC\u0628 \u0628\u0627 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u060C \u0646\u0627\u0645\u200C\u0647\u0627 \u0648 \u062A\u0627\u0631\u06CC\u062E\u200C\u0647\u0627 (\u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0645\u062B\u0627\u0644: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"\u0631\u0641\u062A\u0627\u0631 AND/OR",items:["`AND` \u0648 `OR` \u0641\u0642\u0637 \u062F\u0631 \u062C\u0633\u062A\u062C\u0648\u0647\u0627\u06CC \u0627\u0646\u062D\u0635\u0627\u0631\u06CC \u0628\u0631\u0686\u0633\u0628/\u0648\u06CC\u0698\u06AF\u06CC \u0639\u0645\u0644\u06AF\u0631 \u0647\u0633\u062A\u0646\u062F.","\u062C\u0633\u062A\u062C\u0648\u0647\u0627\u06CC \u0627\u0646\u062D\u0635\u0627\u0631\u06CC \u0628\u0631\u0686\u0633\u0628/\u0648\u06CC\u0698\u06AF\u06CC \u0641\u0642\u0637 \u0634\u0627\u0645\u0644 \u0641\u06CC\u0644\u062A\u0631\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0648 \u0648\u06CC\u0698\u06AF\u06CC \u0647\u0633\u062A\u0646\u062F: `#tag`\u060C `-#tag`\u060C `#`\u060C `-#`\u060C `.key`\u060C `-.key`\u060C `.key=value`\u060C `-.key=value`.","\u0627\u06AF\u0631 \u062C\u0633\u062A\u062C\u0648 \u0634\u0627\u0645\u0644 \u0646\u0627\u0645\u200C\u0647\u0627\u060C \u062A\u0627\u0631\u06CC\u062E\u200C\u0647\u0627 (`@...`)\u060C \u0641\u06CC\u0644\u062A\u0631\u0647\u0627\u06CC \u0648\u0638\u06CC\u0641\u0647 (`has:task`)\u060C \u0641\u06CC\u0644\u062A\u0631\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 (`folder:...`) \u06CC\u0627 \u0641\u06CC\u0644\u062A\u0631\u0647\u0627\u06CC \u067E\u0633\u0648\u0646\u062F (`ext:...`) \u0628\u0627\u0634\u062F\u060C `AND` \u0648 `OR` \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06A9\u0644\u0645\u0647 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.","\u0646\u0645\u0648\u0646\u0647 \u062C\u0633\u062A\u062C\u0648 \u0628\u0627 \u0639\u0645\u0644\u06AF\u0631: `#work OR .status=started`.","\u0645\u062B\u0627\u0644 \u062C\u0633\u062A\u062C\u0648\u06CC \u062A\u0631\u06A9\u06CC\u0628\u06CC: `#work OR ext:md` (`OR` \u062F\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u062C\u0633\u062A\u062C\u0648 \u0645\u06CC\u200C\u0634\u0648\u062F)."]},dates:{title:"\u062A\u0627\u0631\u06CC\u062E\u200C\u0647\u0627",items:["`@today` \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0627\u0645\u0631\u0648\u0632 \u0631\u0627 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0641\u06CC\u0644\u062F \u062A\u0627\u0631\u06CC\u062E \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F.","`@yesterday`\u060C `@last7d`\u060C `@last30d`\u060C `@thisweek`\u060C `@thismonth` \u0628\u0627\u0632\u0647\u200C\u0647\u0627\u06CC \u062A\u0627\u0631\u06CC\u062E \u0646\u0633\u0628\u06CC.","`@2026-02-07` \u06CC\u06A9 \u0631\u0648\u0632 \u062E\u0627\u0635 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F (\u0647\u0645\u0686\u0646\u06CC\u0646 `@20260207` \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC\u200C\u0634\u0648\u062F).","`@2026` \u06CC\u06A9 \u0633\u0627\u0644 \u062A\u0642\u0648\u06CC\u0645\u06CC \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F.","`@2026-02` \u06CC\u0627 `@202602` \u06CC\u06A9 \u0645\u0627\u0647 \u062A\u0642\u0648\u06CC\u0645\u06CC \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F.","`@2026-W05` \u06CC\u0627 `@2026W05` \u06CC\u06A9 \u0647\u0641\u062A\u0647 ISO \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F.","`@2026-Q2` \u06CC\u0627 `@2026Q2` \u06CC\u06A9 \u0641\u0635\u0644 \u062A\u0642\u0648\u06CC\u0645\u06CC \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F.","`@13/02/2026` \u0641\u0631\u0645\u062A\u200C\u0647\u0627\u06CC \u0639\u062F\u062F\u06CC \u0628\u0627 \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 (`@07022026` \u062F\u0631 \u0635\u0648\u0631\u062A \u0627\u0628\u0647\u0627\u0645 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0645\u062D\u0644\u06CC \u0634\u0645\u0627 \u067E\u06CC\u0631\u0648\u06CC \u0645\u06CC\u200C\u06A9\u0646\u062F).","`@2026-02-01..2026-02-07` \u06CC\u06A9 \u0628\u0627\u0632\u0647 \u0631\u0648\u0632 \u0634\u0627\u0645\u0644 \u067E\u06CC\u062F\u0627 \u06A9\u0646\u06CC\u062F (\u0627\u0646\u062A\u0647\u0627\u06CC \u0628\u0627\u0632 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC\u200C\u0634\u0648\u062F).","`@c:...` \u06CC\u0627 `@m:...` \u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u062C\u0627\u062F \u06CC\u0627 \u0648\u06CC\u0631\u0627\u06CC\u0634 \u0631\u0627 \u0647\u062F\u0641 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F.","`-@...` \u06CC\u06A9 \u062A\u0637\u0627\u0628\u0642 \u062A\u0627\u0631\u06CC\u062E \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F."]},omnisearch:{title:"Omnisearch",items:["\u062C\u0633\u062A\u062C\u0648\u06CC \u0645\u062A\u0646 \u06A9\u0627\u0645\u0644 \u062F\u0631 \u0633\u0631\u0627\u0633\u0631 \u062E\u0632\u0627\u0646\u0647\u060C \u0641\u06CC\u0644\u062A\u0631 \u0634\u062F\u0647 \u0628\u0631 \u0627\u0633\u0627\u0633 \u067E\u0648\u0634\u0647 \u0641\u0639\u0644\u06CC \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u062F\u0647.","\u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0627 \u06A9\u0645\u062A\u0631 \u0627\u0632 \u06F3 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u062F\u0631 \u062E\u0632\u0627\u0646\u0647\u200C\u0647\u0627\u06CC \u0628\u0632\u0631\u06AF \u06A9\u0646\u062F \u0628\u0627\u0634\u062F.","\u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u062F \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u062F\u0627\u0631\u0627\u06CC \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u063A\u06CC\u0631 ASCII \u0631\u0627 \u062C\u0633\u062A\u062C\u0648 \u06A9\u0646\u062F \u06CC\u0627 \u0632\u06CC\u0631\u0645\u0633\u06CC\u0631\u0647\u0627 \u0631\u0627 \u0628\u0647 \u062F\u0631\u0633\u062A\u06CC \u062C\u0633\u062A\u062C\u0648 \u06A9\u0646\u062F.","\u0646\u062A\u0627\u06CC\u062C \u0645\u062D\u062F\u0648\u062F\u06CC \u0642\u0628\u0644 \u0627\u0632 \u0641\u06CC\u0644\u062A\u0631 \u067E\u0648\u0634\u0647 \u0628\u0631\u0645\u06CC\u200C\u06AF\u0631\u062F\u0627\u0646\u062F\u060C \u0628\u0646\u0627\u0628\u0631\u0627\u06CC\u0646 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0645\u0631\u062A\u0628\u0637 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0638\u0627\u0647\u0631 \u0646\u0634\u0648\u0646\u062F \u0627\u06AF\u0631 \u062A\u0637\u0627\u0628\u0642\u0627\u062A \u0632\u06CC\u0627\u062F\u06CC \u062F\u0631 \u062C\u0627\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0648\u062C\u0648\u062F \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F.","\u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u06AF\u0632\u06CC\u062F\u0647\u200C\u0647\u0627\u06CC Omnisearch \u0631\u0627 \u0628\u0647 \u062C\u0627\u06CC \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0646\u0634\u0627\u0646 \u0645\u06CC\u200C\u062F\u0647\u062F."]}}}},contextMenu:{file:{openInNewTab:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062F\u0631 \u062A\u0628 \u062C\u062F\u06CC\u062F",openToRight:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A",openInNewWindow:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062F\u0631 \u067E\u0646\u062C\u0631\u0647 \u062C\u062F\u06CC\u062F",openMultipleInNewTabs:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062F\u0631 \u062A\u0628\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F",openMultipleFilesInNewTabs:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 {count} \u0641\u0627\u06CC\u0644 \u062F\u0631 \u062A\u0628\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F",openMultipleToRight:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A",openMultipleFilesToRight:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 {count} \u0641\u0627\u06CC\u0644 \u062F\u0631 \u0633\u0645\u062A \u0631\u0627\u0633\u062A",openMultipleInNewWindows:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062F\u0631 \u067E\u0646\u062C\u0631\u0647\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F",openMultipleFilesInNewWindows:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 {count} \u0641\u0627\u06CC\u0644 \u062F\u0631 \u067E\u0646\u062C\u0631\u0647\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F",pinNote:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",pinFile:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0641\u0627\u06CC\u0644",unpinNote:"\u0628\u0631\u062F\u0627\u0634\u062A\u0646 \u0633\u0646\u062C\u0627\u0642 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",unpinFile:"\u0628\u0631\u062F\u0627\u0634\u062A\u0646 \u0633\u0646\u062C\u0627\u0642 \u0641\u0627\u06CC\u0644",pinMultipleNotes:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",pinMultipleFiles:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 {count} \u0641\u0627\u06CC\u0644",unpinMultipleNotes:"\u0628\u0631\u062F\u0627\u0634\u062A\u0646 \u0633\u0646\u062C\u0627\u0642 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",unpinMultipleFiles:"\u0628\u0631\u062F\u0627\u0634\u062A\u0646 \u0633\u0646\u062C\u0627\u0642 {count} \u0641\u0627\u06CC\u0644",duplicateNote:"\u06A9\u067E\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",duplicateFile:"\u06A9\u067E\u06CC \u0641\u0627\u06CC\u0644",duplicateMultipleNotes:"\u06A9\u067E\u06CC {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",duplicateMultipleFiles:"\u06A9\u067E\u06CC {count} \u0641\u0627\u06CC\u0644",openVersionHistory:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062A\u0627\u0631\u06CC\u062E\u0686\u0647 \u0646\u0633\u062E\u0647",revealInFolder:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u067E\u0648\u0634\u0647",revealInFinder:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 Finder",showInExplorer:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0633\u06CC\u0633\u062A\u0645",openInDefaultApp:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062F\u0631 \u0628\u0631\u0646\u0627\u0645\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636",renameNote:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",renameFile:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644",deleteNote:"\u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",deleteFile:"\u062D\u0630\u0641 \u0641\u0627\u06CC\u0644",setCalendarHighlight:"\u062A\u0646\u0638\u06CC\u0645 \u0628\u0631\u062C\u0633\u062A\u0647\u200C\u0633\u0627\u0632\u06CC",removeCalendarHighlight:"\u062D\u0630\u0641 \u0628\u0631\u062C\u0633\u062A\u0647\u200C\u0633\u0627\u0632\u06CC",deleteMultipleNotes:"\u062D\u0630\u0641 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",deleteMultipleFiles:"\u062D\u0630\u0641 {count} \u0641\u0627\u06CC\u0644",moveNoteToFolder:"\u0627\u0646\u062A\u0642\u0627\u0644 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0628\u0647...",moveFileToFolder:"\u0627\u0646\u062A\u0642\u0627\u0644 \u0641\u0627\u06CC\u0644 \u0628\u0647...",moveMultipleNotesToFolder:"\u0627\u0646\u062A\u0642\u0627\u0644 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0628\u0647...",moveMultipleFilesToFolder:"\u0627\u0646\u062A\u0642\u0627\u0644 {count} \u0641\u0627\u06CC\u0644 \u0628\u0647...",addTag:"\u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0631\u0686\u0633\u0628",addPropertyKey:"\u062A\u0646\u0638\u06CC\u0645 \u0648\u06CC\u0698\u06AF\u06CC",removeTag:"\u062D\u0630\u0641 \u0628\u0631\u0686\u0633\u0628",removeAllTags:"\u062D\u0630\u0641 \u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",changeIcon:"\u062A\u063A\u06CC\u06CC\u0631 \u0622\u06CC\u06A9\u0648\u0646",changeColor:"\u062A\u063A\u06CC\u06CC\u0631 \u0631\u0646\u06AF"},folder:{newNote:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062C\u062F\u06CC\u062F",newNoteFromTemplate:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062C\u062F\u06CC\u062F \u0627\u0632 \u0642\u0627\u0644\u0628",newFolder:"\u067E\u0648\u0634\u0647 \u062C\u062F\u06CC\u062F",newCanvas:"\u0628\u0648\u0645 \u062C\u062F\u06CC\u062F",newBase:"\u067E\u0627\u06CC\u06AF\u0627\u0647 \u062C\u062F\u06CC\u062F",newDrawing:"\u0637\u0631\u0627\u062D\u06CC \u062C\u062F\u06CC\u062F",newExcalidrawDrawing:"\u0637\u0631\u0627\u062D\u06CC Excalidraw \u062C\u062F\u06CC\u062F",newTldrawDrawing:"\u0637\u0631\u0627\u062D\u06CC Tldraw \u062C\u062F\u06CC\u062F",duplicateFolder:"\u06A9\u067E\u06CC \u067E\u0648\u0634\u0647",searchInFolder:"\u062C\u0633\u062A\u062C\u0648 \u062F\u0631 \u067E\u0648\u0634\u0647",createFolderNote:"\u0627\u06CC\u062C\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",detachFolderNote:"\u062C\u062F\u0627 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",deleteFolderNote:"\u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",changeIcon:"\u062A\u063A\u06CC\u06CC\u0631 \u0622\u06CC\u06A9\u0648\u0646",changeColor:"\u062A\u063A\u06CC\u06CC\u0631 \u0631\u0646\u06AF",changeBackground:"\u062A\u063A\u06CC\u06CC\u0631 \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647",excludeFolder:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u067E\u0648\u0634\u0647",unhideFolder:"\u0622\u0634\u06A9\u0627\u0631 \u06A9\u0631\u062F\u0646 \u067E\u0648\u0634\u0647",moveFolder:"\u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u0648\u0634\u0647 \u0628\u0647...",renameFolder:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u0648\u0634\u0647",deleteFolder:"\u062D\u0630\u0641 \u067E\u0648\u0634\u0647"},tag:{changeIcon:"\u062A\u063A\u06CC\u06CC\u0631 \u0622\u06CC\u06A9\u0648\u0646",changeColor:"\u062A\u063A\u06CC\u06CC\u0631 \u0631\u0646\u06AF",changeBackground:"\u062A\u063A\u06CC\u06CC\u0631 \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647",showTag:"\u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0686\u0633\u0628",hideTag:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u0628\u0631\u0686\u0633\u0628"},property:{addKey:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC",renameKey:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0648\u06CC\u0698\u06AF\u06CC",deleteKey:"\u062D\u0630\u0641 \u0648\u06CC\u0698\u06AF\u06CC"},navigation:{addSeparator:"\u0627\u0641\u0632\u0648\u062F\u0646 \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647",removeSeparator:"\u062D\u0630\u0641 \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647"},copyPath:{title:"\u06A9\u067E\u06CC \u0645\u0633\u06CC\u0631",asObsidianUrl:"\u0628\u0647\u200C\u0635\u0648\u0631\u062A URL \u0627\u0648\u0628\u0633\u06CC\u062F\u06CC\u0646",fromVaultFolder:"\u0627\u0632 \u067E\u0648\u0634\u0647 \u062E\u0632\u0627\u0646\u0647",fromSystemRoot:"\u0627\u0632 \u0631\u06CC\u0634\u0647 \u0633\u06CC\u0633\u062A\u0645"},style:{title:"\u0633\u0628\u06A9",copy:"\u06A9\u067E\u06CC \u0633\u0628\u06A9",paste:"\u0686\u0633\u0628\u0627\u0646\u062F\u0646 \u0633\u0628\u06A9",removeIcon:"\u062D\u0630\u0641 \u0622\u06CC\u06A9\u0648\u0646",removeColor:"\u062D\u0630\u0641 \u0631\u0646\u06AF",removeBackground:"\u062D\u0630\u0641 \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647",clear:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u0633\u0628\u06A9"}},folderAppearance:{standardPreset:"\u0627\u0633\u062A\u0627\u0646\u062F\u0627\u0631\u062F",compactPreset:"\u0641\u0634\u0631\u062F\u0647",defaultSuffix:"(\u067E\u06CC\u0634\u200C\u0641\u0631\u0636)",defaultLabel:"\u067E\u06CC\u0634\u200C\u0641\u0631\u0636",titleRows:"\u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u0639\u0646\u0648\u0627\u0646",previewRows:"\u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634",groupBy:"\u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u0628\u0631 \u0627\u0633\u0627\u0633",defaultTitleOption:t=>`\u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 (${t})`,defaultPreviewOption:t=>`\u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 (${t})`,defaultGroupOption:t=>`\u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 (${t})`,titleRowOption:t=>`${t} \u0631\u062F\u06CC\u0641 \u0639\u0646\u0648\u0627\u0646`,previewRowOption:t=>`${t} \u0631\u062F\u06CC\u0641 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634`},modals:{bulkApply:{applyButton:"\u0627\u0639\u0645\u0627\u0644",applySortTitle:t=>`\u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0628\u0647 ${t} \u0627\u0639\u0645\u0627\u0644 \u0634\u0648\u062F\u061F`,applyAppearanceTitle:t=>`\u0638\u0627\u0647\u0631 \u0628\u0647 ${t} \u0627\u0639\u0645\u0627\u0644 \u0634\u0648\u062F\u061F`,affectedCountMessage:t=>`\u0628\u0627\u0632\u0646\u0648\u06CC\u0633\u06CC\u200C\u0647\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u06A9\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u062E\u0648\u0627\u0647\u0646\u062F \u06A9\u0631\u062F: ${t}.`},navRainbowSection:{title:t=>`\u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646: ${t}`},iconPicker:{searchPlaceholder:"\u062C\u0633\u062A\u062C\u0648\u06CC \u0622\u06CC\u06A9\u0648\u0646...",recentlyUsedHeader:"\u0627\u062E\u06CC\u0631\u0627\u064B \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u062F\u0647",emptyStateSearch:"\u0628\u0631\u0627\u06CC \u062C\u0633\u062A\u062C\u0648\u06CC \u0622\u06CC\u06A9\u0648\u0646 \u0634\u0631\u0648\u0639 \u0628\u0647 \u062A\u0627\u06CC\u067E \u06A9\u0646\u06CC\u062F",emptyStateNoResults:"\u0622\u06CC\u06A9\u0648\u0646\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F",showingResultsInfo:"\u0646\u0645\u0627\u06CC\u0634 \u06F5\u06F0 \u0627\u0632 {count} \u0646\u062A\u06CC\u062C\u0647. \u0628\u06CC\u0634\u062A\u0631 \u062A\u0627\u06CC\u067E \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0645\u062D\u062F\u0648\u062F\u062A\u0631 \u0634\u0648\u062F.",emojiInstructions:"\u0627\u06CC\u0645\u0648\u062C\u06CC \u0631\u0627 \u062A\u0627\u06CC\u067E \u06CC\u0627 \u067E\u06CC\u0633\u062A \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u0622\u06CC\u06A9\u0648\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0634\u0648\u062F",removeIcon:"\u062D\u0630\u0641 \u0622\u06CC\u06A9\u0648\u0646",removeFromRecents:"\u062D\u0630\u0641 \u0627\u0632 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",allTabLabel:"\u0647\u0645\u0647"},fileIconRuleEditor:{addRuleAria:"\u0627\u0641\u0632\u0648\u062F\u0646 \u0642\u0627\u0646\u0648\u0646"},interfaceIcons:{title:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0631\u0627\u0628\u0637 \u06A9\u0627\u0631\u0628\u0631\u06CC",fileItemsSection:"\u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644",items:{"nav-shortcuts":"\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627","nav-recent-files":"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631","nav-expand-all":"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0647\u0645\u0647","nav-collapse-all":"\u0628\u0633\u062A\u0646 \u0647\u0645\u0647","nav-calendar":"\u062A\u0642\u0648\u06CC\u0645","nav-tree-expand":"\u0641\u0644\u0634 \u062F\u0631\u062E\u062A\u06CC: \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646","nav-tree-collapse":"\u0641\u0644\u0634 \u062F\u0631\u062E\u062A\u06CC: \u0628\u0633\u062A\u0646","nav-hidden-items":"\u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC","nav-root-reorder":"\u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0645\u062C\u062F\u062F \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0631\u06CC\u0634\u0647","nav-new-folder":"\u067E\u0648\u0634\u0647 \u062C\u062F\u06CC\u062F","nav-show-single-pane":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644 \u062A\u06A9\u06CC","nav-show-dual-pane":"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u0644\u200C\u0647\u0627\u06CC \u062F\u0648\u06AF\u0627\u0646\u0647","nav-profile-chevron":"\u0641\u0644\u0634 \u0645\u0646\u0648\u06CC \u067E\u0631\u0648\u0641\u0627\u06CC\u0644","list-search":"\u062C\u0633\u062A\u062C\u0648","list-descendants":"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0627\u0632 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627","list-sort-ascending":"\u062A\u0631\u062A\u06CC\u0628: \u0635\u0639\u0648\u062F\u06CC","list-sort-descending":"\u062A\u0631\u062A\u06CC\u0628: \u0646\u0632\u0648\u0644\u06CC","list-appearance":"\u062A\u063A\u06CC\u06CC\u0631 \u0638\u0627\u0647\u0631","list-new-note":"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062C\u062F\u06CC\u062F","nav-folder-open":"\u067E\u0648\u0634\u0647 \u0628\u0627\u0632","nav-folder-closed":"\u067E\u0648\u0634\u0647 \u0628\u0633\u062A\u0647","nav-tags":"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627","nav-tag":"\u0628\u0631\u0686\u0633\u0628","nav-properties":"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627","nav-property":"\u0648\u06CC\u0698\u06AF\u06CC","nav-property-value":"\u0645\u0642\u062F\u0627\u0631","list-pinned":"\u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0633\u0646\u062C\u0627\u0642 \u0634\u062F\u0647","file-unfinished-task":"\u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645","file-word-count":"\u062A\u0639\u062F\u0627\u062F \u06A9\u0644\u0645\u0627\u062A"}},colorPicker:{currentColor:"\u0641\u0639\u0644\u06CC",newColor:"\u062C\u062F\u06CC\u062F",paletteDefault:"\u067E\u06CC\u0634\u200C\u0641\u0631\u0636",paletteCustom:"\u0633\u0641\u0627\u0631\u0634\u06CC",copyColors:"\u06A9\u067E\u06CC \u0631\u0646\u06AF",colorsCopied:"\u0631\u0646\u06AF \u062F\u0631 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u06A9\u067E\u06CC \u0634\u062F",pasteColors:"\u0686\u0633\u0628\u0627\u0646\u062F\u0646 \u0631\u0646\u06AF",pasteClipboardError:"\u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u0631\u0627 \u062E\u0648\u0627\u0646\u062F",pasteInvalidFormat:"\u0645\u0642\u062F\u0627\u0631 \u0631\u0646\u06AF hex \u0645\u0648\u0631\u062F \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0633\u062A",colorsPasted:"\u0631\u0646\u06AF \u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u0686\u0633\u0628\u0627\u0646\u062F\u0647 \u0634\u062F",resetUserColors:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC",clearCustomColorsConfirm:"\u0647\u0645\u0647 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u062D\u0630\u0641 \u0634\u0648\u0646\u062F\u061F",userColorSlot:"\u0631\u0646\u06AF {slot}",recentColors:"\u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",clearRecentColors:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",removeRecentColor:"\u062D\u0630\u0641 \u0631\u0646\u06AF",apply:"\u0627\u0639\u0645\u0627\u0644",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u0627\u0646\u062A\u062E\u0627\u0628 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647",currentBadge:"\u0641\u0639\u0627\u0644",emptyState:"\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647\u200C\u0627\u06CC \u0645\u0648\u062C\u0648\u062F \u0646\u06CC\u0633\u062A."},tagOperation:{renameTitle:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0628\u0631\u0686\u0633\u0628 {tag}",deleteTitle:"\u062D\u0630\u0641 \u0628\u0631\u0686\u0633\u0628 {tag}",newTagPrompt:"\u0646\u0627\u0645 \u0628\u0631\u0686\u0633\u0628 \u062C\u062F\u06CC\u062F",newTagPlaceholder:"\u0646\u0627\u0645 \u0628\u0631\u0686\u0633\u0628 \u062C\u062F\u06CC\u062F \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",renameWarning:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0628\u0631\u0686\u0633\u0628 {oldTag} \u0628\u0627\u0639\u062B \u062A\u063A\u06CC\u06CC\u0631 {count} {files} \u0645\u06CC\u200C\u0634\u0648\u062F.",deleteWarning:"\u062D\u0630\u0641 \u0628\u0631\u0686\u0633\u0628 {tag} \u0628\u0627\u0639\u062B \u062A\u063A\u06CC\u06CC\u0631 {count} {files} \u0645\u06CC\u200C\u0634\u0648\u062F.",modificationWarning:"\u0627\u06CC\u0646 \u06A9\u0627\u0631 \u062A\u0627\u0631\u06CC\u062E \u062A\u063A\u06CC\u06CC\u0631 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0631\u0627 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0645\u06CC\u200C\u06A9\u0646\u062F.",affectedFiles:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u062A\u062D\u062A \u062A\u0623\u062B\u06CC\u0631:",andMore:"...\u0648 {count} \u0645\u0648\u0631\u062F \u062F\u06CC\u06AF\u0631",confirmRename:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0628\u0631\u0686\u0633\u0628",renameUnchanged:"{tag} \u0628\u062F\u0648\u0646 \u062A\u063A\u06CC\u06CC\u0631",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"{renamed}/{total} \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u0641\u062A. \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0646\u0634\u062F\u0647: {notUpdated}. \u0641\u0631\u0627\u062F\u0627\u062F\u0647\u200C\u0647\u0627 \u0648 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0646\u0634\u062F\u0646\u062F.",invalidTagName:"\u0646\u0627\u0645 \u0628\u0631\u0686\u0633\u0628 \u0645\u0639\u062A\u0628\u0631\u06CC \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F.",descendantRenameError:"\u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u0628\u0647 \u062E\u0648\u062F \u06CC\u0627 \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647 \u0622\u0646 \u0645\u0646\u062A\u0642\u0644 \u06A9\u0631\u062F.",confirmDelete:"\u062D\u0630\u0641 \u0628\u0631\u0686\u0633\u0628",deleteBatchNotFinalized:"\u0627\u0632 {removed}/{total} \u062D\u0630\u0641 \u0634\u062F. \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0646\u0634\u062F\u0647: {notUpdated}. \u0641\u0631\u0627\u062F\u0627\u062F\u0647\u200C\u0647\u0627 \u0648 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0646\u0634\u062F\u0646\u062F.",checkConsoleForDetails:"\u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u06CC\u0634\u062A\u0631 \u06A9\u0646\u0633\u0648\u0644 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",file:"\u0641\u0627\u06CC\u0644",files:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627",inlineParsingWarning:{title:"\u0633\u0627\u0632\u06AF\u0627\u0631\u06CC \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u062F\u0631\u0648\u0646\u200C\u062E\u0637\u06CC",message:"{tag} \u0634\u0627\u0645\u0644 \u0646\u0648\u06CC\u0633\u0647\u200C\u0647\u0627\u06CC\u06CC \u0627\u0633\u062A \u06A9\u0647 Obsidian \u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u062F \u062F\u0631 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u062F\u0631\u0648\u0646\u200C\u062E\u0637\u06CC \u062A\u062C\u0632\u06CC\u0647 \u06A9\u0646\u062F. \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC Frontmatter \u062A\u062D\u062A \u062A\u0623\u062B\u06CC\u0631 \u0642\u0631\u0627\u0631 \u0646\u0645\u06CC\u200C\u06AF\u06CC\u0631\u0646\u062F.",confirm:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u062F\u0631 \u0647\u0631 \u0635\u0648\u0631\u062A"}},propertyOperation:{renameTitle:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0648\u06CC\u0698\u06AF\u06CC {property}",deleteTitle:"\u062D\u0630\u0641 \u0648\u06CC\u0698\u06AF\u06CC {property}",newKeyPrompt:"\u0646\u0627\u0645 \u062C\u062F\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC",newKeyPlaceholder:"\u0646\u0627\u0645 \u062C\u062F\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",renameWarning:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0648\u06CC\u0698\u06AF\u06CC {property} \u0628\u0627\u0639\u062B \u062A\u063A\u06CC\u06CC\u0631 {count} {files} \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",renameConflictWarning:"\u0648\u06CC\u0698\u06AF\u06CC {newKey} \u0627\u0632 \u0642\u0628\u0644 \u062F\u0631 {count} {files} \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F. \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 {oldKey} \u0645\u0642\u0627\u062F\u06CC\u0631 \u0645\u0648\u062C\u0648\u062F {newKey} \u0631\u0627 \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u062E\u0648\u0627\u0647\u062F \u06A9\u0631\u062F.",deleteWarning:"\u062D\u0630\u0641 \u0648\u06CC\u0698\u06AF\u06CC {property} \u0628\u0627\u0639\u062B \u062A\u063A\u06CC\u06CC\u0631 {count} {files} \u062E\u0648\u0627\u0647\u062F \u0634\u062F.",confirmRename:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0648\u06CC\u0698\u06AF\u06CC",confirmDelete:"\u062D\u0630\u0641 \u0648\u06CC\u0698\u06AF\u06CC",renameNoChanges:"{oldKey} \u2192 {newKey} (\u0628\u062F\u0648\u0646 \u062A\u063A\u06CC\u06CC\u0631)",renameSettingsUpdateFailed:"\u0648\u06CC\u0698\u06AF\u06CC {oldKey} \u2192 {newKey} \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u0641\u062A. \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F.",deleteSingleSuccess:"\u0648\u06CC\u0698\u06AF\u06CC {property} \u0627\u0632 \u06F1 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u0634\u062F",deleteMultipleSuccess:"\u0648\u06CC\u0698\u06AF\u06CC {property} \u0627\u0632 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u0634\u062F",deleteSettingsUpdateFailed:"\u0648\u06CC\u0698\u06AF\u06CC {property} \u062D\u0630\u0641 \u0634\u062F. \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F.",invalidKeyName:"\u06CC\u06A9 \u0646\u0627\u0645 \u0648\u06CC\u0698\u06AF\u06CC \u0645\u0639\u062A\u0628\u0631 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F."},fileSystem:{newFolderTitle:"\u067E\u0648\u0634\u0647 \u062C\u062F\u06CC\u062F",renameFolderTitle:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u0648\u0634\u0647",renameFileTitle:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644",deleteFolderTitle:"\u062D\u0630\u0641 '{name}'\u061F",deleteFileTitle:"\u062D\u0630\u0641 '{name}'\u061F",deleteFileAttachmentsTitle:"\u062D\u0630\u0641 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644\u061F",moveFileConflictTitle:"\u062A\u0639\u0627\u0631\u0636 \u0627\u0646\u062A\u0642\u0627\u0644",folderNamePrompt:"\u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F:",hideInOtherVaultProfiles:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u062F\u0631 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u062E\u0632\u0627\u0646\u0647 \u062F\u06CC\u06AF\u0631",renamePrompt:"\u0646\u0627\u0645 \u062C\u062F\u06CC\u062F \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F:",renameVaultTitle:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0646\u0645\u0627\u06CC\u0634\u06CC \u062E\u0632\u0627\u0646\u0647",renameVaultPrompt:"\u0646\u0627\u0645 \u0646\u0645\u0627\u06CC\u0634\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F (\u062E\u0627\u0644\u06CC \u0628\u0631\u0627\u06CC \u067E\u06CC\u0634\u200C\u0641\u0631\u0636):",deleteFolderConfirm:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u067E\u0648\u0634\u0647 \u0648 \u062A\u0645\u0627\u0645 \u0645\u062D\u062A\u0648\u0627\u06CC \u0622\u0646 \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F\u061F",deleteFileConfirm:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0627\u06CC\u0646 \u0641\u0627\u06CC\u0644 \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F\u061F",deleteFileAttachmentsDescriptionSingle:"\u0627\u06CC\u0646 \u067E\u06CC\u0648\u0633\u062A \u062F\u06CC\u06AF\u0631 \u062F\u0631 \u0647\u06CC\u0686 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u062F. \u0622\u06CC\u0627 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0622\u0646 \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F\u061F",deleteFileAttachmentsDescriptionMultiple:"\u0627\u06CC\u0646 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u062F\u06CC\u06AF\u0631 \u062F\u0631 \u0647\u06CC\u0686 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0622\u06CC\u0627 \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0622\u0646\u200C\u0647\u0627 \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F\u061F",deleteFileAttachmentsViewFileTreeAriaLabel:"\u062F\u0631\u062E\u062A \u0641\u0627\u06CC\u0644",deleteFileAttachmentsViewGalleryAriaLabel:"\u06AF\u0627\u0644\u0631\u06CC",moveFileConflictDescriptionSingle:'\u06CC\u06A9 \u062A\u0639\u0627\u0631\u0636 \u0641\u0627\u06CC\u0644 \u062F\u0631 "{folder}" \u06CC\u0627\u0641\u062A \u0634\u062F.',moveFileConflictDescriptionMultiple:'{count} \u062A\u0639\u0627\u0631\u0636 \u0641\u0627\u06CC\u0644 \u062F\u0631 "{folder}" \u06CC\u0627\u0641\u062A \u0634\u062F.',moveFileConflictAffectedFiles:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u062A\u062D\u062A \u062A\u0623\u062B\u06CC\u0631",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(\u0641\u0642\u0637 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645)",moveFileConflictRename:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645",moveFileConflictOverwrite:"\u0628\u0627\u0632\u0646\u0648\u06CC\u0633\u06CC",removeAllTagsTitle:"\u062D\u0630\u0641 \u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",removeAllTagsFromNote:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u0627\u0632 \u0627\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F\u061F",removeAllTagsFromNotes:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F \u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u0627\u0632 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F\u061F"},folderNoteType:{title:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u0648\u0639 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",folderLabel:"\u067E\u0648\u0634\u0647: {name}"},folderSuggest:{placeholder:t=>`\u0627\u0646\u062A\u0642\u0627\u0644 ${t} \u0628\u0647 \u067E\u0648\u0634\u0647...`,multipleFilesLabel:t=>`${t} \u0641\u0627\u06CC\u0644`,navigatePlaceholder:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u067E\u0648\u0634\u0647...",instructions:{navigate:"\u0628\u0631\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC",move:"\u0628\u0631\u0627\u06CC \u0627\u0646\u062A\u0642\u0627\u0644",select:"\u0628\u0631\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628",dismiss:"\u0628\u0631\u0627\u06CC \u0628\u0633\u062A\u0646"}},homepage:{placeholder:"\u062C\u0633\u062A\u062C\u0648\u06CC \u0641\u0627\u06CC\u0644...",instructions:{navigate:"\u0628\u0631\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC",select:"\u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC",dismiss:"\u0628\u0631\u0627\u06CC \u0628\u0633\u062A\u0646"}},calendarTemplate:{placeholder:"\u062C\u0633\u062A\u062C\u0648\u06CC \u0642\u0627\u0644\u0628\u200C\u0647\u0627...",instructions:{navigate:"\u0628\u0631\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC",select:"\u0628\u0631\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628 \u0642\u0627\u0644\u0628",dismiss:"\u0628\u0631\u0627\u06CC \u0628\u0633\u062A\u0646"}},navigationBanner:{placeholder:"\u062C\u0633\u062A\u062C\u0648\u06CC \u062A\u0635\u0648\u06CC\u0631...",instructions:{navigate:"\u0628\u0631\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC",select:"\u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u0628\u0646\u0631",dismiss:"\u0628\u0631\u0627\u06CC \u0628\u0633\u062A\u0646"}},tagSuggest:{navigatePlaceholder:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u0628\u0631\u0686\u0633\u0628...",addPlaceholder:"\u062C\u0633\u062A\u062C\u0648\u06CC \u0628\u0631\u0686\u0633\u0628 \u0628\u0631\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646...",removePlaceholder:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0628\u0631\u0686\u0633\u0628 \u0628\u0631\u0627\u06CC \u062D\u0630\u0641...",createNewTag:"\u0627\u06CC\u062C\u0627\u062F \u0628\u0631\u0686\u0633\u0628 \u062C\u062F\u06CC\u062F: #{tag}",instructions:{navigate:"\u0628\u0631\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC",select:"\u0628\u0631\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628",dismiss:"\u0628\u0631\u0627\u06CC \u0628\u0633\u062A\u0646",add:"\u0628\u0631\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0631\u0686\u0633\u0628",remove:"\u0628\u0631\u0627\u06CC \u062D\u0630\u0641 \u0628\u0631\u0686\u0633\u0628"}},propertySuggest:{placeholder:"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0644\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC...",navigatePlaceholder:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u0648\u06CC\u0698\u06AF\u06CC...",instructions:{navigate:"\u0628\u0631\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC",select:"\u0628\u0631\u0627\u06CC \u0627\u0641\u0632\u0648\u062F\u0646 \u0648\u06CC\u0698\u06AF\u06CC",dismiss:"\u0628\u0631\u0627\u06CC \u0628\u0633\u062A\u0646"}},propertyKeyVisibility:{title:"\u0646\u0645\u0627\u06CC\u0634 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC",description:"\u06A9\u0646\u062A\u0631\u0644 \u0645\u062D\u0644 \u0646\u0645\u0627\u06CC\u0634 \u0645\u0642\u0627\u062F\u06CC\u0631 \u0648\u06CC\u0698\u06AF\u06CC. \u0633\u062A\u0648\u0646\u200C\u0647\u0627 \u0645\u0631\u0628\u0648\u0637 \u0628\u0647 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC\u060C \u067E\u0646\u0644 \u0641\u0647\u0631\u0633\u062A \u0648 \u0645\u0646\u0648\u06CC \u0632\u0645\u06CC\u0646\u0647 \u0641\u0627\u06CC\u0644 \u0647\u0633\u062A\u0646\u062F. \u0627\u0632 \u0631\u062F\u06CC\u0641 \u067E\u0627\u06CC\u06CC\u0646 \u0628\u0631\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0648\u0636\u0639\u06CC\u062A \u0647\u0645\u0647 \u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u06CC\u06A9 \u0633\u062A\u0648\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",searchPlaceholder:"\u062C\u0633\u062A\u062C\u0648\u06CC \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC...",propertyColumnLabel:"\u0648\u06CC\u0698\u06AF\u06CC",showInNavigation:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0646\u0627\u0648\u0628\u0631\u06CC",showInList:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0641\u0647\u0631\u0633\u062A",showInFileMenu:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0645\u0646\u0648\u06CC \u0641\u0627\u06CC\u0644",toggleAllInNavigation:"\u062A\u063A\u06CC\u06CC\u0631 \u0648\u0636\u0639\u06CC\u062A \u0647\u0645\u0647 \u062F\u0631 \u0646\u0627\u0648\u0628\u0631\u06CC",toggleAllInList:"\u062A\u063A\u06CC\u06CC\u0631 \u0648\u0636\u0639\u06CC\u062A \u0647\u0645\u0647 \u062F\u0631 \u0641\u0647\u0631\u0633\u062A",toggleAllInFileMenu:"\u062A\u063A\u06CC\u06CC\u0631 \u0648\u0636\u0639\u06CC\u062A \u0647\u0645\u0647 \u062F\u0631 \u0645\u0646\u0648\u06CC \u0641\u0627\u06CC\u0644",applyButton:"\u0627\u0639\u0645\u0627\u0644",emptyState:"\u06A9\u0644\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0627\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F."},welcome:{title:"\u0628\u0647 {pluginName} \u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F",introText:"\u0633\u0644\u0627\u0645! \u0642\u0628\u0644 \u0627\u0632 \u0634\u0631\u0648\u0639\u060C \u0627\u06A9\u06CC\u062F\u0627\u064B \u062A\u0648\u0635\u06CC\u0647 \u0645\u06CC\u200C\u06A9\u0646\u0645 \u067E\u0646\u062C \u062F\u0642\u06CC\u0642\u0647 \u0627\u0648\u0644 \u0648\u06CC\u062F\u06CC\u0648\u06CC \u0632\u06CC\u0631 \u0631\u0627 \u062A\u0645\u0627\u0634\u0627 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u062D\u0648\u0647 \u06A9\u0627\u0631 \u067E\u0646\u0644\u200C\u0647\u0627 \u0648 \u06A9\u0644\u06CC\u062F \xAB\u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0627\u0632 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627\xBB \u0631\u0627 \u062F\u0631\u06A9 \u06A9\u0646\u06CC\u062F.",continueText:"\u0627\u06AF\u0631 \u067E\u0646\u062C \u062F\u0642\u06CC\u0642\u0647 \u062F\u06CC\u06AF\u0631 \u0648\u0642\u062A \u062F\u0627\u0631\u06CC\u062F\u060C \u0628\u0647 \u062A\u0645\u0627\u0634\u0627\u06CC \u0648\u06CC\u062F\u06CC\u0648 \u0627\u062F\u0627\u0645\u0647 \u062F\u0647\u06CC\u062F \u062A\u0627 \u062D\u0627\u0644\u062A\u200C\u0647\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0641\u0634\u0631\u062F\u0647 \u0648 \u0646\u062D\u0648\u0647 \u062A\u0646\u0638\u06CC\u0645 \u0635\u062D\u06CC\u062D \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648 \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631 \u0645\u0647\u0645 \u0631\u0627 \u062F\u0631\u06A9 \u06A9\u0646\u06CC\u062F.",thanksText:"\u0627\u0632 \u062F\u0627\u0646\u0644\u0648\u062F \u0634\u0645\u0627 \u0628\u0633\u06CC\u0627\u0631 \u0633\u067E\u0627\u0633\u06AF\u0632\u0627\u0631\u0645\u060C \u0644\u0630\u062A \u0628\u0628\u0631\u06CC\u062F!",videoAlt:"\u0646\u0635\u0628 \u0648 \u062A\u0633\u0644\u0637 \u0628\u0631 Notebook Navigator",openVideoButton:"\u067E\u062E\u0634 \u0648\u06CC\u062F\u06CC\u0648",closeButton:"\u0634\u0627\u06CC\u062F \u0628\u0639\u062F\u0627\u064B"}},fileSystem:{errors:{createFolder:"\u0627\u06CC\u062C\u0627\u062F \u067E\u0648\u0634\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",createFile:"\u0627\u06CC\u062C\u0627\u062F \u0641\u0627\u06CC\u0644 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",renameFolder:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",renameFolderNoteConflict:'\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0645\u0645\u06A9\u0646 \u0646\u06CC\u0633\u062A: "{name}" \u062F\u0631 \u0627\u06CC\u0646 \u067E\u0648\u0634\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F',renameFile:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",deleteFolder:"\u062D\u0630\u0641 \u067E\u0648\u0634\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",deleteFile:"\u062D\u0630\u0641 \u0641\u0627\u06CC\u0644 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",deleteAttachments:"\u062D\u0630\u0641 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",duplicateNote:"\u06A9\u067E\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",duplicateFolder:"\u06A9\u067E\u06CC \u067E\u0648\u0634\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",openVersionHistory:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062A\u0627\u0631\u06CC\u062E\u0686\u0647 \u0646\u0633\u062E\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",versionHistoryNotFound:"\u062F\u0633\u062A\u0648\u0631 \u062A\u0627\u0631\u06CC\u062E\u0686\u0647 \u0646\u0633\u062E\u0647 \u06CC\u0627\u0641\u062A \u0646\u0634\u062F. \u0627\u0637\u0645\u06CC\u0646\u0627\u0646 \u062D\u0627\u0635\u0644 \u06A9\u0646\u06CC\u062F \u06A9\u0647 Obsidian Sync \u0641\u0639\u0627\u0644 \u0627\u0633\u062A.",revealInExplorer:"\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644 \u062F\u0631 \u0645\u0631\u0648\u0631\u06AF\u0631 \u0633\u06CC\u0633\u062A\u0645 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",openInDefaultApp:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062F\u0631 \u0628\u0631\u0646\u0627\u0645\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",openInDefaultAppNotAvailable:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u062F\u0631 \u0628\u0631\u0646\u0627\u0645\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062F\u0631 \u0627\u06CC\u0646 \u067E\u0644\u062A\u0641\u0631\u0645 \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A",folderNoteAlreadyExists:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",folderAlreadyExists:'\u067E\u0648\u0634\u0647 "{name}" \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F',folderNotesDisabled:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0631\u0627 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0631\u0627 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0646\u06CC\u062F",folderNoteAlreadyLinked:"\u0627\u06CC\u0646 \u0641\u0627\u06CC\u0644 \u062F\u0631 \u062D\u0627\u0644 \u062D\u0627\u0636\u0631 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0639\u0645\u0644 \u0645\u06CC\u200C\u06A9\u0646\u062F",folderNoteNotFound:"\u0647\u06CC\u0686 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647\u200C\u0627\u06CC \u062F\u0631 \u067E\u0648\u0634\u0647 \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u0634\u062F\u0647 \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F",folderNoteUnsupportedExtension:"\u067E\u0633\u0648\u0646\u062F \u0641\u0627\u06CC\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC\u200C\u0634\u0648\u062F: {extension}",folderNoteMoveFailed:"\u0627\u0646\u062A\u0642\u0627\u0644 \u0641\u0627\u06CC\u0644 \u062F\u0631 \u062D\u06CC\u0646 \u062A\u0628\u062F\u06CC\u0644 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",folderNoteRenameConflict:'\u0641\u0627\u06CC\u0644\u06CC \u0628\u0627 \u0646\u0627\u0645 "{name}" \u062F\u0631 \u067E\u0648\u0634\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F',folderNoteConversionFailed:"\u062A\u0628\u062F\u06CC\u0644 \u0641\u0627\u06CC\u0644 \u0628\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",folderNoteConversionFailedWithReason:"\u062A\u0628\u062F\u06CC\u0644 \u0641\u0627\u06CC\u0644 \u0628\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",folderNoteOpenFailed:"\u0641\u0627\u06CC\u0644 \u062A\u0628\u062F\u06CC\u0644 \u0634\u062F \u0627\u0645\u0627 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",failedToDeleteFile:"\u062D\u0630\u0641 {name} \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",failedToDeleteMultipleFiles:"\u062D\u0630\u0641 {count} \u0641\u0627\u06CC\u0644 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",versionHistoryNotAvailable:"\u0633\u0631\u0648\u06CC\u0633 \u062A\u0627\u0631\u06CC\u062E\u0686\u0647 \u0646\u0633\u062E\u0647 \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A",drawingAlreadyExists:"\u0637\u0631\u0627\u062D\u06CC \u0628\u0627 \u0627\u06CC\u0646 \u0646\u0627\u0645 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",failedToCreateDrawing:"\u0627\u06CC\u062C\u0627\u062F \u0637\u0631\u0627\u062D\u06CC \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",noFolderSelected:"\u067E\u0648\u0634\u0647\u200C\u0627\u06CC \u062F\u0631 Notebook Navigator \u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",noFileSelected:"\u0641\u0627\u06CC\u0644\u06CC \u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A"},warnings:{linkBreakingNameCharacters:"\u0627\u06CC\u0646 \u0646\u0627\u0645 \u0634\u0627\u0645\u0644 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC\u06CC \u0627\u0633\u062A \u06A9\u0647 \u0644\u06CC\u0646\u06A9\u200C\u0647\u0627\u06CC Obsidian \u0631\u0627 \u062E\u0631\u0627\u0628 \u0645\u06CC\u200C\u06A9\u0646\u062F: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u0646\u0627\u0645\u200C\u0647\u0627 \u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u0646\u062F \u0628\u0627 \u0646\u0642\u0637\u0647 \u0634\u0631\u0648\u0639 \u0634\u0648\u0646\u062F \u06CC\u0627 \u0634\u0627\u0645\u0644 : \u06CC\u0627 / \u0628\u0627\u0634\u0646\u062F.",forbiddenNameCharactersWindows:'\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u0631\u0632\u0631\u0648 \u0634\u062F\u0647 \u062F\u0631 Windows \u0645\u062C\u0627\u0632 \u0646\u06CC\u0633\u062A\u0646\u062F: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\u067E\u0648\u0634\u0647 \u0645\u062E\u0641\u06CC \u0634\u062F: {name}",showFolder:"\u067E\u0648\u0634\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u062F: {name}"},notifications:{deletedMultipleFiles:"{count} \u0641\u0627\u06CC\u0644 \u062D\u0630\u0641 \u0634\u062F",movedMultipleFiles:"{count} \u0641\u0627\u06CC\u0644 \u0628\u0647 {folder} \u0645\u0646\u062A\u0642\u0644 \u0634\u062F",folderNoteConversionSuccess:'\u0641\u0627\u06CC\u0644 \u0628\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u062F\u0631 "{name}" \u062A\u0628\u062F\u06CC\u0644 \u0634\u062F',folderMoved:'\u067E\u0648\u0634\u0647 "{name}" \u0645\u0646\u062A\u0642\u0644 \u0634\u062F',deepLinkCopied:"URL \u0627\u0648\u0628\u0633\u06CC\u062F\u06CC\u0646 \u062F\u0631 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u06A9\u067E\u06CC \u0634\u062F",pathCopied:"\u0645\u0633\u06CC\u0631 \u062F\u0631 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u06A9\u067E\u06CC \u0634\u062F",relativePathCopied:"\u0645\u0633\u06CC\u0631 \u0646\u0633\u0628\u06CC \u062F\u0631 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u06A9\u067E\u06CC \u0634\u062F",tagAddedToNote:"\u0628\u0631\u0686\u0633\u0628 \u0628\u0647 \u06F1 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0636\u0627\u0641\u0647 \u0634\u062F",tagAddedToNotes:"\u0628\u0631\u0686\u0633\u0628 \u0628\u0647 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0627\u0636\u0627\u0641\u0647 \u0634\u062F",tagRemovedFromNote:"\u0628\u0631\u0686\u0633\u0628 \u0627\u0632 \u06F1 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u0634\u062F",tagRemovedFromNotes:"\u0628\u0631\u0686\u0633\u0628 \u0627\u0632 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062D\u0630\u0641 \u0634\u062F",tagsClearedFromNote:"\u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0627\u0632 \u06F1 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0627\u06A9 \u0634\u062F",tagsClearedFromNotes:"\u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0627\u0632 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0627\u06A9 \u0634\u062F",noTagsToRemove:"\u0628\u0631\u0686\u0633\u0628\u06CC \u0628\u0631\u0627\u06CC \u062D\u0630\u0641 \u0646\u06CC\u0633\u062A",noFilesSelected:"\u0641\u0627\u06CC\u0644\u06CC \u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A",tagOperationsNotAvailable:"\u0639\u0645\u0644\u06CC\u0627\u062A \u0628\u0631\u0686\u0633\u0628 \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A",propertyOperationsNotAvailable:"\u0639\u0645\u0644\u06CC\u0627\u062A \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0646\u06CC\u0633\u062A",tagsRequireMarkdown:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0641\u0642\u0637 \u0631\u0648\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC Markdown \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC\u200C\u0634\u0648\u0646\u062F",propertiesRequireMarkdown:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u0641\u0642\u0637 \u062F\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC Markdown \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC\u200C\u0634\u0648\u0646\u062F",propertySetOnNote:"\u0648\u06CC\u0698\u06AF\u06CC \u062F\u0631 \u06F1 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0634\u062F",propertySetOnNotes:"\u0648\u06CC\u0698\u06AF\u06CC \u062F\u0631 {count} \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0634\u062F",iconPackDownloaded:"{provider} \u062F\u0627\u0646\u0644\u0648\u062F \u0634\u062F",iconPackUpdated:"{provider} \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0634\u062F ({version})",iconPackRemoved:"{provider} \u062D\u0630\u0641 \u0634\u062F",iconPackLoadFailed:"\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC {provider} \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",hiddenFileReveal:'\u0641\u0627\u06CC\u0644 \u0645\u062E\u0641\u06CC \u0627\u0633\u062A. "\u0646\u0645\u0627\u06CC\u0634 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC" \u0631\u0627 \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F'},confirmations:{deleteMultipleFiles:"\u0622\u06CC\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062A\u06CC\u062F \u0645\u06CC\u200C\u062E\u0648\u0627\u0647\u06CC\u062F {count} \u0641\u0627\u06CC\u0644 \u0631\u0627 \u062D\u0630\u0641 \u06A9\u0646\u06CC\u062F\u061F",deleteConfirmation:"\u0627\u06CC\u0646 \u0639\u0645\u0644 \u0642\u0627\u0628\u0644 \u0628\u0627\u0632\u06AF\u0634\u062A \u0646\u06CC\u0633\u062A."},defaultNames:{untitled:"\u0628\u062F\u0648\u0646 \u0639\u0646\u0648\u0627\u0646"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646 \u067E\u0648\u0634\u0647 \u0631\u0627 \u0628\u0647 \u062E\u0648\u062F \u06CC\u0627 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647 \u0622\u0646 \u0645\u0646\u062A\u0642\u0644 \u06A9\u0631\u062F.",itemAlreadyExists:'\u0622\u06CC\u062A\u0645\u06CC \u0628\u0627 \u0646\u0627\u0645 "{name}" \u062F\u0631 \u0627\u06CC\u0646 \u0645\u06A9\u0627\u0646 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F.',failedToMove:"\u0627\u0646\u062A\u0642\u0627\u0644 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {error}",failedToAddTag:'\u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0631\u0686\u0633\u0628 "{tag}" \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F',failedToSetProperty:"\u062E\u0637\u0627 \u062F\u0631 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0648\u06CC\u0698\u06AF\u06CC: {error}",failedToClearTags:"\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",failedToMoveFolder:'\u0627\u0646\u062A\u0642\u0627\u0644 \u067E\u0648\u0634\u0647 "{name}" \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F',failedToImportFiles:"\u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {names}"},notifications:{filesAlreadyExist:"{count} \u0641\u0627\u06CC\u0644 \u062F\u0631 \u0645\u0642\u0635\u062F \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F",filesAlreadyHaveTag:"{count} \u0641\u0627\u06CC\u0644 \u0627\u06CC\u0646 \u0628\u0631\u0686\u0633\u0628 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628 \u062F\u0642\u06CC\u0642\u200C\u062A\u0631 \u0631\u0627 \u062F\u0627\u0631\u062F",filesAlreadyHaveProperty:"{count} \u0641\u0627\u06CC\u0644 \u0627\u0632 \u0642\u0628\u0644 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0631\u0627 \u062F\u0627\u0631\u0646\u062F",noTagsToClear:"\u0628\u0631\u0686\u0633\u0628\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646 \u0646\u06CC\u0633\u062A",fileImported:"\u06F1 \u0641\u0627\u06CC\u0644 \u0648\u0627\u0631\u062F \u0634\u062F",filesImported:"{count} \u0641\u0627\u06CC\u0644 \u0648\u0627\u0631\u062F \u0634\u062F"}},dateGroups:{today:"\u0627\u0645\u0631\u0648\u0632",yesterday:"\u062F\u06CC\u0631\u0648\u0632",previous7Days:"\u06F7 \u0631\u0648\u0632 \u06AF\u0630\u0634\u062A\u0647",previous30Days:"\u06F3\u06F0 \u0631\u0648\u0632 \u06AF\u0630\u0634\u062A\u0647"},commands:{open:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646",toggleLeftSidebar:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0686\u067E",openHomepage:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC",openDailyNote:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647",openWeeklyNote:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0647\u0641\u062A\u06AF\u06CC",openMonthlyNote:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u0627\u0647\u0627\u0646\u0647",openQuarterlyNote:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0641\u0635\u0644\u06CC",openYearlyNote:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0633\u0627\u0644\u0627\u0646\u0647",revealFile:"\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644",search:"\u062C\u0633\u062A\u062C\u0648",searchVaultRoot:"\u062C\u0633\u062A\u062C\u0648 \u062F\u0631 \u0631\u06CC\u0634\u0647 \u062E\u0632\u0627\u0646\u0647",toggleDualPane:"\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u0627\u06CC \u067E\u0646\u0644 \u062F\u0648\u06AF\u0627\u0646\u0647",toggleDualPaneOrientation:"\u062A\u063A\u06CC\u06CC\u0631 \u062C\u0647\u062A \u067E\u0646\u0644 \u062F\u0648\u06AF\u0627\u0646\u0647",toggleCalendar:"\u062A\u063A\u06CC\u06CC\u0631 \u062A\u0642\u0648\u06CC\u0645",selectVaultProfile:"\u0627\u0646\u062A\u062E\u0627\u0628 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647",selectVaultProfile1:"\u0627\u0646\u062A\u062E\u0627\u0628 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647 \u06F1",selectVaultProfile2:"\u0627\u0646\u062A\u062E\u0627\u0628 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647 \u06F2",selectVaultProfile3:"\u0627\u0646\u062A\u062E\u0627\u0628 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647 \u06F3",deleteFile:"\u062D\u0630\u0641 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627",createNewNote:"\u0627\u06CC\u062C\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062C\u062F\u06CC\u062F",createNewNoteFromTemplate:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062C\u062F\u06CC\u062F \u0627\u0632 \u0642\u0627\u0644\u0628",moveFiles:"\u0627\u0646\u062A\u0642\u0627\u0644 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627",selectNextFile:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0641\u0627\u06CC\u0644 \u0628\u0639\u062F\u06CC",selectPreviousFile:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0641\u0627\u06CC\u0644 \u0642\u0628\u0644\u06CC",navigateBack:"\u0628\u0627\u0632\u06AF\u0634\u062A",navigateForward:"\u062C\u0644\u0648 \u0631\u0641\u062A\u0646",convertToFolderNote:"\u062A\u0628\u062F\u06CC\u0644 \u0628\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",setAsFolderNote:"\u062A\u0646\u0638\u06CC\u0645 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",detachFolderNote:"\u062C\u062F\u0627 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",pinAllFolderNotes:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0647\u0645\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647",navigateToFolder:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u067E\u0648\u0634\u0647",navigateToTag:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u0628\u0631\u0686\u0633\u0628",navigateToProperty:"\u0631\u0641\u062A\u0646 \u0628\u0647 \u0648\u06CC\u0698\u06AF\u06CC",addShortcut:"\u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",openShortcut:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 {number}",toggleDescendants:"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u200C\u0647\u0627",toggleHidden:"\u062A\u063A\u06CC\u06CC\u0631 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u060C \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0648 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC",toggleTagSort:"\u062A\u063A\u06CC\u06CC\u0631 \u062A\u0631\u062A\u06CC\u0628 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0628\u0631\u0686\u0633\u0628",toggleCompactMode:"\u062A\u063A\u06CC\u06CC\u0631 \u062D\u0627\u0644\u062A \u0641\u0634\u0631\u062F\u0647",collapseExpand:"\u062C\u0645\u0639 / \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0647\u0645\u0647 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627",addTag:"\u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0631\u0686\u0633\u0628 \u0628\u0647 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628\u06CC",setProperty:"\u062A\u0646\u0638\u06CC\u0645 \u0648\u06CC\u0698\u06AF\u06CC \u0631\u0648\u06CC \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628\u06CC",removeTag:"\u062D\u0630\u0641 \u0628\u0631\u0686\u0633\u0628 \u0627\u0632 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628\u06CC",removeAllTags:"\u062D\u0630\u0641 \u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0627\u0632 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u0646\u062A\u062E\u0627\u0628\u06CC",openAllFiles:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0647\u0645\u0647 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627",rebuildCache:"\u0628\u0627\u0632\u0633\u0627\u0632\u06CC \u06A9\u0634"},plugin:{viewName:"Notebook Navigator",calendarViewName:"\u062A\u0642\u0648\u06CC\u0645",ribbonTooltip:"Notebook Navigator",revealInNavigator:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 Notebook Navigator"},tooltips:{lastModifiedAt:"\u0622\u062E\u0631\u06CC\u0646 \u062A\u063A\u06CC\u06CC\u0631 \u062F\u0631",createdAt:"\u0627\u06CC\u062C\u0627\u062F \u0634\u062F\u0647 \u062F\u0631",file:"\u0641\u0627\u06CC\u0644",files:"\u0641\u0627\u06CC\u0644",folder:"\u067E\u0648\u0634\u0647",folders:"\u067E\u0648\u0634\u0647"},settings:{metadataReport:{exportSuccess:"\u06AF\u0632\u0627\u0631\u0634 \u0645\u062A\u0627\u062F\u06CC\u062A\u0627\u06CC \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0647 {filename} \u0635\u0627\u062F\u0631 \u0634\u062F",exportFailed:"\u0635\u0627\u062F\u0631 \u06A9\u0631\u062F\u0646 \u06AF\u0632\u0627\u0631\u0634 \u0645\u062A\u0627\u062F\u06CC\u062A\u0627 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F"},sections:{general:"\u0639\u0645\u0648\u0645\u06CC",navigationPane:"\u0646\u0627\u0648\u0628\u0631\u06CC",calendar:"\u062A\u0642\u0648\u06CC\u0645",files:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627",icons:"\u0628\u0633\u062A\u0647\u200C\u0647\u0627\u06CC \u0622\u06CC\u06A9\u0648\u0646",folders:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627",folderNotes:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647",foldersAndTags:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627",tagsAndProperties:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0648 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",tags:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",listPane:"\u0644\u06CC\u0633\u062A",notes:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627",advanced:"\u067E\u06CC\u0634\u0631\u0641\u062A\u0647"},groups:{general:{vaultProfiles:"\u067E\u0631\u0648\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u062E\u0632\u0627\u0646\u0647",filtering:"\u0641\u06CC\u0644\u062A\u0631 \u06A9\u0631\u062F\u0646",templates:"\u0627\u0644\u06AF\u0648\u0647\u0627",behavior:"\u0631\u0641\u062A\u0627\u0631",keyboardNavigation:"\u067E\u06CC\u0645\u0627\u06CC\u0634 \u0628\u0627 \u0635\u0641\u062D\u0647\u200C\u06A9\u0644\u06CC\u062F",mouseButtons:"\u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0645\u0627\u0648\u0633",view:"\u0638\u0627\u0647\u0631",icons:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627",desktopAppearance:"\u0638\u0627\u0647\u0631 \u062F\u0633\u06A9\u062A\u0627\u067E",mobileAppearance:"\u0638\u0627\u0647\u0631 \u0645\u0648\u0628\u0627\u06CC\u0644",formatting:"\u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC"},navigation:{appearance:"\u0638\u0627\u0647\u0631",rainbowColors:"\u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646",leftSidebar:"\u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0686\u067E",calendarIntegration:"\u06CC\u06A9\u067E\u0627\u0631\u0686\u0647\u200C\u0633\u0627\u0632\u06CC \u062A\u0642\u0648\u06CC\u0645"},list:{display:"\u0638\u0627\u0647\u0631",pinnedNotes:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647"},notes:{frontmatter:"\u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631",tasks:"\u0648\u0638\u0627\u06CC\u0641",icon:"\u0622\u06CC\u06A9\u0648\u0646",title:"\u0639\u0646\u0648\u0627\u0646",previewText:"\u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634",featureImage:"\u062A\u0635\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647",tags:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",properties:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",date:"\u062A\u0627\u0631\u06CC\u062E",parentFolder:"\u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F"}},syncMode:{notSynced:"(\u0647\u0645\u06AF\u0627\u0645 \u0646\u0634\u062F\u0647)",disabled:"(\u063A\u06CC\u0631\u0641\u0639\u0627\u0644)",switchToSynced:"\u0641\u0639\u0627\u0644\u200C\u0633\u0627\u0632\u06CC \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC",switchToLocal:"\u063A\u06CC\u0631\u0641\u0639\u0627\u0644\u200C\u0633\u0627\u0632\u06CC \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC"},items:{listPaneTitle:{name:"\u0639\u0646\u0648\u0627\u0646 \u067E\u0646\u0644 \u0644\u06CC\u0633\u062A",desc:"\u0645\u062D\u0644 \u0646\u0645\u0627\u06CC\u0634 \u0639\u0646\u0648\u0627\u0646 \u067E\u0646\u0644 \u0644\u06CC\u0633\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F.",options:{header:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0647\u062F\u0631",list:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u067E\u0646\u0644 \u0644\u06CC\u0633\u062A",hidden:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u062F\u0647"}},sortNotesBy:{name:"\u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0628\u0631 \u0627\u0633\u0627\u0633",desc:"\u0646\u062D\u0648\u0647 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u0644\u06CC\u0633\u062A \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F.",options:{"modified-desc":"\u062A\u0627\u0631\u06CC\u062E \u0648\u06CC\u0631\u0627\u06CC\u0634 (\u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646 \u0628\u0627\u0644\u0627)","modified-asc":"\u062A\u0627\u0631\u06CC\u062E \u0648\u06CC\u0631\u0627\u06CC\u0634 (\u0642\u062F\u06CC\u0645\u06CC\u200C\u062A\u0631\u06CC\u0646 \u0628\u0627\u0644\u0627)","created-desc":"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u062C\u0627\u062F (\u062C\u062F\u06CC\u062F\u062A\u0631\u06CC\u0646 \u0628\u0627\u0644\u0627)","created-asc":"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u062C\u0627\u062F (\u0642\u062F\u06CC\u0645\u06CC\u200C\u062A\u0631\u06CC\u0646 \u0628\u0627\u0644\u0627)","title-asc":"\u0639\u0646\u0648\u0627\u0646 (\u0627\u0644\u0641 \u0628\u0627\u0644\u0627)","title-desc":"\u0639\u0646\u0648\u0627\u0646 (\u06CC \u0628\u0627\u0644\u0627)","filename-asc":"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 (\u0627\u0644\u0641 \u0628\u0627\u0644\u0627)","filename-desc":"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 (\u06CC \u0628\u0627\u0644\u0627)","property-asc":"\u0648\u06CC\u0698\u06AF\u06CC (\u0627\u0644\u0641 \u0628\u0627\u0644\u0627)","property-desc":"\u0648\u06CC\u0698\u06AF\u06CC (\u06CC \u0628\u0627\u0644\u0627)"},propertyOverride:{asc:"\u0648\u06CC\u0698\u06AF\u06CC \u2018{property}\u2019 (\u0627\u0644\u0641 \u0628\u0627\u0644\u0627)",desc:"\u0648\u06CC\u0698\u06AF\u06CC \u2018{property}\u2019 (\u06CC \u0628\u0627\u0644\u0627)"}},propertySortKey:{name:"\u0648\u06CC\u0698\u06AF\u06CC \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC",desc:"\u0628\u0627 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F. \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC frontmatter \u0631\u0627 \u062F\u0627\u0631\u0646\u062F \u0627\u0628\u062A\u062F\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u062F\u0647 \u0648 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0645\u0642\u062F\u0627\u0631 \u0648\u06CC\u0698\u06AF\u06CC \u0645\u0631\u062A\u0628 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0622\u0631\u0627\u06CC\u0647\u200C\u0647\u0627 \u0628\u0647 \u06CC\u06A9 \u0645\u0642\u062F\u0627\u0631 \u062A\u0628\u062F\u06CC\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",placeholder:"order"},propertySortSecondary:{name:"\u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u062B\u0627\u0646\u0648\u06CC\u0647",desc:"\u0628\u0627 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0628\u0631 \u0627\u0633\u0627\u0633 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F\u060C \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0645\u0642\u062F\u0627\u0631 \u0648\u06CC\u0698\u06AF\u06CC \u06CC\u06A9\u0633\u0627\u0646 \u06CC\u0627 \u0628\u062F\u0648\u0646 \u0645\u0642\u062F\u0627\u0631 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0627\u0634\u0646\u062F.",options:{title:"\u0639\u0646\u0648\u0627\u0646",filename:"\u0646\u0627\u0645 \u0641\u0627\u06CC\u0644",created:"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u062C\u0627\u062F",modified:"\u062A\u0627\u0631\u06CC\u062E \u0648\u06CC\u0631\u0627\u06CC\u0634"}},revealFileOnListChanges:{name:"\u0627\u0633\u06A9\u0631\u0648\u0644 \u0628\u0647 \u0641\u0627\u06CC\u0644 \u0627\u0646\u062A\u062E\u0627\u0628\u06CC \u0647\u0646\u06AF\u0627\u0645 \u062A\u063A\u06CC\u06CC\u0631 \u0644\u06CC\u0633\u062A",desc:"\u0647\u0646\u06AF\u0627\u0645 \u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u060C \u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u060C \u062A\u063A\u06CC\u06CC\u0631 \u0638\u0627\u0647\u0631 \u067E\u0648\u0634\u0647\u060C \u06CC\u0627 \u0627\u062C\u0631\u0627\u06CC \u0639\u0645\u0644\u06CC\u0627\u062A \u0641\u0627\u06CC\u0644 \u0628\u0647 \u0641\u0627\u06CC\u0644 \u0627\u0646\u062A\u062E\u0627\u0628\u06CC \u0627\u0633\u06A9\u0631\u0648\u0644 \u06A9\u0646\u06CC\u062F."},includeDescendantNotes:{name:"\u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0627\u0632 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627 / \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u200C\u0647\u0627",desc:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u062A\u0648\u062F\u0631\u062A\u0648 \u0648 \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u200C\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u0645\u0634\u0627\u0647\u062F\u0647 \u067E\u0648\u0634\u0647 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628 \u0634\u0627\u0645\u0644 \u06A9\u0646\u06CC\u062F."},limitPinnedToCurrentFolder:{name:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0641\u0642\u0637 \u062F\u0631 \u067E\u0648\u0634\u0647 \u062E\u0648\u062F\u0634\u0627\u0646",desc:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647 \u0641\u0642\u0637 \u062F\u0631 \u067E\u0648\u0634\u0647 \u062E\u0648\u062F\u0634\u0627\u0646 \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647 \u0646\u0634\u0627\u0646 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0645\u0641\u06CC\u062F \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u06CC\u0627 \u0627\u06AF\u0631 \u062A\u0639\u062F\u0627\u062F \u0632\u06CC\u0627\u062F\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647 \u062F\u0627\u0631\u06CC\u062F. \u0628\u0631 \u0646\u0645\u0627\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u06CC\u0627 \u0648\u06CC\u0698\u06AF\u06CC \u062A\u0623\u062B\u06CC\u0631 \u0646\u0645\u06CC\u200C\u06AF\u0630\u0627\u0631\u062F."},separateNoteCounts:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u062A\u0639\u062F\u0627\u062F \u0641\u0639\u0644\u06CC \u0648 \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647",desc:'\u062A\u0639\u062F\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A "\u0641\u0639\u0644\u06CC \u25BE \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647" \u062F\u0631 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F.'},groupNotes:{name:"\u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627",desc:"\u0647\u062F\u0631\u0647\u0627 \u0628\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u0634\u062F\u0647 \u0628\u0631 \u0627\u0633\u0627\u0633 \u062A\u0627\u0631\u06CC\u062E \u06CC\u0627 \u067E\u0648\u0634\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F. \u0646\u0645\u0627\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0627\u0632 \u06AF\u0631\u0648\u0647\u200C\u0647\u0627\u06CC \u062A\u0627\u0631\u06CC\u062E \u0647\u0646\u06AF\u0627\u0645 \u0641\u0639\u0627\u0644 \u0628\u0648\u062F\u0646 \u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u067E\u0648\u0634\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F.",options:{none:"\u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u0646\u06A9\u0646",date:"\u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u0628\u0631 \u0627\u0633\u0627\u0633 \u062A\u0627\u0631\u06CC\u062E",folder:"\u06AF\u0631\u0648\u0647\u200C\u0628\u0646\u062F\u06CC \u0628\u0631 \u0627\u0633\u0627\u0633 \u067E\u0648\u0634\u0647"}},showSelectedNavigationPills:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0647\u0645\u06CC\u0634\u06AF\u06CC \u062A\u0645\u0627\u0645 \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0648 \u0648\u06CC\u0698\u06AF\u06CC",desc:"\u062F\u0631 \u0635\u0648\u0631\u062A \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0628\u0648\u062F\u0646\u060C \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0628\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u0627\u0648\u0628\u0631\u06CC \u0641\u0639\u0644\u06CC \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0631\u0646\u062F \u067E\u0646\u0647\u0627\u0646 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F (\u0645\u062B\u0644\u0627\u064B \u0646\u0634\u0627\u0646 \u0628\u0631\u0686\u0633\u0628 \xAB\u062F\u0633\u062A\u0648\u0631 \u067E\u062E\u062A\xBB \u0647\u0646\u06AF\u0627\u0645 \u0645\u0631\u0648\u0631 \u0628\u0631\u0686\u0633\u0628 \xAB\u062F\u0633\u062A\u0648\u0631 \u067E\u062E\u062A\xBB \u067E\u0646\u0647\u0627\u0646 \u0645\u06CC\u200C\u0634\u0648\u062F). \u0641\u0639\u0627\u0644 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0647\u0645\u0647 \u0646\u0634\u0627\u0646\u200C\u0647\u0627 \u0647\u0645\u06CC\u0634\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u0646\u062F."},showPinnedGroupHeader:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0647\u062F\u0631 \u06AF\u0631\u0648\u0647 \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647",desc:"\u0647\u062F\u0631 \u0628\u062E\u0634 \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647 \u0631\u0627 \u0628\u0627\u0644\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showPinnedIcon:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646 \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647",desc:"\u0622\u06CC\u06A9\u0648\u0646 \u0631\u0627 \u06A9\u0646\u0627\u0631 \u0647\u062F\u0631 \u0628\u062E\u0634 \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},defaultListMode:{name:"\u062D\u0627\u0644\u062A \u0644\u06CC\u0633\u062A \u067E\u06CC\u0634\u200C\u0641\u0631\u0636",desc:"\u0646\u0645\u0627\u06CC \u0644\u06CC\u0633\u062A \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F. \u0627\u0633\u062A\u0627\u0646\u062F\u0627\u0631\u062F \u0639\u0646\u0648\u0627\u0646\u060C \u062A\u0627\u0631\u06CC\u062E\u060C \u062A\u0648\u0636\u06CC\u062D\u0627\u062A \u0648 \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F. \u0641\u0634\u0631\u062F\u0647 \u0641\u0642\u0637 \u0639\u0646\u0648\u0627\u0646 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F. \u0638\u0627\u0647\u0631 \u0631\u0627 \u0628\u0631\u0627\u06CC \u0647\u0631 \u067E\u0648\u0634\u0647 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",options:{standard:"\u0627\u0633\u062A\u0627\u0646\u062F\u0627\u0631\u062F",compact:"\u0641\u0634\u0631\u062F\u0647"}},showFileIcons:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644",desc:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644 \u0631\u0627 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647\u200C\u06AF\u0630\u0627\u0631\u06CC \u0686\u067E\u200C\u0686\u06CC\u0646 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F. \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0648 \u062A\u0648\u0631\u0641\u062A\u06AF\u06CC \u0631\u0627 \u062D\u0630\u0641 \u0645\u06CC\u200C\u06A9\u0646\u062F. \u0627\u0648\u0644\u0648\u06CC\u062A: \u0622\u06CC\u06A9\u0648\u0646 \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645 > \u0622\u06CC\u06A9\u0648\u0646 \u0633\u0641\u0627\u0631\u0634\u06CC > \u0622\u06CC\u06A9\u0648\u0646 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 > \u0622\u06CC\u06A9\u0648\u0646 \u0646\u0648\u0639 \u0641\u0627\u06CC\u0644 > \u0622\u06CC\u06A9\u0648\u0646 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636."},showFileIconUnfinishedTask:{name:"\u0646\u0645\u0627\u062F \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0645\u0627\u062F \u0648\u0638\u06CC\u0641\u0647 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645 \u062F\u0627\u0631\u062F."},showFileBackgroundUnfinishedTask:{name:"\u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645",desc:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645 \u062F\u0627\u0631\u062F."},unfinishedTaskBackgroundColor:{name:"\u0631\u0646\u06AF \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647",desc:"\u062A\u0646\u0638\u06CC\u0645 \u0631\u0646\u06AF \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0645\u0648\u0631\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0632\u0645\u0627\u0646\u06CC \u06A9\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0648\u0638\u0627\u06CC\u0641 \u0646\u0627\u062A\u0645\u0627\u0645 \u062F\u0627\u0631\u062F."},showFilenameMatchIcons:{name:"\u0622\u06CC\u06A9\u0648\u0646 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644",desc:"\u062A\u062E\u0635\u06CC\u0635 \u0622\u06CC\u06A9\u0648\u0646 \u0628\u0647 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0645\u062A\u0646 \u062F\u0631 \u0646\u0627\u0645 \u0622\u0646\u200C\u0647\u0627."},fileNameIconMap:{name:"\u0646\u06AF\u0627\u0634\u062A \u0622\u06CC\u06A9\u0648\u0646 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644",desc:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u062D\u0627\u0648\u06CC \u0645\u062A\u0646 \u0622\u06CC\u06A9\u0648\u0646 \u0645\u0634\u062E\u0635\u200C\u0634\u062F\u0647 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F. \u06CC\u06A9 \u0646\u06AF\u0627\u0634\u062A \u062F\u0631 \u0647\u0631 \u062E\u0637: \u0645\u062A\u0646=\u0622\u06CC\u06A9\u0648\u0646",placeholder:`# \u0645\u062A\u0646=\u0622\u06CC\u06A9\u0648\u0646 +\u062C\u0644\u0633\u0647=LiCalendar +\u0641\u0627\u06A9\u062A\u0648\u0631=PhReceipt`,editTooltip:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0646\u06AF\u0627\u0634\u062A\u200C\u0647\u0627"},showCategoryIcons:{name:"\u0622\u06CC\u06A9\u0648\u0646 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0646\u0648\u0639 \u0641\u0627\u06CC\u0644",desc:"\u062A\u062E\u0635\u06CC\u0635 \u0622\u06CC\u06A9\u0648\u0646 \u0628\u0647 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0628\u0631 \u0627\u0633\u0627\u0633 \u067E\u0633\u0648\u0646\u062F \u0622\u0646\u200C\u0647\u0627."},fileTypeIconMap:{name:"\u0646\u06AF\u0627\u0634\u062A \u0622\u06CC\u06A9\u0648\u0646 \u0646\u0648\u0639 \u0641\u0627\u06CC\u0644",desc:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0628\u0627 \u067E\u0633\u0648\u0646\u062F \u0645\u0634\u062E\u0635 \u0622\u06CC\u06A9\u0648\u0646 \u0645\u0634\u062E\u0635\u200C\u0634\u062F\u0647 \u0631\u0627 \u062F\u0631\u06CC\u0627\u0641\u062A \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F. \u06CC\u06A9 \u0646\u06AF\u0627\u0634\u062A \u062F\u0631 \u0647\u0631 \u062E\u0637: \u067E\u0633\u0648\u0646\u062F=\u0622\u06CC\u06A9\u0648\u0646",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0646\u06AF\u0627\u0634\u062A\u200C\u0647\u0627"},optimizeNoteHeight:{name:"\u0627\u0631\u062A\u0641\u0627\u0639 \u0645\u062A\u063A\u06CC\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",desc:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0627\u0631\u062A\u0641\u0627\u0639 \u0641\u0634\u0631\u062F\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0633\u0646\u062C\u0627\u0642\u200C\u0634\u062F\u0647 \u0648 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0628\u062F\u0648\u0646 \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634."},compactItemHeight:{name:"\u0627\u0631\u062A\u0641\u0627\u0639 \u0622\u06CC\u062A\u0645 \u0641\u0634\u0631\u062F\u0647",desc:"\u0627\u0631\u062A\u0641\u0627\u0639 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0644\u06CC\u0633\u062A \u0641\u0634\u0631\u062F\u0647 \u0631\u0627 \u062F\u0631 \u062F\u0633\u06A9\u062A\u0627\u067E \u0648 \u0645\u0648\u0628\u0627\u06CC\u0644 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",resetTooltip:"\u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 (\u06F2\u06F8 \u067E\u06CC\u06A9\u0633\u0644)"},compactItemHeightScaleText:{name:"\u0645\u0642\u06CC\u0627\u0633\u200C\u0628\u0646\u062F\u06CC \u0645\u062A\u0646 \u0628\u0627 \u0627\u0631\u062A\u0641\u0627\u0639 \u0622\u06CC\u062A\u0645 \u0641\u0634\u0631\u062F\u0647",desc:"\u0645\u062A\u0646 \u0644\u06CC\u0633\u062A \u0641\u0634\u0631\u062F\u0647 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0627\u0647\u0634 \u0627\u0631\u062A\u0641\u0627\u0639 \u0622\u06CC\u062A\u0645 \u0645\u0642\u06CC\u0627\u0633\u200C\u0628\u0646\u062F\u06CC \u06A9\u0646\u06CC\u062F."},showParentFolder:{name:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F",desc:"\u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F \u0631\u0627 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},parentFolderClickRevealsFile:{name:"\u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F \u067E\u0648\u0634\u0647 \u0631\u0627 \u0628\u0627\u0632 \u0645\u06CC\u200C\u06A9\u0646\u062F",desc:"\u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u0628\u0631\u0686\u0633\u0628 \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F \u067E\u0648\u0634\u0647 \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 \u0644\u06CC\u0633\u062A \u0628\u0627\u0632 \u0645\u06CC\u200C\u06A9\u0646\u062F."},showParentFolderColor:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0646\u06AF \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F",desc:"\u0627\u0632 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0631\u0648\u06CC \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F."},showParentFolderIcon:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646 \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F",desc:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0631\u0627 \u06A9\u0646\u0627\u0631 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0648\u0627\u0644\u062F \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showQuickActions:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0627\u0642\u062F\u0627\u0645\u0627\u062A \u0633\u0631\u06CC\u0639",desc:"\u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0642\u062F\u0627\u0645 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u0642\u0631\u0627\u0631 \u06AF\u0631\u0641\u062A\u0646 \u0631\u0648\u06CC \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F. \u06A9\u0646\u062A\u0631\u0644 \u062F\u06A9\u0645\u0647 \u0627\u0642\u062F\u0627\u0645\u0627\u062A\u06CC \u06A9\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u0645\u06CC\u200C\u06A9\u0646\u062F."},dualPane:{name:"\u0646\u0645\u0627\u06CC \u067E\u0646\u0644 \u062F\u0648\u06AF\u0627\u0646\u0647",desc:"\u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0648 \u067E\u0646\u0644 \u0644\u06CC\u0633\u062A \u0631\u0627 \u06A9\u0646\u0627\u0631 \u0647\u0645 \u062F\u0631 \u062F\u0633\u06A9\u062A\u0627\u067E \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},dualPaneOrientation:{name:"\u062C\u0647\u062A \u067E\u0646\u0644 \u062F\u0648\u06AF\u0627\u0646\u0647",desc:"\u0646\u0645\u0627\u06CC \u0627\u0641\u0642\u06CC \u06CC\u0627 \u0639\u0645\u0648\u062F\u06CC \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u0641\u0639\u0627\u0644 \u0628\u0648\u062F\u0646 \u067E\u0646\u0644 \u062F\u0648\u06AF\u0627\u0646\u0647 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F.",options:{horizontal:"\u062A\u0642\u0633\u06CC\u0645 \u0627\u0641\u0642\u06CC",vertical:"\u062A\u0642\u0633\u06CC\u0645 \u0639\u0645\u0648\u062F\u06CC"}},appearanceBackground:{name:"\u0631\u0646\u06AF \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647",desc:"\u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0646\u0644\u200C\u0647\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC \u0648 \u0644\u06CC\u0633\u062A \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F.",options:{separate:"\u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647\u200C\u0647\u0627\u06CC \u062C\u062F\u0627\u06AF\u0627\u0646\u0647",primary:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0644\u06CC\u0633\u062A",secondary:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0646\u0627\u0648\u0628\u0631\u06CC"}},appearanceScale:{name:"\u0633\u0637\u062D \u0632\u0648\u0645",desc:"\u0633\u0637\u062D \u0632\u0648\u0645 \u06A9\u0644\u06CC Notebook Navigator \u0631\u0627 \u06A9\u0646\u062A\u0631\u0644 \u0645\u06CC\u200C\u06A9\u0646\u062F."},useFloatingToolbars:{name:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0646\u0648\u0627\u0631 \u0627\u0628\u0632\u0627\u0631 \u0634\u0646\u0627\u0648\u0631 \u062F\u0631 iOS/iPadOS",desc:"\u0628\u0631\u0627\u06CC Obsidian 1.11 \u0648 \u0628\u0627\u0644\u0627\u062A\u0631 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u062F."},startView:{name:"\u0646\u0645\u0627\u06CC \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0634\u0631\u0648\u0639",desc:"\u067E\u0646\u0644\u06CC \u06A9\u0647 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 Notebook Navigator \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F. \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u060C \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631 \u0648 \u062F\u0631\u062E\u062A \u067E\u0648\u0634\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F. \u067E\u0646\u0644 \u0644\u06CC\u0633\u062A \u0641\u0648\u0631\u0627\u064B \u0644\u06CC\u0633\u062A \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F.",options:{navigation:"\u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC",files:"\u067E\u0646\u0644 \u0644\u06CC\u0633\u062A"}},toolbarButtons:{name:"\u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0646\u0648\u0627\u0631 \u0627\u0628\u0632\u0627\u0631",desc:"\u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u062F\u0631 \u0646\u0648\u0627\u0631 \u0627\u0628\u0632\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F. \u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC \u0627\u0632 \u0637\u0631\u06CC\u0642 \u062F\u0633\u062A\u0648\u0631\u0627\u062A \u0648 \u0645\u0646\u0648\u0647\u0627 \u0642\u0627\u0628\u0644 \u062F\u0633\u062A\u0631\u0633\u06CC \u0647\u0633\u062A\u0646\u062F.",navigationLabel:"\u0646\u0648\u0627\u0631 \u0627\u0628\u0632\u0627\u0631 \u0646\u0627\u0648\u0628\u0631\u06CC",listLabel:"\u0646\u0648\u0627\u0631 \u0627\u0628\u0632\u0627\u0631 \u0644\u06CC\u0633\u062A"},createNewNotesInNewTab:{name:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F \u062F\u0631 \u0632\u0628\u0627\u0646\u0647 \u062C\u062F\u06CC\u062F",desc:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u0641\u0631\u0645\u0627\u0646 \u0627\u06CC\u062C\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062C\u062F\u06CC\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u0632\u0628\u0627\u0646\u0647 \u062C\u062F\u06CC\u062F \u0628\u0627\u0632 \u0645\u06CC\u200C\u06A9\u0646\u062F. \u0648\u0642\u062A\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0628\u0627\u0634\u062F\u060C \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u0632\u0628\u0627\u0646\u0647 \u0641\u0639\u0644\u06CC \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."},autoRevealActiveNote:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062E\u0648\u062F\u06A9\u0627\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0641\u0639\u0627\u0644",desc:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u0628\u0627\u0632 \u0634\u062F\u0646 \u0627\u0632 Quick Switcher\u060C \u0644\u06CC\u0646\u06A9\u200C\u0647\u0627 \u06CC\u0627 \u062C\u0633\u062A\u062C\u0648 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},autoRevealShortestPath:{name:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u06A9\u0648\u062A\u0627\u0647\u200C\u062A\u0631\u06CC\u0646 \u0645\u0633\u06CC\u0631",desc:"\u0641\u0639\u0627\u0644: \u0646\u0645\u0627\u06CC\u0634 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0646\u0632\u062F\u06CC\u06A9\u200C\u062A\u0631\u06CC\u0646 \u067E\u0648\u0634\u0647 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628 \u0642\u0627\u0628\u0644 \u0645\u0634\u0627\u0647\u062F\u0647 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u0645\u06CC\u200C\u06A9\u0646\u062F. \u063A\u06CC\u0631\u0641\u0639\u0627\u0644: \u0646\u0645\u0627\u06CC\u0634 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u0648\u0634\u0647 \u0648\u0627\u0642\u0639\u06CC \u0641\u0627\u06CC\u0644 \u0648 \u0628\u0631\u0686\u0633\u0628 \u062F\u0642\u06CC\u0642 \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u0645\u06CC\u200C\u06A9\u0646\u062F."},autoRevealIgnoreRightSidebar:{name:"\u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0646 \u0631\u0648\u06CC\u062F\u0627\u062F\u0647\u0627 \u0627\u0632 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0631\u0627\u0633\u062A",desc:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0641\u0639\u0627\u0644 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u06CC\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0631\u0627\u0633\u062A \u062A\u063A\u06CC\u06CC\u0631 \u0646\u062F\u0647\u06CC\u062F."},autoRevealIgnoreOtherWindows:{name:"\u0646\u0627\u062F\u06CC\u062F\u0647 \u06AF\u0631\u0641\u062A\u0646 \u0631\u0648\u06CC\u062F\u0627\u062F\u0647\u0627 \u0627\u0632 \u067E\u0646\u062C\u0631\u0647\u200C\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631",desc:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0641\u0639\u0627\u0644 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0627\u0631 \u0628\u0627 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u067E\u0646\u062C\u0631\u0647 \u062F\u06CC\u06AF\u0631 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u062F\u0647\u06CC\u062F."},paneTransitionDuration:{name:"\u0627\u0646\u06CC\u0645\u06CC\u0634\u0646 \u067E\u0646\u0644 \u062A\u06A9\u06CC",desc:"\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u0646\u062A\u0642\u0627\u0644 \u0647\u0646\u06AF\u0627\u0645 \u062C\u0627\u0628\u062C\u0627\u06CC\u06CC \u0628\u06CC\u0646 \u067E\u0646\u0644\u200C\u0647\u0627 \u062F\u0631 \u062D\u0627\u0644\u062A \u067E\u0646\u0644 \u062A\u06A9\u06CC (\u0645\u06CC\u0644\u06CC\u200C\u062B\u0627\u0646\u06CC\u0647).",resetTooltip:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0628\u0647 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636"},autoSelectFirstFileOnFocusChange:{name:"\u0627\u0646\u062A\u062E\u0627\u0628 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0648\u0644\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",desc:"\u0647\u0646\u06AF\u0627\u0645 \u062A\u0639\u0648\u06CC\u0636 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0627\u0648\u0644\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0627 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F."},skipAutoScroll:{name:"\u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u0627\u0633\u06A9\u0631\u0648\u0644 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0631\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",desc:"\u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u0622\u06CC\u062A\u0645\u200C\u0647\u0627 \u062F\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0631\u0627 \u0627\u0633\u06A9\u0631\u0648\u0644 \u0646\u06A9\u0646\u06CC\u062F."},autoExpandNavItems:{name:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u062E\u0627\u0628",desc:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u062E\u0627\u0628 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F. \u062F\u0631 \u062D\u0627\u0644\u062A \u067E\u0646\u0644 \u062A\u06A9\u06CC\u060C \u0627\u0648\u0644\u06CC\u0646 \u0627\u0646\u062A\u062E\u0627\u0628 \u0628\u0627\u0632 \u0645\u06CC\u200C\u06A9\u0646\u062F\u060C \u062F\u0648\u0645\u06CC\u0646 \u0627\u0646\u062A\u062E\u0627\u0628 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F."},springLoadedFolders:{name:"\u06AF\u0633\u062A\u0631\u0634 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0634\u06CC\u062F\u0646",desc:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u0642\u0631\u0627\u0631 \u06AF\u0631\u0641\u062A\u0646 \u0631\u0648\u06CC \u0622\u0646\u200C\u0647\u0627 \u062F\u0631 \u062D\u06CC\u0646 \u06A9\u0634\u06CC\u062F\u0646 \u06AF\u0633\u062A\u0631\u0634 \u062F\u0647\u06CC\u062F."},springLoadedFoldersInitialDelay:{name:"\u062A\u0623\u062E\u06CC\u0631 \u06AF\u0633\u062A\u0631\u0634 \u0627\u0648\u0644",desc:"\u062A\u0623\u062E\u06CC\u0631 \u0642\u0628\u0644 \u0627\u0632 \u06AF\u0633\u062A\u0631\u0634 \u0627\u0648\u0644\u06CC\u0646 \u067E\u0648\u0634\u0647 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0634\u06CC\u062F\u0646 (\u062B\u0627\u0646\u06CC\u0647)."},springLoadedFoldersSubsequentDelay:{name:"\u062A\u0623\u062E\u06CC\u0631 \u06AF\u0633\u062A\u0631\u0634\u200C\u0647\u0627\u06CC \u0628\u0639\u062F\u06CC",desc:"\u062A\u0623\u062E\u06CC\u0631 \u0642\u0628\u0644 \u0627\u0632 \u06AF\u0633\u062A\u0631\u0634 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631 \u062F\u0631 \u0647\u0645\u0627\u0646 \u0639\u0645\u0644\u06CC\u0627\u062A \u06A9\u0634\u06CC\u062F\u0646 (\u062B\u0627\u0646\u06CC\u0647)."},navigationBanner:{name:"\u0628\u0646\u0631 \u0646\u0627\u0648\u0628\u0631\u06CC (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u062A\u0635\u0648\u06CC\u0631\u06CC \u0631\u0627 \u0628\u0627\u0644\u0627\u06CC \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F. \u0628\u0627 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647 \u0627\u0646\u062A\u062E\u0627\u0628\u06CC \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC\u200C\u06A9\u0646\u062F.",current:"\u0628\u0646\u0631 \u0641\u0639\u0644\u06CC: {path}",chooseButton:"\u0627\u0646\u062A\u062E\u0627\u0628 \u062A\u0635\u0648\u06CC\u0631"},pinNavigationBanner:{name:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0628\u0646\u0631",desc:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0628\u0646\u0631 \u0646\u0627\u0648\u0628\u0631\u06CC \u0628\u0627\u0644\u0627\u06CC \u062F\u0631\u062E\u062A \u0646\u0627\u0648\u0628\u0631\u06CC."},showShortcuts:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",desc:"\u0628\u062E\u0634 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},shortcutBadgeDisplay:{name:"\u0646\u0634\u0627\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631",desc:"\u0686\u0647 \u0686\u06CC\u0632\u06CC \u062F\u0631 \u06A9\u0646\u0627\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F. \u0627\u0632 \u062F\u0633\u062A\u0648\u0631\u0627\u062A '\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631 1-9' \u0628\u0631\u0627\u06CC \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0645\u0633\u062A\u0642\u06CC\u0645 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.",options:{index:"\u0645\u0648\u0642\u0639\u06CC\u062A (1-9)",count:"\u062A\u0639\u062F\u0627\u062F \u0645\u0648\u0627\u0631\u062F",none:"\u0647\u06CC\u0686"}},showRecentNotes:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",desc:"\u0628\u062E\u0634 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631 \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},hideRecentNotes:{name:"\u067E\u0646\u0647\u0627\u0646 \u06A9\u0631\u062F\u0646 \u0627\u0646\u0648\u0627\u0639 \u0641\u0627\u06CC\u0644",desc:"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u06A9\u062F\u0627\u0645 \u0627\u0646\u0648\u0627\u0639 \u0641\u0627\u06CC\u0644 \u062F\u0631 \u0628\u062E\u0634 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631 \u067E\u0646\u0647\u0627\u0646 \u0634\u0648\u0646\u062F.",options:{none:"\u0647\u06CC\u0686\u200C\u06A9\u062F\u0627\u0645",folderNotes:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647"}},recentNotesCount:{name:"\u062A\u0639\u062F\u0627\u062F \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",desc:"\u062A\u0639\u062F\u0627\u062F \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631 \u06A9\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."},pinRecentNotesWithShortcuts:{name:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631 \u0628\u0627 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",desc:"\u0647\u0646\u06AF\u0627\u0645 \u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u060C \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631 \u0631\u0627 \u0646\u06CC\u0632 \u0634\u0627\u0645\u0644 \u0634\u0648\u062F."},calendarEnabled:{name:"\u0641\u0639\u0627\u0644\u200C\u0633\u0627\u0632\u06CC \u062A\u0642\u0648\u06CC\u0645",desc:"\u0641\u0639\u0627\u0644\u200C\u0633\u0627\u0632\u06CC \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u062A\u0642\u0648\u06CC\u0645 \u062F\u0631 Notebook Navigator."},calendarPlacement:{name:"\u0645\u062D\u0644 \u0642\u0631\u0627\u0631\u06AF\u06CC\u0631\u06CC \u062A\u0642\u0648\u06CC\u0645",desc:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0631\u0627\u0633\u062A \u06CC\u0627 \u0686\u067E.",options:{leftSidebar:"\u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0631\u0627\u0633\u062A",rightSidebar:"\u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0686\u067E"}},calendarLeftPlacement:{name:"\u062C\u0627\u06CC\u06AF\u0627\u0647 \u067E\u0646\u0644 \u062A\u06A9\u06CC",desc:"\u0645\u062D\u0644 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0642\u0648\u06CC\u0645 \u062F\u0631 \u062D\u0627\u0644\u062A \u067E\u0646\u0644 \u062A\u06A9\u06CC.",options:{navigationPane:"\u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC",below:"\u0632\u06CC\u0631 \u067E\u0646\u0644\u200C\u0647\u0627"}},calendarLocale:{name:"\u0632\u0628\u0627\u0646",desc:"\u0634\u0645\u0627\u0631\u0647\u200C\u06AF\u0630\u0627\u0631\u06CC \u0647\u0641\u062A\u0647 \u0648 \u0627\u0648\u0644\u06CC\u0646 \u0631\u0648\u0632 \u0647\u0641\u062A\u0647 \u0631\u0627 \u06A9\u0646\u062A\u0631\u0644 \u0645\u06CC\u200C\u06A9\u0646\u062F.",incompatibleWeekPatternWarning:'\u0627\u0644\u06AF\u0648\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0647\u0641\u062A\u06AF\u06CC \u0627\u0632 \u062A\u0648\u06A9\u0646\u200C\u0647\u0627\u06CC \u0647\u0641\u062A\u0647 ISO ("W" \u06CC\u0627 "G") \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u06A9\u0646\u062F. \u062A\u0642\u0648\u06CC\u0645 \u0647\u0641\u062A\u0647\u200C\u0647\u0627 \u0631\u0627 \u0627\u0632 \u062F\u0648\u0634\u0646\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F \u0646\u0647 \u0627\u0632 \u0627\u0648\u0644\u06CC\u0646 \u0631\u0648\u0632 \u0647\u0641\u062A\u0647 \u0627\u06CC\u0646 \u0632\u0628\u0627\u0646.',options:{systemDefault:"\u067E\u06CC\u0634\u200C\u0641\u0631\u0636"}},calendarWeekendDays:{name:"\u0631\u0648\u0632\u0647\u0627\u06CC \u0622\u062E\u0631 \u0647\u0641\u062A\u0647",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0648\u0632\u0647\u0627\u06CC \u0622\u062E\u0631 \u0647\u0641\u062A\u0647 \u0628\u0627 \u0631\u0646\u06AF \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0645\u062A\u0641\u0627\u0648\u062A.",options:{none:"\u0647\u06CC\u0686",satSun:"\u0634\u0646\u0628\u0647 \u0648 \u06CC\u06A9\u0634\u0646\u0628\u0647",friSat:"\u062C\u0645\u0639\u0647 \u0648 \u0634\u0646\u0628\u0647",thuFri:"\u067E\u0646\u062C\u0634\u0646\u0628\u0647 \u0648 \u062C\u0645\u0639\u0647"}},calendarMonthHeadingFormat:{name:"\u0642\u0627\u0644\u0628 \u0646\u0627\u0645 \u0645\u0627\u0647",desc:"\u0646\u0627\u0645 \u0645\u0627\u0647 \u0645\u0639\u0645\u0648\u0644\u06CC \u06CC\u0627 \u0645\u062E\u0641\u0641 \u0648\u0642\u062A\u06CC \u0646\u0645\u0627\u06CC \u0633\u0627\u0644 \u067E\u0646\u0647\u0627\u0646 \u0627\u0633\u062A.",options:{full:"\u0698\u0627\u0646\u0648\u06CC\u0647 (\u06A9\u0627\u0645\u0644)",short:"\u0698\u0627\u0646\u0648\u06CC\u0647 (\u06A9\u0648\u062A\u0627\u0647)"}},showInfoButtons:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A",desc:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u062F\u0631 \u0646\u0648\u0627\u0631 \u062C\u0633\u062A\u062C\u0648 \u0648 \u0633\u0631\u0628\u0631\u06AF \u062A\u0642\u0648\u06CC\u0645."},calendarWeeksToShow:{name:"\u0647\u0641\u062A\u0647\u200C\u0647\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0631\u0627\u0633\u062A",desc:"\u062A\u0642\u0648\u06CC\u0645 \u062F\u0631 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0686\u067E \u0647\u0645\u06CC\u0634\u0647 \u0645\u0627\u0647 \u06A9\u0627\u0645\u0644 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F.",options:{fullMonth:"\u0645\u0627\u0647 \u06A9\u0627\u0645\u0644",oneWeek:"\u06F1 \u0647\u0641\u062A\u0647",weeksCount:"{count} \u0647\u0641\u062A\u0647"}},calendarHighlightToday:{name:"\u0628\u0631\u062C\u0633\u062A\u0647 \u06A9\u0631\u062F\u0646 \u062A\u0627\u0631\u06CC\u062E \u0627\u0645\u0631\u0648\u0632",desc:"\u0628\u0631\u062C\u0633\u062A\u0647 \u06A9\u0631\u062F\u0646 \u062A\u0627\u0631\u06CC\u062E \u0627\u0645\u0631\u0648\u0632 \u0628\u0627 \u0631\u0646\u06AF \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0648 \u0645\u062A\u0646 \u067E\u0631\u0631\u0646\u06AF."},calendarShowFeatureImage:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0635\u0648\u06CC\u0631 \u0634\u0627\u062E\u0635",desc:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0634\u0627\u062E\u0635 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u062F\u0631 \u062A\u0642\u0648\u06CC\u0645."},calendarShowWeekNumber:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0634\u0645\u0627\u0631\u0647 \u0647\u0641\u062A\u0647",desc:"\u0627\u0641\u0632\u0648\u062F\u0646 \u0633\u062A\u0648\u0646 \u0634\u0645\u0627\u0631\u0647 \u0647\u0641\u062A\u0647."},calendarShowQuarter:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0641\u0635\u0644",desc:"\u0627\u0641\u0632\u0648\u062F\u0646 \u0628\u0631\u0686\u0633\u0628 \u0641\u0635\u0644 \u062F\u0631 \u0633\u0631\u0628\u0631\u06AF \u062A\u0642\u0648\u06CC\u0645."},calendarShowYearCalendar:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0642\u0648\u06CC\u0645 \u0633\u0627\u0644\u0627\u0646\u0647",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0627\u0648\u0628\u0631\u06CC \u0633\u0627\u0644 \u0648 \u0634\u0628\u06A9\u0647 \u0645\u0627\u0647\u200C\u0647\u0627 \u062F\u0631 \u0646\u0648\u0627\u0631 \u06A9\u0646\u0627\u0631\u06CC \u0633\u0645\u062A \u0631\u0627\u0633\u062A."},calendarConfirmBeforeCreate:{name:"\u062A\u0623\u06CC\u06CC\u062F \u0642\u0628\u0644 \u0627\u0632 \u0627\u06CC\u062C\u0627\u062F",desc:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0646\u062C\u0631\u0647 \u062A\u0623\u06CC\u06CC\u062F \u0647\u0646\u06AF\u0627\u0645 \u0627\u06CC\u062C\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647 \u062C\u062F\u06CC\u062F."},calendarIntegrationMode:{name:"\u0645\u0646\u0628\u0639 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647",desc:"\u0645\u0646\u0628\u0639 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062A\u0642\u0648\u06CC\u0645.",options:{dailyNotes:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0631\u0648\u0632\u0627\u0646\u0647 (\u067E\u0644\u0627\u06AF\u06CC\u0646 \u0627\u0635\u0644\u06CC)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u067E\u0648\u0634\u0647 \u0648 \u0642\u0627\u0644\u0628 \u062A\u0627\u0631\u06CC\u062E \u062F\u0631 \u0627\u0641\u0632\u0648\u0646\u0647 \u0647\u0633\u062A\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0631\u0648\u0632\u0627\u0646\u0647 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0634\u062F\u0647\u200C\u0627\u0646\u062F."}},calendarCustomRootFolder:{name:"\u067E\u0648\u0634\u0647 \u0631\u06CC\u0634\u0647",desc:"\u067E\u0648\u0634\u0647 \u067E\u0627\u06CC\u0647 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u062F\u0648\u0631\u0647\u200C\u0627\u06CC. \u0627\u0644\u06AF\u0648\u0647\u0627\u06CC \u062A\u0627\u0631\u06CC\u062E \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u0646\u062F \u0634\u0627\u0645\u0644 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0628\u0627\u0634\u0646\u062F. \u0628\u0627 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u0635\u0646\u062F\u0648\u0642 \u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u062F\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0645\u06CC\u200C\u06A9\u0646\u062F.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u0645\u062D\u0644 \u067E\u0648\u0634\u0647 \u0642\u0627\u0644\u0628",desc:"\u0627\u0646\u062A\u062E\u0627\u0628\u06AF\u0631 \u0641\u0627\u06CC\u0644 \u0642\u0627\u0644\u0628 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0627\u06CC\u0646 \u067E\u0648\u0634\u0647 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F.",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0631\u0648\u0632\u0627\u0646\u0647",desc:"\u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC \u0645\u0633\u06CC\u0631 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0641\u0631\u0645\u062A \u062A\u0627\u0631\u06CC\u062E Moment. \u0646\u0627\u0645 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u06A9\u0631\u0648\u0634\u0647 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062B\u0627\u0644 [Work]/YYYY. \u0631\u0648\u06CC \u0646\u0645\u0627\u062F \u0642\u0627\u0644\u0628 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0642\u0627\u0644\u0628 \u062A\u0646\u0638\u06CC\u0645 \u0634\u0648\u062F. \u0645\u062D\u0644 \u067E\u0648\u0634\u0647 \u0627\u0644\u06AF\u0648\u0647\u0627 \u0631\u0627 \u062F\u0631 \u0639\u0645\u0648\u0645\u06CC > \u0627\u0644\u06AF\u0648\u0647\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",momentDescPrefix:"\u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC \u0645\u0633\u06CC\u0631 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 ",momentLinkText:"\u0641\u0631\u0645\u062A \u062A\u0627\u0631\u06CC\u062E Moment",momentDescSuffix:". \u0646\u0627\u0645 \u0632\u06CC\u0631\u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u06A9\u0631\u0648\u0634\u0647 \u0642\u0631\u0627\u0631 \u062F\u0647\u06CC\u062F\u060C \u0645\u062B\u0627\u0644 [Work]/YYYY. \u0631\u0648\u06CC \u0646\u0645\u0627\u062F \u0642\u0627\u0644\u0628 \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0642\u0627\u0644\u0628 \u062A\u0646\u0638\u06CC\u0645 \u0634\u0648\u062F. \u0645\u062D\u0644 \u067E\u0648\u0634\u0647 \u0627\u0644\u06AF\u0648\u0647\u0627 \u0631\u0627 \u062F\u0631 \u0639\u0645\u0648\u0645\u06CC > \u0627\u0644\u06AF\u0648\u0647\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",placeholder:"YYYY/YYYYMMDD",example:"\u0646\u062D\u0648\u0647 \u0646\u06AF\u0627\u0631\u0634 \u0641\u0639\u0644\u06CC: {path}",parsingError:"\u0627\u0644\u06AF\u0648 \u0628\u0627\u06CC\u062F \u0628\u062A\u0648\u0627\u0646\u062F \u0628\u0647 \u06CC\u06A9 \u062A\u0627\u0631\u06CC\u062E \u06A9\u0627\u0645\u0644 (\u0633\u0627\u0644\u060C \u0645\u0627\u0647\u060C \u0631\u0648\u0632) \u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC \u0634\u0648\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u0628\u0647 \u0647\u0645\u0627\u0646 \u062A\u0627\u0631\u06CC\u062E \u062A\u062C\u0632\u06CC\u0647 \u0634\u0648\u062F."},calendarCustomWeekPattern:{name:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0647\u0641\u062A\u06AF\u06CC",parsingError:"\u0627\u0644\u06AF\u0648 \u0628\u0627\u06CC\u062F \u0628\u062A\u0648\u0627\u0646\u062F \u0628\u0647 \u06CC\u06A9 \u0647\u0641\u062A\u0647 \u06A9\u0627\u0645\u0644 (\u0633\u0627\u0644 \u0647\u0641\u062A\u0647\u060C \u0634\u0645\u0627\u0631\u0647 \u0647\u0641\u062A\u0647) \u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC \u0634\u0648\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u062C\u0632\u06CC\u0647 \u0634\u0648\u062F.",localeMismatchWarning:'\u0627\u06CC\u0646 \u0627\u0644\u06AF\u0648 \u0627\u0632 \u062A\u0648\u06A9\u0646\u200C\u0647\u0627\u06CC \u0647\u0641\u062A\u0647 ISO ("W" \u06CC\u0627 "G") \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u06A9\u0646\u062F. \u062A\u0642\u0648\u06CC\u0645 \u0647\u0641\u062A\u0647\u200C\u0647\u0627 \u0631\u0627 \u0627\u0632 \u062F\u0648\u0634\u0646\u0628\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F. \u0627\u06AF\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0647\u0641\u062A\u06AF\u06CC \u0628\u0627\u06CC\u062F \u0627\u0632 \u0632\u0628\u0627\u0646 \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u0634\u062F\u0647 \u067E\u06CC\u0631\u0648\u06CC \u06A9\u0646\u0646\u062F\u060C \u0627\u0632 "w" \u06CC\u0627 "g" \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F.'},calendarCustomMonthPattern:{name:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u0627\u0647\u0627\u0646\u0647",parsingError:"\u0627\u0644\u06AF\u0648 \u0628\u0627\u06CC\u062F \u0628\u062A\u0648\u0627\u0646\u062F \u0628\u0647 \u06CC\u06A9 \u0645\u0627\u0647 \u06A9\u0627\u0645\u0644 (\u0633\u0627\u0644\u060C \u0645\u0627\u0647) \u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC \u0634\u0648\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u062C\u0632\u06CC\u0647 \u0634\u0648\u062F."},calendarCustomQuarterPattern:{name:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0641\u0635\u0644\u06CC",parsingError:"\u0627\u0644\u06AF\u0648 \u0628\u0627\u06CC\u062F \u0628\u062A\u0648\u0627\u0646\u062F \u0628\u0647 \u06CC\u06A9 \u0641\u0635\u0644 \u06A9\u0627\u0645\u0644 (\u0633\u0627\u0644\u060C \u0641\u0635\u0644) \u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC \u0634\u0648\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u062C\u0632\u06CC\u0647 \u0634\u0648\u062F."},calendarCustomYearPattern:{name:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0633\u0627\u0644\u0627\u0646\u0647",parsingError:"\u0627\u0644\u06AF\u0648 \u0628\u0627\u06CC\u062F \u0628\u062A\u0648\u0627\u0646\u062F \u0628\u0647 \u06CC\u06A9 \u0633\u0627\u0644 \u06A9\u0627\u0645\u0644 (\u0633\u0627\u0644) \u0642\u0627\u0644\u0628\u200C\u0628\u0646\u062F\u06CC \u0634\u0648\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u062C\u0632\u06CC\u0647 \u0634\u0648\u062F."},calendarTemplateFile:{current:"\u0641\u0627\u06CC\u0644 \u0642\u0627\u0644\u0628: {name}"},showTooltips:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0631\u0627\u0647\u0646\u0645\u0627\u0647\u0627",desc:"\u0631\u0627\u0647\u0646\u0645\u0627\u0647\u0627\u06CC hover \u0631\u0627 \u0628\u0627 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0627\u0636\u0627\u0641\u06CC \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0648 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showTooltipPath:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0645\u0633\u06CC\u0631",desc:"\u0645\u0633\u06CC\u0631 \u067E\u0648\u0634\u0647 \u0631\u0627 \u0632\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u062F\u0631 \u0631\u0627\u0647\u0646\u0645\u0627\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},resetPaneSeparator:{name:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u0648\u0642\u0639\u06CC\u062A \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u067E\u0646\u0644",desc:"\u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0642\u0627\u0628\u0644 \u06A9\u0634\u06CC\u062F\u0646 \u0628\u06CC\u0646 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0648 \u067E\u0646\u0644 \u0644\u06CC\u0633\u062A \u0631\u0627 \u0628\u0647 \u0645\u0648\u0642\u0639\u06CC\u062A \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F.",buttonText:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647",notice:"\u0645\u0648\u0642\u0639\u06CC\u062A \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F. \u0627\u0648\u0628\u0633\u06CC\u062F\u06CC\u0646 \u0631\u0627 \u0631\u06CC\u200C\u0627\u0633\u062A\u0627\u0631\u062A \u06A9\u0646\u06CC\u062F \u06CC\u0627 Notebook Navigator \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F."},settingsTransfer:{name:"\u0648\u0627\u0631\u062F \u0648 \u0635\u0627\u062F\u0631 \u06A9\u0631\u062F\u0646 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A",desc:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A Notebook Navigator \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A JSON \u0635\u0627\u062F\u0631 \u06CC\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F. \u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646\u060C \u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0631\u0627 \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646 \u0645\u06CC\u200C\u06A9\u0646\u062F.",importButtonText:"\u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646",exportButtonText:"\u0635\u0627\u062F\u0631 \u06A9\u0631\u062F\u0646",import:{modalTitle:"\u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A",fileButtonName:"\u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646 \u0627\u0632 \u0641\u0627\u06CC\u0644",fileButtonDesc:"\u06CC\u06A9 \u0641\u0627\u06CC\u0644 JSON \u0631\u0627 \u0627\u0632 \u062F\u06CC\u0633\u06A9 \u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u06A9\u0646\u06CC\u062F.",fileButtonText:"\u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646 \u0627\u0632 \u0641\u0627\u06CC\u0644",editorName:"JSON",editorDesc:"JSON \u0631\u0627 \u062F\u0631 \u0632\u06CC\u0631 \u062C\u0627\u06CC\u200C\u06AF\u0630\u0627\u0631\u06CC \u06CC\u0627 \u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0646\u06CC\u062F. \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0634\u0627\u0645\u0644\u200C\u0646\u0634\u062F\u0647 \u0628\u0647 \u0645\u0642\u062F\u0627\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646",successNotice:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0648\u0627\u0631\u062F \u0634\u062F.",errorNotice:"\u0648\u0627\u0631\u062F \u06A9\u0631\u062F\u0646 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {message}",fileReadError:"\u062E\u0648\u0627\u0646\u062F\u0646 \u0641\u0627\u06CC\u0644 \u0645\u0645\u06A9\u0646 \u0646\u0628\u0648\u062F: {message}"},export:{modalTitle:"\u0635\u0627\u062F\u0631 \u06A9\u0631\u062F\u0646 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A",editorName:"JSON",editorDesc:"\u0641\u0642\u0637 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u06CC \u06A9\u0647 \u0627\u0632 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u062A\u063A\u06CC\u06CC\u0631 \u06A9\u0631\u062F\u0647\u200C\u0627\u0646\u062F \u0634\u0627\u0645\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",placeholder:"{}",copyButtonText:"\u06A9\u067E\u06CC \u0628\u0647 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F",downloadButtonText:"\u062F\u0627\u0646\u0644\u0648\u062F",copyNotice:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0647 \u06A9\u0644\u06CC\u067E\u200C\u0628\u0648\u0631\u062F \u06A9\u067E\u06CC \u0634\u062F.",downloadNotice:"\u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0635\u0627\u062F\u0631 \u0634\u062F.",downloadError:"\u0635\u0627\u062F\u0631 \u06A9\u0631\u062F\u0646 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F: {message}"}},resetAllSettings:{name:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A",desc:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A Notebook Navigator \u0631\u0627 \u0628\u0647 \u0645\u0642\u0627\u062F\u06CC\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u06A9\u0646\u06CC\u062F.",buttonText:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A",confirmTitle:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A\u061F",confirmMessage:"\u0627\u06CC\u0646 \u06A9\u0627\u0631 \u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A Notebook Navigator \u0631\u0627 \u0628\u0647 \u0645\u0642\u0627\u062F\u06CC\u0631 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0645\u06CC\u200C\u06A9\u0646\u062F. \u0642\u0627\u0628\u0644 \u0628\u0631\u06AF\u0634\u062A \u0646\u06CC\u0633\u062A.",confirmButtonText:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A",notice:"\u0647\u0645\u0647 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u0634\u062F. \u0627\u0648\u0628\u0633\u06CC\u062F\u06CC\u0646 \u0631\u0627 \u0631\u06CC\u200C\u0627\u0633\u062A\u0627\u0631\u062A \u06A9\u0646\u06CC\u062F \u06CC\u0627 Notebook Navigator \u0631\u0627 \u062F\u0648\u0628\u0627\u0631\u0647 \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F.",error:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F"},multiSelectModifier:{name:"\u06A9\u0644\u06CC\u062F \u062A\u063A\u06CC\u06CC\u0631\u062F\u0647\u0646\u062F\u0647 \u0627\u0646\u062A\u062E\u0627\u0628 \u0686\u0646\u062F\u06AF\u0627\u0646\u0647",desc:"\u06A9\u0644\u06CC\u062F \u062A\u063A\u06CC\u06CC\u0631\u062F\u0647\u0646\u062F\u0647\u200C\u0627\u06CC \u06A9\u0647 \u0627\u0646\u062A\u062E\u0627\u0628 \u0686\u0646\u062F\u06AF\u0627\u0646\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u0645\u06CC\u200C\u06A9\u0646\u062F \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F. \u0648\u0642\u062A\u06CC Option/Alt \u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u0648\u062F\u060C \u06A9\u0644\u06CC\u06A9 Cmd/Ctrl \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u062A\u0628 \u062C\u062F\u06CC\u062F \u0628\u0627\u0632 \u0645\u06CC\u200C\u06A9\u0646\u062F.",options:{cmdCtrl:"\u06A9\u0644\u06CC\u06A9 Cmd/Ctrl",optionAlt:"\u06A9\u0644\u06CC\u06A9 Option/Alt"}},enterToOpenFiles:{name:"\u0641\u0634\u0627\u0631 Enter \u0628\u0631\u0627\u06CC \u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627",desc:"\u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0641\u0642\u0637 \u0628\u0627 \u0641\u0634\u0627\u0631 \u062F\u0627\u062F\u0646 Enter \u062F\u0631 \u0647\u0646\u06AF\u0627\u0645 \u067E\u06CC\u0645\u0627\u06CC\u0634 \u0628\u0627 \u0635\u0641\u062D\u0647\u200C\u06A9\u0644\u06CC\u062F \u062F\u0631 \u0644\u06CC\u0633\u062A \u0628\u0627\u0632 \u0634\u0648\u0646\u062F."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"\u0641\u0627\u06CC\u0644 \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 \u062A\u0628\u060C \u062A\u0642\u0633\u06CC\u0645 \u06CC\u0627 \u067E\u0646\u062C\u0631\u0647 \u062C\u062F\u06CC\u062F \u0628\u0627 \u0641\u0634\u0627\u0631 Shift+Enter \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"\u0641\u0627\u06CC\u0644 \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 \u062A\u0628\u060C \u062A\u0642\u0633\u06CC\u0645 \u06CC\u0627 \u067E\u0646\u062C\u0631\u0647 \u062C\u062F\u06CC\u062F \u0628\u0627 \u0641\u0634\u0627\u0631 Cmd+Enter \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"\u0641\u0627\u06CC\u0644 \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u0634\u062F\u0647 \u0631\u0627 \u062F\u0631 \u062A\u0628\u060C \u062A\u0642\u0633\u06CC\u0645 \u06CC\u0627 \u067E\u0646\u062C\u0631\u0647 \u062C\u062F\u06CC\u062F \u0628\u0627 \u0641\u0634\u0627\u0631 Ctrl+Enter \u0628\u0627\u0632 \u06A9\u0646\u06CC\u062F."},mouseBackForwardAction:{name:"\u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0639\u0642\u0628/\u062C\u0644\u0648 \u0645\u0627\u0648\u0633",desc:"\u0639\u0645\u0644\u06A9\u0631\u062F \u062F\u06A9\u0645\u0647\u200C\u0647\u0627\u06CC \u0639\u0642\u0628 \u0648 \u062C\u0644\u0648 \u0645\u0627\u0648\u0633 \u062F\u0631 \u062F\u0633\u06A9\u062A\u0627\u067E.",options:{none:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u0633\u06CC\u0633\u062A\u0645",singlePaneSwitch:"\u062A\u063A\u06CC\u06CC\u0631 \u067E\u0646\u0644 (\u062A\u06A9\u200C\u067E\u0646\u0644)",history:"\u067E\u06CC\u0645\u0627\u06CC\u0634 \u062A\u0627\u0631\u06CC\u062E\u0686\u0647"}},fileVisibility:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0627\u0646\u0648\u0627\u0639 \u0641\u0627\u06CC\u0644 (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u0641\u06CC\u0644\u062A\u0631 \u06A9\u0646\u06CC\u062F \u06A9\u062F\u0627\u0645 \u0627\u0646\u0648\u0627\u0639 \u0641\u0627\u06CC\u0644 \u062F\u0631 \u0646\u0627\u0648\u0628\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u0646\u062F. \u0627\u0646\u0648\u0627\u0639 \u0641\u0627\u06CC\u0644 \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0646\u0634\u062F\u0647 \u062A\u0648\u0633\u0637 \u0627\u0648\u0628\u0633\u06CC\u062F\u06CC\u0646 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u062F\u0631 \u0628\u0631\u0646\u0627\u0645\u0647\u200C\u0647\u0627\u06CC \u062E\u0627\u0631\u062C\u06CC \u0628\u0627\u0632 \u0634\u0648\u0646\u062F.",options:{documents:"\u0627\u0633\u0646\u0627\u062F (.md, .canvas, .base)",supported:"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC\u200C\u0634\u062F\u0647 (\u062F\u0631 \u0627\u0648\u0628\u0633\u06CC\u062F\u06CC\u0646 \u0628\u0627\u0632 \u0645\u06CC\u200C\u0634\u0648\u062F)",all:"\u0647\u0645\u0647 (\u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u062E\u0627\u0631\u062C\u06CC \u0628\u0627\u0632 \u0634\u0648\u062F)"}},homepage:{name:"\u0635\u0641\u062D\u0647 \u0627\u0635\u0644\u06CC",desc:"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F Notebook Navigator \u0647\u0646\u06AF\u0627\u0645 \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632\u06CC \u0686\u0647 \u0686\u06CC\u0632\u06CC \u0631\u0627 \u0628\u0647 \u0637\u0648\u0631 \u062E\u0648\u062F\u06A9\u0627\u0631 \u0628\u0627\u0632 \u06A9\u0646\u062F.",current:"\u0641\u0639\u0644\u06CC: {path}",chooseButton:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0641\u0627\u06CC\u0644",options:{none:"\u0647\u06CC\u0686",file:"\u0641\u0627\u06CC\u0644",dailyNote:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0648\u0632\u0627\u0646\u0647",weeklyNote:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0647\u0641\u062A\u06AF\u06CC",monthlyNote:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u0627\u0647\u0627\u0646\u0647",quarterlyNote:"\u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0641\u0635\u0644\u06CC"},file:{name:"\u0641\u0627\u06CC\u0644 \u0631\u0627\u0647\u200C\u0627\u0646\u062F\u0627\u0632\u06CC",empty:"\u0641\u0627\u06CC\u0644\u06CC \u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u0634\u062F\u0647"}},excludedNotes:{name:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0628\u0627 \u0642\u0648\u0627\u0646\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u0644\u06CC\u0633\u062A \u0642\u0648\u0627\u0646\u06CC\u0646 \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627. \u0627\u0632 \u0648\u0631\u0648\u062F\u06CC\u200C\u0647\u0627\u06CC `key` \u06CC\u0627 `key=value` \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F (\u0645\u062B\u0644 status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627 (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u0644\u06CC\u0633\u062A \u0627\u0644\u06AF\u0648\u0647\u0627\u06CC \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627 \u0628\u0631\u0627\u06CC \u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646. \u0627\u0632 \u0639\u0644\u0627\u0645\u062A\u200C\u0647\u0627\u06CC \u0639\u0627\u0645 * \u0648 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC / \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0645\u06CC\u200C\u06A9\u0646\u062F (\u0645\u062B\u0644 temp-*\u060C *.png\u060C /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647",desc:"\u067E\u0631\u0648\u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u0627\u0646\u0648\u0627\u0639 \u0641\u0627\u06CC\u0644\u060C \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC\u060C \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC\u060C \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC\u060C \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0645\u062E\u0641\u06CC\u060C \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648 \u0628\u0646\u0631 \u0646\u0627\u0648\u0628\u0631\u06CC \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F. \u067E\u0631\u0648\u0641\u0627\u06CC\u0644\u200C\u0647\u0627 \u0631\u0627 \u0627\u0632 \u0647\u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u062A\u0639\u0648\u06CC\u0636 \u06A9\u0646\u06CC\u062F.",defaultName:"\u067E\u06CC\u0634\u200C\u0641\u0631\u0636",addButton:"\u0627\u0641\u0632\u0648\u062F\u0646 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644",editProfilesButton:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644\u200C\u0647\u0627",addProfileOption:"\u0627\u0641\u0632\u0648\u062F\u0646 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644...",applyButton:"\u0627\u0639\u0645\u0627\u0644",deleteButton:"\u062D\u0630\u0641 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644",addModalTitle:"\u0627\u0641\u0632\u0648\u062F\u0646 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644",editProfilesModalTitle:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644\u200C\u0647\u0627",addModalPlaceholder:"\u0646\u0627\u0645 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644",deleteModalTitle:"\u062D\u0630\u0641 {name}",deleteModalMessage:"{name} \u062D\u0630\u0641 \u0634\u0648\u062F\u061F \u0641\u06CC\u0644\u062A\u0631\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644\u060C \u067E\u0648\u0634\u0647\u060C \u0628\u0631\u0686\u0633\u0628 \u0648 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u062E\u0641\u06CC \u0630\u062E\u06CC\u0631\u0647\u200C\u0634\u062F\u0647 \u062F\u0631 \u0627\u06CC\u0646 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062D\u0630\u0641 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",moveUp:"\u0627\u0646\u062A\u0642\u0627\u0644 \u0628\u0647 \u0628\u0627\u0644\u0627",moveDown:"\u0627\u0646\u062A\u0642\u0627\u0644 \u0628\u0647 \u067E\u0627\u06CC\u06CC\u0646",errors:{emptyName:"\u0646\u0627\u0645 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F",duplicateName:"\u0646\u0627\u0645 \u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F"}},vaultTitle:{name:"\u0645\u062D\u0644 \u0639\u0646\u0648\u0627\u0646 \u062E\u0632\u0627\u0646\u0647",desc:"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u0639\u0646\u0648\u0627\u0646 \u062E\u0632\u0627\u0646\u0647 \u06A9\u062C\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u0648\u062F.",options:{header:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0633\u0631\u0628\u0631\u06AF",navigation:"\u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC"}},excludedFolders:{name:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u0644\u06CC\u0633\u062A \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627 \u0628\u0631\u0627\u06CC \u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646. \u0627\u0644\u06AF\u0648\u0647\u0627\u06CC \u0646\u0627\u0645: assets* (\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0634\u0631\u0648\u0639\u200C\u0634\u062F\u0647 \u0628\u0627 assets)\u060C *_temp (\u067E\u0627\u06CC\u0627\u0646\u200C\u06CC\u0627\u0641\u062A\u0647 \u0628\u0627 _temp). \u0627\u0644\u06AF\u0648\u0647\u0627\u06CC \u0645\u0633\u06CC\u0631: /archive (\u0641\u0642\u0637 archive \u0627\u0635\u0644\u06CC)\u060C /res* (\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0627\u0635\u0644\u06CC \u0634\u0631\u0648\u0639\u200C\u0634\u062F\u0647 \u0628\u0627 res)\u060C /*/temp (\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC temp \u06CC\u06A9 \u0633\u0637\u062D \u0639\u0645\u06CC\u0642)\u060C /projects/* (\u0647\u0645\u0647 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u062F\u0627\u062E\u0644 projects).",placeholder:"\u0642\u0627\u0644\u0628\u200C\u0647\u0627\u060C assets*\u060C /archive\u060C /res*"},showFileDate:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0627\u0631\u06CC\u062E",desc:"\u062A\u0627\u0631\u06CC\u062E \u0631\u0627 \u0632\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},alphabeticalDateMode:{name:"\u0647\u0646\u06AF\u0627\u0645 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0628\u0631 \u0627\u0633\u0627\u0633 \u0646\u0627\u0645",desc:"\u062A\u0627\u0631\u06CC\u062E\u06CC \u06A9\u0647 \u0647\u0646\u06AF\u0627\u0645 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0627\u0644\u0641\u0628\u0627\u06CC\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F.",options:{created:"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u062C\u0627\u062F",modified:"\u062A\u0627\u0631\u06CC\u062E \u062A\u063A\u06CC\u06CC\u0631"}},showFileTags:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644",desc:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0642\u0627\u0628\u0644 \u06A9\u0644\u06CC\u06A9 \u0631\u0627 \u062F\u0631 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showFileTagAncestors:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u06A9\u0627\u0645\u0644 \u0628\u0631\u0686\u0633\u0628",desc:"\u0645\u0633\u06CC\u0631\u0647\u0627\u06CC \u06A9\u0627\u0645\u0644 \u0633\u0644\u0633\u0644\u0647\u200C\u0645\u0631\u0627\u062A\u0628 \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F. \u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644: \xABai/openai\xBB\u060C \xAB\u06A9\u0627\u0631/\u067E\u0631\u0648\u0698\u0647\u200C\u0647\u0627/\u06F2\u06F0\u06F2\u06F4\xBB. \u0648\u0642\u062A\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644: \xABopenai\xBB\u060C \xAB\u06F2\u06F0\u06F2\u06F4\xBB."},colorFileTags:{name:"\u0631\u0646\u06AF\u200C\u0622\u0645\u06CC\u0632\u06CC \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644",desc:"\u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0631\u0627 \u0628\u0647 \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u0631\u0648\u06CC \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644 \u0627\u0639\u0645\u0627\u0644 \u06A9\u0646\u06CC\u062F."},prioritizeColoredFileTags:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0627\u0648\u0644 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC",desc:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC \u0631\u0627 \u0642\u0628\u0644 \u0627\u0632 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0648\u06CC \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644 \u0645\u0631\u062A\u0628 \u06A9\u0646\u06CC\u062F."},showFileTagsInCompactMode:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644 \u062F\u0631 \u062D\u0627\u0644\u062A \u0641\u0634\u0631\u062F\u0647",desc:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645\u06CC \u06A9\u0647 \u062A\u0627\u0631\u06CC\u062E\u060C \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0648 \u062A\u0635\u0648\u06CC\u0631 \u0645\u062E\u0641\u06CC \u0647\u0633\u062A\u0646\u062F \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showFileProperties:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0642\u0627\u0628\u0644 \u06A9\u0644\u06CC\u06A9 \u062F\u0631 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644."},colorFileProperties:{name:"\u0631\u0646\u06AF\u200C\u0622\u0645\u06CC\u0632\u06CC \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644",desc:"\u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC \u0631\u0627 \u0631\u0648\u06CC \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC \u062F\u0631 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644 \u0627\u0639\u0645\u0627\u0644 \u06A9\u0646\u06CC\u062F."},prioritizeColoredFileProperties:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC \u062F\u0631 \u0627\u0648\u0644\u0648\u06CC\u062A",desc:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC \u0631\u0627 \u0642\u0628\u0644 \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u062F\u06CC\u06AF\u0631 \u0631\u0648\u06CC \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644 \u0645\u0631\u062A\u0628 \u06A9\u0646\u06CC\u062F."},showFilePropertiesInCompactMode:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u062F\u0631 \u062D\u0627\u0644\u062A \u0641\u0634\u0631\u062F\u0647",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u0647\u0646\u06AF\u0627\u0645 \u0641\u0639\u0627\u0644 \u0628\u0648\u062F\u0646 \u062D\u0627\u0644\u062A \u0641\u0634\u0631\u062F\u0647."},notePropertyType:{name:"\u0648\u06CC\u0698\u06AF\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",desc:"\u0648\u06CC\u0698\u06AF\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0631\u0627 \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0645\u0648\u0627\u0631\u062F \u0641\u0627\u06CC\u0644 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F.",options:{frontmatter:"\u0648\u06CC\u0698\u06AF\u06CC Frontmatter",wordCount:"\u062A\u0639\u062F\u0627\u062F \u06A9\u0644\u0645\u0627\u062A",none:"\u0647\u06CC\u0686\u200C\u06A9\u062F\u0627\u0645"}},propertyFields:{name:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631\u060C \u0628\u0627 \u0642\u0627\u0628\u0644\u06CC\u062A \u062A\u0646\u0638\u06CC\u0645 \u0646\u0645\u0627\u06CC\u0634 \u0647\u0631 \u06A9\u0644\u06CC\u062F \u0628\u0631\u0627\u06CC \u0646\u0627\u0648\u0628\u0631\u06CC \u0648 \u0641\u0647\u0631\u0633\u062A \u0641\u0627\u06CC\u0644.",addButtonTooltip:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC",noneConfigured:"\u0647\u06CC\u0686 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0627\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0646\u0634\u062F\u0647",singleConfigured:"\u06F1 \u0648\u06CC\u0698\u06AF\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0634\u062F\u0647: {properties}",multipleConfigured:"{count} \u0648\u06CC\u0698\u06AF\u06CC \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0634\u062F\u0647: {properties}"},showPropertiesOnSeparateRows:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u062F\u0631 \u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u062C\u062F\u0627\u06AF\u0627\u0646\u0647",desc:"\u0647\u0631 \u0648\u06CC\u0698\u06AF\u06CC \u0631\u0627 \u062F\u0631 \u0631\u062F\u06CC\u0641 \u062C\u062F\u0627\u06AF\u0627\u0646\u0647 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F."},enablePropertyInternalLinks:{name:"\u067E\u06CC\u0648\u0646\u062F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627",desc:"\u0631\u0648\u06CC \u0646\u0634\u0627\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0632 \u0634\u0648\u062F."},enablePropertyExternalLinks:{name:"\u067E\u06CC\u0648\u0646\u062F \u0646\u0634\u0627\u0646\u200C\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u0646\u0634\u0627\u0646\u06CC\u200C\u0647\u0627",desc:"\u0631\u0648\u06CC \u0646\u0634\u0627\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F \u062A\u0627 \u0646\u0634\u0627\u0646\u06CC \u0645\u0631\u062A\u0628\u0637 \u0628\u0627\u0632 \u0634\u0648\u062F."},dateFormat:{name:"\u0642\u0627\u0644\u0628 \u062A\u0627\u0631\u06CC\u062E",desc:"\u0642\u0627\u0644\u0628 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0627\u0631\u06CC\u062E\u200C\u0647\u0627 (\u0627\u0632 \u0642\u0627\u0644\u0628 Moment \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u06A9\u0646\u062F).",placeholder:"YYYY/MM/DD",help:`\u0642\u0627\u0644\u0628\u200C\u0647\u0627\u06CC \u0631\u0627\u06CC\u062C: +YYYY/MM/DD = \u06F1\u06F4\u06F0\u06F1/\u06F0\u06F5/\u06F2\u06F5 +DD/MM/YYYY = \u06F2\u06F5/\u06F0\u06F5/\u06F2\u06F0\u06F2\u06F2 +YYYY-MM-DD = 2022-05-25 + +\u062A\u0648\u06A9\u0646\u200C\u0647\u0627: +YYYY/YY = \u0633\u0627\u0644 +MMMM/MMM/MM = \u0645\u0627\u0647 +DD/D = \u0631\u0648\u0632 +dddd/ddd = \u0631\u0648\u0632 \u0647\u0641\u062A\u0647`,helpTooltip:"\u0642\u0627\u0644\u0628 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Moment",momentLinkText:"\u0642\u0627\u0644\u0628 Moment"},timeFormat:{name:"\u0642\u0627\u0644\u0628 \u0632\u0645\u0627\u0646",desc:"\u0642\u0627\u0644\u0628 \u0646\u0645\u0627\u06CC\u0634 \u0632\u0645\u0627\u0646\u200C\u0647\u0627 (\u0627\u0632 \u0642\u0627\u0644\u0628 Moment \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u06A9\u0646\u062F).",placeholder:"HH:mm",help:`\u0642\u0627\u0644\u0628\u200C\u0647\u0627\u06CC \u0631\u0627\u06CC\u062C: +HH:mm = \u06F1\u06F4:\u06F3\u06F0 (\u06F2\u06F4 \u0633\u0627\u0639\u062A\u0647) +h:mm a = 2:30 PM (\u06F1\u06F2 \u0633\u0627\u0639\u062A\u0647) +HH:mm:ss = \u06F1\u06F4:\u06F3\u06F0:\u06F4\u06F5 +h:mm:ss a = 2:30:45 PM + +\u062A\u0648\u06A9\u0646\u200C\u0647\u0627: +HH/H = \u06F2\u06F4 \u0633\u0627\u0639\u062A\u0647 +hh/h = \u06F1\u06F2 \u0633\u0627\u0639\u062A\u0647 +mm = \u062F\u0642\u06CC\u0642\u0647 +ss = \u062B\u0627\u0646\u06CC\u0647 +a = \u0635\u0628\u062D/\u0639\u0635\u0631`,helpTooltip:"\u0642\u0627\u0644\u0628 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Moment",momentLinkText:"\u0642\u0627\u0644\u0628 Moment"},showFilePreview:{name:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",desc:"\u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0631\u0627 \u0632\u06CC\u0631 \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},skipHeadingsInPreview:{name:"\u0631\u062F \u0634\u062F\u0646 \u0627\u0632 \u0633\u0631\u062A\u06CC\u062A\u0631\u0647\u0627 \u062F\u0631 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634",desc:"\u0647\u0646\u06AF\u0627\u0645 \u062A\u0648\u0644\u06CC\u062F \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0627\u0632 \u062E\u0637\u0648\u0637 \u0633\u0631\u062A\u06CC\u062A\u0631 \u0631\u062F \u0634\u0648\u06CC\u062F."},skipCodeBlocksInPreview:{name:"\u0631\u062F \u0634\u062F\u0646 \u0627\u0632 \u0628\u0644\u0648\u06A9\u200C\u0647\u0627\u06CC \u06A9\u062F \u062F\u0631 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634",desc:"\u0647\u0646\u06AF\u0627\u0645 \u062A\u0648\u0644\u06CC\u062F \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0627\u0632 \u0628\u0644\u0648\u06A9\u200C\u0647\u0627\u06CC \u06A9\u062F \u0631\u062F \u0634\u0648\u06CC\u062F."},stripHtmlInPreview:{name:"\u062D\u0630\u0641 HTML \u0627\u0632 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634\u200C\u0647\u0627",desc:"\u062D\u0630\u0641 \u062A\u06AF\u200C\u0647\u0627\u06CC HTML \u0627\u0632 \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634. \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0628\u0631 \u0639\u0645\u0644\u06A9\u0631\u062F \u062F\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0628\u0632\u0631\u06AF \u062A\u0623\u062B\u06CC\u0631 \u0628\u06AF\u0630\u0627\u0631\u062F."},stripLatexInPreview:{name:"\u062D\u0630\u0641 LaTeX \u0627\u0632 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634\u200C\u0647\u0627",desc:"\u062D\u0630\u0641 \u0639\u0628\u0627\u0631\u062A\u200C\u0647\u0627\u06CC LaTeX \u062F\u0631\u0648\u0646\u200C\u062E\u0637\u06CC \u0648 \u0628\u0644\u0648\u06A9\u06CC \u0627\u0632 \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634."},previewProperties:{name:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634",desc:"\u0644\u06CC\u0633\u062A \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627 \u0628\u0631\u0627\u06CC \u0628\u0631\u0631\u0633\u06CC \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634. \u0627\u0648\u0644\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0627 \u0645\u062A\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u0628\u0627\u0632\u06AF\u0634\u062A \u0628\u0647 \u0645\u062D\u062A\u0648\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0645\u062D\u062A\u0648\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634 \u0648\u0642\u062A\u06CC \u0647\u06CC\u0686\u200C\u06A9\u062F\u0627\u0645 \u0627\u0632 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0645\u0634\u062E\u0635\u200C\u0634\u062F\u0647 \u062D\u0627\u0648\u06CC \u0645\u062A\u0646 \u0646\u06CC\u0633\u062A\u0646\u062F."},previewRows:{name:"\u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634",desc:"\u062A\u0639\u062F\u0627\u062F \u0631\u062F\u06CC\u0641\u200C\u0647\u0627 \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634.",options:{1:"\u06F1 \u0631\u062F\u06CC\u0641",2:"\u06F2 \u0631\u062F\u06CC\u0641",3:"\u06F3 \u0631\u062F\u06CC\u0641",4:"\u06F4 \u0631\u062F\u06CC\u0641",5:"\u06F5 \u0631\u062F\u06CC\u0641"}},fileNameRows:{name:"\u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u0639\u0646\u0648\u0627\u0646",desc:"\u062A\u0639\u062F\u0627\u062F \u0631\u062F\u06CC\u0641\u200C\u0647\u0627 \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0639\u0646\u0627\u0648\u06CC\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A.",options:{1:"\u06F1 \u0631\u062F\u06CC\u0641",2:"\u06F2 \u0631\u062F\u06CC\u0641"}},showFeatureImage:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0635\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647",desc:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0635\u0648\u06CC\u0631 \u0628\u0646\u062F\u0627\u0646\u06AF\u0634\u062A\u06CC \u0627\u0632 \u0627\u0648\u0644\u06CC\u0646 \u062A\u0635\u0648\u06CC\u0631 \u0645\u0648\u062C\u0648\u062F \u062F\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A."},forceSquareFeatureImage:{name:"\u0627\u062C\u0628\u0627\u0631 \u062A\u0635\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647 \u0645\u0631\u0628\u0639",desc:"\u062A\u0635\u0627\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647 \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062A \u0628\u0646\u062F\u0627\u0646\u06AF\u0634\u062A\u06CC \u0645\u0631\u0628\u0639 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},featureImageProperties:{name:"\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u062A\u0635\u0648\u06CC\u0631",desc:"\u0644\u06CC\u0633\u062A \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627 \u0628\u0631\u0627\u06CC \u0628\u0631\u0631\u0633\u06CC \u062F\u0631 \u0627\u0628\u062A\u062F\u0627. \u062F\u0631 \u0635\u0648\u0631\u062A \u0639\u062F\u0645 \u06CC\u0627\u0641\u062A\u0646\u060C \u0627\u0632 \u0627\u0648\u0644\u06CC\u0646 \u062A\u0635\u0648\u06CC\u0631 \u062F\u0631 \u0645\u062D\u062A\u0648\u0627\u06CC markdown \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F.",placeholder:"\u0628\u0646\u062F\u0627\u0646\u06AF\u0634\u062A\u06CC\u060C \u062A\u0635\u0648\u06CC\u0631"},featureImageExcludeProperties:{name:"\u0627\u0633\u062A\u062B\u0646\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0628\u0627 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",desc:"\u0644\u06CC\u0633\u062A \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627. \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0647\u0631 \u06CC\u06A9 \u0627\u0632 \u0627\u06CC\u0646 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u0631\u0627 \u062F\u0627\u0631\u0646\u062F\u060C \u062A\u0635\u0627\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647 \u0631\u0627 \u0630\u062E\u06CC\u0631\u0647 \u0646\u0645\u06CC\u200C\u06A9\u0646\u0646\u062F.",placeholder:"private, confidential"},featureImageSize:{name:"\u0627\u0646\u062F\u0627\u0632\u0647 \u0646\u0645\u0627\u06CC\u0634 \u062A\u0635\u0648\u06CC\u0631 \u0634\u0627\u062E\u0635",desc:"\u062D\u062F\u0627\u06A9\u062B\u0631 \u0627\u0646\u062F\u0627\u0632\u0647 \u0631\u0646\u062F\u0631 \u0634\u062F\u0647 \u0628\u0631\u0627\u06CC \u062A\u0635\u0627\u0648\u06CC\u0631 \u0634\u0627\u062E\u0635 \u062F\u0631 \u0644\u06CC\u0633\u062A \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u0627\u0646\u062F\u0627\u0632\u0647 \u067E\u06CC\u06A9\u0633\u0644 \u062A\u0635\u0648\u06CC\u0631 \u0634\u0627\u062E\u0635",desc:"\u0648\u0636\u0648\u062D \u062A\u0635\u0648\u06CC\u0631 \u0647\u0646\u06AF\u0627\u0645 \u062A\u0648\u0644\u06CC\u062F \u062A\u0635\u0627\u0648\u06CC\u0631 \u0628\u0646\u062F\u0627\u0646\u06AF\u0634\u062A\u06CC \u0630\u062E\u06CC\u0631\u0647\u200C\u0634\u062F\u0647 \u062A\u0635\u0648\u06CC\u0631 \u0634\u0627\u062E\u0635. \u0627\u06AF\u0631 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634\u200C\u0647\u0627\u06CC \u0628\u0632\u0631\u06AF\u200C\u062A\u0631 \u062A\u0627\u0631 \u0628\u0647 \u0646\u0638\u0631 \u0645\u06CC\u200C\u0631\u0633\u0646\u062F\u060C \u0627\u06CC\u0646 \u0645\u0642\u062F\u0627\u0631 \u0631\u0627 \u0627\u0641\u0632\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u062F\u0627\u0646\u0644\u0648\u062F \u062A\u0635\u0627\u0648\u06CC\u0631 \u062E\u0627\u0631\u062C\u06CC",desc:"\u062F\u0627\u0646\u0644\u0648\u062F \u062A\u0635\u0627\u0648\u06CC\u0631 \u0627\u0632 \u0631\u0627\u0647 \u062F\u0648\u0631 \u0648 \u062A\u0635\u0627\u0648\u06CC\u0631 \u06A9\u0648\u0686\u06A9 YouTube \u0628\u0631\u0627\u06CC \u062A\u0635\u0627\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647."},showRootFolder:{name:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0648\u0634\u0647 \u0627\u0635\u0644\u06CC",desc:"\u0646\u0627\u0645 \u062E\u0632\u0627\u0646\u0647 \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0648\u0634\u0647 \u0627\u0635\u0644\u06CC \u062F\u0631 \u062F\u0631\u062E\u062A \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showFolderIcons:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647",desc:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0631\u0627 \u06A9\u0646\u0627\u0631 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},inheritFolderColors:{name:"\u0627\u0631\u062B\u200C\u0628\u0631\u06CC \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647",desc:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0641\u0631\u0632\u0646\u062F \u0631\u0646\u06AF \u0631\u0627 \u0627\u0632 \u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC \u0648\u0627\u0644\u062F \u0628\u0647 \u0627\u0631\u062B \u0645\u06CC\u200C\u0628\u0631\u0646\u062F."},folderSortOrder:{name:"\u062A\u0631\u062A\u06CC\u0628 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u067E\u0648\u0634\u0647",desc:"\u0631\u0648\u06CC \u0647\u0631 \u067E\u0648\u0634\u0647\u200C\u0627\u06CC \u06A9\u0644\u06CC\u06A9 \u0631\u0627\u0633\u062A \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062A\u0631\u062A\u06CC\u0628 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0645\u062A\u0641\u0627\u0648\u062A\u06CC \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u200C\u0647\u0627\u06CC\u0634 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",options:{alphaAsc:"\u0627\u0644\u0641 \u062A\u0627 \u06CC",alphaDesc:"\u06CC \u062A\u0627 \u0627\u0644\u0641"}},showNoteCount:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062A\u0639\u062F\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A",desc:"\u062A\u0639\u062F\u0627\u062F \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0631\u0627 \u06A9\u0646\u0627\u0631 \u0647\u0631 \u067E\u0648\u0634\u0647 \u0648 \u0628\u0631\u0686\u0633\u0628 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showSectionIcons:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646 \u0628\u0631\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631",desc:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u06A9\u0646\u0627\u0631 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627 \u062F\u0631 \u0628\u062E\u0634\u200C\u0647\u0627\u06CC \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627 \u0648 \u0627\u062E\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},interfaceIcons:{name:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0631\u0627\u0628\u0637 \u06A9\u0627\u0631\u0628\u0631\u06CC",desc:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0646\u0648\u0627\u0631 \u0627\u0628\u0632\u0627\u0631\u060C \u067E\u0648\u0634\u0647\u060C \u0628\u0631\u0686\u0633\u0628\u060C \u0633\u0646\u062C\u0627\u0642 \u0634\u062F\u0647\u060C \u062C\u0633\u062A\u062C\u0648 \u0648 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC.",buttonText:"\u0648\u06CC\u0631\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627"},showIconsColorOnly:{name:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF \u0641\u0642\u0637 \u0628\u0647 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627",desc:"\u0648\u0642\u062A\u06CC \u0641\u0639\u0627\u0644\u060C \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0633\u0641\u0627\u0631\u0634\u06CC \u0641\u0642\u0637 \u0628\u0647 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F. \u0648\u0642\u062A\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644\u060C \u0631\u0646\u06AF\u200C\u0647\u0627 \u0628\u0647 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0645\u062A\u0646 \u0627\u0639\u0645\u0627\u0644 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."},navRainbowMode:{name:"\u062D\u0627\u0644\u062A \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC.",options:{none:"\u062E\u0627\u0645\u0648\u0634",foreground:"\u0631\u0646\u06AF \u0645\u062A\u0646",background:"\u0631\u0646\u06AF \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647"}},navRainbowFirstColor:{name:"\u0631\u0646\u06AF \u0627\u0648\u0644",desc:"\u0631\u0646\u06AF \u0627\u0648\u0644 \u062F\u0631 \u06AF\u0631\u0627\u062F\u06CC\u0627\u0646 \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646."},navRainbowLastColor:{name:"\u0631\u0646\u06AF \u0622\u062E\u0631",desc:"\u0631\u0646\u06AF \u0622\u062E\u0631 \u062F\u0631 \u06AF\u0631\u0627\u062F\u06CC\u0627\u0646 \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646."},navRainbowTransitionStyle:{name:"\u0633\u0628\u06A9 \u0627\u0646\u062A\u0642\u0627\u0644",desc:"\u062F\u0631\u0648\u0646\u200C\u06CC\u0627\u0628\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647\u200C\u0634\u062F\u0647 \u0628\u06CC\u0646 \u0631\u0646\u06AF \u0627\u0648\u0644 \u0648 \u0622\u062E\u0631.",options:{hue:"\u0641\u0627\u0645",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u0627\u0639\u0645\u0627\u0644 \u0628\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627",desc:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 \u0628\u0631 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627."},navRainbowApplyToRecent:{name:"\u0627\u0639\u0645\u0627\u0644 \u0628\u0631 \u0645\u0648\u0627\u0631\u062F \u0627\u062E\u06CC\u0631",desc:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 \u0628\u0631 \u0645\u0648\u0627\u0631\u062F \u0627\u062E\u06CC\u0631."},navRainbowApplyToFolders:{name:"\u0627\u0639\u0645\u0627\u0644 \u0628\u0631 \u067E\u0648\u0634\u0647\u200C\u0647\u0627",desc:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 \u0628\u0631 \u067E\u0648\u0634\u0647\u200C\u0647\u0627."},navRainbowFolderScope:{name:"\u0645\u062D\u062F\u0648\u062F\u0647 \u067E\u0648\u0634\u0647\u200C\u0647\u0627",desc:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0633\u0637\u0648\u062D \u067E\u0648\u0634\u0647\u200C\u0627\u06CC \u06A9\u0647 \u062A\u062E\u0635\u06CC\u0635 \u0631\u0646\u06AF \u0627\u0632 \u0622\u0646\u200C\u0647\u0627 \u0634\u0631\u0648\u0639 \u0645\u06CC\u200C\u0634\u0648\u062F.",options:{root:"\u0633\u0637\u062D \u0631\u06CC\u0634\u0647",child:"\u0633\u0637\u062D \u0641\u0631\u0632\u0646\u062F",all:"\u0647\u0631 \u0633\u0637\u062D"}},navRainbowApplyToTags:{name:"\u0627\u0639\u0645\u0627\u0644 \u0628\u0631 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",desc:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 \u0628\u0631 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627."},navRainbowTagScope:{name:"\u0645\u062D\u062F\u0648\u062F\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",desc:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0633\u0637\u0648\u062D \u0628\u0631\u0686\u0633\u0628\u06CC \u06A9\u0647 \u062A\u062E\u0635\u06CC\u0635 \u0631\u0646\u06AF \u0627\u0632 \u0622\u0646\u200C\u0647\u0627 \u0634\u0631\u0648\u0639 \u0645\u06CC\u200C\u0634\u0648\u062F.",options:{root:"\u0633\u0637\u062D \u0631\u06CC\u0634\u0647",child:"\u0633\u0637\u062D \u0641\u0631\u0632\u0646\u062F",all:"\u0647\u0631 \u0633\u0637\u062D"}},navRainbowApplyToProperties:{name:"\u0627\u0639\u0645\u0627\u0644 \u0628\u0631 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",desc:"\u0627\u0639\u0645\u0627\u0644 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 \u0628\u0631 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627."},navRainbowBalanceHueLuminance:{name:"\u0631\u0648\u0634\u0646\u0627\u06CC\u06CC \u06CC\u06A9\u0646\u0648\u0627\u062E\u062A \u062F\u0631 \u0628\u06CC\u0646 \u0631\u0646\u06AF\u200C\u0647\u0627",desc:"\u0631\u0648\u0634\u0646\u0627\u06CC\u06CC \u0631\u0627 \u0628\u06CC\u0646 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0634\u0631\u0648\u0639 \u0648 \u067E\u0627\u06CC\u0627\u0646 \u062F\u0631 \u0637\u0648\u0644 \u0627\u0646\u062A\u0642\u0627\u0644\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC \u062F\u0631\u0648\u0646\u200C\u06CC\u0627\u0628\u06CC \u0645\u06CC\u200C\u06A9\u0646\u062F."},navRainbowSeparateThemeColors:{name:"\u062C\u062F\u0627\u0633\u0627\u0632\u06CC \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u062D\u0627\u0644\u062A \u0631\u0648\u0634\u0646 \u0648 \u062A\u0627\u0631\u06CC\u06A9",desc:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0631\u0646\u06AF\u06CC\u0646\u200C\u06A9\u0645\u0627\u0646 \u0645\u062A\u0641\u0627\u0648\u062A \u0628\u0631\u0627\u06CC \u062D\u0627\u0644\u062A \u0631\u0648\u0634\u0646 \u0648 \u062D\u0627\u0644\u062A \u062A\u0627\u0631\u06CC\u06A9."},navRainbowCopyLightToDark:"\u06A9\u067E\u06CC \u0631\u0646\u06AF \u062D\u0627\u0644\u062A \u0631\u0648\u0634\u0646 \u0628\u0647 \u062D\u0627\u0644\u062A \u062A\u0627\u0631\u06CC\u06A9",navRainbowPropertyScope:{name:"\u0645\u062D\u062F\u0648\u062F\u0647 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",desc:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0633\u0637\u0648\u062D \u0648\u06CC\u0698\u06AF\u06CC \u06A9\u0647 \u062A\u062E\u0635\u06CC\u0635 \u0631\u0646\u06AF \u0627\u0632 \u0622\u0646\u200C\u0647\u0627 \u0634\u0631\u0648\u0639 \u0645\u06CC\u200C\u0634\u0648\u062F.",options:{root:"\u0633\u0637\u062D \u0631\u06CC\u0634\u0647",child:"\u0633\u0637\u062D \u0641\u0631\u0632\u0646\u062F",all:"\u0647\u0631 \u0633\u0637\u062D"}},collapseBehavior:{name:"\u062C\u0645\u0639 \u06A9\u0631\u062F\u0646 \u0622\u06CC\u062A\u0645\u200C\u0647\u0627",desc:"\u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F \u062F\u06A9\u0645\u0647 \u0628\u0627\u0632/\u0628\u0633\u062A\u0647 \u06A9\u0631\u062F\u0646 \u0647\u0645\u0647 \u0686\u0647 \u0686\u06CC\u0632\u06CC \u0631\u0627 \u062A\u062D\u062A \u062A\u0623\u062B\u06CC\u0631 \u0642\u0631\u0627\u0631 \u062F\u0647\u062F.",options:{all:"\u0647\u0645\u0647",foldersOnly:"\u0641\u0642\u0637 \u067E\u0648\u0634\u0647\u200C\u0647\u0627",tagsOnly:"\u0641\u0642\u0637 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",propertiesOnly:"\u0641\u0642\u0637 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627"}},smartCollapse:{name:"\u0628\u0627\u0632 \u0646\u06AF\u0647 \u062F\u0627\u0634\u062A\u0646 \u0622\u06CC\u062A\u0645 \u0627\u0646\u062A\u062E\u0627\u0628\u06CC",desc:"\u0647\u0646\u06AF\u0627\u0645 \u062C\u0645\u0639 \u06A9\u0631\u062F\u0646\u060C \u0622\u06CC\u062A\u0645 \u0627\u0646\u062A\u062E\u0627\u0628\u06CC \u0648 \u0648\u0627\u0644\u062F\u06CC\u0646 \u0622\u0646 \u0631\u0627 \u0628\u0627\u0632 \u0646\u06AF\u0647 \u062F\u0627\u0631\u06CC\u062F."},navIndent:{name:"\u062A\u0648\u0631\u0641\u062A\u06AF\u06CC \u062F\u0631\u062E\u062A",desc:"\u0639\u0631\u0636 \u062A\u0648\u0631\u0641\u062A\u06AF\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u062A\u0648\u062F\u0631\u062A\u0648 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F."},navItemHeight:{name:"\u0627\u0631\u062A\u0641\u0627\u0639 \u0622\u06CC\u062A\u0645",desc:"\u0627\u0631\u062A\u0641\u0627\u0639 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F."},navItemHeightScaleText:{name:"\u0645\u0642\u06CC\u0627\u0633\u200C\u0628\u0646\u062F\u06CC \u0645\u062A\u0646 \u0628\u0627 \u0627\u0631\u062A\u0641\u0627\u0639 \u0622\u06CC\u062A\u0645",desc:"\u0627\u0646\u062F\u0627\u0632\u0647 \u0645\u062A\u0646 \u0646\u0627\u0648\u0628\u0631\u06CC \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0627\u0647\u0634 \u0627\u0631\u062A\u0641\u0627\u0639 \u0622\u06CC\u062A\u0645 \u06A9\u0627\u0647\u0634 \u062F\u0647\u06CC\u062F."},showIndentGuides:{name:"\u0646\u0645\u0627\u06CC\u0634 \u062E\u0637\u0648\u0637 \u0631\u0627\u0647\u0646\u0645\u0627\u06CC \u062A\u0648\u0631\u0641\u062A\u06AF\u06CC",desc:"\u0646\u0645\u0627\u06CC\u0634 \u062E\u0637\u0648\u0637 \u0631\u0627\u0647\u0646\u0645\u0627\u06CC \u062A\u0648\u0631\u0641\u062A\u06AF\u06CC \u0628\u0631\u0627\u06CC \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u062A\u0648\u062F\u0631\u062A\u0648."},navRootSpacing:{name:"\u0641\u0627\u0635\u0644\u0647 \u0622\u06CC\u062A\u0645 \u0627\u0635\u0644\u06CC",desc:"\u0641\u0627\u0635\u0644\u0647 \u0628\u06CC\u0646 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u0648 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0633\u0637\u062D \u0627\u0635\u0644\u06CC."},showTags:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",desc:"\u0628\u062E\u0634 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0631\u0627 \u062F\u0631 \u0646\u0627\u0648\u0628\u0631 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},showTagIcons:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628",desc:"\u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0631\u0627 \u06A9\u0646\u0627\u0631 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F."},inheritTagColors:{name:"\u0627\u0631\u062B\u200C\u0628\u0631\u06CC \u0631\u0646\u06AF \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",desc:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0641\u0631\u0632\u0646\u062F \u0631\u0646\u06AF \u0631\u0627 \u0627\u0632 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0648\u0627\u0644\u062F \u0628\u0647 \u0627\u0631\u062B \u0645\u06CC\u200C\u0628\u0631\u0646\u062F."},tagSortOrder:{name:"\u062A\u0631\u062A\u06CC\u0628 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0628\u0631\u0686\u0633\u0628",desc:"\u0631\u0648\u06CC \u0647\u0631 \u0628\u0631\u0686\u0633\u0628\u06CC \u06A9\u0644\u06CC\u06A9 \u0631\u0627\u0633\u062A \u06A9\u0646\u06CC\u062F \u062A\u0627 \u062A\u0631\u062A\u06CC\u0628 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0645\u062A\u0641\u0627\u0648\u062A\u06CC \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0645\u062C\u0645\u0648\u0639\u0647\u200C\u0647\u0627\u06CC\u0634 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F.",options:{alphaAsc:"\u0627\u0644\u0641 \u062A\u0627 \u06CC",alphaDesc:"\u06CC \u062A\u0627 \u0627\u0644\u0641",frequency:"\u0641\u0631\u0627\u0648\u0627\u0646\u06CC",lowToHigh:"\u06A9\u0645 \u0628\u0647 \u0632\u06CC\u0627\u062F",highToLow:"\u0632\u06CC\u0627\u062F \u0628\u0647 \u06A9\u0645"}},showAllTagsFolder:{name:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0648\u0634\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627",desc:'"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627" \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0648\u0634\u0647 \u0642\u0627\u0628\u0644 \u062C\u0645\u0639\u200C\u0634\u062F\u0646 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F.'},showUntagged:{name:"\u0646\u0645\u0627\u06CC\u0634 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0628\u062F\u0648\u0646 \u0628\u0631\u0686\u0633\u0628",desc:'\u0622\u06CC\u062A\u0645 "\u0628\u062F\u0648\u0646 \u0628\u0631\u0686\u0633\u0628" \u0631\u0627 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u0628\u062F\u0648\u0646 \u0628\u0631\u0686\u0633\u0628 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F.'},scopeTagsToCurrentContext:{name:"\u0641\u06CC\u0644\u062A\u0631 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0627\u0646\u062A\u062E\u0627\u0628",desc:"\u0641\u0642\u0637 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u0646\u0634\u0627\u0646 \u062F\u0647\u06CC\u062F \u06A9\u0647 \u062F\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u06CC\u0627 \u0648\u06CC\u0698\u06AF\u06CC \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u0634\u062F\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u0646\u062F."},keepEmptyTagsProperty:{name:"\u062D\u0641\u0638 \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0628\u0639\u062F \u0627\u0632 \u062D\u0630\u0641 \u0622\u062E\u0631\u06CC\u0646 \u0628\u0631\u0686\u0633\u0628",desc:"\u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u0631\u0627 \u0647\u0646\u06AF\u0627\u0645 \u062D\u0630\u0641 \u0647\u0645\u0647 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u062D\u0641\u0638 \u06A9\u0646\u06CC\u062F. \u0648\u0642\u062A\u06CC \u063A\u06CC\u0631\u0641\u0639\u0627\u0644\u060C \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0627\u0632 \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u062D\u0630\u0641 \u0645\u06CC\u200C\u0634\u0648\u062F."},showProperties:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0628\u062E\u0634 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u062F\u0631 \u0646\u0627\u0648\u0628\u0631.",propertyKeysInfoPrefix:"\u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u062F\u0631 ",propertyKeysInfoLinkText:"\u0639\u0645\u0648\u0645\u06CC > \u06A9\u0644\u06CC\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0645\u0627\u062F\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC",desc:"\u0646\u0645\u0627\u06CC\u0634 \u0646\u0645\u0627\u062F\u0647\u0627 \u062F\u0631 \u06A9\u0646\u0627\u0631 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u062F\u0631 \u067E\u0646\u0644 \u0646\u0627\u0648\u0628\u0631\u06CC."},inheritPropertyColors:{name:"\u0627\u0631\u062B\u200C\u0628\u0631\u06CC \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0648\u06CC\u0698\u06AF\u06CC",desc:"\u0645\u0642\u0627\u062F\u06CC\u0631 \u0648\u06CC\u0698\u06AF\u06CC \u0631\u0646\u06AF \u0648 \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0631\u0627 \u0627\u0632 \u06A9\u0644\u06CC\u062F \u0648\u06CC\u0698\u06AF\u06CC \u0628\u0647 \u0627\u0631\u062B \u0645\u06CC\u200C\u0628\u0631\u0646\u062F."},propertySortOrder:{name:"\u062A\u0631\u062A\u06CC\u0628 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",desc:"\u0628\u0631\u0627\u06CC \u062A\u0646\u0638\u06CC\u0645 \u062A\u0631\u062A\u06CC\u0628 \u0645\u0631\u062A\u0628\u200C\u0633\u0627\u0632\u06CC \u0645\u062A\u0641\u0627\u0648\u062A \u0628\u0631\u0627\u06CC \u0645\u0642\u0627\u062F\u06CC\u0631 \u0647\u0631 \u0648\u06CC\u0698\u06AF\u06CC\u060C \u0631\u0648\u06CC \u0622\u0646 \u0631\u0627\u0633\u062A\u200C\u06A9\u0644\u06CC\u06A9 \u06A9\u0646\u06CC\u062F.",options:{alphaAsc:"\u0627\u0644\u0641 \u062A\u0627 \u06CC",alphaDesc:"\u06CC \u062A\u0627 \u0627\u0644\u0641",frequency:"\u0641\u0631\u0627\u0648\u0627\u0646\u06CC",lowToHigh:"\u06A9\u0645 \u0628\u0647 \u0632\u06CC\u0627\u062F",highToLow:"\u0632\u06CC\u0627\u062F \u0628\u0647 \u06A9\u0645"}},showAllPropertiesFolder:{name:"\u0646\u0645\u0627\u06CC\u0634 \u067E\u0648\u0634\u0647 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627",desc:'\u0646\u0645\u0627\u06CC\u0634 "\u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627" \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u067E\u0648\u0634\u0647 \u062C\u0645\u0639\u200C\u0634\u062F\u0646\u06CC.'},scopePropertiesToCurrentContext:{name:"\u0641\u06CC\u0644\u062A\u0631 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627 \u0628\u0631 \u0627\u0633\u0627\u0633 \u0627\u0646\u062A\u062E\u0627\u0628",desc:"\u0641\u0642\u0637 \u0648\u06CC\u0698\u06AF\u06CC\u200C\u0647\u0627\u06CC\u06CC \u0631\u0627 \u0646\u0634\u0627\u0646 \u062F\u0647\u06CC\u062F \u06A9\u0647 \u062F\u0631 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628 \u0627\u0646\u062A\u062E\u0627\u0628\u200C\u0634\u062F\u0647 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u0646\u062F."},hiddenTags:{name:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"\u0644\u06CC\u0633\u062A \u0627\u0644\u06AF\u0648\u0647\u0627\u06CC \u0628\u0631\u0686\u0633\u0628 \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627. \u0627\u0644\u06AF\u0648\u0647\u0627\u06CC \u0646\u0627\u0645: tag* (\u0634\u0631\u0648\u0639 \u0628\u0627)\u060C *tag (\u067E\u0627\u06CC\u0627\u0646 \u0628\u0627). \u0627\u0644\u06AF\u0648\u0647\u0627\u06CC \u0645\u0633\u06CC\u0631: archive (\u0628\u0631\u0686\u0633\u0628 \u0648 \u0641\u0631\u0632\u0646\u062F\u0627\u0646)\u060C archive/* (\u0641\u0642\u0637 \u0641\u0631\u0632\u0646\u062F\u0627\u0646)\u060C projects/*/drafts (wildcard \u0645\u06CC\u0627\u0646\u06CC).",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u0628\u0627 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 (\u067E\u0631\u0648\u0641\u0627\u06CC\u0644 \u062E\u0632\u0627\u0646\u0647)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u0641\u0639\u0627\u0644 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647",desc:"\u067E\u0648\u0634\u0647\u200C\u0647\u0627\u06CC\u06CC \u06A9\u0647 \u0641\u0627\u06CC\u0644 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u0646\u0637\u0628\u0642 \u062F\u0627\u0631\u0646\u062F \u0628\u0647 \u0635\u0648\u0631\u062A \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u0642\u0627\u0628\u0644 \u06A9\u0644\u06CC\u06A9 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F."},folderNoteType:{name:"\u0646\u0648\u0639 \u067E\u06CC\u0634\u200C\u0641\u0631\u0636 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",desc:"\u0646\u0648\u0639 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0627\u06CC\u062C\u0627\u062F \u0634\u062F\u0647 \u0627\u0632 \u0645\u0646\u0648\u06CC \u0631\u0627\u0633\u062A\u200C\u06A9\u0644\u06CC\u06A9.",options:{ask:"\u0633\u0624\u0627\u0644 \u0647\u0646\u06AF\u0627\u0645 \u0627\u06CC\u062C\u0627\u062F",markdown:"\u0645\u0627\u0631\u06A9\u200C\u062F\u0627\u0648\u0646",canvas:"\u0628\u0648\u0645",base:"\u067E\u0627\u06CC\u06AF\u0627\u0647"}},folderNoteName:{name:"\u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",desc:"\u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0628\u062F\u0648\u0646 \u067E\u0633\u0648\u0646\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F.",placeholder:"index"},folderNoteNamePattern:{name:"\u0627\u0644\u06AF\u0648\u06CC \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",desc:"\u0627\u0644\u06AF\u0648\u06CC \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0628\u062F\u0648\u0646 \u067E\u0633\u0648\u0646\u062F. \u0627\u0632 {{folder}} \u0628\u0631\u0627\u06CC \u062F\u0631\u062C \u0646\u0627\u0645 \u067E\u0648\u0634\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u062F\u0631 \u0635\u0648\u0631\u062A \u062A\u0646\u0638\u06CC\u0645\u060C \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u0627\u0639\u0645\u0627\u0644 \u0646\u0645\u06CC\u200C\u0634\u0648\u062F."},folderNoteTemplate:{name:"\u0627\u0644\u06AF\u0648\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",desc:"\u0641\u0627\u06CC\u0644 \u0627\u0644\u06AF\u0648 \u0628\u0631\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0645\u0627\u0631\u06A9\u200C\u062F\u0627\u0648\u0646 \u062C\u062F\u06CC\u062F. \u0645\u062D\u0644 \u067E\u0648\u0634\u0647 \u0627\u0644\u06AF\u0648\u0647\u0627 \u0631\u0627 \u062F\u0631 \u0639\u0645\u0648\u0645\u06CC > \u0627\u0644\u06AF\u0648\u0647\u0627 \u062A\u0646\u0638\u06CC\u0645 \u06A9\u0646\u06CC\u062F."},enableFolderNoteLinks:{name:"\u0641\u0639\u0627\u0644\u200C\u0633\u0627\u0632\u06CC \u067E\u06CC\u0648\u0646\u062F\u0647\u0627\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647",desc:"\u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0628\u0647 \u0635\u0648\u0631\u062A \u067E\u06CC\u0648\u0646\u062F \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F \u0648 \u0628\u0627 \u06A9\u0644\u06CC\u06A9\u060C \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0631\u0627 \u0628\u0627\u0632 \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F. \u062F\u0631 \u0635\u0648\u0631\u062A \u063A\u06CC\u0631\u0641\u0639\u0627\u0644 \u0628\u0648\u062F\u0646\u060C \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0647\u0645\u0686\u0646\u0627\u0646 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0646\u0627\u0645\u060C \u0622\u06CC\u06A9\u0648\u0646 \u0648 \u0631\u0646\u06AF \u0631\u0627 \u0627\u0631\u0627\u0626\u0647 \u0645\u06CC\u200C\u062F\u0647\u0646\u062F."},hideFolderNoteInList:{name:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u062F\u0631 \u0644\u06CC\u0633\u062A",desc:"\u0645\u062E\u0641\u06CC \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0627\u0632 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0631 \u0644\u06CC\u0633\u062A \u0641\u0627\u06CC\u0644\u200C\u0647\u0627."},pinCreatedFolderNote:{name:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0627\u06CC\u062C\u0627\u062F \u0634\u062F\u0647",desc:"\u0633\u0646\u062C\u0627\u0642 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u0647\u0646\u06AF\u0627\u0645 \u0627\u06CC\u062C\u0627\u062F \u0627\u0632 \u0645\u0646\u0648\u06CC \u0632\u0645\u06CC\u0646\u0647."},openFolderNotesInNewTab:{name:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u067E\u0648\u0634\u0647 \u062F\u0631 \u062A\u0628 \u062C\u062F\u06CC\u062F",desc:"\u0628\u0627\u0632 \u06A9\u0631\u062F\u0646 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627\u06CC \u067E\u0648\u0634\u0647 \u062F\u0631 \u062A\u0628 \u062C\u062F\u06CC\u062F \u0647\u0646\u06AF\u0627\u0645 \u06A9\u0644\u06CC\u06A9 \u0631\u0648\u06CC \u067E\u0648\u0634\u0647."},confirmBeforeDelete:{name:"\u062A\u0623\u06CC\u06CC\u062F \u0642\u0628\u0644 \u0627\u0632 \u062D\u0630\u0641",desc:"\u0647\u0646\u06AF\u0627\u0645 \u062D\u0630\u0641 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u200C\u0647\u0627 \u06CC\u0627 \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u06AF\u0641\u062A\u06AF\u0648\u06CC \u062A\u0623\u06CC\u06CC\u062F \u0646\u0645\u0627\u06CC\u0634 \u062F\u0647\u06CC\u062F"},deleteAttachments:{name:"\u062D\u0630\u0641 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627 \u0647\u0646\u06AF\u0627\u0645 \u062D\u0630\u0641 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627",desc:"\u062D\u0630\u0641 \u062E\u0648\u062F\u06A9\u0627\u0631 \u067E\u06CC\u0648\u0633\u062A\u200C\u0647\u0627\u06CC \u0645\u0631\u062A\u0628\u0637 \u0628\u0627 \u0641\u0627\u06CC\u0644 \u062D\u0630\u0641\u200C\u0634\u062F\u0647 \u062F\u0631 \u0635\u0648\u0631\u062A\u06CC \u06A9\u0647 \u062F\u0631 \u062C\u0627\u06CC \u062F\u06CC\u06AF\u0631\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u0646\u062F",options:{ask:"\u0647\u0631 \u0628\u0627\u0631 \u0628\u067E\u0631\u0633",always:"\u0647\u0645\u06CC\u0634\u0647",never:"\u0647\u0631\u06AF\u0632"}},moveFileConflicts:{name:"\u062A\u0639\u0627\u0631\u0636\u0627\u062A \u0627\u0646\u062A\u0642\u0627\u0644",desc:"\u0647\u0646\u06AF\u0627\u0645 \u0627\u0646\u062A\u0642\u0627\u0644 \u0641\u0627\u06CC\u0644 \u0628\u0647 \u067E\u0648\u0634\u0647\u200C\u0627\u06CC \u06A9\u0647 \u0641\u0627\u06CC\u0644\u06CC \u0628\u0627 \u0647\u0645\u0627\u0646 \u0646\u0627\u0645 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F. \u0647\u0631 \u0628\u0627\u0631 \u0628\u067E\u0631\u0633\u06CC\u062F (\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645\u060C \u0628\u0627\u0632\u0646\u0648\u06CC\u0633\u06CC\u060C \u0644\u063A\u0648) \u06CC\u0627 \u0647\u0645\u06CC\u0634\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u062F\u0647\u06CC\u062F.",options:{ask:"\u0647\u0631 \u0628\u0627\u0631 \u0628\u067E\u0631\u0633\u06CC\u062F",rename:"\u0647\u0645\u06CC\u0634\u0647 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645"}},metadataCleanup:{name:"\u067E\u0627\u06A9\u0633\u0627\u0632\u06CC \u0645\u062A\u0627\u062F\u06CC\u062A\u0627",desc:"\u0645\u062A\u0627\u062F\u06CC\u062A\u0627\u06CC \u06CC\u062A\u06CC\u0645 \u0631\u0627 \u06A9\u0647 \u0647\u0646\u06AF\u0627\u0645 \u062D\u0630\u0641\u060C \u0627\u0646\u062A\u0642\u0627\u0644 \u06CC\u0627 \u062A\u063A\u06CC\u06CC\u0631 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644\u200C\u0647\u0627\u060C \u067E\u0648\u0634\u0647\u200C\u0647\u0627 \u06CC\u0627 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u062E\u0627\u0631\u062C \u0627\u0632 \u0627\u0648\u0628\u0633\u06CC\u062F\u06CC\u0646 \u0628\u0627\u0642\u06CC \u0645\u0627\u0646\u062F\u0647 \u062D\u0630\u0641 \u0645\u06CC\u200C\u06A9\u0646\u062F. \u0627\u06CC\u0646 \u0641\u0642\u0637 \u0641\u0627\u06CC\u0644 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A Notebook Navigator \u0631\u0627 \u062A\u062D\u062A \u062A\u0623\u062B\u06CC\u0631 \u0642\u0631\u0627\u0631 \u0645\u06CC\u200C\u062F\u0647\u062F.",buttonText:"\u067E\u0627\u06A9\u0633\u0627\u0632\u06CC \u0645\u062A\u0627\u062F\u06CC\u062A\u0627",error:"\u067E\u0627\u06A9\u0633\u0627\u0632\u06CC \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",loading:"\u0628\u0631\u0631\u0633\u06CC \u0645\u062A\u0627\u062F\u06CC\u062A\u0627...",statusClean:"\u0645\u062A\u0627\u062F\u06CC\u062A\u0627\u06CC\u06CC \u0628\u0631\u0627\u06CC \u067E\u0627\u06A9\u0633\u0627\u0632\u06CC \u0646\u06CC\u0633\u062A",statusCounts:"\u0622\u06CC\u062A\u0645\u200C\u0647\u0627\u06CC \u06CC\u062A\u06CC\u0645: {folders} \u067E\u0648\u0634\u0647\u060C {tags} \u0628\u0631\u0686\u0633\u0628\u060C {properties} \u0648\u06CC\u0698\u06AF\u06CC\u060C {files} \u0641\u0627\u06CC\u0644\u060C {pinned} \u0633\u0646\u062C\u0627\u0642\u060C {separators} \u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647"},rebuildCache:{name:"\u0628\u0627\u0632\u0633\u0627\u0632\u06CC \u06A9\u0634",desc:"\u0627\u06AF\u0631 \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627\u06CC \u06AF\u0645\u0634\u062F\u0647\u060C \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634\u200C\u0647\u0627\u06CC \u0646\u0627\u062F\u0631\u0633\u062A \u06CC\u0627 \u062A\u0635\u0627\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647 \u06AF\u0645\u0634\u062F\u0647 \u062F\u0627\u0631\u06CC\u062F \u0627\u0632 \u0627\u06CC\u0646 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F. \u0627\u06CC\u0646 \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u062F \u0628\u0639\u062F \u0627\u0632 \u062A\u062F\u0627\u062E\u0644\u200C\u0647\u0627\u06CC \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u06CC\u0627 \u0628\u0633\u062A\u0647\u200C\u0634\u062F\u0646\u200C\u0647\u0627\u06CC \u063A\u06CC\u0631\u0645\u0646\u062A\u0638\u0631\u0647 \u0627\u062A\u0641\u0627\u0642 \u0628\u06CC\u0641\u062A\u062F.",buttonText:"\u0628\u0627\u0632\u0633\u0627\u0632\u06CC \u06A9\u0634",error:"\u0628\u0627\u0632\u0633\u0627\u0632\u06CC \u06A9\u0634 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",indexingTitle:"\u062F\u0631 \u062D\u0627\u0644 \u0646\u0645\u0627\u06CC\u0647\u200C\u0633\u0627\u0632\u06CC \u062E\u0632\u0627\u0646\u0647...",progress:"Notebook Navigator \u062F\u0631 \u062D\u0627\u0644 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u06A9\u0634 \u0627\u0633\u062A."},externalIcons:{downloadButton:"\u062F\u0627\u0646\u0644\u0648\u062F",downloadingLabel:"\u062F\u0631 \u062D\u0627\u0644 \u062F\u0627\u0646\u0644\u0648\u062F...",removeButton:"\u062D\u0630\u0641",statusInstalled:"\u062F\u0627\u0646\u0644\u0648\u062F \u0634\u062F\u0647 (\u0646\u0633\u062E\u0647 {version})",statusNotInstalled:"\u062F\u0627\u0646\u0644\u0648\u062F \u0646\u0634\u062F\u0647",versionUnknown:"\u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647",downloadFailed:"\u062F\u0627\u0646\u0644\u0648\u062F {name} \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F. \u0627\u062A\u0635\u0627\u0644 \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F \u0648 \u062F\u0648\u0628\u0627\u0631\u0647 \u062A\u0644\u0627\u0634 \u06A9\u0646\u06CC\u062F.",removeFailed:"\u062D\u0630\u0641 {name} \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F.",infoNote:"\u0628\u0633\u062A\u0647\u200C\u0647\u0627\u06CC \u0622\u06CC\u06A9\u0648\u0646 \u062F\u0627\u0646\u0644\u0648\u062F \u0634\u062F\u0647 \u0648\u0636\u0639\u06CC\u062A \u0646\u0635\u0628 \u0631\u0627 \u0628\u06CC\u0646 \u062F\u0633\u062A\u06AF\u0627\u0647\u200C\u0647\u0627 \u0647\u0645\u06AF\u0627\u0645 \u0645\u06CC\u200C\u06A9\u0646\u0646\u062F. \u0628\u0633\u062A\u0647\u200C\u0647\u0627\u06CC \u0622\u06CC\u06A9\u0648\u0646 \u062F\u0631 \u067E\u0627\u06CC\u06AF\u0627\u0647 \u062F\u0627\u062F\u0647 \u0645\u062D\u0644\u06CC \u0647\u0631 \u062F\u0633\u062A\u06AF\u0627\u0647 \u0645\u06CC\u200C\u0645\u0627\u0646\u0646\u062F\u061B \u0647\u0645\u06AF\u0627\u0645\u200C\u0633\u0627\u0632\u06CC \u0641\u0642\u0637 \u067E\u06CC\u06AF\u06CC\u0631\u06CC \u0645\u06CC\u200C\u06A9\u0646\u062F \u0622\u06CC\u0627 \u062F\u0627\u0646\u0644\u0648\u062F \u06CC\u0627 \u062D\u0630\u0641 \u0634\u0648\u0646\u062F. \u0628\u0633\u062A\u0647\u200C\u0647\u0627\u06CC \u0622\u06CC\u06A9\u0648\u0646 \u0627\u0632 \u0645\u062E\u0632\u0646 Notebook Navigator \u062F\u0627\u0646\u0644\u0648\u062F \u0645\u06CC\u200C\u0634\u0648\u0646\u062F (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0645\u062A\u0627\u062F\u06CC\u062A\u0627\u06CC \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631",desc:"\u0627\u0632 \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u0628\u0631\u0627\u06CC \u0646\u0627\u0645 \u06CC\u0627\u062F\u062F\u0627\u0634\u062A\u060C \u0632\u0645\u0627\u0646\u200C\u0647\u0627\u060C \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0648 \u0631\u0646\u06AF\u200C\u0647\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F"},frontmatterIconField:{name:"\u0641\u06CC\u0644\u062F \u0622\u06CC\u06A9\u0648\u0646",desc:"\u0641\u06CC\u0644\u062F \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u0628\u0631\u0627\u06CC \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627\u06CC \u0630\u062E\u06CC\u0631\u0647\u200C\u0634\u062F\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F.",placeholder:"icon"},frontmatterColorField:{name:"\u0641\u06CC\u0644\u062F \u0631\u0646\u06AF",desc:"\u0641\u06CC\u0644\u062F \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u0628\u0631\u0627\u06CC \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0641\u0627\u06CC\u0644. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u0630\u062E\u06CC\u0631\u0647\u200C\u0634\u062F\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F.",placeholder:"color"},frontmatterBackgroundField:{name:"\u0641\u06CC\u0644\u062F \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647",desc:"\u0641\u06CC\u0644\u062F \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u0628\u0631\u0627\u06CC \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u0631\u0646\u06AF\u200C\u0647\u0627\u06CC \u067E\u0633\u200C\u0632\u0645\u06CC\u0646\u0647 \u0630\u062E\u06CC\u0631\u0647\u200C\u0634\u062F\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F.",placeholder:"background"},frontmatterMigration:{name:"\u0645\u0647\u0627\u062C\u0631\u062A \u0622\u06CC\u06A9\u0648\u0646\u200C\u0647\u0627 \u0648 \u0631\u0646\u06AF\u200C\u0647\u0627 \u0627\u0632 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A",desc:"\u0630\u062E\u06CC\u0631\u0647\u200C\u0634\u062F\u0647 \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A: {icons} \u0622\u06CC\u06A9\u0648\u0646\u060C {colors} \u0631\u0646\u06AF.",button:"\u0645\u0647\u0627\u062C\u0631\u062A",buttonWorking:"\u062F\u0631 \u062D\u0627\u0644 \u0645\u0647\u0627\u062C\u0631\u062A...",noticeNone:"\u0622\u06CC\u06A9\u0648\u0646 \u06CC\u0627 \u0631\u0646\u06AF \u0641\u0627\u06CC\u0644\u06CC \u062F\u0631 \u062A\u0646\u0638\u06CC\u0645\u0627\u062A \u0630\u062E\u06CC\u0631\u0647 \u0646\u0634\u062F\u0647 \u0627\u0633\u062A.",noticeDone:"{migratedIcons}/{icons} \u0622\u06CC\u06A9\u0648\u0646\u060C {migratedColors}/{colors} \u0631\u0646\u06AF \u0645\u0647\u0627\u062C\u0631\u062A \u0634\u062F.",noticeFailures:"\u0648\u0631\u0648\u062F\u06CC\u200C\u0647\u0627\u06CC \u0646\u0627\u0645\u0648\u0641\u0642: {failures}.",noticeError:"\u0645\u0647\u0627\u062C\u0631\u062A \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F. \u06A9\u0646\u0633\u0648\u0644 \u0631\u0627 \u0628\u0631\u0627\u06CC \u062C\u0632\u0626\u06CC\u0627\u062A \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F."},frontmatterNameField:{name:"\u0641\u06CC\u0644\u062F\u0647\u0627\u06CC \u0646\u0627\u0645",desc:"\u0644\u06CC\u0633\u062A \u0641\u06CC\u0644\u062F\u0647\u0627\u06CC \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u062C\u062F\u0627\u0634\u062F\u0647 \u0628\u0627 \u06A9\u0627\u0645\u0627. \u0627\u0648\u0644\u06CC\u0646 \u0645\u0642\u062F\u0627\u0631 \u063A\u06CC\u0631\u062E\u0627\u0644\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0645\u06CC\u200C\u0634\u0648\u062F. \u0628\u0647 \u0646\u0627\u0645 \u0641\u0627\u06CC\u0644 \u0628\u0631\u0645\u06CC\u200C\u06AF\u0631\u062F\u062F.",placeholder:"title, name"},frontmatterCreatedField:{name:"\u0641\u06CC\u0644\u062F \u0632\u0645\u0627\u0646 \u0627\u06CC\u062C\u0627\u062F",desc:"\u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u0628\u0631\u0627\u06CC \u0632\u0645\u0627\u0646 \u0627\u06CC\u062C\u0627\u062F. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0641\u0642\u0637 \u0627\u0632 \u062A\u0627\u0631\u06CC\u062E \u0633\u06CC\u0633\u062A\u0645 \u0641\u0627\u06CC\u0644 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F.",placeholder:"created"},frontmatterModifiedField:{name:"\u0641\u06CC\u0644\u062F \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631",desc:"\u0646\u0627\u0645 \u0641\u06CC\u0644\u062F \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631 \u0628\u0631\u0627\u06CC \u0632\u0645\u0627\u0646 \u062A\u063A\u06CC\u06CC\u0631. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0641\u0642\u0637 \u0627\u0632 \u062A\u0627\u0631\u06CC\u062E \u0633\u06CC\u0633\u062A\u0645 \u0641\u0627\u06CC\u0644 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F.",placeholder:"modified"},frontmatterDateFormat:{name:"\u0642\u0627\u0644\u0628 \u0632\u0645\u0627\u0646",desc:"\u0642\u0627\u0644\u0628 \u0627\u0633\u062A\u0641\u0627\u062F\u0647\u200C\u0634\u062F\u0647 \u0628\u0631\u0627\u06CC \u062A\u062C\u0632\u06CC\u0647 \u0632\u0645\u0627\u0646\u200C\u0647\u0627 \u062F\u0631 \u0641\u0631\u0627\u0646\u062A\u200C\u0645\u062A\u0631. \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 \u062A\u062C\u0632\u06CC\u0647 ISO 8601 \u062E\u0627\u0644\u06CC \u0628\u06AF\u0630\u0627\u0631\u06CC\u062F.",helpTooltip:"\u0642\u0627\u0644\u0628 \u0628\u0627 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Moment",momentLinkText:"\u0642\u0627\u0644\u0628 Moment",help:`\u0642\u0627\u0644\u0628\u200C\u0647\u0627\u06CC \u0631\u0627\u06CC\u062C: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u062D\u0645\u0627\u06CC\u062A \u0627\u0632 \u062A\u0648\u0633\u0639\u0647",desc:"\u0627\u06AF\u0631 \u0627\u0632 \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0627\u0632 Notebook Navigator \u0644\u0630\u062A \u0645\u06CC\u200C\u0628\u0631\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u062D\u0645\u0627\u06CC\u062A \u0627\u0632 \u062A\u0648\u0633\u0639\u0647 \u0645\u062F\u0627\u0648\u0645 \u0622\u0646 \u0631\u0627 \u062F\u0631 \u0646\u0638\u0631 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",buttonText:"\u2764\uFE0F \u062D\u0645\u0627\u06CC\u062A \u0645\u0627\u0644\u06CC",coffeeButton:"\u2615\uFE0F \u06CC\u06A9 \u0642\u0647\u0648\u0647 \u0645\u0647\u0645\u0627\u0646\u0645 \u06A9\u0646"},updateCheckOnStart:{name:"\u0628\u0631\u0631\u0633\u06CC \u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u0647\u0646\u06AF\u0627\u0645 \u0634\u0631\u0648\u0639",desc:"\u0647\u0646\u06AF\u0627\u0645 \u0634\u0631\u0648\u0639 \u0646\u0633\u062E\u0647\u200C\u0647\u0627\u06CC \u062C\u062F\u06CC\u062F \u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u0645\u06CC\u200C\u06A9\u0646\u062F \u0648 \u0647\u0646\u06AF\u0627\u0645 \u062F\u0631 \u062F\u0633\u062A\u0631\u0633 \u0628\u0648\u062F\u0646 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC \u0627\u0639\u0644\u0627\u0646 \u0646\u0645\u0627\u06CC\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F. \u0628\u0631\u0631\u0633\u06CC\u200C\u0647\u0627 \u062D\u062F\u0627\u06A9\u062B\u0631 \u0631\u0648\u0632\u06CC \u06CC\u06A9 \u0628\u0627\u0631 \u0627\u0646\u062C\u0627\u0645 \u0645\u06CC\u200C\u0634\u0648\u0646\u062F.",status:"\u0646\u0633\u062E\u0647 \u062C\u062F\u06CC\u062F \u0645\u0648\u062C\u0648\u062F: {version}"},whatsNew:{name:"\u0686\u0647 \u0686\u06CC\u0632\u06CC \u062C\u062F\u06CC\u062F \u0627\u0633\u062A \u062F\u0631 Notebook Navigator {version}",desc:"\u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC\u200C\u0647\u0627 \u0648 \u0628\u0647\u0628\u0648\u062F\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631 \u0631\u0627 \u0628\u0628\u06CC\u0646\u06CC\u062F",buttonText:"\u0645\u0634\u0627\u0647\u062F\u0647 \u0628\u0647\u200C\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06CC\u200C\u0647\u0627\u06CC \u0627\u062E\u06CC\u0631"},masteringVideo:{name:"\u062A\u0633\u0644\u0637 \u0628\u0631 Notebook Navigator (\u0648\u06CC\u062F\u06CC\u0648)",desc:"\u0627\u06CC\u0646 \u0648\u06CC\u062F\u06CC\u0648 \u062A\u0645\u0627\u0645 \u0622\u0646\u0686\u0647 \u0628\u0631\u0627\u06CC \u06A9\u0627\u0631 \u0628\u0647\u0631\u0647\u200C\u0648\u0631 \u0628\u0627 Notebook Navigator \u0646\u06CC\u0627\u0632 \u062F\u0627\u0631\u06CC\u062F \u0631\u0627 \u067E\u0648\u0634\u0634 \u0645\u06CC\u200C\u062F\u0647\u062F\u060C \u0627\u0632 \u062C\u0645\u0644\u0647 \u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647\u200C\u06A9\u0644\u06CC\u062F\u060C \u062C\u0633\u062A\u062C\u0648\u060C \u0628\u0631\u0686\u0633\u0628\u200C\u0647\u0627 \u0648 \u0633\u0641\u0627\u0631\u0634\u06CC\u200C\u0633\u0627\u0632\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647."},cacheStatistics:{localCache:"\u06A9\u0634 \u0645\u062D\u0644\u06CC",items:"\u0622\u06CC\u062A\u0645",withTags:"\u0628\u0627 \u0628\u0631\u0686\u0633\u0628",withPreviewText:"\u0628\u0627 \u0645\u062A\u0646 \u067E\u06CC\u0634\u200C\u0646\u0645\u0627\u06CC\u0634",withFeatureImage:"\u0628\u0627 \u062A\u0635\u0648\u06CC\u0631 \u0648\u06CC\u0698\u0647",withMetadata:"\u0628\u0627 \u0645\u062A\u0627\u062F\u06CC\u062A\u0627"},metadataInfo:{successfullyParsed:"\u0628\u0627 \u0645\u0648\u0641\u0642\u06CC\u062A \u062A\u062C\u0632\u06CC\u0647 \u0634\u062F",itemsWithName:"\u0622\u06CC\u062A\u0645 \u0628\u0627 \u0646\u0627\u0645",withCreatedDate:"\u0628\u0627 \u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u062C\u0627\u062F",withModifiedDate:"\u0628\u0627 \u062A\u0627\u0631\u06CC\u062E \u062A\u063A\u06CC\u06CC\u0631",withIcon:"\u0628\u0627 \u0622\u06CC\u06A9\u0648\u0646",withColor:"\u0628\u0627 \u0631\u0646\u06AF",failedToParse:"\u062A\u062C\u0632\u06CC\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F",createdDates:"\u062A\u0627\u0631\u06CC\u062E\u200C\u0647\u0627\u06CC \u0627\u06CC\u062C\u0627\u062F",modifiedDates:"\u062A\u0627\u0631\u06CC\u062E\u200C\u0647\u0627\u06CC \u062A\u063A\u06CC\u06CC\u0631",checkTimestampFormat:"\u0642\u0627\u0644\u0628 \u0632\u0645\u0627\u0646 \u062E\u0648\u062F \u0631\u0627 \u0628\u0631\u0631\u0633\u06CC \u06A9\u0646\u06CC\u062F.",exportFailed:"\u0635\u0627\u062F\u0631 \u06A9\u0631\u062F\u0646 \u062E\u0637\u0627\u0647\u0627"}}},whatsNew:{title:"\u0686\u0647 \u0686\u06CC\u0632\u06CC \u062C\u062F\u06CC\u062F \u0627\u0633\u062A \u062F\u0631 Notebook Navigator",supportMessage:"\u0627\u06AF\u0631 Notebook Navigator \u0631\u0627 \u0645\u0641\u06CC\u062F \u0645\u06CC\u200C\u062F\u0627\u0646\u06CC\u062F\u060C \u0644\u0637\u0641\u0627\u064B \u062D\u0645\u0627\u06CC\u062A \u0627\u0632 \u062A\u0648\u0633\u0639\u0647 \u0622\u0646 \u0631\u0627 \u062F\u0631 \u0646\u0638\u0631 \u0628\u06AF\u06CC\u0631\u06CC\u062F.",supportButton:"\u06CC\u06A9 \u0642\u0647\u0648\u0647 \u0645\u0647\u0645\u0627\u0646\u0645 \u06A9\u0646",thanksButton:"\u0645\u0645\u0646\u0648\u0646!"}}});var NO,PO=He(()=>{NO={common:{cancel:"Annuler",delete:"Supprimer",clear:"Effacer",remove:"Supprimer",restoreDefault:"Restaurer la valeur par d\xE9faut",submit:"Soumettre",configure:"Configurer",lightMode:"Mode clair",darkMode:"Mode sombre",noSelection:"Aucune s\xE9lection",untagged:"Sans \xE9tiquette",featureImageAlt:"Image vedette",unknownError:"Erreur inconnue",clipboardWriteError:"Impossible d'\xE9crire dans le presse-papiers",updateBannerTitle:"Mise \xE0 jour Notebook Navigator disponible",updateBannerInstruction:"Mettre \xE0 jour dans Param\xE8tres -> Extensions communautaires",previous:"Pr\xE9c\xE9dent",next:"Suivant"},listPane:{emptyStateNoSelection:"S\xE9lectionnez un dossier ou une \xE9tiquette pour afficher les notes",emptyStateNoNotes:"Aucune note",pinnedSection:"\xC9pingl\xE9es",notesSection:"Notes",filesSection:"Fichiers",hiddenItemAriaLabel:"{name} (masqu\xE9)"},tagList:{untaggedLabel:"Sans \xE9tiquette",tags:"\xC9tiquettes"},navigationPane:{shortcutsHeader:"Raccourcis",recentFilesHeader:"Fichiers r\xE9cents",properties:"Propri\xE9t\xE9s",reorderRootFoldersTitle:"R\xE9organiser la navigation",reorderRootFoldersHint:"Utilisez les fl\xE8ches ou glissez pour r\xE9organiser",vaultRootLabel:"Coffre",resetRootToAlpha:"R\xE9initialiser l'ordre alphab\xE9tique",resetRootToFrequency:"R\xE9initialiser selon la fr\xE9quence",pinShortcuts:"\xC9pingler les raccourcis",pinShortcutsAndRecentFiles:"\xC9pingler les raccourcis et fichiers r\xE9cents",unpinShortcuts:"D\xE9tacher les raccourcis",unpinShortcutsAndRecentFiles:"D\xE9tacher les raccourcis et fichiers r\xE9cents",profileMenuAria:"Changer le profil du coffre"},navigationCalendar:{ariaLabel:"Calendrier",dailyNotesNotEnabled:"Le plugin de notes quotidiennes n'est pas activ\xE9.",createDailyNote:{title:"Nouvelle note quotidienne",message:"Le fichier {filename} n'existe pas. Voulez-vous le cr\xE9er ?",confirmButton:"Cr\xE9er"},helpModal:{title:"Raccourcis du calendrier",items:["Cliquez sur un jour pour ouvrir ou cr\xE9er une note quotidienne. Les semaines, mois, trimestres et ann\xE9es fonctionnent de la m\xEAme mani\xE8re.","Un point plein sous un jour signifie qu'il a une note. Un point creux signifie qu'il a des t\xE2ches inachev\xE9es.","Si une note a une image mise en avant, elle appara\xEEt en arri\xE8re-plan du jour."],dateFilterCmdCtrl:"`Cmd/Ctrl`+clic sur une date pour filtrer par cette date dans la liste des fichiers.",dateFilterOptionAlt:"`Option/Alt`+clic sur une date pour filtrer par cette date dans la liste des fichiers."}},dailyNotes:{templateReadFailed:"\xC9chec de la lecture du mod\xE8le de note quotidienne.",createFailed:"Impossible de cr\xE9er la note quotidienne."},shortcuts:{folderExists:"Le dossier est d\xE9j\xE0 dans les raccourcis",noteExists:"La note est d\xE9j\xE0 dans les raccourcis",tagExists:"L'\xE9tiquette est d\xE9j\xE0 dans les raccourcis",propertyExists:"Propri\xE9t\xE9 d\xE9j\xE0 dans les raccourcis",invalidProperty:"Raccourci de propri\xE9t\xE9 invalide",searchExists:"Le raccourci de recherche existe d\xE9j\xE0",emptySearchQuery:"Entrez une requ\xEAte de recherche avant de l'enregistrer",emptySearchName:"Entrez un nom avant d'enregistrer la recherche",add:"Ajouter aux raccourcis",addNotesCount:"Ajouter {count} notes aux raccourcis",addFilesCount:"Ajouter {count} fichiers aux raccourcis",rename:"Renommer le raccourci",remove:"Retirer des raccourcis",removeAll:"Supprimer tous les raccourcis",removeAllConfirm:"Supprimer tous les raccourcis ?",folderNotesPinned:"{count} notes de dossier \xE9pingl\xE9es"},paneHeader:{collapseAllFolders:"Replier les \xE9l\xE9ments",expandAllFolders:"D\xE9plier tous les \xE9l\xE9ments",showCalendar:"Afficher le calendrier",hideCalendar:"Masquer le calendrier",newFolder:"Nouveau dossier",newNote:"Nouvelle note",mobileBackToNavigation:"Retour \xE0 la navigation",changeSortOrder:"Changer l'ordre de tri",defaultSort:"Par d\xE9faut",descendants:"descendants",subfolders:"sous-dossiers",subtags:"sous-\xE9tiquettes",childValues:"valeurs enfants",applySortToDescendants:t=>`Appliquer le tri aux ${t}`,applyAppearanceToDescendants:t=>`Appliquer l'apparence aux ${t}`,showFolders:"Afficher la navigation",reorderRootFolders:"R\xE9organiser la navigation",finishRootFolderReorder:"Termin\xE9",showExcludedItems:"Afficher les dossiers, \xE9tiquettes et notes masqu\xE9s",hideExcludedItems:"Masquer les dossiers, \xE9tiquettes et notes masqu\xE9s",showDualPane:"Afficher les panneaux doubles",showSinglePane:"Afficher panneau unique",changeAppearance:"Changer l'apparence",showNotesFromSubfolders:"Afficher les notes des sous-dossiers",showFilesFromSubfolders:"Afficher les fichiers des sous-dossiers",showNotesFromDescendants:"Afficher les notes des descendants",showFilesFromDescendants:"Afficher les fichiers des descendants",search:"Rechercher"},searchInput:{placeholder:"Rechercher...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Effacer la recherche",switchToFilterSearch:"Passer \xE0 la recherche par filtre",switchToOmnisearch:"Passer \xE0 Omnisearch",saveSearchShortcut:"Ajouter la recherche aux raccourcis",removeSearchShortcut:"Retirer la recherche des raccourcis",shortcutModalTitle:"Enregistrer la recherche",shortcutNamePlaceholder:"Saisir le nom du raccourci",shortcutStartIn:"Toujours d\xE9marrer dans : {path}",searchHelp:"Syntaxe de recherche",searchHelpTitle:"Syntaxe de recherche",searchHelpModal:{intro:"Combinez noms de fichiers, propri\xE9t\xE9s, \xE9tiquettes, dates et filtres dans une requ\xEAte (ex. `meeting .status=active #work @thisweek`). Installez le plugin Omnisearch pour utiliser la recherche plein texte.",introSwitching:"Basculez entre la recherche par filtre et Omnisearch avec les touches fl\xE9ch\xE9es haut/bas ou en cliquant sur l'ic\xF4ne de recherche.",sections:{fileNames:{title:"Noms de fichiers",items:['`word` Trouver les notes avec "word" dans le nom de fichier.',"`word1 word2` Chaque mot doit correspondre au nom de fichier.",'`-word` Exclure les notes avec "word" dans le nom de fichier.']},tags:{title:"\xC9tiquettes",items:["`#tag` Inclure les notes avec l'\xE9tiquette (correspond aussi aux \xE9tiquettes imbriqu\xE9es comme `#tag/subtag`).","`#` Inclure uniquement les notes \xE9tiquet\xE9es.","`-#tag` Exclure les notes avec l'\xE9tiquette.","`-#` Inclure uniquement les notes sans \xE9tiquettes.","`#tag1 #tag2` Correspondre aux deux \xE9tiquettes (AND implicite).","`#tag1 AND #tag2` Correspondre aux deux \xE9tiquettes (AND explicite).","`#tag1 OR #tag2` Correspondre \xE0 l'une des \xE9tiquettes.","`#a OR #b AND #c` AND a une priorit\xE9 plus \xE9lev\xE9e : correspond \xE0 `#a`, ou aux deux `#b` et `#c`.","Cmd/Ctrl+Clic sur une \xE9tiquette pour ajouter avec AND. Cmd/Ctrl+Shift+Clic pour ajouter avec OR."]},properties:{title:"Propri\xE9t\xE9s",items:["`.key` Inclure les notes avec une cl\xE9 de propri\xE9t\xE9.","`.key=value` Inclure les notes avec une valeur de propri\xE9t\xE9.",'`."Reading Status"` Inclure les notes avec une cl\xE9 de propri\xE9t\xE9 contenant des espaces.','`."Reading Status"="In Progress"` Les cl\xE9s et valeurs contenant des espaces doivent \xEAtre entre guillemets doubles.',"`-.key` Exclure les notes avec une cl\xE9 de propri\xE9t\xE9.","`-.key=value` Exclure les notes avec une valeur de propri\xE9t\xE9.","Cmd/Ctrl+Clic sur une propri\xE9t\xE9 pour ajouter avec AND. Cmd/Ctrl+Shift+Clic pour ajouter avec OR."]},tasks:{title:"Filtres",items:["`has:task` Inclure les notes avec des t\xE2ches inachev\xE9es.","`-has:task` Exclure les notes avec des t\xE2ches inachev\xE9es.","`folder:meetings` Inclure les notes dont un nom de dossier contient `meetings`.","`folder:/work/meetings` Inclure les notes uniquement dans `work/meetings` (pas les sous-dossiers).","`folder:/` Inclure les notes uniquement \xE0 la racine du coffre.","`-folder:archive` Exclure les notes dont un nom de dossier contient `archive`.","`-folder:/archive` Exclure les notes uniquement dans `archive` (pas les sous-dossiers).","`ext:md` Inclure les notes avec l'extension `md` (`ext:.md` est aussi support\xE9).","`-ext:pdf` Exclure les notes avec l'extension `pdf`.","Combiner avec des tags, des noms et des dates (par exemple : `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"Comportement AND/OR",items:["`AND` et `OR` sont des op\xE9rateurs uniquement dans les requ\xEAtes compos\xE9es exclusivement de tags et propri\xE9t\xE9s.","Les requ\xEAtes exclusives de tags et propri\xE9t\xE9s ne contiennent que des filtres de tags et propri\xE9t\xE9s : `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Si une requ\xEAte inclut des noms, des dates (`@...`), des filtres de t\xE2ches (`has:task`), des filtres de dossiers (`folder:...`) ou des filtres d'extension (`ext:...`), `AND` et `OR` sont recherch\xE9s comme des mots.","Exemple de requ\xEAte avec op\xE9rateurs : `#work OR .status=started`.","Exemple de requ\xEAte mixte : `#work OR ext:md` (`OR` est recherch\xE9 dans les noms de fichiers)."]},dates:{title:"Dates",items:["`@today` Trouver les notes d'aujourd'hui en utilisant le champ de date par d\xE9faut.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Plages de dates relatives.","`@2026-02-07` Trouver un jour sp\xE9cifique (supporte aussi `@20260207`).","`@2026` Trouver une ann\xE9e civile.","`@2026-02` ou `@202602` Trouver un mois civil.","`@2026-W05` ou `@2026W05` Trouver une semaine ISO.","`@2026-Q2` ou `@2026Q2` Trouver un trimestre civil.","`@13/02/2026` Formats num\xE9riques avec s\xE9parateurs (`@07022026` suit votre locale en cas d'ambigu\xEFt\xE9).","`@2026-02-01..2026-02-07` Trouver une plage de jours inclusive (fins ouvertes support\xE9es).","`@c:...` ou `@m:...` Cibler la date de cr\xE9ation ou de modification.","`-@...` Exclure une correspondance de date."]},omnisearch:{title:"Omnisearch",items:["Recherche plein texte dans tout le coffre, filtr\xE9e par le dossier actuel ou les \xE9tiquettes s\xE9lectionn\xE9es.","Peut \xEAtre lent avec moins de 3 caract\xE8res dans les grands coffres.","Ne peut pas rechercher les chemins avec des caract\xE8res non-ASCII ou rechercher correctement les sous-chemins.","Retourne des r\xE9sultats limit\xE9s avant le filtrage par dossier, donc les fichiers pertinents peuvent ne pas appara\xEEtre si de nombreuses correspondances existent ailleurs.","Les aper\xE7us de notes affichent les extraits Omnisearch au lieu du texte d'aper\xE7u par d\xE9faut."]}}}},contextMenu:{file:{openInNewTab:"Ouvrir dans un nouvel onglet",openToRight:"Ouvrir \xE0 droite",openInNewWindow:"Ouvrir dans une nouvelle fen\xEAtre",openMultipleInNewTabs:"Ouvrir {count} notes dans de nouveaux onglets",openMultipleToRight:"Ouvrir {count} notes \xE0 droite",openMultipleInNewWindows:"Ouvrir {count} notes dans de nouvelles fen\xEAtres",pinNote:"\xC9pingler la note",unpinNote:"D\xE9s\xE9pingler la note",pinMultipleNotes:"\xC9pingler {count} notes",unpinMultipleNotes:"D\xE9s\xE9pingler {count} notes",duplicateNote:"Dupliquer la note",duplicateMultipleNotes:"Dupliquer {count} notes",openVersionHistory:"Ouvrir l'historique des versions",revealInFolder:"Afficher dans le dossier",revealInFinder:"Afficher dans le Finder",showInExplorer:"Afficher dans l'explorateur syst\xE8me",openInDefaultApp:"Ouvrir dans l'application par d\xE9faut",renameNote:"Renommer la note",deleteNote:"Supprimer la note",deleteMultipleNotes:"Supprimer {count} notes",moveNoteToFolder:"D\xE9placer la note vers...",moveFileToFolder:"D\xE9placer le fichier vers...",moveMultipleNotesToFolder:"D\xE9placer {count} notes vers...",moveMultipleFilesToFolder:"D\xE9placer {count} fichiers vers...",addTag:"Ajouter une \xE9tiquette",addPropertyKey:"D\xE9finir la propri\xE9t\xE9",removeTag:"Supprimer l\u2019\xE9tiquette",removeAllTags:"Supprimer toutes les \xE9tiquettes",changeIcon:"Changer l'ic\xF4ne",changeColor:"Changer la couleur",openMultipleFilesInNewTabs:"Ouvrir {count} fichiers dans de nouveaux onglets",openMultipleFilesToRight:"Ouvrir {count} fichiers \xE0 droite",openMultipleFilesInNewWindows:"Ouvrir {count} fichiers dans de nouvelles fen\xEAtres",pinFile:"\xC9pingler le fichier",unpinFile:"D\xE9s\xE9pingler le fichier",pinMultipleFiles:"\xC9pingler {count} fichiers",unpinMultipleFiles:"D\xE9s\xE9pingler {count} fichiers",duplicateFile:"Dupliquer le fichier",duplicateMultipleFiles:"Dupliquer {count} fichiers",renameFile:"Renommer le fichier",deleteFile:"Supprimer le fichier",setCalendarHighlight:"D\xE9finir le surlignage",removeCalendarHighlight:"Supprimer le surlignage",deleteMultipleFiles:"Supprimer {count} fichiers"},folder:{newNote:"Nouvelle note",newNoteFromTemplate:"Nouvelle note depuis un mod\xE8le",newFolder:"Nouveau dossier",newCanvas:"Nouveau canevas",newBase:"Nouvelle base de donn\xE9es",newDrawing:"Nouveau dessin",newExcalidrawDrawing:"Nouveau dessin Excalidraw",newTldrawDrawing:"Nouveau dessin Tldraw",duplicateFolder:"Dupliquer le dossier",searchInFolder:"Rechercher dans le dossier",createFolderNote:"Cr\xE9er une note de dossier",detachFolderNote:"D\xE9tacher la note de dossier",deleteFolderNote:"Supprimer la note de dossier",changeIcon:"Changer l'ic\xF4ne",changeColor:"Changer la couleur",changeBackground:"Changer l\u2019arri\xE8re-plan",excludeFolder:"Masquer le dossier",unhideFolder:"Afficher le dossier",moveFolder:"D\xE9placer le dossier vers...",renameFolder:"Renommer le dossier",deleteFolder:"Supprimer le dossier"},tag:{changeIcon:"Changer l'ic\xF4ne",changeColor:"Changer la couleur",changeBackground:"Changer l\u2019arri\xE8re-plan",showTag:"Afficher l\u2019\xE9tiquette",hideTag:"Masquer l\u2019\xE9tiquette"},property:{addKey:"Configurer les cl\xE9s de propri\xE9t\xE9",renameKey:"Renommer la propri\xE9t\xE9",deleteKey:"Supprimer la propri\xE9t\xE9"},navigation:{addSeparator:"Ajouter un s\xE9parateur",removeSeparator:"Supprimer le s\xE9parateur"},copyPath:{title:"Copier le chemin",asObsidianUrl:"en URL Obsidian",fromVaultFolder:"depuis le dossier du coffre",fromSystemRoot:"depuis la racine du syst\xE8me"},style:{title:"Style",copy:"Copier le style",paste:"Coller le style",removeIcon:"Supprimer l'ic\xF4ne",removeColor:"Supprimer la couleur",removeBackground:"Supprimer l'arri\xE8re-plan",clear:"Effacer le style"}},folderAppearance:{standardPreset:"Standard",compactPreset:"Compact",defaultSuffix:"(par d\xE9faut)",defaultLabel:"Par d\xE9faut",titleRows:"Lignes de titre",previewRows:"Lignes d'aper\xE7u",groupBy:"Grouper par",defaultTitleOption:t=>`Lignes de titre par d\xE9faut (${t})`,defaultPreviewOption:t=>`Lignes d'aper\xE7u par d\xE9faut (${t})`,defaultGroupOption:t=>`Regroupement par d\xE9faut (${t})`,titleRowOption:t=>`${t} ligne${t===1?"":"s"} de titre`,previewRowOption:t=>`${t} ligne${t===1?"":"s"} d'aper\xE7u`},modals:{bulkApply:{applyButton:"Appliquer",applySortTitle:t=>`Appliquer le tri aux ${t}\u202F?`,applyAppearanceTitle:t=>`Appliquer l'apparence aux ${t}\u202F?`,affectedCountMessage:t=>`Remplacements existants qui seront modifi\xE9s\u202F: ${t}.`},navRainbowSection:{title:t=>`Couleurs arc-en-ciel: ${t}`},iconPicker:{searchPlaceholder:"Rechercher des ic\xF4nes...",recentlyUsedHeader:"R\xE9cemment utilis\xE9es",emptyStateSearch:"Commencez \xE0 taper pour rechercher des ic\xF4nes",emptyStateNoResults:"Aucune ic\xF4ne trouv\xE9e",showingResultsInfo:"Affichage de 50 r\xE9sultats sur {count}. Tapez plus pour affiner.",emojiInstructions:"Tapez ou collez n'importe quel emoji pour l'utiliser comme ic\xF4ne",removeIcon:"Supprimer l'ic\xF4ne",removeFromRecents:"Supprimer des r\xE9cents",allTabLabel:"Tous"},fileIconRuleEditor:{addRuleAria:"Ajouter une r\xE8gle"},interfaceIcons:{title:"Ic\xF4nes de l'interface",fileItemsSection:"\xC9l\xE9ments de fichier",items:{"nav-shortcuts":"Raccourcis","nav-recent-files":"Fichiers r\xE9cents","nav-expand-all":"Tout d\xE9plier","nav-collapse-all":"Tout replier","nav-calendar":"Calendrier","nav-tree-expand":"Chevron d'arbre : d\xE9plier","nav-tree-collapse":"Chevron d'arbre : replier","nav-hidden-items":"\xC9l\xE9ments cach\xE9s","nav-root-reorder":"R\xE9organiser les dossiers racine","nav-new-folder":"Nouveau dossier","nav-show-single-pane":"Afficher panneau unique","nav-show-dual-pane":"Afficher les panneaux doubles","nav-profile-chevron":"Chevron du menu profil","list-search":"Recherche","list-descendants":"Notes des sous-dossiers","list-sort-ascending":"Ordre de tri : croissant","list-sort-descending":"Ordre de tri : d\xE9croissant","list-appearance":"Modifier l'apparence","list-new-note":"Nouvelle note","nav-folder-open":"Dossier ouvert","nav-folder-closed":"Dossier ferm\xE9","nav-tags":"\xC9tiquettes","nav-tag":"\xC9tiquette","nav-properties":"Propri\xE9t\xE9s","nav-property":"Propri\xE9t\xE9","nav-property-value":"Valeur","list-pinned":"\xC9l\xE9ments \xE9pingl\xE9s","file-unfinished-task":"T\xE2ches inachev\xE9es","file-word-count":"Nombre de mots"}},colorPicker:{currentColor:"Actuelle",newColor:"Nouvelle",paletteDefault:"Par d\xE9faut",paletteCustom:"Personnalis\xE9",copyColors:"Copier la couleur",colorsCopied:"Couleur copi\xE9e dans le presse-papiers",pasteColors:"Coller la couleur",pasteClipboardError:"Impossible de lire le presse-papiers",pasteInvalidFormat:"Une valeur de couleur hex attendue",colorsPasted:"Couleur coll\xE9e avec succ\xE8s",resetUserColors:"Effacer les couleurs personnalis\xE9es",clearCustomColorsConfirm:"Supprimer toutes les couleurs personnalis\xE9es ?",userColorSlot:"Couleur {slot}",recentColors:"Couleurs r\xE9centes",clearRecentColors:"Effacer les couleurs r\xE9centes",removeRecentColor:"Supprimer la couleur",apply:"Appliquer",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Changer le profil du coffre",currentBadge:"Actif",emptyState:"Aucun profil de coffre disponible."},tagOperation:{renameTitle:"Renommer l'\xE9tiquette {tag}",deleteTitle:"Supprimer l'\xE9tiquette {tag}",newTagPrompt:"Entrez le nouveau nom de l'\xE9tiquette :",newTagPlaceholder:"nouveau-nom",renameWarning:"Renommer l'\xE9tiquette {oldTag} modifiera {count} {files}.",deleteWarning:"Supprimer l'\xE9tiquette {tag} modifiera {count} {files}.",modificationWarning:"Cela mettra \xE0 jour les dates de modification des fichiers.",affectedFiles:"Fichiers affect\xE9s :",andMore:"et {count} de plus...",confirmRename:"Renommer l'\xE9tiquette",renameUnchanged:"{tag} inchang\xE9",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Renomm\xE9s {renamed}/{total}. Non mis \xE0 jour : {notUpdated}. Les m\xE9tadonn\xE9es et raccourcis n'ont pas \xE9t\xE9 mis \xE0 jour.",invalidTagName:"Entrez un nom d'\xE9tiquette valide.",descendantRenameError:"Impossible de d\xE9placer une \xE9tiquette dans elle-m\xEAme ou un descendant.",confirmDelete:"Supprimer l'\xE9tiquette",deleteBatchNotFinalized:"Supprim\xE9s de {removed}/{total}. Non mis \xE0 jour : {notUpdated}. Les m\xE9tadonn\xE9es et raccourcis n'ont pas \xE9t\xE9 mis \xE0 jour.",checkConsoleForDetails:"Consultez la console pour plus de d\xE9tails.",file:"fichier",files:"fichiers",inlineParsingWarning:{title:"Compatibilit\xE9 des \xE9tiquettes en ligne",message:"{tag} contient des caract\xE8res qu'Obsidian ne peut pas analyser dans les \xE9tiquettes en ligne. Les \xE9tiquettes Frontmatter ne sont pas affect\xE9es.",confirm:"Utiliser quand m\xEAme"}},propertyOperation:{renameTitle:"Renommer la propri\xE9t\xE9 {property}",deleteTitle:"Supprimer la propri\xE9t\xE9 {property}",newKeyPrompt:"Nouveau nom de propri\xE9t\xE9",newKeyPlaceholder:"Saisir le nouveau nom de propri\xE9t\xE9",renameWarning:"Renommer la propri\xE9t\xE9 {property} modifiera {count} {files}.",renameConflictWarning:"La propri\xE9t\xE9 {newKey} existe d\xE9j\xE0 dans {count} {files}. Renommer {oldKey} remplacera les valeurs existantes de {newKey}.",deleteWarning:"Supprimer la propri\xE9t\xE9 {property} modifiera {count} {files}.",confirmRename:"Renommer la propri\xE9t\xE9",confirmDelete:"Supprimer la propri\xE9t\xE9",renameNoChanges:"{oldKey} \u2192 {newKey} (aucun changement)",renameSettingsUpdateFailed:"Propri\xE9t\xE9 {oldKey} \u2192 {newKey} renomm\xE9e. \xC9chec de la mise \xE0 jour des param\xE8tres.",deleteSingleSuccess:"Propri\xE9t\xE9 {property} supprim\xE9e de 1 note",deleteMultipleSuccess:"Propri\xE9t\xE9 {property} supprim\xE9e de {count} notes",deleteSettingsUpdateFailed:"Propri\xE9t\xE9 {property} supprim\xE9e. \xC9chec de la mise \xE0 jour des param\xE8tres.",invalidKeyName:"Saisissez un nom de propri\xE9t\xE9 valide."},fileSystem:{newFolderTitle:"Nouveau dossier",renameFolderTitle:"Renommer le dossier",renameFileTitle:"Renommer le fichier",deleteFolderTitle:"Supprimer '{name}' ?",deleteFileTitle:"Supprimer '{name}' ?",deleteFileAttachmentsTitle:"Supprimer les pi\xE8ces jointes ?",moveFileConflictTitle:"Conflit de d\xE9placement",folderNamePrompt:"Entrez le nom du dossier :",hideInOtherVaultProfiles:"Masquer dans les autres profils du coffre",renamePrompt:"Entrez le nouveau nom :",renameVaultTitle:"Changer le nom d'affichage du coffre",renameVaultPrompt:"Entrez un nom d'affichage personnalis\xE9 (laissez vide pour utiliser le nom par d\xE9faut) :",deleteFolderConfirm:"\xCAtes-vous s\xFBr de vouloir supprimer ce dossier et tout son contenu ?",deleteFileConfirm:"\xCAtes-vous s\xFBr de vouloir supprimer ce fichier ?",deleteFileAttachmentsDescriptionSingle:"Cette pi\xE8ce jointe n'est plus utilis\xE9e dans aucune note. Voulez-vous la supprimer ?",deleteFileAttachmentsDescriptionMultiple:"Ces pi\xE8ces jointes ne sont plus utilis\xE9es dans aucune note. Voulez-vous les supprimer ?",deleteFileAttachmentsViewFileTreeAriaLabel:"Arborescence",deleteFileAttachmentsViewGalleryAriaLabel:"Galerie",moveFileConflictDescriptionSingle:"Un conflit de fichier a \xE9t\xE9 trouv\xE9 dans \xAB {folder} \xBB.",moveFileConflictDescriptionMultiple:"{count} conflits de fichiers ont \xE9t\xE9 trouv\xE9s dans \xAB {folder} \xBB.",moveFileConflictAffectedFiles:"Fichiers concern\xE9s",moveFileConflictItem:"\xAB {name} \xBB -> \xAB {suggested} \xBB{renameOnly}",moveFileConflictRenameOnly:"(renommer uniquement)",moveFileConflictRename:"Renommer",moveFileConflictOverwrite:"\xC9craser",removeAllTagsTitle:"Supprimer toutes les \xE9tiquettes",removeAllTagsFromNote:"\xCAtes-vous s\xFBr de vouloir supprimer toutes les \xE9tiquettes de cette note ?",removeAllTagsFromNotes:"\xCAtes-vous s\xFBr de vouloir supprimer toutes les \xE9tiquettes de {count} notes ?"},folderNoteType:{title:"S\xE9lectionner le type de note de dossier",folderLabel:"Dossier : {name}"},folderSuggest:{placeholder:t=>`D\xE9placer ${t} vers le dossier...`,multipleFilesLabel:t=>`${t} fichiers`,navigatePlaceholder:"Naviguer vers le dossier...",instructions:{navigate:"pour naviguer",move:"pour d\xE9placer",select:"pour s\xE9lectionner",dismiss:"pour annuler"}},homepage:{placeholder:"Rechercher des fichiers...",instructions:{navigate:"pour naviguer",select:"pour d\xE9finir la page d\u2019accueil",dismiss:"pour annuler"}},calendarTemplate:{placeholder:"Rechercher des mod\xE8les...",instructions:{navigate:"pour naviguer",select:"pour s\xE9lectionner le mod\xE8le",dismiss:"pour annuler"}},navigationBanner:{placeholder:"Rechercher des images...",instructions:{navigate:"pour naviguer",select:"pour d\xE9finir la banni\xE8re",dismiss:"pour annuler"}},tagSuggest:{navigatePlaceholder:"Naviguer vers l'\xE9tiquette...",addPlaceholder:"Rechercher une \xE9tiquette \xE0 ajouter...",removePlaceholder:"S\xE9lectionner l'\xE9tiquette \xE0 supprimer...",createNewTag:"Cr\xE9er une nouvelle \xE9tiquette : #{tag}",instructions:{navigate:"pour naviguer",select:"pour s\xE9lectionner",dismiss:"pour annuler",add:"pour ajouter l'\xE9tiquette",remove:"pour supprimer l'\xE9tiquette"}},propertySuggest:{placeholder:"S\xE9lectionner une cl\xE9 de propri\xE9t\xE9...",navigatePlaceholder:"Naviguer vers la propri\xE9t\xE9...",instructions:{navigate:"pour naviguer",select:"pour ajouter la propri\xE9t\xE9",dismiss:"pour annuler"}},propertyKeyVisibility:{title:"Visibilit\xE9 des cl\xE9s de propri\xE9t\xE9",description:"Contr\xF4lez o\xF9 les valeurs de propri\xE9t\xE9 sont affich\xE9es. Les colonnes correspondent au panneau de navigation, au panneau de liste et au menu contextuel du fichier. Utilisez la rang\xE9e du bas pour basculer toutes les rang\xE9es d'une colonne.",searchPlaceholder:"Rechercher des cl\xE9s de propri\xE9t\xE9...",propertyColumnLabel:"Propri\xE9t\xE9",showInNavigation:"Afficher dans la navigation",showInList:"Afficher dans la liste",showInFileMenu:"Afficher dans le menu du fichier",toggleAllInNavigation:"Tout basculer dans la navigation",toggleAllInList:"Tout basculer dans la liste",toggleAllInFileMenu:"Tout basculer dans le menu du fichier",applyButton:"Appliquer",emptyState:"Aucune cl\xE9 de propri\xE9t\xE9 trouv\xE9e."},welcome:{title:"Bienvenue dans {pluginName}",introText:"Bonjour ! Avant de commencer, je vous recommande vivement de regarder les cinq premi\xE8res minutes de la vid\xE9o ci-dessous pour comprendre comment fonctionnent les panneaux et le bouton \xAB Afficher les notes des sous-dossiers \xBB.",continueText:"Si vous avez encore cinq minutes, continuez \xE0 regarder la vid\xE9o pour comprendre les modes d'affichage compacts et comment configurer correctement les raccourcis et les touches de raccourci importantes.",thanksText:"Merci beaucoup pour le t\xE9l\xE9chargement et profitez-en !",videoAlt:"Installer et ma\xEEtriser Notebook Navigator",openVideoButton:"Lire la vid\xE9o",closeButton:"Peut-\xEAtre plus tard"}},fileSystem:{errors:{createFolder:"\xC9chec de la cr\xE9ation du dossier : {error}",createFile:"\xC9chec de la cr\xE9ation du fichier : {error}",renameFolder:"\xC9chec du renommage du dossier : {error}",renameFolderNoteConflict:'Impossible de renommer : "{name}" existe d\xE9j\xE0 dans ce dossier',renameFile:"\xC9chec du renommage du fichier : {error}",deleteFolder:"\xC9chec de la suppression du dossier : {error}",deleteFile:"\xC9chec de la suppression du fichier : {error}",deleteAttachments:"\xC9chec de la suppression des pi\xE8ces jointes : {error}",duplicateNote:"\xC9chec de la duplication de la note : {error}",duplicateFolder:"\xC9chec de la duplication du dossier : {error}",openVersionHistory:"\xC9chec de l'ouverture de l'historique des versions : {error}",versionHistoryNotFound:"Commande d'historique des versions introuvable. Assurez-vous qu'Obsidian Sync est activ\xE9.",revealInExplorer:"\xC9chec de l'affichage du fichier dans l'explorateur syst\xE8me : {error}",openInDefaultApp:"\xC9chec de l'ouverture dans l'application par d\xE9faut : {error}",openInDefaultAppNotAvailable:"L'ouverture dans l'application par d\xE9faut n'est pas disponible sur cette plateforme",folderNoteAlreadyExists:"La note de dossier existe d\xE9j\xE0",folderAlreadyExists:'Le dossier "{name}" existe d\xE9j\xE0',folderNotesDisabled:"Activez les notes de dossier dans les param\xE8tres pour convertir des fichiers",folderNoteAlreadyLinked:"Ce fichier agit d\xE9j\xE0 comme une note de dossier",folderNoteNotFound:"Aucune note de dossier dans le dossier s\xE9lectionn\xE9",folderNoteUnsupportedExtension:"Extension de fichier non prise en charge : {extension}",folderNoteMoveFailed:"\xC9chec du d\xE9placement du fichier pendant la conversion : {error}",folderNoteRenameConflict:'Un fichier nomm\xE9 "{name}" existe d\xE9j\xE0 dans le dossier',folderNoteConversionFailed:"\xC9chec de la conversion du fichier en note de dossier",folderNoteConversionFailedWithReason:"\xC9chec de la conversion du fichier en note de dossier : {error}",folderNoteOpenFailed:"Fichier converti mais \xE9chec de l'ouverture de la note de dossier : {error}",failedToDeleteFile:"\xC9chec de la suppression de {name} : {error}",failedToDeleteMultipleFiles:"\xC9chec de la suppression de {count} fichiers",versionHistoryNotAvailable:"Service d'historique des versions non disponible",drawingAlreadyExists:"Un dessin avec ce nom existe d\xE9j\xE0",failedToCreateDrawing:"\xC9chec de la cr\xE9ation du dessin",noFolderSelected:"Aucun dossier s\xE9lectionn\xE9 dans Notebook Navigator",noFileSelected:"Aucun fichier s\xE9lectionn\xE9"},warnings:{linkBreakingNameCharacters:"Ce nom contient des caract\xE8res qui cassent les liens Obsidian : #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Les noms ne peuvent pas commencer par un point ni contenir : ou /.",forbiddenNameCharactersWindows:'Les caract\xE8res r\xE9serv\xE9s \xE0 Windows ne sont pas autoris\xE9s : <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Dossier masqu\xE9 : {name}",showFolder:"Dossier affich\xE9 : {name}"},notifications:{deletedMultipleFiles:"{count} fichiers supprim\xE9s",movedMultipleFiles:"{count} fichiers d\xE9plac\xE9s vers {folder}",folderNoteConversionSuccess:'Fichier converti en note de dossier dans "{name}"',folderMoved:'Dossier "{name}" d\xE9plac\xE9',deepLinkCopied:"URL Obsidian copi\xE9e dans le presse-papiers",pathCopied:"Chemin copi\xE9 dans le presse-papiers",relativePathCopied:"Chemin relatif copi\xE9 dans le presse-papiers",tagAddedToNote:"\xC9tiquette ajout\xE9e \xE0 1 note",tagAddedToNotes:"\xC9tiquette ajout\xE9e \xE0 {count} notes",tagRemovedFromNote:"\xC9tiquette supprim\xE9e de 1 note",tagRemovedFromNotes:"\xC9tiquette supprim\xE9e de {count} notes",tagsClearedFromNote:"Toutes les \xE9tiquettes supprim\xE9es de 1 note",tagsClearedFromNotes:"Toutes les \xE9tiquettes supprim\xE9es de {count} notes",noTagsToRemove:"Aucune \xE9tiquette \xE0 supprimer",noFilesSelected:"Aucun fichier s\xE9lectionn\xE9",tagOperationsNotAvailable:"Op\xE9rations d'\xE9tiquettes non disponibles",propertyOperationsNotAvailable:"Op\xE9rations de propri\xE9t\xE9s non disponibles",tagsRequireMarkdown:"Les \xE9tiquettes ne sont prises en charge que sur les notes Markdown",propertiesRequireMarkdown:"Les propri\xE9t\xE9s ne sont prises en charge que sur les notes Markdown",propertySetOnNote:"Propri\xE9t\xE9 mise \xE0 jour sur 1 note",propertySetOnNotes:"Propri\xE9t\xE9 mise \xE0 jour sur {count} notes",iconPackDownloaded:"{provider} t\xE9l\xE9charg\xE9",iconPackUpdated:"{provider} mis \xE0 jour ({version})",iconPackRemoved:"{provider} supprim\xE9",iconPackLoadFailed:"\xC9chec du chargement de {provider}",hiddenFileReveal:"Le fichier est masqu\xE9. Activer \xAB Afficher les \xE9l\xE9ments masqu\xE9s \xBB pour l'afficher"},confirmations:{deleteMultipleFiles:"Voulez-vous vraiment supprimer {count} fichiers ?",deleteConfirmation:"Cette action ne peut pas \xEAtre annul\xE9e."},defaultNames:{untitled:"Sans titre"}},dragDrop:{errors:{cannotMoveIntoSelf:"Impossible de d\xE9placer un dossier dans lui-m\xEAme ou un sous-dossier.",itemAlreadyExists:'Un \xE9l\xE9ment nomm\xE9 "{name}" existe d\xE9j\xE0 \xE0 cet emplacement.',failedToMove:"\xC9chec du d\xE9placement : {error}",failedToAddTag:`\xC9chec de l'ajout de l'\xE9tiquette "{tag}"`,failedToSetProperty:"\xC9chec de la mise \xE0 jour de la propri\xE9t\xE9 : {error}",failedToClearTags:"\xC9chec de la suppression des \xE9tiquettes",failedToMoveFolder:'\xC9chec du d\xE9placement du dossier "{name}"',failedToImportFiles:"\xC9chec de l'importation : {names}"},notifications:{filesAlreadyExist:"{count} fichiers existent d\xE9j\xE0 dans la destination",filesAlreadyHaveTag:"{count} fichiers ont d\xE9j\xE0 cette \xE9tiquette ou une plus sp\xE9cifique",filesAlreadyHaveProperty:"{count} fichiers poss\xE8dent d\xE9j\xE0 cette propri\xE9t\xE9",noTagsToClear:"Aucune \xE9tiquette \xE0 supprimer",fileImported:"1 fichier import\xE9",filesImported:"{count} fichiers import\xE9s"}},dateGroups:{today:"Aujourd'hui",yesterday:"Hier",previous7Days:"7 derniers jours",previous30Days:"30 derniers jours"},commands:{open:"Ouvrir",toggleLeftSidebar:"Basculer le panneau lat\xE9ral gauche",openHomepage:"Ouvrir la page d'accueil",openDailyNote:"Ouvrir la note quotidienne",openWeeklyNote:"Ouvrir la note hebdomadaire",openMonthlyNote:"Ouvrir la note mensuelle",openQuarterlyNote:"Ouvrir la note trimestrielle",openYearlyNote:"Ouvrir la note annuelle",revealFile:"R\xE9v\xE9ler le fichier",search:"Rechercher",searchVaultRoot:"Rechercher dans la racine du coffre",toggleDualPane:"Basculer la disposition \xE0 double panneau",toggleDualPaneOrientation:"Basculer l'orientation du double panneau",toggleCalendar:"Afficher/masquer le calendrier",selectVaultProfile:"Changer le profil du coffre",selectVaultProfile1:"Changer vers le profil du coffre 1",selectVaultProfile2:"Changer vers le profil du coffre 2",selectVaultProfile3:"Changer vers le profil du coffre 3",deleteFile:"Supprimer les fichiers",createNewNote:"Cr\xE9er une nouvelle note",createNewNoteFromTemplate:"Nouvelle note depuis un mod\xE8le",moveFiles:"D\xE9placer les fichiers",selectNextFile:"S\xE9lectionner le fichier suivant",selectPreviousFile:"S\xE9lectionner le fichier pr\xE9c\xE9dent",navigateBack:"Naviguer en arri\xE8re",navigateForward:"Naviguer en avant",convertToFolderNote:"Convertir en note de dossier",setAsFolderNote:"D\xE9finir comme note de dossier",detachFolderNote:"D\xE9tacher la note de dossier",pinAllFolderNotes:"\xC9pingler toutes les notes de dossier",navigateToFolder:"Naviguer vers le dossier",navigateToTag:"Naviguer vers l'\xE9tiquette",navigateToProperty:"Naviguer vers la propri\xE9t\xE9",addShortcut:"Ajouter aux raccourcis",openShortcut:"Ouvrir le raccourci {number}",toggleDescendants:"Basculer descendants",toggleHidden:"Basculer les dossiers, \xE9tiquettes et notes masqu\xE9s",toggleTagSort:"Basculer le tri des \xE9tiquettes",toggleCompactMode:"Basculer le mode compact",collapseExpand:"Replier / d\xE9plier tous les \xE9l\xE9ments",addTag:"Ajouter une \xE9tiquette aux fichiers s\xE9lectionn\xE9s",setProperty:"D\xE9finir une propri\xE9t\xE9 sur les fichiers s\xE9lectionn\xE9s",removeTag:"Supprimer une \xE9tiquette des fichiers s\xE9lectionn\xE9s",removeAllTags:"Supprimer toutes les \xE9tiquettes des fichiers s\xE9lectionn\xE9s",openAllFiles:"Ouvrir tous les fichiers",rebuildCache:"Reconstruire le cache"},plugin:{viewName:"Navigateur de Carnets",calendarViewName:"Calendrier",ribbonTooltip:"Navigateur de Carnets",revealInNavigator:"R\xE9v\xE9ler dans le Navigateur de Carnets"},tooltips:{lastModifiedAt:"Derni\xE8re modification le",createdAt:"Cr\xE9\xE9 le",file:"fichier",files:"fichiers",folder:"dossier",folders:"dossiers"},settings:{metadataReport:{exportSuccess:"Rapport de m\xE9tadonn\xE9es \xE9chou\xE9es export\xE9 vers : {filename}",exportFailed:"\xC9chec de l'exportation du rapport de m\xE9tadonn\xE9es"},sections:{general:"G\xE9n\xE9ral",notes:"Notes",navigationPane:"Navigation",calendar:"Calendrier",files:"Fichiers",icons:"Packs d'ic\xF4nes",tags:"\xC9tiquettes",folders:"Dossiers",folderNotes:"Notes de dossier",foldersAndTags:"Dossiers",tagsAndProperties:"Tags et propri\xE9t\xE9s",listPane:"Liste",advanced:"Avanc\xE9"},groups:{general:{vaultProfiles:"Profils du coffre",filtering:"Filtrage",templates:"Mod\xE8les",behavior:"Comportement",keyboardNavigation:"Navigation au clavier",mouseButtons:"Boutons de souris",view:"Apparence",icons:"Ic\xF4nes",desktopAppearance:"Apparence sur ordinateur",mobileAppearance:"Apparence mobile",formatting:"Formatage"},navigation:{appearance:"Apparence",rainbowColors:"Couleurs arc-en-ciel",leftSidebar:"Barre lat\xE9rale gauche",calendarIntegration:"Int\xE9gration du calendrier"},list:{display:"Apparence",pinnedNotes:"Notes \xE9pingl\xE9es"},notes:{frontmatter:"Frontmatter",tasks:"T\xE2ches",icon:"Ic\xF4ne",title:"Titre",previewText:"Texte d'aper\xE7u",featureImage:"Image vedette",tags:"\xC9tiquettes",properties:"Propri\xE9t\xE9s",date:"Date",parentFolder:"Dossier parent"}},syncMode:{notSynced:"(non synchronis\xE9)",disabled:"(d\xE9sactiv\xE9)",switchToSynced:"Activer la synchronisation",switchToLocal:"D\xE9sactiver la synchronisation"},items:{listPaneTitle:{name:"Titre du panneau de liste",desc:"Choisissez o\xF9 afficher le titre du panneau de liste.",options:{header:"Afficher dans l\u2019en-t\xEAte",list:"Afficher dans le panneau de liste",hidden:"Ne pas afficher"}},sortNotesBy:{name:"Trier les notes par",desc:"Choisissez comment les notes sont tri\xE9es dans la liste des notes.",options:{"modified-desc":"Date de modification (plus r\xE9cente en haut)","modified-asc":"Date de modification (plus ancienne en haut)","created-desc":"Date de cr\xE9ation (plus r\xE9cente en haut)","created-asc":"Date de cr\xE9ation (plus ancienne en haut)","title-asc":"Titre (A en haut)","title-desc":"Titre (Z en haut)","filename-asc":"Nom de fichier (A en haut)","filename-desc":"Nom de fichier (Z en haut)","property-asc":"Propri\xE9t\xE9 (A en haut)","property-desc":"Propri\xE9t\xE9 (Z en haut)"},propertyOverride:{asc:"Propri\xE9t\xE9 \u2018{property}\u2019 (A en haut)",desc:"Propri\xE9t\xE9 \u2018{property}\u2019 (Z en haut)"}},propertySortKey:{name:"Propri\xE9t\xE9 de tri",desc:"Utilis\xE9 avec le tri par propri\xE9t\xE9. Les notes avec cette propri\xE9t\xE9 frontmatter sont list\xE9es en premier et tri\xE9es par la valeur de la propri\xE9t\xE9. Les tableaux sont combin\xE9s en une seule valeur.",placeholder:"order"},propertySortSecondary:{name:"Tri secondaire",desc:"Utilis\xE9 avec le tri par propri\xE9t\xE9 lorsque les notes ont la m\xEAme valeur de propri\xE9t\xE9 ou aucune valeur.",options:{title:"Titre",filename:"Nom de fichier",created:"Date de cr\xE9ation",modified:"Date de modification"}},revealFileOnListChanges:{name:"D\xE9filer vers le fichier s\xE9lectionn\xE9 lors des changements de liste",desc:"D\xE9filer vers le fichier s\xE9lectionn\xE9 lors de l'\xE9pinglage de notes, l'affichage de notes descendantes, le changement d'apparence de dossier ou l'ex\xE9cution d'op\xE9rations sur les fichiers."},includeDescendantNotes:{name:"Afficher les notes des sous-dossiers / descendants",desc:"Inclure les notes des sous-dossiers imbriqu\xE9s et des descendants d'\xE9tiquettes lors de l'affichage d'un dossier ou d'une \xE9tiquette."},limitPinnedToCurrentFolder:{name:"\xC9pingler les notes uniquement dans leur dossier",desc:"Les notes \xE9pingl\xE9es n\u2019apparaissent \xE9pingl\xE9es que dans leur propre dossier. Utile pour les notes de dossier ou si vous avez beaucoup de notes \xE9pingl\xE9es. N\u2019affecte pas les vues par \xE9tiquette ou propri\xE9t\xE9."},separateNoteCounts:{name:"Afficher les comptes actuels et descendants s\xE9par\xE9ment",desc:'Affiche le nombre de notes au format "actuel \u25BE descendants" dans les dossiers et \xE9tiquettes.'},groupNotes:{name:"Grouper les notes",desc:"Affiche des en-t\xEAtes entre les notes group\xE9es par date ou par dossier. Les vues de tags utilisent des groupes de dates lorsque le regroupement par dossier est activ\xE9.",options:{none:"Ne pas grouper",date:"Grouper par date",folder:"Grouper par dossier"}},showSelectedNavigationPills:{name:"Toujours afficher toutes les pastilles de tags et propri\xE9t\xE9s",desc:"Lorsque d\xE9sactiv\xE9, les pastilles correspondant \xE0 la s\xE9lection de navigation actuelle sont masqu\xE9es (par ex. la pastille du tag \xAB recettes \xBB est masqu\xE9e lors de la navigation dans le tag \xAB recettes \xBB). Activer pour garder toutes les pastilles visibles."},showPinnedGroupHeader:{name:"Afficher l'en-t\xEAte du groupe \xE9pingl\xE9",desc:"Affiche l'en-t\xEAte de la section des notes \xE9pingl\xE9es."},showPinnedIcon:{name:"Afficher l'ic\xF4ne \xE9pingl\xE9e",desc:"Afficher l'ic\xF4ne \xE0 c\xF4t\xE9 de l'en-t\xEAte de la section \xE9pingl\xE9e."},defaultListMode:{name:"Mode de liste par d\xE9faut",desc:"S\xE9lectionner la mise en page de liste par d\xE9faut. Standard affiche le titre, la date, la description et le texte d'aper\xE7u. Compact affiche uniquement le titre. L'apparence peut \xEAtre remplac\xE9e par dossier.",options:{standard:"Standard",compact:"Compact"}},showFileIcons:{name:"Afficher les ic\xF4nes de fichier",desc:"Afficher les ic\xF4nes de fichier avec espacement align\xE9 \xE0 gauche. La d\xE9sactivation supprime les ic\xF4nes et l'indentation. Priorit\xE9 : ic\xF4ne de t\xE2ches inachev\xE9es > ic\xF4ne personnalis\xE9e > ic\xF4ne de nom de fichier > ic\xF4ne de type de fichier > ic\xF4ne par d\xE9faut."},showFileIconUnfinishedTask:{name:"Ic\xF4ne de t\xE2ches inachev\xE9es",desc:"Afficher une ic\xF4ne de t\xE2che lorsqu'une note contient des t\xE2ches inachev\xE9es."},showFileBackgroundUnfinishedTask:{name:"Fond de t\xE2ches inachev\xE9es",desc:"Appliquer une couleur de fond lorsqu'une note contient des t\xE2ches inachev\xE9es."},unfinishedTaskBackgroundColor:{name:"Couleur de fond",desc:"D\xE9finir la couleur de fond utilis\xE9e lorsqu'une note contient des t\xE2ches inachev\xE9es."},showFilenameMatchIcons:{name:"Ic\xF4nes par nom de fichier",desc:"Attribuer des ic\xF4nes aux fichiers selon le texte dans leurs noms."},fileNameIconMap:{name:"Correspondance nom-ic\xF4ne",desc:"Les fichiers contenant le texte obtiennent l'ic\xF4ne sp\xE9cifi\xE9e. Une correspondance par ligne : texte=ic\xF4ne",placeholder:`# texte=ic\xF4ne +r\xE9union=LiCalendar +facture=PhReceipt`,editTooltip:"Modifier les correspondances"},showCategoryIcons:{name:"Ic\xF4nes par type de fichier",desc:"Attribuer des ic\xF4nes aux fichiers selon leur extension."},fileTypeIconMap:{name:"Correspondance type-ic\xF4ne",desc:"Les fichiers avec l'extension obtiennent l'ic\xF4ne sp\xE9cifi\xE9e. Une correspondance par ligne : extension=ic\xF4ne",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Modifier les correspondances"},optimizeNoteHeight:{name:"Hauteur de note variable",desc:"Utiliser une hauteur compacte pour les notes \xE9pingl\xE9es et les notes sans texte d'aper\xE7u."},compactItemHeight:{name:"Hauteur des \xE9l\xE9ments compacts",desc:"D\xE9finit la hauteur des \xE9l\xE9ments compacts sur ordinateur et mobile.",resetTooltip:"Restaurer la valeur par d\xE9faut (28px)"},compactItemHeightScaleText:{name:"Adapter le texte \xE0 la hauteur compacte",desc:"Adapte le texte des \xE9l\xE9ments compacts lorsque la hauteur est r\xE9duite."},showParentFolder:{name:"Afficher le dossier parent",desc:"Afficher le nom du dossier parent pour les notes dans les sous-dossiers ou \xE9tiquettes."},parentFolderClickRevealsFile:{name:"Clic sur dossier parent ouvre le dossier",desc:"Cliquer sur l'\xE9tiquette du dossier parent ouvre le dossier dans le panneau de liste."},showParentFolderColor:{name:"Afficher la couleur du dossier parent",desc:"Utiliser les couleurs des dossiers sur les \xE9tiquettes des dossiers parents."},showParentFolderIcon:{name:"Afficher l'ic\xF4ne du dossier parent",desc:"Afficher les ic\xF4nes de dossier \xE0 c\xF4t\xE9 des \xE9tiquettes des dossiers parents."},showQuickActions:{name:"Afficher les actions rapides",desc:"Afficher les boutons d'action au survol des fichiers. Les contr\xF4les des boutons s\xE9lectionnent les actions qui apparaissent."},dualPane:{name:"Disposition \xE0 double panneau",desc:"Afficher le panneau de navigation et le panneau de liste c\xF4te \xE0 c\xF4te sur ordinateur."},dualPaneOrientation:{name:"Orientation du double panneau",desc:"Choisir une disposition horizontale ou verticale lorsque le double panneau est actif.",options:{horizontal:"S\xE9paration horizontale",vertical:"S\xE9paration verticale"}},appearanceBackground:{name:"Couleur de fond",desc:"Choisissez les couleurs de fond pour les volets de navigation et de liste.",options:{separate:"Arri\xE8re-plans s\xE9par\xE9s",primary:"Utiliser le fond de la liste",secondary:"Utiliser le fond de navigation"}},appearanceScale:{name:"Niveau de zoom",desc:"Contr\xF4le le niveau de zoom global de Notebook Navigator."},useFloatingToolbars:{name:"Utiliser les barres d'outils flottantes sur iOS/iPadOS",desc:"S'applique \xE0 Obsidian 1.11 et versions ult\xE9rieures."},startView:{name:"Vue de d\xE9marrage par d\xE9faut",desc:"Choisissez le panneau affich\xE9 lors de l'ouverture de Notebook Navigator. Le panneau de navigation montre les raccourcis, les fichiers r\xE9cents et la structure des dossiers. Le panneau de liste affiche imm\xE9diatement la liste des fichiers.",options:{navigation:"Panneau de navigation",files:"Panneau de liste"}},toolbarButtons:{name:"Boutons de la barre d'outils",desc:"Choisissez quels boutons apparaissent dans la barre d'outils. Les boutons masqu\xE9s restent accessibles via les commandes et les menus.",navigationLabel:"Barre de navigation",listLabel:"Barre de liste"},createNewNotesInNewTab:{name:"Ouvrir les nouvelles notes dans un nouvel onglet",desc:"Lorsque activ\xE9, la commande Cr\xE9er une nouvelle note ouvre les notes dans un nouvel onglet. Lorsque d\xE9sactiv\xE9, les notes remplacent l'onglet actuel."},autoRevealActiveNote:{name:"R\xE9v\xE9ler automatiquement la note active",desc:"R\xE9v\xE9ler automatiquement les notes lorsqu'elles sont ouvertes depuis le Commutateur rapide, les liens ou la recherche."},autoRevealShortestPath:{name:"Utiliser le chemin le plus court",desc:"Activ\xE9 : La r\xE9v\xE9lation automatique s\xE9lectionne le dossier parent ou le tag visible le plus proche. D\xE9sactiv\xE9 : La r\xE9v\xE9lation automatique s\xE9lectionne le dossier r\xE9el du fichier et le tag exact."},autoRevealIgnoreRightSidebar:{name:"Ignorer les \xE9v\xE9nements du panneau de droite",desc:"Ne pas changer la note active lors d'un clic ou du changement de notes dans le panneau de droite."},autoRevealIgnoreOtherWindows:{name:"Ignorer les \xE9v\xE9nements d'autres fen\xEAtres",desc:"Ne pas changer la note active lorsque vous travaillez avec des notes dans une autre fen\xEAtre."},paneTransitionDuration:{name:"Animation panneau unique",desc:"Dur\xE9e de transition lors du changement de panneau en mode panneau unique (millisecondes).",resetTooltip:"R\xE9initialiser par d\xE9faut"},autoSelectFirstFileOnFocusChange:{name:"S\xE9lectionner automatiquement la premi\xE8re note",desc:"Ouvrir automatiquement la premi\xE8re note lors du changement de dossier ou d'\xE9tiquette."},skipAutoScroll:{name:"D\xE9sactiver le d\xE9filement automatique pour les raccourcis",desc:"Ne pas faire d\xE9filer le panneau de navigation lors du clic sur les \xE9l\xE9ments de raccourcis."},autoExpandNavItems:{name:"D\xE9velopper \xE0 la s\xE9lection",desc:"D\xE9velopper les dossiers et \xE9tiquettes lors de la s\xE9lection. En mode panneau unique, la premi\xE8re s\xE9lection d\xE9veloppe, la seconde affiche les fichiers."},springLoadedFolders:{name:"D\xE9velopper au survol",desc:"D\xE9velopper les dossiers et les \xE9tiquettes au survol pendant le glisser-d\xE9poser."},springLoadedFoldersInitialDelay:{name:"D\xE9lai de premi\xE8re expansion",desc:"D\xE9lai avant que le premier dossier ou \xE9tiquette se d\xE9veloppe pendant un glisser-d\xE9poser (secondes)."},springLoadedFoldersSubsequentDelay:{name:"D\xE9lai d'expansion suivante",desc:"D\xE9lai avant de d\xE9velopper d'autres dossiers ou \xE9tiquettes pendant le m\xEAme glisser-d\xE9poser (secondes)."},navigationBanner:{name:"Banni\xE8re de navigation (profil de coffre)",desc:"Afficher une image au-dessus du panneau de navigation. Change avec le profil de coffre s\xE9lectionn\xE9.",current:"Banni\xE8re actuelle : {path}",chooseButton:"Choisir une image"},pinNavigationBanner:{name:"\xC9pingler la banni\xE8re",desc:"\xC9pingler la banni\xE8re de navigation au-dessus de l'arborescence de navigation."},showShortcuts:{name:"Afficher les raccourcis",desc:"Afficher la section des raccourcis dans le panneau de navigation."},shortcutBadgeDisplay:{name:"Badge de raccourci",desc:"Contenu affich\xE9 \xE0 c\xF4t\xE9 des raccourcis. Utilisez les commandes 'Ouvrir le raccourci 1-9' pour ouvrir les raccourcis directement.",options:{index:"Position (1-9)",count:"Nombre d'\xE9l\xE9ments",none:"Aucun"}},showRecentNotes:{name:"Afficher les fichiers r\xE9cents",desc:"Afficher la section des fichiers r\xE9cents dans le panneau de navigation."},hideRecentNotes:{name:"Masquer les types de fichiers",desc:"Choisir les types de fichiers \xE0 masquer dans la section des fichiers r\xE9cents.",options:{none:"Aucun",folderNotes:"Notes de dossier"}},recentNotesCount:{name:"Nombre de fichiers r\xE9cents",desc:"Nombre de fichiers r\xE9cents \xE0 afficher."},pinRecentNotesWithShortcuts:{name:"\xC9pingler les fichiers r\xE9cents avec les raccourcis",desc:"Inclure les fichiers r\xE9cents lors de l'\xE9pinglage des raccourcis."},calendarEnabled:{name:"Activer le calendrier",desc:"Activer les fonctionnalit\xE9s de calendrier de Notebook Navigator."},calendarPlacement:{name:"Emplacement du calendrier",desc:"Afficher dans la barre lat\xE9rale gauche ou droite.",options:{leftSidebar:"Barre lat\xE9rale gauche",rightSidebar:"Barre lat\xE9rale droite"}},calendarLeftPlacement:{name:"Emplacement en mode panneau unique",desc:"O\xF9 le calendrier est affich\xE9 en mode panneau unique.",options:{navigationPane:"Panneau de navigation",below:"Sous les panneaux"}},calendarLocale:{name:"Langue",desc:"Contr\xF4le la num\xE9rotation des semaines et le premier jour de la semaine.",incompatibleWeekPatternWarning:'Le mod\xE8le de notes hebdomadaires utilise des jetons de semaine ISO ("W" ou "G"). Le calendrier affichera les semaines commen\xE7ant le lundi au lieu du premier jour de la semaine de cette langue.',options:{systemDefault:"Par d\xE9faut"}},calendarWeekendDays:{name:"Jours de week-end",desc:"Afficher les jours de week-end avec une couleur de fond diff\xE9rente.",options:{none:"Aucun",satSun:"Samedi et dimanche",friSat:"Vendredi et samedi",thuFri:"Jeudi et vendredi"}},calendarMonthHeadingFormat:{name:"Format du nom du mois",desc:"Nom du mois complet ou abr\xE9g\xE9 lorsque la vue annuelle est masqu\xE9e.",options:{full:"janvier (complet)",short:"janv. (court)"}},showInfoButtons:{name:"Afficher les boutons d'information",desc:"Afficher les boutons d'information dans la barre de recherche et l'en-t\xEAte du calendrier."},calendarWeeksToShow:{name:"Semaines \xE0 afficher dans la barre lat\xE9rale gauche",desc:"Le calendrier dans la barre lat\xE9rale droite affiche toujours le mois complet.",options:{fullMonth:"Mois complet",oneWeek:"1 semaine",weeksCount:"{count} semaines"}},calendarHighlightToday:{name:"Mettre en \xE9vidence la date d'aujourd'hui",desc:"Mettre en \xE9vidence la date d'aujourd'hui avec une couleur de fond et du texte en gras."},calendarShowFeatureImage:{name:"Afficher l'image mise en avant",desc:"Afficher les images mises en avant des notes dans le calendrier."},calendarShowWeekNumber:{name:"Afficher le num\xE9ro de semaine",desc:"Ajouter une colonne avec le num\xE9ro de semaine."},calendarShowQuarter:{name:"Afficher le trimestre",desc:"Ajouter une \xE9tiquette de trimestre dans l'en-t\xEAte du calendrier."},calendarShowYearCalendar:{name:"Afficher le calendrier annuel",desc:"Afficher la navigation annuelle et la grille des mois dans la barre lat\xE9rale droite."},calendarConfirmBeforeCreate:{name:"Confirmer avant de cr\xE9er",desc:"Afficher une bo\xEEte de dialogue de confirmation lors de la cr\xE9ation d'une nouvelle note quotidienne."},calendarIntegrationMode:{name:"Source des notes quotidiennes",desc:"Source pour les notes du calendrier.",options:{dailyNotes:"Notes quotidiennes (plugin principal)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Le dossier et le format de date sont configur\xE9s dans le plugin Notes quotidiennes."}},calendarCustomRootFolder:{name:"Dossier racine",desc:"Dossier de base pour les notes p\xE9riodiques. Les mod\xE8les de date peuvent inclure des sous-dossiers. Change avec le profil de coffre s\xE9lectionn\xE9.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Emplacement du dossier de mod\xE8les",desc:"Le s\xE9lecteur de fichiers de mod\xE8les affiche les notes de ce dossier.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Notes quotidiennes",desc:"Formater le chemin en utilisant le format de date Moment. Entourez les noms de sous-dossiers de crochets, par ex. [Work]/YYYY. Cliquez sur l'ic\xF4ne de mod\xE8le pour d\xE9finir un mod\xE8le. D\xE9finir l'emplacement du dossier de mod\xE8les dans G\xE9n\xE9ral > Mod\xE8les.",momentDescPrefix:"Formater le chemin en utilisant le ",momentLinkText:"format de date Moment",momentDescSuffix:". Entourez les noms de sous-dossiers de crochets, par ex. [Work]/YYYY. Cliquez sur l'ic\xF4ne de mod\xE8le pour d\xE9finir un mod\xE8le. D\xE9finir l'emplacement du dossier de mod\xE8les dans G\xE9n\xE9ral > Mod\xE8les.",placeholder:"YYYY/YYYYMMDD",example:"Syntaxe actuelle : {path}",parsingError:"Le mod\xE8le doit pouvoir \xEAtre format\xE9 et r\xE9-analys\xE9 comme une date compl\xE8te (ann\xE9e, mois, jour)."},calendarCustomWeekPattern:{name:"Notes hebdomadaires",parsingError:"Le mod\xE8le doit pouvoir \xEAtre format\xE9 et r\xE9-analys\xE9 comme une semaine compl\xE8te (ann\xE9e de semaine, num\xE9ro de semaine).",localeMismatchWarning:'Ce mod\xE8le utilise des jetons de semaine ISO ("W" ou "G"). Le calendrier affichera les semaines commen\xE7ant le lundi. Utilisez "w" ou "g" si les notes hebdomadaires doivent suivre la langue s\xE9lectionn\xE9e.'},calendarCustomMonthPattern:{name:"Notes mensuelles",parsingError:"Le mod\xE8le doit pouvoir \xEAtre format\xE9 et r\xE9-analys\xE9 comme un mois complet (ann\xE9e, mois)."},calendarCustomQuarterPattern:{name:"Notes trimestrielles",parsingError:"Le mod\xE8le doit pouvoir \xEAtre format\xE9 et r\xE9-analys\xE9 comme un trimestre complet (ann\xE9e, trimestre)."},calendarCustomYearPattern:{name:"Notes annuelles",parsingError:"Le mod\xE8le doit pouvoir \xEAtre format\xE9 et r\xE9-analys\xE9 comme une ann\xE9e compl\xE8te (ann\xE9e)."},calendarTemplateFile:{current:"Fichier mod\xE8le : {name}"},showTooltips:{name:"Afficher les infobulles",desc:"Affiche des infobulles avec des informations suppl\xE9mentaires pour les notes et dossiers au survol."},showTooltipPath:{name:"Afficher le chemin",desc:"Affiche le chemin du dossier sous le nom des notes dans les infobulles."},resetPaneSeparator:{name:"R\xE9initialiser la position du s\xE9parateur de panneaux",desc:"R\xE9initialise le s\xE9parateur d\xE9pla\xE7able entre le panneau de navigation et le panneau de liste \xE0 la position par d\xE9faut.",buttonText:"R\xE9initialiser le s\xE9parateur",notice:"Position du s\xE9parateur r\xE9initialis\xE9e. Red\xE9marrez Obsidian ou rouvrez Notebook Navigator pour appliquer."},settingsTransfer:{name:"Importer et exporter les param\xE8tres",desc:"Exporter ou importer les param\xE8tres de Notebook Navigator au format JSON. L\u2019importation remplace tous les param\xE8tres.",importButtonText:"Importer",exportButtonText:"Exporter",import:{modalTitle:"Importer les param\xE8tres",fileButtonName:"Importer depuis un fichier",fileButtonDesc:"Charger un fichier JSON depuis le disque.",fileButtonText:"Importer depuis un fichier",editorName:"JSON",editorDesc:"Collez ou modifiez le JSON ci-dessous. Les param\xE8tres non inclus sont r\xE9initialis\xE9s aux valeurs par d\xE9faut.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importer",successNotice:"Param\xE8tres import\xE9s.",errorNotice:"\xC9chec de l'importation des param\xE8tres : {message}",fileReadError:"Impossible de lire le fichier : {message}"},export:{modalTitle:"Exporter les param\xE8tres",editorName:"JSON",editorDesc:"Seuls les param\xE8tres modifi\xE9s par rapport aux valeurs par d\xE9faut sont inclus.",placeholder:"{}",copyButtonText:"Copier dans le presse-papiers",downloadButtonText:"T\xE9l\xE9charger",copyNotice:"Param\xE8tres copi\xE9s dans le presse-papiers.",downloadNotice:"Param\xE8tres export\xE9s.",downloadError:"\xC9chec du t\xE9l\xE9chargement des param\xE8tres : {message}"}},resetAllSettings:{name:"R\xE9initialiser tous les param\xE8tres",desc:"R\xE9initialise tous les param\xE8tres de Notebook Navigator aux valeurs par d\xE9faut.",buttonText:"R\xE9initialiser tous les param\xE8tres",confirmTitle:"R\xE9initialiser tous les param\xE8tres ?",confirmMessage:"Cela r\xE9initialisera tous les param\xE8tres de Notebook Navigator aux valeurs par d\xE9faut. Cette action est irr\xE9versible.",confirmButtonText:"R\xE9initialiser tous les param\xE8tres",notice:"Tous les param\xE8tres r\xE9initialis\xE9s. Red\xE9marrez Obsidian ou rouvrez Notebook Navigator pour appliquer.",error:"\xC9chec de la r\xE9initialisation des param\xE8tres."},multiSelectModifier:{name:"Modificateur de s\xE9lection multiple",desc:"Choisissez quelle touche modificatrice active la s\xE9lection multiple. Quand Option/Alt est s\xE9lectionn\xE9, Cmd/Ctrl clic ouvre les notes dans un nouvel onglet.",options:{cmdCtrl:"Cmd/Ctrl clic",optionAlt:"Option/Alt clic"}},enterToOpenFiles:{name:"Appuyer sur Entr\xE9e pour ouvrir",desc:"Ouvrir les fichiers uniquement en appuyant sur Entr\xE9e lors de la navigation au clavier dans la liste."},shiftEnterOpenContext:{name:"Shift+Entr\xE9e",desc:"Ouvrir le fichier s\xE9lectionn\xE9 dans un nouvel onglet, une division ou une fen\xEAtre avec Shift+Entr\xE9e."},cmdEnterOpenContext:{name:"Cmd+Entr\xE9e",desc:"Ouvrir le fichier s\xE9lectionn\xE9 dans un nouvel onglet, une division ou une fen\xEAtre avec Cmd+Entr\xE9e."},ctrlEnterOpenContext:{name:"Ctrl+Entr\xE9e",desc:"Ouvrir le fichier s\xE9lectionn\xE9 dans un nouvel onglet, une division ou une fen\xEAtre avec Ctrl+Entr\xE9e."},mouseBackForwardAction:{name:"Boutons pr\xE9c\xE9dent/suivant de la souris",desc:"Action des boutons pr\xE9c\xE9dent et suivant de la souris sur ordinateur.",options:{none:"Utiliser la valeur syst\xE8me par d\xE9faut",singlePaneSwitch:"Changer de volet (volet unique)",history:"Naviguer dans l'historique"}},excludedNotes:{name:"Masquer les notes avec des r\xE8gles de propri\xE9t\xE9s (profil du coffre)",desc:"Liste de r\xE8gles de m\xE9tadonn\xE9es s\xE9par\xE9es par des virgules. Utilisez des entr\xE9es `key` ou `key=value` (ex. : status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Masquer les fichiers (profil du coffre)",desc:"Liste de motifs de noms de fichiers s\xE9par\xE9s par des virgules \xE0 masquer. Prend en charge les caract\xE8res g\xE9n\xE9riques * et les chemins / (ex. : temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Profil du coffre",desc:"Les profils stockent la visibilit\xE9 des types de fichiers, les fichiers cach\xE9s, les dossiers cach\xE9s, les \xE9tiquettes cach\xE9es, les notes cach\xE9es, les raccourcis et la banni\xE8re de navigation. Changez de profil depuis l'en-t\xEAte du panneau de navigation.",defaultName:"Par d\xE9faut",addButton:"Ajouter un profil",editProfilesButton:"Modifier les profils",addProfileOption:"Ajouter un profil...",applyButton:"Appliquer",deleteButton:"Supprimer le profil",addModalTitle:"Ajouter un profil",editProfilesModalTitle:"Modifier les profils",addModalPlaceholder:"Nom du profil",deleteModalTitle:"Supprimer {name}",deleteModalMessage:"Supprimer {name} ? Les filtres de fichiers, dossiers, \xE9tiquettes et notes cach\xE9s enregistr\xE9s dans ce profil seront supprim\xE9s.",moveUp:"D\xE9placer vers le haut",moveDown:"D\xE9placer vers le bas",errors:{emptyName:"Entrez un nom de profil",duplicateName:"Le nom du profil existe d\xE9j\xE0"}},vaultTitle:{name:"Placement du titre du coffre",desc:"Choisissez o\xF9 le titre du coffre est affich\xE9.",options:{header:"Afficher dans l'en-t\xEAte",navigation:"Afficher dans le panneau de navigation"}},excludedFolders:{name:"Masquer les dossiers (profil du coffre)",desc:"Liste de dossiers \xE0 masquer s\xE9par\xE9s par des virgules. Mod\xE8les de nom : assets* (dossiers commen\xE7ant par assets), *_temp (finissant par _temp). Mod\xE8les de chemin : /archive (archive racine uniquement), /res* (dossiers racine commen\xE7ant par res), /*/temp (dossiers temp un niveau plus bas), /projects/* (tous les dossiers dans projects).",placeholder:"templates, assets*, /archive, /res*"},fileVisibility:{name:"Afficher les types de fichiers (profil du coffre)",desc:"Filtrez quels types de fichiers sont affich\xE9s dans le navigateur. Les types de fichiers non pris en charge par Obsidian peuvent s'ouvrir dans des applications externes.",options:{documents:"Documents (.md, .canvas, .base)",supported:"Pris en charge (ouvre dans Obsidian)",all:"Tous (peut ouvrir en externe)"}},homepage:{name:"Page d\u2019accueil",desc:"Choisissez ce que Notebook Navigator ouvre automatiquement au d\xE9marrage.",current:"Actuel : {path}",chooseButton:"Choisir un fichier",options:{none:"Aucun",file:"Fichier",dailyNote:"Note quotidienne",weeklyNote:"Note hebdomadaire",monthlyNote:"Note mensuelle",quarterlyNote:"Note trimestrielle"},file:{name:"Fichier de d\xE9marrage",empty:"Aucun fichier s\xE9lectionn\xE9"}},showFileDate:{name:"Afficher la date",desc:"Afficher la date sous les noms des notes."},alphabeticalDateMode:{name:"Lors du tri par nom",desc:"Date affich\xE9e lorsque les notes sont tri\xE9es alphab\xE9tiquement.",options:{created:"Date de cr\xE9ation",modified:"Date de modification"}},showFileTags:{name:"Afficher les tags de fichier",desc:"Affiche les tags cliquables dans les \xE9l\xE9ments de fichier."},showFileTagAncestors:{name:"Afficher les chemins complets des tags",desc:"Afficher les chemins complets de la hi\xE9rarchie des tags. Activ\xE9 : 'ai/openai', 'travail/projets/2024'. D\xE9sactiv\xE9 : 'openai', '2024'."},colorFileTags:{name:"Colorer les tags de fichier",desc:"Appliquer les couleurs de tags aux badges de tags sur les \xE9l\xE9ments de fichier."},prioritizeColoredFileTags:{name:"Afficher les tags color\xE9s en premier",desc:"Trie les tags color\xE9s avant les autres tags dans les \xE9l\xE9ments de fichier."},showFileTagsInCompactMode:{name:"Afficher les tags de fichier en mode compact",desc:"Afficher les tags lorsque la date, l'aper\xE7u et l'image sont masqu\xE9s."},showFileProperties:{name:"Afficher les propri\xE9t\xE9s de fichier",desc:"Afficher les propri\xE9t\xE9s cliquables dans les \xE9l\xE9ments de fichier."},colorFileProperties:{name:"Colorer les propri\xE9t\xE9s de fichier",desc:"Appliquer les couleurs de propri\xE9t\xE9 aux badges de propri\xE9t\xE9 dans les \xE9l\xE9ments de fichier."},prioritizeColoredFileProperties:{name:"Afficher les propri\xE9t\xE9s color\xE9es en premier",desc:"Trier les propri\xE9t\xE9s color\xE9es avant les autres propri\xE9t\xE9s dans les \xE9l\xE9ments de fichier."},showFilePropertiesInCompactMode:{name:"Afficher les propri\xE9t\xE9s en mode compact",desc:"Afficher les propri\xE9t\xE9s lorsque le mode compact est actif."},notePropertyType:{name:"Propri\xE9t\xE9 de note",desc:"S\xE9lectionnez la propri\xE9t\xE9 de note \xE0 afficher dans les \xE9l\xE9ments de fichier.",options:{frontmatter:"Propri\xE9t\xE9 frontmatter",wordCount:"Nombre de mots",none:"Aucun"}},propertyFields:{name:"Cl\xE9s de propri\xE9t\xE9s (profil de coffre)",desc:"Cl\xE9s de propri\xE9t\xE9s de m\xE9tadonn\xE9es, avec visibilit\xE9 par cl\xE9 pour la navigation et la liste de fichiers.",addButtonTooltip:"Configurer les cl\xE9s de propri\xE9t\xE9",noneConfigured:"Aucune propri\xE9t\xE9 configur\xE9e",singleConfigured:"1 propri\xE9t\xE9 configur\xE9e : {properties}",multipleConfigured:"{count} propri\xE9t\xE9s configur\xE9es : {properties}"},showPropertiesOnSeparateRows:{name:"Afficher les propri\xE9t\xE9s sur des lignes s\xE9par\xE9es",desc:"Afficher chaque propri\xE9t\xE9 sur sa propre ligne."},enablePropertyInternalLinks:{name:"Lier les pastilles de propri\xE9t\xE9 aux notes",desc:"Cliquer sur une pastille de propri\xE9t\xE9 pour ouvrir la note li\xE9e."},enablePropertyExternalLinks:{name:"Lier les pastilles de propri\xE9t\xE9 aux URLs",desc:"Cliquer sur une pastille de propri\xE9t\xE9 pour ouvrir l'URL li\xE9e."},dateFormat:{name:"Format de date",desc:"Format pour afficher les dates (utilise le format Moment).",placeholder:"D MMMM YYYY",help:`Formats courants : +D MMMM YYYY = 25 mai 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Jetons : +YYYY/YY = ann\xE9e +MMMM/MMM/MM = mois +DD/D = jour +dddd/ddd = jour de la semaine`,helpTooltip:"Format avec Moment",momentLinkText:"format Moment"},timeFormat:{name:"Format d'heure",desc:"Format pour afficher les heures (utilise le format Moment).",placeholder:"HH:mm",help:`Formats courants : +HH:mm = 14:30 (24 heures) +h:mm a = 2:30 PM (12 heures) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +Jetons : +HH/H = 24 heures +hh/h = 12 heures +mm = minutes +ss = secondes +a = AM/PM`,helpTooltip:"Format avec Moment",momentLinkText:"format Moment"},showFilePreview:{name:"Afficher l'aper\xE7u de la note",desc:"Afficher le texte d'aper\xE7u sous les noms des notes."},skipHeadingsInPreview:{name:"Ignorer les en-t\xEAtes dans l'aper\xE7u",desc:"Ignorer les lignes d'en-t\xEAte lors de la g\xE9n\xE9ration du texte d'aper\xE7u."},skipCodeBlocksInPreview:{name:"Ignorer les blocs de code dans l'aper\xE7u",desc:"Ignorer les blocs de code lors de la g\xE9n\xE9ration du texte d'aper\xE7u."},stripHtmlInPreview:{name:"Supprimer le HTML dans les aper\xE7us",desc:"Supprimer les balises HTML du texte d'aper\xE7u. Peut affecter les performances sur les longues notes."},stripLatexInPreview:{name:"Supprimer le LaTeX dans les aper\xE7us",desc:"Supprimer les expressions LaTeX en ligne et en bloc du texte d'aper\xE7u."},previewProperties:{name:"Propri\xE9t\xE9s d'aper\xE7u",desc:"Liste s\xE9par\xE9e par des virgules de propri\xE9t\xE9s frontmatter pour le texte d'aper\xE7u. La premi\xE8re propri\xE9t\xE9 avec du texte sera utilis\xE9e.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Revenir au contenu de la note",desc:"Afficher le contenu de la note en aper\xE7u lorsqu'aucune des propri\xE9t\xE9s sp\xE9cifi\xE9es ne contient de texte."},previewRows:{name:"Lignes d'aper\xE7u",desc:"Nombre de lignes \xE0 afficher pour le texte d'aper\xE7u.",options:{1:"1 ligne",2:"2 lignes",3:"3 lignes",4:"4 lignes",5:"5 lignes"}},fileNameRows:{name:"Lignes de titre",desc:"Nombre de lignes \xE0 afficher pour les titres des notes.",options:{1:"1 ligne",2:"2 lignes"}},showFeatureImage:{name:"Afficher l'image vedette",desc:"Affiche une miniature de la premi\xE8re image trouv\xE9e dans la note."},forceSquareFeatureImage:{name:"Forcer l'image vedette carr\xE9e",desc:"Afficher les images vedettes sous forme de miniatures carr\xE9es."},featureImageProperties:{name:"Propri\xE9t\xE9s d'image",desc:"Liste de propri\xE9t\xE9s frontmatter s\xE9par\xE9es par des virgules \xE0 v\xE9rifier en premier. Se rabat sur la premi\xE8re image dans le contenu markdown.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Exclure les notes avec propri\xE9t\xE9s",desc:"Liste de propri\xE9t\xE9s frontmatter s\xE9par\xE9es par des virgules. Les notes contenant l'une de ces propri\xE9t\xE9s ne stockent pas d'images principales.",placeholder:"private, confidential"},featureImageSize:{name:"Taille d'affichage de l'image \xE0 la une",desc:"Taille maximale de rendu pour les images \xE0 la une dans les listes de notes.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Taille en pixels de l'image \xE0 la une",desc:"R\xE9solution utilis\xE9e lors de la g\xE9n\xE9ration des vignettes stock\xE9es des images \xE0 la une. Augmentez cette valeur si les aper\xE7us plus grands semblent flous.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"T\xE9l\xE9charger les images externes",desc:"T\xE9l\xE9charger les images distantes et les miniatures YouTube pour les images \xE0 la une."},showRootFolder:{name:"Afficher le dossier racine",desc:"Afficher le nom du dossier racine dans l'arborescence."},showFolderIcons:{name:"Afficher les ic\xF4nes de dossier",desc:"Afficher les ic\xF4nes \xE0 c\xF4t\xE9 des dossiers dans le panneau de navigation."},inheritFolderColors:{name:"H\xE9riter des couleurs de dossier",desc:"Les sous-dossiers h\xE9ritent de la couleur des dossiers parents."},folderSortOrder:{name:"Ordre de tri des dossiers",desc:"Faites un clic droit sur un dossier pour d\xE9finir un ordre de tri diff\xE9rent pour ses \xE9l\xE9ments enfants.",options:{alphaAsc:"A \xE0 Z",alphaDesc:"Z \xE0 A"}},showNoteCount:{name:"Afficher le nombre de notes",desc:"Afficher le nombre de notes \xE0 c\xF4t\xE9 de chaque dossier et \xE9tiquette."},showSectionIcons:{name:"Afficher les ic\xF4nes pour les raccourcis et les \xE9l\xE9ments r\xE9cents",desc:"Afficher les ic\xF4nes \xE0 c\xF4t\xE9 des \xE9l\xE9ments dans les sections Raccourcis et R\xE9cents."},interfaceIcons:{name:"Ic\xF4nes de l'interface",desc:"Modifier les ic\xF4nes de barre d'outils, dossiers, \xE9tiquettes, \xE9l\xE9ments \xE9pingl\xE9s, recherche et tri.",buttonText:"Modifier les ic\xF4nes"},showIconsColorOnly:{name:"Appliquer la couleur uniquement aux ic\xF4nes",desc:"Lorsqu'activ\xE9, les couleurs personnalis\xE9es sont appliqu\xE9es uniquement aux ic\xF4nes. Lorsque d\xE9sactiv\xE9, les couleurs sont appliqu\xE9es aux ic\xF4nes et aux \xE9tiquettes de texte."},navRainbowMode:{name:"Mode couleurs arc-en-ciel (profil du coffre)",desc:"Appliquer les couleurs arc-en-ciel dans le volet de navigation.",options:{none:"D\xE9sactiv\xE9",foreground:"Couleur du texte",background:"Couleur de fond"}},navRainbowFirstColor:{name:"Premi\xE8re couleur",desc:"Premi\xE8re couleur du d\xE9grad\xE9 arc-en-ciel."},navRainbowLastColor:{name:"Derni\xE8re couleur",desc:"Derni\xE8re couleur du d\xE9grad\xE9 arc-en-ciel."},navRainbowTransitionStyle:{name:"Style de transition",desc:"Interpolation utilis\xE9e entre la premi\xE8re et la derni\xE8re couleur.",options:{hue:"Teinte",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Appliquer aux raccourcis",desc:"Appliquer les couleurs arc-en-ciel aux raccourcis."},navRainbowApplyToRecent:{name:"Appliquer aux \xE9l\xE9ments r\xE9cents",desc:"Appliquer les couleurs arc-en-ciel aux \xE9l\xE9ments r\xE9cents."},navRainbowApplyToFolders:{name:"Appliquer aux dossiers",desc:"Appliquer les couleurs arc-en-ciel aux dossiers."},navRainbowFolderScope:{name:"Port\xE9e des dossiers",desc:"S\xE9lectionner les niveaux de dossier qui d\xE9marrent les attributions de couleur.",options:{root:"Niveau racine",child:"Niveau enfant",all:"Tous les niveaux"}},navRainbowApplyToTags:{name:"Appliquer aux tags",desc:"Appliquer les couleurs arc-en-ciel aux tags."},navRainbowTagScope:{name:"Port\xE9e des tags",desc:"S\xE9lectionner les niveaux de tag qui d\xE9marrent les attributions de couleur.",options:{root:"Niveau racine",child:"Niveau enfant",all:"Tous les niveaux"}},navRainbowApplyToProperties:{name:"Appliquer aux propri\xE9t\xE9s",desc:"Appliquer les couleurs arc-en-ciel aux propri\xE9t\xE9s."},navRainbowBalanceHueLuminance:{name:"Luminosit\xE9 uniforme entre les teintes",desc:"Interpole la luminosit\xE9 entre les couleurs de d\xE9but et de fin lors des transitions de teinte."},navRainbowSeparateThemeColors:{name:"Couleurs s\xE9par\xE9es pour les modes clair et sombre",desc:"Utiliser des couleurs arc-en-ciel diff\xE9rentes pour le mode clair et le mode sombre."},navRainbowCopyLightToDark:"Copier la couleur du mode clair vers le mode sombre",navRainbowPropertyScope:{name:"Port\xE9e des propri\xE9t\xE9s",desc:"S\xE9lectionner les niveaux de propri\xE9t\xE9 qui d\xE9marrent les attributions de couleur.",options:{root:"Niveau racine",child:"Niveau enfant",all:"Tous les niveaux"}},collapseBehavior:{name:"Replier les \xE9l\xE9ments",desc:"Choisissez ce que le bouton d\xE9plier/replier tout affecte.",options:{all:"Tout",foldersOnly:"Dossiers uniquement",tagsOnly:"\xC9tiquettes uniquement",propertiesOnly:"Propri\xE9t\xE9s uniquement"}},smartCollapse:{name:"Garder l'\xE9l\xE9ment s\xE9lectionn\xE9 d\xE9pli\xE9",desc:"Lors du repliement, garde l'\xE9l\xE9ment s\xE9lectionn\xE9 et ses parents d\xE9pli\xE9s."},navIndent:{name:"Indentation de l'arbre",desc:"Ajuster la largeur d'indentation pour les dossiers et \xE9tiquettes imbriqu\xE9s."},navItemHeight:{name:"Hauteur de ligne",desc:"Ajuster la hauteur des dossiers et \xE9tiquettes dans le panneau de navigation."},navItemHeightScaleText:{name:"Adapter le texte \xE0 la hauteur de ligne",desc:"R\xE9duit le texte de navigation lorsque la hauteur de ligne est diminu\xE9e."},showIndentGuides:{name:"Afficher les guides d'indentation",desc:"Afficher les guides d'indentation pour les dossiers et \xE9tiquettes imbriqu\xE9s."},navRootSpacing:{name:"Espacement des \xE9l\xE9ments racine",desc:"Espacement entre les dossiers et \xE9tiquettes de niveau racine."},showTags:{name:"Afficher les \xE9tiquettes",desc:"Afficher la section des \xE9tiquettes dans le navigateur."},showTagIcons:{name:"Afficher les ic\xF4nes d'\xE9tiquettes",desc:"Afficher les ic\xF4nes \xE0 c\xF4t\xE9 des \xE9tiquettes dans le panneau de navigation."},inheritTagColors:{name:"H\xE9riter les couleurs d'\xE9tiquettes",desc:"Les \xE9tiquettes enfants h\xE9ritent de la couleur des \xE9tiquettes parentes."},tagSortOrder:{name:"Ordre de tri des \xE9tiquettes",desc:"Faites un clic droit sur une \xE9tiquette pour d\xE9finir un ordre de tri diff\xE9rent pour ses \xE9l\xE9ments enfants.",options:{alphaAsc:"A \xE0 Z",alphaDesc:"Z \xE0 A",frequency:"Fr\xE9quence",lowToHigh:"faible vers \xE9lev\xE9e",highToLow:"\xE9lev\xE9e vers faible"}},showAllTagsFolder:{name:"Afficher le dossier des \xE9tiquettes",desc:'Afficher "\xC9tiquettes" comme un dossier repliable.'},showUntagged:{name:"Afficher les notes sans \xE9tiquette",desc:`Afficher l'\xE9l\xE9ment "Sans \xE9tiquette" pour les notes sans aucune \xE9tiquette.`},scopeTagsToCurrentContext:{name:"Filtrer les \xE9tiquettes par s\xE9lection",desc:"Afficher uniquement les \xE9tiquettes pr\xE9sentes dans les notes du dossier ou de la propri\xE9t\xE9 s\xE9lectionn\xE9e."},keepEmptyTagsProperty:{name:"Conserver la propri\xE9t\xE9 tags apr\xE8s suppression de la derni\xE8re \xE9tiquette",desc:"Conserve la propri\xE9t\xE9 tags dans le frontmatter lorsque toutes les \xE9tiquettes sont supprim\xE9es. Si d\xE9sactiv\xE9, la propri\xE9t\xE9 tags est supprim\xE9e du frontmatter."},showProperties:{name:"Afficher les propri\xE9t\xE9s",desc:"Afficher la section des propri\xE9t\xE9s dans le navigateur.",propertyKeysInfoPrefix:"Configurer les propri\xE9t\xE9s dans ",propertyKeysInfoLinkText:"G\xE9n\xE9ral > Cl\xE9s de propri\xE9t\xE9s",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Afficher les ic\xF4nes de propri\xE9t\xE9s",desc:"Afficher les ic\xF4nes \xE0 c\xF4t\xE9 des propri\xE9t\xE9s dans le panneau de navigation."},inheritPropertyColors:{name:"H\xE9riter des couleurs de propri\xE9t\xE9",desc:"Les valeurs de propri\xE9t\xE9 h\xE9ritent de la couleur et du fond de leur cl\xE9 de propri\xE9t\xE9."},propertySortOrder:{name:"Ordre de tri des propri\xE9t\xE9s",desc:"Cliquez droit sur une propri\xE9t\xE9 pour d\xE9finir un ordre de tri diff\xE9rent pour ses valeurs.",options:{alphaAsc:"A \xE0 Z",alphaDesc:"Z \xE0 A",frequency:"Fr\xE9quence",lowToHigh:"croissant",highToLow:"d\xE9croissant"}},showAllPropertiesFolder:{name:"Afficher le dossier des propri\xE9t\xE9s",desc:'Afficher "Propri\xE9t\xE9s" comme un dossier repliable.'},scopePropertiesToCurrentContext:{name:"Filtrer les propri\xE9t\xE9s par s\xE9lection",desc:"Afficher uniquement les propri\xE9t\xE9s pr\xE9sentes dans les notes du dossier ou de l'\xE9tiquette s\xE9lectionn\xE9e."},hiddenTags:{name:"Masquer les \xE9tiquettes (profil du coffre)",desc:"Liste s\xE9par\xE9e par des virgules de motifs d'\xE9tiquettes. Motifs de nom : tag* (commence par), *tag (termine par). Motifs de chemin : archive (\xE9tiquette et descendants), archive/* (descendants uniquement), projets/*/brouillons (joker interm\xE9diaire).",placeholder:"archive*, *brouillon, projets/*/ancien"},hiddenFileTags:{name:"Masquer les notes avec tags (profil du coffre)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Activer les notes de dossier",desc:"Les dossiers ayant un fichier de note correspondant sont affich\xE9s comme des liens cliquables."},folderNoteType:{name:"Type de note de dossier par d\xE9faut",desc:"Type de note de dossier cr\xE9\xE9 depuis le menu contextuel.",options:{ask:"Demander lors de la cr\xE9ation",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Nom de la note de dossier",desc:"Nom de la note de dossier. Laisser vide pour utiliser le m\xEAme nom que le dossier.",placeholder:"index"},folderNoteNamePattern:{name:"Mod\xE8le de nom de note de dossier",desc:"Mod\xE8le de nom pour les notes de dossier sans extension. Utilisez {{folder}} pour ins\xE9rer le nom du dossier. Lorsque d\xE9fini, le nom de note de dossier ne s'applique pas."},folderNoteTemplate:{name:"Mod\xE8le de note de dossier",desc:"Fichier mod\xE8le pour les nouvelles notes de dossier Markdown. D\xE9finir l'emplacement du dossier de mod\xE8les dans G\xE9n\xE9ral > Mod\xE8les."},enableFolderNoteLinks:{name:"Activer les liens de notes de dossier",desc:"Les libell\xE9s des dossiers sont stylis\xE9s comme des liens et ouvrent les notes de dossier au clic. Lorsque d\xE9sactiv\xE9, les notes de dossier fournissent toujours les m\xE9tadonn\xE9es de nom, d'ic\xF4ne et de couleur."},hideFolderNoteInList:{name:"Masquer les notes de dossier dans la liste",desc:"Masquer les notes de dossier dans la liste des fichiers."},pinCreatedFolderNote:{name:"\xC9pingler les notes de dossier cr\xE9\xE9es",desc:"\xC9pingler les notes de dossier lors de leur cr\xE9ation depuis le menu contextuel."},openFolderNotesInNewTab:{name:"Ouvrir les notes de dossier dans un nouvel onglet",desc:"Ouvrir les notes de dossier dans un nouvel onglet en cliquant sur un dossier."},confirmBeforeDelete:{name:"Confirmer avant de supprimer",desc:"Afficher une bo\xEEte de dialogue de confirmation lors de la suppression de notes ou de dossiers"},deleteAttachments:{name:"Supprimer les pi\xE8ces jointes lors de la suppression de fichiers",desc:"Supprimer automatiquement les pi\xE8ces jointes li\xE9es au fichier supprim\xE9 si elles ne sont pas utilis\xE9es ailleurs",options:{ask:"Demander \xE0 chaque fois",always:"Toujours",never:"Jamais"}},moveFileConflicts:{name:"Conflits de d\xE9placement",desc:"Lors du d\xE9placement d'un fichier dans un dossier o\xF9 un fichier du m\xEAme nom existe d\xE9j\xE0. Demander \xE0 chaque fois (renommer, \xE9craser, annuler) ou toujours renommer.",options:{ask:"Demander \xE0 chaque fois",rename:"Toujours renommer"}},metadataCleanup:{name:"Nettoyer les m\xE9tadonn\xE9es",desc:"Supprime les m\xE9tadonn\xE9es orphelines laiss\xE9es lorsque des fichiers, dossiers ou \xE9tiquettes sont supprim\xE9s, d\xE9plac\xE9s ou renomm\xE9s en dehors d'Obsidian. Cela n'affecte que le fichier de configuration de Notebook Navigator.",buttonText:"Nettoyer les m\xE9tadonn\xE9es",error:"\xC9chec du nettoyage des param\xE8tres",loading:"V\xE9rification des m\xE9tadonn\xE9es...",statusClean:"Aucune m\xE9tadonn\xE9e \xE0 nettoyer",statusCounts:"\xC9l\xE9ments orphelins: {folders} dossiers, {tags} \xE9tiquettes, {properties} propri\xE9t\xE9s, {files} fichiers, {pinned} \xE9pingles, {separators} s\xE9parateurs"},rebuildCache:{name:"Reconstruire le cache",desc:"Utilisez ceci si des \xE9tiquettes manquent, les aper\xE7us sont incorrects ou des images manquent. Cela peut arriver apr\xE8s des conflits de synchronisation ou des fermetures inattendues.",buttonText:"Reconstruire le cache",error:"\xC9chec de la reconstruction du cache",indexingTitle:"Indexation du coffre...",progress:"Mise \xE0 jour du cache de Notebook Navigator."},externalIcons:{downloadButton:"T\xE9l\xE9charger",downloadingLabel:"T\xE9l\xE9chargement...",removeButton:"Supprimer",statusInstalled:"T\xE9l\xE9charg\xE9 (version {version})",statusNotInstalled:"Non t\xE9l\xE9charg\xE9",versionUnknown:"inconnue",downloadFailed:"\xC9chec du t\xE9l\xE9chargement de {name}. V\xE9rifiez votre connexion et r\xE9essayez.",removeFailed:"\xC9chec de la suppression de {name}.",infoNote:"Les packs d'ic\xF4nes t\xE9l\xE9charg\xE9s synchronisent l'\xE9tat d'installation entre les appareils. Les packs d'ic\xF4nes restent dans la base de donn\xE9es locale sur chaque appareil ; la synchronisation ne fait que suivre s'ils doivent \xEAtre t\xE9l\xE9charg\xE9s ou supprim\xE9s. Les packs d'ic\xF4nes sont t\xE9l\xE9charg\xE9s depuis le d\xE9p\xF4t Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Utiliser les m\xE9tadonn\xE9es du frontmatter",desc:"Utiliser le frontmatter pour le nom de note, horodatages, ic\xF4nes et couleurs"},frontmatterNameField:{name:"Champs de nom",desc:"Liste de champs frontmatter s\xE9par\xE9s par des virgules. La premi\xE8re valeur non vide est utilis\xE9e. Retombe sur le nom du fichier.",placeholder:"title, name"},frontmatterIconField:{name:"Champ d'ic\xF4ne",desc:"Champ frontmatter pour les ic\xF4nes de fichier. Laisser vide pour utiliser les ic\xF4nes enregistr\xE9es dans les param\xE8tres.",placeholder:"icon"},frontmatterColorField:{name:"Champ de couleur",desc:"Champ frontmatter pour les couleurs de fichier. Laisser vide pour utiliser les couleurs enregistr\xE9es dans les param\xE8tres.",placeholder:"color"},frontmatterBackgroundField:{name:"Champ d'arri\xE8re-plan",desc:"Champ frontmatter pour les couleurs d'arri\xE8re-plan. Laisser vide pour utiliser les couleurs d'arri\xE8re-plan enregistr\xE9es dans les param\xE8tres.",placeholder:"background"},frontmatterMigration:{name:"Migrer les ic\xF4nes et couleurs depuis les param\xE8tres",desc:"Stock\xE9 dans les param\xE8tres : {icons} ic\xF4nes, {colors} couleurs.",button:"Migrer",buttonWorking:"Migration...",noticeNone:"Aucune ic\xF4ne ou couleur de fichier stock\xE9e dans les param\xE8tres.",noticeDone:"Migr\xE9es {migratedIcons}/{icons} ic\xF4nes, {migratedColors}/{colors} couleurs.",noticeFailures:"Entr\xE9es en \xE9chec : {failures}.",noticeError:"\xC9chec de la migration. Consultez la console pour plus de d\xE9tails."},frontmatterCreatedField:{name:"Champ d'horodatage de cr\xE9ation",desc:"Nom du champ frontmatter pour l'horodatage de cr\xE9ation. Laisser vide pour utiliser uniquement la date du syst\xE8me.",placeholder:"created"},frontmatterModifiedField:{name:"Champ d'horodatage de modification",desc:"Nom du champ frontmatter pour l'horodatage de modification. Laisser vide pour utiliser uniquement la date du syst\xE8me.",placeholder:"modified"},frontmatterDateFormat:{name:"Format d'horodatage",desc:"Format utilis\xE9 pour analyser les horodatages dans le frontmatter. Laisser vide pour utiliser le parsing ISO 8601.",helpTooltip:"Format avec Moment",momentLinkText:"format Moment",help:`Formats courants : +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Soutenir le d\xE9veloppement",desc:"Si vous aimez utiliser le Navigateur de Carnets, veuillez envisager de soutenir son d\xE9veloppement continu.",buttonText:"\u2764\uFE0F Sponsoriser",coffeeButton:"\u2615\uFE0F Offrez-moi un caf\xE9"},updateCheckOnStart:{name:"V\xE9rifier les nouvelles versions au d\xE9marrage",desc:"V\xE9rifie les nouvelles versions du plugin au d\xE9marrage et affiche une notification lorsqu'une mise \xE0 jour est disponible. Les v\xE9rifications ont lieu au maximum une fois par jour.",status:"Nouvelle version disponible : {version}"},whatsNew:{name:"Nouveaut\xE9s dans Notebook Navigator {version}",desc:"Voir les mises \xE0 jour et am\xE9liorations r\xE9centes",buttonText:"Voir les mises \xE0 jour r\xE9centes"},masteringVideo:{name:"Ma\xEEtriser Notebook Navigator (vid\xE9o)",desc:"Cette vid\xE9o couvre tout ce dont vous avez besoin pour \xEAtre productif avec Notebook Navigator, y compris les raccourcis clavier, la recherche, les \xE9tiquettes et la personnalisation avanc\xE9e."},cacheStatistics:{localCache:"Cache local",items:"\xE9l\xE9ments",withTags:"avec \xE9tiquettes",withPreviewText:"avec texte de pr\xE9visualisation",withFeatureImage:"avec image de couverture",withMetadata:"avec m\xE9tadonn\xE9es"},metadataInfo:{successfullyParsed:"Analys\xE9s avec succ\xE8s",itemsWithName:"\xE9l\xE9ments avec nom",withCreatedDate:"avec date de cr\xE9ation",withModifiedDate:"avec date de modification",withIcon:"avec ic\xF4ne",withColor:"avec couleur",failedToParse:"\xC9chec de l'analyse",createdDates:"dates de cr\xE9ation",modifiedDates:"dates de modification",checkTimestampFormat:"V\xE9rifiez le format d'horodatage.",exportFailed:"Exporter les erreurs"}}},whatsNew:{title:"Nouveaut\xE9s dans Notebook Navigator",supportMessage:"Si vous trouvez Notebook Navigator utile, veuillez envisager de soutenir son d\xE9veloppement.",supportButton:"Offrir un caf\xE9",thanksButton:"Merci !"}}});var CO,IO=He(()=>{CO={common:{cancel:"Batal",delete:"Hapus",clear:"Bersihkan",remove:"Buang",restoreDefault:"Pulihkan default",submit:"Kirim",configure:"Konfigurasi",lightMode:"Mode terang",darkMode:"Mode gelap",noSelection:"Tidak ada pilihan",untagged:"Tanpa tag",featureImageAlt:"Gambar unggulan",unknownError:"Kesalahan tidak diketahui",clipboardWriteError:"Tidak dapat menulis ke clipboard",updateBannerTitle:"Pembaruan Notebook Navigator tersedia",updateBannerInstruction:"Perbarui di Pengaturan -> Plugin komunitas",previous:"Sebelumnya",next:"Berikutnya"},listPane:{emptyStateNoSelection:"Pilih folder atau tag untuk melihat catatan",emptyStateNoNotes:"Tidak ada catatan",pinnedSection:"Disematkan",notesSection:"Catatan",filesSection:"File",hiddenItemAriaLabel:"{name} (tersembunyi)"},tagList:{untaggedLabel:"Tanpa tag",tags:"Tag"},navigationPane:{shortcutsHeader:"Pintasan",recentFilesHeader:"File terbaru",properties:"Properti",reorderRootFoldersTitle:"Atur ulang navigasi",reorderRootFoldersHint:"Gunakan panah atau seret untuk mengatur ulang",vaultRootLabel:"Vault",resetRootToAlpha:"Atur ulang ke urutan abjad",resetRootToFrequency:"Atur ulang ke urutan frekuensi",pinShortcuts:"Sematkan pintasan",pinShortcutsAndRecentFiles:"Sematkan pintasan dan file terbaru",unpinShortcuts:"Lepas sematan pintasan",unpinShortcutsAndRecentFiles:"Lepas sematan pintasan dan file terbaru",profileMenuAria:"Ubah profil vault"},navigationCalendar:{ariaLabel:"Kalender",dailyNotesNotEnabled:"Plugin catatan harian tidak diaktifkan.",createDailyNote:{title:"Catatan harian baru",message:"File {filename} tidak ada. Apakah Anda ingin membuatnya?",confirmButton:"Buat"},helpModal:{title:"Pintasan kalender",items:["Klik hari mana pun untuk membuka atau membuat catatan harian. Minggu, bulan, kuartal, dan tahun berfungsi dengan cara yang sama.","Titik terisi di bawah hari berarti memiliki catatan. Titik kosong berarti memiliki tugas yang belum selesai.","Jika catatan memiliki gambar fitur, gambar tersebut muncul sebagai latar belakang hari."],dateFilterCmdCtrl:"`Cmd/Ctrl`+klik pada tanggal untuk memfilter berdasarkan tanggal tersebut di daftar file.",dateFilterOptionAlt:"`Option/Alt`+klik pada tanggal untuk memfilter berdasarkan tanggal tersebut di daftar file."}},dailyNotes:{templateReadFailed:"Gagal membaca template catatan harian.",createFailed:"Tidak dapat membuat catatan harian."},shortcuts:{folderExists:"Folder sudah ada di pintasan",noteExists:"Catatan sudah ada di pintasan",tagExists:"Tag sudah ada di pintasan",propertyExists:"Properti sudah ada di pintasan",invalidProperty:"Pintasan properti tidak valid",searchExists:"Pintasan pencarian sudah ada",emptySearchQuery:"Masukkan kueri pencarian sebelum menyimpan",emptySearchName:"Masukkan nama sebelum menyimpan pencarian",add:"Tambahkan ke pintasan",addNotesCount:"Tambahkan {count} catatan ke pintasan",addFilesCount:"Tambahkan {count} file ke pintasan",rename:"Ubah nama pintasan",remove:"Hapus dari pintasan",removeAll:"Hapus semua pintasan",removeAllConfirm:"Hapus semua pintasan?",folderNotesPinned:"Menyematkan {count} catatan folder"},paneHeader:{collapseAllFolders:"Ciutkan item",expandAllFolders:"Luaskan semua item",showCalendar:"Tampilkan kalender",hideCalendar:"Sembunyikan kalender",newFolder:"Folder baru",newNote:"Catatan baru",mobileBackToNavigation:"Kembali ke navigasi",changeSortOrder:"Ubah urutan",defaultSort:"Default",descendants:"turunan",subfolders:"subfolder",subtags:"subtag",childValues:"nilai anak",applySortToDescendants:t=>`Terapkan urutan ke ${t}`,applyAppearanceToDescendants:t=>`Terapkan tampilan ke ${t}`,showFolders:"Tampilkan navigasi",reorderRootFolders:"Atur ulang navigasi",finishRootFolderReorder:"Selesai",showExcludedItems:"Tampilkan folder, tag, dan catatan tersembunyi",hideExcludedItems:"Sembunyikan folder, tag, dan catatan tersembunyi",showDualPane:"Tampilkan panel ganda",showSinglePane:"Tampilkan panel tunggal",changeAppearance:"Ubah tampilan",showNotesFromSubfolders:"Tampilkan catatan dari subfolder",showFilesFromSubfolders:"Tampilkan file dari subfolder",showNotesFromDescendants:"Tampilkan catatan dari turunan",showFilesFromDescendants:"Tampilkan file dari turunan",search:"Cari"},searchInput:{placeholder:"Cari...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Bersihkan pencarian",switchToFilterSearch:"Beralih ke pencarian filter",switchToOmnisearch:"Beralih ke Omnisearch",saveSearchShortcut:"Simpan pintasan pencarian",removeSearchShortcut:"Hapus pintasan pencarian",shortcutModalTitle:"Simpan pintasan pencarian",shortcutNamePlaceholder:"Masukkan nama pintasan",shortcutStartIn:"Selalu mulai di: {path}",searchHelp:"Sintaks pencarian",searchHelpTitle:"Sintaks pencarian",searchHelpModal:{intro:"Gabungkan nama file, properti, tag, tanggal, dan filter dalam satu kueri (contoh: `meeting .status=active #work @thisweek`). Instal plugin Omnisearch untuk menggunakan pencarian teks lengkap.",introSwitching:"Beralih antara pencarian filter dan Omnisearch menggunakan tombol panah atas/bawah atau dengan mengklik ikon pencarian.",sections:{fileNames:{title:"Nama file",items:['`word` Temukan catatan dengan "word" di nama file.',"`word1 word2` Setiap kata harus cocok dengan nama file.",'`-word` Kecualikan catatan dengan "word" di nama file.']},tags:{title:"Tag",items:["`#tag` Sertakan catatan dengan tag (juga cocok dengan tag bersarang seperti `#tag/subtag`).","`#` Sertakan hanya catatan dengan tag.","`-#tag` Kecualikan catatan dengan tag.","`-#` Sertakan hanya catatan tanpa tag.","`#tag1 #tag2` Cocokkan kedua tag (AND implisit).","`#tag1 AND #tag2` Cocokkan kedua tag (AND eksplisit).","`#tag1 OR #tag2` Cocokkan salah satu tag.","`#a OR #b AND #c` AND memiliki prioritas lebih tinggi: cocok dengan `#a`, atau keduanya `#b` dan `#c`.","Cmd/Ctrl+Klik tag untuk menambahkan dengan AND. Cmd/Ctrl+Shift+Klik untuk menambahkan dengan OR."]},properties:{title:"Properti",items:["`.key` Sertakan catatan dengan kunci properti.","`.key=value` Sertakan catatan dengan nilai properti.",'`."Reading Status"` Sertakan catatan dengan kunci properti yang mengandung spasi.','`."Reading Status"="In Progress"` Kunci dan nilai yang mengandung spasi harus diapit tanda kutip ganda.',"`-.key` Kecualikan catatan dengan kunci properti.","`-.key=value` Kecualikan catatan dengan nilai properti.","Cmd/Ctrl+Klik properti untuk menambahkan dengan AND. Cmd/Ctrl+Shift+Klik untuk menambahkan dengan OR."]},tasks:{title:"Filter",items:["`has:task` Sertakan catatan dengan tugas yang belum selesai.","`-has:task` Kecualikan catatan dengan tugas yang belum selesai.","`folder:meetings` Sertakan catatan di mana nama folder mengandung `meetings`.","`folder:/work/meetings` Sertakan catatan hanya di `work/meetings` (tidak termasuk subfolder).","`folder:/` Sertakan catatan hanya di root vault.","`-folder:archive` Kecualikan catatan di mana nama folder mengandung `archive`.","`-folder:/archive` Kecualikan catatan hanya di `archive` (tidak termasuk subfolder).","`ext:md` Sertakan catatan dengan ekstensi `md` (`ext:.md` juga didukung).","`-ext:pdf` Kecualikan catatan dengan ekstensi `pdf`.","Gabungkan dengan tag, nama, dan tanggal (contoh: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"Perilaku AND/OR",items:["`AND` dan `OR` adalah operator hanya dalam kueri yang khusus berisi tag dan properti.","Kueri khusus tag dan properti hanya berisi filter tag dan properti: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Jika kueri menyertakan nama, tanggal (`@...`), filter tugas (`has:task`), filter folder (`folder:...`), atau filter ekstensi (`ext:...`), `AND` dan `OR` dicocokkan sebagai kata.","Contoh kueri operator: `#work OR .status=started`.","Contoh kueri campuran: `#work OR ext:md` (`OR` dicocokkan dalam nama file)."]},dates:{title:"Tanggal",items:["`@today` Temukan catatan hari ini menggunakan field tanggal default.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Rentang tanggal relatif.","`@2026-02-07` Temukan hari tertentu (juga mendukung `@20260207`).","`@2026` Temukan tahun kalender.","`@2026-02` atau `@202602` Temukan bulan kalender.","`@2026-W05` atau `@2026W05` Temukan minggu ISO.","`@2026-Q2` atau `@2026Q2` Temukan kuartal kalender.","`@13/02/2026` Format numerik dengan pemisah (`@07022026` mengikuti lokal Anda saat ambigu).","`@2026-02-01..2026-02-07` Temukan rentang hari inklusif (ujung terbuka didukung).","`@c:...` atau `@m:...` Targetkan tanggal pembuatan atau modifikasi.","`-@...` Kecualikan kecocokan tanggal."]},omnisearch:{title:"Omnisearch",items:["Pencarian teks lengkap di seluruh vault, difilter berdasarkan folder saat ini atau tag yang dipilih.","Bisa lambat dengan kurang dari 3 karakter di vault besar.","Tidak dapat mencari jalur dengan karakter non-ASCII atau mencari subjalur dengan benar.","Mengembalikan hasil terbatas sebelum filter folder, sehingga file yang relevan mungkin tidak muncul jika banyak kecocokan ada di tempat lain.","Pratinjau catatan menampilkan kutipan Omnisearch alih-alih teks pratinjau default."]}}}},contextMenu:{file:{openInNewTab:"Buka di tab baru",openToRight:"Buka di sebelah kanan",openInNewWindow:"Buka di jendela baru",openMultipleInNewTabs:"Buka {count} catatan di tab baru",openMultipleFilesInNewTabs:"Buka {count} file di tab baru",openMultipleToRight:"Buka {count} catatan di sebelah kanan",openMultipleFilesToRight:"Buka {count} file di sebelah kanan",openMultipleInNewWindows:"Buka {count} catatan di jendela baru",openMultipleFilesInNewWindows:"Buka {count} file di jendela baru",pinNote:"Sematkan catatan",pinFile:"Sematkan file",unpinNote:"Lepas sematan catatan",unpinFile:"Lepas sematan file",pinMultipleNotes:"Sematkan {count} catatan",pinMultipleFiles:"Sematkan {count} file",unpinMultipleNotes:"Lepas sematan {count} catatan",unpinMultipleFiles:"Lepas sematan {count} file",duplicateNote:"Duplikat catatan",duplicateFile:"Duplikat file",duplicateMultipleNotes:"Duplikat {count} catatan",duplicateMultipleFiles:"Duplikat {count} file",openVersionHistory:"Buka riwayat versi",revealInFolder:"Tampilkan di folder",revealInFinder:"Tampilkan di Finder",showInExplorer:"Tampilkan di explorer sistem",openInDefaultApp:"Buka di aplikasi bawaan",renameNote:"Ubah nama catatan",renameFile:"Ubah nama file",deleteNote:"Hapus catatan",deleteFile:"Hapus file",setCalendarHighlight:"Atur sorotan",removeCalendarHighlight:"Hapus sorotan",deleteMultipleNotes:"Hapus {count} catatan",deleteMultipleFiles:"Hapus {count} file",moveNoteToFolder:"Pindahkan catatan ke...",moveFileToFolder:"Pindahkan file ke...",moveMultipleNotesToFolder:"Pindahkan {count} catatan ke...",moveMultipleFilesToFolder:"Pindahkan {count} file ke...",addTag:"Tambah tag",addPropertyKey:"Atur properti",removeTag:"Hapus tag",removeAllTags:"Hapus semua tag",changeIcon:"Ubah ikon",changeColor:"Ubah warna"},folder:{newNote:"Catatan baru",newNoteFromTemplate:"Catatan baru dari template",newFolder:"Folder baru",newCanvas:"Canvas baru",newBase:"Base baru",newDrawing:"Gambar baru",newExcalidrawDrawing:"Gambar Excalidraw baru",newTldrawDrawing:"Gambar Tldraw baru",duplicateFolder:"Duplikat folder",searchInFolder:"Cari di folder",createFolderNote:"Buat catatan folder",detachFolderNote:"Lepaskan catatan folder",deleteFolderNote:"Hapus catatan folder",changeIcon:"Ubah ikon",changeColor:"Ubah warna",changeBackground:"Ubah latar belakang",excludeFolder:"Sembunyikan folder",unhideFolder:"Tampilkan folder",moveFolder:"Pindahkan folder ke...",renameFolder:"Ubah nama folder",deleteFolder:"Hapus folder"},tag:{changeIcon:"Ubah ikon",changeColor:"Ubah warna",changeBackground:"Ubah latar belakang",showTag:"Tampilkan tag",hideTag:"Sembunyikan tag"},property:{addKey:"Konfigurasi kunci properti",renameKey:"Ubah nama properti",deleteKey:"Hapus properti"},navigation:{addSeparator:"Tambah pemisah",removeSeparator:"Hapus pemisah"},copyPath:{title:"Salin path",asObsidianUrl:"sebagai URL Obsidian",fromVaultFolder:"dari folder vault",fromSystemRoot:"dari root sistem"},style:{title:"Gaya",copy:"Salin gaya",paste:"Tempel gaya",removeIcon:"Hapus ikon",removeColor:"Hapus warna",removeBackground:"Hapus latar belakang",clear:"Bersihkan gaya"}},folderAppearance:{standardPreset:"Standar",compactPreset:"Kompak",defaultSuffix:"(default)",defaultLabel:"Bawaan",titleRows:"Baris judul",previewRows:"Baris pratinjau",groupBy:"Kelompokkan berdasarkan",defaultTitleOption:t=>`Baris judul default (${t})`,defaultPreviewOption:t=>`Baris pratinjau default (${t})`,defaultGroupOption:t=>`Pengelompokan default (${t})`,titleRowOption:t=>`${t} baris judul`,previewRowOption:t=>`${t} baris pratinjau`},modals:{bulkApply:{applyButton:"Terapkan",applySortTitle:t=>`Terapkan urutan ke ${t}?`,applyAppearanceTitle:t=>`Terapkan tampilan ke ${t}?`,affectedCountMessage:t=>`Penimpaan yang ada dan akan berubah: ${t}.`},navRainbowSection:{title:t=>`Warna pelangi: ${t}`},iconPicker:{searchPlaceholder:"Cari ikon...",recentlyUsedHeader:"Baru digunakan",emptyStateSearch:"Mulai mengetik untuk mencari ikon",emptyStateNoResults:"Ikon tidak ditemukan",showingResultsInfo:"Menampilkan 50 dari {count} hasil. Ketik lebih lanjut untuk mempersempit.",emojiInstructions:"Ketik atau tempel emoji untuk menggunakannya sebagai ikon",removeIcon:"Hapus ikon",removeFromRecents:"Hapus dari ikon terbaru",allTabLabel:"Semua"},fileIconRuleEditor:{addRuleAria:"Tambah aturan"},interfaceIcons:{title:"Ikon antarmuka",fileItemsSection:"Item file",items:{"nav-shortcuts":"Pintasan","nav-recent-files":"File terbaru","nav-expand-all":"Perluas semua","nav-collapse-all":"Tutup semua","nav-calendar":"Kalender","nav-tree-expand":"Panah pohon: perluas","nav-tree-collapse":"Panah pohon: tutup","nav-hidden-items":"Item tersembunyi","nav-root-reorder":"Atur ulang folder akar","nav-new-folder":"Folder baru","nav-show-single-pane":"Tampilkan panel tunggal","nav-show-dual-pane":"Tampilkan panel ganda","nav-profile-chevron":"Panah menu profil","list-search":"Cari","list-descendants":"Catatan dari subfolder","list-sort-ascending":"Urutan: menaik","list-sort-descending":"Urutan: menurun","list-appearance":"Ubah tampilan","list-new-note":"Catatan baru","nav-folder-open":"Folder terbuka","nav-folder-closed":"Folder tertutup","nav-tags":"Tag","nav-tag":"Tag","nav-properties":"Properti","nav-property":"Properti","nav-property-value":"Nilai","list-pinned":"Item tersemat","file-unfinished-task":"Tugas belum selesai","file-word-count":"Jumlah kata"}},colorPicker:{currentColor:"Saat ini",newColor:"Baru",paletteDefault:"Bawaan",paletteCustom:"Kustom",copyColors:"Salin warna",colorsCopied:"Warna disalin ke clipboard",pasteColors:"Tempel warna",pasteClipboardError:"Tidak dapat membaca clipboard",pasteInvalidFormat:"Diharapkan nilai warna hex",colorsPasted:"Warna berhasil ditempel",resetUserColors:"Bersihkan warna kustom",clearCustomColorsConfirm:"Bersihkan semua warna kustom?",userColorSlot:"Warna {slot}",recentColors:"Warna terbaru",clearRecentColors:"Bersihkan warna terbaru",removeRecentColor:"Hapus warna",apply:"Terapkan",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Pilih profil vault",currentBadge:"Aktif",emptyState:"Tidak ada profil vault tersedia."},tagOperation:{renameTitle:"Ubah nama tag {tag}",deleteTitle:"Hapus tag {tag}",newTagPrompt:"Nama tag baru",newTagPlaceholder:"Masukkan nama tag baru",renameWarning:"Mengubah nama tag {oldTag} akan memodifikasi {count} {files}.",deleteWarning:"Menghapus tag {tag} akan memodifikasi {count} {files}.",modificationWarning:"Ini akan memperbarui tanggal modifikasi file.",affectedFiles:"File yang terpengaruh:",andMore:"...dan {count} lagi",confirmRename:"Ubah nama tag",renameUnchanged:"{tag} tidak berubah",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Diganti nama {renamed}/{total}. Tidak diperbarui: {notUpdated}. Metadata dan pintasan tidak diperbarui.",invalidTagName:"Masukkan nama tag yang valid.",descendantRenameError:"Tidak dapat memindahkan tag ke dirinya sendiri atau turunannya.",confirmDelete:"Hapus tag",deleteBatchNotFinalized:"Dihapus dari {removed}/{total}. Tidak diperbarui: {notUpdated}. Metadata dan pintasan tidak diperbarui.",checkConsoleForDetails:"Periksa konsol untuk detail.",file:"file",files:"file",inlineParsingWarning:{title:"Kompatibilitas tag inline",message:"{tag} mengandung karakter yang tidak dapat diurai Obsidian dalam tag inline. Tag Frontmatter tidak terpengaruh.",confirm:"Tetap gunakan"}},propertyOperation:{renameTitle:"Ubah nama properti {property}",deleteTitle:"Hapus properti {property}",newKeyPrompt:"Nama properti baru",newKeyPlaceholder:"Masukkan nama properti baru",renameWarning:"Mengubah nama properti {property} akan memodifikasi {count} {files}.",renameConflictWarning:"Properti {newKey} sudah ada di {count} {files}. Mengubah nama {oldKey} akan menggantikan nilai {newKey} yang ada.",deleteWarning:"Menghapus properti {property} akan memodifikasi {count} {files}.",confirmRename:"Ubah nama properti",confirmDelete:"Hapus properti",renameNoChanges:"{oldKey} \u2192 {newKey} (tidak ada perubahan)",renameSettingsUpdateFailed:"Properti {oldKey} \u2192 {newKey} diubah namanya. Gagal memperbarui pengaturan.",deleteSingleSuccess:"Properti {property} dihapus dari 1 catatan",deleteMultipleSuccess:"Properti {property} dihapus dari {count} catatan",deleteSettingsUpdateFailed:"Properti {property} dihapus. Gagal memperbarui pengaturan.",invalidKeyName:"Masukkan nama properti yang valid."},fileSystem:{newFolderTitle:"Folder baru",renameFolderTitle:"Ubah nama folder",renameFileTitle:"Ubah nama file",deleteFolderTitle:"Hapus '{name}'?",deleteFileTitle:"Hapus '{name}'?",deleteFileAttachmentsTitle:"Hapus lampiran file?",moveFileConflictTitle:"Konflik pemindahan",folderNamePrompt:"Masukkan nama folder:",hideInOtherVaultProfiles:"Sembunyikan di profil vault lain",renamePrompt:"Masukkan nama baru:",renameVaultTitle:"Ubah nama tampilan vault",renameVaultPrompt:"Masukkan nama tampilan kustom (kosongkan untuk menggunakan default):",deleteFolderConfirm:"Anda yakin ingin menghapus folder ini dan semua isinya?",deleteFileConfirm:"Anda yakin ingin menghapus file ini?",deleteFileAttachmentsDescriptionSingle:"Lampiran ini tidak lagi digunakan di catatan manapun. Apakah Anda ingin menghapusnya?",deleteFileAttachmentsDescriptionMultiple:"Lampiran-lampiran ini tidak lagi digunakan di catatan manapun. Apakah Anda ingin menghapusnya?",deleteFileAttachmentsViewFileTreeAriaLabel:"Pohon file",deleteFileAttachmentsViewGalleryAriaLabel:"Galeri",moveFileConflictDescriptionSingle:'Konflik file ditemukan di "{folder}".',moveFileConflictDescriptionMultiple:'{count} konflik file ditemukan di "{folder}".',moveFileConflictAffectedFiles:"File yang terpengaruh",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(ganti nama saja)",moveFileConflictRename:"Ganti nama",moveFileConflictOverwrite:"Timpa",removeAllTagsTitle:"Hapus semua tag",removeAllTagsFromNote:"Anda yakin ingin menghapus semua tag dari catatan ini?",removeAllTagsFromNotes:"Anda yakin ingin menghapus semua tag dari {count} catatan?"},folderNoteType:{title:"Pilih jenis catatan folder",folderLabel:"Folder: {name}"},folderSuggest:{placeholder:t=>`Pindahkan ${t} ke folder...`,multipleFilesLabel:t=>`${t} file`,navigatePlaceholder:"Navigasi ke folder...",instructions:{navigate:"untuk navigasi",move:"untuk memindahkan",select:"untuk memilih",dismiss:"untuk menutup"}},homepage:{placeholder:"Cari file...",instructions:{navigate:"untuk navigasi",select:"untuk mengatur beranda",dismiss:"untuk menutup"}},calendarTemplate:{placeholder:"Cari template...",instructions:{navigate:"untuk navigasi",select:"untuk memilih template",dismiss:"untuk menutup"}},navigationBanner:{placeholder:"Cari gambar...",instructions:{navigate:"untuk navigasi",select:"untuk mengatur banner",dismiss:"untuk menutup"}},tagSuggest:{navigatePlaceholder:"Navigasi ke tag...",addPlaceholder:"Cari tag untuk ditambahkan...",removePlaceholder:"Pilih tag untuk dihapus...",createNewTag:"Buat tag baru: #{tag}",instructions:{navigate:"untuk navigasi",select:"untuk memilih",dismiss:"untuk menutup",add:"untuk menambah tag",remove:"untuk menghapus tag"}},propertySuggest:{placeholder:"Pilih kunci properti...",navigatePlaceholder:"Navigasi ke properti...",instructions:{navigate:"untuk navigasi",select:"untuk menambah properti",dismiss:"untuk menutup"}},propertyKeyVisibility:{title:"Visibilitas kunci properti",description:"Kontrol tempat nilai properti ditampilkan. Kolom-kolom sesuai dengan panel navigasi, panel daftar, dan menu konteks file. Gunakan baris bawah untuk mengalihkan semua baris dalam kolom.",searchPlaceholder:"Cari kunci properti...",propertyColumnLabel:"Properti",showInNavigation:"Tampilkan di navigasi",showInList:"Tampilkan di daftar",showInFileMenu:"Tampilkan di menu file",toggleAllInNavigation:"Alihkan semua di navigasi",toggleAllInList:"Alihkan semua di daftar",toggleAllInFileMenu:"Alihkan semua di menu file",applyButton:"Terapkan",emptyState:"Tidak ditemukan kunci properti."},welcome:{title:"Selamat datang di {pluginName}",introText:'Halo! Sebelum memulai, saya sangat menyarankan Anda menonton lima menit pertama video di bawah ini untuk memahami cara kerja panel dan tombol "Tampilkan catatan dari subfolder".',continueText:"Jika Anda memiliki waktu lima menit lagi, lanjutkan menonton video untuk memahami mode tampilan ringkas dan cara mengatur pintasan dan tombol pintasan penting dengan benar.",thanksText:"Terima kasih banyak telah mengunduh, selamat menggunakan!",videoAlt:"Menginstal dan menguasai Notebook Navigator",openVideoButton:"Putar video",closeButton:"Mungkin nanti"}},fileSystem:{errors:{createFolder:"Gagal membuat folder: {error}",createFile:"Gagal membuat file: {error}",renameFolder:"Gagal mengubah nama folder: {error}",renameFolderNoteConflict:'Tidak dapat mengubah nama: "{name}" sudah ada di folder ini',renameFile:"Gagal mengubah nama file: {error}",deleteFolder:"Gagal menghapus folder: {error}",deleteFile:"Gagal menghapus file: {error}",deleteAttachments:"Gagal menghapus lampiran: {error}",duplicateNote:"Gagal menduplikat catatan: {error}",duplicateFolder:"Gagal menduplikat folder: {error}",openVersionHistory:"Gagal membuka riwayat versi: {error}",versionHistoryNotFound:"Perintah riwayat versi tidak ditemukan. Pastikan Obsidian Sync diaktifkan.",revealInExplorer:"Gagal menampilkan file di explorer sistem: {error}",openInDefaultApp:"Gagal membuka di aplikasi bawaan: {error}",openInDefaultAppNotAvailable:"Buka di aplikasi bawaan tidak tersedia di platform ini",folderNoteAlreadyExists:"Catatan folder sudah ada",folderAlreadyExists:'Folder "{name}" sudah ada',folderNotesDisabled:"Aktifkan catatan folder di pengaturan untuk mengkonversi file",folderNoteAlreadyLinked:"File ini sudah berfungsi sebagai catatan folder",folderNoteNotFound:"Tidak ada catatan folder di folder yang dipilih",folderNoteUnsupportedExtension:"Ekstensi file tidak didukung: {extension}",folderNoteMoveFailed:"Gagal memindahkan file saat konversi: {error}",folderNoteRenameConflict:'File bernama "{name}" sudah ada di folder',folderNoteConversionFailed:"Gagal mengkonversi file ke catatan folder",folderNoteConversionFailedWithReason:"Gagal mengkonversi file ke catatan folder: {error}",folderNoteOpenFailed:"File dikonversi tetapi gagal membuka catatan folder: {error}",failedToDeleteFile:"Gagal menghapus {name}: {error}",failedToDeleteMultipleFiles:"Gagal menghapus {count} file",versionHistoryNotAvailable:"Layanan riwayat versi tidak tersedia",drawingAlreadyExists:"Gambar dengan nama ini sudah ada",failedToCreateDrawing:"Gagal membuat gambar",noFolderSelected:"Tidak ada folder yang dipilih di Notebook Navigator",noFileSelected:"Tidak ada file yang dipilih"},warnings:{linkBreakingNameCharacters:"Nama ini berisi karakter yang merusak tautan Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Nama tidak boleh diawali dengan titik atau berisi : atau /.",forbiddenNameCharactersWindows:'Karakter yang dipesan di Windows tidak diizinkan: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Folder disembunyikan: {name}",showFolder:"Folder ditampilkan: {name}"},notifications:{deletedMultipleFiles:"Menghapus {count} file",movedMultipleFiles:"Memindahkan {count} file ke {folder}",folderNoteConversionSuccess:'Mengkonversi file ke catatan folder di "{name}"',folderMoved:'Memindahkan folder "{name}"',deepLinkCopied:"URL Obsidian disalin ke clipboard",pathCopied:"Path disalin ke clipboard",relativePathCopied:"Path relatif disalin ke clipboard",tagAddedToNote:"Menambahkan tag ke 1 catatan",tagAddedToNotes:"Menambahkan tag ke {count} catatan",tagRemovedFromNote:"Menghapus tag dari 1 catatan",tagRemovedFromNotes:"Menghapus tag dari {count} catatan",tagsClearedFromNote:"Menghapus semua tag dari 1 catatan",tagsClearedFromNotes:"Menghapus semua tag dari {count} catatan",noTagsToRemove:"Tidak ada tag untuk dihapus",noFilesSelected:"Tidak ada file yang dipilih",tagOperationsNotAvailable:"Operasi tag tidak tersedia",propertyOperationsNotAvailable:"Operasi properti tidak tersedia",tagsRequireMarkdown:"Tag hanya didukung pada catatan Markdown",propertiesRequireMarkdown:"Properti hanya didukung pada catatan Markdown",propertySetOnNote:"Properti diperbarui pada 1 catatan",propertySetOnNotes:"Properti diperbarui pada {count} catatan",iconPackDownloaded:"{provider} diunduh",iconPackUpdated:"{provider} diperbarui ({version})",iconPackRemoved:"{provider} dihapus",iconPackLoadFailed:"Gagal memuat {provider}",hiddenFileReveal:'File tersembunyi. Aktifkan "Tampilkan item tersembunyi" untuk menampilkannya'},confirmations:{deleteMultipleFiles:"Anda yakin ingin menghapus {count} file?",deleteConfirmation:"Tindakan ini tidak dapat dibatalkan."},defaultNames:{untitled:"Tanpa judul"}},dragDrop:{errors:{cannotMoveIntoSelf:"Tidak dapat memindahkan folder ke dirinya sendiri atau subfolder.",itemAlreadyExists:'Item bernama "{name}" sudah ada di lokasi ini.',failedToMove:"Gagal memindahkan: {error}",failedToAddTag:'Gagal menambahkan tag "{tag}"',failedToSetProperty:"Gagal memperbarui properti: {error}",failedToClearTags:"Gagal menghapus tag",failedToMoveFolder:'Gagal memindahkan folder "{name}"',failedToImportFiles:"Gagal mengimpor: {names}"},notifications:{filesAlreadyExist:"{count} file sudah ada di tujuan",filesAlreadyHaveTag:"{count} file sudah memiliki tag ini atau yang lebih spesifik",filesAlreadyHaveProperty:"{count} file sudah memiliki properti ini",noTagsToClear:"Tidak ada tag untuk dihapus",fileImported:"Mengimpor 1 file",filesImported:"Mengimpor {count} file"}},dateGroups:{today:"Hari ini",yesterday:"Kemarin",previous7Days:"7 hari terakhir",previous30Days:"30 hari terakhir"},commands:{open:"Buka",toggleLeftSidebar:"Alihkan bilah sisi kiri",openHomepage:"Buka beranda",openDailyNote:"Buka catatan harian",openWeeklyNote:"Buka catatan mingguan",openMonthlyNote:"Buka catatan bulanan",openQuarterlyNote:"Buka catatan triwulanan",openYearlyNote:"Buka catatan tahunan",revealFile:"Tampilkan file",search:"Cari",searchVaultRoot:"Cari di root vault",toggleDualPane:"Alihkan tata letak panel ganda",toggleDualPaneOrientation:"Alihkan orientasi panel ganda",toggleCalendar:"Alihkan kalender",selectVaultProfile:"Pilih profil vault",selectVaultProfile1:"Pilih profil vault 1",selectVaultProfile2:"Pilih profil vault 2",selectVaultProfile3:"Pilih profil vault 3",deleteFile:"Hapus file",createNewNote:"Buat catatan baru",createNewNoteFromTemplate:"Catatan baru dari template",moveFiles:"Pindahkan file",selectNextFile:"Pilih file berikutnya",selectPreviousFile:"Pilih file sebelumnya",navigateBack:"Navigasi mundur",navigateForward:"Navigasi maju",convertToFolderNote:"Konversi ke catatan folder",setAsFolderNote:"Atur sebagai catatan folder",detachFolderNote:"Lepaskan catatan folder",pinAllFolderNotes:"Sematkan semua catatan folder",navigateToFolder:"Navigasi ke folder",navigateToTag:"Navigasi ke tag",navigateToProperty:"Navigasi ke properti",addShortcut:"Tambahkan ke pintasan",openShortcut:"Buka pintasan {number}",toggleDescendants:"Alihkan turunan",toggleHidden:"Alihkan folder, tag, dan catatan tersembunyi",toggleTagSort:"Alihkan urutan tag",toggleCompactMode:"Alihkan mode kompak",collapseExpand:"Ciutkan / luaskan semua item",addTag:"Tambah tag ke file yang dipilih",setProperty:"Atur properti pada file yang dipilih",removeTag:"Hapus tag dari file yang dipilih",removeAllTags:"Hapus semua tag dari file yang dipilih",openAllFiles:"Buka semua file",rebuildCache:"Bangun ulang cache"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Kalender",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Tampilkan di Notebook Navigator"},tooltips:{lastModifiedAt:"Terakhir dimodifikasi pada",createdAt:"Dibuat pada",file:"file",files:"file",folder:"folder",folders:"folder"},settings:{metadataReport:{exportSuccess:"Laporan metadata yang gagal diekspor ke: {filename}",exportFailed:"Gagal mengekspor laporan metadata"},sections:{general:"Umum",navigationPane:"Navigasi",calendar:"Kalender",files:"File",icons:"Paket ikon",folders:"Folder",folderNotes:"Catatan folder",foldersAndTags:"Folder",tagsAndProperties:"Tag & properti",tags:"Tag",listPane:"Daftar",notes:"Catatan",advanced:"Lanjutan"},groups:{general:{vaultProfiles:"Profil vault",filtering:"Penyaringan",templates:"Templat",behavior:"Perilaku",keyboardNavigation:"Navigasi keyboard",mouseButtons:"Tombol mouse",view:"Tampilan",icons:"Ikon",desktopAppearance:"Tampilan desktop",mobileAppearance:"Tampilan seluler",formatting:"Pemformatan"},navigation:{appearance:"Tampilan",rainbowColors:"Warna pelangi",leftSidebar:"Bilah sisi kiri",calendarIntegration:"Integrasi kalender"},list:{display:"Tampilan",pinnedNotes:"Catatan yang disematkan"},notes:{frontmatter:"Frontmatter",tasks:"Tugas",icon:"Ikon",title:"Judul",previewText:"Teks pratinjau",featureImage:"Gambar fitur",tags:"Tag",properties:"Properti",date:"Tanggal",parentFolder:"Folder induk"}},syncMode:{notSynced:"(tidak disinkronkan)",disabled:"(dinonaktifkan)",switchToSynced:"Aktifkan sinkronisasi",switchToLocal:"Nonaktifkan sinkronisasi"},items:{listPaneTitle:{name:"Judul panel daftar",desc:"Pilih di mana judul panel daftar ditampilkan.",options:{header:"Tampilkan di header",list:"Tampilkan di panel daftar",hidden:"Jangan tampilkan"}},sortNotesBy:{name:"Urutkan catatan berdasarkan",desc:"Pilih cara catatan diurutkan dalam daftar catatan.",options:{"modified-desc":"Tanggal diedit (terbaru di atas)","modified-asc":"Tanggal diedit (terlama di atas)","created-desc":"Tanggal dibuat (terbaru di atas)","created-asc":"Tanggal dibuat (terlama di atas)","title-asc":"Judul (A di atas)","title-desc":"Judul (Z di atas)","filename-asc":"Nama file (A di atas)","filename-desc":"Nama file (Z di atas)","property-asc":"Properti (A di atas)","property-desc":"Properti (Z di atas)"},propertyOverride:{asc:"Properti \u2018{property}\u2019 (A di atas)",desc:"Properti \u2018{property}\u2019 (Z di atas)"}},propertySortKey:{name:"Properti pengurutan",desc:"Digunakan dengan pengurutan Properti. Catatan dengan properti frontmatter ini ditampilkan lebih dulu dan diurutkan berdasarkan nilai properti. Array digabungkan menjadi satu nilai.",placeholder:"order"},propertySortSecondary:{name:"Urutan sekunder",desc:"Digunakan dengan urutan Properti ketika catatan memiliki nilai properti yang sama atau tidak memiliki nilai properti.",options:{title:"Judul",filename:"Nama file",created:"Tanggal dibuat",modified:"Tanggal diedit"}},revealFileOnListChanges:{name:"Gulir ke file yang dipilih saat perubahan daftar",desc:"Gulir ke file yang dipilih saat menyematkan catatan, menampilkan catatan turunan, mengubah tampilan folder, atau menjalankan operasi file."},includeDescendantNotes:{name:"Tampilkan catatan dari subfolder / turunan",desc:"Sertakan catatan dari subfolder bersarang dan turunan tag saat melihat folder atau tag."},limitPinnedToCurrentFolder:{name:"Sematkan catatan hanya di foldernya",desc:"Catatan yang disematkan hanya tampil disematkan di folder miliknya sendiri. Berguna untuk catatan folder atau jika Anda memiliki banyak catatan yang disematkan. Tidak memengaruhi tampilan tag atau properti."},separateNoteCounts:{name:"Tampilkan jumlah saat ini dan turunan secara terpisah",desc:'Tampilkan jumlah catatan sebagai format "saat ini \u25BE turunan" di folder dan tag.'},groupNotes:{name:"Kelompokkan catatan",desc:"Tampilkan header antara catatan yang dikelompokkan berdasarkan tanggal atau folder. Tampilan tag menggunakan grup tanggal saat pengelompokan folder diaktifkan.",options:{none:"Jangan kelompokkan",date:"Kelompokkan berdasarkan tanggal",folder:"Kelompokkan berdasarkan folder"}},showSelectedNavigationPills:{name:"Selalu tampilkan semua pil tag dan properti",desc:'Saat dinonaktifkan, pil yang cocok dengan pilihan navigasi saat ini disembunyikan (misalnya, pil tag "resep" disembunyikan saat menelusuri tag "resep"). Aktifkan untuk menampilkan semua pil.'},showPinnedGroupHeader:{name:"Tampilkan header grup yang disematkan",desc:"Tampilkan header bagian yang disematkan di atas catatan yang disematkan."},showPinnedIcon:{name:"Tampilkan ikon yang disematkan",desc:"Tampilkan ikon di sebelah header bagian yang disematkan."},defaultListMode:{name:"Mode daftar default",desc:"Pilih tata letak daftar default. Standar menampilkan judul, tanggal, deskripsi, dan teks pratinjau. Kompak menampilkan judul saja. Ganti tampilan per folder.",options:{standard:"Standar",compact:"Kompak"}},showFileIcons:{name:"Tampilkan ikon file",desc:"Tampilkan ikon file dengan spasi rata kiri. Menonaktifkan menghapus ikon dan indentasi. Prioritas: ikon tugas belum selesai > ikon kustom > ikon nama file > ikon tipe file > ikon default."},showFileIconUnfinishedTask:{name:"Ikon tugas belum selesai",desc:"Tampilkan ikon tugas saat catatan memiliki tugas yang belum selesai."},showFileBackgroundUnfinishedTask:{name:"Latar belakang tugas belum selesai",desc:"Terapkan warna latar belakang saat catatan memiliki tugas yang belum selesai."},unfinishedTaskBackgroundColor:{name:"Warna latar belakang",desc:"Atur warna latar belakang yang digunakan saat catatan memiliki tugas yang belum selesai."},showFilenameMatchIcons:{name:"Ikon berdasarkan nama file",desc:"Tetapkan ikon ke file berdasarkan teks dalam namanya."},fileNameIconMap:{name:"Peta ikon nama file",desc:"File yang berisi teks mendapat ikon yang ditentukan. Satu pemetaan per baris: teks=ikon",placeholder:`# teks=ikon +rapat=LiCalendar +faktur=PhReceipt`,editTooltip:"Edit pemetaan"},showCategoryIcons:{name:"Ikon berdasarkan tipe file",desc:"Tetapkan ikon ke file berdasarkan ekstensinya."},fileTypeIconMap:{name:"Peta ikon tipe file",desc:"File dengan ekstensi mendapat ikon yang ditentukan. Satu pemetaan per baris: ekstensi=ikon",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Edit pemetaan"},optimizeNoteHeight:{name:"Tinggi catatan variabel",desc:"Gunakan tinggi ringkas untuk catatan yang disematkan dan catatan tanpa teks pratinjau."},compactItemHeight:{name:"Tinggi item kompak",desc:"Atur tinggi item daftar kompak di desktop dan mobile.",resetTooltip:"Kembalikan ke default (28px)"},compactItemHeightScaleText:{name:"Skalakan teks dengan tinggi item kompak",desc:"Skalakan teks daftar kompak saat tinggi item dikurangi."},showParentFolder:{name:"Tampilkan folder induk",desc:"Tampilkan nama folder induk untuk catatan di subfolder atau tag."},parentFolderClickRevealsFile:{name:"Klik folder induk untuk membuka folder",desc:"Mengklik label folder induk membuka folder di panel daftar."},showParentFolderColor:{name:"Tampilkan warna folder induk",desc:"Gunakan warna folder pada label folder induk."},showParentFolderIcon:{name:"Tampilkan ikon folder induk",desc:"Tampilkan ikon folder di samping label folder induk."},showQuickActions:{name:"Tampilkan aksi cepat",desc:"Tampilkan tombol aksi saat mengarahkan kursor ke file. Kontrol tombol memilih aksi mana yang muncul."},dualPane:{name:"Tata letak panel ganda",desc:"Tampilkan panel navigasi dan panel daftar berdampingan di desktop."},dualPaneOrientation:{name:"Orientasi panel ganda",desc:"Pilih tata letak horizontal atau vertikal saat panel ganda aktif.",options:{horizontal:"Pembagian horizontal",vertical:"Pembagian vertikal"}},appearanceBackground:{name:"Warna latar belakang",desc:"Pilih warna latar belakang untuk panel navigasi dan daftar.",options:{separate:"Latar belakang terpisah",primary:"Gunakan latar belakang daftar",secondary:"Gunakan latar belakang navigasi"}},appearanceScale:{name:"Tingkat zoom",desc:"Mengontrol tingkat zoom keseluruhan Notebook Navigator."},useFloatingToolbars:{name:"Gunakan toolbar mengambang di iOS/iPadOS",desc:"Berlaku untuk Obsidian 1.11 dan yang lebih baru."},startView:{name:"Tampilan startup default",desc:"Pilih panel mana yang ditampilkan saat membuka Notebook Navigator. Panel navigasi menampilkan pintasan, file terbaru, dan pohon folder. Panel daftar menampilkan daftar file segera.",options:{navigation:"Panel navigasi",files:"Panel daftar"}},toolbarButtons:{name:"Tombol toolbar",desc:"Pilih tombol mana yang muncul di toolbar. Tombol tersembunyi tetap dapat diakses melalui perintah dan menu.",navigationLabel:"Toolbar navigasi",listLabel:"Toolbar daftar"},createNewNotesInNewTab:{name:"Buka catatan baru di tab baru",desc:"Jika diaktifkan, perintah Buat catatan baru membuka catatan di tab baru. Jika dinonaktifkan, catatan menggantikan tab saat ini."},autoRevealActiveNote:{name:"Auto-tampilkan catatan aktif",desc:"Secara otomatis menampilkan catatan saat dibuka dari Quick Switcher, tautan, atau pencarian."},autoRevealShortestPath:{name:"Gunakan jalur terpendek",desc:"Diaktifkan: Auto-reveal memilih folder atau tag induk terdekat yang terlihat. Dinonaktifkan: Auto-reveal memilih folder asli dan tag persis dari file."},autoRevealIgnoreRightSidebar:{name:"Abaikan peristiwa dari sidebar kanan",desc:"Jangan ubah catatan aktif saat mengklik atau mengubah catatan di sidebar kanan."},autoRevealIgnoreOtherWindows:{name:"Abaikan peristiwa dari jendela lain",desc:"Jangan ubah catatan aktif saat bekerja dengan catatan di jendela lain."},paneTransitionDuration:{name:"Animasi panel tunggal",desc:"Durasi transisi saat beralih panel dalam mode panel tunggal (milidetik).",resetTooltip:"Atur ulang ke default"},autoSelectFirstFileOnFocusChange:{name:"Auto-pilih catatan pertama",desc:"Secara otomatis membuka catatan pertama saat beralih folder atau tag."},skipAutoScroll:{name:"Nonaktifkan auto-gulir untuk pintasan",desc:"Jangan gulir panel navigasi saat mengklik item di pintasan."},autoExpandNavItems:{name:"Luaskan saat dipilih",desc:"Luaskan folder dan tag saat dipilih. Dalam mode panel tunggal, pilihan pertama meluaskan, pilihan kedua menampilkan file."},springLoadedFolders:{name:"Luaskan saat menyeret",desc:"Luaskan folder dan tag saat mengarahkan kursor selama menyeret."},springLoadedFoldersInitialDelay:{name:"Tunda perluasan pertama",desc:"Penundaan sebelum folder atau tag pertama diluaskan selama penyeretan (detik)."},springLoadedFoldersSubsequentDelay:{name:"Tunda perluasan berikutnya",desc:"Penundaan sebelum meluaskan folder atau tag tambahan selama penyeretan yang sama (detik)."},navigationBanner:{name:"Banner navigasi (profil vault)",desc:"Tampilkan gambar di atas panel navigasi. Berubah dengan profil vault yang dipilih.",current:"Banner saat ini: {path}",chooseButton:"Pilih gambar"},pinNavigationBanner:{name:"Sematkan banner",desc:"Sematkan banner navigasi di atas pohon navigasi."},showShortcuts:{name:"Tampilkan pintasan",desc:"Tampilkan bagian pintasan di panel navigasi."},shortcutBadgeDisplay:{name:"Lencana pintasan",desc:"Apa yang ditampilkan di samping pintasan. Gunakan perintah 'Buka pintasan 1-9' untuk membuka pintasan secara langsung.",options:{index:"Posisi (1-9)",count:"Jumlah item",none:"Tidak ada"}},showRecentNotes:{name:"Tampilkan file terbaru",desc:"Tampilkan bagian file terbaru di panel navigasi."},hideRecentNotes:{name:"Sembunyikan jenis file",desc:"Pilih jenis file yang disembunyikan di bagian file terbaru.",options:{none:"Tidak ada",folderNotes:"Catatan folder"}},recentNotesCount:{name:"Jumlah file terbaru",desc:"Jumlah file terbaru yang ditampilkan."},pinRecentNotesWithShortcuts:{name:"Sematkan file terbaru bersama pintasan",desc:"Sertakan file terbaru saat pintasan disematkan."},calendarEnabled:{name:"Aktifkan kalender",desc:"Aktifkan fitur kalender Notebook Navigator."},calendarPlacement:{name:"Penempatan kalender",desc:"Tampilkan di sidebar kiri atau kanan.",options:{leftSidebar:"Sidebar kiri",rightSidebar:"Sidebar kanan"}},calendarLeftPlacement:{name:"Penempatan panel tunggal",desc:"Tempat kalender ditampilkan dalam mode panel tunggal.",options:{navigationPane:"Panel navigasi",below:"Di bawah panel"}},calendarLocale:{name:"Bahasa",desc:"Mengontrol penomoran minggu dan hari pertama dalam seminggu.",incompatibleWeekPatternWarning:'Pola catatan mingguan menggunakan token minggu ISO ("W" atau "G"). Kalender akan menampilkan minggu dimulai dari Senin, bukan hari pertama minggu dari bahasa ini.',options:{systemDefault:"Default"}},calendarWeekendDays:{name:"Hari akhir pekan",desc:"Tampilkan hari akhir pekan dengan warna latar belakang berbeda.",options:{none:"Tidak ada",satSun:"Sabtu dan Minggu",friSat:"Jumat dan Sabtu",thuFri:"Kamis dan Jumat"}},calendarMonthHeadingFormat:{name:"Format nama bulan",desc:"Nama bulan normal atau singkatan saat tampilan tahun disembunyikan.",options:{full:"Januari (lengkap)",short:"Jan (singkat)"}},showInfoButtons:{name:"Tampilkan tombol info",desc:"Tampilkan tombol info di bilah pencarian dan header kalender."},calendarWeeksToShow:{name:"Minggu yang ditampilkan di sidebar kiri",desc:"Kalender di sidebar kanan selalu menampilkan bulan penuh.",options:{fullMonth:"Bulan penuh",oneWeek:"1 minggu",weeksCount:"{count} minggu"}},calendarHighlightToday:{name:"Sorot tanggal hari ini",desc:"Sorot tanggal hari ini dengan warna latar belakang dan teks tebal."},calendarShowFeatureImage:{name:"Tampilkan gambar fitur",desc:"Tampilkan gambar fitur untuk catatan di kalender."},calendarShowWeekNumber:{name:"Tampilkan nomor minggu",desc:"Tambahkan kolom dengan nomor minggu."},calendarShowQuarter:{name:"Tampilkan kuartal",desc:"Tambahkan label kuartal di header kalender."},calendarShowYearCalendar:{name:"Tampilkan kalender tahunan",desc:"Tampilkan navigasi tahun dan kisi bulan di bilah sisi kanan."},calendarConfirmBeforeCreate:{name:"Konfirmasi sebelum membuat",desc:"Tampilkan dialog konfirmasi saat membuat catatan harian baru."},calendarIntegrationMode:{name:"Sumber catatan harian",desc:"Sumber untuk catatan kalender.",options:{dailyNotes:"Catatan harian (plugin inti)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Folder dan format tanggal dikonfigurasi di plugin inti Daily Notes."}},calendarCustomRootFolder:{name:"Folder root",desc:"Folder dasar untuk catatan berkala. Pola tanggal dapat menyertakan subfolder. Berubah dengan profil vault yang dipilih.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Lokasi folder template",desc:"Pemilih file template menampilkan catatan dari folder ini.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Catatan harian",desc:"Format jalur menggunakan format tanggal Moment. Bungkus nama subfolder dalam tanda kurung, misal [Work]/YYYY. Klik ikon template untuk mengatur template. Atur lokasi folder templat di Umum > Templat.",momentDescPrefix:"Format jalur menggunakan ",momentLinkText:"format tanggal Moment",momentDescSuffix:". Bungkus nama subfolder dalam tanda kurung, misal [Work]/YYYY. Klik ikon template untuk mengatur template. Atur lokasi folder templat di Umum > Templat.",placeholder:"YYYY/YYYYMMDD",example:"Sintaks saat ini: {path}",parsingError:"Pola harus dapat diformat dan diparse kembali sebagai tanggal lengkap (tahun, bulan, hari)."},calendarCustomWeekPattern:{name:"Catatan mingguan",parsingError:"Pola harus dapat diformat dan diparse kembali sebagai minggu lengkap (tahun minggu, nomor minggu).",localeMismatchWarning:'Pola ini menggunakan token minggu ISO ("W" atau "G"). Kalender akan menampilkan minggu dimulai dari Senin. Gunakan "w" atau "g" jika catatan mingguan harus mengikuti bahasa yang dipilih.'},calendarCustomMonthPattern:{name:"Catatan bulanan",parsingError:"Pola harus dapat diformat dan diparse kembali sebagai bulan lengkap (tahun, bulan)."},calendarCustomQuarterPattern:{name:"Catatan kuartalan",parsingError:"Pola harus dapat diformat dan diparse kembali sebagai kuartal lengkap (tahun, kuartal)."},calendarCustomYearPattern:{name:"Catatan tahunan",parsingError:"Pola harus dapat diformat dan diparse kembali sebagai tahun lengkap (tahun)."},calendarTemplateFile:{current:"File template: {name}"},showTooltips:{name:"Tampilkan tooltip",desc:"Tampilkan tooltip hover dengan informasi tambahan untuk catatan dan folder."},showTooltipPath:{name:"Tampilkan path",desc:"Tampilkan path folder di bawah nama catatan di tooltip."},resetPaneSeparator:{name:"Atur ulang posisi pemisah panel",desc:"Atur ulang pemisah yang dapat diseret antara panel navigasi dan panel daftar ke posisi default.",buttonText:"Atur ulang pemisah",notice:"Posisi pemisah diatur ulang. Mulai ulang Obsidian atau buka kembali Notebook Navigator untuk menerapkan."},settingsTransfer:{name:"Impor dan ekspor pengaturan",desc:"Ekspor atau impor pengaturan Notebook Navigator sebagai JSON. Impor menggantikan semua pengaturan.",importButtonText:"Impor",exportButtonText:"Ekspor",import:{modalTitle:"Impor pengaturan",fileButtonName:"Impor dari file",fileButtonDesc:"Muat file JSON dari disk.",fileButtonText:"Impor dari file",editorName:"JSON",editorDesc:"Tempel atau edit JSON di bawah. Pengaturan yang tidak disertakan akan diatur ulang ke default.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Impor",successNotice:"Pengaturan diimpor.",errorNotice:"Gagal mengimpor pengaturan: {message}",fileReadError:"Tidak dapat membaca file: {message}"},export:{modalTitle:"Ekspor pengaturan",editorName:"JSON",editorDesc:"Hanya pengaturan yang diubah dari default yang disertakan.",placeholder:"{}",copyButtonText:"Salin ke papan klip",downloadButtonText:"Unduh",copyNotice:"Pengaturan disalin ke papan klip.",downloadNotice:"Pengaturan diekspor.",downloadError:"Gagal mengekspor pengaturan: {message}"}},resetAllSettings:{name:"Atur ulang semua pengaturan",desc:"Atur ulang semua pengaturan Notebook Navigator ke nilai default.",buttonText:"Atur ulang semua pengaturan",confirmTitle:"Atur ulang semua pengaturan?",confirmMessage:"Ini akan mengatur ulang semua pengaturan Notebook Navigator ke nilai default. Ini tidak dapat dibatalkan.",confirmButtonText:"Atur ulang semua pengaturan",notice:"Semua pengaturan diatur ulang. Mulai ulang Obsidian atau buka kembali Notebook Navigator untuk menerapkan.",error:"Gagal mengatur ulang pengaturan."},multiSelectModifier:{name:"Modifier multi-pilih",desc:"Pilih tombol modifier mana yang mengalihkan multi-pilih. Ketika Option/Alt dipilih, klik Cmd/Ctrl membuka catatan di tab baru.",options:{cmdCtrl:"Klik Cmd/Ctrl",optionAlt:"Klik Option/Alt"}},enterToOpenFiles:{name:"Tekan Enter untuk membuka file",desc:"Buka file hanya saat menekan Enter selama navigasi keyboard di daftar."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Buka file yang dipilih di tab baru, split, atau jendela saat menekan Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Buka file yang dipilih di tab baru, split, atau jendela saat menekan Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Buka file yang dipilih di tab baru, split, atau jendela saat menekan Ctrl+Enter."},mouseBackForwardAction:{name:"Tombol mundur/maju mouse",desc:"Aksi untuk tombol mundur dan maju mouse di desktop.",options:{none:"Gunakan default sistem",singlePaneSwitch:"Pindah panel (panel tunggal)",history:"Navigasi riwayat"}},fileVisibility:{name:"Tampilkan jenis file (profil vault)",desc:"Filter jenis file mana yang ditampilkan di navigator. Jenis file yang tidak didukung oleh Obsidian mungkin terbuka di aplikasi eksternal.",options:{documents:"Dokumen (.md, .canvas, .base)",supported:"Didukung (terbuka di Obsidian)",all:"Semua (mungkin terbuka secara eksternal)"}},homepage:{name:"Beranda",desc:"Pilih apa yang Notebook Navigator buka secara otomatis saat memulai.",current:"Saat ini: {path}",chooseButton:"Pilih file",options:{none:"Tidak ada",file:"File",dailyNote:"Catatan harian",weeklyNote:"Catatan mingguan",monthlyNote:"Catatan bulanan",quarterlyNote:"Catatan kuartalan"},file:{name:"File awal",empty:"Tidak ada file dipilih"}},excludedNotes:{name:"Sembunyikan catatan dengan aturan properti (profil vault)",desc:"Daftar aturan frontmatter yang dipisahkan koma. Gunakan entri `key` atau `key=value` (misal, status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Sembunyikan file (profil vault)",desc:"Daftar pola nama file yang dipisahkan koma untuk disembunyikan. Mendukung wildcard * dan jalur / (misal, temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Profil vault",desc:"Profil menyimpan visibilitas jenis file, file tersembunyi, folder tersembunyi, tag tersembunyi, catatan tersembunyi, pintasan, dan banner navigasi. Beralih profil dari header panel navigasi.",defaultName:"Default",addButton:"Tambah profil",editProfilesButton:"Edit profil",addProfileOption:"Tambah profil...",applyButton:"Terapkan",deleteButton:"Hapus profil",addModalTitle:"Tambah profil",editProfilesModalTitle:"Edit profil",addModalPlaceholder:"Nama profil",deleteModalTitle:"Hapus {name}",deleteModalMessage:"Hapus {name}? Filter file, folder, tag, dan catatan tersembunyi yang disimpan di profil ini akan dihapus.",moveUp:"Pindah ke atas",moveDown:"Pindah ke bawah",errors:{emptyName:"Masukkan nama profil",duplicateName:"Nama profil sudah ada"}},vaultTitle:{name:"Penempatan judul vault",desc:"Pilih di mana judul vault ditampilkan.",options:{header:"Tampilkan di header",navigation:"Tampilkan di panel navigasi"}},excludedFolders:{name:"Sembunyikan folder (profil vault)",desc:"Daftar folder yang dipisahkan koma untuk disembunyikan. Pola nama: assets* (folder yang dimulai dengan assets), *_temp (diakhiri dengan _temp). Pola path: /arsip (arsip root saja), /res* (folder root yang dimulai dengan res), /*/temp (folder temp satu level ke dalam), /proyek/* (semua folder di dalam proyek).",placeholder:"template, assets*, /arsip, /res*"},showFileDate:{name:"Tampilkan tanggal",desc:"Tampilkan tanggal di bawah nama catatan."},alphabeticalDateMode:{name:"Saat mengurutkan berdasarkan nama",desc:"Tanggal yang ditampilkan saat catatan diurutkan secara alfabetis.",options:{created:"Tanggal dibuat",modified:"Tanggal dimodifikasi"}},showFileTags:{name:"Tampilkan tag file",desc:"Tampilkan tag yang dapat diklik di item file."},showFileTagAncestors:{name:"Tampilkan path tag lengkap",desc:"Tampilkan path hierarki tag lengkap. Saat diaktifkan: 'ai/openai', 'kerja/proyek/2024'. Saat dinonaktifkan: 'openai', '2024'."},colorFileTags:{name:"Warnai tag file",desc:"Terapkan warna tag ke badge tag di item file."},prioritizeColoredFileTags:{name:"Tampilkan tag berwarna terlebih dahulu",desc:"Urutkan tag berwarna sebelum tag lain di item file."},showFileTagsInCompactMode:{name:"Tampilkan tag file dalam mode kompak",desc:"Tampilkan tag saat tanggal, pratinjau, dan gambar disembunyikan."},showFileProperties:{name:"Tampilkan properti file",desc:"Tampilkan properti yang dapat diklik di item file."},colorFileProperties:{name:"Warnai properti file",desc:"Terapkan warna properti pada lencana properti di item file."},prioritizeColoredFileProperties:{name:"Tampilkan properti berwarna terlebih dahulu",desc:"Urutkan properti berwarna sebelum properti lain di item file."},showFilePropertiesInCompactMode:{name:"Tampilkan properti dalam mode kompak",desc:"Tampilkan properti saat mode kompak aktif."},notePropertyType:{name:"Properti catatan",desc:"Pilih properti catatan untuk ditampilkan di item file.",options:{frontmatter:"Properti frontmatter",wordCount:"Jumlah kata",none:"Tidak ada"}},propertyFields:{name:"Kunci properti (profil brankas)",desc:"Kunci properti frontmatter, dengan visibilitas per kunci untuk navigasi dan daftar file.",addButtonTooltip:"Konfigurasi kunci properti",noneConfigured:"Tidak ada properti yang dikonfigurasi",singleConfigured:"1 properti dikonfigurasi: {properties}",multipleConfigured:"{count} properti dikonfigurasi: {properties}"},showPropertiesOnSeparateRows:{name:"Tampilkan properti pada baris terpisah",desc:"Tampilkan setiap properti pada barisnya sendiri."},enablePropertyInternalLinks:{name:"Tautkan pil properti ke catatan",desc:"Klik pil properti untuk membuka catatan yang ditautkan."},enablePropertyExternalLinks:{name:"Tautkan pil properti ke URL",desc:"Klik pil properti untuk membuka URL yang ditautkan."},dateFormat:{name:"Format tanggal",desc:"Format untuk menampilkan tanggal (menggunakan format Moment).",placeholder:"D MMM YYYY",help:`Format umum: +D MMM YYYY = 25 Mei 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Token: +YYYY/YY = tahun +MMMM/MMM/MM = bulan +DD/D = hari +dddd/ddd = hari kerja`,helpTooltip:"Format menggunakan Moment",momentLinkText:"format Moment"},timeFormat:{name:"Format waktu",desc:"Format untuk menampilkan waktu (menggunakan format Moment).",placeholder:"HH:mm",help:`Format umum: +HH:mm = 14:30 (24 jam) +h:mm a = 2:30 PM (12 jam) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +Token: +HH/H = 24 jam +hh/h = 12 jam +mm = menit +ss = detik +a = AM/PM`,helpTooltip:"Format menggunakan Moment",momentLinkText:"format Moment"},showFilePreview:{name:"Tampilkan pratinjau catatan",desc:"Tampilkan teks pratinjau di bawah nama catatan."},skipHeadingsInPreview:{name:"Lewati judul dalam pratinjau",desc:"Lewati baris judul saat menghasilkan teks pratinjau."},skipCodeBlocksInPreview:{name:"Lewati blok kode dalam pratinjau",desc:"Lewati blok kode saat menghasilkan teks pratinjau."},stripHtmlInPreview:{name:"Hapus HTML di pratinjau",desc:"Hapus tag HTML dari teks pratinjau. Dapat memengaruhi kinerja pada catatan besar."},stripLatexInPreview:{name:"Hapus LaTeX di pratinjau",desc:"Hapus ekspresi LaTeX inline dan blok dari teks pratinjau."},previewProperties:{name:"Properti pratinjau",desc:"Daftar properti frontmatter yang dipisahkan koma untuk memeriksa teks pratinjau. Properti pertama dengan teks akan digunakan.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Kembali ke konten catatan",desc:"Tampilkan konten catatan sebagai pratinjau saat tidak ada properti yang ditentukan berisi teks."},previewRows:{name:"Baris pratinjau",desc:"Jumlah baris yang ditampilkan untuk teks pratinjau.",options:{1:"1 baris",2:"2 baris",3:"3 baris",4:"4 baris",5:"5 baris"}},fileNameRows:{name:"Baris judul",desc:"Jumlah baris yang ditampilkan untuk judul catatan.",options:{1:"1 baris",2:"2 baris"}},showFeatureImage:{name:"Tampilkan gambar unggulan",desc:"Menampilkan thumbnail gambar pertama yang ditemukan di catatan."},forceSquareFeatureImage:{name:"Paksa gambar unggulan persegi",desc:"Render gambar unggulan sebagai thumbnail persegi."},featureImageProperties:{name:"Properti gambar",desc:"Daftar properti frontmatter yang dipisahkan koma untuk diperiksa terlebih dahulu. Jika tidak ditemukan, menggunakan gambar pertama dalam konten markdown.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Kecualikan catatan dengan properti",desc:"Daftar properti frontmatter yang dipisahkan koma. Catatan yang mengandung properti ini tidak menyimpan gambar fitur.",placeholder:"private, confidential"},featureImageSize:{name:"Ukuran tampilan gambar fitur",desc:"Ukuran render maksimum untuk gambar fitur dalam daftar catatan.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Ukuran piksel gambar fitur",desc:"Resolusi yang digunakan saat membuat thumbnail gambar fitur yang disimpan. Tingkatkan ini jika pratinjau yang lebih besar terlihat buram.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Unduh gambar eksternal",desc:"Unduh gambar jarak jauh dan thumbnail YouTube untuk gambar unggulan."},showRootFolder:{name:"Tampilkan folder root",desc:"Tampilkan nama vault sebagai folder root di pohon."},showFolderIcons:{name:"Tampilkan ikon folder",desc:"Tampilkan ikon di sebelah folder di panel navigasi."},inheritFolderColors:{name:"Warisi warna folder",desc:"Folder anak mewarisi warna dari folder induk."},folderSortOrder:{name:"Urutan folder",desc:"Klik kanan pada folder mana pun untuk mengatur urutan pengurutan berbeda untuk isinya.",options:{alphaAsc:"A ke Z",alphaDesc:"Z ke A"}},showNoteCount:{name:"Tampilkan jumlah catatan",desc:"Tampilkan jumlah catatan di sebelah setiap folder dan tag."},showSectionIcons:{name:"Tampilkan ikon untuk pintasan dan item terbaru",desc:"Tampilkan ikon di samping item pada bagian Pintasan dan Terbaru."},interfaceIcons:{name:"Ikon antarmuka",desc:"Edit ikon toolbar, folder, tag, item tersemat, pencarian, dan pengurutan.",buttonText:"Edit ikon"},showIconsColorOnly:{name:"Terapkan warna ke ikon saja",desc:"Saat diaktifkan, warna kustom hanya diterapkan ke ikon. Saat dinonaktifkan, warna diterapkan ke ikon dan label teks."},navRainbowMode:{name:"Mode warna pelangi (profil vault)",desc:"Terapkan warna pelangi di panel navigasi.",options:{none:"Mati",foreground:"Warna teks",background:"Warna latar"}},navRainbowFirstColor:{name:"Warna pertama",desc:"Warna pertama dalam gradien pelangi."},navRainbowLastColor:{name:"Warna terakhir",desc:"Warna terakhir dalam gradien pelangi."},navRainbowTransitionStyle:{name:"Gaya transisi",desc:"Interpolasi yang digunakan antara warna pertama dan terakhir.",options:{hue:"Hue",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Terapkan ke pintasan",desc:"Terapkan warna pelangi ke pintasan."},navRainbowApplyToRecent:{name:"Terapkan ke item terbaru",desc:"Terapkan warna pelangi ke item terbaru."},navRainbowApplyToFolders:{name:"Terapkan ke folder",desc:"Terapkan warna pelangi ke folder."},navRainbowFolderScope:{name:"Cakupan folder",desc:"Pilih level folder mana yang memulai penetapan warna.",options:{root:"Level akar",child:"Level anak",all:"Setiap level"}},navRainbowApplyToTags:{name:"Terapkan ke tag",desc:"Terapkan warna pelangi ke tag."},navRainbowTagScope:{name:"Cakupan tag",desc:"Pilih level tag mana yang memulai penetapan warna.",options:{root:"Level akar",child:"Level anak",all:"Setiap level"}},navRainbowApplyToProperties:{name:"Terapkan ke properti",desc:"Terapkan warna pelangi ke properti."},navRainbowBalanceHueLuminance:{name:"Kecerahan konsisten di seluruh warna",desc:"Menginterpolasi kecerahan antara warna awal dan akhir selama transisi warna."},navRainbowSeparateThemeColors:{name:"Pisahkan warna mode terang dan gelap",desc:"Gunakan warna pelangi yang berbeda untuk mode terang dan mode gelap."},navRainbowCopyLightToDark:"Salin warna mode terang ke mode gelap",navRainbowPropertyScope:{name:"Cakupan properti",desc:"Pilih level properti mana yang memulai penetapan warna.",options:{root:"Level akar",child:"Level anak",all:"Setiap level"}},collapseBehavior:{name:"Ciutkan item",desc:"Pilih apa yang dipengaruhi tombol luaskan/ciutkan semua.",options:{all:"Semua",foldersOnly:"Folder saja",tagsOnly:"Tag saja",propertiesOnly:"Properti saja"}},smartCollapse:{name:"Pertahankan item yang dipilih tetap terbuka",desc:"Saat menciutkan, pertahankan item yang dipilih dan induknya tetap terbuka."},navIndent:{name:"Indentasi pohon",desc:"Sesuaikan lebar indentasi untuk folder dan tag bersarang."},navItemHeight:{name:"Tinggi item",desc:"Sesuaikan tinggi folder dan tag di panel navigasi."},navItemHeightScaleText:{name:"Skalakan teks dengan tinggi item",desc:"Kurangi ukuran teks navigasi saat tinggi item dikurangi."},showIndentGuides:{name:"Tampilkan panduan indentasi",desc:"Tampilkan panduan indentasi untuk folder dan tag bersarang."},navRootSpacing:{name:"Spasi item root",desc:"Spasi antara folder dan tag tingkat root."},showTags:{name:"Tampilkan tag",desc:"Tampilkan bagian tag di navigator."},showTagIcons:{name:"Tampilkan ikon tag",desc:"Tampilkan ikon di sebelah tag di panel navigasi."},inheritTagColors:{name:"Warisi warna tag",desc:"Tag anak mewarisi warna dari tag induk."},tagSortOrder:{name:"Urutan tag",desc:"Klik kanan pada tag mana pun untuk mengatur urutan pengurutan berbeda untuk isinya.",options:{alphaAsc:"A ke Z",alphaDesc:"Z ke A",frequency:"Frekuensi",lowToHigh:"rendah ke tinggi",highToLow:"tinggi ke rendah"}},showAllTagsFolder:{name:"Tampilkan folder tag",desc:'Tampilkan "Tag" sebagai folder yang dapat diciutkan.'},showUntagged:{name:"Tampilkan catatan tanpa tag",desc:'Tampilkan item "Tanpa tag" untuk catatan tanpa tag.'},scopeTagsToCurrentContext:{name:"Filter tag berdasarkan pilihan",desc:"Hanya tampilkan tag yang muncul di catatan dalam folder atau properti yang dipilih."},keepEmptyTagsProperty:{name:"Pertahankan properti tag setelah menghapus tag terakhir",desc:"Pertahankan properti tag frontmatter saat semua tag dihapus. Saat dinonaktifkan, properti tag dihapus dari frontmatter."},showProperties:{name:"Tampilkan properti",desc:"Tampilkan bagian properti di navigator.",propertyKeysInfoPrefix:"Konfigurasi properti di ",propertyKeysInfoLinkText:"Umum > Kunci properti",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Tampilkan ikon properti",desc:"Tampilkan ikon di samping properti di panel navigasi."},inheritPropertyColors:{name:"Warisi warna properti",desc:"Nilai properti mewarisi warna dan latar belakang dari kunci propertinya."},propertySortOrder:{name:"Urutan sortir properti",desc:"Klik kanan pada properti mana saja untuk mengatur urutan sortir yang berbeda untuk nilainya.",options:{alphaAsc:"A ke Z",alphaDesc:"Z ke A",frequency:"Frekuensi",lowToHigh:"rendah ke tinggi",highToLow:"tinggi ke rendah"}},showAllPropertiesFolder:{name:"Tampilkan folder properti",desc:'Tampilkan "Properti" sebagai folder yang dapat dilipat.'},scopePropertiesToCurrentContext:{name:"Filter properti berdasarkan pilihan",desc:"Hanya tampilkan properti yang muncul di catatan dalam folder atau tag yang dipilih."},hiddenTags:{name:"Sembunyikan tag (profil vault)",desc:"Daftar pola tag yang dipisahkan koma. Pola nama: tag* (dimulai dengan), *tag (diakhiri dengan). Pola jalur: arsip (tag dan turunan), arsip/* (hanya turunan), proyek/*/draf (wildcard tengah).",placeholder:"arsip*, *draf, proyek/*/lama"},hiddenFileTags:{name:"Sembunyikan catatan dengan tag (profil vault)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Aktifkan catatan folder",desc:"Folder dengan file catatan yang cocok ditampilkan sebagai tautan yang dapat diklik."},folderNoteType:{name:"Jenis catatan folder default",desc:"Jenis catatan folder yang dibuat dari menu konteks.",options:{ask:"Tanyakan saat membuat",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Nama catatan folder",desc:"Nama catatan folder tanpa ekstensi. Biarkan kosong untuk menggunakan nama yang sama dengan folder.",placeholder:"index"},folderNoteNamePattern:{name:"Pola nama catatan folder",desc:"Pola nama untuk catatan folder tanpa ekstensi. Gunakan {{folder}} untuk menyisipkan nama folder. Jika diatur, nama catatan folder tidak berlaku."},folderNoteTemplate:{name:"Templat catatan folder",desc:"File templat untuk catatan folder markdown baru. Atur lokasi folder templat di Umum > Templat."},enableFolderNoteLinks:{name:"Aktifkan tautan catatan folder",desc:"Label folder ditampilkan sebagai tautan dan membuka catatan folder saat diklik. Saat dinonaktifkan, catatan folder tetap menyediakan metadata nama, ikon, dan warna."},hideFolderNoteInList:{name:"Sembunyikan catatan folder di daftar",desc:"Sembunyikan catatan folder dari daftar file."},pinCreatedFolderNote:{name:"Sematkan catatan folder yang dibuat",desc:"Sematkan catatan folder saat dibuat dari menu konteks."},openFolderNotesInNewTab:{name:"Buka catatan folder di tab baru",desc:"Buka catatan folder di tab baru saat mengklik folder."},confirmBeforeDelete:{name:"Konfirmasi sebelum menghapus",desc:"Tampilkan dialog konfirmasi saat menghapus catatan atau folder"},deleteAttachments:{name:"Hapus lampiran saat menghapus file",desc:"Otomatis menghapus lampiran yang terkait dengan file yang dihapus jika tidak digunakan di tempat lain",options:{ask:"Tanya setiap kali",always:"Selalu",never:"Tidak pernah"}},moveFileConflicts:{name:"Konflik pemindahan",desc:"Saat memindahkan file ke folder yang sudah memiliki file dengan nama yang sama. Tanya setiap kali (ganti nama, timpa, batal) atau selalu ganti nama.",options:{ask:"Tanya setiap kali",rename:"Selalu ganti nama"}},metadataCleanup:{name:"Bersihkan metadata",desc:"Menghapus metadata yatim yang ditinggalkan saat file, folder, atau tag dihapus, dipindahkan, atau diganti nama di luar Obsidian. Ini hanya mempengaruhi file pengaturan Notebook Navigator.",buttonText:"Bersihkan metadata",error:"Pembersihan pengaturan gagal",loading:"Memeriksa metadata...",statusClean:"Tidak ada metadata untuk dibersihkan",statusCounts:"Item yatim: {folders} folder, {tags} tag, {properties} properti, {files} file, {pinned} pin, {separators} pemisah"},rebuildCache:{name:"Bangun ulang cache",desc:"Gunakan ini jika Anda mengalami tag yang hilang, pratinjau yang salah, atau gambar unggulan yang hilang. Ini dapat terjadi setelah konflik sinkronisasi atau penutupan yang tidak terduga.",buttonText:"Bangun ulang cache",error:"Gagal membangun ulang cache",indexingTitle:"Mengindeks vault...",progress:"Memperbarui cache Notebook Navigator."},externalIcons:{downloadButton:"Unduh",downloadingLabel:"Mengunduh...",removeButton:"Hapus",statusInstalled:"Diunduh (versi {version})",statusNotInstalled:"Belum diunduh",versionUnknown:"tidak diketahui",downloadFailed:"Gagal mengunduh {name}. Periksa koneksi Anda dan coba lagi.",removeFailed:"Gagal menghapus {name}.",infoNote:"Paket ikon yang diunduh menyinkronkan status instalasi di seluruh perangkat. Paket ikon tetap di database lokal di setiap perangkat; sinkronisasi hanya melacak apakah akan mengunduh atau menghapusnya. Paket ikon diunduh dari repositori Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Gunakan metadata frontmatter",desc:"Gunakan frontmatter untuk nama catatan, timestamp, ikon, dan warna"},frontmatterIconField:{name:"Field ikon",desc:"Field frontmatter untuk ikon file. Biarkan kosong untuk menggunakan ikon yang disimpan di pengaturan.",placeholder:"icon"},frontmatterColorField:{name:"Field warna",desc:"Field frontmatter untuk warna file. Biarkan kosong untuk menggunakan warna yang disimpan di pengaturan.",placeholder:"color"},frontmatterBackgroundField:{name:"Field latar belakang",desc:"Field frontmatter untuk warna latar belakang. Biarkan kosong untuk menggunakan warna latar belakang yang disimpan di pengaturan.",placeholder:"background"},frontmatterMigration:{name:"Migrasi ikon dan warna dari pengaturan",desc:"Disimpan di pengaturan: {icons} ikon, {colors} warna.",button:"Migrasi",buttonWorking:"Memigrasi...",noticeNone:"Tidak ada ikon atau warna file yang disimpan di pengaturan.",noticeDone:"Memigrasi {migratedIcons}/{icons} ikon, {migratedColors}/{colors} warna.",noticeFailures:"Entri gagal: {failures}.",noticeError:"Migrasi gagal. Periksa konsol untuk detail."},frontmatterNameField:{name:"Field-field nama",desc:"Daftar field frontmatter dipisahkan koma. Nilai tidak kosong pertama digunakan. Kembali ke nama file.",placeholder:"title, name"},frontmatterCreatedField:{name:"Field timestamp dibuat",desc:"Nama field frontmatter untuk timestamp dibuat. Biarkan kosong untuk hanya menggunakan tanggal sistem file.",placeholder:"created"},frontmatterModifiedField:{name:"Field timestamp dimodifikasi",desc:"Nama field frontmatter untuk timestamp dimodifikasi. Biarkan kosong untuk hanya menggunakan tanggal sistem file.",placeholder:"modified"},frontmatterDateFormat:{name:"Format timestamp",desc:"Format yang digunakan untuk mengurai timestamp di frontmatter. Biarkan kosong untuk menggunakan format ISO 8601",helpTooltip:"Format menggunakan Moment",momentLinkText:"format Moment",help:`Format umum: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Dukung pengembangan",desc:"Jika Anda menyukai Notebook Navigator, silakan pertimbangkan untuk mendukung pengembangan berkelanjutannya.",buttonText:"\u2764\uFE0F Sponsor",coffeeButton:"\u2615\uFE0F Traktir saya kopi"},updateCheckOnStart:{name:"Periksa versi baru saat mulai",desc:"Memeriksa rilis plugin baru saat startup dan menampilkan notifikasi saat pembaruan tersedia. Pemeriksaan terjadi paling banyak sekali sehari.",status:"Versi baru tersedia: {version}"},whatsNew:{name:"Apa yang baru di Notebook Navigator {version}",desc:"Lihat pembaruan dan peningkatan terbaru",buttonText:"Lihat pembaruan terbaru"},masteringVideo:{name:"Menguasai Notebook Navigator (video)",desc:"Video ini membahas semua yang Anda butuhkan untuk produktif di Notebook Navigator, termasuk pintasan keyboard, pencarian, tag, dan kustomisasi lanjutan."},cacheStatistics:{localCache:"Cache lokal",items:"item",withTags:"dengan tag",withPreviewText:"dengan teks pratinjau",withFeatureImage:"dengan gambar unggulan",withMetadata:"dengan metadata"},metadataInfo:{successfullyParsed:"Berhasil diurai",itemsWithName:"item dengan nama",withCreatedDate:"dengan tanggal dibuat",withModifiedDate:"dengan tanggal dimodifikasi",withIcon:"dengan ikon",withColor:"dengan warna",failedToParse:"Gagal mengurai",createdDates:"tanggal dibuat",modifiedDates:"tanggal dimodifikasi",checkTimestampFormat:"Periksa format timestamp Anda.",exportFailed:"Ekspor kesalahan"}}},whatsNew:{title:"Apa yang baru di Notebook Navigator",supportMessage:"Jika Anda merasa Notebook Navigator membantu, silakan pertimbangkan untuk mendukung pengembangannya.",supportButton:"Traktir saya kopi",thanksButton:"Terima kasih!"}}});var DO,EO=He(()=>{DO={common:{cancel:"Annulla",delete:"Elimina",clear:"Cancella",remove:"Rimuovi",restoreDefault:"Ripristina predefinito",submit:"Invia",configure:"Configura",lightMode:"Modalit\xE0 chiara",darkMode:"Modalit\xE0 scura",noSelection:"Nessuna selezione",untagged:"Senza tag",featureImageAlt:"Immagine in evidenza",unknownError:"Errore sconosciuto",clipboardWriteError:"Impossibile scrivere negli appunti",updateBannerTitle:"Aggiornamento Notebook Navigator disponibile",updateBannerInstruction:"Aggiorna in Impostazioni -> Plugin della community",previous:"Precedente",next:"Successivo"},listPane:{emptyStateNoSelection:"Seleziona una cartella o un tag per visualizzare le note",emptyStateNoNotes:"Nessuna nota",pinnedSection:"Fissate",notesSection:"Note",filesSection:"File",hiddenItemAriaLabel:"{name} (nascosto)"},tagList:{untaggedLabel:"Senza tag",tags:"Tag"},navigationPane:{shortcutsHeader:"Scorciatoie",recentFilesHeader:"File recenti",properties:"Propriet\xE0",reorderRootFoldersTitle:"Riordina navigazione",reorderRootFoldersHint:"Usa frecce o trascina per riordinare",vaultRootLabel:"Vault",resetRootToAlpha:"Ripristina ordine alfabetico",resetRootToFrequency:"Ripristina ordine per frequenza",pinShortcuts:"Fissa scorciatoie",pinShortcutsAndRecentFiles:"Fissa scorciatoie e file recenti",unpinShortcuts:"Rimuovi fissatura scorciatoie",unpinShortcutsAndRecentFiles:"Rimuovi fissatura scorciatoie e file recenti",profileMenuAria:"Cambia profilo vault"},navigationCalendar:{ariaLabel:"Calendario",dailyNotesNotEnabled:"Il plugin delle note giornaliere non \xE8 abilitato.",createDailyNote:{title:"Nuova nota giornaliera",message:"Il file {filename} non esiste. Vuoi crearlo?",confirmButton:"Crea"},helpModal:{title:"Scorciatoie del calendario",items:["Fai clic su un giorno per aprire o creare una nota giornaliera. Settimane, mesi, trimestri e anni funzionano allo stesso modo.","Un punto pieno sotto un giorno indica che ha una nota. Un punto vuoto indica che ha attivit\xE0 incomplete.","Se una nota ha un'immagine in evidenza, appare come sfondo del giorno."],dateFilterCmdCtrl:"`Cmd/Ctrl`+clic su una data per filtrare per quella data nell'elenco dei file.",dateFilterOptionAlt:"`Option/Alt`+clic su una data per filtrare per quella data nell'elenco dei file."}},dailyNotes:{templateReadFailed:"Impossibile leggere il modello della nota giornaliera.",createFailed:"Impossibile creare la nota giornaliera."},shortcuts:{folderExists:"Cartella gi\xE0 presente nelle scorciatoie",noteExists:"Nota gi\xE0 presente nelle scorciatoie",tagExists:"Tag gi\xE0 presente nelle scorciatoie",propertyExists:"Propriet\xE0 gi\xE0 presente nei preferiti",invalidProperty:"Scorciatoia propriet\xE0 non valida",searchExists:"Scorciatoia di ricerca gi\xE0 esistente",emptySearchQuery:"Inserisci una query di ricerca prima di salvare",emptySearchName:"Inserisci un nome prima di salvare la ricerca",add:"Aggiungi alle scorciatoie",addNotesCount:"Aggiungi {count} note alle scorciatoie",addFilesCount:"Aggiungi {count} file alle scorciatoie",rename:"Rinomina scorciatoia",remove:"Rimuovi dalle scorciatoie",removeAll:"Rimuovi tutte le scorciatoie",removeAllConfirm:"Rimuovere tutte le scorciatoie?",folderNotesPinned:"Fissate {count} note cartella"},paneHeader:{collapseAllFolders:"Comprimi elementi",expandAllFolders:"Espandi tutti gli elementi",showCalendar:"Mostra calendario",hideCalendar:"Nascondi calendario",newFolder:"Nuova cartella",newNote:"Nuova nota",mobileBackToNavigation:"Torna alla navigazione",changeSortOrder:"Cambia ordine",defaultSort:"Predefinito",descendants:"discendenti",subfolders:"sottocartelle",subtags:"sotto-tag",childValues:"valori figli",applySortToDescendants:t=>`Applica ordinamento a ${t}`,applyAppearanceToDescendants:t=>`Applica aspetto a ${t}`,showFolders:"Mostra navigazione",reorderRootFolders:"Riordina navigazione",finishRootFolderReorder:"Fatto",showExcludedItems:"Mostra cartelle, tag e note nascosti",hideExcludedItems:"Nascondi cartelle, tag e note nascosti",showDualPane:"Mostra doppio pannello",showSinglePane:"Mostra pannello singolo",changeAppearance:"Cambia aspetto",showNotesFromSubfolders:"Mostra note da sottocartelle",showFilesFromSubfolders:"Mostra file da sottocartelle",showNotesFromDescendants:"Mostra note da discendenti",showFilesFromDescendants:"Mostra file da discendenti",search:"Cerca"},searchInput:{placeholder:"Cerca...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Cancella ricerca",switchToFilterSearch:"Passa alla ricerca con filtro",switchToOmnisearch:"Passa a Omnisearch",saveSearchShortcut:"Salva scorciatoia ricerca",removeSearchShortcut:"Rimuovi scorciatoia ricerca",shortcutModalTitle:"Salva scorciatoia ricerca",shortcutNamePlaceholder:"Inserisci nome scorciatoia",shortcutStartIn:"Inizia sempre in: {path}",searchHelp:"Sintassi di ricerca",searchHelpTitle:"Sintassi di ricerca",searchHelpModal:{intro:"Combina nomi file, propriet\xE0, tag, date e filtri in una query (es. `meeting .status=active #work @thisweek`). Installa il plugin Omnisearch per usare la ricerca full-text.",introSwitching:"Passa tra ricerca con filtro e Omnisearch usando i tasti freccia su/gi\xF9 o cliccando sull'icona di ricerca.",sections:{fileNames:{title:"Nomi file",items:['`word` Trova note con "word" nel nome del file.',"`word1 word2` Ogni parola deve corrispondere al nome del file.",'`-word` Escludi note con "word" nel nome del file.']},tags:{title:"Tag",items:["`#tag` Includi note con tag (trova anche tag nidificati come `#tag/subtag`).","`#` Includi solo note con tag.","`-#tag` Escludi note con tag.","`-#` Includi solo note senza tag.","`#tag1 #tag2` Trova entrambi i tag (AND implicito).","`#tag1 AND #tag2` Trova entrambi i tag (AND esplicito).","`#tag1 OR #tag2` Trova uno dei tag.","`#a OR #b AND #c` AND ha priorit\xE0 maggiore: trova `#a`, o entrambi `#b` e `#c`.","Cmd/Ctrl+Clic su un tag per aggiungere con AND. Cmd/Ctrl+Shift+Clic per aggiungere con OR."]},properties:{title:"Propriet\xE0",items:["`.key` Includi note con chiave di propriet\xE0.","`.key=value` Includi note con valore di propriet\xE0.",'`."Reading Status"` Includi note con una chiave di propriet\xE0 che contiene spazi.','`."Reading Status"="In Progress"` Chiavi e valori con spazi devono essere racchiusi tra virgolette doppie.',"`-.key` Escludi note con chiave di propriet\xE0.","`-.key=value` Escludi note con valore di propriet\xE0.","Cmd/Ctrl+Clic su una propriet\xE0 per aggiungere con AND. Cmd/Ctrl+Shift+Clic per aggiungere con OR."]},tasks:{title:"Filtri",items:["`has:task` Includi note con attivit\xE0 non completate.","`-has:task` Escludi note con attivit\xE0 non completate.","`folder:meetings` Includi note in cui un nome di cartella contiene `meetings`.","`folder:/work/meetings` Includi note solo in `work/meetings` (non sottocartelle).","`folder:/` Includi note solo nella radice del vault.","`-folder:archive` Escludi note in cui un nome di cartella contiene `archive`.","`-folder:/archive` Escludi note solo in `archive` (non sottocartelle).","`ext:md` Includi note con estensione `md` (`ext:.md` \xE8 anche supportato).","`-ext:pdf` Escludi note con estensione `pdf`.","Combina con tag, nomi e date (ad esempio: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"Comportamento AND/OR",items:["`AND` e `OR` sono operatori solo nelle query composte esclusivamente da tag e propriet\xE0.","Le query esclusive di tag e propriet\xE0 contengono solo filtri di tag e propriet\xE0: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Se una query include nomi, date (`@...`), filtri attivit\xE0 (`has:task`), filtri cartella (`folder:...`) o filtri estensione (`ext:...`), `AND` e `OR` vengono cercati come parole.","Esempio di query con operatori: `#work OR .status=started`.","Esempio di query mista: `#work OR ext:md` (`OR` viene cercato nei nomi dei file)."]},dates:{title:"Date",items:["`@today` Trova note di oggi usando il campo data predefinito.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Intervalli di date relativi.","`@2026-02-07` Trova un giorno specifico (supporta anche `@20260207`).","`@2026` Trova un anno solare.","`@2026-02` o `@202602` Trova un mese solare.","`@2026-W05` o `@2026W05` Trova una settimana ISO.","`@2026-Q2` o `@2026Q2` Trova un trimestre solare.","`@13/02/2026` Formati numerici con separatori (`@07022026` segue la tua locale in caso di ambiguit\xE0).","`@2026-02-01..2026-02-07` Trova un intervallo di giorni inclusivo (estremi aperti supportati).","`@c:...` o `@m:...` Indica data di creazione o modifica.","`-@...` Escludi una corrispondenza di data."]},omnisearch:{title:"Omnisearch",items:["Ricerca full-text nell'intero vault, filtrata per la cartella corrente o i tag selezionati.","Pu\xF2 essere lento con meno di 3 caratteri nei vault grandi.","Non pu\xF2 cercare percorsi con caratteri non-ASCII o cercare correttamente i sottopercorsi.","Restituisce risultati limitati prima del filtraggio per cartella, quindi file rilevanti potrebbero non apparire se esistono molte corrispondenze altrove.","Le anteprime delle note mostrano estratti di Omnisearch invece del testo di anteprima predefinito."]}}}},contextMenu:{file:{openInNewTab:"Apri in nuova scheda",openToRight:"Apri a destra",openInNewWindow:"Apri in nuova finestra",openMultipleInNewTabs:"Apri {count} note in nuove schede",openMultipleFilesInNewTabs:"Apri {count} file in nuove schede",openMultipleToRight:"Apri {count} note a destra",openMultipleFilesToRight:"Apri {count} file a destra",openMultipleInNewWindows:"Apri {count} note in nuove finestre",openMultipleFilesInNewWindows:"Apri {count} file in nuove finestre",pinNote:"Fissa nota",pinFile:"Fissa file",unpinNote:"Rimuovi fissatura nota",unpinFile:"Rimuovi fissatura file",pinMultipleNotes:"Fissa {count} note",pinMultipleFiles:"Fissa {count} file",unpinMultipleNotes:"Rimuovi fissatura {count} note",unpinMultipleFiles:"Rimuovi fissatura {count} file",duplicateNote:"Duplica nota",duplicateFile:"Duplica file",duplicateMultipleNotes:"Duplica {count} note",duplicateMultipleFiles:"Duplica {count} file",openVersionHistory:"Apri cronologia versioni",revealInFolder:"Mostra nella cartella",revealInFinder:"Mostra nel Finder",showInExplorer:"Mostra in esplora risorse",openInDefaultApp:"Apri nell'app predefinita",renameNote:"Rinomina nota",renameFile:"Rinomina file",deleteNote:"Elimina nota",deleteFile:"Elimina file",setCalendarHighlight:"Imposta evidenziazione",removeCalendarHighlight:"Rimuovi evidenziazione",deleteMultipleNotes:"Elimina {count} note",deleteMultipleFiles:"Elimina {count} file",moveNoteToFolder:"Sposta nota in...",moveFileToFolder:"Sposta file in...",moveMultipleNotesToFolder:"Sposta {count} note in...",moveMultipleFilesToFolder:"Sposta {count} file in...",addTag:"Aggiungi tag",addPropertyKey:"Imposta propriet\xE0",removeTag:"Rimuovi tag",removeAllTags:"Rimuovi tutti i tag",changeIcon:"Cambia icona",changeColor:"Cambia colore"},folder:{newNote:"Nuova nota",newNoteFromTemplate:"Nuova nota da modello",newFolder:"Nuova cartella",newCanvas:"Nuova canvas",newBase:"Nuovo base",newDrawing:"Nuovo disegno",newExcalidrawDrawing:"Nuovo disegno Excalidraw",newTldrawDrawing:"Nuovo disegno Tldraw",duplicateFolder:"Duplica cartella",searchInFolder:"Cerca nella cartella",createFolderNote:"Crea nota cartella",detachFolderNote:"Scollega nota cartella",deleteFolderNote:"Elimina nota cartella",changeIcon:"Cambia icona",changeColor:"Cambia colore",changeBackground:"Cambia sfondo",excludeFolder:"Nascondi cartella",unhideFolder:"Mostra cartella",moveFolder:"Sposta cartella in...",renameFolder:"Rinomina cartella",deleteFolder:"Elimina cartella"},tag:{changeIcon:"Cambia icona",changeColor:"Cambia colore",changeBackground:"Cambia sfondo",showTag:"Mostra tag",hideTag:"Nascondi tag"},property:{addKey:"Configura chiavi propriet\xE0",renameKey:"Rinomina propriet\xE0",deleteKey:"Elimina propriet\xE0"},navigation:{addSeparator:"Aggiungi separatore",removeSeparator:"Rimuovi separatore"},copyPath:{title:"Copia percorso",asObsidianUrl:"come URL Obsidian",fromVaultFolder:"dalla cartella vault",fromSystemRoot:"dalla radice di sistema"},style:{title:"Stile",copy:"Copia stile",paste:"Incolla stile",removeIcon:"Rimuovi icona",removeColor:"Rimuovi colore",removeBackground:"Rimuovi sfondo",clear:"Cancella stile"}},folderAppearance:{standardPreset:"Standard",compactPreset:"Compatto",defaultSuffix:"(predefinito)",defaultLabel:"Predefinito",titleRows:"Righe titolo",previewRows:"Righe anteprima",groupBy:"Raggruppa per",defaultTitleOption:t=>`Righe titolo predefinite (${t})`,defaultPreviewOption:t=>`Righe anteprima predefinite (${t})`,defaultGroupOption:t=>`Raggruppamento predefinito (${t})`,titleRowOption:t=>`${t} ${t===1?"riga":"righe"} titolo`,previewRowOption:t=>`${t} ${t===1?"riga":"righe"} anteprima`},modals:{bulkApply:{applyButton:"Applica",applySortTitle:t=>`Applicare ordinamento a ${t}?`,applyAppearanceTitle:t=>`Applicare aspetto a ${t}?`,affectedCountMessage:t=>`Sostituzioni esistenti che cambieranno: ${t}.`},navRainbowSection:{title:t=>`Colori arcobaleno: ${t}`},iconPicker:{searchPlaceholder:"Cerca icone...",recentlyUsedHeader:"Usate di recente",emptyStateSearch:"Inizia a digitare per cercare icone",emptyStateNoResults:"Nessuna icona trovata",showingResultsInfo:"Mostrati 50 di {count} risultati. Digita di pi\xF9 per restringere.",emojiInstructions:"Digita o incolla qualsiasi emoji per usarla come icona",removeIcon:"Rimuovi icona",removeFromRecents:"Rimuovi dai recenti",allTabLabel:"Tutte"},fileIconRuleEditor:{addRuleAria:"Aggiungi regola"},interfaceIcons:{title:"Icone dell'interfaccia",fileItemsSection:"Elementi file",items:{"nav-shortcuts":"Scorciatoie","nav-recent-files":"File recenti","nav-expand-all":"Espandi tutto","nav-collapse-all":"Comprimi tutto","nav-calendar":"Calendario","nav-tree-expand":"Freccia albero: espandi","nav-tree-collapse":"Freccia albero: comprimi","nav-hidden-items":"Elementi nascosti","nav-root-reorder":"Riordina cartelle radice","nav-new-folder":"Nuova cartella","nav-show-single-pane":"Mostra pannello singolo","nav-show-dual-pane":"Mostra doppio pannello","nav-profile-chevron":"Freccia menu profilo","list-search":"Cerca","list-descendants":"Note dalle sottocartelle","list-sort-ascending":"Ordine: crescente","list-sort-descending":"Ordine: decrescente","list-appearance":"Cambia aspetto","list-new-note":"Nuova nota","nav-folder-open":"Cartella aperta","nav-folder-closed":"Cartella chiusa","nav-tags":"Tag","nav-tag":"Tag","nav-properties":"Propriet\xE0","nav-property":"Propriet\xE0","nav-property-value":"Valore","list-pinned":"Elementi fissati","file-unfinished-task":"Attivit\xE0 incomplete","file-word-count":"Conteggio parole"}},colorPicker:{currentColor:"Attuale",newColor:"Nuovo",paletteDefault:"Predefinito",paletteCustom:"Personalizzato",copyColors:"Copia colore",colorsCopied:"Colore copiato negli appunti",pasteColors:"Incolla colore",pasteClipboardError:"Impossibile leggere gli appunti",pasteInvalidFormat:"Previsto un valore colore hex",colorsPasted:"Colore incollato con successo",resetUserColors:"Cancella colori personalizzati",clearCustomColorsConfirm:"Rimuovere tutti i colori personalizzati?",userColorSlot:"Colore {slot}",recentColors:"Colori recenti",clearRecentColors:"Cancella colori recenti",removeRecentColor:"Rimuovi colore",apply:"Applica",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Seleziona profilo vault",currentBadge:"Attivo",emptyState:"Nessun profilo vault disponibile."},tagOperation:{renameTitle:"Rinomina tag {tag}",deleteTitle:"Elimina tag {tag}",newTagPrompt:"Nuovo nome tag",newTagPlaceholder:"Inserisci nuovo nome tag",renameWarning:"Rinominando il tag {oldTag} verranno modificati {count} {files}.",deleteWarning:"Eliminando il tag {tag} verranno modificati {count} {files}.",modificationWarning:"Questo aggiorner\xE0 le date di modifica dei file.",affectedFiles:"File interessati:",andMore:"...e altri {count}",confirmRename:"Rinomina tag",renameUnchanged:"{tag} invariato",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Rinominati {renamed}/{total}. Non aggiornati: {notUpdated}. Metadati e scorciatoie non aggiornati.",invalidTagName:"Inserisci un nome tag valido.",descendantRenameError:"Impossibile spostare un tag in s\xE9 stesso o in un discendente.",confirmDelete:"Elimina tag",deleteBatchNotFinalized:"Rimossi da {removed}/{total}. Non aggiornati: {notUpdated}. Metadati e scorciatoie non aggiornati.",checkConsoleForDetails:"Controlla la console per i dettagli.",file:"file",files:"file",inlineParsingWarning:{title:"Compatibilit\xE0 dei tag inline",message:"{tag} contiene caratteri che Obsidian non pu\xF2 analizzare nei tag inline. I tag Frontmatter non sono interessati.",confirm:"Usa comunque"}},propertyOperation:{renameTitle:"Rinomina propriet\xE0 {property}",deleteTitle:"Elimina propriet\xE0 {property}",newKeyPrompt:"Nuovo nome propriet\xE0",newKeyPlaceholder:"Inserisci il nuovo nome della propriet\xE0",renameWarning:"Rinominare la propriet\xE0 {property} modificher\xE0 {count} {files}.",renameConflictWarning:"La propriet\xE0 {newKey} esiste gi\xE0 in {count} {files}. Rinominare {oldKey} sostituir\xE0 i valori esistenti di {newKey}.",deleteWarning:"Eliminare la propriet\xE0 {property} modificher\xE0 {count} {files}.",confirmRename:"Rinomina propriet\xE0",confirmDelete:"Elimina propriet\xE0",renameNoChanges:"{oldKey} \u2192 {newKey} (nessuna modifica)",renameSettingsUpdateFailed:"Propriet\xE0 {oldKey} \u2192 {newKey} rinominata. Impossibile aggiornare le impostazioni.",deleteSingleSuccess:"Propriet\xE0 {property} eliminata da 1 nota",deleteMultipleSuccess:"Propriet\xE0 {property} eliminata da {count} note",deleteSettingsUpdateFailed:"Propriet\xE0 {property} eliminata. Impossibile aggiornare le impostazioni.",invalidKeyName:"Inserisci un nome di propriet\xE0 valido."},fileSystem:{newFolderTitle:"Nuova cartella",renameFolderTitle:"Rinomina cartella",renameFileTitle:"Rinomina file",deleteFolderTitle:"Eliminare '{name}'?",deleteFileTitle:"Eliminare '{name}'?",deleteFileAttachmentsTitle:"Eliminare gli allegati del file?",moveFileConflictTitle:"Conflitto di spostamento",folderNamePrompt:"Inserisci nome cartella:",hideInOtherVaultProfiles:"Nascondi in altri profili vault",renamePrompt:"Inserisci nuovo nome:",renameVaultTitle:"Cambia nome visualizzato vault",renameVaultPrompt:"Inserisci nome visualizzato personalizzato (lascia vuoto per usare predefinito):",deleteFolderConfirm:"Sei sicuro di voler eliminare questa cartella e tutto il suo contenuto?",deleteFileConfirm:"Sei sicuro di voler eliminare questo file?",deleteFileAttachmentsDescriptionSingle:"Questo allegato non \xE8 pi\xF9 utilizzato in nessuna nota. Vuoi eliminarlo?",deleteFileAttachmentsDescriptionMultiple:"Questi allegati non sono pi\xF9 utilizzati in nessuna nota. Vuoi eliminarli?",deleteFileAttachmentsViewFileTreeAriaLabel:"Albero dei file",deleteFileAttachmentsViewGalleryAriaLabel:"Galleria",moveFileConflictDescriptionSingle:'Un conflitto di file \xE8 stato trovato in "{folder}".',moveFileConflictDescriptionMultiple:'{count} conflitti di file sono stati trovati in "{folder}".',moveFileConflictAffectedFiles:"File interessati",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(solo rinomina)",moveFileConflictRename:"Rinomina",moveFileConflictOverwrite:"Sovrascrivi",removeAllTagsTitle:"Rimuovi tutti i tag",removeAllTagsFromNote:"Sei sicuro di voler rimuovere tutti i tag da questa nota?",removeAllTagsFromNotes:"Sei sicuro di voler rimuovere tutti i tag da {count} note?"},folderNoteType:{title:"Seleziona tipo nota cartella",folderLabel:"Cartella: {name}"},folderSuggest:{placeholder:t=>`Sposta ${t} nella cartella...`,multipleFilesLabel:t=>`${t} file`,navigatePlaceholder:"Vai alla cartella...",instructions:{navigate:"per navigare",move:"per spostare",select:"per selezionare",dismiss:"per chiudere"}},homepage:{placeholder:"Cerca file...",instructions:{navigate:"per navigare",select:"per impostare homepage",dismiss:"per chiudere"}},calendarTemplate:{placeholder:"Cerca modelli...",instructions:{navigate:"per navigare",select:"per selezionare il modello",dismiss:"per chiudere"}},navigationBanner:{placeholder:"Cerca immagini...",instructions:{navigate:"per navigare",select:"per impostare banner",dismiss:"per chiudere"}},tagSuggest:{navigatePlaceholder:"Vai al tag...",addPlaceholder:"Cerca tag da aggiungere...",removePlaceholder:"Seleziona tag da rimuovere...",createNewTag:"Crea nuovo tag: #{tag}",instructions:{navigate:"per navigare",select:"per selezionare",dismiss:"per chiudere",add:"per aggiungere tag",remove:"per rimuovere tag"}},propertySuggest:{placeholder:"Seleziona chiave propriet\xE0...",navigatePlaceholder:"Vai alla propriet\xE0...",instructions:{navigate:"per navigare",select:"per aggiungere propriet\xE0",dismiss:"per chiudere"}},propertyKeyVisibility:{title:"Visibilit\xE0 chiavi propriet\xE0",description:"Controlla dove vengono mostrati i valori delle propriet\xE0. Le colonne corrispondono al pannello di navigazione, al pannello elenco e al menu contestuale del file. Usa la riga in basso per attivare/disattivare tutte le righe di una colonna.",searchPlaceholder:"Cerca chiavi propriet\xE0...",propertyColumnLabel:"Propriet\xE0",showInNavigation:"Mostra nella navigazione",showInList:"Mostra nella lista",showInFileMenu:"Mostra nel menu file",toggleAllInNavigation:"Attiva/disattiva tutti nella navigazione",toggleAllInList:"Attiva/disattiva tutti nella lista",toggleAllInFileMenu:"Attiva/disattiva tutti nel menu file",applyButton:"Applica",emptyState:"Nessuna chiave propriet\xE0 trovata."},welcome:{title:"Benvenuto in {pluginName}",introText:`Ciao! Prima di iniziare, ti consiglio vivamente di guardare i primi cinque minuti del video qui sotto per capire come funzionano i pannelli e l'interruttore "Mostra note dalle sottocartelle".`,continueText:"Se hai altri cinque minuti, continua a guardare il video per capire le modalit\xE0 di visualizzazione compatta e come configurare correttamente le scorciatoie e i tasti di scelta rapida importanti.",thanksText:"Grazie mille per aver scaricato e buon divertimento!",videoAlt:"Installare e padroneggiare Notebook Navigator",openVideoButton:"Riproduci video",closeButton:"Forse pi\xF9 tardi"}},fileSystem:{errors:{createFolder:"Impossibile creare cartella: {error}",createFile:"Impossibile creare file: {error}",renameFolder:"Impossibile rinominare cartella: {error}",renameFolderNoteConflict:'Impossibile rinominare: "{name}" esiste gi\xE0 in questa cartella',renameFile:"Impossibile rinominare file: {error}",deleteFolder:"Impossibile eliminare cartella: {error}",deleteFile:"Impossibile eliminare file: {error}",deleteAttachments:"Impossibile eliminare gli allegati: {error}",duplicateNote:"Impossibile duplicare nota: {error}",duplicateFolder:"Impossibile duplicare cartella: {error}",openVersionHistory:"Impossibile aprire cronologia versioni: {error}",versionHistoryNotFound:"Comando cronologia versioni non trovato. Assicurati che Obsidian Sync sia abilitato.",revealInExplorer:"Impossibile mostrare file in esplora risorse: {error}",openInDefaultApp:"Impossibile aprire nell'app predefinita: {error}",openInDefaultAppNotAvailable:"Apertura nell'app predefinita non disponibile su questa piattaforma",folderNoteAlreadyExists:"La nota cartella esiste gi\xE0",folderAlreadyExists:'La cartella "{name}" esiste gi\xE0',folderNotesDisabled:"Abilita le note cartella nelle impostazioni per convertire i file",folderNoteAlreadyLinked:"Questo file funge gi\xE0 da nota cartella",folderNoteNotFound:"Nessuna nota cartella nella cartella selezionata",folderNoteUnsupportedExtension:"Estensione file non supportata: {extension}",folderNoteMoveFailed:"Impossibile spostare file durante la conversione: {error}",folderNoteRenameConflict:'Un file chiamato "{name}" esiste gi\xE0 nella cartella',folderNoteConversionFailed:"Impossibile convertire file in nota cartella",folderNoteConversionFailedWithReason:"Impossibile convertire file in nota cartella: {error}",folderNoteOpenFailed:"File convertito ma impossibile aprire nota cartella: {error}",failedToDeleteFile:"Impossibile eliminare {name}: {error}",failedToDeleteMultipleFiles:"Impossibile eliminare {count} file",versionHistoryNotAvailable:"Servizio cronologia versioni non disponibile",drawingAlreadyExists:"Un disegno con questo nome esiste gi\xE0",failedToCreateDrawing:"Impossibile creare disegno",noFolderSelected:"Nessuna cartella selezionata in Notebook Navigator",noFileSelected:"Nessun file selezionato"},warnings:{linkBreakingNameCharacters:"Questo nome include caratteri che interrompono i link di Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"I nomi non possono iniziare con un punto n\xE9 includere : o /.",forbiddenNameCharactersWindows:'I caratteri riservati di Windows non sono consentiti: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Cartella nascosta: {name}",showFolder:"Cartella mostrata: {name}"},notifications:{deletedMultipleFiles:"Eliminati {count} file",movedMultipleFiles:"Spostati {count} file in {folder}",folderNoteConversionSuccess:'File convertito in nota cartella in "{name}"',folderMoved:'Spostata cartella "{name}"',deepLinkCopied:"URL Obsidian copiato negli appunti",pathCopied:"Percorso copiato negli appunti",relativePathCopied:"Percorso relativo copiato negli appunti",tagAddedToNote:"Tag aggiunto a 1 nota",tagAddedToNotes:"Tag aggiunto a {count} note",tagRemovedFromNote:"Tag rimosso da 1 nota",tagRemovedFromNotes:"Tag rimosso da {count} note",tagsClearedFromNote:"Rimossi tutti i tag da 1 nota",tagsClearedFromNotes:"Rimossi tutti i tag da {count} note",noTagsToRemove:"Nessun tag da rimuovere",noFilesSelected:"Nessun file selezionato",tagOperationsNotAvailable:"Operazioni tag non disponibili",propertyOperationsNotAvailable:"Operazioni sulle propriet\xE0 non disponibili",tagsRequireMarkdown:"I tag sono supportati solo nelle note Markdown",propertiesRequireMarkdown:"Le propriet\xE0 sono supportate solo nelle note Markdown",propertySetOnNote:"Propriet\xE0 aggiornata su 1 nota",propertySetOnNotes:"Propriet\xE0 aggiornata su {count} note",iconPackDownloaded:"{provider} scaricato",iconPackUpdated:"{provider} aggiornato ({version})",iconPackRemoved:"{provider} rimosso",iconPackLoadFailed:"Impossibile caricare {provider}",hiddenFileReveal:'Il file \xE8 nascosto. Abilita "Mostra elementi nascosti" per visualizzarlo'},confirmations:{deleteMultipleFiles:"Sei sicuro di voler eliminare {count} file?",deleteConfirmation:"Questa azione non pu\xF2 essere annullata."},defaultNames:{untitled:"Senza titolo"}},dragDrop:{errors:{cannotMoveIntoSelf:"Impossibile spostare una cartella in s\xE9 stessa o in una sottocartella.",itemAlreadyExists:'Un elemento chiamato "{name}" esiste gi\xE0 in questa posizione.',failedToMove:"Impossibile spostare: {error}",failedToAddTag:'Impossibile aggiungere tag "{tag}"',failedToSetProperty:"Aggiornamento propriet\xE0 non riuscito: {error}",failedToClearTags:"Impossibile rimuovere i tag",failedToMoveFolder:'Impossibile spostare cartella "{name}"',failedToImportFiles:"Impossibile importare: {names}"},notifications:{filesAlreadyExist:"{count} file esistono gi\xE0 nella destinazione",filesAlreadyHaveTag:"{count} file hanno gi\xE0 questo tag o uno pi\xF9 specifico",filesAlreadyHaveProperty:"{count} file hanno gi\xE0 questa propriet\xE0",noTagsToClear:"Nessun tag da rimuovere",fileImported:"Importato 1 file",filesImported:"Importati {count} file"}},dateGroups:{today:"Oggi",yesterday:"Ieri",previous7Days:"Ultimi 7 giorni",previous30Days:"Ultimi 30 giorni"},commands:{open:"Apri",toggleLeftSidebar:"Attiva/disattiva barra laterale sinistra",openHomepage:"Apri homepage",openDailyNote:"Apri nota giornaliera",openWeeklyNote:"Apri nota settimanale",openMonthlyNote:"Apri nota mensile",openQuarterlyNote:"Apri nota trimestrale",openYearlyNote:"Apri nota annuale",revealFile:"Mostra file",search:"Cerca",searchVaultRoot:"Cerca nella radice del vault",toggleDualPane:"Attiva/disattiva doppio pannello",toggleDualPaneOrientation:"Cambia orientamento doppio pannello",toggleCalendar:"Attiva/disattiva calendario",selectVaultProfile:"Seleziona profilo vault",selectVaultProfile1:"Seleziona profilo vault 1",selectVaultProfile2:"Seleziona profilo vault 2",selectVaultProfile3:"Seleziona profilo vault 3",deleteFile:"Elimina file",createNewNote:"Crea nuova nota",createNewNoteFromTemplate:"Nuova nota da modello",moveFiles:"Sposta file",selectNextFile:"Seleziona file successivo",selectPreviousFile:"Seleziona file precedente",navigateBack:"Naviga indietro",navigateForward:"Naviga avanti",convertToFolderNote:"Converti in nota cartella",setAsFolderNote:"Imposta come nota cartella",detachFolderNote:"Scollega nota cartella",pinAllFolderNotes:"Fissa tutte le note cartella",navigateToFolder:"Vai alla cartella",navigateToTag:"Vai al tag",navigateToProperty:"Vai alla propriet\xE0",addShortcut:"Aggiungi alle scorciatoie",openShortcut:"Apri scorciatoia {number}",toggleDescendants:"Attiva/disattiva discendenti",toggleHidden:"Attiva/disattiva cartelle, tag e note nascosti",toggleTagSort:"Attiva/disattiva ordinamento tag",toggleCompactMode:"Attiva/disattiva modalit\xE0 compatta",collapseExpand:"Comprimi / espandi tutti gli elementi",addTag:"Aggiungi tag ai file selezionati",setProperty:"Imposta propriet\xE0 sui file selezionati",removeTag:"Rimuovi tag dai file selezionati",removeAllTags:"Rimuovi tutti i tag dai file selezionati",openAllFiles:"Apri tutti i file",rebuildCache:"Ricostruisci cache"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Calendario",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Mostra in Notebook Navigator"},tooltips:{lastModifiedAt:"Ultima modifica",createdAt:"Creato il",file:"file",files:"file",folder:"cartella",folders:"cartelle"},settings:{metadataReport:{exportSuccess:"Report metadati falliti esportato in: {filename}",exportFailed:"Impossibile esportare report metadati"},sections:{general:"Generale",navigationPane:"Navigazione",calendar:"Calendario",files:"File",icons:"Pacchetti icone",folders:"Cartelle",folderNotes:"Note cartella",foldersAndTags:"Cartelle",tagsAndProperties:"Tag e propriet\xE0",tags:"Tag",listPane:"Lista",notes:"Note",advanced:"Avanzate"},groups:{general:{vaultProfiles:"Profili vault",filtering:"Filtri",templates:"Modelli",behavior:"Comportamento",keyboardNavigation:"Navigazione da tastiera",mouseButtons:"Pulsanti del mouse",view:"Aspetto",icons:"Icone",desktopAppearance:"Aspetto desktop",mobileAppearance:"Aspetto mobile",formatting:"Formattazione"},navigation:{appearance:"Aspetto",rainbowColors:"Colori arcobaleno",leftSidebar:"Barra laterale sinistra",calendarIntegration:"Integrazione calendario"},list:{display:"Aspetto",pinnedNotes:"Note fissate"},notes:{frontmatter:"Frontmatter",tasks:"Attivit\xE0",icon:"Icona",title:"Titolo",previewText:"Testo anteprima",featureImage:"Immagine in evidenza",tags:"Tag",properties:"Propriet\xE0",date:"Data",parentFolder:"Cartella superiore"}},syncMode:{notSynced:"(non sincronizzato)",disabled:"(disabilitato)",switchToSynced:"Attiva sincronizzazione",switchToLocal:"Disattiva sincronizzazione"},items:{listPaneTitle:{name:"Titolo pannello lista",desc:"Scegli dove mostrare il titolo del pannello lista.",options:{header:"Mostra nell'intestazione",list:"Mostra nel pannello lista",hidden:"Non mostrare"}},sortNotesBy:{name:"Ordina note per",desc:"Scegli come ordinare le note nell'elenco.",options:{"modified-desc":"Data modifica (pi\xF9 recenti in alto)","modified-asc":"Data modifica (pi\xF9 vecchie in alto)","created-desc":"Data creazione (pi\xF9 recenti in alto)","created-asc":"Data creazione (pi\xF9 vecchie in alto)","title-asc":"Titolo (A in alto)","title-desc":"Titolo (Z in alto)","filename-asc":"Nome file (A in alto)","filename-desc":"Nome file (Z in alto)","property-asc":"Propriet\xE0 (A in alto)","property-desc":"Propriet\xE0 (Z in alto)"},propertyOverride:{asc:"Propriet\xE0 \u2018{property}\u2019 (A in alto)",desc:"Propriet\xE0 \u2018{property}\u2019 (Z in alto)"}},propertySortKey:{name:"Propriet\xE0 di ordinamento",desc:"Utilizzato con l'ordinamento per propriet\xE0. Le note con questa propriet\xE0 frontmatter vengono elencate per prime e ordinate per valore della propriet\xE0. Gli array vengono uniti in un unico valore.",placeholder:"order"},propertySortSecondary:{name:"Ordinamento secondario",desc:"Usato con l'ordinamento per propriet\xE0 quando le note hanno lo stesso valore di propriet\xE0 o nessun valore.",options:{title:"Titolo",filename:"Nome file",created:"Data di creazione",modified:"Data di modifica"}},revealFileOnListChanges:{name:"Scorri al file selezionato quando la lista cambia",desc:"Scorri al file selezionato quando fissi note, mostri note discendenti, cambi l'aspetto cartella o esegui operazioni sui file."},includeDescendantNotes:{name:"Mostra note da sottocartelle / discendenti",desc:"Includi note da sottocartelle nidificate e tag discendenti quando visualizzi una cartella o tag."},limitPinnedToCurrentFolder:{name:"Fissare le note solo nella loro cartella",desc:"Le note fissate appaiono fissate solo nella propria cartella. Utile per le note cartella o se hai molte note fissate. Non influisce sulle viste per tag o propriet\xE0."},separateNoteCounts:{name:"Mostra conteggi correnti e discendenti separatamente",desc:'Visualizza i conteggi note nel formato "correnti \u25BE discendenti" in cartelle e tag.'},groupNotes:{name:"Raggruppa note",desc:"Visualizza intestazioni tra note raggruppate per data o cartella. Le viste tag usano gruppi per data quando il raggruppamento per cartella \xE8 abilitato.",options:{none:"Non raggruppare",date:"Raggruppa per data",folder:"Raggruppa per cartella"}},showSelectedNavigationPills:{name:"Mostra sempre tutti i badge di tag e propriet\xE0",desc:'Quando disattivato, i badge corrispondenti alla selezione di navigazione corrente vengono nascosti (ad es. il badge del tag "ricette" viene nascosto durante la navigazione nel tag "ricette"). Attiva per mantenere tutti i badge visibili.'},showPinnedGroupHeader:{name:"Mostra intestazione gruppo fissate",desc:"Visualizza l'intestazione della sezione fissate sopra le note fissate."},showPinnedIcon:{name:"Mostra icona fissate",desc:"Mostra l'icona accanto all'intestazione della sezione fissate."},defaultListMode:{name:"Modalit\xE0 lista predefinita",desc:"Seleziona il layout lista predefinito. Standard mostra titolo, data, descrizione e testo anteprima. Compatto mostra solo il titolo. Sovrascrivi l'aspetto per cartella.",options:{standard:"Standard",compact:"Compatto"}},showFileIcons:{name:"Mostra icone file",desc:"Visualizza icone file con spaziatura allineata a sinistra. Disabilitando rimuove sia icone che indentazione. Priorit\xE0: icona attivit\xE0 incomplete > icona personalizzata > icona nome file > icona tipo file > icona predefinita."},showFileIconUnfinishedTask:{name:"Icona attivit\xE0 incomplete",desc:"Mostra un'icona di attivit\xE0 quando una nota ha attivit\xE0 incomplete."},showFileBackgroundUnfinishedTask:{name:"Sfondo attivit\xE0 incomplete",desc:"Applica un colore di sfondo quando una nota ha attivit\xE0 incomplete."},unfinishedTaskBackgroundColor:{name:"Colore di sfondo",desc:"Imposta il colore di sfondo usato quando una nota ha attivit\xE0 incomplete."},showFilenameMatchIcons:{name:"Icone per nome file",desc:"Assegna icone ai file in base al testo nei loro nomi."},fileNameIconMap:{name:"Mappa icone per nome",desc:"I file contenenti il testo ottengono l'icona specificata. Una mappatura per riga: testo=icona",placeholder:`# testo=icona +riunione=LiCalendar +fattura=PhReceipt`,editTooltip:"Modifica mappature"},showCategoryIcons:{name:"Icone per tipo file",desc:"Assegna icone ai file in base alla loro estensione."},fileTypeIconMap:{name:"Mappa icone per tipo",desc:"I file con l'estensione ottengono l'icona specificata. Una mappatura per riga: estensione=icona",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Modifica mappature"},optimizeNoteHeight:{name:"Altezza nota variabile",desc:"Usa altezza compatta per note fissate e note senza testo anteprima."},compactItemHeight:{name:"Altezza elemento compatto",desc:"Imposta l'altezza degli elementi lista compatta su desktop e mobile.",resetTooltip:"Ripristina predefinito (28px)"},compactItemHeightScaleText:{name:"Scala testo con altezza elemento compatto",desc:"Scala il testo della lista compatta quando l'altezza elemento \xE8 ridotta."},showParentFolder:{name:"Mostra cartella genitore",desc:"Visualizza il nome della cartella genitore per note in sottocartelle o tag."},parentFolderClickRevealsFile:{name:"Click su cartella genitore apre cartella",desc:"Cliccando sull'etichetta cartella genitore apre la cartella nel pannello elenco."},showParentFolderColor:{name:"Mostra colore cartella genitore",desc:"Usa i colori cartella sulle etichette cartella genitore."},showParentFolderIcon:{name:"Mostra icona cartella genitore",desc:"Mostra le icone delle cartelle accanto alle etichette cartella genitore."},showQuickActions:{name:"Mostra azioni rapide",desc:"Mostra pulsanti azione al passaggio del mouse sui file. I controlli pulsanti selezionano quali azioni appaiono."},dualPane:{name:"Layout doppio pannello",desc:"Mostra pannello navigazione e pannello lista affiancati su desktop."},dualPaneOrientation:{name:"Orientamento doppio pannello",desc:"Scegli layout orizzontale o verticale quando il doppio pannello \xE8 attivo.",options:{horizontal:"Divisione orizzontale",vertical:"Divisione verticale"}},appearanceBackground:{name:"Colore sfondo",desc:"Scegli i colori sfondo per i pannelli navigazione e lista.",options:{separate:"Sfondi separati",primary:"Usa sfondo lista",secondary:"Usa sfondo navigazione"}},appearanceScale:{name:"Livello zoom",desc:"Controlla il livello di zoom complessivo di Notebook Navigator."},useFloatingToolbars:{name:"Usa barre degli strumenti flottanti su iOS/iPadOS",desc:"Si applica a Obsidian 1.11 e versioni successive."},startView:{name:"Vista predefinita all'avvio",desc:"Scegli quale pannello visualizzare all'apertura di Notebook Navigator. Il pannello navigazione mostra scorciatoie, file recenti e albero cartelle. Il pannello lista mostra subito l'elenco file.",options:{navigation:"Pannello navigazione",files:"Pannello lista"}},toolbarButtons:{name:"Pulsanti barra strumenti",desc:"Scegli quali pulsanti appaiono nella barra strumenti. I pulsanti nascosti rimangono accessibili tramite comandi e menu.",navigationLabel:"Barra strumenti navigazione",listLabel:"Barra strumenti lista"},createNewNotesInNewTab:{name:"Apri nuove note in una nuova scheda",desc:"Quando attivo, il comando Crea nuova nota apre le note in una nuova scheda. Quando disattivo, le note sostituiscono la scheda corrente."},autoRevealActiveNote:{name:"Auto-mostra nota attiva",desc:"Mostra automaticamente le note quando aperte da Switcher rapido, link o ricerca."},autoRevealShortestPath:{name:"Usa il percorso pi\xF9 breve",desc:"Attivato: La rivelazione automatica seleziona la cartella antenata o il tag visibile pi\xF9 vicino. Disattivato: La rivelazione automatica seleziona la cartella effettiva del file e il tag esatto."},autoRevealIgnoreRightSidebar:{name:"Ignora eventi dalla barra laterale destra",desc:"Non cambiare nota attiva quando clicchi o cambi note nella barra laterale destra."},autoRevealIgnoreOtherWindows:{name:"Ignora eventi da altre finestre",desc:"Non cambiare nota attiva quando lavori con note in un'altra finestra."},paneTransitionDuration:{name:"Animazione pannello singolo",desc:"Durata della transizione quando si passa tra i pannelli in modalit\xE0 pannello singolo (millisecondi).",resetTooltip:"Ripristina predefinito"},autoSelectFirstFileOnFocusChange:{name:"Auto-seleziona prima nota",desc:"Apri automaticamente la prima nota quando cambi cartella o tag."},skipAutoScroll:{name:"Disabilita auto-scroll per scorciatoie",desc:"Non scorrere il pannello navigazione quando clicchi elementi nelle scorciatoie."},autoExpandNavItems:{name:"Espandi alla selezione",desc:"Espandi cartelle e tag quando selezionati. In modalit\xE0 pannello singolo, la prima selezione espande, la seconda mostra i file."},springLoadedFolders:{name:"Espandi durante il trascinamento",desc:"Espandi cartelle e tag al passaggio del mouse durante il trascinamento."},springLoadedFoldersInitialDelay:{name:"Ritardo prima espansione",desc:"Ritardo prima che la prima cartella o tag si espanda durante un trascinamento (secondi)."},springLoadedFoldersSubsequentDelay:{name:"Ritardo espansioni successive",desc:"Ritardo prima di espandere cartelle o tag aggiuntivi durante lo stesso trascinamento (secondi)."},navigationBanner:{name:"Banner navigazione (profilo vault)",desc:"Visualizza un'immagine sopra il pannello navigazione. Cambia con il profilo vault selezionato.",current:"Banner attuale: {path}",chooseButton:"Scegli immagine"},pinNavigationBanner:{name:"Fissa banner",desc:"Fissa il banner di navigazione sopra l'albero di navigazione."},showShortcuts:{name:"Mostra scorciatoie",desc:"Visualizza la sezione scorciatoie nel pannello navigazione."},shortcutBadgeDisplay:{name:"Badge scorciatoia",desc:"Cosa visualizzare accanto alle scorciatoie. Usa i comandi 'Apri scorciatoia 1-9' per aprire le scorciatoie direttamente.",options:{index:"Posizione (1-9)",count:"Numero elementi",none:"Nessuno"}},showRecentNotes:{name:"Mostra file recenti",desc:"Visualizza la sezione file recenti nel pannello navigazione."},hideRecentNotes:{name:"Nascondi tipi di file",desc:"Scegli quali tipi di file nascondere nella sezione file recenti.",options:{none:"Nessuno",folderNotes:"Note cartella"}},recentNotesCount:{name:"Numero file recenti",desc:"Numero di file recenti da visualizzare."},pinRecentNotesWithShortcuts:{name:"Fissa file recenti con scorciatoie",desc:"Includi i file recenti quando le scorciatoie sono fissate."},calendarEnabled:{name:"Attiva calendario",desc:"Attivare le funzionalit\xE0 del calendario di Notebook Navigator."},calendarPlacement:{name:"Posizione del calendario",desc:"Visualizza nella barra laterale sinistra o destra.",options:{leftSidebar:"Barra laterale sinistra",rightSidebar:"Barra laterale destra"}},calendarLeftPlacement:{name:"Posizione pannello singolo",desc:"Dove viene mostrato il calendario in modalit\xE0 pannello singolo.",options:{navigationPane:"Pannello di navigazione",below:"Sotto i pannelli"}},calendarLocale:{name:"Lingua",desc:"Controlla la numerazione delle settimane e il primo giorno della settimana.",incompatibleWeekPatternWarning:'Il modello delle note settimanali utilizza token di settimana ISO ("W" o "G"). Il calendario mostrer\xE0 le settimane a partire da luned\xEC invece del primo giorno della settimana di questa lingua.',options:{systemDefault:"Predefinito"}},calendarWeekendDays:{name:"Giorni del fine settimana",desc:"Mostra i giorni del fine settimana con un colore di sfondo diverso.",options:{none:"Nessuno",satSun:"Sabato e domenica",friSat:"Venerd\xEC e sabato",thuFri:"Gioved\xEC e venerd\xEC"}},calendarMonthHeadingFormat:{name:"Formato del nome del mese",desc:"Nome del mese normale o abbreviato quando la vista annuale \xE8 nascosta.",options:{full:"gennaio (completo)",short:"gen (breve)"}},showInfoButtons:{name:"Mostra pulsanti informazioni",desc:"Mostra i pulsanti informazioni nella barra di ricerca e nell'intestazione del calendario."},calendarWeeksToShow:{name:"Settimane da mostrare nella barra laterale sinistra",desc:"Il calendario nella barra laterale destra mostra sempre il mese completo.",options:{fullMonth:"Mese intero",oneWeek:"1 settimana",weeksCount:"{count} settimane"}},calendarHighlightToday:{name:"Evidenzia la data di oggi",desc:"Evidenzia la data di oggi con un colore di sfondo e testo in grassetto."},calendarShowFeatureImage:{name:"Mostra immagine in evidenza",desc:"Visualizza le immagini in evidenza delle note nel calendario."},calendarShowWeekNumber:{name:"Mostra numero settimana",desc:"Aggiungi una colonna con il numero della settimana."},calendarShowQuarter:{name:"Mostra trimestre",desc:"Aggiungi un'etichetta del trimestre nell'intestazione del calendario."},calendarShowYearCalendar:{name:"Mostra calendario annuale",desc:"Mostra la navigazione annuale e la griglia dei mesi nella barra laterale destra."},calendarConfirmBeforeCreate:{name:"Conferma prima di creare",desc:"Mostra una finestra di conferma quando si crea una nuova nota giornaliera."},calendarIntegrationMode:{name:"Fonte note giornaliere",desc:"Fonte per le note del calendario.",options:{dailyNotes:"Note giornaliere (plug-in principale)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Cartella e formato data sono configurati nel plugin Note giornaliere."}},calendarCustomRootFolder:{name:"Cartella radice",desc:"Cartella base per le note periodiche. I pattern di data possono includere sottocartelle. Cambia con il profilo del vault selezionato.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Posizione cartella modelli",desc:"Il selettore file modello mostra le note da questa cartella.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Note giornaliere",desc:"Formatta percorso usando formato data Moment. Racchiudi i nomi delle sottocartelle tra parentesi quadre, es. [Work]/YYYY. Clicca sull'icona del modello per impostare un modello. Impostare la posizione della cartella modelli in Generale > Modelli.",momentDescPrefix:"Formatta percorso usando ",momentLinkText:"formato data Moment",momentDescSuffix:". Racchiudi i nomi delle sottocartelle tra parentesi quadre, es. [Work]/YYYY. Clicca sull'icona del modello per impostare un modello. Impostare la posizione della cartella modelli in Generale > Modelli.",placeholder:"YYYY/YYYYMMDD",example:"Sintassi attuale: {path}",parsingError:"Il modello deve poter essere formattato e rianalizzato come una data completa (anno, mese, giorno)."},calendarCustomWeekPattern:{name:"Note settimanali",parsingError:"Il modello deve poter essere formattato e rianalizzato come una settimana completa (anno settimana, numero settimana).",localeMismatchWarning:'Questo modello utilizza token di settimana ISO ("W" o "G"). Il calendario mostrer\xE0 le settimane a partire da luned\xEC. Usa "w" o "g" se le note settimanali devono seguire la lingua selezionata.'},calendarCustomMonthPattern:{name:"Note mensili",parsingError:"Il modello deve poter essere formattato e rianalizzato come un mese completo (anno, mese)."},calendarCustomQuarterPattern:{name:"Note trimestrali",parsingError:"Il modello deve poter essere formattato e rianalizzato come un trimestre completo (anno, trimestre)."},calendarCustomYearPattern:{name:"Note annuali",parsingError:"Il modello deve poter essere formattato e rianalizzato come un anno completo (anno)."},calendarTemplateFile:{current:"File modello: {name}"},showTooltips:{name:"Mostra tooltip",desc:"Visualizza tooltip al passaggio del mouse con informazioni aggiuntive per note e cartelle."},showTooltipPath:{name:"Mostra percorso",desc:"Visualizza il percorso cartella sotto i nomi note nei tooltip."},resetPaneSeparator:{name:"Ripristina posizione separatore pannelli",desc:"Ripristina il separatore trascinabile tra pannello navigazione e pannello lista alla posizione predefinita.",buttonText:"Ripristina separatore",notice:"Posizione separatore ripristinata. Riavvia Obsidian o riapri Notebook Navigator per applicare."},settingsTransfer:{name:"Importa ed esporta impostazioni",desc:"Esporta o importa le impostazioni di Notebook Navigator come JSON. L\u2019importazione sostituisce tutte le impostazioni.",importButtonText:"Importa",exportButtonText:"Esporta",import:{modalTitle:"Importa impostazioni",fileButtonName:"Importa da file",fileButtonDesc:"Carica un file JSON dal disco.",fileButtonText:"Importa da file",editorName:"JSON",editorDesc:"Incolla o modifica il JSON qui sotto. Le impostazioni non incluse vengono ripristinate ai valori predefiniti.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importa",successNotice:"Impostazioni importate.",errorNotice:"Impossibile importare le impostazioni: {message}",fileReadError:"Impossibile leggere il file: {message}"},export:{modalTitle:"Esporta impostazioni",editorName:"JSON",editorDesc:"Sono incluse solo le impostazioni modificate rispetto ai valori predefiniti.",placeholder:"{}",copyButtonText:"Copia negli appunti",downloadButtonText:"Scarica",copyNotice:"Impostazioni copiate negli appunti.",downloadNotice:"Impostazioni esportate.",downloadError:"Impossibile scaricare le impostazioni: {message}"}},resetAllSettings:{name:"Ripristina tutte le impostazioni",desc:"Ripristina tutte le impostazioni di Notebook Navigator ai valori predefiniti.",buttonText:"Ripristina tutte le impostazioni",confirmTitle:"Ripristinare tutte le impostazioni?",confirmMessage:"Questo ripristiner\xE0 tutte le impostazioni di Notebook Navigator ai valori predefiniti. Non pu\xF2 essere annullato.",confirmButtonText:"Ripristina tutte le impostazioni",notice:"Impostazioni ripristinate. Riavvia Obsidian o riapri Notebook Navigator per applicare.",error:"Impossibile ripristinare le impostazioni."},multiSelectModifier:{name:"Modificatore selezione multipla",desc:"Scegli quale tasto modificatore attiva la selezione multipla. Quando Option/Alt \xE8 selezionato, Cmd/Ctrl click apre le note in una nuova scheda.",options:{cmdCtrl:"Click Cmd/Ctrl",optionAlt:"Click Option/Alt"}},enterToOpenFiles:{name:"Premi Invio per aprire i file",desc:"Apri i file solo premendo Invio durante la navigazione da tastiera nell'elenco."},shiftEnterOpenContext:{name:"Shift+Invio",desc:"Apri il file selezionato in una nuova scheda, divisione o finestra premendo Shift+Invio."},cmdEnterOpenContext:{name:"Cmd+Invio",desc:"Apri il file selezionato in una nuova scheda, divisione o finestra premendo Cmd+Invio."},ctrlEnterOpenContext:{name:"Ctrl+Invio",desc:"Apri il file selezionato in una nuova scheda, divisione o finestra premendo Ctrl+Invio."},mouseBackForwardAction:{name:"Pulsanti indietro/avanti del mouse",desc:"Azione per i pulsanti indietro e avanti del mouse su desktop.",options:{none:"Usa impostazione predefinita di sistema",singlePaneSwitch:"Cambia pannello (pannello singolo)",history:"Naviga nella cronologia"}},fileVisibility:{name:"Mostra tipi file (profilo vault)",desc:"Filtra quali tipi di file vengono mostrati nel navigatore. I tipi file non supportati da Obsidian potrebbero aprirsi in applicazioni esterne.",options:{documents:"Documenti (.md, .canvas, .base)",supported:"Supportati (si aprono in Obsidian)",all:"Tutti (potrebbero aprirsi esternamente)"}},homepage:{name:"Homepage",desc:"Scegli cosa Notebook Navigator apre automaticamente all\u2019avvio.",current:"Attuale: {path}",chooseButton:"Scegli file",options:{none:"Nessuno",file:"File",dailyNote:"Nota giornaliera",weeklyNote:"Nota settimanale",monthlyNote:"Nota mensile",quarterlyNote:"Nota trimestrale"},file:{name:"File di avvio",empty:"Nessun file selezionato"}},excludedNotes:{name:"Nascondi note con regole di propriet\xE0 (profilo vault)",desc:"Lista di regole frontmatter separate da virgola. Usa voci `key` o `key=value` (es. status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Nascondi file (profilo vault)",desc:"Lista di pattern di nomi file separati da virgola da nascondere. Supporta caratteri jolly * e percorsi / (es. temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Profilo vault",desc:"I profili memorizzano visibilit\xE0 tipi file, file nascosti, cartelle nascoste, tag nascosti, note nascoste, scorciatoie e banner navigazione. Cambia profilo dall'intestazione del pannello navigazione.",defaultName:"Predefinito",addButton:"Aggiungi profilo",editProfilesButton:"Modifica profili",addProfileOption:"Aggiungi profilo...",applyButton:"Applica",deleteButton:"Elimina profilo",addModalTitle:"Aggiungi profilo",editProfilesModalTitle:"Modifica profili",addModalPlaceholder:"Nome profilo",deleteModalTitle:"Elimina {name}",deleteModalMessage:"Rimuovere {name}? I filtri file, cartelle, tag e note nascoste salvati in questo profilo saranno eliminati.",moveUp:"Sposta su",moveDown:"Sposta gi\xF9",errors:{emptyName:"Inserisci un nome profilo",duplicateName:"Nome profilo gi\xE0 esistente"}},vaultTitle:{name:"Posizione titolo vault",desc:"Scegli dove viene mostrato il titolo del vault.",options:{header:"Mostra nell'intestazione",navigation:"Mostra nel pannello di navigazione"}},excludedFolders:{name:"Nascondi cartelle (profilo vault)",desc:"Lista di cartelle da nascondere separate da virgola. Pattern nome: assets* (cartelle che iniziano con assets), *_temp (che finiscono con _temp). Pattern percorso: /archivio (solo archivio root), /res* (cartelle root che iniziano con res), /*/temp (cartelle temp un livello sotto), /progetti/* (tutte le cartelle in progetti).",placeholder:"modelli, assets*, /archivio, /res*"},showFileDate:{name:"Mostra data",desc:"Visualizza la data sotto i nomi note."},alphabeticalDateMode:{name:"Quando ordini per nome",desc:"Data da mostrare quando le note sono ordinate alfabeticamente.",options:{created:"Data creazione",modified:"Data modifica"}},showFileTags:{name:"Mostra tag file",desc:"Visualizza tag cliccabili negli elementi file."},showFileTagAncestors:{name:"Mostra percorsi tag completi",desc:"Visualizza percorsi gerarchia tag completi. Quando abilitato: 'ai/openai', 'lavoro/progetti/2024'. Quando disabilitato: 'openai', '2024'."},colorFileTags:{name:"Colora tag file",desc:"Applica colori tag ai badge tag sugli elementi file."},prioritizeColoredFileTags:{name:"Mostra tag colorati prima",desc:"Ordina i tag colorati prima degli altri tag sugli elementi file."},showFileTagsInCompactMode:{name:"Mostra tag file in modalit\xE0 compatta",desc:"Visualizza tag quando data, anteprima e immagine sono nascosti."},showFileProperties:{name:"Mostra propriet\xE0 file",desc:"Visualizza le propriet\xE0 cliccabili negli elementi file."},colorFileProperties:{name:"Colora propriet\xE0 file",desc:"Applica i colori delle propriet\xE0 ai badge delle propriet\xE0 negli elementi file."},prioritizeColoredFileProperties:{name:"Mostra propriet\xE0 colorate prima",desc:"Ordina le propriet\xE0 colorate prima delle altre propriet\xE0 negli elementi file."},showFilePropertiesInCompactMode:{name:"Mostra propriet\xE0 in modalit\xE0 compatta",desc:"Visualizza le propriet\xE0 quando la modalit\xE0 compatta \xE8 attiva."},notePropertyType:{name:"Propriet\xE0 della nota",desc:"Seleziona la propriet\xE0 della nota da visualizzare negli elementi file.",options:{frontmatter:"Propriet\xE0 frontmatter",wordCount:"Conteggio parole",none:"Nessuno"}},propertyFields:{name:"Chiavi propriet\xE0 (profilo cassaforte)",desc:"Chiavi propriet\xE0 dei metadati, con visibilit\xE0 per chiave per la navigazione e l'elenco file.",addButtonTooltip:"Configura chiavi propriet\xE0",noneConfigured:"Nessuna propriet\xE0 configurata",singleConfigured:"1 propriet\xE0 configurata: {properties}",multipleConfigured:"{count} propriet\xE0 configurate: {properties}"},showPropertiesOnSeparateRows:{name:"Mostra propriet\xE0 su righe separate",desc:"Mostra ogni propriet\xE0 sulla propria riga."},enablePropertyInternalLinks:{name:"Collega le etichette propriet\xE0 alle note",desc:"Fai clic su un'etichetta propriet\xE0 per aprire la nota collegata."},enablePropertyExternalLinks:{name:"Collega le etichette propriet\xE0 agli URL",desc:"Fai clic su un'etichetta propriet\xE0 per aprire l'URL collegato."},dateFormat:{name:"Formato data",desc:"Formato per visualizzare le date (usa formato Moment).",placeholder:"D MMM YYYY",help:`Formati comuni: +D MMM YYYY = 25 mag 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Token: +YYYY/YY = anno +MMMM/MMM/MM = mese +DD/D = giorno +dddd/ddd = giorno settimana`,helpTooltip:"Formato con Moment",momentLinkText:"formato Moment"},timeFormat:{name:"Formato ora",desc:"Formato per visualizzare le ore (usa formato Moment).",placeholder:"HH:mm",help:`Formati comuni: +h:mm a = 2:30 PM (12 ore) +HH:mm = 14:30 (24 ore) +h:mm:ss a = 2:30:45 PM +HH:mm:ss = 14:30:45 + +Token: +HH/H = 24 ore +hh/h = 12 ore +mm = minuti +ss = secondi +a = AM/PM`,helpTooltip:"Formato con Moment",momentLinkText:"formato Moment"},showFilePreview:{name:"Mostra anteprima nota",desc:"Visualizza testo anteprima sotto i nomi note."},skipHeadingsInPreview:{name:"Salta intestazioni nell'anteprima",desc:"Salta righe intestazione quando generi testo anteprima."},skipCodeBlocksInPreview:{name:"Salta blocchi codice nell'anteprima",desc:"Salta blocchi codice quando generi testo anteprima."},stripHtmlInPreview:{name:"Rimuovi HTML nelle anteprime",desc:"Rimuove i tag HTML dal testo di anteprima. Potrebbe influire sulle prestazioni nelle note lunghe."},stripLatexInPreview:{name:"Rimuovi LaTeX nelle anteprime",desc:"Rimuove le espressioni LaTeX inline e a blocco dal testo di anteprima."},previewProperties:{name:"Propriet\xE0 anteprima",desc:"Lista di propriet\xE0 frontmatter separate da virgola da controllare per testo anteprima. La prima propriet\xE0 con testo sar\xE0 usata.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Ricorri al contenuto della nota",desc:"Mostra il contenuto della nota come anteprima quando nessuna delle propriet\xE0 specificate contiene testo."},previewRows:{name:"Righe anteprima",desc:"Numero di righe da visualizzare per il testo anteprima.",options:{1:"1 riga",2:"2 righe",3:"3 righe",4:"4 righe",5:"5 righe"}},fileNameRows:{name:"Righe titolo",desc:"Numero di righe da visualizzare per i titoli note.",options:{1:"1 riga",2:"2 righe"}},showFeatureImage:{name:"Mostra immagine in evidenza",desc:"Visualizza una miniatura della prima immagine trovata nella nota."},forceSquareFeatureImage:{name:"Forza immagine in evidenza quadrata",desc:"Renderizza immagini in evidenza come miniature quadrate."},featureImageProperties:{name:"Propriet\xE0 immagine",desc:"Lista di propriet\xE0 frontmatter separate da virgola da controllare per prime. Usa la prima immagine nel contenuto markdown come fallback.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Escludi note con propriet\xE0",desc:"Lista di propriet\xE0 frontmatter separate da virgola. Le note contenenti una di queste propriet\xE0 non memorizzano immagini di copertina.",placeholder:"private, confidential"},featureImageSize:{name:"Dimensione di visualizzazione dell'immagine in evidenza",desc:"Dimensione massima di rendering per le immagini in evidenza nelle liste di note.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Dimensione in pixel dell'immagine in evidenza",desc:"Risoluzione utilizzata per generare le miniature memorizzate delle immagini in evidenza. Aumenta questo valore se le anteprime pi\xF9 grandi appaiono sfocate.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Scarica immagini esterne",desc:"Scarica immagini remote e miniature di YouTube per le immagini in evidenza."},showRootFolder:{name:"Mostra cartella root",desc:"Visualizza il nome vault come cartella root nell'albero."},showFolderIcons:{name:"Mostra icone cartelle",desc:"Visualizza icone accanto alle cartelle nel pannello navigazione."},inheritFolderColors:{name:"Eredita colori cartelle",desc:"Le sottocartelle ereditano il colore dalle cartelle genitore."},folderSortOrder:{name:"Ordine cartelle",desc:"Fai clic destro su una cartella per impostare un ordine diverso per i suoi elementi secondari.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A"}},showNoteCount:{name:"Mostra conteggio note",desc:"Visualizza il numero di note accanto a ogni cartella e tag."},showSectionIcons:{name:"Mostra icone per scorciatoie e elementi recenti",desc:"Visualizza icone accanto agli elementi nelle sezioni Scorciatoie e Recenti."},interfaceIcons:{name:"Icone dell'interfaccia",desc:"Modifica icone di barra strumenti, cartelle, tag, elementi fissati, ricerca e ordinamento.",buttonText:"Modifica icone"},showIconsColorOnly:{name:"Applica colore solo alle icone",desc:"Quando abilitato, i colori personalizzati sono applicati solo alle icone. Quando disabilitato, i colori sono applicati sia alle icone che alle etichette testo."},navRainbowMode:{name:"Modalit\xE0 colori arcobaleno (profilo vault)",desc:"Applica colori arcobaleno nel pannello di navigazione.",options:{none:"Disattivato",foreground:"Colore del testo",background:"Colore di sfondo"}},navRainbowFirstColor:{name:"Primo colore",desc:"Primo colore nel gradiente arcobaleno."},navRainbowLastColor:{name:"Ultimo colore",desc:"Ultimo colore nel gradiente arcobaleno."},navRainbowTransitionStyle:{name:"Stile di transizione",desc:"Interpolazione utilizzata tra il primo e l'ultimo colore.",options:{hue:"Hue",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Applica alle scorciatoie",desc:"Applica colori arcobaleno alle scorciatoie."},navRainbowApplyToRecent:{name:"Applica agli elementi recenti",desc:"Applica colori arcobaleno agli elementi recenti."},navRainbowApplyToFolders:{name:"Applica alle cartelle",desc:"Applica colori arcobaleno alle cartelle."},navRainbowFolderScope:{name:"Ambito cartelle",desc:"Seleziona quali livelli di cartella avviano le assegnazioni di colore.",options:{root:"Livello radice",child:"Livello figlio",all:"Ogni livello"}},navRainbowApplyToTags:{name:"Applica ai tag",desc:"Applica colori arcobaleno ai tag."},navRainbowTagScope:{name:"Ambito tag",desc:"Seleziona quali livelli di tag avviano le assegnazioni di colore.",options:{root:"Livello radice",child:"Livello figlio",all:"Ogni livello"}},navRainbowApplyToProperties:{name:"Applica alle propriet\xE0",desc:"Applica colori arcobaleno alle propriet\xE0."},navRainbowBalanceHueLuminance:{name:"Luminosit\xE0 uniforme tra le tonalit\xE0",desc:"Interpola la luminosit\xE0 tra i colori iniziale e finale durante le transizioni di tonalit\xE0."},navRainbowSeparateThemeColors:{name:"Colori separati per modalit\xE0 chiara e scura",desc:"Usa colori arcobaleno diversi per la modalit\xE0 chiara e la modalit\xE0 scura."},navRainbowCopyLightToDark:"Copia il colore della modalit\xE0 chiara nella modalit\xE0 scura",navRainbowPropertyScope:{name:"Ambito propriet\xE0",desc:"Seleziona quali livelli di propriet\xE0 avviano le assegnazioni di colore.",options:{root:"Livello radice",child:"Livello figlio",all:"Ogni livello"}},collapseBehavior:{name:"Comprimi elementi",desc:"Scegli cosa influenza il pulsante espandi/comprimi tutto.",options:{all:"Tutto",foldersOnly:"Solo cartelle",tagsOnly:"Solo tag",propertiesOnly:"Solo propriet\xE0"}},smartCollapse:{name:"Mantieni elemento selezionato espanso",desc:"Quando comprimi, mantieni l'elemento selezionato e i suoi genitori espansi."},navIndent:{name:"Indentazione albero",desc:"Regola la larghezza indentazione per cartelle e tag nidificati."},navItemHeight:{name:"Altezza elemento",desc:"Regola l'altezza di cartelle e tag nel pannello navigazione."},navItemHeightScaleText:{name:"Scala testo con altezza elemento",desc:"Riduci dimensione testo navigazione quando l'altezza elemento \xE8 ridotta."},showIndentGuides:{name:"Mostra guide di indentazione",desc:"Mostra guide di indentazione per cartelle e tag nidificati."},navRootSpacing:{name:"Spaziatura elementi root",desc:"Spaziatura tra cartelle e tag di livello root."},showTags:{name:"Mostra tag",desc:"Visualizza sezione tag nel navigatore."},showTagIcons:{name:"Mostra icone tag",desc:"Visualizza icone accanto ai tag nel pannello navigazione."},inheritTagColors:{name:"Eredita colori dei tag",desc:"I tag figli ereditano il colore dai tag genitori."},tagSortOrder:{name:"Ordine tag",desc:"Fai clic destro su un tag per impostare un ordine diverso per i suoi elementi secondari.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frequenza",lowToHigh:"bassa ad alta",highToLow:"alta a bassa"}},showAllTagsFolder:{name:"Mostra cartella tag",desc:'Visualizza "Tag" come cartella comprimibile.'},showUntagged:{name:"Mostra note senza tag",desc:'Visualizza elemento "Senza tag" per note senza alcun tag.'},scopeTagsToCurrentContext:{name:"Filtra tag per selezione",desc:"Mostra solo i tag presenti nelle note nella cartella o propriet\xE0 selezionata."},keepEmptyTagsProperty:{name:"Mantieni propriet\xE0 tags dopo rimozione ultimo tag",desc:"Mantieni la propriet\xE0 tags frontmatter quando tutti i tag sono rimossi. Quando disabilitato, la propriet\xE0 tags \xE8 eliminata dal frontmatter."},showProperties:{name:"Mostra propriet\xE0",desc:"Visualizza la sezione propriet\xE0 nel navigatore.",propertyKeysInfoPrefix:"Configura le propriet\xE0 in ",propertyKeysInfoLinkText:"Generale > Chiavi propriet\xE0",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Mostra icone propriet\xE0",desc:"Visualizza le icone accanto alle propriet\xE0 nel pannello di navigazione."},inheritPropertyColors:{name:"Eredita colori propriet\xE0",desc:"I valori delle propriet\xE0 ereditano colore e sfondo dalla loro chiave di propriet\xE0."},propertySortOrder:{name:"Ordine di ordinamento propriet\xE0",desc:"Fai clic destro su una propriet\xE0 per impostare un ordine di ordinamento diverso per i suoi valori.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frequenza",lowToHigh:"dal basso all'alto",highToLow:"dall'alto al basso"}},showAllPropertiesFolder:{name:"Mostra cartella propriet\xE0",desc:'Visualizza "Propriet\xE0" come cartella comprimibile.'},scopePropertiesToCurrentContext:{name:"Filtra propriet\xE0 per selezione",desc:"Mostra solo le propriet\xE0 presenti nelle note nella cartella o tag selezionato."},hiddenTags:{name:"Nascondi tag (profilo vault)",desc:"Lista di pattern tag separati da virgola. Pattern nome: tag* (inizia con), *tag (finisce con). Pattern percorso: archivio (tag e discendenti), archivio/* (solo discendenti), progetti/*/bozze (wildcard intermedio).",placeholder:"archivio*, *bozza, progetti/*/vecchio"},hiddenFileTags:{name:"Nascondi note con tag (profilo vault)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Abilita note cartella",desc:"Le cartelle con un file nota corrispondente vengono visualizzate come link cliccabili."},folderNoteType:{name:"Tipo nota cartella predefinito",desc:"Tipo nota cartella creata dal menu contestuale.",options:{ask:"Chiedi quando crei",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Nome nota cartella",desc:"Nome della nota cartella senza estensione. Lascia vuoto per usare lo stesso nome della cartella.",placeholder:"index"},folderNoteNamePattern:{name:"Modello nome nota cartella",desc:"Modello di nome per le note cartella senza estensione. Usa {{folder}} per inserire il nome della cartella. Se impostato, il nome della nota cartella non si applica."},folderNoteTemplate:{name:"Modello nota cartella",desc:"File modello per le nuove note cartella Markdown. Impostare la posizione della cartella modelli in Generale > Modelli."},enableFolderNoteLinks:{name:"Attiva link note cartella",desc:"Le etichette delle cartelle sono visualizzate come link e aprono le note cartella al clic. Quando disattivato, le note cartella forniscono comunque metadati di nome, icona e colore."},hideFolderNoteInList:{name:"Nascondi note cartella nella lista",desc:"Nascondere le note cartella dall'elenco dei file."},pinCreatedFolderNote:{name:"Fissa note cartella create",desc:"Fissare le note cartella quando create dal menu contestuale."},openFolderNotesInNewTab:{name:"Apri note cartella in nuova scheda",desc:"Aprire le note cartella in una nuova scheda cliccando su una cartella."},confirmBeforeDelete:{name:"Conferma prima di eliminare",desc:"Mostra dialogo conferma quando elimini note o cartelle"},deleteAttachments:{name:"Elimina allegati quando si eliminano i file",desc:"Rimuovi automaticamente gli allegati collegati al file eliminato se non sono utilizzati altrove",options:{ask:"Chiedi ogni volta",always:"Sempre",never:"Mai"}},moveFileConflicts:{name:"Conflitti di spostamento",desc:"Quando si sposta un file in una cartella dove esiste gi\xE0 un file con lo stesso nome. Chiedi ogni volta (rinomina, sovrascrivi, annulla) o rinomina sempre.",options:{ask:"Chiedi ogni volta",rename:"Rinomina sempre"}},metadataCleanup:{name:"Pulisci metadati",desc:"Rimuove metadati orfani lasciati quando file, cartelle o tag sono eliminati, spostati o rinominati fuori da Obsidian. Questo influisce solo sul file impostazioni Notebook Navigator.",buttonText:"Pulisci metadati",error:"Pulizia impostazioni fallita",loading:"Controllo metadati...",statusClean:"Nessun metadato da pulire",statusCounts:"Elementi orfani: {folders} cartelle, {tags} tag, {properties} propriet\xE0, {files} file, {pinned} fissati, {separators} separatori"},rebuildCache:{name:"Ricostruisci cache",desc:"Usa se riscontri tag mancanti, anteprime errate o immagini in evidenza mancanti. Questo pu\xF2 accadere dopo conflitti sync o chiusure inaspettate.",buttonText:"Ricostruisci cache",error:"Impossibile ricostruire cache",indexingTitle:"Indicizzazione del vault...",progress:"Aggiornamento della cache di Notebook Navigator."},externalIcons:{downloadButton:"Scarica",downloadingLabel:"Scaricamento...",removeButton:"Rimuovi",statusInstalled:"Scaricato (versione {version})",statusNotInstalled:"Non scaricato",versionUnknown:"sconosciuta",downloadFailed:"Impossibile scaricare {name}. Controlla la connessione e riprova.",removeFailed:"Impossibile rimuovere {name}.",infoNote:"I pacchetti icone scaricati sincronizzano lo stato installazione tra dispositivi. I pacchetti icone rimangono nel database locale su ogni dispositivo; la sync traccia solo se scaricarli o rimuoverli. I pacchetti icone si scaricano dal repository Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Usa metadati frontmatter",desc:"Usa frontmatter per nome nota, timestamp, icone e colori"},frontmatterIconField:{name:"Campo icona",desc:"Campo frontmatter per icone file. Lascia vuoto per usare icone salvate nelle impostazioni.",placeholder:"icon"},frontmatterColorField:{name:"Campo colore",desc:"Campo frontmatter per colori file. Lascia vuoto per usare colori salvati nelle impostazioni.",placeholder:"color"},frontmatterBackgroundField:{name:"Campo sfondo",desc:"Campo frontmatter per colori di sfondo. Lascia vuoto per usare colori di sfondo salvati nelle impostazioni.",placeholder:"background"},frontmatterMigration:{name:"Migra icone e colori dalle impostazioni",desc:"Salvati nelle impostazioni: {icons} icone, {colors} colori.",button:"Migra",buttonWorking:"Migrazione...",noticeNone:"Nessuna icona o colore file salvato nelle impostazioni.",noticeDone:"Migrati {migratedIcons}/{icons} icone, {migratedColors}/{colors} colori.",noticeFailures:"Voci fallite: {failures}.",noticeError:"Migrazione fallita. Controlla console per dettagli."},frontmatterNameField:{name:"Campi nome",desc:"Elenco di campi frontmatter separati da virgola. Viene usato il primo valore non vuoto. Usa il nome file come alternativa.",placeholder:"title, name"},frontmatterCreatedField:{name:"Campo timestamp creazione",desc:"Nome campo frontmatter per timestamp creazione. Lascia vuoto per usare solo data file system.",placeholder:"created"},frontmatterModifiedField:{name:"Campo timestamp modifica",desc:"Nome campo frontmatter per timestamp modifica. Lascia vuoto per usare solo data file system.",placeholder:"modified"},frontmatterDateFormat:{name:"Formato timestamp",desc:"Formato usato per parsare timestamp nel frontmatter. Lascia vuoto per usare parsing ISO 8601.",helpTooltip:"Formato con Moment",momentLinkText:"formato Moment",help:`Formati comuni: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Supporta lo sviluppo",desc:"Se ami usare Notebook Navigator, considera di supportare il suo sviluppo continuo.",buttonText:"\u2764\uFE0F Sponsorizza",coffeeButton:"\u2615\uFE0F Offrimi un caff\xE8"},updateCheckOnStart:{name:"Controlla nuova versione all'avvio",desc:"Controlla nuovi rilasci plugin all'avvio e mostra notifica quando un aggiornamento \xE8 disponibile. I controlli avvengono al massimo una volta al giorno.",status:"Nuova versione disponibile: {version}"},whatsNew:{name:"Novit\xE0 in Notebook Navigator {version}",desc:"Vedi aggiornamenti e miglioramenti recenti",buttonText:"Vedi aggiornamenti recenti"},masteringVideo:{name:"Padroneggiare Notebook Navigator (video)",desc:"Questo video copre tutto ci\xF2 che serve per essere produttivi in Notebook Navigator, incluse scorciatoie da tastiera, ricerca, tag e personalizzazione avanzata."},cacheStatistics:{localCache:"Cache locale",items:"elementi",withTags:"con tag",withPreviewText:"con testo anteprima",withFeatureImage:"con immagine in evidenza",withMetadata:"con metadati"},metadataInfo:{successfullyParsed:"Parsati con successo",itemsWithName:"elementi con nome",withCreatedDate:"con data creazione",withModifiedDate:"con data modifica",withIcon:"con icona",withColor:"con colore",failedToParse:"Impossibile parsare",createdDates:"date creazione",modifiedDates:"date modifica",checkTimestampFormat:"Controlla il formato timestamp.",exportFailed:"Esporta errori"}}},whatsNew:{title:"Novit\xE0 in Notebook Navigator",supportMessage:"Se trovi Notebook Navigator utile, considera di supportare il suo sviluppo.",supportButton:"Offrimi un caff\xE8",thanksButton:"Grazie!"}}});var xO,RO=He(()=>{xO={common:{cancel:"\u30AD\u30E3\u30F3\u30BB\u30EB",delete:"\u524A\u9664",clear:"\u30AF\u30EA\u30A2",remove:"\u524A\u9664",restoreDefault:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306B\u623B\u3059",submit:"\u9001\u4FE1",configure:"\u8A2D\u5B9A",lightMode:"\u30E9\u30A4\u30C8\u30E2\u30FC\u30C9",darkMode:"\u30C0\u30FC\u30AF\u30E2\u30FC\u30C9",noSelection:"\u9078\u629E\u306A\u3057",untagged:"\u30BF\u30B0\u306A\u3057",featureImageAlt:"\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF",unknownError:"\u4E0D\u660E\u306A\u30A8\u30E9\u30FC",clipboardWriteError:"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u66F8\u304D\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F",updateBannerTitle:"Notebook Navigator \u306E\u66F4\u65B0\u304C\u3042\u308A\u307E\u3059",updateBannerInstruction:"\u8A2D\u5B9A -> \u30B3\u30DF\u30E5\u30CB\u30C6\u30A3\u30D7\u30E9\u30B0\u30A4\u30F3 \u3067\u66F4\u65B0",previous:"\u524D\u3078",next:"\u6B21\u3078"},listPane:{emptyStateNoSelection:"\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30BF\u30B0\u3092\u9078\u629E\u3057\u3066\u30CE\u30FC\u30C8\u3092\u8868\u793A",emptyStateNoNotes:"\u30CE\u30FC\u30C8\u306A\u3057",pinnedSection:"\u30D4\u30F3\u7559\u3081",notesSection:"\u30CE\u30FC\u30C8",filesSection:"\u30D5\u30A1\u30A4\u30EB",hiddenItemAriaLabel:"{name} (\u975E\u8868\u793A)"},tagList:{untaggedLabel:"\u30BF\u30B0\u306A\u3057",tags:"\u30BF\u30B0"},navigationPane:{shortcutsHeader:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",recentFilesHeader:"\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB",properties:"\u30D7\u30ED\u30D1\u30C6\u30A3",reorderRootFoldersTitle:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3092\u4E26\u3073\u66FF\u3048",reorderRootFoldersHint:"\u77E2\u5370\u307E\u305F\u306F\u30C9\u30E9\u30C3\u30B0\u3067\u4E26\u3073\u66FF\u3048",vaultRootLabel:"\u30DC\u30FC\u30EB\u30C8",resetRootToAlpha:"\u30A2\u30EB\u30D5\u30A1\u30D9\u30C3\u30C8\u9806\u306B\u30EA\u30BB\u30C3\u30C8",resetRootToFrequency:"\u983B\u5EA6\u9806\u306B\u30EA\u30BB\u30C3\u30C8",pinShortcuts:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u56FA\u5B9A",pinShortcutsAndRecentFiles:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3068\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u56FA\u5B9A",unpinShortcuts:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u56FA\u5B9A\u3092\u89E3\u9664",unpinShortcutsAndRecentFiles:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3068\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u56FA\u5B9A\u3092\u89E3\u9664",profileMenuAria:"\u4FDD\u7BA1\u5EAB\u306E\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u5909\u66F4"},navigationCalendar:{ariaLabel:"\u30AB\u30EC\u30F3\u30C0\u30FC",dailyNotesNotEnabled:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u30D7\u30E9\u30B0\u30A4\u30F3\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u307E\u305B\u3093\u3002",createDailyNote:{title:"\u65B0\u898F\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8",message:"\u30D5\u30A1\u30A4\u30EB {filename} \u306F\u5B58\u5728\u3057\u307E\u305B\u3093\u3002\u4F5C\u6210\u3057\u307E\u3059\u304B\uFF1F",confirmButton:"\u4F5C\u6210"},helpModal:{title:"\u30AB\u30EC\u30F3\u30C0\u30FC\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",items:["\u4EFB\u610F\u306E\u65E5\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u3092\u958B\u304F\u304B\u4F5C\u6210\u3057\u307E\u3059\u3002\u9031\u3001\u6708\u3001\u56DB\u534A\u671F\u3001\u5E74\u3082\u540C\u69D8\u306B\u6A5F\u80FD\u3057\u307E\u3059\u3002","\u65E5\u4ED8\u306E\u4E0B\u306E\u5857\u308A\u3064\u3076\u3055\u308C\u305F\u30C9\u30C3\u30C8\u306F\u30CE\u30FC\u30C8\u304C\u3042\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002\u4E2D\u7A7A\u306E\u30C9\u30C3\u30C8\u306F\u672A\u5B8C\u4E86\u306E\u30BF\u30B9\u30AF\u304C\u3042\u308B\u3053\u3068\u3092\u610F\u5473\u3057\u307E\u3059\u3002","\u30CE\u30FC\u30C8\u306B\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u304C\u3042\u308B\u5834\u5408\u3001\u305D\u306E\u65E5\u306E\u80CC\u666F\u3068\u3057\u3066\u8868\u793A\u3055\u308C\u307E\u3059\u3002"],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u30AF\u30EA\u30C3\u30AF\u3067\u65E5\u4ED8\u3092\u30D5\u30A1\u30A4\u30EB\u30EA\u30B9\u30C8\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u306B\u8FFD\u52A0\u3057\u307E\u3059\u3002",dateFilterOptionAlt:"`Option/Alt`+\u30AF\u30EA\u30C3\u30AF\u3067\u65E5\u4ED8\u3092\u30D5\u30A1\u30A4\u30EB\u30EA\u30B9\u30C8\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u306B\u8FFD\u52A0\u3057\u307E\u3059\u3002"}},dailyNotes:{templateReadFailed:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u306E\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F\u3002",createFailed:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002"},shortcuts:{folderExists:"\u30D5\u30A9\u30EB\u30C0\u306F\u65E2\u306B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u3042\u308A\u307E\u3059",noteExists:"\u30CE\u30FC\u30C8\u306F\u65E2\u306B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u3042\u308A\u307E\u3059",tagExists:"\u30BF\u30B0\u306F\u65E2\u306B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u3042\u308A\u307E\u3059",propertyExists:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u3059\u3067\u306B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u8FFD\u52A0\u3055\u308C\u3066\u3044\u307E\u3059",invalidProperty:"\u7121\u52B9\u306A\u30D7\u30ED\u30D1\u30C6\u30A3\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",searchExists:"\u691C\u7D22\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059",emptySearchQuery:"\u4FDD\u5B58\u524D\u306B\u691C\u7D22\u30AF\u30A8\u30EA\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",emptySearchName:"\u691C\u7D22\u3092\u4FDD\u5B58\u3059\u308B\u524D\u306B\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",add:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u8FFD\u52A0",addNotesCount:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B{count}\u4EF6\u306E\u30CE\u30FC\u30C8\u3092\u8FFD\u52A0",addFilesCount:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B{count}\u4EF6\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0",rename:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u540D\u3092\u5909\u66F4",remove:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304B\u3089\u524A\u9664",removeAll:"\u3059\u3079\u3066\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u524A\u9664",removeAllConfirm:"\u3059\u3079\u3066\u306E\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",folderNotesPinned:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8 {count} \u4EF6\u3092\u30D4\u30F3\u7559\u3081\u3057\u307E\u3057\u305F"},paneHeader:{collapseAllFolders:"\u30A2\u30A4\u30C6\u30E0\u3092\u6298\u308A\u305F\u305F\u3080",expandAllFolders:"\u3059\u3079\u3066\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u5C55\u958B",showCalendar:"\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u8868\u793A",hideCalendar:"\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u975E\u8868\u793A",newFolder:"\u65B0\u898F\u30D5\u30A9\u30EB\u30C0",newNote:"\u65B0\u898F\u30CE\u30FC\u30C8",mobileBackToNavigation:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u306B\u623B\u308B",changeSortOrder:"\u4E26\u3073\u9806\u3092\u5909\u66F4",defaultSort:"\u30C7\u30D5\u30A9\u30EB\u30C8",descendants:"\u5B50\u5B6B",subfolders:"\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u30FC",subtags:"\u30B5\u30D6\u30BF\u30B0",childValues:"\u5B50\u306E\u5024",applySortToDescendants:t=>`${t}\u306B\u4E26\u3073\u66FF\u3048\u3092\u9069\u7528`,applyAppearanceToDescendants:t=>`${t}\u306B\u5916\u89B3\u3092\u9069\u7528`,showFolders:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3092\u8868\u793A",reorderRootFolders:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3092\u4E26\u3073\u66FF\u3048",finishRootFolderReorder:"\u5B8C\u4E86",showExcludedItems:"\u975E\u8868\u793A\u306E\u30D5\u30A9\u30EB\u30C0\u30FB\u30BF\u30B0\u30FB\u30CE\u30FC\u30C8\u3092\u8868\u793A",hideExcludedItems:"\u975E\u8868\u793A\u306E\u30D5\u30A9\u30EB\u30C0\u30FB\u30BF\u30B0\u30FB\u30CE\u30FC\u30C8\u3092\u975E\u8868\u793A",showDualPane:"\u30C7\u30E5\u30A2\u30EB\u30DA\u30A4\u30F3\u3092\u8868\u793A",showSinglePane:"\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\u3092\u8868\u793A",changeAppearance:"\u5916\u89B3\u3092\u5909\u66F4",showNotesFromSubfolders:"\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u306E\u30CE\u30FC\u30C8\u3092\u8868\u793A",showFilesFromSubfolders:"\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8868\u793A",showNotesFromDescendants:"\u5B50\u5B6B\u306E\u30CE\u30FC\u30C8\u3092\u8868\u793A",showFilesFromDescendants:"\u5B50\u5B6B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8868\u793A",search:"\u691C\u7D22"},searchInput:{placeholder:"\u691C\u7D22...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\u691C\u7D22\u3092\u30AF\u30EA\u30A2",switchToFilterSearch:"\u30D5\u30A3\u30EB\u30BF\u30FC\u691C\u7D22\u306B\u5207\u308A\u66FF\u3048",switchToOmnisearch:"Omnisearch\u306B\u5207\u308A\u66FF\u3048",saveSearchShortcut:"\u691C\u7D22\u3092\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u4FDD\u5B58",removeSearchShortcut:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u304B\u3089\u691C\u7D22\u3092\u524A\u9664",shortcutModalTitle:"\u691C\u7D22\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u4FDD\u5B58",shortcutNamePlaceholder:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u540D\u3092\u5165\u529B",shortcutStartIn:"\u5E38\u306B\u3053\u3053\u304B\u3089\u958B\u59CB: {path}",searchHelp:"\u691C\u7D22\u69CB\u6587",searchHelpTitle:"\u691C\u7D22\u69CB\u6587",searchHelpModal:{intro:"\u30D5\u30A1\u30A4\u30EB\u540D\u3001\u30D7\u30ED\u30D1\u30C6\u30A3\u3001\u30BF\u30B0\u3001\u65E5\u4ED8\u3001\u30D5\u30A3\u30EB\u30BF\u30FC\u30921\u3064\u306E\u30AF\u30A8\u30EA\u3067\u7D44\u307F\u5408\u308F\u305B\u53EF\u80FD\uFF08\u4F8B\uFF1A`meeting .status=active #work @thisweek`\uFF09\u3002Omnisearch \u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u3068\u5168\u6587\u691C\u7D22\u304C\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002",introSwitching:"\u4E0A\u4E0B\u77E2\u5370\u30AD\u30FC\u307E\u305F\u306F\u691C\u7D22\u30A2\u30A4\u30B3\u30F3\u306E\u30AF\u30EA\u30C3\u30AF\u3067\u3001\u30D5\u30A3\u30EB\u30BF\u30FC\u691C\u7D22\u3068 Omnisearch \u3092\u5207\u308A\u66FF\u3048\u3089\u308C\u307E\u3059\u3002",sections:{fileNames:{title:"\u30D5\u30A1\u30A4\u30EB\u540D",items:["`word` \u30D5\u30A1\u30A4\u30EB\u540D\u306B\u300Cword\u300D\u3092\u542B\u3080\u30CE\u30FC\u30C8\u3092\u691C\u7D22\u3002","`word1 word2` \u3059\u3079\u3066\u306E\u5358\u8A9E\u304C\u30D5\u30A1\u30A4\u30EB\u540D\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002","`-word` \u30D5\u30A1\u30A4\u30EB\u540D\u306B\u300Cword\u300D\u3092\u542B\u3080\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3002"]},tags:{title:"\u30BF\u30B0",items:["`#tag` \u30BF\u30B0\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u542B\u3081\u308B\uFF08`#tag/subtag` \u306E\u3088\u3046\u306A\u30CD\u30B9\u30C8\u3057\u305F\u30BF\u30B0\u3082\u4E00\u81F4\uFF09\u3002","`#` \u30BF\u30B0\u4ED8\u304D\u30CE\u30FC\u30C8\u306E\u307F\u3092\u542B\u3081\u308B\u3002","`-#tag` \u30BF\u30B0\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3002","`-#` \u30BF\u30B0\u306A\u3057\u30CE\u30FC\u30C8\u306E\u307F\u3092\u542B\u3081\u308B\u3002","`#tag1 #tag2` \u4E21\u65B9\u306E\u30BF\u30B0\u306B\u4E00\u81F4\uFF08\u6697\u9ED9\u306EAND\uFF09\u3002","`#tag1 AND #tag2` \u4E21\u65B9\u306E\u30BF\u30B0\u306B\u4E00\u81F4\uFF08\u660E\u793A\u7684\u306AAND\uFF09\u3002","`#tag1 OR #tag2` \u3044\u305A\u308C\u304B\u306E\u30BF\u30B0\u306B\u4E00\u81F4\u3002","`#a OR #b AND #c` AND\u306F\u512A\u5148\u5EA6\u304C\u9AD8\u3044\uFF1A`#a`\u3001\u307E\u305F\u306F`#b`\u3068`#c`\u306E\u4E21\u65B9\u306B\u4E00\u81F4\u3002","Cmd/Ctrl+\u30AF\u30EA\u30C3\u30AF\u3067\u30BF\u30B0\u3092 AND \u3068\u3057\u3066\u8FFD\u52A0\u3002Cmd/Ctrl+Shift+\u30AF\u30EA\u30C3\u30AF\u3067 OR \u3068\u3057\u3066\u8FFD\u52A0\u3002"]},properties:{title:"\u30D7\u30ED\u30D1\u30C6\u30A3",items:["`.key` \u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u542B\u3081\u308B\u3002","`.key=value` \u30D7\u30ED\u30D1\u30C6\u30A3\u5024\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u542B\u3081\u308B\u3002",'`."Reading Status"` \u7A7A\u767D\u3092\u542B\u3080\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u542B\u3081\u308B\u3002','`."Reading Status"="In Progress"` \u7A7A\u767D\u3092\u542B\u3080\u30AD\u30FC\u3068\u5024\u306F\u30C0\u30D6\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002',"`-.key` \u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3059\u308B\u3002","`-.key=value` \u30D7\u30ED\u30D1\u30C6\u30A3\u5024\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3059\u308B\u3002","Cmd/Ctrl+\u30AF\u30EA\u30C3\u30AF\u3067\u30D7\u30ED\u30D1\u30C6\u30A3\u3092AND\u3067\u8FFD\u52A0\u3002Cmd/Ctrl+Shift+\u30AF\u30EA\u30C3\u30AF\u3067OR\u3067\u8FFD\u52A0\u3002"]},tasks:{title:"\u30D5\u30A3\u30EB\u30BF\u30FC",items:["`has:task` \u672A\u5B8C\u4E86\u306E\u30BF\u30B9\u30AF\u3092\u542B\u3080\u30CE\u30FC\u30C8\u3092\u8868\u793A\u3002","`-has:task` \u672A\u5B8C\u4E86\u306E\u30BF\u30B9\u30AF\u3092\u542B\u3080\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3002","`folder:meetings` \u30D5\u30A9\u30EB\u30C0\u540D\u306B `meetings` \u3092\u542B\u3080\u30CE\u30FC\u30C8\u3092\u8868\u793A\u3002","`folder:/work/meetings` `work/meetings` \u5185\u306E\u30CE\u30FC\u30C8\u306E\u307F\u3092\u8868\u793A\uFF08\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u3092\u9664\u304F\uFF09\u3002","`folder:/` \u30DC\u30FC\u30EB\u30C8\u30EB\u30FC\u30C8\u5185\u306E\u30CE\u30FC\u30C8\u306E\u307F\u3092\u8868\u793A\u3002","`-folder:archive` \u30D5\u30A9\u30EB\u30C0\u540D\u306B `archive` \u3092\u542B\u3080\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3002","`-folder:/archive` `archive` \u5185\u306E\u30CE\u30FC\u30C8\u306E\u307F\u3092\u9664\u5916\uFF08\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u3092\u9664\u304F\uFF09\u3002","`ext:md` \u62E1\u5F35\u5B50\u304C `md` \u306E\u30CE\u30FC\u30C8\u3092\u8868\u793A\uFF08`ext:.md` \u3082\u30B5\u30DD\u30FC\u30C8\uFF09\u3002","`-ext:pdf` \u62E1\u5F35\u5B50\u304C `pdf` \u306E\u30CE\u30FC\u30C8\u3092\u9664\u5916\u3002","\u30BF\u30B0\u3001\u540D\u524D\u3001\u65E5\u4ED8\u3068\u7D44\u307F\u5408\u308F\u305B\u3066\u4F7F\u7528\uFF08\u4F8B\uFF1A`folder:/work/meetings ext:md @thisweek`\uFF09\u3002"]},connectors:{title:"AND/OR\u306E\u52D5\u4F5C",items:["`AND`\u3068`OR`\u306F\u30BF\u30B0/\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u307F\u306E\u30AF\u30A8\u30EA\u3067\u306E\u307F\u6F14\u7B97\u5B50\u3068\u3057\u3066\u6A5F\u80FD\u3057\u307E\u3059\u3002","\u30BF\u30B0/\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u307F\u306E\u30AF\u30A8\u30EA\u306B\u306F\u30BF\u30B0\u3068\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u306E\u307F\u304C\u542B\u307E\u308C\u307E\u3059: `#tag`\u3001`-#tag`\u3001`#`\u3001`-#`\u3001`.key`\u3001`-.key`\u3001`.key=value`\u3001`-.key=value`\u3002","\u30AF\u30A8\u30EA\u306B\u540D\u524D\u3001\u65E5\u4ED8\uFF08`@...`\uFF09\u3001\u30BF\u30B9\u30AF\u30D5\u30A3\u30EB\u30BF\u30FC\uFF08`has:task`\uFF09\u3001\u30D5\u30A9\u30EB\u30C0\u30D5\u30A3\u30EB\u30BF\u30FC\uFF08`folder:...`\uFF09\u3001\u307E\u305F\u306F\u62E1\u5F35\u5B50\u30D5\u30A3\u30EB\u30BF\u30FC\uFF08`ext:...`\uFF09\u304C\u542B\u307E\u308C\u308B\u5834\u5408\u3001`AND`\u3068`OR`\u306F\u5358\u8A9E\u3068\u3057\u3066\u691C\u7D22\u3055\u308C\u307E\u3059\u3002","\u6F14\u7B97\u5B50\u30AF\u30A8\u30EA\u306E\u4F8B: `#work OR .status=started`\u3002","\u6DF7\u5408\u30AF\u30A8\u30EA\u306E\u4F8B: `#work OR ext:md`\uFF08`OR`\u306F\u30D5\u30A1\u30A4\u30EB\u540D\u3067\u691C\u7D22\u3055\u308C\u307E\u3059\uFF09\u3002"]},dates:{title:"\u65E5\u4ED8",items:["`@today` \u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u65E5\u4ED8\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u4F7F\u7528\u3057\u3066\u4ECA\u65E5\u306E\u30CE\u30FC\u30C8\u3092\u691C\u7D22\u3002","`@yesterday`\u3001`@last7d`\u3001`@last30d`\u3001`@thisweek`\u3001`@thismonth` \u76F8\u5BFE\u7684\u306A\u65E5\u4ED8\u7BC4\u56F2\u3002","`@2026-02-07` \u7279\u5B9A\u306E\u65E5\u3092\u691C\u7D22\uFF08`@20260207` \u3082\u30B5\u30DD\u30FC\u30C8\uFF09\u3002","`@2026` \u66A6\u5E74\u3092\u691C\u7D22\u3002","`@2026-02` \u307E\u305F\u306F `@202602` \u66A6\u6708\u3092\u691C\u7D22\u3002","`@2026-W05` \u307E\u305F\u306F `@2026W05` ISO\u9031\u3092\u691C\u7D22\u3002","`@2026-Q2` \u307E\u305F\u306F `@2026Q2` \u66A6\u56DB\u534A\u671F\u3092\u691C\u7D22\u3002","`@13/02/2026` \u533A\u5207\u308A\u6587\u5B57\u4ED8\u304D\u306E\u6570\u5024\u5F62\u5F0F\uFF08`@07022026` \u306F\u66D6\u6627\u306A\u5834\u5408\u306B\u30ED\u30B1\u30FC\u30EB\u306B\u5F93\u3044\u307E\u3059\uFF09\u3002","`@2026-02-01..2026-02-07` \u5305\u62EC\u7684\u306A\u65E5\u4ED8\u7BC4\u56F2\u3092\u691C\u7D22\uFF08\u958B\u653E\u7AEF\u30B5\u30DD\u30FC\u30C8\uFF09\u3002","`@c:...` \u307E\u305F\u306F `@m:...` \u4F5C\u6210\u65E5\u307E\u305F\u306F\u66F4\u65B0\u65E5\u3092\u6307\u5B9A\u3002","`-@...` \u65E5\u4ED8\u306E\u4E00\u81F4\u3092\u9664\u5916\u3002"]},omnisearch:{title:"Omnisearch",items:["\u30DC\u30FC\u30EB\u30C8\u5168\u4F53\u306E\u5168\u6587\u691C\u7D22\u3002\u73FE\u5728\u306E\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u9078\u629E\u3055\u308C\u305F\u30BF\u30B0\u3067\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u3055\u308C\u307E\u3059\u3002","\u5927\u898F\u6A21\u306A\u30DC\u30FC\u30EB\u30C8\u3067\u306F3\u6587\u5B57\u672A\u6E80\u306E\u5834\u5408\u3001\u52D5\u4F5C\u304C\u9045\u304F\u306A\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","\u975EASCII\u30D1\u30B9\u306E\u691C\u7D22\u3084\u30B5\u30D6\u30D1\u30B9\u306E\u6B63\u78BA\u306A\u691C\u7D22\u306F\u3067\u304D\u307E\u305B\u3093\u3002","\u30D5\u30A9\u30EB\u30C0\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u524D\u306B\u8FD4\u3055\u308C\u308B\u7D50\u679C\u6570\u306B\u5236\u9650\u304C\u3042\u308B\u305F\u3081\u3001\u4ED6\u306B\u591A\u304F\u306E\u4E00\u81F4\u304C\u3042\u308B\u5834\u5408\u3001\u95A2\u9023\u30D5\u30A1\u30A4\u30EB\u304C\u8868\u793A\u3055\u308C\u306A\u3044\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002","\u30CE\u30FC\u30C8\u30D7\u30EC\u30D3\u30E5\u30FC\u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u306E\u4EE3\u308F\u308A\u306B Omnisearch \u306E\u629C\u7C8B\u3092\u8868\u793A\u3057\u307E\u3059\u3002"]}}}},contextMenu:{file:{openInNewTab:"\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F",openToRight:"\u53F3\u5074\u3067\u958B\u304F",openInNewWindow:"\u65B0\u3057\u3044\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u958B\u304F",openMultipleInNewTabs:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F",openMultipleToRight:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u3092\u53F3\u5074\u3067\u958B\u304F",openMultipleInNewWindows:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u3092\u65B0\u3057\u3044\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u958B\u304F",pinNote:"\u30CE\u30FC\u30C8\u3092\u30D4\u30F3\u7559\u3081",unpinNote:"\u30D4\u30F3\u7559\u3081\u3092\u89E3\u9664",pinMultipleNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u3092\u30D4\u30F3\u7559\u3081",unpinMultipleNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u306E\u30D4\u30F3\u7559\u3081\u3092\u89E3\u9664",duplicateNote:"\u30CE\u30FC\u30C8\u3092\u8907\u88FD",duplicateMultipleNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u3092\u8907\u88FD",openVersionHistory:"\u30D0\u30FC\u30B8\u30E7\u30F3\u5C65\u6B74\u3092\u958B\u304F",revealInFolder:"\u30D5\u30A9\u30EB\u30C0\u3067\u8868\u793A",revealInFinder:"Finder\u3067\u8868\u793A",showInExplorer:"\u30B7\u30B9\u30C6\u30E0\u30A8\u30AF\u30B9\u30D7\u30ED\u30FC\u30E9\u30FC\u3067\u8868\u793A",openInDefaultApp:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30A2\u30D7\u30EA\u3067\u958B\u304F",renameNote:"\u30CE\u30FC\u30C8\u306E\u540D\u524D\u3092\u5909\u66F4",deleteNote:"\u30CE\u30FC\u30C8\u3092\u524A\u9664",deleteMultipleNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u3092\u524A\u9664",moveNoteToFolder:"\u30CE\u30FC\u30C8\u3092\u79FB\u52D5\u5148...",moveFileToFolder:"\u30D5\u30A1\u30A4\u30EB\u3092\u79FB\u52D5\u5148...",moveMultipleNotesToFolder:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u3092\u79FB\u52D5\u5148...",moveMultipleFilesToFolder:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u79FB\u52D5\u5148...",addTag:"\u30BF\u30B0\u3092\u8FFD\u52A0",addPropertyKey:"\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8A2D\u5B9A",removeTag:"\u30BF\u30B0\u3092\u524A\u9664",removeAllTags:"\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u524A\u9664",changeIcon:"\u30A2\u30A4\u30B3\u30F3\u3092\u5909\u66F4",changeColor:"\u8272\u3092\u5909\u66F4",openMultipleFilesInNewTabs:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F",openMultipleFilesToRight:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u53F3\u5074\u3067\u958B\u304F",openMultipleFilesInNewWindows:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u958B\u304F",pinFile:"\u30D5\u30A1\u30A4\u30EB\u3092\u30D4\u30F3\u7559\u3081",unpinFile:"\u30D4\u30F3\u7559\u3081\u3092\u89E3\u9664",pinMultipleFiles:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30D4\u30F3\u7559\u3081",unpinMultipleFiles:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u30D4\u30F3\u7559\u3081\u3092\u89E3\u9664",duplicateFile:"\u30D5\u30A1\u30A4\u30EB\u3092\u8907\u88FD",duplicateMultipleFiles:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8907\u88FD",renameFile:"\u30D5\u30A1\u30A4\u30EB\u306E\u540D\u524D\u3092\u5909\u66F4",deleteFile:"\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664",setCalendarHighlight:"\u30CF\u30A4\u30E9\u30A4\u30C8\u3092\u8A2D\u5B9A",removeCalendarHighlight:"\u30CF\u30A4\u30E9\u30A4\u30C8\u3092\u89E3\u9664",deleteMultipleFiles:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664"},folder:{newNote:"\u65B0\u898F\u30CE\u30FC\u30C8",newNoteFromTemplate:"\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u304B\u3089\u65B0\u898F\u30CE\u30FC\u30C8",newFolder:"\u65B0\u898F\u30D5\u30A9\u30EB\u30C0",newCanvas:"\u65B0\u898F\u30AD\u30E3\u30F3\u30D0\u30B9",newBase:"\u65B0\u898F\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9",newDrawing:"\u65B0\u898F\u56F3\u9762",newExcalidrawDrawing:"\u65B0\u898F Excalidraw \u56F3\u9762",newTldrawDrawing:"\u65B0\u898F Tldraw \u56F3\u9762",duplicateFolder:"\u30D5\u30A9\u30EB\u30C0\u3092\u8907\u88FD",searchInFolder:"\u30D5\u30A9\u30EB\u30C0\u5185\u3092\u691C\u7D22",createFolderNote:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u4F5C\u6210",detachFolderNote:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u89E3\u9664",deleteFolderNote:"\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u3092\u524A\u9664",changeIcon:"\u30A2\u30A4\u30B3\u30F3\u3092\u5909\u66F4",changeColor:"\u8272\u3092\u5909\u66F4",changeBackground:"\u80CC\u666F\u8272\u3092\u5909\u66F4",excludeFolder:"\u30D5\u30A9\u30EB\u30C0\u3092\u975E\u8868\u793A",unhideFolder:"\u30D5\u30A9\u30EB\u30C0\u3092\u8868\u793A",moveFolder:"\u30D5\u30A9\u30EB\u30C0\u3092\u79FB\u52D5\u5148...",renameFolder:"\u30D5\u30A9\u30EB\u30C0\u306E\u540D\u524D\u3092\u5909\u66F4",deleteFolder:"\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664"},tag:{changeIcon:"\u30A2\u30A4\u30B3\u30F3\u3092\u5909\u66F4",changeColor:"\u8272\u3092\u5909\u66F4",changeBackground:"\u80CC\u666F\u8272\u3092\u5909\u66F4",showTag:"\u30BF\u30B0\u3092\u8868\u793A",hideTag:"\u30BF\u30B0\u3092\u975E\u8868\u793A"},property:{addKey:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3092\u8A2D\u5B9A",renameKey:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u540D\u524D\u3092\u5909\u66F4",deleteKey:"\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u524A\u9664"},navigation:{addSeparator:"\u533A\u5207\u308A\u7DDA\u3092\u8FFD\u52A0",removeSeparator:"\u533A\u5207\u308A\u7DDA\u3092\u524A\u9664"},copyPath:{title:"\u30D1\u30B9\u3092\u30B3\u30D4\u30FC",asObsidianUrl:"Obsidian URL \u3068\u3057\u3066",fromVaultFolder:"Vault \u30D5\u30A9\u30EB\u30C0\u304B\u3089",fromSystemRoot:"\u30B7\u30B9\u30C6\u30E0\u30EB\u30FC\u30C8\u304B\u3089"},style:{title:"\u30B9\u30BF\u30A4\u30EB",copy:"\u30B9\u30BF\u30A4\u30EB\u3092\u30B3\u30D4\u30FC",paste:"\u30B9\u30BF\u30A4\u30EB\u3092\u8CBC\u308A\u4ED8\u3051",removeIcon:"\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664",removeColor:"\u8272\u3092\u524A\u9664",removeBackground:"\u80CC\u666F\u3092\u524A\u9664",clear:"\u30B9\u30BF\u30A4\u30EB\u3092\u30AF\u30EA\u30A2"}},folderAppearance:{standardPreset:"\u6A19\u6E96",compactPreset:"\u30B3\u30F3\u30D1\u30AF\u30C8",defaultSuffix:"(\u30C7\u30D5\u30A9\u30EB\u30C8)",defaultLabel:"\u30C7\u30D5\u30A9\u30EB\u30C8",titleRows:"\u30BF\u30A4\u30C8\u30EB\u884C\u6570",previewRows:"\u30D7\u30EC\u30D3\u30E5\u30FC\u884C\u6570",groupBy:"\u30B0\u30EB\u30FC\u30D7\u5206\u3051",defaultTitleOption:t=>`\u30C7\u30D5\u30A9\u30EB\u30C8\u30BF\u30A4\u30C8\u30EB\u884C\u6570 (${t})`,defaultPreviewOption:t=>`\u30C7\u30D5\u30A9\u30EB\u30C8\u30D7\u30EC\u30D3\u30E5\u30FC\u884C\u6570 (${t})`,defaultGroupOption:t=>`\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30B0\u30EB\u30FC\u30D7\u5316 (${t})`,titleRowOption:t=>`\u30BF\u30A4\u30C8\u30EB${t}\u884C`,previewRowOption:t=>`\u30D7\u30EC\u30D3\u30E5\u30FC${t}\u884C`},modals:{bulkApply:{applyButton:"\u9069\u7528",applySortTitle:t=>`${t}\u306B\u4E26\u3073\u66FF\u3048\u3092\u9069\u7528\u3057\u307E\u3059\u304B\uFF1F`,applyAppearanceTitle:t=>`${t}\u306B\u5916\u89B3\u3092\u9069\u7528\u3057\u307E\u3059\u304B\uFF1F`,affectedCountMessage:t=>`\u5909\u66F4\u3055\u308C\u308B\u65E2\u5B58\u306E\u30AA\u30FC\u30D0\u30FC\u30E9\u30A4\u30C9: ${t}\u3002`},navRainbowSection:{title:t=>`\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC: ${t}`},iconPicker:{searchPlaceholder:"\u30A2\u30A4\u30B3\u30F3\u3092\u691C\u7D22...",recentlyUsedHeader:"\u6700\u8FD1\u4F7F\u7528\u3057\u305F\u30A2\u30A4\u30B3\u30F3",emptyStateSearch:"\u5165\u529B\u3057\u3066\u30A2\u30A4\u30B3\u30F3\u3092\u691C\u7D22",emptyStateNoResults:"\u30A2\u30A4\u30B3\u30F3\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093",showingResultsInfo:"{count}\u4EF6\u4E2D50\u4EF6\u3092\u8868\u793A\u4E2D\u3002\u7D5E\u308A\u8FBC\u3080\u306B\u306F\u7D9A\u3051\u3066\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",emojiInstructions:"\u7D75\u6587\u5B57\u3092\u5165\u529B\u307E\u305F\u306F\u8CBC\u308A\u4ED8\u3051\u3066\u30A2\u30A4\u30B3\u30F3\u3068\u3057\u3066\u4F7F\u7528",removeIcon:"\u30A2\u30A4\u30B3\u30F3\u3092\u524A\u9664",removeFromRecents:"\u6700\u8FD1\u4F7F\u7528\u3057\u305F\u30A2\u30A4\u30B3\u30F3\u304B\u3089\u524A\u9664",allTabLabel:"\u3059\u3079\u3066"},fileIconRuleEditor:{addRuleAria:"\u30EB\u30FC\u30EB\u3092\u8FFD\u52A0"},interfaceIcons:{title:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30A4\u30B3\u30F3",fileItemsSection:"\u30D5\u30A1\u30A4\u30EB\u9805\u76EE",items:{"nav-shortcuts":"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8","nav-recent-files":"\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB","nav-expand-all":"\u3059\u3079\u3066\u5C55\u958B","nav-collapse-all":"\u3059\u3079\u3066\u6298\u308A\u305F\u305F\u3080","nav-calendar":"\u30AB\u30EC\u30F3\u30C0\u30FC","nav-tree-expand":"\u30C4\u30EA\u30FC\u77E2\u5370: \u5C55\u958B","nav-tree-collapse":"\u30C4\u30EA\u30FC\u77E2\u5370: \u6298\u308A\u305F\u305F\u307F","nav-hidden-items":"\u975E\u8868\u793A\u9805\u76EE","nav-root-reorder":"\u30EB\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\u306E\u4E26\u3079\u66FF\u3048","nav-new-folder":"\u65B0\u898F\u30D5\u30A9\u30EB\u30C0","nav-show-single-pane":"\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\u3092\u8868\u793A","nav-show-dual-pane":"\u30C7\u30E5\u30A2\u30EB\u30DA\u30A4\u30F3\u3092\u8868\u793A","nav-profile-chevron":"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u30E1\u30CB\u30E5\u30FC\u77E2\u5370","list-search":"\u691C\u7D22","list-descendants":"\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u304B\u3089\u306E\u30CE\u30FC\u30C8","list-sort-ascending":"\u4E26\u3079\u66FF\u3048: \u6607\u9806","list-sort-descending":"\u4E26\u3079\u66FF\u3048: \u964D\u9806","list-appearance":"\u5916\u89B3\u3092\u5909\u66F4","list-new-note":"\u65B0\u898F\u30CE\u30FC\u30C8","nav-folder-open":"\u30D5\u30A9\u30EB\u30C0\uFF08\u958B\uFF09","nav-folder-closed":"\u30D5\u30A9\u30EB\u30C0\uFF08\u9589\uFF09","nav-tags":"\u30BF\u30B0","nav-tag":"\u30BF\u30B0","nav-properties":"\u30D7\u30ED\u30D1\u30C6\u30A3","nav-property":"\u30D7\u30ED\u30D1\u30C6\u30A3","nav-property-value":"\u5024","list-pinned":"\u30D4\u30F3\u7559\u3081\u9805\u76EE","file-unfinished-task":"\u672A\u5B8C\u4E86\u30BF\u30B9\u30AF","file-word-count":"\u5358\u8A9E\u6570"}},colorPicker:{currentColor:"\u73FE\u5728",newColor:"\u65B0\u898F",paletteDefault:"\u30C7\u30D5\u30A9\u30EB\u30C8",paletteCustom:"\u30AB\u30B9\u30BF\u30E0",copyColors:"\u8272\u3092\u30B3\u30D4\u30FC",colorsCopied:"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",pasteColors:"\u8272\u3092\u8CBC\u308A\u4ED8\u3051",pasteClipboardError:"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3092\u8AAD\u307F\u53D6\u308C\u307E\u305B\u3093\u3067\u3057\u305F",pasteInvalidFormat:"16\u9032\u6570\u306E\u8272\u306E\u5024\u304C\u5FC5\u8981\u3067\u3059",colorsPasted:"\u8272\u3092\u8CBC\u308A\u4ED8\u3051\u307E\u3057\u305F",resetUserColors:"\u30AB\u30B9\u30BF\u30E0\u8272\u3092\u30AF\u30EA\u30A2",clearCustomColorsConfirm:"\u3059\u3079\u3066\u306E\u30AB\u30B9\u30BF\u30E0\u8272\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",userColorSlot:"\u30AB\u30E9\u30FC {slot}",recentColors:"\u6700\u8FD1\u4F7F\u7528\u3057\u305F\u8272",clearRecentColors:"\u6700\u8FD1\u4F7F\u7528\u3057\u305F\u8272\u3092\u30AF\u30EA\u30A2",removeRecentColor:"\u8272\u3092\u524A\u9664",apply:"\u9069\u7528",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u4FDD\u7BA1\u5EAB\u306E\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u5909\u66F4",currentBadge:"\u30A2\u30AF\u30C6\u30A3\u30D6",emptyState:"\u5229\u7528\u3067\u304D\u308B\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u304C\u3042\u308A\u307E\u305B\u3093\u3002"},tagOperation:{renameTitle:"\u30BF\u30B0 {tag} \u306E\u540D\u524D\u3092\u5909\u66F4",deleteTitle:"\u30BF\u30B0 {tag} \u3092\u524A\u9664",newTagPrompt:"\u65B0\u3057\u3044\u30BF\u30B0\u540D\u3092\u5165\u529B\uFF1A",newTagPlaceholder:"\u65B0\u3057\u3044\u540D\u524D",renameWarning:"\u30BF\u30B0 {oldTag} \u306E\u540D\u524D\u5909\u66F4\u306B\u3088\u308A {count} \u500B\u306E{files}\u304C\u5909\u66F4\u3055\u308C\u307E\u3059\u3002",deleteWarning:"\u30BF\u30B0 {tag} \u306E\u524A\u9664\u306B\u3088\u308A {count} \u500B\u306E{files}\u304C\u5909\u66F4\u3055\u308C\u307E\u3059\u3002",modificationWarning:"\u3053\u308C\u306B\u3088\u308A\u30D5\u30A1\u30A4\u30EB\u306E\u5909\u66F4\u65E5\u304C\u66F4\u65B0\u3055\u308C\u307E\u3059\u3002",affectedFiles:"\u5F71\u97FF\u3092\u53D7\u3051\u308B\u30D5\u30A1\u30A4\u30EB:",andMore:"\u3055\u3089\u306B{count}\u500B...",confirmRename:"\u30BF\u30B0\u3092\u540D\u524D\u5909\u66F4",renameUnchanged:"{tag} \u306F\u5909\u66F4\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"{renamed}/{total} \u3092\u540D\u524D\u5909\u66F4\u3057\u307E\u3057\u305F\u3002\u672A\u66F4\u65B0: {notUpdated}\u3002\u30E1\u30BF\u30C7\u30FC\u30BF\u3068\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306F\u66F4\u65B0\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002",invalidTagName:"\u6709\u52B9\u306A\u30BF\u30B0\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",descendantRenameError:"\u30BF\u30B0\u3092\u81EA\u8EAB\u307E\u305F\u306F\u5B50\u5B6B\u306B\u79FB\u52D5\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002",confirmDelete:"\u30BF\u30B0\u3092\u524A\u9664",deleteBatchNotFinalized:"{removed}/{total} \u304B\u3089\u524A\u9664\u3057\u307E\u3057\u305F\u3002\u672A\u66F4\u65B0: {notUpdated}\u3002\u30E1\u30BF\u30C7\u30FC\u30BF\u3068\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306F\u66F4\u65B0\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002",checkConsoleForDetails:"\u8A73\u7D30\u306F\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",file:"\u30D5\u30A1\u30A4\u30EB",files:"\u30D5\u30A1\u30A4\u30EB",inlineParsingWarning:{title:"\u30A4\u30F3\u30E9\u30A4\u30F3\u30BF\u30B0\u306E\u4E92\u63DB\u6027",message:"{tag} \u306B\u306F Obsidian \u304C\u30A4\u30F3\u30E9\u30A4\u30F3\u30BF\u30B0\u3067\u89E3\u6790\u3067\u304D\u306A\u3044\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002Frontmatter \u30BF\u30B0\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002",confirm:"\u305D\u306E\u307E\u307E\u4F7F\u7528"}},propertyOperation:{renameTitle:"\u30D7\u30ED\u30D1\u30C6\u30A3 {property} \u306E\u540D\u524D\u3092\u5909\u66F4",deleteTitle:"\u30D7\u30ED\u30D1\u30C6\u30A3 {property} \u3092\u524A\u9664",newKeyPrompt:"\u65B0\u3057\u3044\u30D7\u30ED\u30D1\u30C6\u30A3\u540D",newKeyPlaceholder:"\u65B0\u3057\u3044\u30D7\u30ED\u30D1\u30C6\u30A3\u540D\u3092\u5165\u529B",renameWarning:"\u30D7\u30ED\u30D1\u30C6\u30A3 {property} \u306E\u540D\u524D\u5909\u66F4\u306F {count} {files}\u306B\u5F71\u97FF\u3057\u307E\u3059\u3002",renameConflictWarning:"\u30D7\u30ED\u30D1\u30C6\u30A3 {newKey} \u306F\u65E2\u306B {count} {files}\u306B\u5B58\u5728\u3057\u307E\u3059\u3002{oldKey} \u306E\u540D\u524D\u5909\u66F4\u306F\u65E2\u5B58\u306E {newKey} \u306E\u5024\u3092\u7F6E\u304D\u63DB\u3048\u307E\u3059\u3002",deleteWarning:"\u30D7\u30ED\u30D1\u30C6\u30A3 {property} \u306E\u524A\u9664\u306F {count} {files}\u306B\u5F71\u97FF\u3057\u307E\u3059\u3002",confirmRename:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u540D\u524D\u3092\u5909\u66F4",confirmDelete:"\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u524A\u9664",renameNoChanges:"{oldKey} \u2192 {newKey}\uFF08\u5909\u66F4\u306A\u3057\uFF09",renameSettingsUpdateFailed:"\u30D7\u30ED\u30D1\u30C6\u30A3 {oldKey} \u2192 {newKey} \u306E\u540D\u524D\u3092\u5909\u66F4\u3057\u307E\u3057\u305F\u3002\u8A2D\u5B9A\u306E\u66F4\u65B0\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",deleteSingleSuccess:"\u30D7\u30ED\u30D1\u30C6\u30A3 {property} \u30921\u4EF6\u306E\u30CE\u30FC\u30C8\u304B\u3089\u524A\u9664\u3057\u307E\u3057\u305F",deleteMultipleSuccess:"\u30D7\u30ED\u30D1\u30C6\u30A3 {property} \u3092 {count} \u4EF6\u306E\u30CE\u30FC\u30C8\u304B\u3089\u524A\u9664\u3057\u307E\u3057\u305F",deleteSettingsUpdateFailed:"\u30D7\u30ED\u30D1\u30C6\u30A3 {property} \u3092\u524A\u9664\u3057\u307E\u3057\u305F\u3002\u8A2D\u5B9A\u306E\u66F4\u65B0\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",invalidKeyName:"\u6709\u52B9\u306A\u30D7\u30ED\u30D1\u30C6\u30A3\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},fileSystem:{newFolderTitle:"\u65B0\u898F\u30D5\u30A9\u30EB\u30C0",renameFolderTitle:"\u30D5\u30A9\u30EB\u30C0\u306E\u540D\u524D\u3092\u5909\u66F4",renameFileTitle:"\u30D5\u30A1\u30A4\u30EB\u306E\u540D\u524D\u3092\u5909\u66F4",deleteFolderTitle:"'{name}'\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",deleteFileTitle:"'{name}'\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",deleteFileAttachmentsTitle:"\u30D5\u30A1\u30A4\u30EB\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",moveFileConflictTitle:"\u79FB\u52D5\u306E\u7AF6\u5408",folderNamePrompt:"\u30D5\u30A9\u30EB\u30C0\u540D\u3092\u5165\u529B\uFF1A",hideInOtherVaultProfiles:"\u4ED6\u306E\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3067\u975E\u8868\u793A\u306B\u3059\u308B",renamePrompt:"\u65B0\u3057\u3044\u540D\u524D\u3092\u5165\u529B\uFF1A",renameVaultTitle:"\u30DC\u30FC\u30EB\u30C8\u306E\u8868\u793A\u540D\u3092\u5909\u66F4",renameVaultPrompt:"\u30AB\u30B9\u30BF\u30E0\u8868\u793A\u540D\u3092\u5165\u529B\uFF08\u7A7A\u306B\u3059\u308B\u3068\u30C7\u30D5\u30A9\u30EB\u30C8\u3092\u4F7F\u7528\uFF09\uFF1A",deleteFolderConfirm:"\u3053\u306E\u30D5\u30A9\u30EB\u30C0\u3068\u305D\u306E\u3059\u3079\u3066\u306E\u5185\u5BB9\u3092\u524A\u9664\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",deleteFileConfirm:"\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",deleteFileAttachmentsDescriptionSingle:"\u3053\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F\u3069\u306E\u30CE\u30FC\u30C8\u3067\u3082\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",deleteFileAttachmentsDescriptionMultiple:"\u3053\u308C\u3089\u306E\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306F\u3069\u306E\u30CE\u30FC\u30C8\u3067\u3082\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",deleteFileAttachmentsViewFileTreeAriaLabel:"\u30D5\u30A1\u30A4\u30EB\u30C4\u30EA\u30FC",deleteFileAttachmentsViewGalleryAriaLabel:"\u30AE\u30E3\u30E9\u30EA\u30FC",moveFileConflictDescriptionSingle:"\u300C{folder}\u300D\u3067\u30D5\u30A1\u30A4\u30EB\u306E\u7AF6\u5408\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3002",moveFileConflictDescriptionMultiple:"\u300C{folder}\u300D\u3067{count}\u4EF6\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u7AF6\u5408\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3002",moveFileConflictAffectedFiles:"\u5F71\u97FF\u3092\u53D7\u3051\u308B\u30D5\u30A1\u30A4\u30EB",moveFileConflictItem:"\u300C{name}\u300D\u2192\u300C{suggested}\u300D{renameOnly}",moveFileConflictRenameOnly:"\uFF08\u540D\u524D\u5909\u66F4\u306E\u307F\uFF09",moveFileConflictRename:"\u540D\u524D\u3092\u5909\u66F4",moveFileConflictOverwrite:"\u4E0A\u66F8\u304D",removeAllTagsTitle:"\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u524A\u9664",removeAllTagsFromNote:"\u3053\u306E\u30CE\u30FC\u30C8\u304B\u3089\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u524A\u9664\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",removeAllTagsFromNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u304B\u3089\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u524A\u9664\u3057\u3066\u3082\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F"},folderNoteType:{title:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u306E\u5F62\u5F0F\u3092\u9078\u629E",folderLabel:"\u30D5\u30A9\u30EB\u30C0: {name}"},folderSuggest:{placeholder:t=>`${t} \u3092\u30D5\u30A9\u30EB\u30C0\u306B\u79FB\u52D5...`,multipleFilesLabel:t=>`${t} \u500B\u306E\u30D5\u30A1\u30A4\u30EB`,navigatePlaceholder:"\u30D5\u30A9\u30EB\u30C0\u306B\u30CA\u30D3\u30B2\u30FC\u30C8...",instructions:{navigate:"\u3067\u30CA\u30D3\u30B2\u30FC\u30C8",move:"\u3067\u79FB\u52D5",select:"\u3067\u9078\u629E",dismiss:"\u3067\u30AD\u30E3\u30F3\u30BB\u30EB"}},homepage:{placeholder:"\u30D5\u30A1\u30A4\u30EB\u3092\u691C\u7D22...",instructions:{navigate:"\u3067\u30CA\u30D3\u30B2\u30FC\u30C8",select:"\u3067\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8\u3092\u8A2D\u5B9A",dismiss:"\u3067\u30AD\u30E3\u30F3\u30BB\u30EB"}},calendarTemplate:{placeholder:"\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u691C\u7D22...",instructions:{navigate:"\u3067\u30CA\u30D3\u30B2\u30FC\u30C8",select:"\u3067\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u9078\u629E",dismiss:"\u3067\u30AD\u30E3\u30F3\u30BB\u30EB"}},navigationBanner:{placeholder:"\u753B\u50CF\u3092\u691C\u7D22...",instructions:{navigate:"\u3067\u30CA\u30D3\u30B2\u30FC\u30C8",select:"\u3067\u30D0\u30CA\u30FC\u3092\u8A2D\u5B9A",dismiss:"\u3067\u30AD\u30E3\u30F3\u30BB\u30EB"}},tagSuggest:{navigatePlaceholder:"\u30BF\u30B0\u306B\u30CA\u30D3\u30B2\u30FC\u30C8...",addPlaceholder:"\u8FFD\u52A0\u3059\u308B\u30BF\u30B0\u3092\u691C\u7D22...",removePlaceholder:"\u524A\u9664\u3059\u308B\u30BF\u30B0\u3092\u9078\u629E...",createNewTag:"\u65B0\u3057\u3044\u30BF\u30B0\u3092\u4F5C\u6210: #{tag}",instructions:{navigate:"\u3067\u30CA\u30D3\u30B2\u30FC\u30C8",select:"\u3067\u9078\u629E",dismiss:"\u3067\u30AD\u30E3\u30F3\u30BB\u30EB",add:"\u30BF\u30B0\u3092\u8FFD\u52A0",remove:"\u30BF\u30B0\u3092\u524A\u9664"}},propertySuggest:{placeholder:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3092\u9078\u629E...",navigatePlaceholder:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u79FB\u52D5...",instructions:{navigate:"\u3067\u30CA\u30D3\u30B2\u30FC\u30C8",select:"\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8FFD\u52A0",dismiss:"\u3067\u30AD\u30E3\u30F3\u30BB\u30EB"}},propertyKeyVisibility:{title:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u306E\u8868\u793A\u8A2D\u5B9A",description:"\u30D7\u30ED\u30D1\u30C6\u30A3\u5024\u306E\u8868\u793A\u5834\u6240\u3092\u5236\u5FA1\u3057\u307E\u3059\u3002\u5217\u306F\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u3001\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u3001\u30D5\u30A1\u30A4\u30EB\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30E1\u30CB\u30E5\u30FC\u306B\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u3059\u3002\u4E0B\u306E\u884C\u3092\u4F7F\u3063\u3066\u5217\u5185\u306E\u3059\u3079\u3066\u306E\u884C\u3092\u5207\u308A\u66FF\u3048\u307E\u3059\u3002",searchPlaceholder:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3092\u691C\u7D22...",propertyColumnLabel:"\u30D7\u30ED\u30D1\u30C6\u30A3",showInNavigation:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u306B\u8868\u793A",showInList:"\u30EA\u30B9\u30C8\u306B\u8868\u793A",showInFileMenu:"\u30D5\u30A1\u30A4\u30EB\u30E1\u30CB\u30E5\u30FC\u306B\u8868\u793A",toggleAllInNavigation:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u306E\u5168\u3066\u3092\u5207\u308A\u66FF\u3048",toggleAllInList:"\u30EA\u30B9\u30C8\u306E\u5168\u3066\u3092\u5207\u308A\u66FF\u3048",toggleAllInFileMenu:"\u30D5\u30A1\u30A4\u30EB\u30E1\u30CB\u30E5\u30FC\u306E\u5168\u3066\u3092\u5207\u308A\u66FF\u3048",applyButton:"\u9069\u7528",emptyState:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002"},welcome:{title:"{pluginName}\u3078\u3088\u3046\u3053\u305D",introText:"\u3053\u3093\u306B\u3061\u306F\uFF01\u59CB\u3081\u308B\u524D\u306B\u3001\u4E0B\u306E\u30D3\u30C7\u30AA\u306E\u6700\u521D\u306E5\u5206\u9593\u3092\u898B\u3066\u3001\u30DA\u30A4\u30F3\u3068\u30C8\u30B0\u30EB\u300C\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u304B\u3089\u30CE\u30FC\u30C8\u3092\u8868\u793A\u300D\u306E\u4ED5\u7D44\u307F\u3092\u7406\u89E3\u3059\u308B\u3053\u3068\u3092\u5F37\u304F\u304A\u52E7\u3081\u3057\u307E\u3059\u3002",continueText:"\u3055\u3089\u306B5\u5206\u3042\u308C\u3070\u3001\u30D3\u30C7\u30AA\u3092\u7D9A\u3051\u3066\u898B\u3066\u3001\u30B3\u30F3\u30D1\u30AF\u30C8\u8868\u793A\u30E2\u30FC\u30C9\u3068\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3084\u91CD\u8981\u306A\u30DB\u30C3\u30C8\u30AD\u30FC\u306E\u9069\u5207\u306A\u8A2D\u5B9A\u65B9\u6CD5\u3092\u7406\u89E3\u3057\u3066\u304F\u3060\u3055\u3044\u3002",thanksText:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3044\u305F\u3060\u304D\u3042\u308A\u304C\u3068\u3046\u3054\u3056\u3044\u307E\u3059\u3002\u304A\u697D\u3057\u307F\u304F\u3060\u3055\u3044\uFF01",videoAlt:"Notebook Navigator\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3068\u30DE\u30B9\u30BF\u30FC",openVideoButton:"\u30D3\u30C7\u30AA\u3092\u518D\u751F",closeButton:"\u307E\u305F\u4ECA\u5EA6"}},fileSystem:{errors:{createFolder:"\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",createFile:"\u30D5\u30A1\u30A4\u30EB\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",renameFolder:"\u30D5\u30A9\u30EB\u30C0\u306E\u540D\u524D\u5909\u66F4\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",renameFolderNoteConflict:'\u540D\u524D\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093\uFF1A"{name}"\u306F\u3053\u306E\u30D5\u30A9\u30EB\u30C0\u306B\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059',renameFile:"\u30D5\u30A1\u30A4\u30EB\u306E\u540D\u524D\u5909\u66F4\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",deleteFolder:"\u30D5\u30A9\u30EB\u30C0\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",deleteFile:"\u30D5\u30A1\u30A4\u30EB\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",deleteAttachments:"\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {error}",duplicateNote:"\u30CE\u30FC\u30C8\u306E\u8907\u88FD\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",duplicateFolder:"\u30D5\u30A9\u30EB\u30C0\u306E\u8907\u88FD\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",openVersionHistory:"\u30D0\u30FC\u30B8\u30E7\u30F3\u5C65\u6B74\u3092\u958B\u304F\u306E\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",versionHistoryNotFound:"\u30D0\u30FC\u30B8\u30E7\u30F3\u5C65\u6B74\u30B3\u30DE\u30F3\u30C9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002Obsidian Sync\u304C\u6709\u52B9\u306B\u306A\u3063\u3066\u3044\u308B\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",revealInExplorer:"\u30B7\u30B9\u30C6\u30E0\u30A8\u30AF\u30B9\u30D7\u30ED\u30FC\u30E9\u30FC\u3067\u30D5\u30A1\u30A4\u30EB\u3092\u8868\u793A\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\uFF1A{error}",openInDefaultApp:"\u30C7\u30D5\u30A9\u30EB\u30C8\u30A2\u30D7\u30EA\u3067\u958B\u3051\u307E\u305B\u3093\u3067\u3057\u305F\uFF1A{error}",openInDefaultAppNotAvailable:"\u3053\u306E\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u3067\u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30A2\u30D7\u30EA\u3067\u958B\u304F\u6A5F\u80FD\u306F\u5229\u7528\u3067\u304D\u307E\u305B\u3093",folderNoteAlreadyExists:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u306F\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059",folderAlreadyExists:"\u30D5\u30A9\u30EB\u30C0\u300C{name}\u300D\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059",folderNotesDisabled:"\u30D5\u30A1\u30A4\u30EB\u3092\u5909\u63DB\u3059\u308B\u306B\u306F\u8A2D\u5B9A\u3067\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044",folderNoteAlreadyLinked:"\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u65E2\u306B\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3068\u3057\u3066\u6A5F\u80FD\u3057\u3066\u3044\u307E\u3059",folderNoteNotFound:"\u9078\u629E\u3057\u305F\u30D5\u30A9\u30EB\u30C0\u306B\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u304C\u3042\u308A\u307E\u305B\u3093",folderNoteUnsupportedExtension:"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u306A\u3044\u30D5\u30A1\u30A4\u30EB\u62E1\u5F35\u5B50\uFF1A{extension}",folderNoteMoveFailed:"\u5909\u63DB\u4E2D\u306E\u30D5\u30A1\u30A4\u30EB\u79FB\u52D5\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",folderNoteRenameConflict:"\u300C{name}\u300D\u3068\u3044\u3046\u540D\u524D\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u65E2\u306B\u30D5\u30A9\u30EB\u30C0\u5185\u306B\u5B58\u5728\u3057\u307E\u3059",folderNoteConversionFailed:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3078\u306E\u5909\u63DB\u306B\u5931\u6557\u3057\u307E\u3057\u305F",folderNoteConversionFailedWithReason:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3078\u306E\u5909\u63DB\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",folderNoteOpenFailed:"\u30D5\u30A1\u30A4\u30EB\u306F\u5909\u63DB\u3055\u308C\u307E\u3057\u305F\u304C\u3001\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u958B\u304F\u306E\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",failedToDeleteFile:"{name}\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {error}",failedToDeleteMultipleFiles:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F",versionHistoryNotAvailable:"\u30D0\u30FC\u30B8\u30E7\u30F3\u5C65\u6B74\u30B5\u30FC\u30D3\u30B9\u304C\u5229\u7528\u3067\u304D\u307E\u305B\u3093",drawingAlreadyExists:"\u3053\u306E\u540D\u524D\u306E\u56F3\u9762\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059",failedToCreateDrawing:"\u56F3\u9762\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F",noFolderSelected:"Notebook Navigator\u3067\u30D5\u30A9\u30EB\u30C0\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093",noFileSelected:"\u30D5\u30A1\u30A4\u30EB\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093"},warnings:{linkBreakingNameCharacters:"\u3053\u306E\u540D\u524D\u306B\u306F Obsidian \u306E\u30EA\u30F3\u30AF\u3092\u58CA\u3059\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u540D\u524D\u306F . \u3067\u59CB\u3081\u3089\u308C\u305A\u3001: \u307E\u305F\u306F / \u3092\u542B\u3081\u3089\u308C\u307E\u305B\u3093\u3002",forbiddenNameCharactersWindows:'Windows \u3067\u4E88\u7D04\u3055\u308C\u3066\u3044\u308B\u6587\u5B57\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\u30D5\u30A9\u30EB\u30C0\u3092\u975E\u8868\u793A: {name}",showFolder:"\u30D5\u30A9\u30EB\u30C0\u3092\u8868\u793A: {name}"},notifications:{deletedMultipleFiles:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3057\u307E\u3057\u305F",movedMultipleFiles:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092{folder}\u306B\u79FB\u52D5\u3057\u307E\u3057\u305F",folderNoteConversionSuccess:"\u300C{name}\u300D\u5185\u306E\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u306B\u30D5\u30A1\u30A4\u30EB\u3092\u5909\u63DB\u3057\u307E\u3057\u305F",folderMoved:"\u30D5\u30A9\u30EB\u30C0\u300C{name}\u300D\u3092\u79FB\u52D5\u3057\u307E\u3057\u305F",deepLinkCopied:"Obsidian URL \u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",pathCopied:"\u30D1\u30B9\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",relativePathCopied:"\u76F8\u5BFE\u30D1\u30B9\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",tagAddedToNote:"1\u500B\u306E\u30CE\u30FC\u30C8\u306B\u30BF\u30B0\u3092\u8FFD\u52A0\u3057\u307E\u3057\u305F",tagAddedToNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u306B\u30BF\u30B0\u3092\u8FFD\u52A0\u3057\u307E\u3057\u305F",tagRemovedFromNote:"1\u500B\u306E\u30CE\u30FC\u30C8\u304B\u3089\u30BF\u30B0\u3092\u524A\u9664\u3057\u307E\u3057\u305F",tagRemovedFromNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u304B\u3089\u30BF\u30B0\u3092\u524A\u9664\u3057\u307E\u3057\u305F",tagsClearedFromNote:"1\u500B\u306E\u30CE\u30FC\u30C8\u304B\u3089\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u30AF\u30EA\u30A2\u3057\u307E\u3057\u305F",tagsClearedFromNotes:"{count}\u500B\u306E\u30CE\u30FC\u30C8\u304B\u3089\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u30AF\u30EA\u30A2\u3057\u307E\u3057\u305F",noTagsToRemove:"\u524A\u9664\u3059\u308B\u30BF\u30B0\u304C\u3042\u308A\u307E\u305B\u3093",noFilesSelected:"\u30D5\u30A1\u30A4\u30EB\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093",tagOperationsNotAvailable:"\u30BF\u30B0\u64CD\u4F5C\u306F\u5229\u7528\u3067\u304D\u307E\u305B\u3093",propertyOperationsNotAvailable:"\u30D7\u30ED\u30D1\u30C6\u30A3\u64CD\u4F5C\u306F\u5229\u7528\u3067\u304D\u307E\u305B\u3093",tagsRequireMarkdown:"\u30BF\u30B0\u306FMarkdown\u30CE\u30FC\u30C8\u3067\u306E\u307F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059",propertiesRequireMarkdown:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306FMarkdown\u30CE\u30FC\u30C8\u3067\u306E\u307F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059",propertySetOnNote:"1\u4EF6\u306E\u30CE\u30FC\u30C8\u3067\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F",propertySetOnNotes:"{count}\u4EF6\u306E\u30CE\u30FC\u30C8\u3067\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F",iconPackDownloaded:"\u300C{provider}\u300D\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3057\u307E\u3057\u305F",iconPackUpdated:"\u300C{provider}\u300D\u3092\u66F4\u65B0\u3057\u307E\u3057\u305F ({version})",iconPackRemoved:"\u300C{provider}\u300D\u3092\u524A\u9664\u3057\u307E\u3057\u305F",iconPackLoadFailed:"\u300C{provider}\u300D\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F",hiddenFileReveal:"\u30D5\u30A1\u30A4\u30EB\u306F\u975E\u8868\u793A\u3067\u3059\u3002\u8868\u793A\u3059\u308B\u306B\u306F\u300C\u975E\u8868\u793A\u9805\u76EE\u3092\u8868\u793A\u300D\u3092\u6709\u52B9\u306B\u3057\u3066\u304F\u3060\u3055\u3044"},confirmations:{deleteMultipleFiles:"\u672C\u5F53\u306B{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",deleteConfirmation:"\u3053\u306E\u64CD\u4F5C\u306F\u5143\u306B\u623B\u305B\u307E\u305B\u3093\u3002"},defaultNames:{untitled:"\u7121\u984C"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u30D5\u30A9\u30EB\u30C0\u3092\u81EA\u5206\u81EA\u8EAB\u307E\u305F\u306F\u305D\u306E\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u306B\u79FB\u52D5\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002",itemAlreadyExists:'\u3053\u306E\u5834\u6240\u306B "{name}" \u3068\u3044\u3046\u540D\u524D\u306E\u30A2\u30A4\u30C6\u30E0\u304C\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059\u3002',failedToMove:"\u79FB\u52D5\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A{error}",failedToAddTag:'\u30BF\u30B0 "{tag}" \u306E\u8FFD\u52A0\u306B\u5931\u6557\u3057\u307E\u3057\u305F',failedToSetProperty:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u66F4\u65B0\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {error}",failedToClearTags:"\u30BF\u30B0\u306E\u30AF\u30EA\u30A2\u306B\u5931\u6557\u3057\u307E\u3057\u305F",failedToMoveFolder:"\u30D5\u30A9\u30EB\u30C0\u300C{name}\u300D\u306E\u79FB\u52D5\u306B\u5931\u6557\u3057\u307E\u3057\u305F",failedToImportFiles:"\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {names}"},notifications:{filesAlreadyExist:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u79FB\u52D5\u5148\u306B\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059",filesAlreadyHaveTag:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u306B\u306F\u65E2\u306B\u3053\u306E\u30BF\u30B0\u307E\u305F\u306F\u3088\u308A\u5177\u4F53\u7684\u306A\u30BF\u30B0\u304C\u3042\u308A\u307E\u3059",filesAlreadyHaveProperty:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u306B\u306F\u3059\u3067\u306B\u3053\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u304C\u3042\u308A\u307E\u3059",noTagsToClear:"\u30AF\u30EA\u30A2\u3059\u308B\u30BF\u30B0\u304C\u3042\u308A\u307E\u305B\u3093",fileImported:"1\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3057\u305F",filesImported:"{count}\u500B\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3057\u305F"}},dateGroups:{today:"\u4ECA\u65E5",yesterday:"\u6628\u65E5",previous7Days:"\u904E\u53BB7\u65E5\u9593",previous30Days:"\u904E\u53BB30\u65E5\u9593"},commands:{open:"\u958B\u304F",toggleLeftSidebar:"\u5DE6\u30B5\u30A4\u30C9\u30D0\u30FC\u306E\u5207\u308A\u66FF\u3048",openHomepage:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8\u3092\u958B\u304F",openDailyNote:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u3092\u958B\u304F",openWeeklyNote:"\u30A6\u30A3\u30FC\u30AF\u30EA\u30FC\u30CE\u30FC\u30C8\u3092\u958B\u304F",openMonthlyNote:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30CE\u30FC\u30C8\u3092\u958B\u304F",openQuarterlyNote:"\u56DB\u534A\u671F\u30CE\u30FC\u30C8\u3092\u958B\u304F",openYearlyNote:"\u5E74\u9593\u30CE\u30FC\u30C8\u3092\u958B\u304F",revealFile:"\u30D5\u30A1\u30A4\u30EB\u3092\u8868\u793A",search:"\u691C\u7D22",searchVaultRoot:"\u4FDD\u7BA1\u5EAB\u306E\u30EB\u30FC\u30C8\u3067\u691C\u7D22",toggleDualPane:"\u30C7\u30E5\u30A2\u30EB\u30DA\u30A4\u30F3\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u5207\u308A\u66FF\u3048",toggleDualPaneOrientation:"\u30C7\u30E5\u30A2\u30EB\u30DA\u30A4\u30F3\u306E\u5411\u304D\u3092\u5207\u308A\u66FF\u3048",toggleCalendar:"\u30AB\u30EC\u30F3\u30C0\u30FC\u306E\u5207\u308A\u66FF\u3048",selectVaultProfile:"\u4FDD\u7BA1\u5EAB\u306E\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u5909\u66F4",selectVaultProfile1:"\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB1\u3092\u9078\u629E",selectVaultProfile2:"\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB2\u3092\u9078\u629E",selectVaultProfile3:"\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB3\u3092\u9078\u629E",deleteFile:"\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664",createNewNote:"\u65B0\u898F\u30CE\u30FC\u30C8\u3092\u4F5C\u6210",createNewNoteFromTemplate:"\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u304B\u3089\u65B0\u898F\u30CE\u30FC\u30C8",moveFiles:"\u30D5\u30A1\u30A4\u30EB\u3092\u79FB\u52D5",selectNextFile:"\u6B21\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E",selectPreviousFile:"\u524D\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E",navigateBack:"\u524D\u306B\u623B\u308B",navigateForward:"\u6B21\u306B\u9032\u3080",convertToFolderNote:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u306B\u5909\u63DB",setAsFolderNote:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3068\u3057\u3066\u8A2D\u5B9A",detachFolderNote:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u89E3\u9664",pinAllFolderNotes:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u3059\u3079\u3066\u30D4\u30F3\u7559\u3081",navigateToFolder:"\u30D5\u30A9\u30EB\u30C0\u306B\u30CA\u30D3\u30B2\u30FC\u30C8",navigateToTag:"\u30BF\u30B0\u306B\u30CA\u30D3\u30B2\u30FC\u30C8",navigateToProperty:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u79FB\u52D5",addShortcut:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u8FFD\u52A0",openShortcut:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8 {number} \u3092\u958B\u304F",toggleDescendants:"\u5B50\u5B6B\u5207\u308A\u66FF\u3048",toggleHidden:"\u975E\u8868\u793A\u306E\u30D5\u30A9\u30EB\u30C0\u30FB\u30BF\u30B0\u30FB\u30CE\u30FC\u30C8\u3092\u5207\u308A\u66FF\u3048",toggleTagSort:"\u30BF\u30B0\u306E\u4E26\u3073\u9806\u3092\u5207\u308A\u66FF\u3048",toggleCompactMode:"\u30B3\u30F3\u30D1\u30AF\u30C8\u30E2\u30FC\u30C9\u306E\u5207\u308A\u66FF\u3048",collapseExpand:"\u3059\u3079\u3066\u306E\u9805\u76EE\u3092\u6298\u308A\u305F\u305F\u3080/\u5C55\u958B",addTag:"\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u306B\u30BF\u30B0\u3092\u8FFD\u52A0",setProperty:"\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8A2D\u5B9A",removeTag:"\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30BF\u30B0\u3092\u524A\u9664",removeAllTags:"\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u3059\u3079\u3066\u306E\u30BF\u30B0\u3092\u524A\u9664",openAllFiles:"\u3059\u3079\u3066\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F",rebuildCache:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u518D\u69CB\u7BC9"},plugin:{viewName:"\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u30CA\u30D3\u30B2\u30FC\u30BF\u30FC",calendarViewName:"\u30AB\u30EC\u30F3\u30C0\u30FC",ribbonTooltip:"\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u30CA\u30D3\u30B2\u30FC\u30BF\u30FC",revealInNavigator:"\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u30CA\u30D3\u30B2\u30FC\u30BF\u30FC\u3067\u8868\u793A"},tooltips:{lastModifiedAt:"\u6700\u7D42\u66F4\u65B0",createdAt:"\u4F5C\u6210\u65E5\u6642",file:"\u30D5\u30A1\u30A4\u30EB",files:"\u30D5\u30A1\u30A4\u30EB",folder:"\u30D5\u30A9\u30EB\u30C0",folders:"\u30D5\u30A9\u30EB\u30C0"},settings:{metadataReport:{exportSuccess:"\u5931\u6557\u3057\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u30EC\u30DD\u30FC\u30C8\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3057\u307E\u3057\u305F: {filename}",exportFailed:"\u30E1\u30BF\u30C7\u30FC\u30BF\u30EC\u30DD\u30FC\u30C8\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F"},sections:{general:"\u4E00\u822C\u8A2D\u5B9A",notes:"\u30CE\u30FC\u30C8\u8868\u793A",navigationPane:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3",calendar:"\u30AB\u30EC\u30F3\u30C0\u30FC",files:"\u30D5\u30A1\u30A4\u30EB",icons:"\u30A2\u30A4\u30B3\u30F3\u30D1\u30C3\u30AF",tags:"\u30BF\u30B0\u8868\u793A",folders:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8",folderNotes:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8",foldersAndTags:"\u30D5\u30A9\u30EB\u30C0",tagsAndProperties:"\u30BF\u30B0\u3068\u30D7\u30ED\u30D1\u30C6\u30A3",listPane:"\u30EA\u30B9\u30C8",advanced:"\u8A73\u7D30\u8A2D\u5B9A"},groups:{general:{vaultProfiles:"\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB",filtering:"\u30D5\u30A3\u30EB\u30BF\u30FC",templates:"\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",behavior:"\u52D5\u4F5C",keyboardNavigation:"\u30AD\u30FC\u30DC\u30FC\u30C9\u64CD\u4F5C",mouseButtons:"\u30DE\u30A6\u30B9\u30DC\u30BF\u30F3",view:"\u5916\u89B3",icons:"\u30A2\u30A4\u30B3\u30F3",desktopAppearance:"\u30C7\u30B9\u30AF\u30C8\u30C3\u30D7\u306E\u5916\u89B3",mobileAppearance:"\u30E2\u30D0\u30A4\u30EB\u306E\u5916\u89B3",formatting:"\u66F8\u5F0F"},navigation:{appearance:"\u5916\u89B3",rainbowColors:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC",leftSidebar:"\u5DE6\u30B5\u30A4\u30C9\u30D0\u30FC",calendarIntegration:"\u30AB\u30EC\u30F3\u30C0\u30FC\u9023\u643A"},list:{display:"\u5916\u89B3",pinnedNotes:"\u30D4\u30F3\u7559\u3081\u3055\u308C\u305F\u30CE\u30FC\u30C8"},notes:{frontmatter:"\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC",tasks:"\u30BF\u30B9\u30AF",icon:"\u30A2\u30A4\u30B3\u30F3",title:"\u30BF\u30A4\u30C8\u30EB",previewText:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8",featureImage:"\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF",tags:"\u30BF\u30B0",properties:"\u30D7\u30ED\u30D1\u30C6\u30A3",date:"\u65E5\u4ED8",parentFolder:"\u89AA\u30D5\u30A9\u30EB\u30C0"}},syncMode:{notSynced:"\uFF08\u672A\u540C\u671F\uFF09",disabled:"\uFF08\u7121\u52B9\uFF09",switchToSynced:"\u540C\u671F\u3092\u6709\u52B9\u5316",switchToLocal:"\u540C\u671F\u3092\u7121\u52B9\u5316"},items:{listPaneTitle:{name:"\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u306E\u30BF\u30A4\u30C8\u30EB",desc:"\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u306E\u30BF\u30A4\u30C8\u30EB\u3092\u8868\u793A\u3059\u308B\u5834\u6240\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{header:"\u30D8\u30C3\u30C0\u30FC\u306B\u8868\u793A",list:"\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u306B\u8868\u793A",hidden:"\u8868\u793A\u3057\u306A\u3044"}},sortNotesBy:{name:"\u30CE\u30FC\u30C8\u306E\u4E26\u3073\u9806",desc:"\u30CE\u30FC\u30C8\u30EA\u30B9\u30C8\u3067\u306E\u30CE\u30FC\u30C8\u306E\u4E26\u3073\u9806\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{"modified-desc":"\u7DE8\u96C6\u65E5\u6642\uFF08\u65B0\u3057\u3044\u3082\u306E\u304C\u4E0A\uFF09","modified-asc":"\u7DE8\u96C6\u65E5\u6642\uFF08\u53E4\u3044\u3082\u306E\u304C\u4E0A\uFF09","created-desc":"\u4F5C\u6210\u65E5\u6642\uFF08\u65B0\u3057\u3044\u3082\u306E\u304C\u4E0A\uFF09","created-asc":"\u4F5C\u6210\u65E5\u6642\uFF08\u53E4\u3044\u3082\u306E\u304C\u4E0A\uFF09","title-asc":"\u30BF\u30A4\u30C8\u30EB\uFF08\u6607\u9806\uFF09","title-desc":"\u30BF\u30A4\u30C8\u30EB\uFF08\u964D\u9806\uFF09","filename-asc":"\u30D5\u30A1\u30A4\u30EB\u540D\uFF08\u6607\u9806\uFF09","filename-desc":"\u30D5\u30A1\u30A4\u30EB\u540D\uFF08\u964D\u9806\uFF09","property-asc":"\u30D7\u30ED\u30D1\u30C6\u30A3\uFF08\u6607\u9806\uFF09","property-desc":"\u30D7\u30ED\u30D1\u30C6\u30A3\uFF08\u964D\u9806\uFF09"},propertyOverride:{asc:"\u30D7\u30ED\u30D1\u30C6\u30A3 \u2018{property}\u2019\uFF08\u6607\u9806\uFF09",desc:"\u30D7\u30ED\u30D1\u30C6\u30A3 \u2018{property}\u2019\uFF08\u964D\u9806\uFF09"}},propertySortKey:{name:"\u30BD\u30FC\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3",desc:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30BD\u30FC\u30C8\u3067\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002\u3053\u306Efrontmatter\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u6301\u3064\u30CE\u30FC\u30C8\u304C\u6700\u521D\u306B\u30EA\u30B9\u30C8\u3055\u308C\u3001\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5024\u3067\u30BD\u30FC\u30C8\u3055\u308C\u307E\u3059\u3002\u914D\u5217\u306F1\u3064\u306E\u5024\u306B\u7D50\u5408\u3055\u308C\u307E\u3059\u3002",placeholder:"order"},propertySortSecondary:{name:"\u4E8C\u6B21\u30BD\u30FC\u30C8",desc:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30BD\u30FC\u30C8\u4F7F\u7528\u6642\u3001\u540C\u3058\u30D7\u30ED\u30D1\u30C6\u30A3\u5024\u307E\u305F\u306F\u30D7\u30ED\u30D1\u30C6\u30A3\u5024\u304C\u306A\u3044\u30CE\u30FC\u30C8\u306B\u9069\u7528\u3055\u308C\u307E\u3059\u3002",options:{title:"\u30BF\u30A4\u30C8\u30EB",filename:"\u30D5\u30A1\u30A4\u30EB\u540D",created:"\u4F5C\u6210\u65E5",modified:"\u7DE8\u96C6\u65E5"}},revealFileOnListChanges:{name:"\u30EA\u30B9\u30C8\u5909\u66F4\u6642\u306B\u9078\u629E\u30D5\u30A1\u30A4\u30EB\u3078\u30B9\u30AF\u30ED\u30FC\u30EB",desc:"\u30CE\u30FC\u30C8\u306E\u30D4\u30F3\u7559\u3081\u3001\u5B50\u5B6B\u30CE\u30FC\u30C8\u306E\u8868\u793A\u3001\u30D5\u30A9\u30EB\u30C0\u5916\u89B3\u306E\u5909\u66F4\u3001\u30D5\u30A1\u30A4\u30EB\u64CD\u4F5C\u306E\u5B9F\u884C\u6642\u306B\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3078\u30B9\u30AF\u30ED\u30FC\u30EB\u3057\u307E\u3059\u3002"},includeDescendantNotes:{name:"\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0 / \u5B50\u5B6B\u306E\u30CE\u30FC\u30C8\u3092\u8868\u793A",desc:"\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30BF\u30B0\u3092\u8868\u793A\u3059\u308B\u3068\u304D\u3001\u5165\u308C\u5B50\u306E\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u306E\u5B50\u5B6B\u306B\u3042\u308B\u30CE\u30FC\u30C8\u3092\u542B\u3081\u307E\u3059\u3002"},limitPinnedToCurrentFolder:{name:"\u30CE\u30FC\u30C8\u3092\u81EA\u8EAB\u306E\u30D5\u30A9\u30EB\u30C0\u30FC\u3067\u306E\u307F\u56FA\u5B9A",desc:"\u56FA\u5B9A\u3057\u305F\u30CE\u30FC\u30C8\u306F\u81EA\u8EAB\u306E\u30D5\u30A9\u30EB\u30C0\u30FC\u3067\u306E\u307F\u56FA\u5B9A\u6E08\u307F\u3068\u3057\u3066\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u3084\u56FA\u5B9A\u30CE\u30FC\u30C8\u304C\u591A\u3044\u5834\u5408\u306B\u4FBF\u5229\u3067\u3059\u3002\u30BF\u30B0\u3084\u30D7\u30ED\u30D1\u30C6\u30A3\u30D3\u30E5\u30FC\u306B\u306F\u5F71\u97FF\u3057\u307E\u305B\u3093\u3002"},separateNoteCounts:{name:"\u73FE\u5728\u3068\u5B50\u5B6B\u306E\u30AB\u30A6\u30F3\u30C8\u3092\u500B\u5225\u306B\u8868\u793A",desc:"\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u306E\u30CE\u30FC\u30C8\u6570\u3092\u300C\u73FE\u5728 \u25BE \u5B50\u5B6B\u300D\u5F62\u5F0F\u3067\u8868\u793A\u3057\u307E\u3059\u3002"},groupNotes:{name:"\u30CE\u30FC\u30C8\u3092\u30B0\u30EB\u30FC\u30D7\u5316",desc:"\u65E5\u4ED8\u307E\u305F\u306F\u30D5\u30A9\u30EB\u30C0\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3055\u308C\u305F\u30CE\u30FC\u30C8\u9593\u306B\u898B\u51FA\u3057\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u30D5\u30A9\u30EB\u30C0\u3067\u306E\u30B0\u30EB\u30FC\u30D7\u5316\u304C\u6709\u52B9\u306A\u5834\u5408\u3001\u30BF\u30B0\u30D3\u30E5\u30FC\u306F\u65E5\u4ED8\u30B0\u30EB\u30FC\u30D7\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",options:{none:"\u30B0\u30EB\u30FC\u30D7\u5316\u3057\u306A\u3044",date:"\u65E5\u4ED8\u3067\u30B0\u30EB\u30FC\u30D7\u5316",folder:"\u30D5\u30A9\u30EB\u30C0\u3067\u30B0\u30EB\u30FC\u30D7\u5316"}},showSelectedNavigationPills:{name:"\u30BF\u30B0\u3068\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u30D4\u30EB\u3092\u5E38\u306B\u8868\u793A",desc:"\u7121\u52B9\u306E\u5834\u5408\u3001\u73FE\u5728\u306E\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u9078\u629E\u306B\u4E00\u81F4\u3059\u308B\u30D4\u30EB\u306F\u975E\u8868\u793A\u306B\u306A\u308A\u307E\u3059\uFF08\u4F8B\uFF1A\u300C\u30EC\u30B7\u30D4\u300D\u30BF\u30B0\u3092\u95B2\u89A7\u4E2D\u306F\u300C\u30EC\u30B7\u30D4\u300D\u30BF\u30B0\u306E\u30D4\u30EB\u304C\u975E\u8868\u793A\u306B\u306A\u308A\u307E\u3059\uFF09\u3002\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u3059\u3079\u3066\u306E\u30D4\u30EB\u304C\u5E38\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002"},showPinnedGroupHeader:{name:"\u30D4\u30F3\u7559\u3081\u30B0\u30EB\u30FC\u30D7\u30D8\u30C3\u30C0\u30FC\u3092\u8868\u793A",desc:"\u30D4\u30F3\u7559\u3081\u3055\u308C\u305F\u30CE\u30FC\u30C8\u306E\u4E0A\u306B\u30BB\u30AF\u30B7\u30E7\u30F3\u30D8\u30C3\u30C0\u30FC\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showPinnedIcon:{name:"\u30D4\u30F3\u7559\u3081\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",desc:"\u30D4\u30F3\u7559\u3081\u30BB\u30AF\u30B7\u30E7\u30F3\u30D8\u30C3\u30C0\u30FC\u306E\u6A2A\u306B\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},defaultListMode:{name:"\u30EA\u30B9\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u30E2\u30FC\u30C9",desc:"\u65E2\u5B9A\u306E\u30EA\u30B9\u30C8\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u9078\u629E\u3057\u307E\u3059\u3002\u6A19\u6E96\u306F\u30BF\u30A4\u30C8\u30EB\u3001\u65E5\u4ED8\u3001\u8AAC\u660E\u3001\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u30B3\u30F3\u30D1\u30AF\u30C8\u306F\u30BF\u30A4\u30C8\u30EB\u306E\u307F\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u5916\u89B3\u306F\u30D5\u30A9\u30EB\u30C0\u3054\u3068\u306B\u4E0A\u66F8\u304D\u3067\u304D\u307E\u3059\u3002",options:{standard:"\u6A19\u6E96",compact:"\u30B3\u30F3\u30D1\u30AF\u30C8"}},showFileIcons:{name:"\u30D5\u30A1\u30A4\u30EB\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",desc:"\u30D5\u30A1\u30A4\u30EB\u30A2\u30A4\u30B3\u30F3\u3092\u5DE6\u5BC4\u305B\u9593\u9694\u3067\u8868\u793A\u3002\u7121\u52B9\u5316\u3059\u308B\u3068\u30A2\u30A4\u30B3\u30F3\u3068\u30A4\u30F3\u30C7\u30F3\u30C8\u306E\u4E21\u65B9\u304C\u524A\u9664\u3055\u308C\u307E\u3059\u3002\u512A\u5148\u9806\u4F4D: \u672A\u5B8C\u4E86\u30BF\u30B9\u30AF\u30A2\u30A4\u30B3\u30F3 > \u30AB\u30B9\u30BF\u30E0\u30A2\u30A4\u30B3\u30F3 > \u30D5\u30A1\u30A4\u30EB\u540D\u30A2\u30A4\u30B3\u30F3 > \u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u30A2\u30A4\u30B3\u30F3 > \u30C7\u30D5\u30A9\u30EB\u30C8\u30A2\u30A4\u30B3\u30F3\u3002"},showFileIconUnfinishedTask:{name:"\u672A\u5B8C\u4E86\u30BF\u30B9\u30AF\u30A2\u30A4\u30B3\u30F3",desc:"\u30CE\u30FC\u30C8\u306B\u672A\u5B8C\u4E86\u306E\u30BF\u30B9\u30AF\u304C\u3042\u308B\u5834\u5408\u306B\u30BF\u30B9\u30AF\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showFileBackgroundUnfinishedTask:{name:"\u672A\u5B8C\u4E86\u30BF\u30B9\u30AF\u80CC\u666F",desc:"\u30CE\u30FC\u30C8\u306B\u672A\u5B8C\u4E86\u306E\u30BF\u30B9\u30AF\u304C\u3042\u308B\u5834\u5408\u306B\u80CC\u666F\u8272\u3092\u9069\u7528\u3057\u307E\u3059\u3002"},unfinishedTaskBackgroundColor:{name:"\u80CC\u666F\u8272",desc:"\u30CE\u30FC\u30C8\u306B\u672A\u5B8C\u4E86\u306E\u30BF\u30B9\u30AF\u304C\u3042\u308B\u5834\u5408\u306B\u4F7F\u7528\u3059\u308B\u80CC\u666F\u8272\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002"},showFilenameMatchIcons:{name:"\u30D5\u30A1\u30A4\u30EB\u540D\u3067\u30A2\u30A4\u30B3\u30F3\u8A2D\u5B9A",desc:"\u30D5\u30A1\u30A4\u30EB\u540D\u306E\u30C6\u30AD\u30B9\u30C8\u306B\u57FA\u3065\u3044\u3066\u30A2\u30A4\u30B3\u30F3\u3092\u5272\u308A\u5F53\u3066\u307E\u3059\u3002"},fileNameIconMap:{name:"\u30D5\u30A1\u30A4\u30EB\u540D\u30A2\u30A4\u30B3\u30F3\u30DE\u30C3\u30D7",desc:"\u30C6\u30AD\u30B9\u30C8\u3092\u542B\u3080\u30D5\u30A1\u30A4\u30EB\u306B\u6307\u5B9A\u3057\u305F\u30A2\u30A4\u30B3\u30F3\u304C\u9069\u7528\u3055\u308C\u307E\u3059\u30021\u884C\u306B1\u3064\u306E\u30DE\u30C3\u30D4\u30F3\u30B0: \u30C6\u30AD\u30B9\u30C8=\u30A2\u30A4\u30B3\u30F3",placeholder:`# \u30C6\u30AD\u30B9\u30C8=\u30A2\u30A4\u30B3\u30F3 +\u4F1A\u8B70=LiCalendar +\u8ACB\u6C42\u66F8=PhReceipt`,editTooltip:"\u30DE\u30C3\u30D4\u30F3\u30B0\u3092\u7DE8\u96C6"},showCategoryIcons:{name:"\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u3067\u30A2\u30A4\u30B3\u30F3\u8A2D\u5B9A",desc:"\u30D5\u30A1\u30A4\u30EB\u306E\u62E1\u5F35\u5B50\u306B\u57FA\u3065\u3044\u3066\u30A2\u30A4\u30B3\u30F3\u3092\u5272\u308A\u5F53\u3066\u307E\u3059\u3002"},fileTypeIconMap:{name:"\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u30A2\u30A4\u30B3\u30F3\u30DE\u30C3\u30D7",desc:"\u62E1\u5F35\u5B50\u3092\u6301\u3064\u30D5\u30A1\u30A4\u30EB\u306B\u6307\u5B9A\u3057\u305F\u30A2\u30A4\u30B3\u30F3\u304C\u9069\u7528\u3055\u308C\u307E\u3059\u30021\u884C\u306B1\u3064\u306E\u30DE\u30C3\u30D4\u30F3\u30B0: \u62E1\u5F35\u5B50=\u30A2\u30A4\u30B3\u30F3",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u30DE\u30C3\u30D4\u30F3\u30B0\u3092\u7DE8\u96C6"},optimizeNoteHeight:{name:"\u53EF\u5909\u30CE\u30FC\u30C8\u9AD8\u3055",desc:"\u30D4\u30F3\u7559\u3081\u3055\u308C\u305F\u30CE\u30FC\u30C8\u3068\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u306E\u306A\u3044\u30CE\u30FC\u30C8\u306B\u30B3\u30F3\u30D1\u30AF\u30C8\u306A\u9AD8\u3055\u3092\u4F7F\u7528\u3002"},compactItemHeight:{name:"\u30B9\u30EA\u30E0\u8868\u793A\u306E\u9805\u76EE\u9AD8\u3055",desc:"\u30C7\u30B9\u30AF\u30C8\u30C3\u30D7\u3068\u30E2\u30D0\u30A4\u30EB\u306E\u30B9\u30EA\u30E0\u8868\u793A\u9805\u76EE\u306E\u9AD8\u3055\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002",resetTooltip:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306B\u623B\u3059 (28px)"},compactItemHeightScaleText:{name:"\u30B9\u30EA\u30E0\u8868\u793A\u306E\u6587\u5B57\u30B5\u30A4\u30BA\u3092\u9AD8\u3055\u306B\u5408\u308F\u305B\u308B",desc:"\u9805\u76EE\u306E\u9AD8\u3055\u3092\u4E0B\u3052\u305F\u3068\u304D\u306B\u30B9\u30EA\u30E0\u8868\u793A\u306E\u6587\u5B57\u30B5\u30A4\u30BA\u3092\u8ABF\u6574\u3057\u307E\u3059\u3002"},showParentFolder:{name:"\u89AA\u30D5\u30A9\u30EB\u30C0\u3092\u8868\u793A",desc:"\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30BF\u30B0\u5185\u306E\u30CE\u30FC\u30C8\u306B\u89AA\u30D5\u30A9\u30EB\u30C0\u540D\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},parentFolderClickRevealsFile:{name:"\u89AA\u30D5\u30A9\u30EB\u30C0\u30AF\u30EA\u30C3\u30AF\u3067\u30D5\u30A9\u30EB\u30C0\u3092\u958B\u304F",desc:"\u89AA\u30D5\u30A9\u30EB\u30C0\u30E9\u30D9\u30EB\u3092\u30AF\u30EA\u30C3\u30AF\u3059\u308B\u3068\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u3067\u30D5\u30A9\u30EB\u30C0\u3092\u958B\u304D\u307E\u3059\u3002"},showParentFolderColor:{name:"\u89AA\u30D5\u30A9\u30EB\u30C0\u306E\u8272\u3092\u8868\u793A",desc:"\u89AA\u30D5\u30A9\u30EB\u30C0\u30E9\u30D9\u30EB\u306B\u30D5\u30A9\u30EB\u30C0\u306E\u8272\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002"},showParentFolderIcon:{name:"\u89AA\u30D5\u30A9\u30EB\u30C0\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",desc:"\u89AA\u30D5\u30A9\u30EB\u30C0\u30E9\u30D9\u30EB\u306E\u6A2A\u306B\u30D5\u30A9\u30EB\u30C0\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showQuickActions:{name:"\u30AF\u30A4\u30C3\u30AF\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u8868\u793A",desc:"\u30D5\u30A1\u30A4\u30EB\u306B\u30DB\u30D0\u30FC\u3057\u305F\u3068\u304D\u306B\u30A2\u30AF\u30B7\u30E7\u30F3\u30DC\u30BF\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u30DC\u30BF\u30F3\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u3067\u8868\u793A\u3059\u308B\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u9078\u629E\u3057\u307E\u3059\u3002"},dualPane:{name:"\u30C7\u30E5\u30A2\u30EB\u30DA\u30A4\u30F3\u30EC\u30A4\u30A2\u30A6\u30C8",desc:"\u30C7\u30B9\u30AF\u30C8\u30C3\u30D7\u3067\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u3068\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u3092\u4E26\u3079\u3066\u8868\u793A\u3057\u307E\u3059\u3002"},dualPaneOrientation:{name:"\u30C7\u30E5\u30A2\u30EB\u30DA\u30A4\u30F3\u306E\u5411\u304D",desc:"\u30C7\u30E5\u30A2\u30EB\u30DA\u30A4\u30F3\u4F7F\u7528\u6642\u306E\u6C34\u5E73\u307E\u305F\u306F\u5782\u76F4\u30EC\u30A4\u30A2\u30A6\u30C8\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{horizontal:"\u6C34\u5E73\u5206\u5272",vertical:"\u5782\u76F4\u5206\u5272"}},appearanceBackground:{name:"\u80CC\u666F\u8272",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u3068\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u306E\u80CC\u666F\u8272\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{separate:"\u80CC\u666F\u3092\u5206\u3051\u308B",primary:"\u30EA\u30B9\u30C8\u306E\u80CC\u666F\u3092\u4F7F\u7528",secondary:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u306E\u80CC\u666F\u3092\u4F7F\u7528"}},appearanceScale:{name:"\u30BA\u30FC\u30E0\u30EC\u30D9\u30EB",desc:"Notebook Navigator \u5168\u4F53\u306E\u30BA\u30FC\u30E0\u30EC\u30D9\u30EB\u3092\u5236\u5FA1\u3057\u307E\u3059\u3002"},useFloatingToolbars:{name:"iOS/iPadOS\u3067\u30D5\u30ED\u30FC\u30C6\u30A3\u30F3\u30B0\u30C4\u30FC\u30EB\u30D0\u30FC\u3092\u4F7F\u7528",desc:"Obsidian 1.11\u4EE5\u964D\u306B\u9069\u7528\u3055\u308C\u307E\u3059\u3002"},startView:{name:"\u30C7\u30D5\u30A9\u30EB\u30C8\u8D77\u52D5\u30D3\u30E5\u30FC",desc:"Notebook Navigator \u3092\u958B\u3044\u305F\u3068\u304D\u306B\u8868\u793A\u3059\u308B\u30DA\u30A4\u30F3\u3092\u9078\u629E\u3057\u307E\u3059\u3002\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306F\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3001\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u3001\u30D5\u30A9\u30EB\u30C0\u69CB\u9020\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3\u306F\u30D5\u30A1\u30A4\u30EB\u4E00\u89A7\u3092\u8868\u793A\u3057\u307E\u3059\u3002",options:{navigation:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3",files:"\u30EA\u30B9\u30C8\u30DA\u30A4\u30F3"}},toolbarButtons:{name:"\u30C4\u30FC\u30EB\u30D0\u30FC\u30DC\u30BF\u30F3",desc:"\u30C4\u30FC\u30EB\u30D0\u30FC\u306B\u8868\u793A\u3059\u308B\u30DC\u30BF\u30F3\u3092\u9078\u629E\u3057\u307E\u3059\u3002\u975E\u8868\u793A\u306E\u30DC\u30BF\u30F3\u306F\u30B3\u30DE\u30F3\u30C9\u3068\u30E1\u30CB\u30E5\u30FC\u304B\u3089\u5F15\u304D\u7D9A\u304D\u5229\u7528\u3067\u304D\u307E\u3059\u3002",navigationLabel:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30C4\u30FC\u30EB\u30D0\u30FC",listLabel:"\u30EA\u30B9\u30C8\u30C4\u30FC\u30EB\u30D0\u30FC"},createNewNotesInNewTab:{name:"\u65B0\u3057\u3044\u30CE\u30FC\u30C8\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F",desc:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u300C\u65B0\u3057\u3044\u30CE\u30FC\u30C8\u3092\u4F5C\u6210\u300D\u30B3\u30DE\u30F3\u30C9\u3067\u30CE\u30FC\u30C8\u304C\u65B0\u3057\u3044\u30BF\u30D6\u306B\u958B\u304D\u307E\u3059\u3002\u7121\u52B9\u306B\u3059\u308B\u3068\u3001\u30CE\u30FC\u30C8\u306F\u73FE\u5728\u306E\u30BF\u30D6\u306B\u7F6E\u304D\u63DB\u308F\u308A\u307E\u3059\u3002"},autoRevealActiveNote:{name:"\u30A2\u30AF\u30C6\u30A3\u30D6\u306A\u30CE\u30FC\u30C8\u3092\u81EA\u52D5\u8868\u793A",desc:"\u30AF\u30A4\u30C3\u30AF\u30B9\u30A4\u30C3\u30C1\u30E3\u30FC\u3001\u30EA\u30F3\u30AF\u3001\u691C\u7D22\u304B\u3089\u958B\u3044\u305F\u3068\u304D\u306B\u81EA\u52D5\u7684\u306B\u30CE\u30FC\u30C8\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},autoRevealShortestPath:{name:"\u6700\u77ED\u30D1\u30B9\u3092\u4F7F\u7528",desc:"\u6709\u52B9: \u81EA\u52D5\u8868\u793A\u306F\u6700\u3082\u8FD1\u3044\u8868\u793A\u4E2D\u306E\u89AA\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30BF\u30B0\u3092\u9078\u629E\u3057\u307E\u3059\u3002\u7121\u52B9: \u81EA\u52D5\u8868\u793A\u306F\u30D5\u30A1\u30A4\u30EB\u306E\u5B9F\u969B\u306E\u30D5\u30A9\u30EB\u30C0\u3068\u6B63\u78BA\u306A\u30BF\u30B0\u3092\u9078\u629E\u3057\u307E\u3059\u3002"},autoRevealIgnoreRightSidebar:{name:"\u53F3\u30B5\u30A4\u30C9\u30D0\u30FC\u306E\u30A4\u30D9\u30F3\u30C8\u3092\u7121\u8996",desc:"\u53F3\u30B5\u30A4\u30C9\u30D0\u30FC\u3067\u306E\u30AF\u30EA\u30C3\u30AF\u3084\u30CE\u30FC\u30C8\u306E\u5909\u66F4\u6642\u306B\u30A2\u30AF\u30C6\u30A3\u30D6\u30CE\u30FC\u30C8\u3092\u5909\u66F4\u3057\u307E\u305B\u3093\u3002"},autoRevealIgnoreOtherWindows:{name:"\u4ED6\u306E\u30A6\u30A3\u30F3\u30C9\u30A6\u306E\u30A4\u30D9\u30F3\u30C8\u3092\u7121\u8996",desc:"\u5225\u306E\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u30CE\u30FC\u30C8\u3092\u64CD\u4F5C\u3057\u3066\u3044\u308B\u3068\u304D\u306B\u30A2\u30AF\u30C6\u30A3\u30D6\u30CE\u30FC\u30C8\u3092\u5909\u66F4\u3057\u307E\u305B\u3093\u3002"},paneTransitionDuration:{name:"\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3",desc:"\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\u30E2\u30FC\u30C9\u3067\u30DA\u30A4\u30F3\u5207\u308A\u66FF\u3048\u6642\u306E\u30C8\u30E9\u30F3\u30B8\u30B7\u30E7\u30F3\u6642\u9593\uFF08\u30DF\u30EA\u79D2\uFF09\u3002",resetTooltip:"\u30C7\u30D5\u30A9\u30EB\u30C8\u306B\u30EA\u30BB\u30C3\u30C8"},autoSelectFirstFileOnFocusChange:{name:"\u6700\u521D\u306E\u30CE\u30FC\u30C8\u3092\u81EA\u52D5\u9078\u629E",desc:"\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30BF\u30B0\u3092\u5207\u308A\u66FF\u3048\u305F\u969B\u306B\u81EA\u52D5\u7684\u306B\u6700\u521D\u306E\u30CE\u30FC\u30C8\u3092\u958B\u304D\u307E\u3059\u3002"},skipAutoScroll:{name:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u81EA\u52D5\u30B9\u30AF\u30ED\u30FC\u30EB\u3092\u7121\u52B9\u5316",desc:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u5185\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3082\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30D1\u30CD\u30EB\u3092\u30B9\u30AF\u30ED\u30FC\u30EB\u3057\u306A\u3044\u3002"},autoExpandNavItems:{name:"\u9078\u629E\u6642\u306B\u5C55\u958B",desc:"\u9078\u629E\u6642\u306B\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u3092\u5C55\u958B\u3057\u307E\u3059\u3002\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\u30E2\u30FC\u30C9\u3067\u306F\u3001\u6700\u521D\u306E\u9078\u629E\u3067\u5C55\u958B\u30012\u56DE\u76EE\u306E\u9078\u629E\u3067\u30D5\u30A1\u30A4\u30EB\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},springLoadedFolders:{name:"\u30C9\u30E9\u30C3\u30B0\u6642\u306B\u5C55\u958B",desc:"\u30C9\u30E9\u30C3\u30B0\u64CD\u4F5C\u4E2D\u306B\u30DB\u30D0\u30FC\u3059\u308B\u3068\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u3092\u5C55\u958B\u3057\u307E\u3059\u3002"},springLoadedFoldersInitialDelay:{name:"\u6700\u521D\u306E\u5C55\u958B\u9045\u5EF6",desc:"\u30C9\u30E9\u30C3\u30B0\u64CD\u4F5C\u4E2D\u306B\u6700\u521D\u306E\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30BF\u30B0\u3092\u5C55\u958B\u3059\u308B\u307E\u3067\u306E\u9045\u5EF6\uFF08\u79D2\uFF09\u3002"},springLoadedFoldersSubsequentDelay:{name:"\u6B21\u306E\u5C55\u958B\u9045\u5EF6",desc:"\u540C\u3058\u30C9\u30E9\u30C3\u30B0\u64CD\u4F5C\u4E2D\u306B\u8FFD\u52A0\u306E\u30D5\u30A9\u30EB\u30C0\u307E\u305F\u306F\u30BF\u30B0\u3092\u5C55\u958B\u3059\u308B\u307E\u3067\u306E\u9045\u5EF6\uFF08\u79D2\uFF09\u3002"},navigationBanner:{name:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30D0\u30CA\u30FC\uFF08\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\uFF09",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u4E0A\u90E8\u306B\u753B\u50CF\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u9078\u629E\u3055\u308C\u305F\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u306B\u5FDC\u3058\u3066\u5909\u66F4\u3055\u308C\u307E\u3059\u3002",current:"\u73FE\u5728\u306E\u30D0\u30CA\u30FC: {path}",chooseButton:"\u753B\u50CF\u3092\u9078\u629E"},pinNavigationBanner:{name:"\u30D0\u30CA\u30FC\u3092\u56FA\u5B9A",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30D0\u30CA\u30FC\u3092\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30C4\u30EA\u30FC\u306E\u4E0A\u306B\u56FA\u5B9A\u3057\u307E\u3059\u3002"},showShortcuts:{name:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u8868\u793A",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306B\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},shortcutBadgeDisplay:{name:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u30D0\u30C3\u30B8",desc:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306E\u6A2A\u306B\u8868\u793A\u3059\u308B\u5185\u5BB9\u3002\u300C\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C81-9\u3092\u958B\u304F\u300D\u30B3\u30DE\u30F3\u30C9\u3067\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u76F4\u63A5\u958B\u3051\u307E\u3059\u3002",options:{index:"\u4F4D\u7F6E (1-9)",count:"\u30A2\u30A4\u30C6\u30E0\u6570",none:"\u306A\u3057"}},showRecentNotes:{name:"\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u8868\u793A",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306B\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},hideRecentNotes:{name:"\u30D5\u30A1\u30A4\u30EB\u306E\u7A2E\u985E\u3092\u975E\u8868\u793A",desc:"\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u30BB\u30AF\u30B7\u30E7\u30F3\u3067\u975E\u8868\u793A\u306B\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u306E\u7A2E\u985E\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{none:"\u306A\u3057",folderNotes:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8"}},recentNotesCount:{name:"\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u6570",desc:"\u8868\u793A\u3059\u308B\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u306E\u6570\u3002"},pinRecentNotesWithShortcuts:{name:"\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3068\u4E00\u7DD2\u306B\u56FA\u5B9A",desc:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3092\u56FA\u5B9A\u3059\u308B\u3068\u304D\u306B\u6700\u8FD1\u306E\u30D5\u30A1\u30A4\u30EB\u3092\u542B\u3081\u308B\u3002"},calendarEnabled:{name:"\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u6709\u52B9\u5316",desc:"Notebook Navigator\u306E\u30AB\u30EC\u30F3\u30C0\u30FC\u6A5F\u80FD\u3092\u6709\u52B9\u306B\u3057\u307E\u3059\u3002"},calendarPlacement:{name:"\u30AB\u30EC\u30F3\u30C0\u30FC\u306E\u914D\u7F6E",desc:"\u5DE6\u307E\u305F\u306F\u53F3\u30B5\u30A4\u30C9\u30D0\u30FC\u306B\u8868\u793A\u3057\u307E\u3059\u3002",options:{leftSidebar:"\u5DE6\u30B5\u30A4\u30C9\u30D0\u30FC",rightSidebar:"\u53F3\u30B5\u30A4\u30C9\u30D0\u30FC"}},calendarLeftPlacement:{name:"\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\u914D\u7F6E",desc:"\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\u30E2\u30FC\u30C9\u3067\u306E\u30AB\u30EC\u30F3\u30C0\u30FC\u8868\u793A\u4F4D\u7F6E\u3002",options:{navigationPane:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3",below:"\u30DA\u30A4\u30F3\u306E\u4E0B"}},calendarLocale:{name:"\u30ED\u30B1\u30FC\u30EB",desc:"\u9031\u756A\u53F7\u3068\u9031\u306E\u958B\u59CB\u66DC\u65E5\u3092\u5236\u5FA1\u3057\u307E\u3059\u3002",incompatibleWeekPatternWarning:'\u30A6\u30A3\u30FC\u30AF\u30EA\u30FC\u30CE\u30FC\u30C8\u306E\u30D1\u30BF\u30FC\u30F3\u304CISO\u9031\u30C8\u30FC\u30AF\u30F3\uFF08"W" \u307E\u305F\u306F "G"\uFF09\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002\u30AB\u30EC\u30F3\u30C0\u30FC\u306F\u3053\u306E\u30ED\u30B1\u30FC\u30EB\u306E\u9031\u306E\u958B\u59CB\u66DC\u65E5\u3067\u306F\u306A\u304F\u3001\u6708\u66DC\u65E5\u304B\u3089\u59CB\u307E\u308B\u9031\u3092\u8868\u793A\u3057\u307E\u3059\u3002',options:{systemDefault:"\u30C7\u30D5\u30A9\u30EB\u30C8"}},calendarWeekendDays:{name:"\u9031\u672B",desc:"\u9031\u672B\u3092\u7570\u306A\u308B\u80CC\u666F\u8272\u3067\u8868\u793A\u3057\u307E\u3059\u3002",options:{none:"\u306A\u3057",satSun:"\u571F\u66DC\u65E5\u3068\u65E5\u66DC\u65E5",friSat:"\u91D1\u66DC\u65E5\u3068\u571F\u66DC\u65E5",thuFri:"\u6728\u66DC\u65E5\u3068\u91D1\u66DC\u65E5"}},calendarMonthHeadingFormat:{name:"\u6708\u540D\u306E\u5F62\u5F0F",desc:"\u5E74\u8868\u793A\u304C\u975E\u8868\u793A\u306E\u3068\u304D\u3001\u6708\u540D\u3092\u901A\u5E38\u307E\u305F\u306F\u7701\u7565\u5F62\u3067\u8868\u793A\u3057\u307E\u3059\u3002",options:{full:"1\u6708 (\u5B8C\u5168)",short:"1\u6708 (\u77ED\u7E2E)"}},showInfoButtons:{name:"\u60C5\u5831\u30DC\u30BF\u30F3\u3092\u8868\u793A",desc:"\u691C\u7D22\u30D0\u30FC\u3068\u30AB\u30EC\u30F3\u30C0\u30FC\u30D8\u30C3\u30C0\u30FC\u306B\u60C5\u5831\u30DC\u30BF\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},calendarWeeksToShow:{name:"\u5DE6\u30B5\u30A4\u30C9\u30D0\u30FC\u306E\u8868\u793A\u9031\u6570",desc:"\u53F3\u30B5\u30A4\u30C9\u30D0\u30FC\u306E\u30AB\u30EC\u30F3\u30C0\u30FC\u306F\u5E38\u306B\u6708\u5168\u4F53\u3092\u8868\u793A\u3057\u307E\u3059\u3002",options:{fullMonth:"\u6708\u5168\u4F53",oneWeek:"1\u9031\u9593",weeksCount:"{count}\u9031\u9593"}},calendarHighlightToday:{name:"\u4ECA\u65E5\u306E\u65E5\u4ED8\u3092\u5F37\u8ABF\u8868\u793A",desc:"\u4ECA\u65E5\u306E\u65E5\u4ED8\u3092\u80CC\u666F\u8272\u3068\u592A\u5B57\u3067\u5F37\u8ABF\u8868\u793A\u3057\u307E\u3059\u3002"},calendarShowFeatureImage:{name:"\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF\u3092\u8868\u793A",desc:"\u30AB\u30EC\u30F3\u30C0\u30FC\u3067\u30CE\u30FC\u30C8\u306E\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},calendarShowWeekNumber:{name:"\u9031\u756A\u53F7\u3092\u8868\u793A",desc:"\u9031\u756A\u53F7\u306E\u5217\u3092\u8FFD\u52A0\u3057\u307E\u3059\u3002"},calendarShowQuarter:{name:"\u56DB\u534A\u671F\u3092\u8868\u793A",desc:"\u30AB\u30EC\u30F3\u30C0\u30FC\u30D8\u30C3\u30C0\u30FC\u306B\u56DB\u534A\u671F\u30E9\u30D9\u30EB\u3092\u8FFD\u52A0\u3057\u307E\u3059\u3002"},calendarShowYearCalendar:{name:"\u5E74\u9593\u30AB\u30EC\u30F3\u30C0\u30FC\u3092\u8868\u793A",desc:"\u53F3\u30B5\u30A4\u30C9\u30D0\u30FC\u306B\u5E74\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3068\u6708\u30B0\u30EA\u30C3\u30C9\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},calendarConfirmBeforeCreate:{name:"\u4F5C\u6210\u524D\u306B\u78BA\u8A8D",desc:"\u65B0\u3057\u3044\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u3092\u4F5C\u6210\u3059\u308B\u969B\u306B\u78BA\u8A8D\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},calendarIntegrationMode:{name:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u306E\u30BD\u30FC\u30B9",desc:"\u30AB\u30EC\u30F3\u30C0\u30FC\u30CE\u30FC\u30C8\u306E\u30BD\u30FC\u30B9\u3002",options:{dailyNotes:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\uFF08\u30B3\u30A2\u30D7\u30E9\u30B0\u30A4\u30F3\uFF09",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u30D5\u30A9\u30EB\u30C0\u3068\u65E5\u4ED8\u5F62\u5F0F\u306F\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8\u30B3\u30A2\u30D7\u30E9\u30B0\u30A4\u30F3\u3067\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002"}},calendarCustomRootFolder:{name:"\u30EB\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0",desc:"\u5B9A\u671F\u30CE\u30FC\u30C8\u306E\u57FA\u672C\u30D5\u30A9\u30EB\u30C0\u3002\u65E5\u4ED8\u30D1\u30BF\u30FC\u30F3\u306B\u306F\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u3092\u542B\u3081\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u9078\u629E\u3055\u308C\u305F\u30DC\u30FC\u30EB\u30C8\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3067\u5909\u66F4\u3055\u308C\u307E\u3059\u3002",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\u306E\u5834\u6240",desc:"\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB\u30D4\u30C3\u30AB\u30FC\u306F\u3053\u306E\u30D5\u30A9\u30EB\u30C0\u304B\u3089\u30CE\u30FC\u30C8\u3092\u8868\u793A\u3057\u307E\u3059\u3002",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8",desc:"Moment \u65E5\u4ED8\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u4F7F\u7528\u3057\u3066\u30D1\u30B9\u3092\u6307\u5B9A\u3002\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u540D\u306F\u89D2\u62EC\u5F27\u3067\u56F2\u307F\u307E\u3059\uFF08\u4F8B\uFF1A[Work]/YYYY\uFF09\u3002\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30A2\u30A4\u30B3\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u8A2D\u5B9A\u3002 \u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\u306E\u5834\u6240\u306F\u4E00\u822C > \u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3067\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002",momentDescPrefix:"",momentLinkText:"Moment \u65E5\u4ED8\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",momentDescSuffix:"\u3092\u4F7F\u7528\u3057\u3066\u30D1\u30B9\u3092\u6307\u5B9A\u3002\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u540D\u306F\u89D2\u62EC\u5F27\u3067\u56F2\u307F\u307E\u3059\uFF08\u4F8B\uFF1A[Work]/YYYY\uFF09\u3002\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30A2\u30A4\u30B3\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3092\u8A2D\u5B9A\u3002 \u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\u306E\u5834\u6240\u306F\u4E00\u822C > \u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3067\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002",placeholder:"YYYY/YYYYMMDD",example:"\u73FE\u5728\u306E\u69CB\u6587: {path}",parsingError:"\u30D1\u30BF\u30FC\u30F3\u306F\u5B8C\u5168\u306A\u65E5\u4ED8\uFF08\u5E74\u3001\u6708\u3001\u65E5\uFF09\u3068\u3057\u3066\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3055\u308C\u3001\u518D\u5EA6\u30D1\u30FC\u30B9\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"},calendarCustomWeekPattern:{name:"\u30A6\u30A3\u30FC\u30AF\u30EA\u30FC\u30CE\u30FC\u30C8",parsingError:"\u30D1\u30BF\u30FC\u30F3\u306F\u5B8C\u5168\u306A\u9031\uFF08\u9031\u5E74\u3001\u9031\u756A\u53F7\uFF09\u3068\u3057\u3066\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3055\u308C\u3001\u518D\u5EA6\u30D1\u30FC\u30B9\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002",localeMismatchWarning:'\u3053\u306E\u30D1\u30BF\u30FC\u30F3\u306FISO\u9031\u30C8\u30FC\u30AF\u30F3\uFF08"W" \u307E\u305F\u306F "G"\uFF09\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002\u30AB\u30EC\u30F3\u30C0\u30FC\u306F\u6708\u66DC\u65E5\u304B\u3089\u59CB\u307E\u308B\u9031\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u30A6\u30A3\u30FC\u30AF\u30EA\u30FC\u30CE\u30FC\u30C8\u304C\u9078\u629E\u3057\u305F\u30ED\u30B1\u30FC\u30EB\u306B\u5F93\u3046\u5834\u5408\u306F\u3001"w" \u307E\u305F\u306F "g" \u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002'},calendarCustomMonthPattern:{name:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30CE\u30FC\u30C8",parsingError:"\u30D1\u30BF\u30FC\u30F3\u306F\u5B8C\u5168\u306A\u6708\uFF08\u5E74\u3001\u6708\uFF09\u3068\u3057\u3066\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3055\u308C\u3001\u518D\u5EA6\u30D1\u30FC\u30B9\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"},calendarCustomQuarterPattern:{name:"\u56DB\u534A\u671F\u30CE\u30FC\u30C8",parsingError:"\u30D1\u30BF\u30FC\u30F3\u306F\u5B8C\u5168\u306A\u56DB\u534A\u671F\uFF08\u5E74\u3001\u56DB\u534A\u671F\uFF09\u3068\u3057\u3066\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3055\u308C\u3001\u518D\u5EA6\u30D1\u30FC\u30B9\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"},calendarCustomYearPattern:{name:"\u5E74\u6B21\u30CE\u30FC\u30C8",parsingError:"\u30D1\u30BF\u30FC\u30F3\u306F\u5B8C\u5168\u306A\u5E74\uFF08\u5E74\uFF09\u3068\u3057\u3066\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3055\u308C\u3001\u518D\u5EA6\u30D1\u30FC\u30B9\u3067\u304D\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"},calendarTemplateFile:{current:"\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB: {name}"},showTooltips:{name:"\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u3092\u8868\u793A",desc:"\u30CE\u30FC\u30C8\u3068\u30D5\u30A9\u30EB\u30C0\u306E\u8FFD\u52A0\u60C5\u5831\u3092\u30DB\u30D0\u30FC\u6642\u306B\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u3067\u8868\u793A\u3057\u307E\u3059\u3002"},showTooltipPath:{name:"\u30D1\u30B9\u3092\u8868\u793A",desc:"\u30C4\u30FC\u30EB\u30C1\u30C3\u30D7\u3067\u30CE\u30FC\u30C8\u540D\u306E\u4E0B\u306B\u30D5\u30A9\u30EB\u30C0\u30D1\u30B9\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},resetPaneSeparator:{name:"\u30DA\u30A4\u30F3\u30BB\u30D1\u30EC\u30FC\u30BF\u30FC\u306E\u4F4D\u7F6E\u3092\u30EA\u30BB\u30C3\u30C8",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u3068\u30EA\u30B9\u30C8\u30DA\u30FC\u30F3\u306E\u9593\u306E\u30C9\u30E9\u30C3\u30B0\u53EF\u80FD\u306A\u30BB\u30D1\u30EC\u30FC\u30BF\u30FC\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u4F4D\u7F6E\u306B\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u3002",buttonText:"\u30BB\u30D1\u30EC\u30FC\u30BF\u30FC\u3092\u30EA\u30BB\u30C3\u30C8",notice:"\u30BB\u30D1\u30EC\u30FC\u30BF\u30FC\u306E\u4F4D\u7F6E\u304C\u30EA\u30BB\u30C3\u30C8\u3055\u308C\u307E\u3057\u305F\u3002Obsidian\u3092\u518D\u8D77\u52D5\u3059\u308B\u304B\u3001Notebook Navigator\u3092\u958B\u304D\u76F4\u3057\u3066\u9069\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},settingsTransfer:{name:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u3068\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",desc:"Notebook Navigator\u306E\u8A2D\u5B9A\u3092JSON\u3068\u3057\u3066\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u307E\u305F\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u3068\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u304C\u7F6E\u304D\u63DB\u3048\u3089\u308C\u307E\u3059\u3002",importButtonText:"\u30A4\u30F3\u30DD\u30FC\u30C8",exportButtonText:"\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",import:{modalTitle:"\u8A2D\u5B9A\u3092\u30A4\u30F3\u30DD\u30FC\u30C8",fileButtonName:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30A4\u30F3\u30DD\u30FC\u30C8",fileButtonDesc:"\u30C7\u30A3\u30B9\u30AF\u304B\u3089JSON\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u307F\u307E\u3059\u3002",fileButtonText:"\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30A4\u30F3\u30DD\u30FC\u30C8",editorName:"JSON",editorDesc:"\u4E0B\u306BJSON\u3092\u8CBC\u308A\u4ED8\u3051\u307E\u305F\u306F\u7DE8\u96C6\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u542B\u307E\u308C\u3066\u3044\u306A\u3044\u8A2D\u5B9A\u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u306B\u30EA\u30BB\u30C3\u30C8\u3055\u308C\u307E\u3059\u3002",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u30A4\u30F3\u30DD\u30FC\u30C8",successNotice:"\u8A2D\u5B9A\u304C\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u307E\u3057\u305F\u3002",errorNotice:"\u8A2D\u5B9A\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {message}",fileReadError:"\u30D5\u30A1\u30A4\u30EB\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F: {message}"},export:{modalTitle:"\u8A2D\u5B9A\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",editorName:"JSON",editorDesc:"\u30C7\u30D5\u30A9\u30EB\u30C8\u304B\u3089\u5909\u66F4\u3055\u308C\u305F\u8A2D\u5B9A\u306E\u307F\u304C\u542B\u307E\u308C\u307E\u3059\u3002",placeholder:"{}",copyButtonText:"\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC",downloadButtonText:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",copyNotice:"\u8A2D\u5B9A\u304C\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC\u3055\u308C\u307E\u3057\u305F\u3002",downloadNotice:"\u8A2D\u5B9A\u304C\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3055\u308C\u307E\u3057\u305F\u3002",downloadError:"\u8A2D\u5B9A\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {message}"}},resetAllSettings:{name:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8",desc:"Notebook Navigator\u306E\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u3092\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306B\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u3002",buttonText:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8",confirmTitle:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8\u3057\u307E\u3059\u304B\uFF1F",confirmMessage:"Notebook Navigator\u306E\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u304C\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u306B\u30EA\u30BB\u30C3\u30C8\u3055\u308C\u307E\u3059\u3002\u5143\u306B\u623B\u305B\u307E\u305B\u3093\u3002",confirmButtonText:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u3092\u30EA\u30BB\u30C3\u30C8",notice:"\u3059\u3079\u3066\u306E\u8A2D\u5B9A\u304C\u30EA\u30BB\u30C3\u30C8\u3055\u308C\u307E\u3057\u305F\u3002Obsidian\u3092\u518D\u8D77\u52D5\u3059\u308B\u304B\u3001Notebook Navigator\u3092\u958B\u304D\u76F4\u3057\u3066\u9069\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002",error:"\u8A2D\u5B9A\u306E\u30EA\u30BB\u30C3\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002"},multiSelectModifier:{name:"\u8907\u6570\u9078\u629E\u30E2\u30C7\u30A3\u30D5\u30A1\u30A4\u30A2",desc:"\u8907\u6570\u9078\u629E\u3092\u5207\u308A\u66FF\u3048\u308B\u30E2\u30C7\u30A3\u30D5\u30A1\u30A4\u30A2\u30AD\u30FC\u3092\u9078\u629E\u3057\u307E\u3059\u3002Option/Alt\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001Cmd/Ctrl\u30AF\u30EA\u30C3\u30AF\u3067\u30CE\u30FC\u30C8\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304D\u307E\u3059\u3002",options:{cmdCtrl:"Cmd/Ctrl \u30AF\u30EA\u30C3\u30AF",optionAlt:"Option/Alt \u30AF\u30EA\u30C3\u30AF"}},enterToOpenFiles:{name:"Enter\u30AD\u30FC\u3067\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F",desc:"\u30EA\u30B9\u30C8\u306E\u30AD\u30FC\u30DC\u30FC\u30C9\u64CD\u4F5C\u4E2D\u306BEnter\u30AD\u30FC\u3092\u62BC\u3057\u305F\u3068\u304D\u306E\u307F\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304D\u307E\u3059\u3002"},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Shift+Enter\u3067\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3001\u5206\u5272\u3001\u307E\u305F\u306F\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u958B\u304D\u307E\u3059\u3002"},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Cmd+Enter\u3067\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3001\u5206\u5272\u3001\u307E\u305F\u306F\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u958B\u304D\u307E\u3059\u3002"},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Ctrl+Enter\u3067\u9078\u629E\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3001\u5206\u5272\u3001\u307E\u305F\u306F\u30A6\u30A3\u30F3\u30C9\u30A6\u3067\u958B\u304D\u307E\u3059\u3002"},mouseBackForwardAction:{name:"\u30DE\u30A6\u30B9\u306E\u623B\u308B/\u9032\u3080\u30DC\u30BF\u30F3",desc:"\u30C7\u30B9\u30AF\u30C8\u30C3\u30D7\u3067\u306E\u30DE\u30A6\u30B9\u306E\u623B\u308B/\u9032\u3080\u30DC\u30BF\u30F3\u306E\u52D5\u4F5C\u3002",options:{none:"\u30B7\u30B9\u30C6\u30E0\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u3092\u4F7F\u7528",singlePaneSwitch:"\u30DA\u30A4\u30F3\u5207\u308A\u66FF\u3048\uFF08\u30B7\u30F3\u30B0\u30EB\u30DA\u30A4\u30F3\uFF09",history:"\u5C65\u6B74\u3092\u30CA\u30D3\u30B2\u30FC\u30C8"}},excludedNotes:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30EB\u30FC\u30EB\u3067\u30CE\u30FC\u30C8\u3092\u975E\u8868\u793A (\u30DC\u30EB\u30C8\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB)",desc:"\u30AB\u30F3\u30DE\u533A\u5207\u308A\u306E\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30EB\u30FC\u30EB\u306E\u30EA\u30B9\u30C8\u3002`key` \u307E\u305F\u306F `key=value` \u30A8\u30F3\u30C8\u30EA\u3092\u4F7F\u7528\u3057\u307E\u3059\uFF08\u4F8B\uFF1Astatus=done, published=true, archived\uFF09\u3002",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u30D5\u30A1\u30A4\u30EB\u3092\u975E\u8868\u793A (\u30DC\u30EB\u30C8\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB)",desc:"\u975E\u8868\u793A\u306B\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u540D\u30D1\u30BF\u30FC\u30F3\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8\u3002* \u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\u3068 / \u30D1\u30B9\u3092\u30B5\u30DD\u30FC\u30C8\uFF08\u4F8B\uFF1Atemp-*\u3001*.png\u3001/assets/*\uFF09\u3002",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB",desc:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u306E\u8868\u793A\u3001\u975E\u8868\u793A\u30D5\u30A1\u30A4\u30EB\u3001\u975E\u8868\u793A\u30D5\u30A9\u30EB\u30C0\u3001\u975E\u8868\u793A\u30BF\u30B0\u3001\u975E\u8868\u793A\u30CE\u30FC\u30C8\u3001\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3001\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30D0\u30CA\u30FC\u3092\u4FDD\u5B58\u3057\u307E\u3059\u3002\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306E\u30D8\u30C3\u30C0\u30FC\u304B\u3089\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u5207\u308A\u66FF\u3048\u307E\u3059\u3002",defaultName:"\u30C7\u30D5\u30A9\u30EB\u30C8",addButton:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0",editProfilesButton:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u7DE8\u96C6",addProfileOption:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0...",applyButton:"\u9069\u7528",deleteButton:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664",addModalTitle:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0",editProfilesModalTitle:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3092\u7DE8\u96C6",addModalPlaceholder:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u540D",deleteModalTitle:"{name}\u3092\u524A\u9664",deleteModalMessage:"{name}\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F\u3053\u306E\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u306B\u4FDD\u5B58\u3055\u308C\u3066\u3044\u308B\u975E\u8868\u793A\u30D5\u30A1\u30A4\u30EB\u3001\u30D5\u30A9\u30EB\u30C0\u3001\u30BF\u30B0\u3001\u30CE\u30FC\u30C8\u306E\u30D5\u30A3\u30EB\u30BF\u304C\u524A\u9664\u3055\u308C\u307E\u3059\u3002",moveUp:"\u4E0A\u306B\u79FB\u52D5",moveDown:"\u4E0B\u306B\u79FB\u52D5",errors:{emptyName:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",duplicateName:"\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u540D\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059"}},vaultTitle:{name:"\u30DC\u30EB\u30C8\u30BF\u30A4\u30C8\u30EB\u306E\u914D\u7F6E",desc:"\u30DC\u30EB\u30C8\u30BF\u30A4\u30C8\u30EB\u306E\u8868\u793A\u5834\u6240\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{header:"\u30D8\u30C3\u30C0\u30FC\u306B\u8868\u793A",navigation:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306B\u8868\u793A"}},excludedFolders:{name:"\u30D5\u30A9\u30EB\u30C0\u3092\u975E\u8868\u793A (\u30DC\u30EB\u30C8\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB)",desc:"\u975E\u8868\u793A\u306B\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8\u3002\u540D\u524D\u30D1\u30BF\u30FC\u30F3: assets*\uFF08assets\u3067\u59CB\u307E\u308B\u30D5\u30A9\u30EB\u30C0\uFF09\u3001*_temp\uFF08_temp\u3067\u7D42\u308F\u308B\uFF09\u3002\u30D1\u30B9\u30D1\u30BF\u30FC\u30F3: /archive\uFF08\u30EB\u30FC\u30C8\u306E\u30A2\u30FC\u30AB\u30A4\u30D6\u306E\u307F\uFF09\u3001/res*\uFF08res\u3067\u59CB\u307E\u308B\u30EB\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\uFF09\u3001/*/temp\uFF081\u968E\u5C64\u4E0B\u306Etemp\u30D5\u30A9\u30EB\u30C0\uFF09\u3001/projects/*\uFF08projects\u5185\u306E\u3059\u3079\u3066\u306E\u30D5\u30A9\u30EB\u30C0\uFF09\u3002",placeholder:"templates, assets*, /archive, /res*"},fileVisibility:{name:"\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u3092\u8868\u793A (\u30DC\u30EB\u30C8\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB)",desc:"\u30CA\u30D3\u30B2\u30FC\u30BF\u30FC\u306B\u8868\u793A\u3055\u308C\u308B\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u3092\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u3057\u307E\u3059\u3002Obsidian\u3067\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u306A\u3044\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u306F\u3001\u5916\u90E8\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3067\u958B\u304B\u308C\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002",options:{documents:"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8 (.md, .canvas, .base)",supported:"\u30B5\u30DD\u30FC\u30C8 (Obsidian\u3067\u958B\u304F)",all:"\u3059\u3079\u3066 (\u5916\u90E8\u3067\u958B\u304F\u5834\u5408\u3042\u308A)"}},homepage:{name:"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8",desc:"\u8D77\u52D5\u6642\u306B\u81EA\u52D5\u3067\u958B\u304F\u5BFE\u8C61\u3092\u9078\u629E\u3057\u307E\u3059\u3002",current:"\u73FE\u5728: {path}",chooseButton:"\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E",options:{none:"\u306A\u3057",file:"\u30D5\u30A1\u30A4\u30EB",dailyNote:"\u30C7\u30A4\u30EA\u30FC\u30CE\u30FC\u30C8",weeklyNote:"\u30A6\u30A3\u30FC\u30AF\u30EA\u30FC\u30CE\u30FC\u30C8",monthlyNote:"\u30DE\u30F3\u30B9\u30EA\u30FC\u30CE\u30FC\u30C8",quarterlyNote:"\u30AF\u30A9\u30FC\u30BF\u30EA\u30FC\u30CE\u30FC\u30C8"},file:{name:"\u8D77\u52D5\u30D5\u30A1\u30A4\u30EB",empty:"\u30D5\u30A1\u30A4\u30EB\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093"}},showFileDate:{name:"\u65E5\u4ED8\u3092\u8868\u793A",desc:"\u30CE\u30FC\u30C8\u540D\u306E\u4E0B\u306B\u65E5\u4ED8\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},alphabeticalDateMode:{name:"\u540D\u524D\u3067\u30BD\u30FC\u30C8\u6642",desc:"\u30CE\u30FC\u30C8\u304C\u540D\u524D\u3067\u30BD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u306B\u8868\u793A\u3059\u308B\u65E5\u4ED8\u3002",options:{created:"\u4F5C\u6210\u65E5",modified:"\u66F4\u65B0\u65E5"}},showFileTags:{name:"\u30D5\u30A1\u30A4\u30EB\u30BF\u30B0\u3092\u8868\u793A",desc:"\u30D5\u30A1\u30A4\u30EB\u30A2\u30A4\u30C6\u30E0\u306B\u30AF\u30EA\u30C3\u30AF\u53EF\u80FD\u306A\u30BF\u30B0\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showFileTagAncestors:{name:"\u5B8C\u5168\u306A\u30BF\u30B0\u30D1\u30B9\u3092\u8868\u793A",desc:"\u30BF\u30B0\u306E\u5B8C\u5168\u306A\u968E\u5C64\u30D1\u30B9\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u6709\u52B9\u6642: 'ai/openai', 'work/projects/2024'\u3002\u7121\u52B9\u6642: 'openai', '2024'\u3002"},colorFileTags:{name:"\u30D5\u30A1\u30A4\u30EB\u30BF\u30B0\u306B\u8272\u3092\u4ED8\u3051\u308B",desc:"\u30D5\u30A1\u30A4\u30EB\u30A2\u30A4\u30C6\u30E0\u306E\u30BF\u30B0\u30D0\u30C3\u30B8\u306B\u30BF\u30B0\u306E\u8272\u3092\u9069\u7528\u3057\u307E\u3059\u3002"},prioritizeColoredFileTags:{name:"\u8272\u4ED8\u304D\u30BF\u30B0\u3092\u5148\u982D\u306B\u914D\u7F6E",desc:"\u8272\u4ED8\u304D\u30BF\u30B0\u3092\u4ED6\u306E\u30BF\u30B0\u3088\u308A\u524D\u306B\u4E26\u3079\u66FF\u3048\u307E\u3059\u3002"},showFileTagsInCompactMode:{name:"\u30B9\u30EA\u30E0\u30E2\u30FC\u30C9\u3067\u30D5\u30A1\u30A4\u30EB\u30BF\u30B0\u3092\u8868\u793A",desc:"\u65E5\u4ED8\u3001\u30D7\u30EC\u30D3\u30E5\u30FC\u3001\u753B\u50CF\u304C\u975E\u8868\u793A\u306E\u3068\u304D\u306B\u30BF\u30B0\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showFileProperties:{name:"\u30D5\u30A1\u30A4\u30EB\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8868\u793A",desc:"\u30D5\u30A1\u30A4\u30EB\u9805\u76EE\u306B\u30AF\u30EA\u30C3\u30AF\u53EF\u80FD\u306A\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},colorFileProperties:{name:"\u30D5\u30A1\u30A4\u30EB\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u8272\u3092\u4ED8\u3051\u308B",desc:"\u30D5\u30A1\u30A4\u30EB\u9805\u76EE\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u30D0\u30C3\u30B8\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u8272\u3092\u9069\u7528\u3057\u307E\u3059\u3002"},prioritizeColoredFileProperties:{name:"\u8272\u4ED8\u304D\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u5148\u306B\u8868\u793A",desc:"\u30D5\u30A1\u30A4\u30EB\u9805\u76EE\u3067\u8272\u4ED8\u304D\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u4ED6\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3088\u308A\u524D\u306B\u4E26\u3079\u66FF\u3048\u307E\u3059\u3002"},showFilePropertiesInCompactMode:{name:"\u30B3\u30F3\u30D1\u30AF\u30C8\u30E2\u30FC\u30C9\u3067\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8868\u793A",desc:"\u30B3\u30F3\u30D1\u30AF\u30C8\u30E2\u30FC\u30C9\u304C\u6709\u52B9\u306A\u6642\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},notePropertyType:{name:"\u30CE\u30FC\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3",desc:"\u30D5\u30A1\u30A4\u30EB\u9805\u76EE\u306B\u8868\u793A\u3059\u308B\u30CE\u30FC\u30C8\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{frontmatter:"\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D7\u30ED\u30D1\u30C6\u30A3",wordCount:"\u6587\u5B57\u6570",none:"\u306A\u3057"}},propertyFields:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\uFF08\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\uFF09",desc:"\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3002\u30AD\u30FC\u3054\u3068\u306B\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u3068\u30D5\u30A1\u30A4\u30EB\u30EA\u30B9\u30C8\u306E\u8868\u793A\u3092\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002",addButtonTooltip:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u3092\u8A2D\u5B9A",noneConfigured:"\u30D7\u30ED\u30D1\u30C6\u30A3\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093",singleConfigured:"1\u4EF6\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u304C\u8A2D\u5B9A\u6E08\u307F: {properties}",multipleConfigured:"{count}\u4EF6\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u304C\u8A2D\u5B9A\u6E08\u307F: {properties}"},showPropertiesOnSeparateRows:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u5225\u306E\u884C\u306B\u8868\u793A",desc:"\u5404\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u500B\u5225\u306E\u884C\u306B\u8868\u793A\u3057\u307E\u3059\u3002"},enablePropertyInternalLinks:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30D4\u30EB\u3092\u30CE\u30FC\u30C8\u306B\u30EA\u30F3\u30AF",desc:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30D4\u30EB\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30EA\u30F3\u30AF\u5148\u306E\u30CE\u30FC\u30C8\u3092\u958B\u304D\u307E\u3059\u3002"},enablePropertyExternalLinks:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30D4\u30EB\u3092URL\u306B\u30EA\u30F3\u30AF",desc:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30D4\u30EB\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u30EA\u30F3\u30AF\u5148\u306EURL\u3092\u958B\u304D\u307E\u3059\u3002"},dateFormat:{name:"\u65E5\u4ED8\u5F62\u5F0F",desc:"\u65E5\u4ED8\u8868\u793A\u306E\u5F62\u5F0F\uFF08Moment\u5F62\u5F0F\u3092\u4F7F\u7528\uFF09\u3002",placeholder:"YYYY\u5E74M\u6708D\u65E5",help:`\u4E00\u822C\u7684\u306A\u5F62\u5F0F\uFF1A +YYYY\u5E74M\u6708D\u65E5 = 2022\u5E745\u670825\u65E5 +YYYY-MM-DD = 2022-05-25 +MM/DD/YYYY = 05/25/2022 + +\u30C8\u30FC\u30AF\u30F3\uFF1A +YYYY/YY = \u5E74 +MMMM/MMM/MM/M = \u6708 +DD/D = \u65E5 +dddd/ddd = \u66DC\u65E5`,helpTooltip:"Moment\u5F62\u5F0F",momentLinkText:"Moment \u30D5\u30A9\u30FC\u30DE\u30C3\u30C8"},timeFormat:{name:"\u6642\u523B\u5F62\u5F0F",desc:"\u6642\u523B\u3092\u8868\u793A\u3059\u308B\u5F62\u5F0F\uFF08Moment\u5F62\u5F0F\u3092\u4F7F\u7528\uFF09\u3002",placeholder:"HH:mm",help:`\u4E00\u822C\u7684\u306A\u5F62\u5F0F\uFF1A +HH:mm = 14:30\uFF0824\u6642\u9593\u5236\uFF09 +h:mm a = 2:30 PM\uFF0812\u6642\u9593\u5236\uFF09 +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +\u30C8\u30FC\u30AF\u30F3\uFF1A +HH/H = 24\u6642\u9593\u5236 +hh/h = 12\u6642\u9593\u5236 +mm = \u5206 +ss = \u79D2 +a = AM/PM`,helpTooltip:"Moment\u5F62\u5F0F",momentLinkText:"Moment \u30D5\u30A9\u30FC\u30DE\u30C3\u30C8"},showFilePreview:{name:"\u30CE\u30FC\u30C8\u30D7\u30EC\u30D3\u30E5\u30FC\u3092\u8868\u793A",desc:"\u30CE\u30FC\u30C8\u540D\u306E\u4E0B\u306B\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},skipHeadingsInPreview:{name:"\u30D7\u30EC\u30D3\u30E5\u30FC\u3067\u898B\u51FA\u3057\u3092\u30B9\u30AD\u30C3\u30D7",desc:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u751F\u6210\u6642\u306B\u898B\u51FA\u3057\u884C\u3092\u30B9\u30AD\u30C3\u30D7\u3057\u307E\u3059\u3002"},skipCodeBlocksInPreview:{name:"\u30D7\u30EC\u30D3\u30E5\u30FC\u3067\u30B3\u30FC\u30C9\u30D6\u30ED\u30C3\u30AF\u3092\u30B9\u30AD\u30C3\u30D7",desc:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u751F\u6210\u6642\u306B\u30B3\u30FC\u30C9\u30D6\u30ED\u30C3\u30AF\u3092\u30B9\u30AD\u30C3\u30D7\u3057\u307E\u3059\u3002"},stripHtmlInPreview:{name:"\u30D7\u30EC\u30D3\u30E5\u30FC\u306EHTML\u3092\u524A\u9664",desc:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u304B\u3089HTML\u30BF\u30B0\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u5927\u304D\u306A\u30CE\u30FC\u30C8\u3067\u306F\u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9\u306B\u5F71\u97FF\u3059\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002"},stripLatexInPreview:{name:"\u30D7\u30EC\u30D3\u30E5\u30FC\u306ELaTeX\u3092\u524A\u9664",desc:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u30A4\u30F3\u30E9\u30A4\u30F3\u304A\u3088\u3073\u30D6\u30ED\u30C3\u30AFLaTeX\u5F0F\u3092\u524A\u9664\u3057\u307E\u3059\u3002"},previewProperties:{name:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30D7\u30ED\u30D1\u30C6\u30A3",desc:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u3092\u691C\u7D22\u3059\u308B\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8\u3002\u30C6\u30AD\u30B9\u30C8\u304C\u3042\u308B\u6700\u521D\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u304C\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u30CE\u30FC\u30C8\u5185\u5BB9\u306B\u30D5\u30A9\u30FC\u30EB\u30D0\u30C3\u30AF",desc:"\u6307\u5B9A\u3055\u308C\u305F\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u30C6\u30AD\u30B9\u30C8\u304C\u542B\u307E\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u3001\u30CE\u30FC\u30C8\u5185\u5BB9\u3092\u30D7\u30EC\u30D3\u30E5\u30FC\u3068\u3057\u3066\u8868\u793A\u3057\u307E\u3059\u3002"},previewRows:{name:"\u30D7\u30EC\u30D3\u30E5\u30FC\u884C\u6570",desc:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u306E\u8868\u793A\u884C\u6570\u3002",options:{1:"1\u884C",2:"2\u884C",3:"3\u884C",4:"4\u884C",5:"5\u884C"}},fileNameRows:{name:"\u30BF\u30A4\u30C8\u30EB\u884C\u6570",desc:"\u30CE\u30FC\u30C8\u30BF\u30A4\u30C8\u30EB\u306E\u8868\u793A\u884C\u6570\u3002",options:{1:"1\u884C",2:"2\u884C"}},showFeatureImage:{name:"\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF\u3092\u8868\u793A",desc:"\u30CE\u30FC\u30C8\u3067\u6700\u521D\u306B\u898B\u3064\u304B\u3063\u305F\u753B\u50CF\u306E\u30B5\u30E0\u30CD\u30A4\u30EB\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},forceSquareFeatureImage:{name:"\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF\u3092\u6B63\u65B9\u5F62\u306B\u56FA\u5B9A",desc:"\u30A2\u30A4\u30AD\u30E3\u30C3\u30C1\u753B\u50CF\u3092\u6B63\u65B9\u5F62\u306E\u30B5\u30E0\u30CD\u30A4\u30EB\u3068\u3057\u3066\u8868\u793A\u3057\u307E\u3059\u3002"},featureImageProperties:{name:"\u753B\u50CF\u30D7\u30ED\u30D1\u30C6\u30A3",desc:"\u6700\u521D\u306B\u30C1\u30A7\u30C3\u30AF\u3059\u308B\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8\u3002\u898B\u3064\u304B\u3089\u306A\u3044\u5834\u5408\u306Fmarkdown\u30B3\u30F3\u30C6\u30F3\u30C4\u306E\u6700\u521D\u306E\u753B\u50CF\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u6301\u3064\u30CE\u30FC\u30C8\u3092\u9664\u5916",desc:"\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8\u3002\u3053\u308C\u3089\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u542B\u3080\u30CE\u30FC\u30C8\u306F\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u3092\u4FDD\u5B58\u3057\u307E\u305B\u3093\u3002",placeholder:"private, confidential"},featureImageSize:{name:"\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u306E\u8868\u793A\u30B5\u30A4\u30BA",desc:"\u30CE\u30FC\u30C8\u30EA\u30B9\u30C8\u3067\u306E\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u306E\u6700\u5927\u30EC\u30F3\u30C0\u30EA\u30F3\u30B0\u30B5\u30A4\u30BA\u3002",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u306E\u30D4\u30AF\u30BB\u30EB\u30B5\u30A4\u30BA",desc:"\u4FDD\u5B58\u3055\u308C\u308B\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u30B5\u30E0\u30CD\u30A4\u30EB\u306E\u751F\u6210\u6642\u306B\u4F7F\u7528\u3055\u308C\u308B\u89E3\u50CF\u5EA6\u3002\u5927\u304D\u306A\u30D7\u30EC\u30D3\u30E5\u30FC\u304C\u307C\u3084\u3051\u308B\u5834\u5408\u306F\u3053\u306E\u5024\u3092\u4E0A\u3052\u3066\u304F\u3060\u3055\u3044\u3002",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u5916\u90E8\u753B\u50CF\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",desc:"\u30EA\u30E2\u30FC\u30C8\u753B\u50CF\u3068YouTube\u30B5\u30E0\u30CD\u30A4\u30EB\u3092\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u3068\u3057\u3066\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3057\u307E\u3059\u3002"},showRootFolder:{name:"\u30EB\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\u3092\u8868\u793A",desc:"\u30C4\u30EA\u30FC\u306B\u30EB\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\u540D\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showFolderIcons:{name:"\u30D5\u30A9\u30EB\u30C0\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306E\u30D5\u30A9\u30EB\u30C0\u306E\u6A2A\u306B\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},inheritFolderColors:{name:"\u30D5\u30A9\u30EB\u30C0\u306E\u8272\u3092\u7D99\u627F",desc:"\u30B5\u30D6\u30D5\u30A9\u30EB\u30C0\u304C\u89AA\u30D5\u30A9\u30EB\u30C0\u304B\u3089\u8272\u3092\u7D99\u627F\u3057\u307E\u3059\u3002"},folderSortOrder:{name:"\u30D5\u30A9\u30EB\u30C0\u306E\u4E26\u3073\u9806",desc:"\u30D5\u30A9\u30EB\u30C0\u3092\u53F3\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u305D\u306E\u5B50\u8981\u7D20\u306E\u4E26\u3073\u9806\u3092\u500B\u5225\u306B\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002",options:{alphaAsc:"A \u304B\u3089 Z",alphaDesc:"Z \u304B\u3089 A"}},showNoteCount:{name:"\u30CE\u30FC\u30C8\u6570\u3092\u8868\u793A",desc:"\u5404\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u306E\u6A2A\u306B\u30CE\u30FC\u30C8\u6570\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showSectionIcons:{name:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3068\u6700\u8FD1\u306E\u9805\u76EE\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",desc:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u3068\u6700\u8FD1\u4F7F\u7528\u3057\u305F\u30D5\u30A1\u30A4\u30EB\u30BB\u30AF\u30B7\u30E7\u30F3\u5185\u306E\u9805\u76EE\u306E\u6A2A\u306B\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},interfaceIcons:{name:"\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30FC\u30B9\u30A2\u30A4\u30B3\u30F3",desc:"\u30C4\u30FC\u30EB\u30D0\u30FC\u3001\u30D5\u30A9\u30EB\u30C0\u3001\u30BF\u30B0\u3001\u30D4\u30F3\u7559\u3081\u3001\u691C\u7D22\u3001\u4E26\u3079\u66FF\u3048\u306E\u30A2\u30A4\u30B3\u30F3\u3092\u7DE8\u96C6\u3057\u307E\u3059\u3002",buttonText:"\u30A2\u30A4\u30B3\u30F3\u3092\u7DE8\u96C6"},showIconsColorOnly:{name:"\u30A2\u30A4\u30B3\u30F3\u306E\u307F\u306B\u8272\u3092\u9069\u7528",desc:"\u6709\u52B9\u306B\u3059\u308B\u3068\u3001\u30AB\u30B9\u30BF\u30E0\u30AB\u30E9\u30FC\u306F\u30A2\u30A4\u30B3\u30F3\u306E\u307F\u306B\u9069\u7528\u3055\u308C\u307E\u3059\u3002\u7121\u52B9\u306B\u3059\u308B\u3068\u3001\u30A2\u30A4\u30B3\u30F3\u3068\u30C6\u30AD\u30B9\u30C8\u30E9\u30D9\u30EB\u306E\u4E21\u65B9\u306B\u8272\u304C\u9069\u7528\u3055\u308C\u307E\u3059\u3002"},navRainbowMode:{name:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u30E2\u30FC\u30C9\uFF08\u4FDD\u7BA1\u5EAB\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\uFF09",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306B\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u3092\u9069\u7528\u3057\u307E\u3059\u3002",options:{none:"\u30AA\u30D5",foreground:"\u30C6\u30AD\u30B9\u30C8\u30AB\u30E9\u30FC",background:"\u80CC\u666F\u8272"}},navRainbowFirstColor:{name:"\u6700\u521D\u306E\u8272",desc:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30B0\u30E9\u30C7\u30FC\u30B7\u30E7\u30F3\u306E\u6700\u521D\u306E\u8272\u3002"},navRainbowLastColor:{name:"\u6700\u5F8C\u306E\u8272",desc:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30B0\u30E9\u30C7\u30FC\u30B7\u30E7\u30F3\u306E\u6700\u5F8C\u306E\u8272\u3002"},navRainbowTransitionStyle:{name:"\u30C8\u30E9\u30F3\u30B8\u30B7\u30E7\u30F3\u30B9\u30BF\u30A4\u30EB",desc:"\u6700\u521D\u306E\u8272\u3068\u6700\u5F8C\u306E\u8272\u306E\u9593\u3067\u4F7F\u7528\u3055\u308C\u308B\u88DC\u9593\u3002",options:{hue:"\u8272\u76F8",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u9069\u7528",desc:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u3092\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8\u306B\u9069\u7528\u3057\u307E\u3059\u3002"},navRainbowApplyToRecent:{name:"\u6700\u8FD1\u306E\u9805\u76EE\u306B\u9069\u7528",desc:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u3092\u6700\u8FD1\u306E\u9805\u76EE\u306B\u9069\u7528\u3057\u307E\u3059\u3002"},navRainbowApplyToFolders:{name:"\u30D5\u30A9\u30EB\u30C0\u30FC\u306B\u9069\u7528",desc:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u3092\u30D5\u30A9\u30EB\u30C0\u30FC\u306B\u9069\u7528\u3057\u307E\u3059\u3002"},navRainbowFolderScope:{name:"\u30D5\u30A9\u30EB\u30C0\u30FC\u7BC4\u56F2",desc:"\u30AB\u30E9\u30FC\u5272\u308A\u5F53\u3066\u3092\u958B\u59CB\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u30FC\u30EC\u30D9\u30EB\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{root:"\u30EB\u30FC\u30C8\u30EC\u30D9\u30EB",child:"\u5B50\u30EC\u30D9\u30EB",all:"\u3059\u3079\u3066\u306E\u30EC\u30D9\u30EB"}},navRainbowApplyToTags:{name:"\u30BF\u30B0\u306B\u9069\u7528",desc:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u3092\u30BF\u30B0\u306B\u9069\u7528\u3057\u307E\u3059\u3002"},navRainbowTagScope:{name:"\u30BF\u30B0\u7BC4\u56F2",desc:"\u30AB\u30E9\u30FC\u5272\u308A\u5F53\u3066\u3092\u958B\u59CB\u3059\u308B\u30BF\u30B0\u30EC\u30D9\u30EB\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{root:"\u30EB\u30FC\u30C8\u30EC\u30D9\u30EB",child:"\u5B50\u30EC\u30D9\u30EB",all:"\u3059\u3079\u3066\u306E\u30EC\u30D9\u30EB"}},navRainbowApplyToProperties:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u9069\u7528",desc:"\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u3092\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u9069\u7528\u3057\u307E\u3059\u3002"},navRainbowBalanceHueLuminance:{name:"\u8272\u76F8\u9593\u3067\u4E00\u8CAB\u3057\u305F\u660E\u308B\u3055",desc:"\u8272\u76F8\u306E\u9077\u79FB\u4E2D\u306B\u958B\u59CB\u8272\u3068\u7D42\u4E86\u8272\u306E\u9593\u3067\u660E\u308B\u3055\u3092\u88DC\u9593\u3057\u307E\u3059\u3002"},navRainbowSeparateThemeColors:{name:"\u30E9\u30A4\u30C8\u30E2\u30FC\u30C9\u3068\u30C0\u30FC\u30AF\u30E2\u30FC\u30C9\u306E\u8272\u3092\u5206\u96E2",desc:"\u30E9\u30A4\u30C8\u30E2\u30FC\u30C9\u3068\u30C0\u30FC\u30AF\u30E2\u30FC\u30C9\u3067\u7570\u306A\u308B\u30EC\u30A4\u30F3\u30DC\u30FC\u30AB\u30E9\u30FC\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002"},navRainbowCopyLightToDark:"\u30E9\u30A4\u30C8\u30E2\u30FC\u30C9\u306E\u8272\u3092\u30C0\u30FC\u30AF\u30E2\u30FC\u30C9\u306B\u30B3\u30D4\u30FC",navRainbowPropertyScope:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u7BC4\u56F2",desc:"\u30AB\u30E9\u30FC\u5272\u308A\u5F53\u3066\u3092\u958B\u59CB\u3059\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u30EC\u30D9\u30EB\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{root:"\u30EB\u30FC\u30C8\u30EC\u30D9\u30EB",child:"\u5B50\u30EC\u30D9\u30EB",all:"\u3059\u3079\u3066\u306E\u30EC\u30D9\u30EB"}},collapseBehavior:{name:"\u9805\u76EE\u3092\u6298\u308A\u305F\u305F\u3080",desc:"\u5C55\u958B/\u6298\u308A\u305F\u305F\u307F\u30DC\u30BF\u30F3\u304C\u5F71\u97FF\u3059\u308B\u9805\u76EE\u3092\u9078\u629E\u3057\u307E\u3059\u3002",options:{all:"\u3059\u3079\u3066",foldersOnly:"\u30D5\u30A9\u30EB\u30C0\u306E\u307F",tagsOnly:"\u30BF\u30B0\u306E\u307F",propertiesOnly:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u307F"}},smartCollapse:{name:"\u9078\u629E\u4E2D\u306E\u9805\u76EE\u3092\u5C55\u958B\u3057\u305F\u307E\u307E\u306B\u3059\u308B",desc:"\u6298\u308A\u305F\u305F\u3080\u6642\u3001\u9078\u629E\u4E2D\u306E\u9805\u76EE\u3068\u305D\u306E\u89AA\u3092\u5C55\u958B\u3057\u305F\u307E\u307E\u306B\u3057\u307E\u3059\u3002"},navIndent:{name:"\u30C4\u30EA\u30FC\u30A4\u30F3\u30C7\u30F3\u30C8",desc:"\u30CD\u30B9\u30C8\u3055\u308C\u305F\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u306E\u30A4\u30F3\u30C7\u30F3\u30C8\u5E45\u3092\u8ABF\u6574\u3057\u307E\u3059\u3002"},navItemHeight:{name:"\u884C\u9AD8",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u5185\u306E\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u306E\u9AD8\u3055\u3092\u8ABF\u6574\u3057\u307E\u3059\u3002"},navItemHeightScaleText:{name:"\u884C\u9AD8\u306B\u5408\u308F\u305B\u3066\u6587\u5B57\u30B5\u30A4\u30BA\u3092\u8ABF\u6574",desc:"\u884C\u9AD8\u3092\u4E0B\u3052\u305F\u3068\u304D\u306B\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u306E\u6587\u5B57\u30B5\u30A4\u30BA\u3092\u5C0F\u3055\u304F\u3057\u307E\u3059\u3002"},showIndentGuides:{name:"\u30A4\u30F3\u30C7\u30F3\u30C8\u30AC\u30A4\u30C9\u3092\u8868\u793A",desc:"\u30CD\u30B9\u30C8\u3055\u308C\u305F\u30D5\u30A9\u30EB\u30C0\u30FC\u3068\u30BF\u30B0\u306E\u30A4\u30F3\u30C7\u30F3\u30C8\u30AC\u30A4\u30C9\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},navRootSpacing:{name:"\u30EB\u30FC\u30C8\u8981\u7D20\u306E\u9593\u9694",desc:"\u6700\u4E0A\u4F4D\u306E\u30D5\u30A9\u30EB\u30C0\u3068\u30BF\u30B0\u306E\u9593\u9694\u3002"},showTags:{name:"\u30BF\u30B0\u3092\u8868\u793A",desc:"\u30CA\u30D3\u30B2\u30FC\u30BF\u30FC\u306B\u30BF\u30B0\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},showTagIcons:{name:"\u30BF\u30B0\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306E\u30BF\u30B0\u306E\u6A2A\u306B\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},inheritTagColors:{name:"\u30BF\u30B0\u306E\u8272\u3092\u7D99\u627F",desc:"\u5B50\u30BF\u30B0\u304C\u89AA\u30BF\u30B0\u306E\u8272\u3092\u7D99\u627F\u3057\u307E\u3059\u3002"},tagSortOrder:{name:"\u30BF\u30B0\u306E\u4E26\u3073\u9806",desc:"\u30BF\u30B0\u3092\u53F3\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u305D\u306E\u5B50\u8981\u7D20\u306E\u4E26\u3073\u9806\u3092\u500B\u5225\u306B\u8A2D\u5B9A\u3067\u304D\u307E\u3059\u3002",options:{alphaAsc:"A \u304B\u3089 Z",alphaDesc:"Z \u304B\u3089 A",frequency:"\u983B\u5EA6",lowToHigh:"\u4F4E\u2192\u9AD8",highToLow:"\u9AD8\u2192\u4F4E"}},showAllTagsFolder:{name:"\u30BF\u30B0\u30D5\u30A9\u30EB\u30C0\u3092\u8868\u793A",desc:"\u300C\u30BF\u30B0\u300D\u3092\u6298\u308A\u305F\u305F\u307F\u53EF\u80FD\u306A\u30D5\u30A9\u30EB\u30C0\u3068\u3057\u3066\u8868\u793A\u3057\u307E\u3059\u3002"},showUntagged:{name:"\u30BF\u30B0\u306A\u3057\u30CE\u30FC\u30C8\u3092\u8868\u793A",desc:"\u30BF\u30B0\u306E\u306A\u3044\u30CE\u30FC\u30C8\u7528\u306B\u300C\u30BF\u30B0\u306A\u3057\u300D\u9805\u76EE\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},scopeTagsToCurrentContext:{name:"\u9078\u629E\u5185\u5BB9\u3067\u30BF\u30B0\u3092\u7D5E\u308A\u8FBC\u3080",desc:"\u9078\u629E\u3057\u305F\u30D5\u30A9\u30EB\u30C0\u30FC\u307E\u305F\u306F\u30D7\u30ED\u30D1\u30C6\u30A3\u5185\u306E\u30CE\u30FC\u30C8\u306B\u542B\u307E\u308C\u308B\u30BF\u30B0\u306E\u307F\u8868\u793A\u3057\u307E\u3059\u3002"},keepEmptyTagsProperty:{name:"\u6700\u5F8C\u306E\u30BF\u30B0\u3092\u524A\u9664\u3057\u305F\u5F8C\u3082 tags \u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u4FDD\u6301",desc:"\u3059\u3079\u3066\u306E\u30BF\u30B0\u304C\u524A\u9664\u3055\u308C\u3066\u3082 frontmatter \u306E tags \u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002\u7121\u52B9\u306B\u3059\u308B\u3068\u3001tags \u30D7\u30ED\u30D1\u30C6\u30A3\u306F frontmatter \u304B\u3089\u524A\u9664\u3055\u308C\u307E\u3059\u3002"},showProperties:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8868\u793A",desc:"\u30CA\u30D3\u30B2\u30FC\u30BF\u30FC\u306B\u30D7\u30ED\u30D1\u30C6\u30A3\u30BB\u30AF\u30B7\u30E7\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002",propertyKeysInfoPrefix:"",propertyKeysInfoLinkText:"\u4E00\u822C > \u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC",propertyKeysInfoSuffix:"\u3067\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8A2D\u5B9A"},showPropertyIcons:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",desc:"\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u30DA\u30A4\u30F3\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u6A2A\u306B\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A\u3057\u307E\u3059\u3002"},inheritPropertyColors:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u8272\u3092\u7D99\u627F",desc:"\u30D7\u30ED\u30D1\u30C6\u30A3\u5024\u304C\u30D7\u30ED\u30D1\u30C6\u30A3\u30AD\u30FC\u306E\u8272\u3068\u80CC\u666F\u8272\u3092\u7D99\u627F\u3057\u307E\u3059\u3002"},propertySortOrder:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u4E26\u3079\u66FF\u3048\u9806",desc:"\u4EFB\u610F\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u53F3\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u305D\u306E\u5024\u306B\u5225\u306E\u4E26\u3079\u66FF\u3048\u9806\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002",options:{alphaAsc:"A \u304B\u3089 Z",alphaDesc:"Z \u304B\u3089 A",frequency:"\u983B\u5EA6",lowToHigh:"\u4F4E\u3044\u9806",highToLow:"\u9AD8\u3044\u9806"}},showAllPropertiesFolder:{name:"\u30D7\u30ED\u30D1\u30C6\u30A3\u30D5\u30A9\u30EB\u30C0\u3092\u8868\u793A",desc:"\u300C\u30D7\u30ED\u30D1\u30C6\u30A3\u300D\u3092\u6298\u308A\u305F\u305F\u307F\u53EF\u80FD\u306A\u30D5\u30A9\u30EB\u30C0\u3068\u3057\u3066\u8868\u793A\u3057\u307E\u3059\u3002"},scopePropertiesToCurrentContext:{name:"\u9078\u629E\u5185\u5BB9\u3067\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u7D5E\u308A\u8FBC\u3080",desc:"\u9078\u629E\u3057\u305F\u30D5\u30A9\u30EB\u30C0\u30FC\u307E\u305F\u306F\u30BF\u30B0\u5185\u306E\u30CE\u30FC\u30C8\u306B\u542B\u307E\u308C\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u307F\u8868\u793A\u3057\u307E\u3059\u3002"},hiddenTags:{name:"\u30BF\u30B0\u3092\u975E\u8868\u793A (\u30DC\u30EB\u30C8\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB)",desc:"\u30AB\u30F3\u30DE\u533A\u5207\u308A\u306E\u30BF\u30B0\u30D1\u30BF\u30FC\u30F3\u30EA\u30B9\u30C8\u3002\u540D\u524D\u30D1\u30BF\u30FC\u30F3: tag*\uFF08\u3067\u59CB\u307E\u308B\uFF09\u3001*tag\uFF08\u3067\u7D42\u308F\u308B\uFF09\u3002\u30D1\u30B9\u30D1\u30BF\u30FC\u30F3: archive\uFF08\u30BF\u30B0\u3068\u5B50\u5B6B\uFF09\u3001archive/*\uFF08\u5B50\u5B6B\u306E\u307F\uFF09\u3001projects/*/drafts\uFF08\u4E2D\u9593\u30EF\u30A4\u30EB\u30C9\u30AB\u30FC\u30C9\uFF09\u3002",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\u30BF\u30B0\u4ED8\u304D\u30CE\u30FC\u30C8\u3092\u975E\u8868\u793A (\u30DC\u30EB\u30C8\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u6709\u52B9\u5316",desc:"\u4E00\u81F4\u3059\u308B\u30CE\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u6301\u3064\u30D5\u30A9\u30EB\u30C0\u30FC\u304C\u30AF\u30EA\u30C3\u30AF\u53EF\u80FD\u306A\u30EA\u30F3\u30AF\u3068\u3057\u3066\u8868\u793A\u3055\u308C\u307E\u3059\u3002"},folderNoteType:{name:"\u65E2\u5B9A\u306E\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u5F62\u5F0F",desc:"\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30E1\u30CB\u30E5\u30FC\u3067\u4F5C\u6210\u3055\u308C\u308B\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u306E\u5F62\u5F0F\u3067\u3059\u3002",options:{ask:"\u4F5C\u6210\u6642\u306B\u78BA\u8A8D",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u540D",desc:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u306E\u540D\u524D\u3002\u7A7A\u306E\u307E\u307E\u306B\u3059\u308B\u3068\u30D5\u30A9\u30EB\u30C0\u3068\u540C\u3058\u540D\u524D\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002",placeholder:"index"},folderNoteNamePattern:{name:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u540D\u30D1\u30BF\u30FC\u30F3",desc:"\u62E1\u5F35\u5B50\u306A\u3057\u306E\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u306E\u540D\u524D\u30D1\u30BF\u30FC\u30F3\u3002{{folder}} \u3067\u30D5\u30A9\u30EB\u30C0\u540D\u3092\u633F\u5165\u3057\u307E\u3059\u3002\u8A2D\u5B9A\u3059\u308B\u3068\u3001\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u540D\u306F\u9069\u7528\u3055\u308C\u307E\u305B\u3093\u3002"},folderNoteTemplate:{name:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8",desc:"\u65B0\u3057\u3044Markdown\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u7528\u306E\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB\u3002\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A9\u30EB\u30C0\u306E\u5834\u6240\u306F\u4E00\u822C > \u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u3067\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},enableFolderNoteLinks:{name:"\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u30EA\u30F3\u30AF\u3092\u6709\u52B9\u306B\u3059\u308B",desc:"\u30D5\u30A9\u30EB\u30C0\u30FC\u30E9\u30D9\u30EB\u304C\u30EA\u30F3\u30AF\u3068\u3057\u3066\u8868\u793A\u3055\u308C\u3001\u30AF\u30EA\u30C3\u30AF\u3067\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u3092\u958B\u304D\u307E\u3059\u3002\u30AA\u30D5\u306E\u5834\u5408\u3067\u3082\u3001\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u306F\u540D\u524D\u3001\u30A2\u30A4\u30B3\u30F3\u3001\u8272\u306E\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u63D0\u4F9B\u3057\u307E\u3059\u3002"},hideFolderNoteInList:{name:"\u30EA\u30B9\u30C8\u3067\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u975E\u8868\u793A",desc:"\u30D5\u30A1\u30A4\u30EB\u30EA\u30B9\u30C8\u304B\u3089\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u3092\u975E\u8868\u793A\u306B\u3059\u308B\u3002"},pinCreatedFolderNote:{name:"\u4F5C\u6210\u3057\u305F\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u30D4\u30F3\u7559\u3081",desc:"\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30E1\u30CB\u30E5\u30FC\u304B\u3089\u4F5C\u6210\u6642\u306B\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u3092\u30D4\u30F3\u7559\u3081\u3059\u308B\u3002"},openFolderNotesInNewTab:{name:"\u30D5\u30A9\u30EB\u30C0\u30CE\u30FC\u30C8\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F",desc:"\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u30AF\u30EA\u30C3\u30AF\u6642\u306B\u30D5\u30A9\u30EB\u30C0\u30FC\u30CE\u30FC\u30C8\u3092\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F\u3002"},confirmBeforeDelete:{name:"\u524A\u9664\u524D\u306B\u78BA\u8A8D",desc:"\u30CE\u30FC\u30C8\u3084\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3059\u308B\u969B\u306B\u78BA\u8A8D\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u8868\u793A"},deleteAttachments:{name:"\u30D5\u30A1\u30A4\u30EB\u524A\u9664\u6642\u306B\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664",desc:"\u524A\u9664\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u306B\u30EA\u30F3\u30AF\u3055\u308C\u305F\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u304C\u4ED6\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u3001\u81EA\u52D5\u7684\u306B\u524A\u9664\u3059\u308B",options:{ask:"\u6BCE\u56DE\u78BA\u8A8D",always:"\u5E38\u306B",never:"\u3057\u306A\u3044"}},moveFileConflicts:{name:"\u79FB\u52D5\u306E\u7AF6\u5408",desc:"\u540C\u540D\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u65E2\u306B\u5B58\u5728\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u30FC\u306B\u30D5\u30A1\u30A4\u30EB\u3092\u79FB\u52D5\u3059\u308B\u5834\u5408\u3002\u6BCE\u56DE\u78BA\u8A8D\uFF08\u540D\u524D\u5909\u66F4\u3001\u4E0A\u66F8\u304D\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\uFF09\u3059\u308B\u304B\u3001\u5E38\u306B\u540D\u524D\u3092\u5909\u66F4\u3057\u307E\u3059\u3002",options:{ask:"\u6BCE\u56DE\u78BA\u8A8D",rename:"\u5E38\u306B\u540D\u524D\u3092\u5909\u66F4"}},metadataCleanup:{name:"\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u30AF\u30EA\u30FC\u30F3\u30A2\u30C3\u30D7",desc:"Obsidian\u5916\u3067\u30D5\u30A1\u30A4\u30EB\u3001\u30D5\u30A9\u30EB\u30C0\u3001\u30BF\u30B0\u304C\u524A\u9664\u3001\u79FB\u52D5\u3001\u307E\u305F\u306F\u540D\u524D\u5909\u66F4\u3055\u308C\u305F\u969B\u306B\u6B8B\u3055\u308C\u305F\u5B64\u7ACB\u3057\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u524A\u9664\u3057\u307E\u3059\u3002\u3053\u308C\u306FNotebook Navigator\u306E\u8A2D\u5B9A\u30D5\u30A1\u30A4\u30EB\u306E\u307F\u306B\u5F71\u97FF\u3057\u307E\u3059\u3002",buttonText:"\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u30AF\u30EA\u30FC\u30F3\u30A2\u30C3\u30D7",error:"\u8A2D\u5B9A\u306E\u30AF\u30EA\u30FC\u30F3\u30A2\u30C3\u30D7\u306B\u5931\u6557\u3057\u307E\u3057\u305F",loading:"\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u78BA\u8A8D\u4E2D...",statusClean:"\u30AF\u30EA\u30FC\u30F3\u30A2\u30C3\u30D7\u3059\u308B\u30E1\u30BF\u30C7\u30FC\u30BF\u306F\u3042\u308A\u307E\u305B\u3093",statusCounts:"\u5B64\u7ACB\u3057\u305F\u9805\u76EE: {folders} \u30D5\u30A9\u30EB\u30C0, {tags} \u30BF\u30B0, {properties} \u30D7\u30ED\u30D1\u30C6\u30A3, {files} \u30D5\u30A1\u30A4\u30EB, {pinned} \u30D4\u30F3, {separators} \u30BB\u30D1\u30EC\u30FC\u30BF\u30FC"},rebuildCache:{name:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u518D\u69CB\u7BC9",desc:"\u30BF\u30B0\u306E\u6B20\u843D\u3001\u4E0D\u6B63\u78BA\u306A\u30D7\u30EC\u30D3\u30E5\u30FC\u3001\u753B\u50CF\u306E\u6B20\u843D\u304C\u3042\u308B\u5834\u5408\u306B\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u540C\u671F\u306E\u7AF6\u5408\u3084\u4E88\u671F\u3057\u306A\u3044\u7D42\u4E86\u5F8C\u306B\u767A\u751F\u3059\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002",buttonText:"\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u518D\u69CB\u7BC9",error:"\u30AD\u30E3\u30C3\u30B7\u30E5\u306E\u518D\u69CB\u7BC9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",indexingTitle:"\u30DC\u30FC\u30EB\u30C8\u3092\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u4E2D...",progress:"Notebook Navigator \u306E\u30AD\u30E3\u30C3\u30B7\u30E5\u3092\u66F4\u65B0\u3057\u3066\u3044\u307E\u3059."},externalIcons:{downloadButton:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",downloadingLabel:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D...",removeButton:"\u524A\u9664",statusInstalled:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u6E08\u307F (\u30D0\u30FC\u30B8\u30E7\u30F3 {version})",statusNotInstalled:"\u672A\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9",versionUnknown:"\u4E0D\u660E",downloadFailed:"{name}\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u63A5\u7D9A\u3092\u78BA\u8A8D\u3057\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",removeFailed:"{name}\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",infoNote:"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3057\u305F\u30A2\u30A4\u30B3\u30F3\u30D1\u30C3\u30AF\u306F\u30C7\u30D0\u30A4\u30B9\u9593\u3067\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u72B6\u614B\u3092\u540C\u671F\u3057\u307E\u3059\u3002\u30A2\u30A4\u30B3\u30F3\u30D1\u30C3\u30AF\u306F\u5404\u30C7\u30D0\u30A4\u30B9\u306E\u30ED\u30FC\u30AB\u30EB\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u4FDD\u5B58\u3055\u308C\u307E\u3059\u3002\u540C\u671F\u306F\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u307E\u305F\u306F\u524A\u9664\u306E\u5FC5\u8981\u6027\u306E\u307F\u3092\u8FFD\u8DE1\u3057\u307E\u3059\u3002\u30A2\u30A4\u30B3\u30F3\u30D1\u30C3\u30AF\u306FNotebook Navigator\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059 (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)\u3002"},useFrontmatterDates:{name:"\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30E1\u30BF\u30C7\u30FC\u30BF\u3092\u4F7F\u7528",desc:"\u30CE\u30FC\u30C8\u540D\u3001\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u3001\u30A2\u30A4\u30B3\u30F3\u3001\u8272\u306B\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u3092\u4F7F\u7528"},frontmatterNameField:{name:"\u540D\u524D\u30D5\u30A3\u30FC\u30EB\u30C9\uFF08\u8907\u6570\u53EF\uFF09",desc:"\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u30AB\u30F3\u30DE\u533A\u5207\u308A\u30EA\u30B9\u30C8\u3002\u6700\u521D\u306E\u7A7A\u3067\u306A\u3044\u5024\u3092\u4F7F\u7528\u3002\u30D5\u30A1\u30A4\u30EB\u540D\u306B\u30D5\u30A9\u30FC\u30EB\u30D0\u30C3\u30AF\u3002",placeholder:"title, name"},frontmatterIconField:{name:"\u30A2\u30A4\u30B3\u30F3\u30D5\u30A3\u30FC\u30EB\u30C9",desc:"\u30D5\u30A1\u30A4\u30EB\u30A2\u30A4\u30B3\u30F3\u7528\u306E\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D5\u30A3\u30FC\u30EB\u30C9\u3002\u7A7A\u306E\u307E\u307E\u306B\u3059\u308B\u3068\u8A2D\u5B9A\u306B\u4FDD\u5B58\u3055\u308C\u305F\u30A2\u30A4\u30B3\u30F3\u3092\u4F7F\u7528\u3002",placeholder:"icon"},frontmatterColorField:{name:"\u30AB\u30E9\u30FC\u30D5\u30A3\u30FC\u30EB\u30C9",desc:"\u30D5\u30A1\u30A4\u30EB\u30AB\u30E9\u30FC\u7528\u306E\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D5\u30A3\u30FC\u30EB\u30C9\u3002\u7A7A\u306E\u307E\u307E\u306B\u3059\u308B\u3068\u8A2D\u5B9A\u306B\u4FDD\u5B58\u3055\u308C\u305F\u8272\u3092\u4F7F\u7528\u3002",placeholder:"color"},frontmatterBackgroundField:{name:"\u80CC\u666F\u30D5\u30A3\u30FC\u30EB\u30C9",desc:"\u80CC\u666F\u8272\u7528\u306E\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D5\u30A3\u30FC\u30EB\u30C9\u3002\u7A7A\u306E\u307E\u307E\u306B\u3059\u308B\u3068\u8A2D\u5B9A\u306B\u4FDD\u5B58\u3055\u308C\u305F\u80CC\u666F\u8272\u3092\u4F7F\u7528\u3002",placeholder:"background"},frontmatterMigration:{name:"\u8A2D\u5B9A\u304B\u3089\u30A2\u30A4\u30B3\u30F3\u3068\u8272\u3092\u79FB\u884C",desc:"\u8A2D\u5B9A\u306B\u4FDD\u5B58: \u30A2\u30A4\u30B3\u30F3 {icons} \u500B\u3001\u8272 {colors} \u500B\u3002",button:"\u79FB\u884C",buttonWorking:"\u79FB\u884C\u4E2D...",noticeNone:"\u8A2D\u5B9A\u306B\u4FDD\u5B58\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u30A2\u30A4\u30B3\u30F3\u307E\u305F\u306F\u8272\u304C\u3042\u308A\u307E\u305B\u3093\u3002",noticeDone:"\u30A2\u30A4\u30B3\u30F3 {migratedIcons}/{icons}\u3001\u8272 {migratedColors}/{colors} \u3092\u79FB\u884C\u3057\u307E\u3057\u305F\u3002",noticeFailures:"\u5931\u6557\u3057\u305F\u30A8\u30F3\u30C8\u30EA: {failures}\u3002",noticeError:"\u79FB\u884C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u8A73\u7D30\u306F\u30B3\u30F3\u30BD\u30FC\u30EB\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},frontmatterCreatedField:{name:"\u4F5C\u6210\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u30D5\u30A3\u30FC\u30EB\u30C9",desc:"\u4F5C\u6210\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u306E\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3002\u7A7A\u306E\u307E\u307E\u306B\u3059\u308B\u3068\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306E\u65E5\u4ED8\u306E\u307F\u3092\u4F7F\u7528\u3002",placeholder:"created"},frontmatterModifiedField:{name:"\u5909\u66F4\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u30D5\u30A3\u30FC\u30EB\u30C9",desc:"\u5909\u66F4\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u306E\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u30D5\u30A3\u30FC\u30EB\u30C9\u540D\u3002\u7A7A\u306E\u307E\u307E\u306B\u3059\u308B\u3068\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306E\u65E5\u4ED8\u306E\u307F\u3092\u4F7F\u7528\u3002",placeholder:"modified"},frontmatterDateFormat:{name:"\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u5F62\u5F0F",desc:"\u30D5\u30ED\u30F3\u30C8\u30DE\u30BF\u30FC\u5185\u306E\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u3092\u89E3\u6790\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u308B\u5F62\u5F0F\u3002\u7A7A\u306E\u307E\u307E\u306B\u3059\u308B\u3068ISO 8601\u89E3\u6790\u3092\u4F7F\u7528\u3002",helpTooltip:"Moment\u5F62\u5F0F",momentLinkText:"Moment \u30D5\u30A9\u30FC\u30DE\u30C3\u30C8",help:`\u4E00\u822C\u7684\u306A\u5F62\u5F0F: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u958B\u767A\u3092\u30B5\u30DD\u30FC\u30C8",desc:"\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u30CA\u30D3\u30B2\u30FC\u30BF\u30FC\u3092\u611B\u7528\u3057\u3066\u3044\u305F\u3060\u3044\u3066\u3044\u308B\u5834\u5408\u306F\u3001\u7D99\u7D9A\u7684\u306A\u958B\u767A\u3092\u30B5\u30DD\u30FC\u30C8\u3059\u308B\u3053\u3068\u3092\u3054\u691C\u8A0E\u304F\u3060\u3055\u3044\u3002",buttonText:"\u2764\uFE0F \u30B9\u30DD\u30F3\u30B5\u30FC\u306B\u306A\u308B",coffeeButton:"\u2615\uFE0F \u30B3\u30FC\u30D2\u30FC\u3092\u304A\u3054\u308B"},updateCheckOnStart:{name:"\u8D77\u52D5\u6642\u306B\u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u78BA\u8A8D",desc:"\u8D77\u52D5\u6642\u306B\u65B0\u3057\u3044\u30D7\u30E9\u30B0\u30A4\u30F3\u30EA\u30EA\u30FC\u30B9\u3092\u78BA\u8A8D\u3057\u3001\u30A2\u30C3\u30D7\u30C7\u30FC\u30C8\u304C\u5229\u7528\u53EF\u80FD\u306A\u5834\u5408\u306B\u901A\u77E5\u3092\u8868\u793A\u3057\u307E\u3059\u3002\u78BA\u8A8D\u306F\u6700\u59271\u65E51\u56DE\u884C\u308F\u308C\u307E\u3059\u3002",status:"\u65B0\u3057\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u5229\u7528\u53EF\u80FD: {version}"},whatsNew:{name:"Notebook Navigator {version} \u306E\u65B0\u7740\u60C5\u5831",desc:"\u6700\u8FD1\u306E\u66F4\u65B0\u3068\u6539\u5584\u3092\u78BA\u8A8D",buttonText:"\u6700\u8FD1\u306E\u66F4\u65B0\u3092\u8868\u793A"},masteringVideo:{name:"Notebook Navigator \u3092\u30DE\u30B9\u30BF\u30FC\u3059\u308B\uFF08\u52D5\u753B\uFF09",desc:"\u3053\u306E\u52D5\u753B\u3067\u306F\u3001Notebook Navigator \u3067\u751F\u7523\u6027\u3092\u9AD8\u3081\u308B\u305F\u3081\u306B\u5FC5\u8981\u306A\u3059\u3079\u3066\u3092\u89E3\u8AAC\u3057\u3066\u3044\u307E\u3059\u3002\u30DB\u30C3\u30C8\u30AD\u30FC\u3001\u691C\u7D22\u3001\u30BF\u30B0\u3001\u9AD8\u5EA6\u306A\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u306A\u3069\u304C\u542B\u307E\u308C\u307E\u3059\u3002"},cacheStatistics:{localCache:"\u30ED\u30FC\u30AB\u30EB\u30AD\u30E3\u30C3\u30B7\u30E5",items:"\u9805\u76EE",withTags:"\u30BF\u30B0\u4ED8\u304D",withPreviewText:"\u30D7\u30EC\u30D3\u30E5\u30FC\u30C6\u30AD\u30B9\u30C8\u4ED8\u304D",withFeatureImage:"\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u753B\u50CF\u4ED8\u304D",withMetadata:"\u30E1\u30BF\u30C7\u30FC\u30BF\u4ED8\u304D"},metadataInfo:{successfullyParsed:"\u6B63\u5E38\u306B\u89E3\u6790\u6E08\u307F",itemsWithName:"\u540D\u524D\u4ED8\u304D\u9805\u76EE",withCreatedDate:"\u4F5C\u6210\u65E5\u4ED8\u304D",withModifiedDate:"\u5909\u66F4\u65E5\u4ED8\u304D",withIcon:"\u30A2\u30A4\u30B3\u30F3\u4ED8\u304D",withColor:"\u30AB\u30E9\u30FC\u4ED8\u304D",failedToParse:"\u89E3\u6790\u306B\u5931\u6557",createdDates:"\u4F5C\u6210\u65E5",modifiedDates:"\u5909\u66F4\u65E5",checkTimestampFormat:"\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7\u5F62\u5F0F\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",exportFailed:"\u30A8\u30E9\u30FC\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8"}}},whatsNew:{title:"Notebook Navigator\u306E\u65B0\u6A5F\u80FD",supportMessage:"Notebook Navigator\u304C\u5F79\u7ACB\u3064\u3068\u601D\u308F\u308C\u308B\u5834\u5408\u306F\u3001\u958B\u767A\u306E\u30B5\u30DD\u30FC\u30C8\u3092\u3054\u691C\u8A0E\u304F\u3060\u3055\u3044\u3002",supportButton:"\u30B3\u30FC\u30D2\u30FC\u3092\u304A\u3054\u308B",thanksButton:"\u3042\u308A\u304C\u3068\u3046\uFF01"}}});var AO,MO=He(()=>{AO={common:{cancel:"\uCDE8\uC18C",delete:"\uC0AD\uC81C",clear:"\uC9C0\uC6B0\uAE30",remove:"\uC81C\uAC70",restoreDefault:"\uAE30\uBCF8\uAC12 \uBCF5\uC6D0",submit:"\uC81C\uCD9C",configure:"\uAD6C\uC131",lightMode:"\uB77C\uC774\uD2B8 \uBAA8\uB4DC",darkMode:"\uB2E4\uD06C \uBAA8\uB4DC",noSelection:"\uC120\uD0DD \uC5C6\uC74C",untagged:"\uD0DC\uADF8 \uC5C6\uC74C",featureImageAlt:"\uB300\uD45C \uC774\uBBF8\uC9C0",unknownError:"\uC54C \uC218 \uC5C6\uB294 \uC624\uB958",clipboardWriteError:"\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uC4F8 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",updateBannerTitle:"Notebook Navigator \uC5C5\uB370\uC774\uD2B8 \uC0AC\uC6A9 \uAC00\uB2A5",updateBannerInstruction:"\uC124\uC815 -> \uCEE4\uBBA4\uB2C8\uD2F0 \uD50C\uB7EC\uADF8\uC778\uC5D0\uC11C \uC5C5\uB370\uC774\uD2B8",previous:"\uC774\uC804",next:"\uB2E4\uC74C"},listPane:{emptyStateNoSelection:"\uB178\uD2B8\uB97C \uBCF4\uB824\uBA74 \uD3F4\uB354\uB098 \uD0DC\uADF8\uB97C \uC120\uD0DD\uD558\uC138\uC694",emptyStateNoNotes:"\uB178\uD2B8 \uC5C6\uC74C",pinnedSection:"\uACE0\uC815\uB428",notesSection:"\uB178\uD2B8",filesSection:"\uD30C\uC77C",hiddenItemAriaLabel:"{name} (\uC228\uAE40)"},tagList:{untaggedLabel:"\uD0DC\uADF8 \uC5C6\uC74C",tags:"\uD0DC\uADF8"},navigationPane:{shortcutsHeader:"\uBC14\uB85C\uAC00\uAE30",recentFilesHeader:"\uCD5C\uADFC \uD30C\uC77C",properties:"\uC18D\uC131",reorderRootFoldersTitle:"\uB0B4\uBE44\uAC8C\uC774\uC158 \uC7AC\uC815\uB82C",reorderRootFoldersHint:"\uD654\uC0B4\uD45C \uB610\uB294 \uB4DC\uB798\uADF8\uB85C \uC7AC\uC815\uB82C",vaultRootLabel:"\uBCF4\uAD00\uD568",resetRootToAlpha:"\uC54C\uD30C\uBCB3 \uC21C\uC11C\uB85C \uB9AC\uC14B",resetRootToFrequency:"\uBE48\uB3C4 \uC21C\uC73C\uB85C \uB9AC\uC14B",pinShortcuts:"\uBC14\uB85C\uAC00\uAE30\uB97C \uACE0\uC815",pinShortcutsAndRecentFiles:"\uBC14\uB85C\uAC00\uAE30\uC640 \uCD5C\uADFC \uD30C\uC77C\uC744 \uACE0\uC815",unpinShortcuts:"\uBC14\uB85C\uAC00\uAE30 \uACE0\uC815\uC744 \uD574\uC81C",unpinShortcutsAndRecentFiles:"\uBC14\uB85C\uAC00\uAE30\uC640 \uCD5C\uADFC \uD30C\uC77C \uACE0\uC815\uC744 \uD574\uC81C",profileMenuAria:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544 \uBCC0\uACBD"},navigationCalendar:{ariaLabel:"\uB2EC\uB825",dailyNotesNotEnabled:"\uB370\uC77C\uB9AC \uB178\uD2B8 \uCF54\uC5B4 \uD50C\uB7EC\uADF8\uC778\uC774 \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",createDailyNote:{title:"\uC0C8 \uB370\uC77C\uB9AC \uB178\uD2B8",message:"\uD30C\uC77C {filename}\uC774(\uAC00) \uC874\uC7AC\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC0DD\uC131\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirmButton:"\uC0DD\uC131"},helpModal:{title:"\uCE98\uB9B0\uB354 \uB2E8\uCD95\uD0A4",items:["\uC544\uBB34 \uB0A0\uC774\uB098 \uD074\uB9AD\uD558\uC5EC \uC77C\uAC04 \uB178\uD2B8\uB97C \uC5F4\uAC70\uB098 \uB9CC\uB4ED\uB2C8\uB2E4. \uC8FC, \uC6D4, \uBD84\uAE30, \uC5F0\uB3C4\uB3C4 \uAC19\uC740 \uBC29\uC2DD\uC73C\uB85C \uC791\uB3D9\uD569\uB2C8\uB2E4.","\uB0A0\uC9DC \uC544\uB798 \uCC44\uC6CC\uC9C4 \uC810\uC740 \uB178\uD2B8\uAC00 \uC788\uC74C\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4. \uBE48 \uC810\uC740 \uBBF8\uC644\uB8CC \uC791\uC5C5\uC774 \uC788\uC74C\uC744 \uC758\uBBF8\uD569\uB2C8\uB2E4.","\uB178\uD2B8\uC5D0 \uB300\uD45C \uC774\uBBF8\uC9C0\uAC00 \uC788\uC73C\uBA74 \uD574\uB2F9 \uB0A0\uC9DC\uC758 \uBC30\uACBD\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4."],dateFilterCmdCtrl:"`Cmd/Ctrl`+\uD074\uB9AD\uC73C\uB85C \uD574\uB2F9 \uB0A0\uC9DC\uB85C \uD30C\uC77C \uBAA9\uB85D\uC744 \uD544\uD130\uB9C1\uD569\uB2C8\uB2E4.",dateFilterOptionAlt:"`Option/Alt`+\uD074\uB9AD\uC73C\uB85C \uD574\uB2F9 \uB0A0\uC9DC\uB85C \uD30C\uC77C \uBAA9\uB85D\uC744 \uD544\uD130\uB9C1\uD569\uB2C8\uB2E4."}},dailyNotes:{templateReadFailed:"\uB370\uC77C\uB9AC \uB178\uD2B8 \uD15C\uD50C\uB9BF\uC744 \uC77D\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",createFailed:"\uB370\uC77C\uB9AC \uB178\uD2B8\uB97C \uC0DD\uC131\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},shortcuts:{folderExists:"\uD3F4\uB354\uAC00 \uC774\uBBF8 \uBC14\uB85C\uAC00\uAE30\uC5D0 \uC788\uC2B5\uB2C8\uB2E4",noteExists:"\uB178\uD2B8\uAC00 \uC774\uBBF8 \uBC14\uB85C\uAC00\uAE30\uC5D0 \uC788\uC2B5\uB2C8\uB2E4",tagExists:"\uD0DC\uADF8\uAC00 \uC774\uBBF8 \uBC14\uB85C\uAC00\uAE30\uC5D0 \uC788\uC2B5\uB2C8\uB2E4",propertyExists:"\uC18D\uC131\uC774 \uC774\uBBF8 \uBC14\uB85C\uAC00\uAE30\uC5D0 \uC788\uC2B5\uB2C8\uB2E4",invalidProperty:"\uC798\uBABB\uB41C \uC18D\uC131 \uBC14\uB85C\uAC00\uAE30",searchExists:"\uAC80\uC0C9 \uBC14\uB85C\uAC00\uAE30\uAC00 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4",emptySearchQuery:"\uC800\uC7A5\uD558\uAE30 \uC804\uC5D0 \uAC80\uC0C9 \uCFFC\uB9AC\uB97C \uC785\uB825\uD558\uC138\uC694",emptySearchName:"\uAC80\uC0C9\uC744 \uC800\uC7A5\uD558\uAE30 \uC804\uC5D0 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",add:"\uBC14\uB85C\uAC00\uAE30\uC5D0 \uCD94\uAC00",addNotesCount:"\uBC14\uB85C\uAC00\uAE30\uC5D0 \uB178\uD2B8 {count}\uAC1C \uCD94\uAC00",addFilesCount:"\uBC14\uB85C\uAC00\uAE30\uC5D0 \uD30C\uC77C {count}\uAC1C \uCD94\uAC00",rename:"\uBC14\uB85C\uAC00\uAE30 \uC774\uB984 \uBCC0\uACBD",remove:"\uBC14\uB85C\uAC00\uAE30\uC5D0\uC11C \uC81C\uAC70",removeAll:"\uBAA8\uB4E0 \uBC14\uB85C\uAC00\uAE30 \uC81C\uAC70",removeAllConfirm:"\uBAA8\uB4E0 \uBC14\uB85C\uAC00\uAE30\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",folderNotesPinned:"\uD3F4\uB354 \uB178\uD2B8 {count}\uAC1C\uB97C \uACE0\uC815\uD588\uC2B5\uB2C8\uB2E4"},paneHeader:{collapseAllFolders:"\uD56D\uBAA9 \uC811\uAE30",expandAllFolders:"\uBAA8\uB4E0 \uD56D\uBAA9 \uD3BC\uCE58\uAE30",showCalendar:"\uB2EC\uB825 \uD45C\uC2DC",hideCalendar:"\uB2EC\uB825 \uC228\uAE30\uAE30",newFolder:"\uC0C8 \uD3F4\uB354",newNote:"\uC0C8 \uB178\uD2B8",mobileBackToNavigation:"\uD0D0\uC0C9\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30",changeSortOrder:"\uC815\uB82C \uC21C\uC11C \uBCC0\uACBD",defaultSort:"\uAE30\uBCF8",descendants:"\uD558\uC704 \uD56D\uBAA9",subfolders:"\uD558\uC704 \uD3F4\uB354",subtags:"\uD558\uC704 \uD0DC\uADF8",childValues:"\uD558\uC704 \uAC12",applySortToDescendants:t=>`${t}\uC5D0 \uC815\uB82C \uC801\uC6A9`,applyAppearanceToDescendants:t=>`${t}\uC5D0 \uBAA8\uC591 \uC801\uC6A9`,showFolders:"\uD0D0\uC0C9 \uD45C\uC2DC",reorderRootFolders:"\uB0B4\uBE44\uAC8C\uC774\uC158 \uC7AC\uC815\uB82C",finishRootFolderReorder:"\uC644\uB8CC",showExcludedItems:"\uC228\uAE34 \uD3F4\uB354, \uD0DC\uADF8, \uB178\uD2B8 \uD45C\uC2DC",hideExcludedItems:"\uC228\uAE34 \uD3F4\uB354, \uD0DC\uADF8, \uB178\uD2B8 \uC228\uAE30\uAE30",showDualPane:"\uC774\uC911 \uCC3D \uD45C\uC2DC",showSinglePane:"\uB2E8\uC77C \uCC3D \uD45C\uC2DC",changeAppearance:"\uBAA8\uC591 \uBCC0\uACBD",showNotesFromSubfolders:"\uD558\uC704 \uD3F4\uB354 \uB178\uD2B8 \uD45C\uC2DC",showFilesFromSubfolders:"\uD558\uC704 \uD3F4\uB354 \uD30C\uC77C \uD45C\uC2DC",showNotesFromDescendants:"\uD558\uC704 \uD56D\uBAA9 \uB178\uD2B8 \uD45C\uC2DC",showFilesFromDescendants:"\uD558\uC704 \uD56D\uBAA9 \uD30C\uC77C \uD45C\uC2DC",search:"\uAC80\uC0C9"},searchInput:{placeholder:"\uAC80\uC0C9...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\uAC80\uC0C9 \uC9C0\uC6B0\uAE30",switchToFilterSearch:"\uD544\uD130 \uAC80\uC0C9\uC73C\uB85C \uC804\uD658",switchToOmnisearch:"Omnisearch\uB85C \uC804\uD658",saveSearchShortcut:"\uAC80\uC0C9\uC744 \uBC14\uB85C\uAC00\uAE30\uC5D0 \uC800\uC7A5",removeSearchShortcut:"\uBC14\uB85C\uAC00\uAE30\uC5D0\uC11C \uAC80\uC0C9 \uC81C\uAC70",shortcutModalTitle:"\uAC80\uC0C9 \uBC14\uB85C\uAC00\uAE30 \uC800\uC7A5",shortcutNamePlaceholder:"\uBC14\uB85C\uAC00\uAE30 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",shortcutStartIn:"\uD56D\uC0C1 \uB2E4\uC74C\uC5D0\uC11C \uC2DC\uC791: {path}",searchHelp:"\uAC80\uC0C9 \uAD6C\uBB38",searchHelpTitle:"\uAC80\uC0C9 \uAD6C\uBB38",searchHelpModal:{intro:"\uD30C\uC77C \uC774\uB984, \uC18D\uC131, \uD0DC\uADF8, \uB0A0\uC9DC, \uD544\uD130\uB97C \uD558\uB098\uC758 \uCFFC\uB9AC\uC5D0\uC11C \uACB0\uD569 (\uC608: `meeting .status=active #work @thisweek`). Omnisearch \uD50C\uB7EC\uADF8\uC778\uC744 \uC124\uCE58\uD558\uBA74 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uAC80\uC0C9\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",introSwitching:"\uC704/\uC544\uB798 \uD654\uC0B4\uD45C \uD0A4 \uB610\uB294 \uAC80\uC0C9 \uC544\uC774\uCF58 \uD074\uB9AD\uC73C\uB85C \uD544\uD130 \uAC80\uC0C9\uACFC Omnisearch \uAC04\uC5D0 \uC804\uD658\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",sections:{fileNames:{title:"\uD30C\uC77C \uC774\uB984",items:['`word` \uD30C\uC77C \uC774\uB984\uC5D0 "word"\uAC00 \uD3EC\uD568\uB41C \uB178\uD2B8 \uCC3E\uAE30.',"`word1 word2` \uBAA8\uB4E0 \uB2E8\uC5B4\uAC00 \uD30C\uC77C \uC774\uB984\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4.",'`-word` \uD30C\uC77C \uC774\uB984\uC5D0 "word"\uAC00 \uD3EC\uD568\uB41C \uB178\uD2B8 \uC81C\uC678.']},tags:{title:"\uD0DC\uADF8",items:["`#tag` \uD0DC\uADF8\uAC00 \uC788\uB294 \uB178\uD2B8 \uD3EC\uD568 (`#tag/subtag`\uC640 \uAC19\uC740 \uC911\uCCA9 \uD0DC\uADF8\uB3C4 \uC77C\uCE58).","`#` \uD0DC\uADF8\uAC00 \uC788\uB294 \uB178\uD2B8\uB9CC \uD3EC\uD568.","`-#tag` \uD0DC\uADF8\uAC00 \uC788\uB294 \uB178\uD2B8 \uC81C\uC678.","`-#` \uD0DC\uADF8\uAC00 \uC5C6\uB294 \uB178\uD2B8\uB9CC \uD3EC\uD568.","`#tag1 #tag2` \uB450 \uD0DC\uADF8 \uBAA8\uB450 \uC77C\uCE58 (\uC554\uC2DC\uC801 AND).","`#tag1 AND #tag2` \uB450 \uD0DC\uADF8 \uBAA8\uB450 \uC77C\uCE58 (\uBA85\uC2DC\uC801 AND).","`#tag1 OR #tag2` \uD0DC\uADF8 \uC911 \uD558\uB098\uC640 \uC77C\uCE58.","`#a OR #b AND #c` AND\uAC00 \uC6B0\uC120\uC21C\uC704\uAC00 \uB192\uC74C: `#a` \uB610\uB294 `#b`\uC640 `#c` \uBAA8\uB450 \uC77C\uCE58.","Cmd/Ctrl+\uD074\uB9AD\uC73C\uB85C AND\uB85C \uD0DC\uADF8 \uCD94\uAC00. Cmd/Ctrl+Shift+\uD074\uB9AD\uC73C\uB85C OR\uB85C \uCD94\uAC00."]},properties:{title:"\uC18D\uC131",items:["`.key` \uC18D\uC131 \uD0A4\uAC00 \uC788\uB294 \uB178\uD2B8\uB97C \uD3EC\uD568\uD569\uB2C8\uB2E4.","`.key=value` \uC18D\uC131 \uAC12\uC774 \uC788\uB294 \uB178\uD2B8\uB97C \uD3EC\uD568\uD569\uB2C8\uB2E4.",'`."Reading Status"` \uACF5\uBC31\uC774 \uD3EC\uD568\uB41C \uC18D\uC131 \uD0A4\uAC00 \uC788\uB294 \uB178\uD2B8\uB97C \uD3EC\uD568\uD569\uB2C8\uB2E4.','`."Reading Status"="In Progress"` \uACF5\uBC31\uC774 \uD3EC\uD568\uB41C \uD0A4\uC640 \uAC12\uC740 \uD070\uB530\uC634\uD45C\uB85C \uBB36\uC5B4\uC57C \uD569\uB2C8\uB2E4.',"`-.key` \uC18D\uC131 \uD0A4\uAC00 \uC788\uB294 \uB178\uD2B8\uB97C \uC81C\uC678\uD569\uB2C8\uB2E4.","`-.key=value` \uC18D\uC131 \uAC12\uC774 \uC788\uB294 \uB178\uD2B8\uB97C \uC81C\uC678\uD569\uB2C8\uB2E4.","Cmd/Ctrl+\uD074\uB9AD\uC73C\uB85C \uC18D\uC131\uC744 AND\uB85C \uCD94\uAC00. Cmd/Ctrl+Shift+\uD074\uB9AD\uC73C\uB85C OR\uB85C \uCD94\uAC00."]},tasks:{title:"\uD544\uD130",items:["`has:task` \uBBF8\uC644\uB8CC \uC791\uC5C5\uC774 \uC788\uB294 \uB178\uD2B8\uB97C \uD3EC\uD568.","`-has:task` \uBBF8\uC644\uB8CC \uC791\uC5C5\uC774 \uC788\uB294 \uB178\uD2B8\uB97C \uC81C\uC678.","`folder:meetings` \uD3F4\uB354 \uC774\uB984\uC5D0 `meetings`\uB97C \uD3EC\uD568\uD558\uB294 \uB178\uD2B8\uB97C \uD3EC\uD568.","`folder:/work/meetings` `work/meetings` \uB0B4\uC758 \uB178\uD2B8\uB9CC \uD3EC\uD568 (\uD558\uC704 \uD3F4\uB354 \uC81C\uC678).","`folder:/` \uBCF4\uAD00\uC18C \uB8E8\uD2B8\uC5D0 \uC788\uB294 \uB178\uD2B8\uB9CC \uD3EC\uD568.","`-folder:archive` \uD3F4\uB354 \uC774\uB984\uC5D0 `archive`\uB97C \uD3EC\uD568\uD558\uB294 \uB178\uD2B8\uB97C \uC81C\uC678.","`-folder:/archive` `archive` \uB0B4\uC758 \uB178\uD2B8\uB9CC \uC81C\uC678 (\uD558\uC704 \uD3F4\uB354 \uC81C\uC678).","`ext:md` \uD655\uC7A5\uC790\uAC00 `md`\uC778 \uB178\uD2B8\uB97C \uD3EC\uD568 (`ext:.md`\uB3C4 \uC9C0\uC6D0).","`-ext:pdf` \uD655\uC7A5\uC790\uAC00 `pdf`\uC778 \uB178\uD2B8\uB97C \uC81C\uC678.","\uD0DC\uADF8, \uC774\uB984, \uB0A0\uC9DC\uC640 \uACB0\uD569\uD558\uC5EC \uC0AC\uC6A9 (\uC608: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"AND/OR \uB3D9\uC791",items:["`AND`\uC640 `OR`\uB294 \uD0DC\uADF8/\uC18D\uC131 \uC804\uC6A9 \uCFFC\uB9AC\uC5D0\uC11C\uB9CC \uC5F0\uC0B0\uC790\uB85C \uC791\uB3D9\uD569\uB2C8\uB2E4.","\uD0DC\uADF8/\uC18D\uC131 \uC804\uC6A9 \uCFFC\uB9AC\uC5D0\uB294 \uD0DC\uADF8 \uBC0F \uC18D\uC131 \uD544\uD130\uB9CC \uD3EC\uD568\uB429\uB2C8\uB2E4: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","\uCFFC\uB9AC\uC5D0 \uC774\uB984, \uB0A0\uC9DC(`@...`), \uC791\uC5C5 \uD544\uD130(`has:task`), \uD3F4\uB354 \uD544\uD130(`folder:...`), \uB610\uB294 \uD655\uC7A5\uC790 \uD544\uD130(`ext:...`)\uAC00 \uD3EC\uD568\uB418\uBA74 `AND`\uC640 `OR`\uB294 \uB2E8\uC5B4\uB85C \uAC80\uC0C9\uB429\uB2C8\uB2E4.","\uC5F0\uC0B0\uC790 \uCFFC\uB9AC \uC608\uC2DC: `#work OR .status=started`.","\uD63C\uD569 \uCFFC\uB9AC \uC608\uC2DC: `#work OR ext:md` (`OR`\uAC00 \uD30C\uC77C \uC774\uB984\uC5D0\uC11C \uAC80\uC0C9\uB429\uB2C8\uB2E4)."]},dates:{title:"\uB0A0\uC9DC",items:["`@today` \uAE30\uBCF8 \uB0A0\uC9DC \uD544\uB4DC\uB97C \uC0AC\uC6A9\uD558\uC5EC \uC624\uB298\uC758 \uB178\uD2B8 \uCC3E\uAE30.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` \uC0C1\uB300\uC801 \uB0A0\uC9DC \uBC94\uC704.","`@2026-02-07` \uD2B9\uC815 \uB0A0\uC9DC \uCC3E\uAE30 (`@20260207`\uB3C4 \uC9C0\uC6D0).","`@2026` \uB2EC\uB825 \uC5F0\uB3C4 \uCC3E\uAE30.","`@2026-02` \uB610\uB294 `@202602` \uB2EC\uB825 \uC6D4 \uCC3E\uAE30.","`@2026-W05` \uB610\uB294 `@2026W05` ISO \uC8FC \uCC3E\uAE30.","`@2026-Q2` \uB610\uB294 `@2026Q2` \uB2EC\uB825 \uBD84\uAE30 \uCC3E\uAE30.","`@13/02/2026` \uAD6C\uBD84\uC790\uAC00 \uC788\uB294 \uC22B\uC790 \uD615\uC2DD (`@07022026`\uC740 \uBAA8\uD638\uD560 \uB54C \uB85C\uCF00\uC77C\uC744 \uB530\uB984).","`@2026-02-01..2026-02-07` \uD3EC\uD568 \uB0A0\uC9DC \uBC94\uC704 \uCC3E\uAE30 (\uC5F4\uB9B0 \uB05D \uC9C0\uC6D0).","`@c:...` \uB610\uB294 `@m:...` \uC0DD\uC131 \uB610\uB294 \uC218\uC815 \uB0A0\uC9DC \uC9C0\uC815.","`-@...` \uB0A0\uC9DC \uC77C\uCE58 \uC81C\uC678."]},omnisearch:{title:"Omnisearch",items:["\uBCF4\uAD00\uC18C \uC804\uCCB4\uC758 \uC804\uCCB4 \uD14D\uC2A4\uD2B8 \uAC80\uC0C9. \uD604\uC7AC \uD3F4\uB354 \uB610\uB294 \uC120\uD0DD\uB41C \uD0DC\uADF8\uB85C \uD544\uD130\uB9C1\uB429\uB2C8\uB2E4.","\uB300\uADDC\uBAA8 \uBCF4\uAD00\uC18C\uC5D0\uC11C 3\uC790 \uBBF8\uB9CC\uC77C \uACBD\uC6B0 \uB290\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","\uBE44ASCII \uBB38\uC790\uAC00 \uD3EC\uD568\uB41C \uACBD\uB85C\uB97C \uAC80\uC0C9\uD558\uAC70\uB098 \uD558\uC704 \uACBD\uB85C\uB97C \uC62C\uBC14\uB974\uAC8C \uAC80\uC0C9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.","\uD3F4\uB354 \uD544\uD130\uB9C1 \uC804\uC5D0 \uC81C\uD55C\uB41C \uACB0\uACFC\uB97C \uBC18\uD658\uD558\uBBC0\uB85C, \uB2E4\uB978 \uACF3\uC5D0 \uB9CE\uC740 \uC77C\uCE58 \uD56D\uBAA9\uC774 \uC788\uC73C\uBA74 \uAD00\uB828 \uD30C\uC77C\uC774 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.","\uB178\uD2B8 \uBBF8\uB9AC\uBCF4\uAE30\uC5D0 \uAE30\uBCF8 \uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8 \uB300\uC2E0 Omnisearch \uBC1C\uCDCC\uBB38\uC774 \uD45C\uC2DC\uB429\uB2C8\uB2E4."]}}}},contextMenu:{file:{openInNewTab:"\uC0C8 \uD0ED\uC5D0\uC11C \uC5F4\uAE30",openToRight:"\uC624\uB978\uCABD\uC5D0 \uC5F4\uAE30",openInNewWindow:"\uC0C8 \uCC3D\uC5D0\uC11C \uC5F4\uAE30",openMultipleInNewTabs:"{count}\uAC1C\uC758 \uB178\uD2B8\uB97C \uC0C8 \uD0ED\uC5D0\uC11C \uC5F4\uAE30",openMultipleFilesInNewTabs:"{count}\uAC1C\uC758 \uD30C\uC77C\uC744 \uC0C8 \uD0ED\uC5D0\uC11C \uC5F4\uAE30",openMultipleToRight:"{count}\uAC1C\uC758 \uB178\uD2B8\uB97C \uC624\uB978\uCABD\uC5D0 \uC5F4\uAE30",openMultipleFilesToRight:"{count}\uAC1C\uC758 \uD30C\uC77C\uC744 \uC624\uB978\uCABD\uC5D0 \uC5F4\uAE30",openMultipleInNewWindows:"{count}\uAC1C\uC758 \uB178\uD2B8\uB97C \uC0C8 \uCC3D\uC5D0\uC11C \uC5F4\uAE30",openMultipleFilesInNewWindows:"{count}\uAC1C\uC758 \uD30C\uC77C\uC744 \uC0C8 \uCC3D\uC5D0\uC11C \uC5F4\uAE30",pinNote:"\uB178\uD2B8 \uACE0\uC815",pinFile:"\uD30C\uC77C \uACE0\uC815",unpinNote:"\uB178\uD2B8 \uACE0\uC815 \uD574\uC81C",unpinFile:"\uD30C\uC77C \uACE0\uC815 \uD574\uC81C",pinMultipleNotes:"{count}\uAC1C\uC758 \uB178\uD2B8 \uACE0\uC815",pinMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C \uACE0\uC815",unpinMultipleNotes:"{count}\uAC1C\uC758 \uB178\uD2B8 \uACE0\uC815 \uD574\uC81C",unpinMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C \uACE0\uC815 \uD574\uC81C",duplicateNote:"\uB178\uD2B8 \uBCF5\uC81C",duplicateFile:"\uD30C\uC77C \uBCF5\uC81C",duplicateMultipleNotes:"{count}\uAC1C\uC758 \uB178\uD2B8 \uBCF5\uC81C",duplicateMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C \uBCF5\uC81C",openVersionHistory:"\uBC84\uC804 \uAE30\uB85D \uC5F4\uAE30",revealInFolder:"\uD3F4\uB354\uC5D0\uC11C \uD45C\uC2DC",revealInFinder:"Finder\uC5D0\uC11C \uD45C\uC2DC",showInExplorer:"\uC2DC\uC2A4\uD15C \uD0D0\uC0C9\uAE30\uC5D0\uC11C \uD45C\uC2DC",openInDefaultApp:"\uAE30\uBCF8 \uC571\uC5D0\uC11C \uC5F4\uAE30",renameNote:"\uB178\uD2B8 \uC774\uB984 \uBCC0\uACBD",renameFile:"\uD30C\uC77C \uC774\uB984 \uBCC0\uACBD",deleteNote:"\uB178\uD2B8 \uC0AD\uC81C",deleteFile:"\uD30C\uC77C \uC0AD\uC81C",setCalendarHighlight:"\uD558\uC774\uB77C\uC774\uD2B8 \uC124\uC815",removeCalendarHighlight:"\uD558\uC774\uB77C\uC774\uD2B8 \uC81C\uAC70",deleteMultipleNotes:"{count}\uAC1C\uC758 \uB178\uD2B8 \uC0AD\uC81C",deleteMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C \uC0AD\uC81C",moveNoteToFolder:"\uB178\uD2B8 \uC774\uB3D9...",moveFileToFolder:"\uD30C\uC77C \uC774\uB3D9...",moveMultipleNotesToFolder:"{count}\uAC1C\uC758 \uB178\uD2B8 \uC774\uB3D9...",moveMultipleFilesToFolder:"{count}\uAC1C\uC758 \uD30C\uC77C \uC774\uB3D9...",addTag:"\uD0DC\uADF8 \uCD94\uAC00",addPropertyKey:"\uC18D\uC131 \uC124\uC815",removeTag:"\uD0DC\uADF8 \uC81C\uAC70",removeAllTags:"\uBAA8\uB4E0 \uD0DC\uADF8 \uC81C\uAC70",changeIcon:"\uC544\uC774\uCF58 \uBCC0\uACBD",changeColor:"\uC0C9\uC0C1 \uBCC0\uACBD"},folder:{newNote:"\uC0C8 \uB178\uD2B8",newNoteFromTemplate:"\uD15C\uD50C\uB9BF\uC73C\uB85C \uC0C8 \uB178\uD2B8",newFolder:"\uC0C8 \uD3F4\uB354",newCanvas:"\uC0C8 \uCE94\uBC84\uC2A4",newBase:"\uC0C8 \uBCA0\uC774\uC2A4",newDrawing:"\uC0C8 \uB4DC\uB85C\uC789",newExcalidrawDrawing:"\uC0C8 Excalidraw \uB4DC\uB85C\uC789",newTldrawDrawing:"\uC0C8 Tldraw \uB4DC\uB85C\uC789",duplicateFolder:"\uD3F4\uB354 \uBCF5\uC81C",searchInFolder:"\uD3F4\uB354\uC5D0\uC11C \uAC80\uC0C9",createFolderNote:"\uD3F4\uB354 \uB178\uD2B8 \uB9CC\uB4E4\uAE30",detachFolderNote:"\uD3F4\uB354 \uB178\uD2B8 \uD574\uC81C",deleteFolderNote:"\uD3F4\uB354 \uB178\uD2B8 \uC0AD\uC81C",changeIcon:"\uC544\uC774\uCF58 \uBCC0\uACBD",changeColor:"\uC0C9\uC0C1 \uBCC0\uACBD",changeBackground:"\uBC30\uACBD\uC0C9 \uBCC0\uACBD",excludeFolder:"\uD3F4\uB354 \uC228\uAE30\uAE30",unhideFolder:"\uD3F4\uB354 \uD45C\uC2DC",moveFolder:"\uD3F4\uB354 \uC774\uB3D9...",renameFolder:"\uD3F4\uB354 \uC774\uB984 \uBCC0\uACBD",deleteFolder:"\uD3F4\uB354 \uC0AD\uC81C"},tag:{changeIcon:"\uC544\uC774\uCF58 \uBCC0\uACBD",changeColor:"\uC0C9\uC0C1 \uBCC0\uACBD",changeBackground:"\uBC30\uACBD\uC0C9 \uBCC0\uACBD",showTag:"\uD0DC\uADF8 \uD45C\uC2DC",hideTag:"\uD0DC\uADF8 \uC228\uAE30\uAE30"},property:{addKey:"\uC18D\uC131 \uD0A4 \uAD6C\uC131",renameKey:"\uC18D\uC131 \uC774\uB984 \uBCC0\uACBD",deleteKey:"\uC18D\uC131 \uC0AD\uC81C"},navigation:{addSeparator:"\uAD6C\uBD84\uC120 \uCD94\uAC00",removeSeparator:"\uAD6C\uBD84\uC120 \uC81C\uAC70"},copyPath:{title:"\uACBD\uB85C \uBCF5\uC0AC",asObsidianUrl:"Obsidian URL\uB85C",fromVaultFolder:"Vault \uD3F4\uB354\uC5D0\uC11C",fromSystemRoot:"\uC2DC\uC2A4\uD15C \uB8E8\uD2B8\uC5D0\uC11C"},style:{title:"\uC2A4\uD0C0\uC77C",copy:"\uC2A4\uD0C0\uC77C \uBCF5\uC0AC",paste:"\uC2A4\uD0C0\uC77C \uBD99\uC5EC\uB123\uAE30",removeIcon:"\uC544\uC774\uCF58 \uC81C\uAC70",removeColor:"\uC0C9\uC0C1 \uC81C\uAC70",removeBackground:"\uBC30\uACBD \uC81C\uAC70",clear:"\uC2A4\uD0C0\uC77C \uC9C0\uC6B0\uAE30"}},folderAppearance:{standardPreset:"\uD45C\uC900",compactPreset:"\uCEF4\uD329\uD2B8",defaultSuffix:"(\uAE30\uBCF8\uAC12)",defaultLabel:"\uAE30\uBCF8",titleRows:"\uC81C\uBAA9 \uD589",previewRows:"\uBBF8\uB9AC\uBCF4\uAE30 \uD589",groupBy:"\uADF8\uB8F9\uD654 \uAE30\uC900",defaultTitleOption:t=>`\uAE30\uBCF8 \uC81C\uBAA9 \uD589 (${t})`,defaultPreviewOption:t=>`\uAE30\uBCF8 \uBBF8\uB9AC\uBCF4\uAE30 \uD589 (${t})`,defaultGroupOption:t=>`\uAE30\uBCF8 \uADF8\uB8F9\uD654 (${t})`,titleRowOption:t=>`${t}\uAC1C \uC81C\uBAA9 \uD589`,previewRowOption:t=>`${t}\uAC1C \uBBF8\uB9AC\uBCF4\uAE30 \uD589`},modals:{bulkApply:{applyButton:"\uC801\uC6A9",applySortTitle:t=>`${t}\uC5D0 \uC815\uB82C\uC744 \uC801\uC6A9\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?`,applyAppearanceTitle:t=>`${t}\uC5D0 \uBAA8\uC591\uC744 \uC801\uC6A9\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?`,affectedCountMessage:t=>`\uBCC0\uACBD\uB420 \uAE30\uC874 \uC7AC\uC815\uC758: ${t}.`},navRainbowSection:{title:t=>`\uBB34\uC9C0\uAC1C \uC0C9\uC0C1: ${t}`},iconPicker:{searchPlaceholder:"\uC544\uC774\uCF58 \uAC80\uC0C9...",recentlyUsedHeader:"\uCD5C\uADFC \uC0AC\uC6A9",emptyStateSearch:"\uC544\uC774\uCF58\uC744 \uAC80\uC0C9\uD558\uB824\uBA74 \uC785\uB825\uD558\uC138\uC694",emptyStateNoResults:"\uC544\uC774\uCF58\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC74C",showingResultsInfo:"{count}\uAC1C \uC911 50\uAC1C \uACB0\uACFC \uD45C\uC2DC. \uB354 \uC881\uD600\uC11C \uAC80\uC0C9\uD558\uC138\uC694.",emojiInstructions:"\uC774\uBAA8\uC9C0\uB97C \uC785\uB825\uD558\uAC70\uB098 \uBD99\uC5EC\uB123\uC5B4 \uC544\uC774\uCF58\uC73C\uB85C \uC0AC\uC6A9\uD558\uC138\uC694",removeIcon:"\uC544\uC774\uCF58 \uC81C\uAC70",removeFromRecents:"\uCD5C\uADFC \uC544\uC774\uCF58\uC5D0\uC11C \uC81C\uAC70",allTabLabel:"\uBAA8\uB450"},fileIconRuleEditor:{addRuleAria:"\uADDC\uCE59 \uCD94\uAC00"},interfaceIcons:{title:"\uC778\uD130\uD398\uC774\uC2A4 \uC544\uC774\uCF58",fileItemsSection:"\uD30C\uC77C \uD56D\uBAA9",items:{"nav-shortcuts":"\uBC14\uB85C\uAC00\uAE30","nav-recent-files":"\uCD5C\uADFC \uD30C\uC77C","nav-expand-all":"\uBAA8\uB450 \uD3BC\uCE58\uAE30","nav-collapse-all":"\uBAA8\uB450 \uC811\uAE30","nav-calendar":"\uB2EC\uB825","nav-tree-expand":"\uD2B8\uB9AC \uD654\uC0B4\uD45C: \uD3BC\uCE58\uAE30","nav-tree-collapse":"\uD2B8\uB9AC \uD654\uC0B4\uD45C: \uC811\uAE30","nav-hidden-items":"\uC228\uACA8\uC9C4 \uD56D\uBAA9","nav-root-reorder":"\uB8E8\uD2B8 \uD3F4\uB354 \uC7AC\uC815\uB82C","nav-new-folder":"\uC0C8 \uD3F4\uB354","nav-show-single-pane":"\uB2E8\uC77C \uCC3D \uD45C\uC2DC","nav-show-dual-pane":"\uC774\uC911 \uCC3D \uD45C\uC2DC","nav-profile-chevron":"\uD504\uB85C\uD544 \uBA54\uB274 \uD654\uC0B4\uD45C","list-search":"\uAC80\uC0C9","list-descendants":"\uD558\uC704 \uD3F4\uB354\uC758 \uB178\uD2B8","list-sort-ascending":"\uC815\uB82C \uC21C\uC11C: \uC624\uB984\uCC28\uC21C","list-sort-descending":"\uC815\uB82C \uC21C\uC11C: \uB0B4\uB9BC\uCC28\uC21C","list-appearance":"\uBAA8\uC591 \uBCC0\uACBD","list-new-note":"\uC0C8 \uB178\uD2B8","nav-folder-open":"\uC5F4\uB9B0 \uD3F4\uB354","nav-folder-closed":"\uB2EB\uD78C \uD3F4\uB354","nav-tags":"\uD0DC\uADF8","nav-tag":"\uD0DC\uADF8","nav-properties":"\uC18D\uC131","nav-property":"\uC18D\uC131","nav-property-value":"\uAC12","list-pinned":"\uACE0\uC815 \uD56D\uBAA9","file-unfinished-task":"\uBBF8\uC644\uB8CC \uC791\uC5C5","file-word-count":"\uB2E8\uC5B4 \uC218"}},colorPicker:{currentColor:"\uD604\uC7AC",newColor:"\uC0C8\uB85C\uC6B4",paletteDefault:"\uAE30\uBCF8",paletteCustom:"\uC0AC\uC6A9\uC790 \uC815\uC758",copyColors:"\uC0C9\uC0C1 \uBCF5\uC0AC",colorsCopied:"\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uB428",pasteColors:"\uC0C9\uC0C1 \uBD99\uC5EC\uB123\uAE30",pasteClipboardError:"\uD074\uB9BD\uBCF4\uB4DC\uB97C \uC77D\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",pasteInvalidFormat:"16\uC9C4\uC218 \uC0C9\uC0C1 \uAC12\uC774 \uD544\uC694\uD569\uB2C8\uB2E4",colorsPasted:"\uC0C9\uC0C1\uC744 \uBD99\uC5EC\uB123\uC5C8\uC2B5\uB2C8\uB2E4",resetUserColors:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uC0C9\uC0C1 \uC9C0\uC6B0\uAE30",clearCustomColorsConfirm:"\uBAA8\uB4E0 \uC0AC\uC6A9\uC790 \uC815\uC758 \uC0C9\uC0C1\uC744 \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",userColorSlot:"\uC0C9\uC0C1 {slot}",recentColors:"\uCD5C\uADFC \uC0C9\uC0C1",clearRecentColors:"\uCD5C\uADFC \uC0C9\uC0C1 \uC9C0\uC6B0\uAE30",removeRecentColor:"\uC0C9\uC0C1 \uC81C\uAC70",apply:"\uC801\uC6A9",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544 \uBCC0\uACBD",currentBadge:"\uD65C\uC131",emptyState:"\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uBCF4\uAD00\uC18C \uD504\uB85C\uD544\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},tagOperation:{renameTitle:"\uD0DC\uADF8 {tag} \uC774\uB984 \uBCC0\uACBD",deleteTitle:"\uD0DC\uADF8 {tag} \uC0AD\uC81C",newTagPrompt:"\uC0C8 \uD0DC\uADF8 \uC774\uB984",newTagPlaceholder:"\uC0C8 \uD0DC\uADF8 \uC774\uB984 \uC785\uB825",renameWarning:"\uD0DC\uADF8 {oldTag}\uC758 \uC774\uB984\uC744 \uBCC0\uACBD\uD558\uBA74 {count}\uAC1C\uC758 {files}\uC774(\uAC00) \uC218\uC815\uB429\uB2C8\uB2E4.",deleteWarning:"\uD0DC\uADF8 {tag}\uC744(\uB97C) \uC0AD\uC81C\uD558\uBA74 {count}\uAC1C\uC758 {files}\uC774(\uAC00) \uC218\uC815\uB429\uB2C8\uB2E4.",modificationWarning:"\uD30C\uC77C \uC218\uC815 \uB0A0\uC9DC\uAC00 \uC5C5\uB370\uC774\uD2B8\uB429\uB2C8\uB2E4.",affectedFiles:"\uC601\uD5A5\uBC1B\uB294 \uD30C\uC77C:",andMore:"...\uADF8\uB9AC\uACE0 {count}\uAC1C \uB354",confirmRename:"\uD0DC\uADF8 \uC774\uB984 \uBCC0\uACBD",renameUnchanged:"{tag} \uBCC0\uACBD \uC5C6\uC74C",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"{renamed}/{total} \uC774\uB984 \uBCC0\uACBD\uB428. \uC5C5\uB370\uC774\uD2B8\uB418\uC9C0 \uC54A\uC74C: {notUpdated}. \uBA54\uD0C0\uB370\uC774\uD130\uC640 \uB2E8\uCD95\uD0A4\uAC00 \uC5C5\uB370\uC774\uD2B8\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.",invalidTagName:"\uC720\uD6A8\uD55C \uD0DC\uADF8 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694.",descendantRenameError:"\uD0DC\uADF8\uB97C \uC790\uC2E0 \uB610\uB294 \uD558\uC704 \uD0DC\uADF8\uB85C \uC774\uB3D9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",confirmDelete:"\uD0DC\uADF8 \uC0AD\uC81C",deleteBatchNotFinalized:"{removed}/{total}\uC5D0\uC11C \uC81C\uAC70\uB428. \uC5C5\uB370\uC774\uD2B8\uB418\uC9C0 \uC54A\uC74C: {notUpdated}. \uBA54\uD0C0\uB370\uC774\uD130\uC640 \uB2E8\uCD95\uD0A4\uAC00 \uC5C5\uB370\uC774\uD2B8\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.",checkConsoleForDetails:"\uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694.",file:"\uD30C\uC77C",files:"\uD30C\uC77C",inlineParsingWarning:{title:"\uC778\uB77C\uC778 \uD0DC\uADF8 \uD638\uD658\uC131",message:"{tag}\uC5D0 Obsidian\uC774 \uC778\uB77C\uC778 \uD0DC\uADF8\uC5D0\uC11C \uAD6C\uBB38 \uBD84\uC11D\uD560 \uC218 \uC5C6\uB294 \uBB38\uC790\uAC00 \uD3EC\uD568\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4. Frontmatter \uD0DC\uADF8\uB294 \uC601\uD5A5\uC744 \uBC1B\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",confirm:"\uADF8\uB798\uB3C4 \uC0AC\uC6A9"}},propertyOperation:{renameTitle:"\uC18D\uC131 {property} \uC774\uB984 \uBCC0\uACBD",deleteTitle:"\uC18D\uC131 {property} \uC0AD\uC81C",newKeyPrompt:"\uC0C8 \uC18D\uC131 \uC774\uB984",newKeyPlaceholder:"\uC0C8 \uC18D\uC131 \uC774\uB984 \uC785\uB825",renameWarning:"\uC18D\uC131 {property}\uC758 \uC774\uB984\uC744 \uBCC0\uACBD\uD558\uBA74 {count}\uAC1C\uC758 {files}\uC774(\uAC00) \uC218\uC815\uB429\uB2C8\uB2E4.",renameConflictWarning:"\uC18D\uC131 {newKey}\uC774(\uAC00) \uC774\uBBF8 {count}\uAC1C\uC758 {files}\uC5D0 \uC874\uC7AC\uD569\uB2C8\uB2E4. {oldKey}\uC758 \uC774\uB984\uC744 \uBCC0\uACBD\uD558\uBA74 \uAE30\uC874 {newKey} \uAC12\uC774 \uB300\uCCB4\uB429\uB2C8\uB2E4.",deleteWarning:"\uC18D\uC131 {property}\uC744(\uB97C) \uC0AD\uC81C\uD558\uBA74 {count}\uAC1C\uC758 {files}\uC774(\uAC00) \uC218\uC815\uB429\uB2C8\uB2E4.",confirmRename:"\uC18D\uC131 \uC774\uB984 \uBCC0\uACBD",confirmDelete:"\uC18D\uC131 \uC0AD\uC81C",renameNoChanges:"{oldKey} \u2192 {newKey} (\uBCC0\uACBD \uC5C6\uC74C)",renameSettingsUpdateFailed:"\uC18D\uC131 {oldKey} \u2192 {newKey} \uC774\uB984 \uBCC0\uACBD\uB428. \uC124\uC815 \uC5C5\uB370\uC774\uD2B8\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",deleteSingleSuccess:"1\uAC1C\uC758 \uB178\uD2B8\uC5D0\uC11C \uC18D\uC131 {property} \uC0AD\uC81C\uB428",deleteMultipleSuccess:"{count}\uAC1C\uC758 \uB178\uD2B8\uC5D0\uC11C \uC18D\uC131 {property} \uC0AD\uC81C\uB428",deleteSettingsUpdateFailed:"\uC18D\uC131 {property} \uC0AD\uC81C\uB428. \uC124\uC815 \uC5C5\uB370\uC774\uD2B8\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",invalidKeyName:"\uC720\uD6A8\uD55C \uC18D\uC131 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694."},fileSystem:{newFolderTitle:"\uC0C8 \uD3F4\uB354",renameFolderTitle:"\uD3F4\uB354 \uC774\uB984 \uBCC0\uACBD",renameFileTitle:"\uD30C\uC77C \uC774\uB984 \uBCC0\uACBD",deleteFolderTitle:"'{name}'\uC744(\uB97C) \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteFileTitle:"'{name}'\uC744(\uB97C) \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteFileAttachmentsTitle:"\uD30C\uC77C \uCCA8\uBD80 \uD30C\uC77C\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",moveFileConflictTitle:"\uC774\uB3D9 \uCDA9\uB3CC",folderNamePrompt:"\uD3F4\uB354 \uC774\uB984 \uC785\uB825:",hideInOtherVaultProfiles:"\uB2E4\uB978 \uBCF4\uAD00\uC18C \uD504\uB85C\uD544\uC5D0\uC11C \uC228\uAE30\uAE30",renamePrompt:"\uC0C8 \uC774\uB984 \uC785\uB825:",renameVaultTitle:"\uBCF4\uAD00\uD568 \uD45C\uC2DC \uC774\uB984 \uBCC0\uACBD",renameVaultPrompt:"\uC0AC\uC6A9\uC790 \uC815\uC758 \uD45C\uC2DC \uC774\uB984 \uC785\uB825 (\uAE30\uBCF8\uAC12\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC\uB450\uC138\uC694):",deleteFolderConfirm:"\uC774 \uD3F4\uB354\uC640 \uBAA8\uB4E0 \uB0B4\uC6A9\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteFileConfirm:"\uC774 \uD30C\uC77C\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteFileAttachmentsDescriptionSingle:"\uC774 \uCCA8\uBD80 \uD30C\uC77C\uC740 \uB354 \uC774\uC0C1 \uC5B4\uB5A4 \uB178\uD2B8\uC5D0\uC11C\uB3C4 \uC0AC\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteFileAttachmentsDescriptionMultiple:"\uC774 \uCCA8\uBD80 \uD30C\uC77C\uB4E4\uC740 \uB354 \uC774\uC0C1 \uC5B4\uB5A4 \uB178\uD2B8\uC5D0\uC11C\uB3C4 \uC0AC\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteFileAttachmentsViewFileTreeAriaLabel:"\uD30C\uC77C \uD2B8\uB9AC",deleteFileAttachmentsViewGalleryAriaLabel:"\uAC24\uB7EC\uB9AC",moveFileConflictDescriptionSingle:'"{folder}"\uC5D0\uC11C \uD30C\uC77C \uCDA9\uB3CC\uC774 \uBC1C\uACAC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.',moveFileConflictDescriptionMultiple:'"{folder}"\uC5D0\uC11C {count}\uAC1C\uC758 \uD30C\uC77C \uCDA9\uB3CC\uC774 \uBC1C\uACAC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.',moveFileConflictAffectedFiles:"\uC601\uD5A5\uBC1B\uB294 \uD30C\uC77C",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(\uC774\uB984 \uBCC0\uACBD\uB9CC)",moveFileConflictRename:"\uC774\uB984 \uBCC0\uACBD",moveFileConflictOverwrite:"\uB36E\uC5B4\uC4F0\uAE30",removeAllTagsTitle:"\uBAA8\uB4E0 \uD0DC\uADF8 \uC81C\uAC70",removeAllTagsFromNote:"\uC774 \uB178\uD2B8\uC5D0\uC11C \uBAA8\uB4E0 \uD0DC\uADF8\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",removeAllTagsFromNotes:"{count}\uAC1C\uC758 \uB178\uD2B8\uC5D0\uC11C \uBAA8\uB4E0 \uD0DC\uADF8\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},folderNoteType:{title:"\uD3F4\uB354 \uB178\uD2B8 \uD615\uC2DD \uC120\uD0DD",folderLabel:"\uD3F4\uB354: {name}"},folderSuggest:{placeholder:t=>`${t}\uB97C \uD3F4\uB354\uB85C \uC774\uB3D9...`,multipleFilesLabel:t=>`${t}\uAC1C\uC758 \uD30C\uC77C`,navigatePlaceholder:"\uD3F4\uB354\uB85C \uC774\uB3D9...",instructions:{navigate:"\uC774\uB3D9",move:"\uC774\uB3D9",select:"\uC120\uD0DD",dismiss:"\uB2EB\uAE30"}},homepage:{placeholder:"\uD30C\uC77C \uAC80\uC0C9...",instructions:{navigate:"\uC774\uB3D9",select:"\uD648\uD398\uC774\uC9C0 \uC124\uC815",dismiss:"\uB2EB\uAE30"}},calendarTemplate:{placeholder:"\uD15C\uD50C\uB9BF \uAC80\uC0C9...",instructions:{navigate:"\uC774\uB3D9",select:"\uD15C\uD50C\uB9BF \uC120\uD0DD",dismiss:"\uB2EB\uAE30"}},navigationBanner:{placeholder:"\uC774\uBBF8\uC9C0 \uAC80\uC0C9...",instructions:{navigate:"\uC774\uB3D9",select:"\uBC30\uB108 \uC124\uC815",dismiss:"\uB2EB\uAE30"}},tagSuggest:{navigatePlaceholder:"\uD0DC\uADF8\uB85C \uC774\uB3D9...",addPlaceholder:"\uCD94\uAC00\uD560 \uD0DC\uADF8 \uAC80\uC0C9...",removePlaceholder:"\uC81C\uAC70\uD560 \uD0DC\uADF8 \uC120\uD0DD...",createNewTag:"\uC0C8 \uD0DC\uADF8 \uC0DD\uC131: #{tag}",instructions:{navigate:"\uC774\uB3D9",select:"\uC120\uD0DD",dismiss:"\uB2EB\uAE30",add:"\uD0DC\uADF8 \uCD94\uAC00",remove:"\uD0DC\uADF8 \uC81C\uAC70"}},propertySuggest:{placeholder:"\uC18D\uC131 \uD0A4 \uC120\uD0DD...",navigatePlaceholder:"\uC18D\uC131\uC73C\uB85C \uC774\uB3D9...",instructions:{navigate:"\uC774\uB3D9",select:"\uC18D\uC131 \uCD94\uAC00",dismiss:"\uB2EB\uAE30"}},propertyKeyVisibility:{title:"\uC18D\uC131 \uD0A4 \uD45C\uC2DC \uC124\uC815",description:"\uC18D\uC131 \uAC12\uC774 \uD45C\uC2DC\uB418\uB294 \uC704\uCE58\uB97C \uC81C\uC5B4\uD569\uB2C8\uB2E4. \uC5F4\uC740 \uD0D0\uC0C9 \uCC3D, \uBAA9\uB85D \uCC3D, \uD30C\uC77C \uCEE8\uD14D\uC2A4\uD2B8 \uBA54\uB274\uC5D0 \uD574\uB2F9\uD569\uB2C8\uB2E4. \uD558\uB2E8 \uD589\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC5F4\uC758 \uBAA8\uB4E0 \uD589\uC744 \uC804\uD658\uD569\uB2C8\uB2E4.",searchPlaceholder:"\uC18D\uC131 \uD0A4 \uAC80\uC0C9...",propertyColumnLabel:"\uC18D\uC131",showInNavigation:"\uD0D0\uC0C9\uC5D0 \uD45C\uC2DC",showInList:"\uBAA9\uB85D\uC5D0 \uD45C\uC2DC",showInFileMenu:"\uD30C\uC77C \uBA54\uB274\uC5D0 \uD45C\uC2DC",toggleAllInNavigation:"\uD0D0\uC0C9\uC5D0\uC11C \uBAA8\uB450 \uC804\uD658",toggleAllInList:"\uBAA9\uB85D\uC5D0\uC11C \uBAA8\uB450 \uC804\uD658",toggleAllInFileMenu:"\uD30C\uC77C \uBA54\uB274\uC5D0\uC11C \uBAA8\uB450 \uC804\uD658",applyButton:"\uC801\uC6A9",emptyState:"\uC18D\uC131 \uD0A4\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},welcome:{title:"{pluginName}\uC5D0 \uC624\uC2E0 \uAC83\uC744 \uD658\uC601\uD569\uB2C8\uB2E4",introText:'\uC548\uB155\uD558\uC138\uC694! \uC2DC\uC791\uD558\uAE30 \uC804\uC5D0 \uC544\uB798 \uBE44\uB514\uC624\uC758 \uCCAB 5\uBD84\uC744 \uC2DC\uCCAD\uD558\uC5EC \uD328\uB110\uACFC \uD1A0\uAE00 "\uD558\uC704 \uD3F4\uB354\uC758 \uB178\uD2B8 \uD45C\uC2DC"\uAC00 \uC5B4\uB5BB\uAC8C \uC791\uB3D9\uD558\uB294\uC9C0 \uC774\uD574\uD558\uB294 \uAC83\uC744 \uAC15\uB825\uD788 \uAD8C\uC7A5\uD569\uB2C8\uB2E4.',continueText:"5\uBD84 \uB354 \uC788\uC73C\uC2DC\uB2E4\uBA74 \uBE44\uB514\uC624\uB97C \uACC4\uC18D \uC2DC\uCCAD\uD558\uC5EC \uCEF4\uD329\uD2B8 \uD45C\uC2DC \uBAA8\uB4DC\uC640 \uBC14\uB85C\uAC00\uAE30 \uBC0F \uC911\uC694\uD55C \uB2E8\uCD95\uD0A4\uB97C \uC62C\uBC14\uB974\uAC8C \uC124\uC815\uD558\uB294 \uBC29\uBC95\uC744 \uC774\uD574\uD574 \uC8FC\uC138\uC694.",thanksText:"\uB2E4\uC6B4\uB85C\uB4DC\uD574 \uC8FC\uC154\uC11C \uAC10\uC0AC\uD569\uB2C8\uB2E4. \uC990\uAC81\uAC8C \uC0AC\uC6A9\uD558\uC138\uC694!",videoAlt:"Notebook Navigator \uC124\uCE58 \uBC0F \uB9C8\uC2A4\uD130\uD558\uAE30",openVideoButton:"\uBE44\uB514\uC624 \uC7AC\uC0DD",closeButton:"\uB098\uC911\uC5D0"}},fileSystem:{errors:{createFolder:"\uD3F4\uB354 \uC0DD\uC131 \uC2E4\uD328: {error}",createFile:"\uD30C\uC77C \uC0DD\uC131 \uC2E4\uD328: {error}",renameFolder:"\uD3F4\uB354 \uC774\uB984 \uBCC0\uACBD \uC2E4\uD328: {error}",renameFolderNoteConflict:'\uC774\uB984 \uBCC0\uACBD \uBD88\uAC00: \uC774 \uD3F4\uB354\uC5D0 "{name}"\uC774(\uAC00) \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4',renameFile:"\uD30C\uC77C \uC774\uB984 \uBCC0\uACBD \uC2E4\uD328: {error}",deleteFolder:"\uD3F4\uB354 \uC0AD\uC81C \uC2E4\uD328: {error}",deleteFile:"\uD30C\uC77C \uC0AD\uC81C \uC2E4\uD328: {error}",deleteAttachments:"\uCCA8\uBD80 \uD30C\uC77C \uC0AD\uC81C \uC2E4\uD328: {error}",duplicateNote:"\uB178\uD2B8 \uBCF5\uC81C \uC2E4\uD328: {error}",duplicateFolder:"\uD3F4\uB354 \uBCF5\uC81C \uC2E4\uD328: {error}",openVersionHistory:"\uBC84\uC804 \uAE30\uB85D \uC5F4\uAE30 \uC2E4\uD328: {error}",versionHistoryNotFound:"\uBC84\uC804 \uAE30\uB85D \uBA85\uB839\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. Obsidian Sync\uAC00 \uD65C\uC131\uD654\uB418\uC5B4 \uC788\uB294\uC9C0 \uD655\uC778\uD558\uC138\uC694.",revealInExplorer:"\uC2DC\uC2A4\uD15C \uD0D0\uC0C9\uAE30\uC5D0\uC11C \uD30C\uC77C \uD45C\uC2DC \uC2E4\uD328: {error}",openInDefaultApp:"\uAE30\uBCF8 \uC571\uC5D0\uC11C \uC5F4\uAE30 \uC2E4\uD328: {error}",openInDefaultAppNotAvailable:"\uC774 \uD50C\uB7AB\uD3FC\uC5D0\uC11C\uB294 \uAE30\uBCF8 \uC571\uC5D0\uC11C \uC5F4\uAE30\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",folderNoteAlreadyExists:"\uD3F4\uB354 \uB178\uD2B8\uAC00 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4",folderAlreadyExists:'\uD3F4\uB354 "{name}"\uC774(\uAC00) \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4',folderNotesDisabled:"\uD30C\uC77C\uC744 \uBCC0\uD658\uD558\uB824\uBA74 \uC124\uC815\uC5D0\uC11C \uD3F4\uB354 \uB178\uD2B8\uB97C \uD65C\uC131\uD654\uD558\uC138\uC694",folderNoteAlreadyLinked:"\uC774 \uD30C\uC77C\uC740 \uC774\uBBF8 \uD3F4\uB354 \uB178\uD2B8\uB85C \uC791\uB3D9\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4",folderNoteNotFound:"\uC120\uD0DD\uD55C \uD3F4\uB354\uC5D0 \uD3F4\uB354 \uB178\uD2B8\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",folderNoteUnsupportedExtension:"\uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uD30C\uC77C \uD655\uC7A5\uC790: {extension}",folderNoteMoveFailed:"\uBCC0\uD658 \uC911 \uD30C\uC77C \uC774\uB3D9 \uC2E4\uD328: {error}",folderNoteRenameConflict:'"{name}"\uC774\uB77C\uB294 \uC774\uB984\uC758 \uD30C\uC77C\uC774 \uC774\uBBF8 \uD3F4\uB354\uC5D0 \uC874\uC7AC\uD569\uB2C8\uB2E4',folderNoteConversionFailed:"\uD3F4\uB354 \uB178\uD2B8\uB85C \uBCC0\uD658 \uC2E4\uD328",folderNoteConversionFailedWithReason:"\uD3F4\uB354 \uB178\uD2B8\uB85C \uBCC0\uD658 \uC2E4\uD328: {error}",folderNoteOpenFailed:"\uD30C\uC77C\uC740 \uBCC0\uD658\uB418\uC5C8\uC9C0\uB9CC \uD3F4\uB354 \uB178\uD2B8 \uC5F4\uAE30 \uC2E4\uD328: {error}",failedToDeleteFile:"{name} \uC0AD\uC81C \uC2E4\uD328: {error}",failedToDeleteMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C \uC0AD\uC81C \uC2E4\uD328",versionHistoryNotAvailable:"\uBC84\uC804 \uAE30\uB85D \uC11C\uBE44\uC2A4\uB97C \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",drawingAlreadyExists:"\uC774 \uC774\uB984\uC758 \uB4DC\uB85C\uC789\uC774 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4",failedToCreateDrawing:"\uB4DC\uB85C\uC789 \uC0DD\uC131 \uC2E4\uD328",noFolderSelected:"Notebook Navigator\uC5D0\uC11C \uC120\uD0DD\uB41C \uD3F4\uB354\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",noFileSelected:"\uC120\uD0DD\uB41C \uD30C\uC77C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4"},warnings:{linkBreakingNameCharacters:"\uC774 \uC774\uB984\uC5D0\uB294 Obsidian \uB9C1\uD06C\uB97C \uAE68\uB728\uB9AC\uB294 \uBB38\uC790\uAC00 \uD3EC\uD568\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\uC774\uB984\uC740 . \uB85C \uC2DC\uC791\uD560 \uC218 \uC5C6\uACE0 : \uB610\uB294 / \uB97C \uD3EC\uD568\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",forbiddenNameCharactersWindows:'Windows\uC5D0\uC11C \uC608\uC57D\uB41C \uBB38\uC790\uB294 \uD5C8\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\uD3F4\uB354 \uC228\uAE40: {name}",showFolder:"\uD3F4\uB354 \uD45C\uC2DC: {name}"},notifications:{deletedMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C\uC774 \uC0AD\uC81C\uB428",movedMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C\uC774 {folder}\uB85C \uC774\uB3D9\uB428",folderNoteConversionSuccess:'"{name}"\uC5D0\uC11C \uD30C\uC77C\uC744 \uD3F4\uB354 \uB178\uD2B8\uB85C \uBCC0\uD658\uD568',folderMoved:'\uD3F4\uB354 "{name}"\uC774(\uAC00) \uC774\uB3D9\uB428',deepLinkCopied:"Obsidian URL\uC774 \uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uB428",pathCopied:"\uACBD\uB85C\uAC00 \uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uB428",relativePathCopied:"\uC0C1\uB300 \uACBD\uB85C\uAC00 \uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uB428",tagAddedToNote:"1\uAC1C\uC758 \uB178\uD2B8\uC5D0 \uD0DC\uADF8 \uCD94\uAC00\uB428",tagAddedToNotes:"{count}\uAC1C\uC758 \uB178\uD2B8\uC5D0 \uD0DC\uADF8 \uCD94\uAC00\uB428",tagRemovedFromNote:"1\uAC1C\uC758 \uB178\uD2B8\uC5D0\uC11C \uD0DC\uADF8 \uC81C\uAC70\uB428",tagRemovedFromNotes:"{count}\uAC1C\uC758 \uB178\uD2B8\uC5D0\uC11C \uD0DC\uADF8 \uC81C\uAC70\uB428",tagsClearedFromNote:"1\uAC1C\uC758 \uB178\uD2B8\uC5D0\uC11C \uBAA8\uB4E0 \uD0DC\uADF8 \uC81C\uAC70\uB428",tagsClearedFromNotes:"{count}\uAC1C\uC758 \uB178\uD2B8\uC5D0\uC11C \uBAA8\uB4E0 \uD0DC\uADF8 \uC81C\uAC70\uB428",noTagsToRemove:"\uC81C\uAC70\uD560 \uD0DC\uADF8 \uC5C6\uC74C",noFilesSelected:"\uC120\uD0DD\uB41C \uD30C\uC77C \uC5C6\uC74C",tagOperationsNotAvailable:"\uD0DC\uADF8 \uC791\uC5C5\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC74C",propertyOperationsNotAvailable:"\uC18D\uC131 \uC791\uC5C5\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",tagsRequireMarkdown:"\uD0DC\uADF8\uB294 \uB9C8\uD06C\uB2E4\uC6B4 \uB178\uD2B8\uC5D0\uC11C\uB9CC \uC9C0\uC6D0\uB429\uB2C8\uB2E4",propertiesRequireMarkdown:"\uC18D\uC131\uC740 Markdown \uB178\uD2B8\uC5D0\uC11C\uB9CC \uC9C0\uC6D0\uB429\uB2C8\uB2E4",propertySetOnNote:"1\uAC1C \uB178\uD2B8\uC758 \uC18D\uC131\uC744 \uC5C5\uB370\uC774\uD2B8\uD588\uC2B5\uB2C8\uB2E4",propertySetOnNotes:"{count}\uAC1C \uB178\uD2B8\uC758 \uC18D\uC131\uC744 \uC5C5\uB370\uC774\uD2B8\uD588\uC2B5\uB2C8\uB2E4",iconPackDownloaded:"{provider} \uB2E4\uC6B4\uB85C\uB4DC\uB428",iconPackUpdated:"{provider} \uC5C5\uB370\uC774\uD2B8\uB428 ({version})",iconPackRemoved:"{provider} \uC81C\uAC70\uB428",iconPackLoadFailed:"{provider} \uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",hiddenFileReveal:'\uD30C\uC77C\uC774 \uC228\uACA8\uC838 \uC788\uC2B5\uB2C8\uB2E4. \uD45C\uC2DC\uD558\uB824\uBA74 "\uC228\uACA8\uC9C4 \uD56D\uBAA9 \uD45C\uC2DC"\uB97C \uD65C\uC131\uD654\uD558\uC138\uC694'},confirmations:{deleteMultipleFiles:"{count}\uAC1C\uC758 \uD30C\uC77C\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteConfirmation:"\uC774 \uC791\uC5C5\uC740 \uCDE8\uC18C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},defaultNames:{untitled:"\uC81C\uBAA9 \uC5C6\uC74C"}},dragDrop:{errors:{cannotMoveIntoSelf:"\uD3F4\uB354\uB97C \uC790\uAE30 \uC790\uC2E0\uC774\uB098 \uD558\uC704 \uD3F4\uB354\uB85C \uC774\uB3D9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",itemAlreadyExists:'\uC774 \uC704\uCE58\uC5D0 "{name}"\uC774(\uAC00) \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4.',failedToMove:"\uC774\uB3D9 \uC2E4\uD328: {error}",failedToAddTag:'\uD0DC\uADF8 "{tag}" \uCD94\uAC00 \uC2E4\uD328',failedToSetProperty:"\uC18D\uC131 \uC5C5\uB370\uC774\uD2B8 \uC2E4\uD328: {error}",failedToClearTags:"\uD0DC\uADF8 \uC9C0\uC6B0\uAE30 \uC2E4\uD328",failedToMoveFolder:'\uD3F4\uB354 "{name}" \uC774\uB3D9 \uC2E4\uD328',failedToImportFiles:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328: {names}"},notifications:{filesAlreadyExist:"\uB300\uC0C1\uC5D0 {count}\uAC1C\uC758 \uD30C\uC77C\uC774 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4",filesAlreadyHaveTag:"{count}\uAC1C\uC758 \uD30C\uC77C\uC774 \uC774\uBBF8 \uC774 \uD0DC\uADF8\uB098 \uB354 \uAD6C\uCCB4\uC801\uC778 \uD0DC\uADF8\uB97C \uAC00\uC9C0\uACE0 \uC788\uC2B5\uB2C8\uB2E4",filesAlreadyHaveProperty:"{count}\uAC1C \uD30C\uC77C\uC5D0 \uC774\uBBF8 \uC774 \uC18D\uC131\uC774 \uC788\uC2B5\uB2C8\uB2E4",noTagsToClear:"\uC9C0\uC6B8 \uD0DC\uADF8 \uC5C6\uC74C",fileImported:"1\uAC1C\uC758 \uD30C\uC77C \uAC00\uC838\uC634",filesImported:"{count}\uAC1C\uC758 \uD30C\uC77C \uAC00\uC838\uC634"}},dateGroups:{today:"\uC624\uB298",yesterday:"\uC5B4\uC81C",previous7Days:"\uC9C0\uB09C 7\uC77C",previous30Days:"\uC9C0\uB09C 30\uC77C"},commands:{open:"\uC5F4\uAE30",toggleLeftSidebar:"\uC67C\uCABD \uC0AC\uC774\uB4DC\uBC14 \uC804\uD658",openHomepage:"\uD648\uD398\uC774\uC9C0 \uC5F4\uAE30",openDailyNote:"\uC77C\uC77C \uB178\uD2B8 \uC5F4\uAE30",openWeeklyNote:"\uC8FC\uAC04 \uB178\uD2B8 \uC5F4\uAE30",openMonthlyNote:"\uC6D4\uAC04 \uB178\uD2B8 \uC5F4\uAE30",openQuarterlyNote:"\uBD84\uAE30 \uB178\uD2B8 \uC5F4\uAE30",openYearlyNote:"\uC5F0\uAC04 \uB178\uD2B8 \uC5F4\uAE30",revealFile:"\uD30C\uC77C \uD45C\uC2DC",search:"\uAC80\uC0C9",searchVaultRoot:"\uBCF4\uAD00\uC18C \uB8E8\uD2B8\uC5D0\uC11C \uAC80\uC0C9",toggleDualPane:"\uC774\uC911 \uCC3D \uB808\uC774\uC544\uC6C3 \uC804\uD658",toggleDualPaneOrientation:"\uC774\uC911 \uCC3D \uBC29\uD5A5 \uC804\uD658",toggleCalendar:"\uCE98\uB9B0\uB354 \uC804\uD658",selectVaultProfile:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544 \uBCC0\uACBD",selectVaultProfile1:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544 1 \uC120\uD0DD",selectVaultProfile2:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544 2 \uC120\uD0DD",selectVaultProfile3:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544 3 \uC120\uD0DD",deleteFile:"\uD30C\uC77C \uC0AD\uC81C",createNewNote:"\uC0C8 \uB178\uD2B8 \uB9CC\uB4E4\uAE30",createNewNoteFromTemplate:"\uD15C\uD50C\uB9BF\uC73C\uB85C \uC0C8 \uB178\uD2B8",moveFiles:"\uD30C\uC77C \uC774\uB3D9",selectNextFile:"\uB2E4\uC74C \uD30C\uC77C \uC120\uD0DD",selectPreviousFile:"\uC774\uC804 \uD30C\uC77C \uC120\uD0DD",navigateBack:"\uB4A4\uB85C \uC774\uB3D9",navigateForward:"\uC55E\uC73C\uB85C \uC774\uB3D9",convertToFolderNote:"\uD3F4\uB354 \uB178\uD2B8\uB85C \uBCC0\uD658",setAsFolderNote:"\uD3F4\uB354 \uB178\uD2B8\uB85C \uC124\uC815",detachFolderNote:"\uD3F4\uB354 \uB178\uD2B8 \uD574\uC81C",pinAllFolderNotes:"\uD3F4\uB354 \uB178\uD2B8\uB97C \uBAA8\uB450 \uACE0\uC815",navigateToFolder:"\uD3F4\uB354\uB85C \uC774\uB3D9",navigateToTag:"\uD0DC\uADF8\uB85C \uC774\uB3D9",navigateToProperty:"\uC18D\uC131\uC73C\uB85C \uC774\uB3D9",addShortcut:"\uBC14\uB85C\uAC00\uAE30\uC5D0 \uCD94\uAC00",openShortcut:"\uBC14\uB85C\uAC00\uAE30 {number} \uC5F4\uAE30",toggleDescendants:"\uD558\uC704 \uD56D\uBAA9 \uC804\uD658",toggleHidden:"\uC228\uAE34 \uD3F4\uB354, \uD0DC\uADF8, \uB178\uD2B8 \uC804\uD658",toggleTagSort:"\uD0DC\uADF8 \uC815\uB82C \uC804\uD658",toggleCompactMode:"\uCEF4\uD329\uD2B8 \uBAA8\uB4DC \uC804\uD658",collapseExpand:"\uBAA8\uB4E0 \uD56D\uBAA9 \uC811\uAE30 / \uD3BC\uCE58\uAE30",addTag:"\uC120\uD0DD\uD55C \uD30C\uC77C\uC5D0 \uD0DC\uADF8 \uCD94\uAC00",setProperty:"\uC120\uD0DD\uD55C \uD30C\uC77C\uC5D0 \uC18D\uC131 \uC124\uC815",removeTag:"\uC120\uD0DD\uD55C \uD30C\uC77C\uC5D0\uC11C \uD0DC\uADF8 \uC81C\uAC70",removeAllTags:"\uC120\uD0DD\uD55C \uD30C\uC77C\uC5D0\uC11C \uBAA8\uB4E0 \uD0DC\uADF8 \uC81C\uAC70",openAllFiles:"\uBAA8\uB4E0 \uD30C\uC77C \uC5F4\uAE30",rebuildCache:"\uCE90\uC2DC \uB2E4\uC2DC \uBE4C\uB4DC"},plugin:{viewName:"Notebook Navigator",calendarViewName:"\uCE98\uB9B0\uB354",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Notebook Navigator\uC5D0\uC11C \uD45C\uC2DC"},tooltips:{lastModifiedAt:"\uB9C8\uC9C0\uB9C9 \uC218\uC815",createdAt:"\uC0DD\uC131\uB428",file:"\uD30C\uC77C",files:"\uD30C\uC77C",folder:"\uD3F4\uB354",folders:"\uD3F4\uB354"},settings:{metadataReport:{exportSuccess:"\uBA54\uD0C0\uB370\uC774\uD130 \uBCF4\uACE0\uC11C \uB0B4\uBCF4\uB0B4\uAE30 \uC2E4\uD328: {filename}",exportFailed:"\uBA54\uD0C0\uB370\uC774\uD130 \uBCF4\uACE0\uC11C \uB0B4\uBCF4\uB0B4\uAE30 \uC2E4\uD328"},sections:{general:"\uC77C\uBC18",navigationPane:"\uD0D0\uC0C9",calendar:"\uB2EC\uB825",files:"\uD30C\uC77C",icons:"\uC544\uC774\uCF58 \uD329",folders:"\uD3F4\uB354",folderNotes:"\uD3F4\uB354 \uB178\uD2B8",foldersAndTags:"\uD3F4\uB354",tagsAndProperties:"\uD0DC\uADF8 \uBC0F \uC18D\uC131",tags:"\uD0DC\uADF8",listPane:"\uBAA9\uB85D",notes:"\uB178\uD2B8",advanced:"\uACE0\uAE09"},groups:{general:{vaultProfiles:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544",filtering:"\uD544\uD130\uB9C1",templates:"\uD15C\uD50C\uB9BF",behavior:"\uB3D9\uC791",keyboardNavigation:"\uD0A4\uBCF4\uB4DC \uD0D0\uC0C9",mouseButtons:"\uB9C8\uC6B0\uC2A4 \uBC84\uD2BC",view:"\uBAA8\uC591",icons:"\uC544\uC774\uCF58",desktopAppearance:"\uB370\uC2A4\uD06C\uD1B1 \uBAA8\uC591\uC0C8",mobileAppearance:"\uBAA8\uBC14\uC77C \uBAA8\uC591",formatting:"\uC11C\uC2DD"},navigation:{appearance:"\uBAA8\uC591",rainbowColors:"\uBB34\uC9C0\uAC1C \uC0C9\uC0C1",leftSidebar:"\uC67C\uCABD \uC0AC\uC774\uB4DC\uBC14",calendarIntegration:"\uCE98\uB9B0\uB354 \uC5F0\uB3D9"},list:{display:"\uBAA8\uC591",pinnedNotes:"\uACE0\uC815\uB41C \uB178\uD2B8"},notes:{frontmatter:"\uD504\uB7F0\uD2B8\uB9E4\uD130",tasks:"\uC791\uC5C5",icon:"\uC544\uC774\uCF58",title:"\uC81C\uBAA9",previewText:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8",featureImage:"\uB300\uD45C \uC774\uBBF8\uC9C0",tags:"\uD0DC\uADF8",properties:"\uC18D\uC131",date:"\uB0A0\uC9DC",parentFolder:"\uC0C1\uC704 \uD3F4\uB354"}},syncMode:{notSynced:"(\uB3D9\uAE30\uD654\uB418\uC9C0 \uC54A\uC74C)",disabled:"(\uBE44\uD65C\uC131\uD654\uB428)",switchToSynced:"\uB3D9\uAE30\uD654 \uD65C\uC131\uD654",switchToLocal:"\uB3D9\uAE30\uD654 \uBE44\uD65C\uC131\uD654"},items:{listPaneTitle:{name:"\uBAA9\uB85D \uCC3D \uC81C\uBAA9",desc:"\uBAA9\uB85D \uCC3D \uC81C\uBAA9\uC744 \uD45C\uC2DC\uD560 \uC704\uCE58\uB97C \uC120\uD0DD\uD558\uC138\uC694.",options:{header:"\uD5E4\uB354\uC5D0 \uD45C\uC2DC",list:"\uBAA9\uB85D \uCC3D\uC5D0 \uD45C\uC2DC",hidden:"\uD45C\uC2DC\uD558\uC9C0 \uC54A\uC74C"}},sortNotesBy:{name:"\uB178\uD2B8 \uC815\uB82C \uAE30\uC900",desc:"\uB178\uD2B8 \uBAA9\uB85D\uC5D0\uC11C \uB178\uD2B8\uB97C \uC815\uB82C\uD558\uB294 \uBC29\uBC95\uC744 \uC120\uD0DD\uD558\uC138\uC694.",options:{"modified-desc":"\uC218\uC815 \uB0A0\uC9DC (\uCD5C\uC2E0 \uC0C1\uC704)","modified-asc":"\uC218\uC815 \uB0A0\uC9DC (\uC624\uB798\uB41C \uC0C1\uC704)","created-desc":"\uC0DD\uC131 \uB0A0\uC9DC (\uCD5C\uC2E0 \uC0C1\uC704)","created-asc":"\uC0DD\uC131 \uB0A0\uC9DC (\uC624\uB798\uB41C \uC0C1\uC704)","title-asc":"\uC81C\uBAA9 (\uAC00\uB098\uB2E4 \uC0C1\uC704)","title-desc":"\uC81C\uBAA9 (\uC5ED\uC21C \uC0C1\uC704)","filename-asc":"\uD30C\uC77C \uC774\uB984 (\uAC00\uB098\uB2E4 \uC0C1\uC704)","filename-desc":"\uD30C\uC77C \uC774\uB984 (\uC5ED\uC21C \uC0C1\uC704)","property-asc":"\uC18D\uC131 (\uAC00\uB098\uB2E4 \uC0C1\uC704)","property-desc":"\uC18D\uC131 (\uC5ED\uC21C \uC0C1\uC704)"},propertyOverride:{asc:"\uC18D\uC131 \u2018{property}\u2019 (\uAC00\uB098\uB2E4 \uC0C1\uC704)",desc:"\uC18D\uC131 \u2018{property}\u2019 (\uC5ED\uC21C \uC0C1\uC704)"}},propertySortKey:{name:"\uC815\uB82C \uC18D\uC131",desc:"\uC18D\uC131 \uC815\uB82C\uACFC \uD568\uAED8 \uC0AC\uC6A9\uB429\uB2C8\uB2E4. \uC774 frontmatter \uC18D\uC131\uC774 \uC788\uB294 \uB178\uD2B8\uAC00 \uBA3C\uC800 \uB098\uC5F4\uB418\uACE0 \uC18D\uC131 \uAC12\uC73C\uB85C \uC815\uB82C\uB429\uB2C8\uB2E4. \uBC30\uC5F4\uC740 \uD558\uB098\uC758 \uAC12\uC73C\uB85C \uACB0\uD569\uB429\uB2C8\uB2E4.",placeholder:"order"},propertySortSecondary:{name:"\uBCF4\uC870 \uC815\uB82C",desc:"\uC18D\uC131 \uC815\uB82C \uC0AC\uC6A9 \uC2DC \uB178\uD2B8\uC758 \uC18D\uC131 \uAC12\uC774 \uAC19\uAC70\uB098 \uC18D\uC131 \uAC12\uC774 \uC5C6\uC744 \uB54C \uC801\uC6A9\uB429\uB2C8\uB2E4.",options:{title:"\uC81C\uBAA9",filename:"\uD30C\uC77C \uC774\uB984",created:"\uC0DD\uC131 \uB0A0\uC9DC",modified:"\uD3B8\uC9D1 \uB0A0\uC9DC"}},revealFileOnListChanges:{name:"\uBAA9\uB85D \uBCC0\uACBD \uC2DC \uC120\uD0DD\uB41C \uD30C\uC77C\uB85C \uC2A4\uD06C\uB864",desc:"\uB178\uD2B8 \uACE0\uC815, \uD558\uC704 \uB178\uD2B8 \uD45C\uC2DC, \uD3F4\uB354 \uBAA8\uC591 \uBCC0\uACBD \uB610\uB294 \uD30C\uC77C \uC791\uC5C5 \uC2E4\uD589 \uC2DC \uC120\uD0DD\uB41C \uD30C\uC77C\uB85C \uC2A4\uD06C\uB864\uD569\uB2C8\uB2E4."},includeDescendantNotes:{name:"\uD558\uC704 \uD3F4\uB354 / \uD558\uC704 \uD56D\uBAA9 \uB178\uD2B8 \uD45C\uC2DC",desc:"\uD3F4\uB354\uB098 \uD0DC\uADF8\uB97C \uBCFC \uB54C \uC911\uCCA9\uB41C \uD558\uC704 \uD3F4\uB354\uC640 \uD0DC\uADF8 \uD558\uC704 \uD56D\uBAA9\uC758 \uB178\uD2B8\uB97C \uD3EC\uD568\uD569\uB2C8\uB2E4."},limitPinnedToCurrentFolder:{name:"\uB178\uD2B8\uB97C \uD574\uB2F9 \uD3F4\uB354\uC5D0\uC11C\uB9CC \uACE0\uC815",desc:"\uACE0\uC815\uB41C \uB178\uD2B8\uB294 \uC790\uC2E0\uC758 \uD3F4\uB354\uC5D0\uC11C\uB9CC \uACE0\uC815\uB41C \uAC83\uC73C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4. \uD3F4\uB354 \uB178\uD2B8\uC774\uAC70\uB098 \uACE0\uC815\uB41C \uB178\uD2B8\uAC00 \uB9CE\uC744 \uB54C \uC720\uC6A9\uD569\uB2C8\uB2E4. \uD0DC\uADF8 \uB610\uB294 \uC18D\uC131 \uBCF4\uAE30\uC5D0\uB294 \uC601\uD5A5\uC744 \uC8FC\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},separateNoteCounts:{name:"\uD604\uC7AC\uC640 \uD558\uC704 \uD56D\uBAA9 \uC218\uB97C \uBCC4\uB3C4\uB85C \uD45C\uC2DC",desc:'\uD3F4\uB354\uC640 \uD0DC\uADF8\uC758 \uB178\uD2B8 \uC218\uB97C "\uD604\uC7AC \u25BE \uD558\uC704" \uD615\uC2DD\uC73C\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4.'},groupNotes:{name:"\uB178\uD2B8 \uADF8\uB8F9\uD654",desc:"\uB0A0\uC9DC \uB610\uB294 \uD3F4\uB354\uBCC4\uB85C \uADF8\uB8F9\uD654\uB41C \uB178\uD2B8 \uC0AC\uC774\uC5D0 \uBA38\uB9AC\uAE00\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uD3F4\uB354 \uADF8\uB8F9\uD654\uAC00 \uD65C\uC131\uD654\uB418\uBA74 \uD0DC\uADF8 \uBCF4\uAE30\uB294 \uB0A0\uC9DC \uADF8\uB8F9\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4.",options:{none:"\uADF8\uB8F9\uD654 \uC548 \uD568",date:"\uB0A0\uC9DC\uBCC4 \uADF8\uB8F9",folder:"\uD3F4\uB354\uBCC4 \uADF8\uB8F9"}},showSelectedNavigationPills:{name:"\uD0DC\uADF8 \uBC0F \uC18D\uC131 \uD544\uC744 \uD56D\uC0C1 \uD45C\uC2DC",desc:'\uBE44\uD65C\uC131\uD654\uD558\uBA74 \uD604\uC7AC \uD0D0\uC0C9 \uC120\uD0DD\uACFC \uC77C\uCE58\uD558\uB294 \uD544\uC774 \uC228\uACA8\uC9D1\uB2C8\uB2E4(\uC608: "\uB808\uC2DC\uD53C" \uD0DC\uADF8\uB97C \uD0D0\uC0C9\uD560 \uB54C "\uB808\uC2DC\uD53C" \uD0DC\uADF8 \uD544\uC774 \uC228\uACA8\uC9D0). \uD65C\uC131\uD654\uD558\uBA74 \uBAA8\uB4E0 \uD544\uC774 \uD56D\uC0C1 \uD45C\uC2DC\uB429\uB2C8\uB2E4.'},showPinnedGroupHeader:{name:"\uACE0\uC815 \uADF8\uB8F9 \uD5E4\uB354 \uD45C\uC2DC",desc:"\uACE0\uC815\uB41C \uB178\uD2B8 \uC704\uC5D0 \uC139\uC158 \uD5E4\uB354\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showPinnedIcon:{name:"\uACE0\uC815 \uC544\uC774\uCF58 \uD45C\uC2DC",desc:"\uACE0\uC815 \uC139\uC158 \uD5E4\uB354 \uC606\uC5D0 \uC544\uC774\uCF58\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},defaultListMode:{name:"\uAE30\uBCF8 \uBAA9\uB85D \uBAA8\uB4DC",desc:"\uAE30\uBCF8 \uBAA9\uB85D \uB808\uC774\uC544\uC6C3\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4. \uD45C\uC900\uC740 \uC81C\uBAA9, \uB0A0\uC9DC, \uC124\uBA85, \uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uCEF4\uD329\uD2B8\uB294 \uC81C\uBAA9\uB9CC \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uC678\uD615\uC740 \uD3F4\uB354\uBCC4\uB85C \uB36E\uC5B4\uC4F8 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",options:{standard:"\uD45C\uC900",compact:"\uCEF4\uD329\uD2B8"}},showFileIcons:{name:"\uD30C\uC77C \uC544\uC774\uCF58 \uD45C\uC2DC",desc:"\uD30C\uC77C \uC544\uC774\uCF58\uC744 \uC67C\uCABD \uC815\uB82C \uAC04\uACA9\uACFC \uD568\uAED8 \uD45C\uC2DC. \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC544\uC774\uCF58\uACFC \uB4E4\uC5EC\uC4F0\uAE30\uAC00 \uBAA8\uB450 \uC81C\uAC70\uB429\uB2C8\uB2E4. \uC6B0\uC120\uC21C\uC704: \uBBF8\uC644\uB8CC \uC791\uC5C5 \uC544\uC774\uCF58 > \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC544\uC774\uCF58 > \uD30C\uC77C \uC774\uB984 \uC544\uC774\uCF58 > \uD30C\uC77C \uC720\uD615 \uC544\uC774\uCF58 > \uAE30\uBCF8\uAC12 \uC544\uC774\uCF58."},showFileIconUnfinishedTask:{name:"\uBBF8\uC644\uB8CC \uC791\uC5C5 \uC544\uC774\uCF58",desc:"\uB178\uD2B8\uC5D0 \uBBF8\uC644\uB8CC \uC791\uC5C5\uC774 \uC788\uC744 \uB54C \uC791\uC5C5 \uC544\uC774\uCF58\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showFileBackgroundUnfinishedTask:{name:"\uBBF8\uC644\uB8CC \uC791\uC5C5 \uBC30\uACBD",desc:"\uB178\uD2B8\uC5D0 \uBBF8\uC644\uB8CC \uC791\uC5C5\uC774 \uC788\uC744 \uB54C \uBC30\uACBD\uC0C9\uC744 \uC801\uC6A9\uD569\uB2C8\uB2E4."},unfinishedTaskBackgroundColor:{name:"\uBC30\uACBD\uC0C9",desc:"\uB178\uD2B8\uC5D0 \uBBF8\uC644\uB8CC \uC791\uC5C5\uC774 \uC788\uC744 \uB54C \uC0AC\uC6A9\uD560 \uBC30\uACBD\uC0C9\uC744 \uC124\uC815\uD569\uB2C8\uB2E4."},showFilenameMatchIcons:{name:"\uD30C\uC77C \uC774\uB984\uC73C\uB85C \uC544\uC774\uCF58 \uC124\uC815",desc:"\uD30C\uC77C \uC774\uB984\uC758 \uD14D\uC2A4\uD2B8\uB97C \uAE30\uBC18\uC73C\uB85C \uC544\uC774\uCF58\uC744 \uC9C0\uC815\uD569\uB2C8\uB2E4."},fileNameIconMap:{name:"\uD30C\uC77C \uC774\uB984 \uC544\uC774\uCF58 \uB9F5",desc:"\uD14D\uC2A4\uD2B8\uB97C \uD3EC\uD568\uD558\uB294 \uD30C\uC77C\uC5D0 \uC9C0\uC815\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC904\uB2F9 \uD558\uB098\uC758 \uB9E4\uD551: \uD14D\uC2A4\uD2B8=\uC544\uC774\uCF58",placeholder:`# \uD14D\uC2A4\uD2B8=\uC544\uC774\uCF58 +\uD68C\uC758=LiCalendar +\uCCAD\uAD6C\uC11C=PhReceipt`,editTooltip:"\uB9E4\uD551 \uD3B8\uC9D1"},showCategoryIcons:{name:"\uD30C\uC77C \uC720\uD615\uC73C\uB85C \uC544\uC774\uCF58 \uC124\uC815",desc:"\uD30C\uC77C \uD655\uC7A5\uC790\uB97C \uAE30\uBC18\uC73C\uB85C \uC544\uC774\uCF58\uC744 \uC9C0\uC815\uD569\uB2C8\uB2E4."},fileTypeIconMap:{name:"\uD30C\uC77C \uC720\uD615 \uC544\uC774\uCF58 \uB9F5",desc:"\uD655\uC7A5\uC790\uAC00 \uC788\uB294 \uD30C\uC77C\uC5D0 \uC9C0\uC815\uB41C \uC544\uC774\uCF58\uC774 \uC801\uC6A9\uB429\uB2C8\uB2E4. \uC904\uB2F9 \uD558\uB098\uC758 \uB9E4\uD551: \uD655\uC7A5\uC790=\uC544\uC774\uCF58",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\uB9E4\uD551 \uD3B8\uC9D1"},optimizeNoteHeight:{name:"\uAC00\uBCC0 \uB178\uD2B8 \uB192\uC774",desc:"\uACE0\uC815\uB41C \uB178\uD2B8\uC640 \uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uAC00 \uC5C6\uB294 \uB178\uD2B8\uC5D0 \uCEF4\uD329\uD2B8\uD55C \uB192\uC774\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4."},compactItemHeight:{name:"\uC2AC\uB9BC \uD56D\uBAA9 \uB192\uC774",desc:"\uB370\uC2A4\uD06C\uD1B1\uACFC \uBAA8\uBC14\uC77C\uC5D0\uC11C \uC2AC\uB9BC \uBAA9\uB85D \uD56D\uBAA9 \uB192\uC774\uB97C \uC124\uC815\uD569\uB2C8\uB2E4.",resetTooltip:"\uAE30\uBCF8\uAC12\uC73C\uB85C \uBCF5\uC6D0 (28px)"},compactItemHeightScaleText:{name:"\uC2AC\uB9BC \uD56D\uBAA9 \uB192\uC774\uC5D0 \uB9DE\uCDB0 \uD14D\uC2A4\uD2B8 \uD06C\uAE30 \uC870\uC815",desc:"\uD56D\uBAA9 \uB192\uC774\uB97C \uC904\uC774\uBA74 \uC2AC\uB9BC \uBAA9\uB85D \uD14D\uC2A4\uD2B8 \uD06C\uAE30\uB97C \uC870\uC815\uD569\uB2C8\uB2E4."},showParentFolder:{name:"\uC0C1\uC704 \uD3F4\uB354 \uD45C\uC2DC",desc:"\uD558\uC704 \uD3F4\uB354\uB098 \uD0DC\uADF8\uC758 \uB178\uD2B8\uC5D0 \uC0C1\uC704 \uD3F4\uB354 \uC774\uB984\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},parentFolderClickRevealsFile:{name:"\uC0C1\uC704 \uD3F4\uB354 \uD074\uB9AD \uC2DC \uD3F4\uB354 \uC5F4\uAE30",desc:"\uC0C1\uC704 \uD3F4\uB354 \uB808\uC774\uBE14\uC744 \uD074\uB9AD\uD558\uBA74 \uBAA9\uB85D \uCC3D\uC5D0\uC11C \uD3F4\uB354\uB97C \uC5FD\uB2C8\uB2E4."},showParentFolderColor:{name:"\uC0C1\uC704 \uD3F4\uB354 \uC0C9\uC0C1 \uD45C\uC2DC",desc:"\uC0C1\uC704 \uD3F4\uB354 \uB808\uC774\uBE14\uC5D0 \uD3F4\uB354 \uC0C9\uC0C1\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4."},showParentFolderIcon:{name:"\uC0C1\uC704 \uD3F4\uB354 \uC544\uC774\uCF58 \uD45C\uC2DC",desc:"\uC0C1\uC704 \uD3F4\uB354 \uB808\uC774\uBE14 \uC606\uC5D0 \uD3F4\uB354 \uC544\uC774\uCF58\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showQuickActions:{name:"\uBE60\uB978 \uC791\uC5C5 \uD45C\uC2DC",desc:"\uD30C\uC77C \uC704\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uC62C\uB9AC\uBA74 \uC791\uC5C5 \uBC84\uD2BC\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uBC84\uD2BC \uCEE8\uD2B8\uB864\uB85C \uD45C\uC2DC\uD560 \uC791\uC5C5\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4."},dualPane:{name:"\uC774\uC911 \uCC3D \uB808\uC774\uC544\uC6C3",desc:"\uB370\uC2A4\uD06C\uD1B1\uC5D0\uC11C \uD0D0\uC0C9 \uCC3D\uACFC \uBAA9\uB85D \uCC3D\uC744 \uB098\uB780\uD788 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},dualPaneOrientation:{name:"\uB4C0\uC5BC \uCC3D \uBC29\uD5A5",desc:"\uB4C0\uC5BC \uCC3D\uC774 \uD65C\uC131\uD654\uB41C \uACBD\uC6B0 \uAC00\uB85C \uB610\uB294 \uC138\uB85C \uB808\uC774\uC544\uC6C3\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{horizontal:"\uAC00\uB85C \uBD84\uD560",vertical:"\uC138\uB85C \uBD84\uD560"}},appearanceBackground:{name:"\uBC30\uACBD\uC0C9",desc:"\uD0D0\uC0C9 \uBC0F \uBAA9\uB85D \uD328\uB110\uC758 \uBC30\uACBD\uC0C9\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{separate:"\uBD84\uB9AC\uB41C \uBC30\uACBD",primary:"\uBAA9\uB85D \uBC30\uACBD \uC0AC\uC6A9",secondary:"\uD0D0\uC0C9 \uBC30\uACBD \uC0AC\uC6A9"}},appearanceScale:{name:"\uD655\uB300 \uC218\uC900",desc:"Notebook Navigator\uC758 \uC804\uCCB4 \uD655\uB300 \uC218\uC900\uC744 \uC81C\uC5B4\uD569\uB2C8\uB2E4."},useFloatingToolbars:{name:"iOS/iPadOS\uC5D0\uC11C \uD50C\uB85C\uD305 \uD234\uBC14 \uC0AC\uC6A9",desc:"Obsidian 1.11 \uC774\uC0C1\uC5D0 \uC801\uC6A9\uB429\uB2C8\uB2E4."},startView:{name:"\uAE30\uBCF8 \uC2DC\uC791 \uBCF4\uAE30",desc:"Notebook Navigator\uB97C \uC5F4 \uB54C \uD45C\uC2DC\uD560 \uCC3D\uC744 \uC120\uD0DD\uD558\uC138\uC694. \uD0D0\uC0C9 \uCC3D\uC740 \uBC14\uB85C\uAC00\uAE30, \uCD5C\uADFC \uD30C\uC77C, \uD3F4\uB354 \uAD6C\uC870\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uBAA9\uB85D \uCC3D\uC740 \uD30C\uC77C \uBAA9\uB85D\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",options:{navigation:"\uD0D0\uC0C9 \uCC3D",files:"\uBAA9\uB85D \uCC3D"}},toolbarButtons:{name:"\uB3C4\uAD6C \uBAA8\uC74C \uBC84\uD2BC",desc:"\uB3C4\uAD6C \uBAA8\uC74C\uC5D0 \uD45C\uC2DC\uD560 \uBC84\uD2BC\uC744 \uC120\uD0DD\uD558\uC138\uC694. \uC228\uACA8\uC9C4 \uBC84\uD2BC\uC740 \uBA85\uB839\uACFC \uBA54\uB274\uB97C \uD1B5\uD574 \uACC4\uC18D \uC0AC\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",navigationLabel:"\uD0D0\uC0C9 \uB3C4\uAD6C \uBAA8\uC74C",listLabel:"\uBAA9\uB85D \uB3C4\uAD6C \uBAA8\uC74C"},createNewNotesInNewTab:{name:"\uC0C8 \uB178\uD2B8\uB97C \uC0C8 \uD0ED\uC5D0\uC11C \uC5F4\uAE30",desc:"\uD65C\uC131\uD654\uD558\uBA74 \uC0C8 \uB178\uD2B8 \uB9CC\uB4E4\uAE30 \uBA85\uB839\uC774 \uC0C8 \uD0ED\uC5D0\uC11C \uB178\uD2B8\uB97C \uC5FD\uB2C8\uB2E4. \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uB178\uD2B8\uAC00 \uD604\uC7AC \uD0ED\uC744 \uB300\uCCB4\uD569\uB2C8\uB2E4."},autoRevealActiveNote:{name:"\uD65C\uC131 \uB178\uD2B8 \uC790\uB3D9 \uD45C\uC2DC",desc:"\uBE60\uB978 \uC804\uD658\uAE30, \uB9C1\uD06C \uB610\uB294 \uAC80\uC0C9\uC5D0\uC11C \uC5F4 \uB54C \uB178\uD2B8\uB97C \uC790\uB3D9\uC73C\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},autoRevealShortestPath:{name:"\uCD5C\uB2E8 \uACBD\uB85C \uC0AC\uC6A9",desc:"\uD65C\uC131\uD654: \uC790\uB3D9 \uD45C\uC2DC\uAC00 \uAC00\uC7A5 \uAC00\uAE4C\uC6B4 \uBCF4\uC774\uB294 \uC0C1\uC704 \uD3F4\uB354 \uB610\uB294 \uD0DC\uADF8\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4. \uBE44\uD65C\uC131\uD654: \uC790\uB3D9 \uD45C\uC2DC\uAC00 \uD30C\uC77C\uC758 \uC2E4\uC81C \uD3F4\uB354\uC640 \uC815\uD655\uD55C \uD0DC\uADF8\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4."},autoRevealIgnoreRightSidebar:{name:"\uC624\uB978\uCABD \uC0AC\uC774\uB4DC\uBC14\uC758 \uC774\uBCA4\uD2B8 \uBB34\uC2DC",desc:"\uC624\uB978\uCABD \uC0AC\uC774\uB4DC\uBC14\uC5D0\uC11C \uD074\uB9AD\uD558\uAC70\uB098 \uB178\uD2B8\uB97C \uBCC0\uACBD\uD560 \uB54C \uD65C\uC131 \uB178\uD2B8\uB97C \uBCC0\uACBD\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},autoRevealIgnoreOtherWindows:{name:"\uB2E4\uB978 \uCC3D\uC758 \uC774\uBCA4\uD2B8 \uBB34\uC2DC",desc:"\uB2E4\uB978 \uCC3D\uC5D0\uC11C \uB178\uD2B8\uB97C \uC791\uC5C5\uD560 \uB54C \uD65C\uC131 \uB178\uD2B8\uB97C \uBCC0\uACBD\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},paneTransitionDuration:{name:"\uB2E8\uC77C \uCC3D \uC560\uB2C8\uBA54\uC774\uC158",desc:"\uB2E8\uC77C \uCC3D \uBAA8\uB4DC\uC5D0\uC11C \uCC3D \uC804\uD658 \uC2DC \uD2B8\uB79C\uC9C0\uC158 \uC2DC\uAC04 (\uBC00\uB9AC\uCD08).",resetTooltip:"\uAE30\uBCF8\uAC12\uC73C\uB85C \uC7AC\uC124\uC815"},autoSelectFirstFileOnFocusChange:{name:"\uCCAB \uBC88\uC9F8 \uB178\uD2B8 \uC790\uB3D9 \uC120\uD0DD",desc:"\uD3F4\uB354\uB098 \uD0DC\uADF8\uB97C \uC804\uD658\uD560 \uB54C \uCCAB \uBC88\uC9F8 \uB178\uD2B8\uB97C \uC790\uB3D9\uC73C\uB85C \uC5FD\uB2C8\uB2E4."},skipAutoScroll:{name:"\uBC14\uB85C\uAC00\uAE30 \uC790\uB3D9 \uC2A4\uD06C\uB864 \uBE44\uD65C\uC131\uD654",desc:"\uBC14\uB85C\uAC00\uAE30 \uB0B4 \uD56D\uBAA9\uC744 \uD074\uB9AD\uD560 \uB54C \uD0D0\uC0C9 \uD328\uB110\uC744 \uC2A4\uD06C\uB864\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},autoExpandNavItems:{name:"\uC120\uD0DD \uC2DC \uD655\uC7A5",desc:"\uC120\uD0DD \uC2DC \uD3F4\uB354\uC640 \uD0DC\uADF8\uB97C \uD655\uC7A5\uD569\uB2C8\uB2E4. \uB2E8\uC77C \uCC3D \uBAA8\uB4DC\uC5D0\uC11C\uB294 \uCCAB \uBC88\uC9F8 \uC120\uD0DD\uC774 \uD655\uC7A5\uD558\uACE0 \uB450 \uBC88\uC9F8 \uC120\uD0DD\uC774 \uD30C\uC77C\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},springLoadedFolders:{name:"\uB4DC\uB798\uADF8 \uC911 \uD655\uC7A5",desc:"\uB4DC\uB798\uADF8 \uC791\uC5C5 \uC911\uC5D0 \uB9C8\uC6B0\uC2A4\uB97C \uC62C\uB9AC\uBA74 \uD3F4\uB354\uC640 \uD0DC\uADF8\uB97C \uD655\uC7A5\uD569\uB2C8\uB2E4."},springLoadedFoldersInitialDelay:{name:"\uCCAB \uD655\uC7A5 \uC9C0\uC5F0",desc:"\uB4DC\uB798\uADF8 \uC791\uC5C5 \uC911 \uCCAB \uBC88\uC9F8 \uD3F4\uB354 \uB610\uB294 \uD0DC\uADF8\uAC00 \uD655\uC7A5\uB418\uAE30 \uC804 \uC9C0\uC5F0(\uCD08)."},springLoadedFoldersSubsequentDelay:{name:"\uD6C4\uC18D \uD655\uC7A5 \uC9C0\uC5F0",desc:"\uAC19\uC740 \uB4DC\uB798\uADF8 \uC791\uC5C5 \uC911 \uCD94\uAC00 \uD3F4\uB354 \uB610\uB294 \uD0DC\uADF8\uAC00 \uD655\uC7A5\uB418\uAE30 \uC804 \uC9C0\uC5F0(\uCD08)."},navigationBanner:{name:"\uD0D0\uC0C9 \uBC30\uB108 (\uC800\uC7A5\uC18C \uD504\uB85C\uD544)",desc:"\uD0D0\uC0C9 \uCC3D \uC0C1\uB2E8\uC5D0 \uC774\uBBF8\uC9C0\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uC120\uD0DD\uD55C \uC800\uC7A5\uC18C \uD504\uB85C\uD544\uC5D0 \uB530\uB77C \uBCC0\uACBD\uB429\uB2C8\uB2E4.",current:"\uD604\uC7AC \uBC30\uB108: {path}",chooseButton:"\uC774\uBBF8\uC9C0 \uC120\uD0DD"},pinNavigationBanner:{name:"\uBC30\uB108 \uACE0\uC815",desc:"\uD0D0\uC0C9 \uBC30\uB108\uB97C \uD0D0\uC0C9 \uD2B8\uB9AC \uC704\uC5D0 \uACE0\uC815\uD569\uB2C8\uB2E4."},showShortcuts:{name:"\uBC14\uB85C\uAC00\uAE30 \uD45C\uC2DC",desc:"\uD0D0\uC0C9 \uCC3D\uC5D0 \uBC14\uB85C\uAC00\uAE30 \uC139\uC158\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},shortcutBadgeDisplay:{name:"\uBC14\uB85C\uAC00\uAE30 \uBC30\uC9C0",desc:"\uBC14\uB85C\uAC00\uAE30 \uC606\uC5D0 \uD45C\uC2DC\uD560 \uB0B4\uC6A9. '\uBC14\uB85C\uAC00\uAE30 1-9 \uC5F4\uAE30' \uBA85\uB839\uC73C\uB85C \uBC14\uB85C\uAC00\uAE30\uB97C \uC9C1\uC811 \uC5F4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",options:{index:"\uC704\uCE58 (1-9)",count:"\uD56D\uBAA9 \uC218",none:"\uC5C6\uC74C"}},showRecentNotes:{name:"\uCD5C\uADFC \uD30C\uC77C \uD45C\uC2DC",desc:"\uD0D0\uC0C9 \uCC3D\uC5D0 \uCD5C\uADFC \uD30C\uC77C \uC139\uC158\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},hideRecentNotes:{name:"\uD30C\uC77C \uC720\uD615 \uC228\uAE30\uAE30",desc:"\uCD5C\uADFC \uD30C\uC77C \uC139\uC158\uC5D0\uC11C \uC228\uAE38 \uD30C\uC77C \uC720\uD615\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{none:"\uC5C6\uC74C",folderNotes:"\uD3F4\uB354 \uB178\uD2B8"}},recentNotesCount:{name:"\uCD5C\uADFC \uD30C\uC77C \uC218",desc:"\uD45C\uC2DC\uD560 \uCD5C\uADFC \uD30C\uC77C\uC758 \uC218\uC785\uB2C8\uB2E4."},pinRecentNotesWithShortcuts:{name:"\uBC14\uB85C\uAC00\uAE30\uC640 \uD568\uAED8 \uCD5C\uADFC \uD30C\uC77C \uACE0\uC815",desc:"\uBC14\uB85C\uAC00\uAE30\uB97C \uACE0\uC815\uD560 \uB54C \uCD5C\uADFC \uD30C\uC77C\uC744 \uD3EC\uD568\uD569\uB2C8\uB2E4."},calendarEnabled:{name:"\uCE98\uB9B0\uB354 \uD65C\uC131\uD654",desc:"Notebook Navigator\uC758 \uCE98\uB9B0\uB354 \uAE30\uB2A5\uC744 \uD65C\uC131\uD654\uD569\uB2C8\uB2E4."},calendarPlacement:{name:"\uCE98\uB9B0\uB354 \uC704\uCE58",desc:"\uC67C\uCABD \uB610\uB294 \uC624\uB978\uCABD \uC0AC\uC774\uB4DC\uBC14\uC5D0 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",options:{leftSidebar:"\uC67C\uCABD \uC0AC\uC774\uB4DC\uBC14",rightSidebar:"\uC624\uB978\uCABD \uC0AC\uC774\uB4DC\uBC14"}},calendarLeftPlacement:{name:"\uB2E8\uC77C \uCC3D \uBC30\uCE58",desc:"\uB2E8\uC77C \uCC3D \uBAA8\uB4DC\uC5D0\uC11C \uCE98\uB9B0\uB354\uAC00 \uD45C\uC2DC\uB418\uB294 \uC704\uCE58\uC785\uB2C8\uB2E4.",options:{navigationPane:"\uD0D0\uC0C9 \uCC3D",below:"\uCC3D \uC544\uB798"}},calendarLocale:{name:"\uC9C0\uC5ED",desc:"\uC8FC \uBC88\uD638\uC640 \uD55C \uC8FC\uC758 \uCCAB \uBC88\uC9F8 \uC694\uC77C\uC744 \uC81C\uC5B4\uD569\uB2C8\uB2E4.",incompatibleWeekPatternWarning:'\uC8FC\uAC04 \uB178\uD2B8 \uD328\uD134\uC774 ISO \uC8FC \uD1A0\uD070("W" \uB610\uB294 "G")\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uCE98\uB9B0\uB354\uB294 \uC774 \uC9C0\uC5ED\uC758 \uC2DC\uC791 \uC694\uC77C \uB300\uC2E0 \uC6D4\uC694\uC77C\uBD80\uD130 \uC2DC\uC791\uD558\uB294 \uC8FC\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4.',options:{systemDefault:"\uAE30\uBCF8\uAC12"}},calendarWeekendDays:{name:"\uC8FC\uB9D0",desc:"\uC8FC\uB9D0\uC744 \uB2E4\uB978 \uBC30\uACBD\uC0C9\uC73C\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4.",options:{none:"\uC5C6\uC74C",satSun:"\uD1A0\uC694\uC77C\uACFC \uC77C\uC694\uC77C",friSat:"\uAE08\uC694\uC77C\uACFC \uD1A0\uC694\uC77C",thuFri:"\uBAA9\uC694\uC77C\uACFC \uAE08\uC694\uC77C"}},calendarMonthHeadingFormat:{name:"\uC6D4 \uC774\uB984 \uD615\uC2DD",desc:"\uC5F0\uB3C4 \uBCF4\uAE30\uAC00 \uC228\uACA8\uC838 \uC788\uC744 \uB54C \uC6D4 \uC774\uB984\uC744 \uC77C\uBC18 \uB610\uB294 \uC57D\uC5B4\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4.",options:{full:"1\uC6D4 (\uC804\uCCB4)",short:"1\uC6D4 (\uCD95\uC57D)"}},showInfoButtons:{name:"\uC815\uBCF4 \uBC84\uD2BC \uD45C\uC2DC",desc:"\uAC80\uC0C9 \uBC14\uC640 \uCE98\uB9B0\uB354 \uD5E4\uB354\uC5D0 \uC815\uBCF4 \uBC84\uD2BC\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},calendarWeeksToShow:{name:"\uC67C\uCABD \uC0AC\uC774\uB4DC\uBC14\uC5D0 \uD45C\uC2DC\uD560 \uC8FC",desc:"\uC624\uB978\uCABD \uC0AC\uC774\uB4DC\uBC14\uC758 \uCE98\uB9B0\uB354\uB294 \uD56D\uC0C1 \uC804\uCCB4 \uC6D4\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",options:{fullMonth:"\uC804\uCCB4 \uC6D4",oneWeek:"1\uC8FC",weeksCount:"{count}\uC8FC"}},calendarHighlightToday:{name:"\uC624\uB298 \uB0A0\uC9DC \uAC15\uC870 \uD45C\uC2DC",desc:"\uC624\uB298 \uB0A0\uC9DC\uB97C \uBC30\uACBD\uC0C9\uACFC \uAD75\uC740 \uD14D\uC2A4\uD2B8\uB85C \uAC15\uC870 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},calendarShowFeatureImage:{name:"\uB300\uD45C \uC774\uBBF8\uC9C0 \uD45C\uC2DC",desc:"\uCE98\uB9B0\uB354\uC5D0\uC11C \uB178\uD2B8\uC758 \uB300\uD45C \uC774\uBBF8\uC9C0\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},calendarShowWeekNumber:{name:"\uC8FC \uBC88\uD638 \uD45C\uC2DC",desc:"\uC8FC \uBC88\uD638 \uC5F4\uC744 \uCD94\uAC00\uD569\uB2C8\uB2E4."},calendarShowQuarter:{name:"\uBD84\uAE30 \uD45C\uC2DC",desc:"\uCE98\uB9B0\uB354 \uD5E4\uB354\uC5D0 \uBD84\uAE30 \uB808\uC774\uBE14\uC744 \uCD94\uAC00\uD569\uB2C8\uB2E4."},calendarShowYearCalendar:{name:"\uC5F0\uAC04 \uCE98\uB9B0\uB354 \uD45C\uC2DC",desc:"\uC624\uB978\uCABD \uC0AC\uC774\uB4DC\uBC14\uC5D0 \uC5F0\uB3C4 \uD0D0\uC0C9 \uBC0F \uC6D4 \uADF8\uB9AC\uB4DC\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},calendarConfirmBeforeCreate:{name:"\uC0DD\uC131 \uC804 \uD655\uC778",desc:"\uC0C8 \uB370\uC77C\uB9AC \uB178\uD2B8\uB97C \uC0DD\uC131\uD560 \uB54C \uD655\uC778 \uB300\uD654 \uC0C1\uC790\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},calendarIntegrationMode:{name:"\uB370\uC77C\uB9AC \uB178\uD2B8 \uC18C\uC2A4",desc:"\uCE98\uB9B0\uB354 \uB178\uD2B8 \uC18C\uC2A4.",options:{dailyNotes:"\uB370\uC77C\uB9AC \uB178\uD2B8(\uCF54\uC5B4 \uD50C\uB7EC\uADF8\uC778)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\uD3F4\uB354 \uBC0F \uB0A0\uC9DC \uD615\uC2DD\uC740 \uB370\uC77C\uB9AC \uB178\uD2B8 \uCF54\uC5B4 \uD50C\uB7EC\uADF8\uC778\uC5D0\uC11C \uC124\uC815\uB429\uB2C8\uB2E4."}},calendarCustomRootFolder:{name:"\uB8E8\uD2B8 \uD3F4\uB354",desc:"\uC815\uAE30 \uB178\uD2B8\uC758 \uAE30\uBCF8 \uD3F4\uB354. \uB0A0\uC9DC \uD328\uD134\uC5D0 \uD558\uC704 \uD3F4\uB354\uB97C \uD3EC\uD568\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uC120\uD0DD\uD55C \uBCF4\uAD00\uC18C \uD504\uB85C\uD544\uC5D0 \uB530\uB77C \uBCC0\uACBD\uB429\uB2C8\uB2E4.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\uD15C\uD50C\uB9BF \uD3F4\uB354 \uC704\uCE58",desc:"\uD15C\uD50C\uB9BF \uD30C\uC77C \uC120\uD0DD\uAE30\uAC00 \uC774 \uD3F4\uB354\uC758 \uB178\uD2B8\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4.",placeholder:"Templates"},calendarCustomFilePattern:{name:"\uC77C\uC77C \uB178\uD2B8",desc:"Moment \uB0A0\uC9DC \uD615\uC2DD\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACBD\uB85C \uC9C0\uC815. \uD558\uC704 \uD3F4\uB354 \uC774\uB984\uC740 \uB300\uAD04\uD638\uB85C \uAC10\uC2F8\uC138\uC694, \uC608: [Work]/YYYY. \uD15C\uD50C\uB9BF \uC544\uC774\uCF58\uC744 \uD074\uB9AD\uD558\uC5EC \uD15C\uD50C\uB9BF\uC744 \uC124\uC815\uD558\uC138\uC694. \uD15C\uD50C\uB9BF \uD3F4\uB354 \uC704\uCE58\uB294 \uC77C\uBC18 > \uD15C\uD50C\uB9BF\uC5D0\uC11C \uC124\uC815\uD558\uC138\uC694.",momentDescPrefix:"",momentLinkText:"Moment \uB0A0\uC9DC \uD615\uC2DD",momentDescSuffix:"\uC744 \uC0AC\uC6A9\uD558\uC5EC \uACBD\uB85C \uC9C0\uC815. \uD558\uC704 \uD3F4\uB354 \uC774\uB984\uC740 \uB300\uAD04\uD638\uB85C \uAC10\uC2F8\uC138\uC694, \uC608: [Work]/YYYY. \uD15C\uD50C\uB9BF \uC544\uC774\uCF58\uC744 \uD074\uB9AD\uD558\uC5EC \uD15C\uD50C\uB9BF\uC744 \uC124\uC815\uD558\uC138\uC694. \uD15C\uD50C\uB9BF \uD3F4\uB354 \uC704\uCE58\uB294 \uC77C\uBC18 > \uD15C\uD50C\uB9BF\uC5D0\uC11C \uC124\uC815\uD558\uC138\uC694.",placeholder:"YYYY/YYYYMMDD",example:"\uD604\uC7AC \uAD6C\uBB38: {path}",parsingError:"\uD328\uD134\uC740 \uC804\uCCB4 \uB0A0\uC9DC(\uC5F0, \uC6D4, \uC77C)\uB85C \uD3EC\uB9F7\uB418\uACE0 \uB2E4\uC2DC \uD30C\uC2F1\uB420 \uC218 \uC788\uC5B4\uC57C \uD569\uB2C8\uB2E4."},calendarCustomWeekPattern:{name:"\uC8FC\uAC04 \uB178\uD2B8",parsingError:"\uD328\uD134\uC740 \uC804\uCCB4 \uC8FC(\uC8FC \uC5F0\uB3C4, \uC8FC \uBC88\uD638)\uB85C \uD3EC\uB9F7\uB418\uACE0 \uB2E4\uC2DC \uD30C\uC2F1\uB420 \uC218 \uC788\uC5B4\uC57C \uD569\uB2C8\uB2E4.",localeMismatchWarning:'\uC774 \uD328\uD134\uC740 ISO \uC8FC \uD1A0\uD070("W" \uB610\uB294 "G")\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4. \uCE98\uB9B0\uB354\uB294 \uC6D4\uC694\uC77C\uBD80\uD130 \uC2DC\uC791\uD558\uB294 \uC8FC\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uC8FC\uAC04 \uB178\uD2B8\uAC00 \uC120\uD0DD\uD55C \uC9C0\uC5ED \uC124\uC815\uC744 \uB530\uB974\uB824\uBA74 "w" \uB610\uB294 "g"\uB97C \uC0AC\uC6A9\uD558\uC138\uC694.'},calendarCustomMonthPattern:{name:"\uC6D4\uAC04 \uB178\uD2B8",parsingError:"\uD328\uD134\uC740 \uC804\uCCB4 \uC6D4(\uC5F0\uB3C4, \uC6D4)\uB85C \uD3EC\uB9F7\uB418\uACE0 \uB2E4\uC2DC \uD30C\uC2F1\uB420 \uC218 \uC788\uC5B4\uC57C \uD569\uB2C8\uB2E4."},calendarCustomQuarterPattern:{name:"\uBD84\uAE30\uBCC4 \uB178\uD2B8",parsingError:"\uD328\uD134\uC740 \uC804\uCCB4 \uBD84\uAE30(\uC5F0\uB3C4, \uBD84\uAE30)\uB85C \uD3EC\uB9F7\uB418\uACE0 \uB2E4\uC2DC \uD30C\uC2F1\uB420 \uC218 \uC788\uC5B4\uC57C \uD569\uB2C8\uB2E4."},calendarCustomYearPattern:{name:"\uC5F0\uAC04 \uB178\uD2B8",parsingError:"\uD328\uD134\uC740 \uC804\uCCB4 \uC5F0\uB3C4(\uC5F0\uB3C4)\uB85C \uD3EC\uB9F7\uB418\uACE0 \uB2E4\uC2DC \uD30C\uC2F1\uB420 \uC218 \uC788\uC5B4\uC57C \uD569\uB2C8\uB2E4."},calendarTemplateFile:{current:"\uD15C\uD50C\uB9BF \uD30C\uC77C: {name}"},showTooltips:{name:"\uB3C4\uAD6C \uC124\uBA85 \uD45C\uC2DC",desc:"\uB178\uD2B8\uC640 \uD3F4\uB354\uC5D0 \uB300\uD55C \uCD94\uAC00 \uC815\uBCF4\uAC00 \uC788\uB294 \uD638\uBC84 \uB3C4\uAD6C \uC124\uBA85\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showTooltipPath:{name:"\uACBD\uB85C \uD45C\uC2DC",desc:"\uB3C4\uAD6C \uC124\uBA85\uC5D0\uC11C \uB178\uD2B8 \uC774\uB984 \uC544\uB798\uC5D0 \uD3F4\uB354 \uACBD\uB85C\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},resetPaneSeparator:{name:"\uCC3D \uAD6C\uBD84\uC120 \uC704\uCE58 \uCD08\uAE30\uD654",desc:"\uD0D0\uC0C9 \uCC3D\uACFC \uBAA9\uB85D \uCC3D \uC0AC\uC774\uC758 \uB4DC\uB798\uADF8 \uAC00\uB2A5\uD55C \uAD6C\uBD84\uC120\uC744 \uAE30\uBCF8 \uC704\uCE58\uB85C \uCD08\uAE30\uD654\uD569\uB2C8\uB2E4.",buttonText:"\uAD6C\uBD84\uC120 \uCD08\uAE30\uD654",notice:"\uAD6C\uBD84\uC120 \uC704\uCE58\uAC00 \uCD08\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4. Obsidian\uC744 \uC7AC\uC2DC\uC791\uD558\uAC70\uB098 Notebook Navigator\uB97C \uB2E4\uC2DC \uC5F4\uC5B4 \uC801\uC6A9\uD558\uC138\uC694."},settingsTransfer:{name:"\uC124\uC815 \uAC00\uC838\uC624\uAE30 \uBC0F \uB0B4\uBCF4\uB0B4\uAE30",desc:"Notebook Navigator \uC124\uC815\uC744 JSON\uC73C\uB85C \uB0B4\uBCF4\uB0B4\uAC70\uB098 \uAC00\uC838\uC635\uB2C8\uB2E4. \uAC00\uC838\uC624\uAE30\uB294 \uBAA8\uB4E0 \uC124\uC815\uC744 \uB300\uCCB4\uD569\uB2C8\uB2E4.",importButtonText:"\uAC00\uC838\uC624\uAE30",exportButtonText:"\uB0B4\uBCF4\uB0B4\uAE30",import:{modalTitle:"\uC124\uC815 \uAC00\uC838\uC624\uAE30",fileButtonName:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",fileButtonDesc:"\uB514\uC2A4\uD06C\uC5D0\uC11C JSON \uD30C\uC77C\uC744 \uBD88\uB7EC\uC635\uB2C8\uB2E4.",fileButtonText:"\uD30C\uC77C\uC5D0\uC11C \uAC00\uC838\uC624\uAE30",editorName:"JSON",editorDesc:"\uC544\uB798\uC5D0 JSON\uC744 \uBD99\uC5EC\uB123\uAC70\uB098 \uD3B8\uC9D1\uD558\uC138\uC694. \uD3EC\uD568\uB418\uC9C0 \uC54A\uC740 \uC124\uC815\uC740 \uAE30\uBCF8\uAC12\uC73C\uB85C \uCD08\uAE30\uD654\uB429\uB2C8\uB2E4.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\uAC00\uC838\uC624\uAE30",successNotice:"\uC124\uC815\uC744 \uAC00\uC838\uC654\uC2B5\uB2C8\uB2E4.",errorNotice:"\uC124\uC815 \uAC00\uC838\uC624\uAE30\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4: {message}",fileReadError:"\uD30C\uC77C\uC744 \uC77D\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4: {message}"},export:{modalTitle:"\uC124\uC815 \uB0B4\uBCF4\uB0B4\uAE30",editorName:"JSON",editorDesc:"\uAE30\uBCF8\uAC12\uC5D0\uC11C \uBCC0\uACBD\uB41C \uC124\uC815\uB9CC \uD3EC\uD568\uB429\uB2C8\uB2E4.",placeholder:"{}",copyButtonText:"\uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC",downloadButtonText:"\uB2E4\uC6B4\uB85C\uB4DC",copyNotice:"\uC124\uC815\uC774 \uD074\uB9BD\uBCF4\uB4DC\uC5D0 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",downloadNotice:"\uC124\uC815\uC774 \uB0B4\uBCF4\uB0B4\uC84C\uC2B5\uB2C8\uB2E4.",downloadError:"\uC124\uC815 \uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4: {message}"}},resetAllSettings:{name:"\uBAA8\uB4E0 \uC124\uC815 \uCD08\uAE30\uD654",desc:"Notebook Navigator\uC758 \uBAA8\uB4E0 \uC124\uC815\uC744 \uAE30\uBCF8\uAC12\uC73C\uB85C \uCD08\uAE30\uD654\uD569\uB2C8\uB2E4.",buttonText:"\uBAA8\uB4E0 \uC124\uC815 \uCD08\uAE30\uD654",confirmTitle:"\uBAA8\uB4E0 \uC124\uC815\uC744 \uCD08\uAE30\uD654\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirmMessage:"Notebook Navigator\uC758 \uBAA8\uB4E0 \uC124\uC815\uC774 \uAE30\uBCF8\uAC12\uC73C\uB85C \uCD08\uAE30\uD654\uB429\uB2C8\uB2E4. \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",confirmButtonText:"\uBAA8\uB4E0 \uC124\uC815 \uCD08\uAE30\uD654",notice:"\uBAA8\uB4E0 \uC124\uC815\uC774 \uCD08\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4. Obsidian\uC744 \uC7AC\uC2DC\uC791\uD558\uAC70\uB098 Notebook Navigator\uB97C \uB2E4\uC2DC \uC5F4\uC5B4 \uC801\uC6A9\uD558\uC138\uC694.",error:"\uC124\uC815 \uCD08\uAE30\uD654\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4."},multiSelectModifier:{name:"\uB2E4\uC911 \uC120\uD0DD \uC218\uC815\uC790",desc:"\uB2E4\uC911 \uC120\uD0DD\uC744 \uC804\uD658\uD558\uB294 \uC218\uC815\uC790 \uD0A4\uB97C \uC120\uD0DD\uD558\uC138\uC694. Option/Alt\uB97C \uC120\uD0DD\uD558\uBA74 Cmd/Ctrl \uD074\uB9AD\uC774 \uC0C8 \uD0ED\uC5D0\uC11C \uB178\uD2B8\uB97C \uC5FD\uB2C8\uB2E4.",options:{cmdCtrl:"Cmd/Ctrl \uD074\uB9AD",optionAlt:"Option/Alt \uD074\uB9AD"}},enterToOpenFiles:{name:"Enter \uD0A4\uB85C \uD30C\uC77C \uC5F4\uAE30",desc:"\uBAA9\uB85D \uD0A4\uBCF4\uB4DC \uD0D0\uC0C9 \uC911 Enter \uD0A4\uB97C \uB204\uB97C \uB54C\uB9CC \uD30C\uC77C\uC744 \uC5FD\uB2C8\uB2E4."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Shift+Enter\uB97C \uB204\uB974\uBA74 \uC120\uD0DD\uD55C \uD30C\uC77C\uC744 \uC0C8 \uD0ED, \uBD84\uD560 \uB610\uB294 \uCC3D\uC5D0\uC11C \uC5FD\uB2C8\uB2E4."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Cmd+Enter\uB97C \uB204\uB974\uBA74 \uC120\uD0DD\uD55C \uD30C\uC77C\uC744 \uC0C8 \uD0ED, \uBD84\uD560 \uB610\uB294 \uCC3D\uC5D0\uC11C \uC5FD\uB2C8\uB2E4."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Ctrl+Enter\uB97C \uB204\uB974\uBA74 \uC120\uD0DD\uD55C \uD30C\uC77C\uC744 \uC0C8 \uD0ED, \uBD84\uD560 \uB610\uB294 \uCC3D\uC5D0\uC11C \uC5FD\uB2C8\uB2E4."},mouseBackForwardAction:{name:"\uB9C8\uC6B0\uC2A4 \uB4A4\uB85C/\uC55E\uC73C\uB85C \uBC84\uD2BC",desc:"\uB370\uC2A4\uD06C\uD1B1\uC5D0\uC11C \uB9C8\uC6B0\uC2A4 \uB4A4\uB85C/\uC55E\uC73C\uB85C \uBC84\uD2BC\uC758 \uB3D9\uC791.",options:{none:"\uC2DC\uC2A4\uD15C \uAE30\uBCF8\uAC12 \uC0AC\uC6A9",singlePaneSwitch:"\uD328\uB110 \uC804\uD658 (\uB2E8\uC77C \uD328\uB110)",history:"\uAE30\uB85D \uD0D0\uC0C9"}},fileVisibility:{name:"\uD30C\uC77C \uC720\uD615 \uD45C\uC2DC (\uBCFC\uD2B8 \uD504\uB85C\uD544)",desc:"\uB124\uBE44\uAC8C\uC774\uD130\uC5D0 \uD45C\uC2DC\uD560 \uD30C\uC77C \uC720\uD615\uC744 \uD544\uD130\uB9C1\uD569\uB2C8\uB2E4. Obsidian\uC5D0\uC11C \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uB294 \uD30C\uC77C \uC720\uD615\uC740 \uC678\uBD80 \uC751\uC6A9 \uD504\uB85C\uADF8\uB7A8\uC5D0\uC11C \uC5F4\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",options:{documents:"\uBB38\uC11C (.md, .canvas, .base)",supported:"\uC9C0\uC6D0\uB428 (Obsidian\uC5D0\uC11C \uC5F4\uB9BC)",all:"\uBAA8\uB450 (\uC678\uBD80\uC5D0\uC11C \uC5F4\uB9B4 \uC218 \uC788\uC74C)"}},homepage:{name:"\uD648\uD398\uC774\uC9C0",desc:"\uC2DC\uC791 \uC2DC \uC790\uB3D9\uC73C\uB85C \uC5F4 \uB300\uC0C1\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",current:"\uD604\uC7AC: {path}",chooseButton:"\uD30C\uC77C \uC120\uD0DD",options:{none:"\uC5C6\uC74C",file:"\uD30C\uC77C",dailyNote:"\uC77C\uAC04 \uB178\uD2B8",weeklyNote:"\uC8FC\uAC04 \uB178\uD2B8",monthlyNote:"\uC6D4\uAC04 \uB178\uD2B8",quarterlyNote:"\uBD84\uAE30 \uB178\uD2B8"},file:{name:"\uC2DC\uC791 \uD30C\uC77C",empty:"\uC120\uD0DD\uB41C \uD30C\uC77C \uC5C6\uC74C"}},excludedNotes:{name:"\uC18D\uC131 \uADDC\uCE59\uC73C\uB85C \uB178\uD2B8 \uC228\uAE30\uAE30 (\uBCFC\uD2B8 \uD504\uB85C\uD544)",desc:"\uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C frontmatter \uADDC\uCE59 \uBAA9\uB85D\uC785\uB2C8\uB2E4. `key` \uB610\uB294 `key=value` \uD56D\uBAA9\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4 (\uC608: status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\uD30C\uC77C \uC228\uAE30\uAE30 (\uBCFC\uD2B8 \uD504\uB85C\uD544)",desc:"\uC228\uAE38 \uD30C\uC77C \uC774\uB984 \uD328\uD134\uC758 \uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C \uBAA9\uB85D\uC785\uB2C8\uB2E4. * \uC640\uC77C\uB4DC\uCE74\uB4DC\uC640 / \uACBD\uB85C\uB97C \uC9C0\uC6D0\uD569\uB2C8\uB2E4 (\uC608: temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\uBCF4\uAD00\uC18C \uD504\uB85C\uD544",desc:"\uD504\uB85C\uD544\uC740 \uD30C\uC77C \uC720\uD615 \uAC00\uC2DC\uC131, \uC228\uACA8\uC9C4 \uD30C\uC77C, \uC228\uACA8\uC9C4 \uD3F4\uB354, \uC228\uACA8\uC9C4 \uD0DC\uADF8, \uC228\uACA8\uC9C4 \uB178\uD2B8, \uBC14\uB85C\uAC00\uAE30, \uD0D0\uC0C9 \uBC30\uB108\uB97C \uC800\uC7A5\uD569\uB2C8\uB2E4. \uD0D0\uC0C9 \uCC3D \uD5E4\uB354\uC5D0\uC11C \uD504\uB85C\uD544\uC744 \uC804\uD658\uD569\uB2C8\uB2E4.",defaultName:"\uAE30\uBCF8",addButton:"\uD504\uB85C\uD544 \uCD94\uAC00",editProfilesButton:"\uD504\uB85C\uD544 \uD3B8\uC9D1",addProfileOption:"\uD504\uB85C\uD544 \uCD94\uAC00...",applyButton:"\uC801\uC6A9",deleteButton:"\uD504\uB85C\uD544 \uC0AD\uC81C",addModalTitle:"\uD504\uB85C\uD544 \uCD94\uAC00",editProfilesModalTitle:"\uD504\uB85C\uD544 \uD3B8\uC9D1",addModalPlaceholder:"\uD504\uB85C\uD544 \uC774\uB984",deleteModalTitle:"{name} \uC0AD\uC81C",deleteModalMessage:"{name}\uC744(\uB97C) \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uC774 \uD504\uB85C\uD544\uC5D0 \uC800\uC7A5\uB41C \uC228\uACA8\uC9C4 \uD30C\uC77C, \uD3F4\uB354, \uD0DC\uADF8 \uBC0F \uB178\uD2B8 \uD544\uD130\uAC00 \uC0AD\uC81C\uB429\uB2C8\uB2E4.",moveUp:"\uC704\uB85C \uC774\uB3D9",moveDown:"\uC544\uB798\uB85C \uC774\uB3D9",errors:{emptyName:"\uD504\uB85C\uD544 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",duplicateName:"\uD504\uB85C\uD544 \uC774\uB984\uC774 \uC774\uBBF8 \uC874\uC7AC\uD569\uB2C8\uB2E4"}},vaultTitle:{name:"\uBCFC\uD2B8 \uC81C\uBAA9 \uC704\uCE58",desc:"\uBCFC\uD2B8 \uC81C\uBAA9\uC774 \uD45C\uC2DC\uB418\uB294 \uC704\uCE58\uB97C \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{header:"\uD5E4\uB354\uC5D0 \uD45C\uC2DC",navigation:"\uD0D0\uC0C9 \uCC3D\uC5D0 \uD45C\uC2DC"}},excludedFolders:{name:"\uD3F4\uB354 \uC228\uAE30\uAE30 (\uBCFC\uD2B8 \uD504\uB85C\uD544)",desc:"\uC228\uAE38 \uD3F4\uB354\uC758 \uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C \uBAA9\uB85D\uC785\uB2C8\uB2E4. \uC774\uB984 \uD328\uD134: assets* (assets\uB85C \uC2DC\uC791\uD558\uB294 \uD3F4\uB354), *_temp (_temp\uB85C \uB05D\uB098\uB294). \uACBD\uB85C \uD328\uD134: /archive (\uB8E8\uD2B8 archive\uB9CC), /res* (res\uB85C \uC2DC\uC791\uD558\uB294 \uB8E8\uD2B8 \uD3F4\uB354), /*/temp (\uD55C \uB808\uBCA8 \uAE4A\uC774\uC758 temp \uD3F4\uB354), /projects/* (projects \uB0B4\uBD80\uC758 \uBAA8\uB4E0 \uD3F4\uB354).",placeholder:"templates, assets*, /archive, /res*"},showFileDate:{name:"\uB0A0\uC9DC \uD45C\uC2DC",desc:"\uB178\uD2B8 \uC774\uB984 \uC544\uB798\uC5D0 \uB0A0\uC9DC\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},alphabeticalDateMode:{name:"\uC774\uB984 \uC815\uB82C \uC2DC",desc:"\uB178\uD2B8\uAC00 \uC774\uB984\uC21C\uC73C\uB85C \uC815\uB82C\uB420 \uB54C \uD45C\uC2DC\uD560 \uB0A0\uC9DC.",options:{created:"\uC0DD\uC131\uC77C",modified:"\uC218\uC815\uC77C"}},showFileTags:{name:"\uD30C\uC77C \uD0DC\uADF8 \uD45C\uC2DC",desc:"\uD30C\uC77C \uD56D\uBAA9\uC5D0 \uD074\uB9AD \uAC00\uB2A5\uD55C \uD0DC\uADF8\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showFileTagAncestors:{name:"\uC804\uCCB4 \uD0DC\uADF8 \uACBD\uB85C \uD45C\uC2DC",desc:"\uD0DC\uADF8\uC758 \uC804\uCCB4 \uACC4\uCE35 \uACBD\uB85C\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uD65C\uC131\uD654: 'ai/openai', 'work/projects/2024'. \uBE44\uD65C\uC131\uD654: 'openai', '2024'."},colorFileTags:{name:"\uD30C\uC77C \uD0DC\uADF8 \uC0C9\uC0C1 \uC9C0\uC815",desc:"\uD30C\uC77C \uD56D\uBAA9\uC758 \uD0DC\uADF8 \uBC30\uC9C0\uC5D0 \uD0DC\uADF8 \uC0C9\uC0C1\uC744 \uC801\uC6A9\uD569\uB2C8\uB2E4."},prioritizeColoredFileTags:{name:"\uC0C9\uC0C1 \uD0DC\uADF8 \uC6B0\uC120 \uD45C\uC2DC",desc:"\uC0C9\uC0C1 \uD0DC\uADF8\uB97C \uB2E4\uB978 \uD0DC\uADF8\uBCF4\uB2E4 \uBA3C\uC800 \uC815\uB82C\uD569\uB2C8\uB2E4."},showFileTagsInCompactMode:{name:"\uC2AC\uB9BC \uBAA8\uB4DC\uC5D0\uC11C \uD30C\uC77C \uD0DC\uADF8 \uD45C\uC2DC",desc:"\uB0A0\uC9DC, \uBBF8\uB9AC\uBCF4\uAE30, \uC774\uBBF8\uC9C0\uAC00 \uC228\uACA8\uC838 \uC788\uC744 \uB54C \uD0DC\uADF8\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showFileProperties:{name:"\uD30C\uC77C \uC18D\uC131 \uD45C\uC2DC",desc:"\uD30C\uC77C \uD56D\uBAA9\uC5D0 \uD074\uB9AD \uAC00\uB2A5\uD55C \uC18D\uC131\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},colorFileProperties:{name:"\uD30C\uC77C \uC18D\uC131\uC5D0 \uC0C9\uC0C1 \uC801\uC6A9",desc:"\uD30C\uC77C \uD56D\uBAA9\uC758 \uC18D\uC131 \uBC30\uC9C0\uC5D0 \uC18D\uC131 \uC0C9\uC0C1\uC744 \uC801\uC6A9\uD569\uB2C8\uB2E4."},prioritizeColoredFileProperties:{name:"\uC0C9\uC0C1 \uC18D\uC131\uC744 \uBA3C\uC800 \uD45C\uC2DC",desc:"\uD30C\uC77C \uD56D\uBAA9\uC5D0\uC11C \uC0C9\uC0C1 \uC18D\uC131\uC744 \uB2E4\uB978 \uC18D\uC131\uBCF4\uB2E4 \uBA3C\uC800 \uC815\uB82C\uD569\uB2C8\uB2E4."},showFilePropertiesInCompactMode:{name:"\uAC04\uACB0 \uBAA8\uB4DC\uC5D0\uC11C \uC18D\uC131 \uD45C\uC2DC",desc:"\uAC04\uACB0 \uBAA8\uB4DC\uAC00 \uD65C\uC131\uD654\uB418\uBA74 \uC18D\uC131\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},notePropertyType:{name:"\uB178\uD2B8 \uC18D\uC131",desc:"\uD30C\uC77C \uD56D\uBAA9\uC5D0 \uD45C\uC2DC\uD560 \uB178\uD2B8 \uC18D\uC131\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{frontmatter:"\uD504\uB860\uD2B8\uB9E4\uD130 \uC18D\uC131",wordCount:"\uB2E8\uC5B4 \uC218",none:"\uC5C6\uC74C"}},propertyFields:{name:"\uC18D\uC131 \uD0A4 (\uBCF4\uAD00\uD568 \uD504\uB85C\uD544)",desc:"\uD504\uB860\uD2B8\uB9E4\uD130 \uC18D\uC131 \uD0A4. \uD0A4\uBCC4\uB85C \uD0D0\uC0C9 \uCC3D \uBC0F \uD30C\uC77C \uBAA9\uB85D\uC758 \uD45C\uC2DC \uC5EC\uBD80\uB97C \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",addButtonTooltip:"\uC18D\uC131 \uD0A4 \uAD6C\uC131",noneConfigured:"\uAD6C\uC131\uB41C \uC18D\uC131 \uC5C6\uC74C",singleConfigured:"1\uAC1C \uC18D\uC131 \uAD6C\uC131\uB428: {properties}",multipleConfigured:"{count}\uAC1C \uC18D\uC131 \uAD6C\uC131\uB428: {properties}"},showPropertiesOnSeparateRows:{name:"\uC18D\uC131\uC744 \uBCC4\uB3C4 \uD589\uC5D0 \uD45C\uC2DC",desc:"\uAC01 \uC18D\uC131\uC744 \uAC1C\uBCC4 \uD589\uC5D0 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},enablePropertyInternalLinks:{name:"\uC18D\uC131 \uD544\uC744 \uB178\uD2B8\uC5D0 \uC5F0\uACB0",desc:"\uC18D\uC131 \uD544\uC744 \uD074\uB9AD\uD558\uC5EC \uC5F0\uACB0\uB41C \uB178\uD2B8\uB97C \uC5FD\uB2C8\uB2E4."},enablePropertyExternalLinks:{name:"\uC18D\uC131 \uD544\uC744 URL\uC5D0 \uC5F0\uACB0",desc:"\uC18D\uC131 \uD544\uC744 \uD074\uB9AD\uD558\uC5EC \uC5F0\uACB0\uB41C URL\uC744 \uC5FD\uB2C8\uB2E4."},dateFormat:{name:"\uB0A0\uC9DC \uD615\uC2DD",desc:"\uB0A0\uC9DC \uD45C\uC2DC \uD615\uC2DD (Moment \uD615\uC2DD \uC0AC\uC6A9).",placeholder:"YYYY\uB144 M\uC6D4 D\uC77C",help:`\uC77C\uBC18\uC801\uC778 \uD615\uC2DD: +YYYY\uB144 M\uC6D4 D\uC77C = 2022\uB144 5\uC6D4 25\uC77C +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +\uD1A0\uD070: +YYYY/YY = \uB144\uB3C4 +MMMM/MMM/MM = \uC6D4 +DD/D = \uC77C +dddd/ddd = \uC694\uC77C`,helpTooltip:"Moment \uD615\uC2DD",momentLinkText:"Moment \uD615\uC2DD"},timeFormat:{name:"\uC2DC\uAC04 \uD615\uC2DD",desc:"\uC2DC\uAC04 \uD45C\uC2DC \uD615\uC2DD (Moment \uD615\uC2DD \uC0AC\uC6A9).",placeholder:"a h:mm",help:`\uC77C\uBC18\uC801\uC778 \uD615\uC2DD: +a h:mm = \uC624\uD6C4 2:30 (12\uC2DC\uAC04) +HH:mm = 14:30 (24\uC2DC\uAC04) +a h:mm:ss = \uC624\uD6C4 2:30:45 +HH:mm:ss = 14:30:45 + +\uD1A0\uD070: +HH/H = 24\uC2DC\uAC04 +hh/h = 12\uC2DC\uAC04 +mm = \uBD84 +ss = \uCD08 +a = \uC624\uC804/\uC624\uD6C4`,helpTooltip:"Moment \uD615\uC2DD",momentLinkText:"Moment \uD615\uC2DD"},showFilePreview:{name:"\uB178\uD2B8 \uBBF8\uB9AC\uBCF4\uAE30 \uD45C\uC2DC",desc:"\uB178\uD2B8 \uC774\uB984 \uC544\uB798\uC5D0 \uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},skipHeadingsInPreview:{name:"\uBBF8\uB9AC\uBCF4\uAE30\uC5D0\uC11C \uC81C\uBAA9 \uAC74\uB108\uB6F0\uAE30",desc:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uB97C \uC0DD\uC131\uD560 \uB54C \uC81C\uBAA9 \uC904\uC744 \uAC74\uB108\uB701\uB2C8\uB2E4."},skipCodeBlocksInPreview:{name:"\uBBF8\uB9AC\uBCF4\uAE30\uC5D0\uC11C \uCF54\uB4DC \uBE14\uB85D \uAC74\uB108\uB6F0\uAE30",desc:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uB97C \uC0DD\uC131\uD560 \uB54C \uCF54\uB4DC \uBE14\uB85D\uC744 \uAC74\uB108\uB701\uB2C8\uB2E4."},stripHtmlInPreview:{name:"\uBBF8\uB9AC\uBCF4\uAE30\uC5D0\uC11C HTML \uC81C\uAC70",desc:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uC5D0\uC11C HTML \uD0DC\uADF8\uB97C \uC81C\uAC70\uD569\uB2C8\uB2E4. \uD070 \uB178\uD2B8\uC5D0\uC11C\uB294 \uC131\uB2A5\uC5D0 \uC601\uD5A5\uC744 \uC904 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},stripLatexInPreview:{name:"\uBBF8\uB9AC\uBCF4\uAE30\uC5D0\uC11C LaTeX \uC81C\uAC70",desc:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uC5D0\uC11C \uC778\uB77C\uC778 \uBC0F \uBE14\uB85D LaTeX \uC218\uC2DD\uC744 \uC81C\uAC70\uD569\uB2C8\uB2E4."},previewProperties:{name:"\uBBF8\uB9AC\uBCF4\uAE30 \uC18D\uC131",desc:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uB97C \uD655\uC778\uD560 frontmatter \uC18D\uC131\uC758 \uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C \uBAA9\uB85D\uC785\uB2C8\uB2E4. \uD14D\uC2A4\uD2B8\uAC00 \uC788\uB294 \uCCAB \uBC88\uC9F8 \uC18D\uC131\uC774 \uC0AC\uC6A9\uB429\uB2C8\uB2E4.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\uB178\uD2B8 \uB0B4\uC6A9\uC73C\uB85C \uB300\uCCB4",desc:"\uC9C0\uC815\uB41C \uC18D\uC131\uC5D0 \uD14D\uC2A4\uD2B8\uAC00 \uC5C6\uC744 \uB54C \uB178\uD2B8 \uB0B4\uC6A9\uC744 \uBBF8\uB9AC\uBCF4\uAE30\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},previewRows:{name:"\uBBF8\uB9AC\uBCF4\uAE30 \uD589",desc:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8\uC5D0 \uD45C\uC2DC\uD560 \uD589 \uC218\uC785\uB2C8\uB2E4.",options:{1:"1\uD589",2:"2\uD589",3:"3\uD589",4:"4\uD589",5:"5\uD589"}},fileNameRows:{name:"\uC81C\uBAA9 \uD589",desc:"\uB178\uD2B8 \uC81C\uBAA9\uC5D0 \uD45C\uC2DC\uD560 \uD589 \uC218\uC785\uB2C8\uB2E4.",options:{1:"1\uD589",2:"2\uD589"}},showFeatureImage:{name:"\uB300\uD45C \uC774\uBBF8\uC9C0 \uD45C\uC2DC",desc:"\uB178\uD2B8\uC5D0\uC11C \uBC1C\uACAC\uB41C \uCCAB \uBC88\uC9F8 \uC774\uBBF8\uC9C0\uC758 \uC378\uB124\uC77C\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},forceSquareFeatureImage:{name:"\uB300\uD45C \uC774\uBBF8\uC9C0\uB97C \uC815\uC0AC\uAC01\uD615\uC73C\uB85C \uACE0\uC815",desc:"\uB300\uD45C \uC774\uBBF8\uC9C0\uB97C \uC815\uC0AC\uAC01\uD615 \uC378\uB124\uC77C\uB85C \uB80C\uB354\uB9C1\uD569\uB2C8\uB2E4."},featureImageProperties:{name:"\uC774\uBBF8\uC9C0 \uC18D\uC131",desc:"\uBA3C\uC800 \uD655\uC778\uD560 frontmatter \uC18D\uC131\uC758 \uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C \uBAA9\uB85D\uC785\uB2C8\uB2E4. \uC5C6\uC73C\uBA74 \uB9C8\uD06C\uB2E4\uC6B4 \uCF58\uD150\uCE20\uC758 \uCCAB \uBC88\uC9F8 \uC774\uBBF8\uC9C0\uB97C \uC0AC\uC6A9\uD569\uB2C8\uB2E4.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"\uC18D\uC131\uC774 \uC788\uB294 \uB178\uD2B8 \uC81C\uC678",desc:"\uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C frontmatter \uC18D\uC131 \uBAA9\uB85D\uC785\uB2C8\uB2E4. \uC774\uB7EC\uD55C \uC18D\uC131 \uC911 \uD558\uB098\uB77C\uB3C4 \uD3EC\uD568\uB41C \uB178\uD2B8\uB294 \uB300\uD45C \uC774\uBBF8\uC9C0\uB97C \uC800\uC7A5\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",placeholder:"private, confidential"},featureImageSize:{name:"\uB300\uD45C \uC774\uBBF8\uC9C0 \uD45C\uC2DC \uD06C\uAE30",desc:"\uB178\uD2B8 \uBAA9\uB85D\uC5D0\uC11C \uB300\uD45C \uC774\uBBF8\uC9C0\uC758 \uCD5C\uB300 \uB80C\uB354\uB9C1 \uD06C\uAE30.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\uB300\uD45C \uC774\uBBF8\uC9C0 \uD53D\uC140 \uD06C\uAE30",desc:"\uC800\uC7A5\uB41C \uB300\uD45C \uC774\uBBF8\uC9C0 \uC378\uB124\uC77C\uC744 \uC0DD\uC131\uD560 \uB54C \uC0AC\uC6A9\uB418\uB294 \uD574\uC0C1\uB3C4. \uD070 \uBBF8\uB9AC\uBCF4\uAE30\uAC00 \uD750\uB9BF\uD558\uAC8C \uBCF4\uC774\uBA74 \uC774 \uAC12\uC744 \uB192\uC774\uC138\uC694.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\uC678\uBD80 \uC774\uBBF8\uC9C0 \uB2E4\uC6B4\uB85C\uB4DC",desc:"\uB300\uD45C \uC774\uBBF8\uC9C0\uB85C \uC6D0\uACA9 \uC774\uBBF8\uC9C0 \uBC0F YouTube \uC378\uB124\uC77C\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD569\uB2C8\uB2E4."},showRootFolder:{name:"\uB8E8\uD2B8 \uD3F4\uB354 \uD45C\uC2DC",desc:"\uD2B8\uB9AC\uC5D0\uC11C \uBCF4\uAD00\uD568 \uC774\uB984\uC744 \uB8E8\uD2B8 \uD3F4\uB354\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showFolderIcons:{name:"\uD3F4\uB354 \uC544\uC774\uCF58 \uD45C\uC2DC",desc:"\uD0D0\uC0C9 \uCC3D\uC758 \uD3F4\uB354 \uC606\uC5D0 \uC544\uC774\uCF58\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},inheritFolderColors:{name:"\uD3F4\uB354 \uC0C9\uC0C1 \uC0C1\uC18D",desc:"\uD558\uC704 \uD3F4\uB354\uAC00 \uC0C1\uC704 \uD3F4\uB354\uC5D0\uC11C \uC0C9\uC0C1\uC744 \uC0C1\uC18D\uD569\uB2C8\uB2E4."},folderSortOrder:{name:"\uD3F4\uB354 \uC815\uB82C \uC21C\uC11C",desc:"\uD3F4\uB354\uB97C \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uD558\uC704 \uD56D\uBAA9\uC758 \uC815\uB82C \uC21C\uC11C\uB97C \uAC1C\uBCC4\uC801\uC73C\uB85C \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",options:{alphaAsc:"A\uBD80\uD130 Z\uAE4C\uC9C0",alphaDesc:"Z\uBD80\uD130 A\uAE4C\uC9C0"}},showNoteCount:{name:"\uB178\uD2B8 \uC218 \uD45C\uC2DC",desc:"\uAC01 \uD3F4\uB354\uC640 \uD0DC\uADF8 \uC606\uC5D0 \uB178\uD2B8 \uC218\uB97C \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showSectionIcons:{name:"\uBC14\uB85C \uAC00\uAE30 \uBC0F \uCD5C\uADFC \uD56D\uBAA9 \uC544\uC774\uCF58 \uD45C\uC2DC",desc:"\uBC14\uB85C \uAC00\uAE30 \uBC0F \uCD5C\uADFC \uC139\uC158\uC758 \uD56D\uBAA9 \uC606\uC5D0 \uC544\uC774\uCF58\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},interfaceIcons:{name:"\uC778\uD130\uD398\uC774\uC2A4 \uC544\uC774\uCF58",desc:"\uB3C4\uAD6C \uBAA8\uC74C, \uD3F4\uB354, \uD0DC\uADF8, \uACE0\uC815 \uD56D\uBAA9, \uAC80\uC0C9, \uC815\uB82C \uC544\uC774\uCF58\uC744 \uD3B8\uC9D1\uD569\uB2C8\uB2E4.",buttonText:"\uC544\uC774\uCF58 \uD3B8\uC9D1"},showIconsColorOnly:{name:"\uC544\uC774\uCF58\uC5D0\uB9CC \uC0C9\uC0C1 \uC801\uC6A9",desc:"\uD65C\uC131\uD654\uD558\uBA74 \uC0AC\uC6A9\uC790 \uC9C0\uC815 \uC0C9\uC0C1\uC774 \uC544\uC774\uCF58\uC5D0\uB9CC \uC801\uC6A9\uB429\uB2C8\uB2E4. \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uC544\uC774\uCF58\uACFC \uD14D\uC2A4\uD2B8 \uB808\uC774\uBE14 \uBAA8\uB450\uC5D0 \uC0C9\uC0C1\uC774 \uC801\uC6A9\uB429\uB2C8\uB2E4."},navRainbowMode:{name:"\uBB34\uC9C0\uAC1C \uC0C9\uC0C1 \uBAA8\uB4DC (\uBCF4\uAD00\uC18C \uD504\uB85C\uD544)",desc:"\uD0D0\uC0C9 \uCC3D\uC5D0 \uBB34\uC9C0\uAC1C \uC0C9\uC0C1\uC744 \uC801\uC6A9\uD569\uB2C8\uB2E4.",options:{none:"\uB044\uAE30",foreground:"\uD14D\uC2A4\uD2B8 \uC0C9\uC0C1",background:"\uBC30\uACBD \uC0C9\uC0C1"}},navRainbowFirstColor:{name:"\uCCAB \uBC88\uC9F8 \uC0C9\uC0C1",desc:"\uBB34\uC9C0\uAC1C \uADF8\uB77C\uB370\uC774\uC158\uC758 \uCCAB \uBC88\uC9F8 \uC0C9\uC0C1."},navRainbowLastColor:{name:"\uB9C8\uC9C0\uB9C9 \uC0C9\uC0C1",desc:"\uBB34\uC9C0\uAC1C \uADF8\uB77C\uB370\uC774\uC158\uC758 \uB9C8\uC9C0\uB9C9 \uC0C9\uC0C1."},navRainbowTransitionStyle:{name:"\uC804\uD658 \uC2A4\uD0C0\uC77C",desc:"\uCCAB \uBC88\uC9F8\uC640 \uB9C8\uC9C0\uB9C9 \uC0C9\uC0C1 \uC0AC\uC774\uC5D0 \uC0AC\uC6A9\uB418\uB294 \uBCF4\uAC04.",options:{hue:"\uC0C9\uC870",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\uBC14\uB85C\uAC00\uAE30\uC5D0 \uC801\uC6A9",desc:"\uBB34\uC9C0\uAC1C \uC0C9\uC0C1\uC744 \uBC14\uB85C\uAC00\uAE30\uC5D0 \uC801\uC6A9\uD569\uB2C8\uB2E4."},navRainbowApplyToRecent:{name:"\uCD5C\uADFC \uD56D\uBAA9\uC5D0 \uC801\uC6A9",desc:"\uBB34\uC9C0\uAC1C \uC0C9\uC0C1\uC744 \uCD5C\uADFC \uD56D\uBAA9\uC5D0 \uC801\uC6A9\uD569\uB2C8\uB2E4."},navRainbowApplyToFolders:{name:"\uD3F4\uB354\uC5D0 \uC801\uC6A9",desc:"\uBB34\uC9C0\uAC1C \uC0C9\uC0C1\uC744 \uD3F4\uB354\uC5D0 \uC801\uC6A9\uD569\uB2C8\uB2E4."},navRainbowFolderScope:{name:"\uD3F4\uB354 \uBC94\uC704",desc:"\uC0C9\uC0C1 \uD560\uB2F9\uC744 \uC2DC\uC791\uD560 \uD3F4\uB354 \uC218\uC900\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{root:"\uB8E8\uD2B8 \uC218\uC900",child:"\uD558\uC704 \uC218\uC900",all:"\uBAA8\uB4E0 \uC218\uC900"}},navRainbowApplyToTags:{name:"\uD0DC\uADF8\uC5D0 \uC801\uC6A9",desc:"\uBB34\uC9C0\uAC1C \uC0C9\uC0C1\uC744 \uD0DC\uADF8\uC5D0 \uC801\uC6A9\uD569\uB2C8\uB2E4."},navRainbowTagScope:{name:"\uD0DC\uADF8 \uBC94\uC704",desc:"\uC0C9\uC0C1 \uD560\uB2F9\uC744 \uC2DC\uC791\uD560 \uD0DC\uADF8 \uC218\uC900\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{root:"\uB8E8\uD2B8 \uC218\uC900",child:"\uD558\uC704 \uC218\uC900",all:"\uBAA8\uB4E0 \uC218\uC900"}},navRainbowApplyToProperties:{name:"\uC18D\uC131\uC5D0 \uC801\uC6A9",desc:"\uBB34\uC9C0\uAC1C \uC0C9\uC0C1\uC744 \uC18D\uC131\uC5D0 \uC801\uC6A9\uD569\uB2C8\uB2E4."},navRainbowBalanceHueLuminance:{name:"\uC0C9\uC0C1 \uAC04 \uC77C\uAD00\uB41C \uBC1D\uAE30",desc:"\uC0C9\uC0C1 \uC804\uD658 \uC911 \uC2DC\uC791 \uC0C9\uC0C1\uACFC \uB05D \uC0C9\uC0C1 \uC0AC\uC774\uC758 \uBC1D\uAE30\uB97C \uBCF4\uAC04\uD569\uB2C8\uB2E4."},navRainbowSeparateThemeColors:{name:"\uB77C\uC774\uD2B8 \uBC0F \uB2E4\uD06C \uBAA8\uB4DC \uC0C9\uC0C1 \uBD84\uB9AC",desc:"\uB77C\uC774\uD2B8 \uBAA8\uB4DC\uC640 \uB2E4\uD06C \uBAA8\uB4DC\uC5D0\uC11C \uC11C\uB85C \uB2E4\uB978 \uB808\uC778\uBCF4\uC6B0 \uC0C9\uC0C1\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4."},navRainbowCopyLightToDark:"\uB77C\uC774\uD2B8 \uBAA8\uB4DC \uC0C9\uC0C1\uC744 \uB2E4\uD06C \uBAA8\uB4DC\uB85C \uBCF5\uC0AC",navRainbowPropertyScope:{name:"\uC18D\uC131 \uBC94\uC704",desc:"\uC0C9\uC0C1 \uD560\uB2F9\uC744 \uC2DC\uC791\uD560 \uC18D\uC131 \uC218\uC900\uC744 \uC120\uD0DD\uD569\uB2C8\uB2E4.",options:{root:"\uB8E8\uD2B8 \uC218\uC900",child:"\uD558\uC704 \uC218\uC900",all:"\uBAA8\uB4E0 \uC218\uC900"}},collapseBehavior:{name:"\uD56D\uBAA9 \uC811\uAE30",desc:"\uBAA8\uB450 \uD3BC\uCE58\uAE30/\uC811\uAE30 \uBC84\uD2BC\uC774 \uC601\uD5A5\uC744 \uBBF8\uCE58\uB294 \uD56D\uBAA9\uC744 \uC120\uD0DD\uD558\uC138\uC694.",options:{all:"\uBAA8\uB450",foldersOnly:"\uD3F4\uB354\uB9CC",tagsOnly:"\uD0DC\uADF8\uB9CC",propertiesOnly:"\uC18D\uC131\uB9CC"}},smartCollapse:{name:"\uC120\uD0DD\uD55C \uD56D\uBAA9 \uD3BC\uCE5C \uC0C1\uD0DC \uC720\uC9C0",desc:"\uC811\uC744 \uB54C \uC120\uD0DD\uD55C \uD56D\uBAA9\uACFC \uC0C1\uC704 \uD56D\uBAA9\uC744 \uD3BC\uCE5C \uC0C1\uD0DC\uB85C \uC720\uC9C0\uD569\uB2C8\uB2E4."},navIndent:{name:"\uD2B8\uB9AC \uB4E4\uC5EC\uC4F0\uAE30",desc:"\uC911\uCCA9\uB41C \uD3F4\uB354\uC640 \uD0DC\uADF8\uC758 \uB4E4\uC5EC\uC4F0\uAE30 \uB108\uBE44\uB97C \uC870\uC815\uD569\uB2C8\uB2E4."},navItemHeight:{name:"\uD56D\uBAA9 \uB192\uC774",desc:"\uD0D0\uC0C9 \uCC3D\uC5D0\uC11C \uD3F4\uB354\uC640 \uD0DC\uADF8\uC758 \uB192\uC774\uB97C \uC870\uC815\uD569\uB2C8\uB2E4."},navItemHeightScaleText:{name:"\uD56D\uBAA9 \uB192\uC774\uC5D0 \uB530\uB77C \uAE00\uC790 \uD06C\uAE30 \uC870\uC815",desc:"\uD56D\uBAA9 \uB192\uC774\uB97C \uC904\uC774\uBA74 \uD0D0\uC0C9 \uAE00\uC790 \uD06C\uAE30\uB97C \uC791\uAC8C \uD569\uB2C8\uB2E4."},showIndentGuides:{name:"\uB4E4\uC5EC\uC4F0\uAE30 \uC548\uB0B4\uC120 \uD45C\uC2DC",desc:"\uC911\uCCA9\uB41C \uD3F4\uB354\uC640 \uD0DC\uADF8\uC758 \uB4E4\uC5EC\uC4F0\uAE30 \uC548\uB0B4\uC120\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},navRootSpacing:{name:"\uB8E8\uD2B8 \uD56D\uBAA9 \uAC04\uACA9",desc:"\uCD5C\uC0C1\uC704 \uD3F4\uB354\uC640 \uD0DC\uADF8 \uC0AC\uC774\uC758 \uAC04\uACA9."},showTags:{name:"\uD0DC\uADF8 \uD45C\uC2DC",desc:"\uB124\uBE44\uAC8C\uC774\uD130\uC5D0\uC11C \uD0DC\uADF8 \uC139\uC158\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},showTagIcons:{name:"\uD0DC\uADF8 \uC544\uC774\uCF58 \uD45C\uC2DC",desc:"\uD0D0\uC0C9 \uCC3D\uC758 \uD0DC\uADF8 \uC606\uC5D0 \uC544\uC774\uCF58\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},inheritTagColors:{name:"\uD0DC\uADF8 \uC0C9\uC0C1 \uC0C1\uC18D",desc:"\uD558\uC704 \uD0DC\uADF8\uAC00 \uC0C1\uC704 \uD0DC\uADF8\uC758 \uC0C9\uC0C1\uC744 \uC0C1\uC18D\uD569\uB2C8\uB2E4."},tagSortOrder:{name:"\uD0DC\uADF8 \uC815\uB82C \uC21C\uC11C",desc:"\uD0DC\uADF8\uB97C \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uD558\uC704 \uD56D\uBAA9\uC758 \uC815\uB82C \uC21C\uC11C\uB97C \uAC1C\uBCC4\uC801\uC73C\uB85C \uC124\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",options:{alphaAsc:"A\uBD80\uD130 Z\uAE4C\uC9C0",alphaDesc:"Z\uBD80\uD130 A\uAE4C\uC9C0",frequency:"\uBE48\uB3C4",lowToHigh:"\uB0AE\uC74C \u2192 \uB192\uC74C",highToLow:"\uB192\uC74C \u2192 \uB0AE\uC74C"}},showAllTagsFolder:{name:"\uD0DC\uADF8 \uD3F4\uB354 \uD45C\uC2DC",desc:'"\uD0DC\uADF8"\uB97C \uC811\uC744 \uC218 \uC788\uB294 \uD3F4\uB354\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4.'},showUntagged:{name:"\uD0DC\uADF8 \uC5C6\uB294 \uB178\uD2B8 \uD45C\uC2DC",desc:'\uD0DC\uADF8\uAC00 \uC5C6\uB294 \uB178\uD2B8\uC5D0 \uB300\uD574 "\uD0DC\uADF8 \uC5C6\uC74C" \uD56D\uBAA9\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.'},scopeTagsToCurrentContext:{name:"\uC120\uD0DD \uD56D\uBAA9\uC73C\uB85C \uD0DC\uADF8 \uD544\uD130\uB9C1",desc:"\uC120\uD0DD\uD55C \uD3F4\uB354 \uB610\uB294 \uC18D\uC131 \uB0B4 \uB178\uD2B8\uC5D0 \uC788\uB294 \uD0DC\uADF8\uB9CC \uD45C\uC2DC\uD569\uB2C8\uB2E4."},keepEmptyTagsProperty:{name:"\uB9C8\uC9C0\uB9C9 \uD0DC\uADF8 \uC81C\uAC70 \uD6C4 tags \uC18D\uC131 \uC720\uC9C0",desc:"\uBAA8\uB4E0 \uD0DC\uADF8\uAC00 \uC81C\uAC70\uB420 \uB54C frontmatter \uC758 tags \uC18D\uC131\uC744 \uC720\uC9C0\uD569\uB2C8\uB2E4. \uBE44\uD65C\uC131\uD654\uD558\uBA74 tags \uC18D\uC131\uC774 frontmatter \uC5D0\uC11C \uC0AD\uC81C\uB429\uB2C8\uB2E4."},showProperties:{name:"\uC18D\uC131 \uD45C\uC2DC",desc:"\uD0D0\uC0C9\uAE30\uC5D0 \uC18D\uC131 \uC139\uC158\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4.",propertyKeysInfoPrefix:"",propertyKeysInfoLinkText:"\uC77C\uBC18 > \uC18D\uC131 \uD0A4",propertyKeysInfoSuffix:"\uC5D0\uC11C \uC18D\uC131 \uAD6C\uC131"},showPropertyIcons:{name:"\uC18D\uC131 \uC544\uC774\uCF58 \uD45C\uC2DC",desc:"\uD0D0\uC0C9 \uCC3D\uC5D0\uC11C \uC18D\uC131 \uC606\uC5D0 \uC544\uC774\uCF58\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4."},inheritPropertyColors:{name:"\uC18D\uC131 \uC0C9\uC0C1 \uC0C1\uC18D",desc:"\uC18D\uC131 \uAC12\uC774 \uC18D\uC131 \uD0A4\uC758 \uC0C9\uC0C1\uACFC \uBC30\uACBD\uC0C9\uC744 \uC0C1\uC18D\uD569\uB2C8\uB2E4."},propertySortOrder:{name:"\uC18D\uC131 \uC815\uB82C \uC21C\uC11C",desc:"\uC18D\uC131\uC744 \uB9C8\uC6B0\uC2A4 \uC624\uB978\uCABD \uBC84\uD2BC\uC73C\uB85C \uD074\uB9AD\uD558\uC5EC \uAC12\uC758 \uC815\uB82C \uC21C\uC11C\uB97C \uBCC0\uACBD\uD569\uB2C8\uB2E4.",options:{alphaAsc:"\uAC00\uB098\uB2E4\uC21C",alphaDesc:"\uC5ED\uAC00\uB098\uB2E4\uC21C",frequency:"\uBE48\uB3C4",lowToHigh:"\uB0AE\uC740 \uC21C",highToLow:"\uB192\uC740 \uC21C"}},showAllPropertiesFolder:{name:"\uC18D\uC131 \uD3F4\uB354 \uD45C\uC2DC",desc:'"\uC18D\uC131"\uC744 \uC811\uC744 \uC218 \uC788\uB294 \uD3F4\uB354\uB85C \uD45C\uC2DC\uD569\uB2C8\uB2E4.'},scopePropertiesToCurrentContext:{name:"\uC120\uD0DD \uD56D\uBAA9\uC73C\uB85C \uC18D\uC131 \uD544\uD130\uB9C1",desc:"\uC120\uD0DD\uD55C \uD3F4\uB354 \uB610\uB294 \uD0DC\uADF8 \uB0B4 \uB178\uD2B8\uC5D0 \uC788\uB294 \uC18D\uC131\uB9CC \uD45C\uC2DC\uD569\uB2C8\uB2E4."},hiddenTags:{name:"\uD0DC\uADF8 \uC228\uAE30\uAE30 (\uBCFC\uD2B8 \uD504\uB85C\uD544)",desc:"\uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C \uD0DC\uADF8 \uD328\uD134 \uBAA9\uB85D\uC785\uB2C8\uB2E4. \uC774\uB984 \uD328\uD134: tag* (\uC2DC\uC791), *tag (\uB05D). \uACBD\uB85C \uD328\uD134: archive (\uD0DC\uADF8\uC640 \uD558\uC704), archive/* (\uD558\uC704\uB9CC), projects/*/drafts (\uC911\uAC04 \uC640\uC77C\uB4DC\uCE74\uB4DC).",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\uD0DC\uADF8\uAC00 \uC788\uB294 \uB178\uD2B8 \uC228\uAE30\uAE30 (\uBCFC\uD2B8 \uD504\uB85C\uD544)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\uD3F4\uB354 \uB178\uD2B8 \uD65C\uC131\uD654",desc:"\uC77C\uCE58\uD558\uB294 \uB178\uD2B8 \uD30C\uC77C\uC774 \uC788\uB294 \uD3F4\uB354\uAC00 \uD074\uB9AD \uAC00\uB2A5\uD55C \uB9C1\uD06C\uB85C \uD45C\uC2DC\uB429\uB2C8\uB2E4."},folderNoteType:{name:"\uAE30\uBCF8 \uD3F4\uB354 \uB178\uD2B8 \uD615\uC2DD",desc:"\uCEE8\uD14D\uC2A4\uD2B8 \uBA54\uB274\uC5D0\uC11C \uC0DD\uC131\uB418\uB294 \uD3F4\uB354 \uB178\uD2B8 \uD615\uC2DD\uC785\uB2C8\uB2E4.",options:{ask:"\uC0DD\uC131 \uC2DC \uC120\uD0DD",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"\uD3F4\uB354 \uB178\uD2B8 \uC774\uB984",desc:"\uD655\uC7A5\uC790 \uC5C6\uB294 \uD3F4\uB354 \uB178\uD2B8\uC758 \uC774\uB984\uC785\uB2C8\uB2E4. \uD3F4\uB354\uC640 \uAC19\uC740 \uC774\uB984\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC \uB450\uC138\uC694.",placeholder:"index"},folderNoteNamePattern:{name:"\uD3F4\uB354 \uB178\uD2B8 \uC774\uB984 \uD328\uD134",desc:"\uD655\uC7A5\uC790 \uC5C6\uB294 \uD3F4\uB354 \uB178\uD2B8 \uC774\uB984 \uD328\uD134. {{folder}}\uC744 \uC0AC\uC6A9\uD558\uC5EC \uD3F4\uB354 \uC774\uB984\uC744 \uC0BD\uC785\uD569\uB2C8\uB2E4. \uC124\uC815\uD558\uBA74 \uD3F4\uB354 \uB178\uD2B8 \uC774\uB984\uC774 \uC801\uC6A9\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."},folderNoteTemplate:{name:"\uD3F4\uB354 \uB178\uD2B8 \uD15C\uD50C\uB9BF",desc:"\uC0C8 \uB9C8\uD06C\uB2E4\uC6B4 \uD3F4\uB354 \uB178\uD2B8\uC6A9 \uD15C\uD50C\uB9BF \uD30C\uC77C. \uD15C\uD50C\uB9BF \uD3F4\uB354 \uC704\uCE58\uB294 \uC77C\uBC18 > \uD15C\uD50C\uB9BF\uC5D0\uC11C \uC124\uC815\uD558\uC138\uC694."},enableFolderNoteLinks:{name:"\uD3F4\uB354 \uB178\uD2B8 \uB9C1\uD06C \uD65C\uC131\uD654",desc:"\uD3F4\uB354 \uB808\uC774\uBE14\uC774 \uB9C1\uD06C\uB85C \uD45C\uC2DC\uB418\uBA70 \uD074\uB9AD \uC2DC \uD3F4\uB354 \uB178\uD2B8\uB97C \uC5FD\uB2C8\uB2E4. \uBE44\uD65C\uC131\uD654\uD558\uBA74 \uD3F4\uB354 \uB178\uD2B8\uB294 \uC5EC\uC804\uD788 \uC774\uB984, \uC544\uC774\uCF58, \uC0C9\uC0C1 \uBA54\uD0C0\uB370\uC774\uD130\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4."},hideFolderNoteInList:{name:"\uBAA9\uB85D\uC5D0\uC11C \uD3F4\uB354 \uB178\uD2B8 \uC228\uAE30\uAE30",desc:"\uD30C\uC77C \uBAA9\uB85D\uC5D0\uC11C \uD3F4\uB354 \uB178\uD2B8\uB97C \uC228\uAE41\uB2C8\uB2E4."},pinCreatedFolderNote:{name:"\uC0DD\uC131\uB41C \uD3F4\uB354 \uB178\uD2B8 \uACE0\uC815",desc:"\uCEE8\uD14D\uC2A4\uD2B8 \uBA54\uB274\uC5D0\uC11C \uC0DD\uC131 \uC2DC \uD3F4\uB354 \uB178\uD2B8\uB97C \uACE0\uC815\uD569\uB2C8\uB2E4."},openFolderNotesInNewTab:{name:"\uD3F4\uB354 \uB178\uD2B8\uB97C \uC0C8 \uD0ED\uC5D0\uC11C \uC5F4\uAE30",desc:"\uD3F4\uB354\uB97C \uD074\uB9AD\uD560 \uB54C \uD3F4\uB354 \uB178\uD2B8\uB97C \uC0C8 \uD0ED\uC5D0\uC11C \uC5FD\uB2C8\uB2E4."},confirmBeforeDelete:{name:"\uC0AD\uC81C \uC804 \uD655\uC778",desc:"\uB178\uD2B8\uB098 \uD3F4\uB354\uB97C \uC0AD\uC81C\uD560 \uB54C \uD655\uC778 \uB300\uD654 \uC0C1\uC790 \uD45C\uC2DC"},deleteAttachments:{name:"\uD30C\uC77C \uC0AD\uC81C \uC2DC \uCCA8\uBD80 \uD30C\uC77C \uC0AD\uC81C",desc:"\uC0AD\uC81C\uB41C \uD30C\uC77C\uC5D0 \uC5F0\uACB0\uB41C \uCCA8\uBD80 \uD30C\uC77C\uC774 \uB2E4\uB978 \uACF3\uC5D0\uC11C \uC0AC\uC6A9\uB418\uC9C0 \uC54A\uB294 \uACBD\uC6B0 \uC790\uB3D9\uC73C\uB85C \uC81C\uAC70",options:{ask:"\uB9E4\uBC88 \uD655\uC778",always:"\uD56D\uC0C1",never:"\uC548 \uD568"}},moveFileConflicts:{name:"\uC774\uB3D9 \uCDA9\uB3CC",desc:"\uAC19\uC740 \uC774\uB984\uC758 \uD30C\uC77C\uC774 \uC774\uBBF8 \uC874\uC7AC\uD558\uB294 \uD3F4\uB354\uB85C \uD30C\uC77C\uC744 \uC774\uB3D9\uD560 \uB54C. \uB9E4\uBC88 \uD655\uC778(\uC774\uB984 \uBCC0\uACBD, \uB36E\uC5B4\uC4F0\uAE30, \uCDE8\uC18C)\uD558\uAC70\uB098 \uD56D\uC0C1 \uC774\uB984\uC744 \uBCC0\uACBD\uD569\uB2C8\uB2E4.",options:{ask:"\uB9E4\uBC88 \uD655\uC778",rename:"\uD56D\uC0C1 \uC774\uB984 \uBCC0\uACBD"}},metadataCleanup:{name:"\uBA54\uD0C0\uB370\uC774\uD130 \uC815\uB9AC",desc:"Obsidian \uC678\uBD80\uC5D0\uC11C \uD30C\uC77C, \uD3F4\uB354 \uB610\uB294 \uD0DC\uADF8\uAC00 \uC0AD\uC81C, \uC774\uB3D9 \uB610\uB294 \uC774\uB984\uC774 \uBCC0\uACBD\uB420 \uB54C \uB0A8\uACA8\uC9C4 \uACE0\uC544 \uBA54\uD0C0\uB370\uC774\uD130\uB97C \uC81C\uAC70\uD569\uB2C8\uB2E4. \uC774\uB294 Notebook Navigator \uC124\uC815 \uD30C\uC77C\uC5D0\uB9CC \uC601\uD5A5\uC744 \uC90D\uB2C8\uB2E4.",buttonText:"\uBA54\uD0C0\uB370\uC774\uD130 \uC815\uB9AC",error:"\uC124\uC815 \uC815\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",loading:"\uBA54\uD0C0\uB370\uC774\uD130 \uD655\uC778 \uC911...",statusClean:"\uC815\uB9AC\uD560 \uBA54\uD0C0\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",statusCounts:"\uACE0\uC544 \uD56D\uBAA9: {folders} \uD3F4\uB354, {tags} \uD0DC\uADF8, {properties} \uC18D\uC131, {files} \uD30C\uC77C, {pinned} \uACE0\uC815, {separators} \uAD6C\uBD84\uC120"},rebuildCache:{name:"\uCE90\uC2DC \uB2E4\uC2DC \uBE4C\uB4DC",desc:"\uD0DC\uADF8 \uB204\uB77D, \uC798\uBABB\uB41C \uBBF8\uB9AC\uBCF4\uAE30 \uB610\uB294 \uB204\uB77D\uB41C \uC774\uBBF8\uC9C0\uAC00 \uC788\uC744 \uB54C \uC0AC\uC6A9\uD558\uC138\uC694. \uB3D9\uAE30\uD654 \uCDA9\uB3CC\uC774\uB098 \uC608\uAE30\uCE58 \uC54A\uC740 \uC885\uB8CC \uD6C4\uC5D0 \uBC1C\uC0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",buttonText:"\uCE90\uC2DC \uB2E4\uC2DC \uBE4C\uB4DC",error:"\uCE90\uC2DC \uB2E4\uC2DC \uBE4C\uB4DC \uC2E4\uD328",indexingTitle:"\uBCF4\uAD00\uD568\uC744 \uC778\uB371\uC2F1\uD558\uB294 \uC911...",progress:"Notebook Navigator \uCE90\uC2DC\uB97C \uC5C5\uB370\uC774\uD2B8\uD558\uB294 \uC911."},externalIcons:{downloadButton:"\uB2E4\uC6B4\uB85C\uB4DC",downloadingLabel:"\uB2E4\uC6B4\uB85C\uB4DC \uC911...",removeButton:"\uC81C\uAC70",statusInstalled:"\uB2E4\uC6B4\uB85C\uB4DC\uB428 (\uBC84\uC804 {version})",statusNotInstalled:"\uB2E4\uC6B4\uB85C\uB4DC\uB418\uC9C0 \uC54A\uC74C",versionUnknown:"\uC54C \uC218 \uC5C6\uC74C",downloadFailed:"{name} \uB2E4\uC6B4\uB85C\uB4DC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC5F0\uACB0\uC744 \uD655\uC778\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694.",removeFailed:"{name} \uC81C\uAC70\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",infoNote:"\uB2E4\uC6B4\uB85C\uB4DC\uB41C \uC544\uC774\uCF58 \uD329\uC740 \uAE30\uAE30 \uAC04 \uC124\uCE58 \uC0C1\uD0DC\uB97C \uB3D9\uAE30\uD654\uD569\uB2C8\uB2E4. \uC544\uC774\uCF58 \uD329\uC740 \uAC01 \uAE30\uAE30\uC758 \uB85C\uCEEC \uB370\uC774\uD130\uBCA0\uC774\uC2A4\uC5D0 \uB0A8\uC544 \uC788\uC2B5\uB2C8\uB2E4. \uB3D9\uAE30\uD654\uB294 \uB2E4\uC6B4\uB85C\uB4DC \uB610\uB294 \uC81C\uAC70 \uC5EC\uBD80\uB9CC \uCD94\uC801\uD569\uB2C8\uB2E4. \uC544\uC774\uCF58 \uD329\uC740 Notebook Navigator \uC800\uC7A5\uC18C\uC5D0\uC11C \uB2E4\uC6B4\uB85C\uB4DC\uB429\uB2C8\uB2E4 (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"frontmatter \uBA54\uD0C0\uB370\uC774\uD130 \uC0AC\uC6A9",desc:"\uB178\uD2B8 \uC774\uB984, \uD0C0\uC784\uC2A4\uD0EC\uD504, \uC544\uC774\uCF58, \uC0C9\uC0C1\uC5D0 frontmatter \uC0AC\uC6A9"},frontmatterNameField:{name:"\uC774\uB984 \uD544\uB4DC\uB4E4",desc:"\uC27C\uD45C\uB85C \uAD6C\uBD84\uB41C frontmatter \uD544\uB4DC \uBAA9\uB85D. \uCCAB \uBC88\uC9F8 \uBE44\uC5B4 \uC788\uC9C0 \uC54A\uC740 \uAC12\uC744 \uC0AC\uC6A9. \uD30C\uC77C \uC774\uB984\uC73C\uB85C \uB300\uCCB4.",placeholder:"title, name"},frontmatterIconField:{name:"\uC544\uC774\uCF58 \uD544\uB4DC",desc:"\uD30C\uC77C \uC544\uC774\uCF58\uC6A9 frontmatter \uD544\uB4DC\uC785\uB2C8\uB2E4. \uC124\uC815\uC5D0 \uC800\uC7A5\uB41C \uC544\uC774\uCF58\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC \uB450\uC138\uC694.",placeholder:"icon"},frontmatterColorField:{name:"\uC0C9\uC0C1 \uD544\uB4DC",desc:"\uD30C\uC77C \uC0C9\uC0C1\uC6A9 frontmatter \uD544\uB4DC\uC785\uB2C8\uB2E4. \uC124\uC815\uC5D0 \uC800\uC7A5\uB41C \uC0C9\uC0C1\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC \uB450\uC138\uC694.",placeholder:"color"},frontmatterBackgroundField:{name:"\uBC30\uACBD \uD544\uB4DC",desc:"\uBC30\uACBD\uC0C9\uC6A9 frontmatter \uD544\uB4DC\uC785\uB2C8\uB2E4. \uC124\uC815\uC5D0 \uC800\uC7A5\uB41C \uBC30\uACBD\uC0C9\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC \uB450\uC138\uC694.",placeholder:"background"},frontmatterMigration:{name:"\uC124\uC815\uC5D0\uC11C \uC544\uC774\uCF58\uACFC \uC0C9\uC0C1 \uC774\uB3D9",desc:"\uC124\uC815\uC5D0 \uC800\uC7A5\uB428: \uC544\uC774\uCF58 {icons}\uAC1C, \uC0C9\uC0C1 {colors}\uAC1C.",button:"\uC774\uB3D9",buttonWorking:"\uC774\uB3D9 \uC911...",noticeNone:"\uC124\uC815\uC5D0 \uC800\uC7A5\uB41C \uD30C\uC77C \uC544\uC774\uCF58 \uB610\uB294 \uC0C9\uC0C1\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",noticeDone:"\uC544\uC774\uCF58 {migratedIcons}/{icons}\uAC1C, \uC0C9\uC0C1 {migratedColors}/{colors}\uAC1C\uB97C \uC774\uB3D9\uD588\uC2B5\uB2C8\uB2E4.",noticeFailures:"\uC2E4\uD328\uD55C \uD56D\uBAA9: {failures}.",noticeError:"\uC774\uB3D9\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC790\uC138\uD55C \uB0B4\uC6A9\uC740 \uCF58\uC194\uC744 \uD655\uC778\uD558\uC138\uC694."},frontmatterCreatedField:{name:"\uC0DD\uC131 \uD0C0\uC784\uC2A4\uD0EC\uD504 \uD544\uB4DC",desc:"\uC0DD\uC131\uB41C \uD0C0\uC784\uC2A4\uD0EC\uD504\uC758 frontmatter \uD544\uB4DC \uC774\uB984\uC785\uB2C8\uB2E4. \uD30C\uC77C \uC2DC\uC2A4\uD15C \uB0A0\uC9DC\uB9CC \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC \uB450\uC138\uC694.",placeholder:"created"},frontmatterModifiedField:{name:"\uC218\uC815 \uD0C0\uC784\uC2A4\uD0EC\uD504 \uD544\uB4DC",desc:"\uC218\uC815\uB41C \uD0C0\uC784\uC2A4\uD0EC\uD504\uC758 frontmatter \uD544\uB4DC \uC774\uB984\uC785\uB2C8\uB2E4. \uD30C\uC77C \uC2DC\uC2A4\uD15C \uB0A0\uC9DC\uB9CC \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC \uB450\uC138\uC694.",placeholder:"modified"},frontmatterDateFormat:{name:"\uD0C0\uC784\uC2A4\uD0EC\uD504 \uD615\uC2DD",desc:"frontmatter\uC5D0\uC11C \uD0C0\uC784\uC2A4\uD0EC\uD504\uB97C \uAD6C\uBB38 \uBD84\uC11D\uD558\uB294 \uB370 \uC0AC\uC6A9\uB418\uB294 \uD615\uC2DD\uC785\uB2C8\uB2E4. ISO 8601 \uD30C\uC2F1\uC744 \uC0AC\uC6A9\uD558\uB824\uBA74 \uBE44\uC6CC \uB450\uC138\uC694.",helpTooltip:"Moment \uD615\uC2DD",momentLinkText:"Moment \uD615\uC2DD",help:`\uC77C\uBC18\uC801\uC778 \uD615\uC2DD: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\uAC1C\uBC1C \uC9C0\uC6D0",desc:"Notebook Navigator\uB97C \uC0AC\uC6A9\uD558\uB294 \uAC83\uC744 \uC88B\uC544\uD558\uC2E0\uB2E4\uBA74 \uC9C0\uC18D\uC801\uC778 \uAC1C\uBC1C\uC744 \uC9C0\uC6D0\uD574 \uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",buttonText:"\u2764\uFE0F \uD6C4\uC6D0\uD558\uAE30",coffeeButton:"\u2615\uFE0F \uCEE4\uD53C \uD55C \uC794 \uC0AC\uC8FC\uAE30"},updateCheckOnStart:{name:"\uC2DC\uC791 \uC2DC \uC0C8 \uBC84\uC804 \uD655\uC778",desc:"\uC2DC\uC791 \uC2DC \uC0C8\uB85C\uC6B4 \uD50C\uB7EC\uADF8\uC778 \uB9B4\uB9AC\uC2A4\uB97C \uD655\uC778\uD558\uACE0 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC73C\uBA74 \uC54C\uB9BC\uC744 \uD45C\uC2DC\uD569\uB2C8\uB2E4. \uD655\uC778\uC740 \uD558\uB8E8\uC5D0 \uCD5C\uB300 \uD55C \uBC88 \uC218\uD589\uB429\uB2C8\uB2E4.",status:"\uC0C8 \uBC84\uC804 \uC0AC\uC6A9 \uAC00\uB2A5: {version}"},whatsNew:{name:"Notebook Navigator {version}\uC758 \uC0C8\uB85C\uC6B4 \uAE30\uB2A5",desc:"\uCD5C\uADFC \uC5C5\uB370\uC774\uD2B8\uC640 \uAC1C\uC120 \uC0AC\uD56D \uBCF4\uAE30",buttonText:"\uCD5C\uADFC \uC5C5\uB370\uC774\uD2B8 \uBCF4\uAE30"},masteringVideo:{name:"Notebook Navigator \uB9C8\uC2A4\uD130\uD558\uAE30 (\uB3D9\uC601\uC0C1)",desc:"\uC774 \uB3D9\uC601\uC0C1\uC5D0\uC11C\uB294 Notebook Navigator\uB97C \uD6A8\uC728\uC801\uC73C\uB85C \uC0AC\uC6A9\uD558\uB294 \uB370 \uD544\uC694\uD55C \uBAA8\uB4E0 \uAC83\uC744 \uB2E4\uB8F9\uB2C8\uB2E4. \uB2E8\uCD95\uD0A4, \uAC80\uC0C9, \uD0DC\uADF8 \uBC0F \uACE0\uAE09 \uC0AC\uC6A9\uC790 \uC9C0\uC815\uC774 \uD3EC\uD568\uB429\uB2C8\uB2E4."},cacheStatistics:{localCache:"\uB85C\uCEEC \uCE90\uC2DC",items:"\uD56D\uBAA9",withTags:"\uD0DC\uADF8 \uD3EC\uD568",withPreviewText:"\uBBF8\uB9AC\uBCF4\uAE30 \uD14D\uC2A4\uD2B8 \uD3EC\uD568",withFeatureImage:"\uB300\uD45C \uC774\uBBF8\uC9C0 \uD3EC\uD568",withMetadata:"\uBA54\uD0C0\uB370\uC774\uD130 \uD3EC\uD568"},metadataInfo:{successfullyParsed:"\uC131\uACF5\uC801\uC73C\uB85C \uAD6C\uBB38 \uBD84\uC11D\uB428",itemsWithName:"\uC774\uB984\uC774 \uC788\uB294 \uD56D\uBAA9",withCreatedDate:"\uC0DD\uC131 \uB0A0\uC9DC \uD3EC\uD568",withModifiedDate:"\uC218\uC815 \uB0A0\uC9DC \uD3EC\uD568",withIcon:"\uC544\uC774\uCF58 \uD3EC\uD568",withColor:"\uC0C9\uC0C1 \uD3EC\uD568",failedToParse:"\uAD6C\uBB38 \uBD84\uC11D \uC2E4\uD328",createdDates:"\uC0DD\uC131 \uB0A0\uC9DC",modifiedDates:"\uC218\uC815 \uB0A0\uC9DC",checkTimestampFormat:"\uD0C0\uC784\uC2A4\uD0EC\uD504 \uD615\uC2DD\uC744 \uD655\uC778\uD558\uC138\uC694.",exportFailed:"\uC624\uB958 \uB0B4\uBCF4\uB0B4\uAE30"}}},whatsNew:{title:"Notebook Navigator\uC758 \uC0C8\uB85C\uC6B4 \uAE30\uB2A5",supportMessage:"Notebook Navigator\uAC00 \uB3C4\uC6C0\uC774 \uB418\uC2E0\uB2E4\uBA74 \uAC1C\uBC1C\uC744 \uC9C0\uC6D0\uD574 \uC8FC\uC2DC\uAE30 \uBC14\uB78D\uB2C8\uB2E4.",supportButton:"\uCEE4\uD53C \uC0AC\uC8FC\uAE30",thanksButton:"\uAC10\uC0AC\uD569\uB2C8\uB2E4!"}}});var OO,LO=He(()=>{OO={common:{cancel:"Annuleren",delete:"Verwijderen",clear:"Wissen",remove:"Verwijderen",restoreDefault:"Standaard herstellen",submit:"Verzenden",configure:"Configureren",lightMode:"Lichte modus",darkMode:"Donkere modus",noSelection:"Geen selectie",untagged:"Zonder tags",featureImageAlt:"Uitgelichte afbeelding",unknownError:"Onbekende fout",clipboardWriteError:"Kon niet naar klembord schrijven",updateBannerTitle:"Notebook Navigator update beschikbaar",updateBannerInstruction:"Werk bij in Instellingen -> Community plugins",previous:"Vorige",next:"Volgende"},listPane:{emptyStateNoSelection:"Selecteer een map of tag om notities te bekijken",emptyStateNoNotes:"Geen notities",pinnedSection:"Vastgepind",notesSection:"Notities",filesSection:"Bestanden",hiddenItemAriaLabel:"{name} (verborgen)"},tagList:{untaggedLabel:"Zonder tags",tags:"Tags"},navigationPane:{shortcutsHeader:"Snelkoppelingen",recentFilesHeader:"Recente bestanden",properties:"Eigenschappen",reorderRootFoldersTitle:"Navigatie herschikken",reorderRootFoldersHint:"Gebruik pijlen of sleep om te herschikken",vaultRootLabel:"Kluis",resetRootToAlpha:"Terugzetten naar alfabetische volgorde",resetRootToFrequency:"Terugzetten naar frequentievolgorde",pinShortcuts:"Snelkoppelingen vastpinnen",pinShortcutsAndRecentFiles:"Snelkoppelingen en recente bestanden vastpinnen",unpinShortcuts:"Snelkoppelingen losmaken",unpinShortcutsAndRecentFiles:"Snelkoppelingen en recente bestanden losmaken",profileMenuAria:"Kluis profiel wijzigen"},navigationCalendar:{ariaLabel:"Kalender",dailyNotesNotEnabled:"De dagelijkse notities plugin is niet ingeschakeld.",createDailyNote:{title:"Nieuwe dagelijkse notitie",message:"Bestand {filename} bestaat niet. Wilt u het aanmaken?",confirmButton:"Aanmaken"},helpModal:{title:"Kalendersneltoetsen",items:["Klik op een dag om een dagnotitie te openen of aan te maken. Weken, maanden, kwartalen en jaren werken op dezelfde manier.","Een gevulde stip onder een dag betekent dat er een notitie is. Een holle stip betekent dat er onvoltooide taken zijn.","Als een notitie een uitgelichte afbeelding heeft, wordt deze weergegeven als achtergrond van de dag."],dateFilterCmdCtrl:"`Cmd/Ctrl`+klik op een datum om te filteren op die datum in de bestandenlijst.",dateFilterOptionAlt:"`Option/Alt`+klik op een datum om te filteren op die datum in de bestandenlijst."}},dailyNotes:{templateReadFailed:"Kan de sjabloon voor dagelijkse notities niet lezen.",createFailed:"Kan dagelijkse notitie niet aanmaken."},shortcuts:{folderExists:"Map staat al in snelkoppelingen",noteExists:"Notitie staat al in snelkoppelingen",tagExists:"Tag staat al in snelkoppelingen",propertyExists:"Eigenschap staat al in snelkoppelingen",invalidProperty:"Ongeldige eigenschapssnelkoppeling",searchExists:"Zoeksnelkoppeling bestaat al",emptySearchQuery:"Voer een zoekopdracht in voordat u deze opslaat",emptySearchName:"Voer een naam in voordat u de zoekopdracht opslaat",add:"Toevoegen aan snelkoppelingen",addNotesCount:"Voeg {count} notities toe aan snelkoppelingen",addFilesCount:"Voeg {count} bestanden toe aan snelkoppelingen",rename:"Snelkoppeling hernoemen",remove:"Verwijderen uit snelkoppelingen",removeAll:"Alle snelkoppelingen verwijderen",removeAllConfirm:"Alle snelkoppelingen verwijderen?",folderNotesPinned:"{count} mapnotities vastgepind"},paneHeader:{collapseAllFolders:"Items inklappen",expandAllFolders:"Alle items uitklappen",showCalendar:"Kalender tonen",hideCalendar:"Kalender verbergen",newFolder:"Nieuwe map",newNote:"Nieuwe notitie",mobileBackToNavigation:"Terug naar navigatie",changeSortOrder:"Sorteervolgorde wijzigen",defaultSort:"Standaard",descendants:"subelementen",subfolders:"submappen",subtags:"subtags",childValues:"onderliggende waarden",applySortToDescendants:t=>`Sortering toepassen op ${t}`,applyAppearanceToDescendants:t=>`Weergave toepassen op ${t}`,showFolders:"Navigatie tonen",reorderRootFolders:"Navigatie herschikken",finishRootFolderReorder:"Klaar",showExcludedItems:"Verborgen mappen, tags en notities tonen",hideExcludedItems:"Verborgen mappen, tags en notities verbergen",showDualPane:"Dubbel paneel tonen",showSinglePane:"Enkel paneel tonen",changeAppearance:"Uiterlijk wijzigen",showNotesFromSubfolders:"Notities uit submappen tonen",showFilesFromSubfolders:"Bestanden uit submappen tonen",showNotesFromDescendants:"Notities uit afstammelingen tonen",showFilesFromDescendants:"Bestanden uit afstammelingen tonen",search:"Zoeken"},searchInput:{placeholder:"Zoeken...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Zoekopdracht wissen",switchToFilterSearch:"Overschakelen naar filterzoeken",switchToOmnisearch:"Overschakelen naar Omnisearch",saveSearchShortcut:"Zoeksnelkoppeling opslaan",removeSearchShortcut:"Zoeksnelkoppeling verwijderen",shortcutModalTitle:"Zoeksnelkoppeling opslaan",shortcutNamePlaceholder:"Voer naam snelkoppeling in",shortcutStartIn:"Altijd starten in: {path}",searchHelp:"Zoeksyntax",searchHelpTitle:"Zoeksyntax",searchHelpModal:{intro:"Combineer bestandsnamen, eigenschappen, tags, datums en filters in \xE9\xE9n zoekopdracht (bijv. `meeting .status=active #work @thisweek`). Installeer de Omnisearch-plugin om zoeken in volledige tekst te gebruiken.",introSwitching:"Schakel tussen filterzoeken en Omnisearch met de pijltoetsen omhoog/omlaag of door op het zoekpictogram te klikken.",sections:{fileNames:{title:"Bestandsnamen",items:['`word` Notities met "word" in de bestandsnaam vinden.',"`word1 word2` Elk woord moet overeenkomen met de bestandsnaam.",'`-word` Notities met "word" in de bestandsnaam uitsluiten.']},tags:{title:"Tags",items:["`#tag` Notities met tag opnemen (vindt ook geneste tags zoals `#tag/subtag`).","`#` Alleen notities met tags opnemen.","`-#tag` Notities met tag uitsluiten.","`-#` Alleen notities zonder tags opnemen.","`#tag1 #tag2` Beide tags vinden (impliciete AND).","`#tag1 AND #tag2` Beide tags vinden (expliciete AND).","`#tag1 OR #tag2` Een van beide tags vinden.","`#a OR #b AND #c` AND heeft hogere prioriteit: vindt `#a`, of beide `#b` en `#c`.","Cmd/Ctrl+Klik op een tag om toe te voegen met AND. Cmd/Ctrl+Shift+Klik om toe te voegen met OR."]},properties:{title:"Eigenschappen",items:["`.key` Notities met eigenschapssleutel opnemen.","`.key=value` Notities met eigenschapswaarde opnemen.",'`."Reading Status"` Notities opnemen met een eigenschapssleutel die spaties bevat.','`."Reading Status"="In Progress"` Sleutels en waarden met spaties moeten tussen dubbele aanhalingstekens staan.',"`-.key` Notities met eigenschapssleutel uitsluiten.","`-.key=value` Notities met eigenschapswaarde uitsluiten.","Cmd/Ctrl+Klik op een eigenschap om toe te voegen met AND. Cmd/Ctrl+Shift+Klik om toe te voegen met OR."]},tasks:{title:"Filters",items:["`has:task` Notities met onvoltooide taken opnemen.","`-has:task` Notities met onvoltooide taken uitsluiten.","`folder:meetings` Notities opnemen waarvan een mapnaam `meetings` bevat.","`folder:/work/meetings` Notities alleen in `work/meetings` opnemen (geen submappen).","`folder:/` Notities alleen in de vault-root opnemen.","`-folder:archive` Notities uitsluiten waarvan een mapnaam `archive` bevat.","`-folder:/archive` Notities alleen in `archive` uitsluiten (geen submappen).","`ext:md` Notities met extensie `md` opnemen (`ext:.md` wordt ook ondersteund).","`-ext:pdf` Notities met extensie `pdf` uitsluiten.","Combineer met tags, namen en datums (bijvoorbeeld: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"AND/OR-gedrag",items:["`AND` en `OR` zijn alleen operatoren in query's met uitsluitend tags en eigenschappen.","Query's met uitsluitend tags en eigenschappen bevatten alleen tag- en eigenschapsfilters: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Als een zoekopdracht namen, datums (`@...`), taakfilters (`has:task`), mapfilters (`folder:...`) of extensiefilters (`ext:...`) bevat, worden `AND` en `OR` als woorden gezocht.","Voorbeeld operatorquery: `#work OR .status=started`.","Voorbeeld gemengde zoekopdracht: `#work OR ext:md` (`OR` wordt gezocht in bestandsnamen)."]},dates:{title:"Datums",items:["`@today` Notities van vandaag vinden met het standaard datumveld.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Relatieve datumbereiken.","`@2026-02-07` Een specifieke dag vinden (ondersteunt ook `@20260207`).","`@2026` Een kalenderjaar vinden.","`@2026-02` of `@202602` Een kalendermaand vinden.","`@2026-W05` of `@2026W05` Een ISO-week vinden.","`@2026-Q2` of `@2026Q2` Een kalenderkwartaal vinden.","`@13/02/2026` Numerieke formaten met scheidingstekens (`@07022026` volgt uw landinstelling bij onduidelijkheid).","`@2026-02-01..2026-02-07` Een inclusief dagenbereik vinden (open einden ondersteund).","`@c:...` of `@m:...` Aanmaak- of wijzigingsdatum targeten.","`-@...` Een datumovereenkomst uitsluiten."]},omnisearch:{title:"Omnisearch",items:["Zoeken in volledige tekst door de hele vault, gefilterd op de huidige map of geselecteerde tags.","Kan traag zijn met minder dan 3 tekens in grote vaults.","Kan geen paden met niet-ASCII-tekens doorzoeken of subpaden correct doorzoeken.","Geeft beperkte resultaten terug v\xF3\xF3r mapfiltering, waardoor relevante bestanden mogelijk niet verschijnen als er elders veel overeenkomsten bestaan.","Notitievoorbeelden tonen Omnisearch-fragmenten in plaats van de standaard voorbeeldtekst."]}}}},contextMenu:{file:{openInNewTab:"Openen in nieuw tabblad",openToRight:"Openen aan de rechterkant",openInNewWindow:"Openen in nieuw venster",openMultipleInNewTabs:"{count} notities openen in nieuwe tabbladen",openMultipleFilesInNewTabs:"{count} bestanden openen in nieuwe tabbladen",openMultipleToRight:"{count} notities openen aan de rechterkant",openMultipleFilesToRight:"{count} bestanden openen aan de rechterkant",openMultipleInNewWindows:"{count} notities openen in nieuwe vensters",openMultipleFilesInNewWindows:"{count} bestanden openen in nieuwe vensters",pinNote:"Notitie vastpinnen",pinFile:"Bestand vastpinnen",unpinNote:"Notitie losmaken",unpinFile:"Bestand losmaken",pinMultipleNotes:"{count} notities vastpinnen",pinMultipleFiles:"{count} bestanden vastpinnen",unpinMultipleNotes:"{count} notities losmaken",unpinMultipleFiles:"{count} bestanden losmaken",duplicateNote:"Notitie dupliceren",duplicateFile:"Bestand dupliceren",duplicateMultipleNotes:"{count} notities dupliceren",duplicateMultipleFiles:"{count} bestanden dupliceren",openVersionHistory:"Versiegeschiedenis openen",revealInFolder:"Tonen in map",revealInFinder:"Tonen in Finder",showInExplorer:"Tonen in systeemverkenner",openInDefaultApp:"Openen in standaardapp",renameNote:"Notitie hernoemen",renameFile:"Bestand hernoemen",deleteNote:"Notitie verwijderen",deleteFile:"Bestand verwijderen",setCalendarHighlight:"Markering instellen",removeCalendarHighlight:"Markering verwijderen",deleteMultipleNotes:"{count} notities verwijderen",deleteMultipleFiles:"{count} bestanden verwijderen",moveNoteToFolder:"Notitie verplaatsen naar...",moveFileToFolder:"Bestand verplaatsen naar...",moveMultipleNotesToFolder:"{count} notities verplaatsen naar...",moveMultipleFilesToFolder:"{count} bestanden verplaatsen naar...",addTag:"Tag toevoegen",addPropertyKey:"Eigenschap instellen",removeTag:"Tag verwijderen",removeAllTags:"Alle tags verwijderen",changeIcon:"Pictogram wijzigen",changeColor:"Kleur wijzigen"},folder:{newNote:"Nieuwe notitie",newNoteFromTemplate:"Nieuwe notitie uit sjabloon",newFolder:"Nieuwe map",newCanvas:"Nieuw canvas",newBase:"Nieuwe base",newDrawing:"Nieuwe tekening",newExcalidrawDrawing:"Nieuwe Excalidraw-tekening",newTldrawDrawing:"Nieuwe Tldraw-tekening",duplicateFolder:"Map dupliceren",searchInFolder:"Zoeken in map",createFolderNote:"Mapnotitie maken",detachFolderNote:"Mapnotitie loskoppelen",deleteFolderNote:"Mapnotitie verwijderen",changeIcon:"Pictogram wijzigen",changeColor:"Kleur wijzigen",changeBackground:"Achtergrond wijzigen",excludeFolder:"Map verbergen",unhideFolder:"Map zichtbaar maken",moveFolder:"Map verplaatsen naar...",renameFolder:"Map hernoemen",deleteFolder:"Map verwijderen"},tag:{changeIcon:"Pictogram wijzigen",changeColor:"Kleur wijzigen",changeBackground:"Achtergrond wijzigen",showTag:"Tag tonen",hideTag:"Tag verbergen"},property:{addKey:"Eigenschapssleutels configureren",renameKey:"Eigenschap hernoemen",deleteKey:"Eigenschap verwijderen"},navigation:{addSeparator:"Scheidingslijn toevoegen",removeSeparator:"Scheidingslijn verwijderen"},copyPath:{title:"Pad kopi\xEBren",asObsidianUrl:"als Obsidian URL",fromVaultFolder:"vanuit vault-map",fromSystemRoot:"vanaf systeemroot"},style:{title:"Stijl",copy:"Stijl kopi\xEBren",paste:"Stijl plakken",removeIcon:"Pictogram verwijderen",removeColor:"Kleur verwijderen",removeBackground:"Achtergrond verwijderen",clear:"Stijl wissen"}},folderAppearance:{standardPreset:"Standaard",compactPreset:"Compact",defaultSuffix:"(standaard)",defaultLabel:"Standaard",titleRows:"Titelrijen",previewRows:"Voorbeeldrijen",groupBy:"Groeperen op",defaultTitleOption:t=>`Standaard titelrijen (${t})`,defaultPreviewOption:t=>`Standaard voorbeeldrijen (${t})`,defaultGroupOption:t=>`Standaardgroepering (${t})`,titleRowOption:t=>`${t} titelrij${t===1?"":"en"}`,previewRowOption:t=>`${t} voorbeeldrij${t===1?"":"en"}`},modals:{bulkApply:{applyButton:"Toepassen",applySortTitle:t=>`Sortering toepassen op ${t}?`,applyAppearanceTitle:t=>`Weergave toepassen op ${t}?`,affectedCountMessage:t=>`Bestaande overschrijvingen die wijzigen: ${t}.`},navRainbowSection:{title:t=>`Regenboogkleuren: ${t}`},iconPicker:{searchPlaceholder:"Pictogrammen zoeken...",recentlyUsedHeader:"Recent gebruikt",emptyStateSearch:"Begin met typen om pictogrammen te zoeken",emptyStateNoResults:"Geen pictogrammen gevonden",showingResultsInfo:"50 van {count} resultaten weergegeven. Typ meer om te verfijnen.",emojiInstructions:"Typ of plak een emoji om deze als pictogram te gebruiken",removeIcon:"Pictogram verwijderen",removeFromRecents:"Verwijderen uit recent",allTabLabel:"Alle"},fileIconRuleEditor:{addRuleAria:"Regel toevoegen"},interfaceIcons:{title:"Interface-iconen",fileItemsSection:"Bestandsitems",items:{"nav-shortcuts":"Snelkoppelingen","nav-recent-files":"Recente bestanden","nav-expand-all":"Alles uitvouwen","nav-collapse-all":"Alles invouwen","nav-calendar":"Kalender","nav-tree-expand":"Boompijl: uitvouwen","nav-tree-collapse":"Boompijl: invouwen","nav-hidden-items":"Verborgen items","nav-root-reorder":"Hoofdmappen herschikken","nav-new-folder":"Nieuwe map","nav-show-single-pane":"Enkel paneel tonen","nav-show-dual-pane":"Dubbel paneel tonen","nav-profile-chevron":"Profielmenu-pijl","list-search":"Zoeken","list-descendants":"Notities uit submappen","list-sort-ascending":"Sorteervolgorde: oplopend","list-sort-descending":"Sorteervolgorde: aflopend","list-appearance":"Uiterlijk wijzigen","list-new-note":"Nieuwe notitie","nav-folder-open":"Map open","nav-folder-closed":"Map gesloten","nav-tags":"Tags","nav-tag":"Tag","nav-properties":"Eigenschappen","nav-property":"Eigenschap","nav-property-value":"Waarde","list-pinned":"Vastgezette items","file-unfinished-task":"Onvoltooide taken","file-word-count":"Aantal woorden"}},colorPicker:{currentColor:"Huidig",newColor:"Nieuw",paletteDefault:"Standaard",paletteCustom:"Aangepast",copyColors:"Kleur kopi\xEBren",colorsCopied:"Kleur gekopieerd naar klembord",pasteColors:"Kleur plakken",pasteClipboardError:"Kan klembord niet lezen",pasteInvalidFormat:"Een hex kleurwaarde verwacht",colorsPasted:"Kleur succesvol geplakt",resetUserColors:"Aangepaste kleuren wissen",clearCustomColorsConfirm:"Alle aangepaste kleuren verwijderen?",userColorSlot:"Kleur {slot}",recentColors:"Recente kleuren",clearRecentColors:"Recente kleuren wissen",removeRecentColor:"Kleur verwijderen",apply:"Toepassen",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Kluisprofiel wijzigen",currentBadge:"Actief",emptyState:"Geen kluisprofielen beschikbaar."},tagOperation:{renameTitle:"Tag {tag} hernoemen",deleteTitle:"Tag {tag} verwijderen",newTagPrompt:"Nieuwe tagnaam",newTagPlaceholder:"Voer nieuwe tagnaam in",renameWarning:"Het hernoemen van tag {oldTag} wijzigt {count} {files}.",deleteWarning:"Het verwijderen van tag {tag} wijzigt {count} {files}.",modificationWarning:"Dit werkt de wijzigingsdatums van bestanden bij.",affectedFiles:"Betreffende bestanden:",andMore:"...en {count} meer",confirmRename:"Tag hernoemen",renameUnchanged:"{tag} niet gewijzigd",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Hernoemd {renamed}/{total}. Niet bijgewerkt: {notUpdated}. Metadata en snelkoppelingen zijn niet bijgewerkt.",invalidTagName:"Voer een geldige tagnaam in.",descendantRenameError:"Een tag kan niet in zichzelf of een afstammeling worden verplaatst.",confirmDelete:"Tag verwijderen",deleteBatchNotFinalized:"Verwijderd uit {removed}/{total}. Niet bijgewerkt: {notUpdated}. Metadata en snelkoppelingen zijn niet bijgewerkt.",checkConsoleForDetails:"Controleer de console voor details.",file:"bestand",files:"bestanden",inlineParsingWarning:{title:"Inline-tagcompatibiliteit",message:"{tag} bevat tekens die Obsidian niet kan verwerken in inline-tags. Frontmatter-tags worden niet be\xEFnvloed.",confirm:"Toch gebruiken"}},propertyOperation:{renameTitle:"Eigenschap {property} hernoemen",deleteTitle:"Eigenschap {property} verwijderen",newKeyPrompt:"Nieuwe eigenschapnaam",newKeyPlaceholder:"Voer de nieuwe eigenschapnaam in",renameWarning:"Het hernoemen van eigenschap {property} wijzigt {count} {files}.",renameConflictWarning:"Eigenschap {newKey} bestaat al in {count} {files}. Het hernoemen van {oldKey} vervangt bestaande {newKey}-waarden.",deleteWarning:"Het verwijderen van eigenschap {property} wijzigt {count} {files}.",confirmRename:"Eigenschap hernoemen",confirmDelete:"Eigenschap verwijderen",renameNoChanges:"{oldKey} \u2192 {newKey} (geen wijzigingen)",renameSettingsUpdateFailed:"Eigenschap {oldKey} \u2192 {newKey} hernoemd. Instellingen konden niet worden bijgewerkt.",deleteSingleSuccess:"Eigenschap {property} verwijderd uit 1 notitie",deleteMultipleSuccess:"Eigenschap {property} verwijderd uit {count} notities",deleteSettingsUpdateFailed:"Eigenschap {property} verwijderd. Instellingen konden niet worden bijgewerkt.",invalidKeyName:"Voer een geldige eigenschapnaam in."},fileSystem:{newFolderTitle:"Nieuwe map",renameFolderTitle:"Map hernoemen",renameFileTitle:"Bestand hernoemen",deleteFolderTitle:"'{name}' verwijderen?",deleteFileTitle:"'{name}' verwijderen?",deleteFileAttachmentsTitle:"Bestandsbijlagen verwijderen?",moveFileConflictTitle:"Verplaatsingsconflict",folderNamePrompt:"Voer mapnaam in:",hideInOtherVaultProfiles:"Verbergen in andere kluisprofielen",renamePrompt:"Voer nieuwe naam in:",renameVaultTitle:"Weergavenaam kluis wijzigen",renameVaultPrompt:"Voer aangepaste weergavenaam in (laat leeg voor standaard):",deleteFolderConfirm:"Weet u zeker dat u deze map en alle inhoud wilt verwijderen?",deleteFileConfirm:"Weet u zeker dat u dit bestand wilt verwijderen?",deleteFileAttachmentsDescriptionSingle:"Deze bijlage wordt niet meer gebruikt in notities. Wilt u deze verwijderen?",deleteFileAttachmentsDescriptionMultiple:"Deze bijlagen worden niet meer gebruikt in notities. Wilt u ze verwijderen?",deleteFileAttachmentsViewFileTreeAriaLabel:"Bestandsboom",deleteFileAttachmentsViewGalleryAriaLabel:"Galerij",moveFileConflictDescriptionSingle:'Een bestandsconflict is gevonden in "{folder}".',moveFileConflictDescriptionMultiple:'{count} bestandsconflicten zijn gevonden in "{folder}".',moveFileConflictAffectedFiles:"Betrokken bestanden",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(alleen hernoemen)",moveFileConflictRename:"Hernoemen",moveFileConflictOverwrite:"Overschrijven",removeAllTagsTitle:"Alle tags verwijderen",removeAllTagsFromNote:"Weet u zeker dat u alle tags van deze notitie wilt verwijderen?",removeAllTagsFromNotes:"Weet u zeker dat u alle tags van {count} notities wilt verwijderen?"},folderNoteType:{title:"Selecteer type mapnotitie",folderLabel:"Map: {name}"},folderSuggest:{placeholder:t=>`Verplaats ${t} naar map...`,multipleFilesLabel:t=>`${t} bestanden`,navigatePlaceholder:"Navigeren naar map...",instructions:{navigate:"om te navigeren",move:"om te verplaatsen",select:"om te selecteren",dismiss:"om te sluiten"}},homepage:{placeholder:"Bestanden zoeken...",instructions:{navigate:"om te navigeren",select:"om startpagina in te stellen",dismiss:"om te sluiten"}},calendarTemplate:{placeholder:"Sjablonen zoeken...",instructions:{navigate:"om te navigeren",select:"om sjabloon te selecteren",dismiss:"om te sluiten"}},navigationBanner:{placeholder:"Afbeeldingen zoeken...",instructions:{navigate:"om te navigeren",select:"om banner in te stellen",dismiss:"om te sluiten"}},tagSuggest:{navigatePlaceholder:"Navigeren naar tag...",addPlaceholder:"Zoeken naar tag om toe te voegen...",removePlaceholder:"Selecteer tag om te verwijderen...",createNewTag:"Nieuwe tag maken: #{tag}",instructions:{navigate:"om te navigeren",select:"om te selecteren",dismiss:"om te sluiten",add:"om tag toe te voegen",remove:"om tag te verwijderen"}},propertySuggest:{placeholder:"Eigenschap selecteren...",navigatePlaceholder:"Navigeer naar eigenschap...",instructions:{navigate:"om te navigeren",select:"om eigenschap toe te voegen",dismiss:"om te sluiten"}},propertyKeyVisibility:{title:"Zichtbaarheid van eigenschapssleutels",description:"Bepaal waar eigenschapswaarden worden weergegeven. De kolommen komen overeen met het navigatiepaneel, het lijstpaneel en het contextmenu van bestanden. Gebruik de onderste rij om alle rijen in een kolom om te schakelen.",searchPlaceholder:"Eigenschapssleutels zoeken...",propertyColumnLabel:"Eigenschap",showInNavigation:"Tonen in navigatie",showInList:"Tonen in lijst",showInFileMenu:"Tonen in bestandsmenu",toggleAllInNavigation:"Alles in navigatie omschakelen",toggleAllInList:"Alles in lijst omschakelen",toggleAllInFileMenu:"Alles in bestandsmenu omschakelen",applyButton:"Toepassen",emptyState:"Geen eigenschapssleutels gevonden."},welcome:{title:"Welkom bij {pluginName}",introText:'Hallo! Voordat je begint, raad ik je sterk aan om de eerste vijf minuten van de onderstaande video te bekijken om te begrijpen hoe de panelen en de schakelaar "Notities uit submappen weergeven" werken.',continueText:"Als je nog vijf minuten hebt, bekijk dan de rest van de video om de compacte weergavemodi te begrijpen en hoe je snelkoppelingen en belangrijke sneltoetsen correct instelt.",thanksText:"Heel erg bedankt voor het downloaden en veel plezier!",videoAlt:"Notebook Navigator installeren en beheersen",openVideoButton:"Video afspelen",closeButton:"Misschien later"}},fileSystem:{errors:{createFolder:"Kan map niet maken: {error}",createFile:"Kan bestand niet maken: {error}",renameFolder:"Kan map niet hernoemen: {error}",renameFolderNoteConflict:'Kan niet hernoemen: "{name}" bestaat al in deze map',renameFile:"Kan bestand niet hernoemen: {error}",deleteFolder:"Kan map niet verwijderen: {error}",deleteFile:"Kan bestand niet verwijderen: {error}",deleteAttachments:"Kan bijlagen niet verwijderen: {error}",duplicateNote:"Kan notitie niet dupliceren: {error}",duplicateFolder:"Kan map niet dupliceren: {error}",openVersionHistory:"Kan versiegeschiedenis niet openen: {error}",versionHistoryNotFound:"Versiegeschiedenis commando niet gevonden. Zorg dat Obsidian Sync is ingeschakeld.",revealInExplorer:"Kan bestand niet tonen in systeemverkenner: {error}",openInDefaultApp:"Kan niet openen in standaardapp: {error}",openInDefaultAppNotAvailable:"Openen in standaardapp is niet beschikbaar op dit platform",folderNoteAlreadyExists:"Mapnotitie bestaat al",folderAlreadyExists:'Map "{name}" bestaat al',folderNotesDisabled:"Schakel mapnotities in via instellingen om bestanden te converteren",folderNoteAlreadyLinked:"Dit bestand fungeert al als mapnotitie",folderNoteNotFound:"Geen mapnotitie in de geselecteerde map",folderNoteUnsupportedExtension:"Niet-ondersteunde bestandsextensie: {extension}",folderNoteMoveFailed:"Kan bestand niet verplaatsen tijdens conversie: {error}",folderNoteRenameConflict:'Een bestand met de naam "{name}" bestaat al in de map',folderNoteConversionFailed:"Kan bestand niet converteren naar mapnotitie",folderNoteConversionFailedWithReason:"Kan bestand niet converteren naar mapnotitie: {error}",folderNoteOpenFailed:"Bestand geconverteerd maar kan mapnotitie niet openen: {error}",failedToDeleteFile:"Kan {name} niet verwijderen: {error}",failedToDeleteMultipleFiles:"Kan {count} bestanden niet verwijderen",versionHistoryNotAvailable:"Versiegeschiedenis niet beschikbaar",drawingAlreadyExists:"Een tekening met deze naam bestaat al",failedToCreateDrawing:"Kan tekening niet maken",noFolderSelected:"Geen map geselecteerd in Notebook Navigator",noFileSelected:"Geen bestand geselecteerd"},warnings:{linkBreakingNameCharacters:"Deze naam bevat tekens die Obsidian-links verbreken: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Namen mogen niet met een punt beginnen of : of / bevatten.",forbiddenNameCharactersWindows:'Door Windows gereserveerde tekens zijn niet toegestaan: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Map verborgen: {name}",showFolder:"Map zichtbaar: {name}"},notifications:{deletedMultipleFiles:"{count} bestanden verwijderd",movedMultipleFiles:"{count} bestanden verplaatst naar {folder}",folderNoteConversionSuccess:'Bestand geconverteerd naar mapnotitie in "{name}"',folderMoved:'Map "{name}" verplaatst',deepLinkCopied:"Obsidian URL gekopieerd naar klembord",pathCopied:"Pad gekopieerd naar klembord",relativePathCopied:"Relatief pad gekopieerd naar klembord",tagAddedToNote:"Tag toegevoegd aan 1 notitie",tagAddedToNotes:"Tag toegevoegd aan {count} notities",tagRemovedFromNote:"Tag verwijderd van 1 notitie",tagRemovedFromNotes:"Tag verwijderd van {count} notities",tagsClearedFromNote:"Alle tags verwijderd van 1 notitie",tagsClearedFromNotes:"Alle tags verwijderd van {count} notities",noTagsToRemove:"Geen tags om te verwijderen",noFilesSelected:"Geen bestanden geselecteerd",tagOperationsNotAvailable:"Tagbewerkingen niet beschikbaar",propertyOperationsNotAvailable:"Eigenschapbewerkingen niet beschikbaar",tagsRequireMarkdown:"Tags worden alleen ondersteund op Markdown-notities",propertiesRequireMarkdown:"Eigenschappen worden alleen ondersteund in Markdown-notities",propertySetOnNote:"Eigenschap bijgewerkt op 1 notitie",propertySetOnNotes:"Eigenschap bijgewerkt op {count} notities",iconPackDownloaded:"{provider} gedownload",iconPackUpdated:"{provider} bijgewerkt ({version})",iconPackRemoved:"{provider} verwijderd",iconPackLoadFailed:"Kan {provider} niet laden",hiddenFileReveal:'Bestand is verborgen. Schakel "Verborgen items tonen" in om het weer te geven'},confirmations:{deleteMultipleFiles:"Weet u zeker dat u {count} bestanden wilt verwijderen?",deleteConfirmation:"Deze actie kan niet ongedaan worden gemaakt."},defaultNames:{untitled:"Zonder titel"}},dragDrop:{errors:{cannotMoveIntoSelf:"Kan een map niet in zichzelf of een submap verplaatsen.",itemAlreadyExists:'Een item met de naam "{name}" bestaat al op deze locatie.',failedToMove:"Verplaatsen mislukt: {error}",failedToAddTag:'Kan tag "{tag}" niet toevoegen',failedToSetProperty:"Kan eigenschap niet bijwerken: {error}",failedToClearTags:"Kan tags niet wissen",failedToMoveFolder:'Kan map "{name}" niet verplaatsen',failedToImportFiles:"Importeren mislukt: {names}"},notifications:{filesAlreadyExist:"{count} bestanden bestaan al op de bestemming",filesAlreadyHaveTag:"{count} bestanden hebben deze tag of een specifiekere al",filesAlreadyHaveProperty:"{count} bestanden hebben deze eigenschap al",noTagsToClear:"Geen tags om te wissen",fileImported:"1 bestand ge\xEFmporteerd",filesImported:"{count} bestanden ge\xEFmporteerd"}},dateGroups:{today:"Vandaag",yesterday:"Gisteren",previous7Days:"Afgelopen 7 dagen",previous30Days:"Afgelopen 30 dagen"},commands:{open:"Openen",toggleLeftSidebar:"Linker zijbalk in-/uitschakelen",openHomepage:"Startpagina openen",openDailyNote:"Dagelijkse notitie openen",openWeeklyNote:"Wekelijkse notitie openen",openMonthlyNote:"Maandelijkse notitie openen",openQuarterlyNote:"Kwartaalnotitie openen",openYearlyNote:"Jaarlijkse notitie openen",revealFile:"Bestand tonen",search:"Zoeken",searchVaultRoot:"Zoeken in kluisroot",toggleDualPane:"Dubbel paneel in-/uitschakelen",toggleDualPaneOrientation:"Dubbel paneel ori\xEBntatie wisselen",toggleCalendar:"Kalender in-/uitschakelen",selectVaultProfile:"Kluisprofiel wijzigen",selectVaultProfile1:"Kluisprofiel 1 selecteren",selectVaultProfile2:"Kluisprofiel 2 selecteren",selectVaultProfile3:"Kluisprofiel 3 selecteren",deleteFile:"Bestanden verwijderen",createNewNote:"Nieuwe notitie maken",createNewNoteFromTemplate:"Nieuwe notitie uit sjabloon",moveFiles:"Bestanden verplaatsen",selectNextFile:"Volgend bestand selecteren",selectPreviousFile:"Vorig bestand selecteren",navigateBack:"Terug navigeren",navigateForward:"Vooruit navigeren",convertToFolderNote:"Converteren naar mapnotitie",setAsFolderNote:"Als mapnotitie instellen",detachFolderNote:"Mapnotitie loskoppelen",pinAllFolderNotes:"Alle mapnotities vastpinnen",navigateToFolder:"Navigeren naar map",navigateToTag:"Navigeren naar tag",navigateToProperty:"Navigeer naar eigenschap",addShortcut:"Toevoegen aan snelkoppelingen",openShortcut:"Snelkoppeling {number} openen",toggleDescendants:"Afstammelingen in-/uitschakelen",toggleHidden:"Verborgen mappen, tags en notities in-/uitschakelen",toggleTagSort:"Tag sorteervolgorde in-/uitschakelen",toggleCompactMode:"Compacte modus in-/uitschakelen",collapseExpand:"Alle items in-/uitklappen",addTag:"Tag toevoegen aan geselecteerde bestanden",setProperty:"Eigenschap instellen op geselecteerde bestanden",removeTag:"Tag verwijderen van geselecteerde bestanden",removeAllTags:"Alle tags verwijderen van geselecteerde bestanden",openAllFiles:"Alle bestanden openen",rebuildCache:"Cache opnieuw opbouwen"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Kalender",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Tonen in Notebook Navigator"},tooltips:{lastModifiedAt:"Laatst gewijzigd op",createdAt:"Gemaakt op",file:"bestand",files:"bestanden",folder:"map",folders:"mappen"},settings:{metadataReport:{exportSuccess:"Metadatarapport met fouten ge\xEBxporteerd naar: {filename}",exportFailed:"Kan metadatarapport niet exporteren"},sections:{general:"Algemeen",navigationPane:"Navigatie",calendar:"Kalender",files:"Bestanden",icons:"Pictogrampakketten",folders:"Mappen",folderNotes:"Mapnotities",foldersAndTags:"Mappen",tagsAndProperties:"Tags & eigenschappen",tags:"Tags",listPane:"Lijst",notes:"Notities",advanced:"Geavanceerd"},groups:{general:{vaultProfiles:"Kluisprofielen",filtering:"Filteren",templates:"Sjablonen",behavior:"Gedrag",keyboardNavigation:"Toetsenbordnavigatie",mouseButtons:"Muisknoppen",view:"Uiterlijk",icons:"Iconen",desktopAppearance:"Desktop-uiterlijk",mobileAppearance:"Mobiele weergave",formatting:"Opmaak"},navigation:{appearance:"Uiterlijk",rainbowColors:"Regenboogkleuren",leftSidebar:"Linkerzijbalk",calendarIntegration:"Kalenderintegratie"},list:{display:"Uiterlijk",pinnedNotes:"Vastgezette notities"},notes:{frontmatter:"Frontmatter",tasks:"Taken",icon:"Icoon",title:"Titel",previewText:"Voorbeeldtekst",featureImage:"Uitgelichte afbeelding",tags:"Tags",properties:"Eigenschappen",date:"Datum",parentFolder:"Bovenliggende map"}},syncMode:{notSynced:"(niet gesynchroniseerd)",disabled:"(uitgeschakeld)",switchToSynced:"Synchronisatie inschakelen",switchToLocal:"Synchronisatie uitschakelen"},items:{listPaneTitle:{name:"Titel lijstpaneel",desc:"Kies waar de titel van het lijstpaneel wordt weergegeven.",options:{header:"Tonen in koptekst",list:"Tonen in lijstpaneel",hidden:"Niet tonen"}},sortNotesBy:{name:"Notities sorteren op",desc:"Kies hoe notities worden gesorteerd in de notitielijst.",options:{"modified-desc":"Datum bewerkt (nieuwste bovenaan)","modified-asc":"Datum bewerkt (oudste bovenaan)","created-desc":"Datum gemaakt (nieuwste bovenaan)","created-asc":"Datum gemaakt (oudste bovenaan)","title-asc":"Titel (A bovenaan)","title-desc":"Titel (Z bovenaan)","filename-asc":"Bestandsnaam (A bovenaan)","filename-desc":"Bestandsnaam (Z bovenaan)","property-asc":"Eigenschap (A bovenaan)","property-desc":"Eigenschap (Z bovenaan)"},propertyOverride:{asc:"Eigenschap \u2018{property}\u2019 (A bovenaan)",desc:"Eigenschap \u2018{property}\u2019 (Z bovenaan)"}},propertySortKey:{name:"Sorteereigenschap",desc:"Gebruikt met Eigenschap-sortering. Notities met deze frontmatter-eigenschap worden eerst weergegeven en gesorteerd op de eigenschapswaarde. Arrays worden samengevoegd tot \xE9\xE9n waarde.",placeholder:"order"},propertySortSecondary:{name:"Secundaire sortering",desc:"Gebruikt bij Eigenschap-sortering wanneer notities dezelfde eigenschapswaarde of geen eigenschapswaarde hebben.",options:{title:"Titel",filename:"Bestandsnaam",created:"Aanmaakdatum",modified:"Bewerkingsdatum"}},revealFileOnListChanges:{name:"Scroll naar geselecteerd bestand bij lijstwijzigingen",desc:"Scroll naar het geselecteerde bestand bij het vastpinnen van notities, tonen van afstammelingen-notities, wijzigen van mapweergave of uitvoeren van bestandsoperaties."},includeDescendantNotes:{name:"Notities uit submappen / afstammelingen tonen",desc:"Notities uit geneste submappen en tag-afstammelingen opnemen bij het bekijken van een map of tag."},limitPinnedToCurrentFolder:{name:"Notities alleen in hun map vastmaken",desc:"Vastgemaakte notities worden alleen als vastgemaakt weergegeven in hun eigen map. Handig voor mapnotities of als je veel vastgemaakte notities hebt. Heeft geen invloed op tag- of eigenschapweergaven."},separateNoteCounts:{name:"Huidige en afstammeling-tellingen apart tonen",desc:'Notitietelingen weergeven in "huidig \u25BE afstammelingen" formaat in mappen en tags.'},groupNotes:{name:"Notities groeperen",desc:"Koppen tussen notities weergeven gegroepeerd op datum of map. Tagweergaven gebruiken datumgroepen wanneer mapgroepering is ingeschakeld.",options:{none:"Niet groeperen",date:"Groeperen op datum",folder:"Groeperen op map"}},showSelectedNavigationPills:{name:"Tag- en eigenschapspillen altijd tonen",desc:'Wanneer uitgeschakeld, worden pillen die overeenkomen met de huidige navigatieselectie verborgen (bijv. de "recepten"-tagpil wordt verborgen bij het bladeren door de "recepten"-tag). Inschakelen om alle pillen zichtbaar te houden.'},showPinnedGroupHeader:{name:"Vastgepinde groepskop tonen",desc:"De vastgepinde sectiekop boven vastgepinde notities weergeven."},showPinnedIcon:{name:"Vastgepind pictogram tonen",desc:"Pictogram naast vastgepinde sectiekop weergeven."},defaultListMode:{name:"Standaard lijstmodus",desc:"Selecteer de standaard lijstindeling. Standaard toont titel, datum, beschrijving en voorbeeldtekst. Compact toont alleen de titel. Uiterlijk kan per map worden overschreven.",options:{standard:"Standaard",compact:"Compact"}},showFileIcons:{name:"Bestandspictogrammen tonen",desc:"Bestandspictogrammen tonen met links uitgelijnde ruimte. Uitschakelen verwijdert zowel pictogrammen als inspringing. Prioriteit: onvoltooide taken-pictogram > aangepast pictogram > bestandsnaam-pictogram > bestandstype-pictogram > standaardpictogram."},showFileIconUnfinishedTask:{name:"Onvoltooide taken-pictogram",desc:"Een taakpictogram weergeven wanneer een notitie onvoltooide taken bevat."},showFileBackgroundUnfinishedTask:{name:"Onvoltooide taken-achtergrond",desc:"Een achtergrondkleur toepassen wanneer een notitie onvoltooide taken bevat."},unfinishedTaskBackgroundColor:{name:"Achtergrondkleur",desc:"De achtergrondkleur instellen die wordt gebruikt wanneer een notitie onvoltooide taken bevat."},showFilenameMatchIcons:{name:"Pictogrammen op bestandsnaam",desc:"Pictogrammen toewijzen aan bestanden op basis van tekst in hun namen."},fileNameIconMap:{name:"Bestandsnaam-pictogram toewijzing",desc:"Bestanden met de tekst krijgen het opgegeven pictogram. E\xE9n toewijzing per regel: tekst=pictogram",placeholder:`# tekst=pictogram +vergadering=LiCalendar +factuur=PhReceipt`,editTooltip:"Toewijzingen bewerken"},showCategoryIcons:{name:"Pictogrammen op bestandstype",desc:"Pictogrammen toewijzen aan bestanden op basis van hun extensie."},fileTypeIconMap:{name:"Bestandstype-pictogram toewijzing",desc:"Bestanden met de extensie krijgen het opgegeven pictogram. E\xE9n toewijzing per regel: extensie=pictogram",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Toewijzingen bewerken"},optimizeNoteHeight:{name:"Variabele notitiehoogte",desc:"Compacte hoogte gebruiken voor vastgepinde notities en notities zonder voorbeeldtekst."},compactItemHeight:{name:"Compacte itemhoogte",desc:"Stel de hoogte van compacte lijstitems in op desktop en mobiel.",resetTooltip:"Herstellen naar standaard (28px)"},compactItemHeightScaleText:{name:"Tekst schalen met compacte itemhoogte",desc:"Compacte lijsttekst schalen wanneer de itemhoogte wordt verminderd."},showParentFolder:{name:"Bovenliggende map tonen",desc:"De naam van de bovenliggende map weergeven voor notities in submappen of tags."},parentFolderClickRevealsFile:{name:"Klik op bovenliggende map opent map",desc:"Klik op het label van de bovenliggende map om de map te openen in het lijstpaneel."},showParentFolderColor:{name:"Bovenliggende mapkleur tonen",desc:"Mapkleuren gebruiken voor labels van bovenliggende mappen."},showParentFolderIcon:{name:"Bovenliggende mapicoon tonen",desc:"Mapiconen tonen naast labels van bovenliggende mappen."},showQuickActions:{name:"Snelle acties tonen",desc:"Actieknoppen tonen bij zweven over bestanden. Knopbediening selecteert welke acties verschijnen."},dualPane:{name:"Dubbel paneellay-out",desc:"Navigatiepaneel en lijstpaneel naast elkaar tonen op desktop."},dualPaneOrientation:{name:"Dubbel paneel ori\xEBntatie",desc:"Kies horizontale of verticale lay-out wanneer dubbel paneel actief is.",options:{horizontal:"Horizontale splitsing",vertical:"Verticale splitsing"}},appearanceBackground:{name:"Achtergrondkleur",desc:"Kies achtergrondkleuren voor navigatie- en lijstpanelen.",options:{separate:"Afzonderlijke achtergronden",primary:"Gebruik lijstachtergrond",secondary:"Gebruik navigatieachtergrond"}},appearanceScale:{name:"Zoomniveau",desc:"Regelt het algemene zoomniveau van Notebook Navigator."},useFloatingToolbars:{name:"Zwevende werkbalken gebruiken op iOS/iPadOS",desc:"Geldt voor Obsidian 1.11 en later."},startView:{name:"Standaard opstartweergave",desc:"Kies welk paneel wordt weergegeven bij het openen van Notebook Navigator. Navigatiepaneel toont snelkoppelingen, recente bestanden en mappenstructuur. Lijstpaneel toont direct de bestandenlijst.",options:{navigation:"Navigatiepaneel",files:"Lijstpaneel"}},toolbarButtons:{name:"Werkbalkknoppen",desc:"Kies welke knoppen in de werkbalk worden weergegeven. Verborgen knoppen blijven toegankelijk via opdrachten en menu's.",navigationLabel:"Navigatiewerkbalk",listLabel:"Lijstwerkbalk"},createNewNotesInNewTab:{name:"Nieuwe notities in nieuw tabblad openen",desc:"Wanneer ingeschakeld opent de opdracht Nieuwe notitie maken notities in een nieuw tabblad. Wanneer uitgeschakeld vervangen notities het huidige tabblad."},autoRevealActiveNote:{name:"Actieve notitie automatisch tonen",desc:"Notities automatisch tonen wanneer geopend vanuit Snelle Wisselaar, links of zoeken."},autoRevealShortestPath:{name:"Kortste pad gebruiken",desc:"Ingeschakeld: Automatisch tonen selecteert de dichtstbijzijnde zichtbare bovenliggende map of tag. Uitgeschakeld: Automatisch tonen selecteert de werkelijke map en exacte tag van het bestand."},autoRevealIgnoreRightSidebar:{name:"Gebeurtenissen van rechter zijbalk negeren",desc:"Actieve notitie niet wijzigen bij klikken of wijzigen van notities in de rechter zijbalk."},autoRevealIgnoreOtherWindows:{name:"Gebeurtenissen van andere vensters negeren",desc:"Actieve notitie niet wijzigen bij het werken met notities in een ander venster."},paneTransitionDuration:{name:"Enkelvoudig paneel animatie",desc:"Transitieduur bij het wisselen tussen panelen in enkelvoudig-paneel-modus (milliseconden).",resetTooltip:"Herstellen naar standaard"},autoSelectFirstFileOnFocusChange:{name:"Eerste notitie automatisch selecteren",desc:"Automatisch de eerste notitie openen bij het wisselen van mappen of tags."},skipAutoScroll:{name:"Automatisch scrollen voor snelkoppelingen uitschakelen",desc:"Het navigatiepaneel niet scrollen bij klikken op items in snelkoppelingen."},autoExpandNavItems:{name:"Uitvouwen bij selectie",desc:"Mappen en tags uitvouwen bij selectie. In enkelvoudige paneelmodus: eerste selectie vouwt uit, tweede selectie toont bestanden."},springLoadedFolders:{name:"Uitvouwen bij slepen",desc:"Mappen en tags uitvouwen bij zweven tijdens slepen."},springLoadedFoldersInitialDelay:{name:"Vertraging bij eerste uitvouw",desc:"Vertraging voordat de eerste map of tag uitvouwt tijdens slepen (seconden)."},springLoadedFoldersSubsequentDelay:{name:"Vertraging bij volgende uitvouwen",desc:"Vertraging voordat extra mappen of tags uitvouwen tijdens dezelfde sleepactie (seconden)."},navigationBanner:{name:"Navigatiebanner (kluisprofiel)",desc:"Een afbeelding weergeven boven het navigatiepaneel. Verandert met het geselecteerde kluisprofiel.",current:"Huidige banner: {path}",chooseButton:"Afbeelding kiezen"},pinNavigationBanner:{name:"Banner vastpinnen",desc:"Pin de navigatiebanner boven de navigatieboom."},showShortcuts:{name:"Snelkoppelingen tonen",desc:"De sectie snelkoppelingen weergeven in het navigatiepaneel."},shortcutBadgeDisplay:{name:"Snelkoppeling badge",desc:"Wat naast snelkoppelingen weergeven. Gebruik de commando's 'Snelkoppeling 1-9 openen' om snelkoppelingen direct te openen.",options:{index:"Positie (1-9)",count:"Aantal items",none:"Geen"}},showRecentNotes:{name:"Recente bestanden tonen",desc:"De sectie recente bestanden weergeven in het navigatiepaneel."},hideRecentNotes:{name:"Bestandstypen verbergen",desc:"Kies welke soorten bestanden verborgen worden in de sectie recente bestanden.",options:{none:"Geen",folderNotes:"Mapnotities"}},recentNotesCount:{name:"Aantal recente bestanden",desc:"Aantal weer te geven recente bestanden."},pinRecentNotesWithShortcuts:{name:"Recente bestanden met snelkoppelingen vastpinnen",desc:"Recente bestanden opnemen wanneer snelkoppelingen zijn vastgepind."},calendarEnabled:{name:"Kalender inschakelen",desc:"Kalenderfuncties van Notebook Navigator inschakelen."},calendarPlacement:{name:"Kalenderpositie",desc:"Weergeven in de linker of rechter zijbalk.",options:{leftSidebar:"Linker zijbalk",rightSidebar:"Rechter zijbalk"}},calendarLeftPlacement:{name:"Enkele paneel plaatsing",desc:"Waar de kalender wordt weergegeven in enkele paneelmodus.",options:{navigationPane:"Navigatiepaneel",below:"Onder panelen"}},calendarLocale:{name:"Taal",desc:"Bepaalt weeknummering en eerste dag van de week.",incompatibleWeekPatternWarning:'Het patroon voor wekelijkse notities gebruikt ISO-weektokens ("W" of "G"). De kalender toont weken beginnend op maandag in plaats van de eerste dag van de week van deze taal.',options:{systemDefault:"Standaard"}},calendarWeekendDays:{name:"Weekenddagen",desc:"Toon weekenddagen met een andere achtergrondkleur.",options:{none:"Geen",satSun:"Zaterdag en zondag",friSat:"Vrijdag en zaterdag",thuFri:"Donderdag en vrijdag"}},calendarMonthHeadingFormat:{name:"Maandnaam-indeling",desc:"Normale of afgekorte maandnaam wanneer het jaaroverzicht verborgen is.",options:{full:"januari (volledig)",short:"jan. (kort)"}},showInfoButtons:{name:"Infoknoppen tonen",desc:"Infoknoppen weergeven in de zoekbalk en de kalenderheader."},calendarWeeksToShow:{name:"Weken om te tonen in linker zijbalk",desc:"De kalender in de rechter zijbalk toont altijd de volledige maand.",options:{fullMonth:"Volledige maand",oneWeek:"1 week",weeksCount:"{count} weken"}},calendarHighlightToday:{name:"Datum van vandaag markeren",desc:"Markeer de datum van vandaag met een achtergrondkleur en vetgedrukte tekst."},calendarShowFeatureImage:{name:"Uitgelichte afbeelding tonen",desc:"Toon uitgelichte afbeeldingen voor notities in de kalender."},calendarShowWeekNumber:{name:"Weeknummer tonen",desc:"Voeg een kolom toe met het weeknummer."},calendarShowQuarter:{name:"Kwartaal tonen",desc:"Voeg een kwartaallabel toe in de kalender-header."},calendarShowYearCalendar:{name:"Jaarkalender tonen",desc:"Jaarnavigatie en maandraster weergeven in de rechter zijbalk."},calendarConfirmBeforeCreate:{name:"Bevestigen voor aanmaken",desc:"Toon een bevestigingsdialoog bij het aanmaken van een nieuwe dagelijkse notitie."},calendarIntegrationMode:{name:"Dagelijkse notitie bron",desc:"Bron voor kalendernotities.",options:{dailyNotes:"Dagelijkse notities (core plug-in)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Map en datumformaat worden geconfigureerd in de Daily Notes core plugin."}},calendarCustomRootFolder:{name:"Hoofdmap",desc:"Basismap voor periodieke notities. Datumpatronen kunnen submappen bevatten. Wijzigt met het geselecteerde kluisprofiel.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Sjabloonmaplocatie",desc:"De sjabloonbestandskiezer toont notities uit deze map.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Dagelijkse notities",desc:"Pad formatteren met Moment-datumnotatie. Zet submapnamen tussen haakjes, bijv. [Work]/YYYY. Klik op het sjabloonpictogram om een sjabloon in te stellen. Stel de sjabloonmaplocatie in bij Algemeen > Sjablonen.",momentDescPrefix:"Pad formatteren met ",momentLinkText:"Moment-datumnotatie",momentDescSuffix:". Zet submapnamen tussen haakjes, bijv. [Work]/YYYY. Klik op het sjabloonpictogram om een sjabloon in te stellen. Stel de sjabloonmaplocatie in bij Algemeen > Sjablonen.",placeholder:"YYYY/YYYYMMDD",example:"Huidige syntaxis: {path}",parsingError:"Het patroon moet kunnen formatteren en terug-parsen naar een volledige datum (jaar, maand, dag)."},calendarCustomWeekPattern:{name:"Wekelijkse notities",parsingError:"Het patroon moet kunnen formatteren en terug-parsen naar een volledige week (weekjaar, weeknummer).",localeMismatchWarning:'Dit patroon gebruikt ISO-weektokens ("W" of "G"). De kalender toont weken beginnend op maandag. Gebruik "w" of "g" als wekelijkse notities de geselecteerde taal moeten volgen.'},calendarCustomMonthPattern:{name:"Maandelijkse notities",parsingError:"Het patroon moet kunnen formatteren en terug-parsen naar een volledige maand (jaar, maand)."},calendarCustomQuarterPattern:{name:"Kwartaalnotities",parsingError:"Het patroon moet kunnen formatteren en terug-parsen naar een volledig kwartaal (jaar, kwartaal)."},calendarCustomYearPattern:{name:"Jaarlijkse notities",parsingError:"Het patroon moet kunnen formatteren en terug-parsen naar een volledig jaar (jaar)."},calendarTemplateFile:{current:"Sjabloonbestand: {name}"},showTooltips:{name:"Tooltips tonen",desc:"Zweeftips met extra informatie weergeven voor notities en mappen."},showTooltipPath:{name:"Pad tonen",desc:"Het mappad onder notitienamen in tooltips weergeven."},resetPaneSeparator:{name:"Paneelscheidingspositie resetten",desc:"De versleepbare scheiding tussen navigatiepaneel en lijstpaneel resetten naar standaardpositie.",buttonText:"Scheiding resetten",notice:"Scheidingspositie gereset. Herstart Obsidian of heropen Notebook Navigator om toe te passen."},settingsTransfer:{name:"Instellingen importeren en exporteren",desc:"Notebook Navigator-instellingen exporteren of importeren als JSON. Importeren vervangt alle instellingen.",importButtonText:"Importeren",exportButtonText:"Exporteren",import:{modalTitle:"Instellingen importeren",fileButtonName:"Importeren uit bestand",fileButtonDesc:"Een JSON-bestand laden vanaf schijf.",fileButtonText:"Importeren uit bestand",editorName:"JSON",editorDesc:"Plak of bewerk JSON hieronder. Niet-opgenomen instellingen worden teruggezet naar de standaardwaarden.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importeren",successNotice:"Instellingen ge\xEFmporteerd.",errorNotice:"Importeren van instellingen mislukt: {message}",fileReadError:"Kan bestand niet lezen: {message}"},export:{modalTitle:"Instellingen exporteren",editorName:"JSON",editorDesc:"Alleen instellingen die afwijken van standaardwaarden zijn opgenomen.",placeholder:"{}",copyButtonText:"Kopi\xEBren naar klembord",downloadButtonText:"Downloaden",copyNotice:"Instellingen gekopieerd naar klembord.",downloadNotice:"Instellingen ge\xEBxporteerd.",downloadError:"Downloaden van instellingen mislukt: {message}"}},resetAllSettings:{name:"Alle instellingen resetten",desc:"Alle Notebook Navigator-instellingen resetten naar standaardwaarden.",buttonText:"Alle instellingen resetten",confirmTitle:"Alle instellingen resetten?",confirmMessage:"Dit zal alle Notebook Navigator-instellingen resetten naar standaardwaarden. Dit kan niet ongedaan worden gemaakt.",confirmButtonText:"Alle instellingen resetten",notice:"Alle instellingen gereset. Herstart Obsidian of heropen Notebook Navigator om toe te passen.",error:"Instellingen resetten mislukt."},multiSelectModifier:{name:"Meervoudige selectie modifier",desc:"Kies welke modificatortoets meervoudige selectie in-/uitschakelt. Wanneer Option/Alt is geselecteerd, opent Cmd/Ctrl klik notities in een nieuw tabblad.",options:{cmdCtrl:"Cmd/Ctrl klik",optionAlt:"Option/Alt klik"}},enterToOpenFiles:{name:"Druk op Enter om bestanden te openen",desc:"Open bestanden alleen door op Enter te drukken tijdens toetsenbordnavigatie in de lijst."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Open het geselecteerde bestand in een nieuw tabblad, splitsing of venster met Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Open het geselecteerde bestand in een nieuw tabblad, splitsing of venster met Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Open het geselecteerde bestand in een nieuw tabblad, splitsing of venster met Ctrl+Enter."},mouseBackForwardAction:{name:"Muisknoppen terug/vooruit",desc:"Actie voor de terug- en vooruitknoppen van de muis op desktop.",options:{none:"Systeemstandaard gebruiken",singlePaneSwitch:"Panelen wisselen (enkelvoudig paneel)",history:"Geschiedenis navigeren"}},fileVisibility:{name:"Bestandstypes tonen (kluisprofiel)",desc:"Filter welke bestandstypes worden weergegeven in de navigator. Bestandstypes die niet door Obsidian worden ondersteund, kunnen in externe applicaties worden geopend.",options:{documents:"Documenten (.md, .canvas, .base)",supported:"Ondersteund (opent in Obsidian)",all:"Alle (kan extern openen)"}},homepage:{name:"Startpagina",desc:"Kies wat Notebook Navigator automatisch opent bij het opstarten.",current:"Huidig: {path}",chooseButton:"Bestand kiezen",options:{none:"Geen",file:"Bestand",dailyNote:"Dagnotitie",weeklyNote:"Weeknotitie",monthlyNote:"Maandnotitie",quarterlyNote:"Kwartaalnotitie"},file:{name:"Opstartbestand",empty:"Geen bestand geselecteerd"}},excludedNotes:{name:"Notities verbergen met eigenschapsregels (kluisprofiel)",desc:"Kommagescheiden lijst van frontmatter-regels. Gebruik `key` of `key=value` items (bijv. status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Bestanden verbergen (kluisprofiel)",desc:"Kommagescheiden lijst van bestandsnaampatronen om te verbergen. Ondersteunt * jokertekens en / paden (bijv. temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Kluis profiel",desc:"Profielen bewaren bestandstypezichtbaarheid, verborgen bestanden, verborgen mappen, verborgen labels, verborgen notities, snelkoppelingen en navigatiebanner. Wissel van profiel via de koptekst van het navigatiepaneel.",defaultName:"Standaard",addButton:"Profiel toevoegen",editProfilesButton:"Profielen bewerken",addProfileOption:"Profiel toevoegen...",applyButton:"Toepassen",deleteButton:"Profiel verwijderen",addModalTitle:"Profiel toevoegen",editProfilesModalTitle:"Profielen bewerken",addModalPlaceholder:"Profielnaam",deleteModalTitle:"{name} verwijderen",deleteModalMessage:"{name} verwijderen? Verborgen bestands-, map-, label- en notitiefilters opgeslagen in dit profiel worden verwijderd.",moveUp:"Omhoog verplaatsen",moveDown:"Omlaag verplaatsen",errors:{emptyName:"Voer een profielnaam in",duplicateName:"Profielnaam bestaat al"}},vaultTitle:{name:"Kluistitel plaatsing",desc:"Kies waar de kluistitel wordt weergegeven.",options:{header:"Weergeven in header",navigation:"Weergeven in navigatiepaneel"}},excludedFolders:{name:"Mappen verbergen (kluisprofiel)",desc:"Kommagescheiden lijst van te verbergen mappen. Naampatronen: assets* (mappen beginnend met assets), *_temp (eindigend met _temp). Padpatronen: /archive (alleen root archive), /res* (root mappen beginnend met res), /*/temp (temp mappen \xE9\xE9n niveau diep), /projects/* (alle mappen binnen projects).",placeholder:"templates, assets*, /archive, /res*"},showFileDate:{name:"Datum tonen",desc:"De datum onder notitienamen weergeven."},alphabeticalDateMode:{name:"Bij sorteren op naam",desc:"Weer te geven datum wanneer notities alfabetisch zijn gesorteerd.",options:{created:"Aanmaakdatum",modified:"Wijzigingsdatum"}},showFileTags:{name:"Bestandstags tonen",desc:"Klikbare tags weergeven in bestandsitems."},showFileTagAncestors:{name:"Volledige tagpaden tonen",desc:"Volledige tag-hi\xEBrarchie paden weergeven. Ingeschakeld: 'ai/openai', 'werk/projecten/2024'. Uitgeschakeld: 'openai', '2024'."},colorFileTags:{name:"Bestandstags kleuren",desc:"Tagkleuren toepassen op tagbadges op bestandsitems."},prioritizeColoredFileTags:{name:"Gekleurde tags eerst tonen",desc:"Sorteert gekleurde tags v\xF3\xF3r andere tags in bestandsitems."},showFileTagsInCompactMode:{name:"Bestandstags tonen in compacte modus",desc:"Tags weergeven wanneer datum, voorbeeld en afbeelding verborgen zijn."},showFileProperties:{name:"Bestandseigenschappen tonen",desc:"Klikbare eigenschappen weergeven in bestandsitems."},colorFileProperties:{name:"Bestandseigenschappen kleuren",desc:"Eigenschapkleuren toepassen op eigenschapbadges in bestandsitems."},prioritizeColoredFileProperties:{name:"Gekleurde eigenschappen eerst tonen",desc:"Gekleurde eigenschappen sorteren v\xF3\xF3r andere eigenschappen in bestandsitems."},showFilePropertiesInCompactMode:{name:"Eigenschappen tonen in compacte modus",desc:"Eigenschappen weergeven wanneer de compacte modus actief is."},notePropertyType:{name:"Notitie-eigenschap",desc:"Selecteer de notitie-eigenschap om weer te geven in bestandsitems.",options:{frontmatter:"Frontmatter eigenschap",wordCount:"Woordentelling",none:"Geen"}},propertyFields:{name:"Eigenschapssleutels (kluisprofiel)",desc:"Frontmatter-eigenschapssleutels, met zichtbaarheid per sleutel voor navigatie en bestandslijst.",addButtonTooltip:"Eigenschapssleutels configureren",noneConfigured:"Geen eigenschappen geconfigureerd",singleConfigured:"1 eigenschap geconfigureerd: {properties}",multipleConfigured:"{count} eigenschappen geconfigureerd: {properties}"},showPropertiesOnSeparateRows:{name:"Eigenschappen op afzonderlijke regels tonen",desc:"Toon elke eigenschap op een eigen regel."},enablePropertyInternalLinks:{name:"Eigenschap-pills koppelen aan notities",desc:"Klik op een eigenschap-pill om de gekoppelde notitie te openen."},enablePropertyExternalLinks:{name:"Eigenschap-pills koppelen aan URL's",desc:"Klik op een eigenschap-pill om de gekoppelde URL te openen."},dateFormat:{name:"Datumformaat",desc:"Formaat voor het weergeven van datums (gebruikt Moment-formaat).",placeholder:"D MMM YYYY",help:`Veelvoorkomende formaten: +D MMM YYYY = 25 mei 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Tokens: +YYYY/YY = jaar +MMMM/MMM/MM = maand +DD/D = dag +dddd/ddd = weekdag`,helpTooltip:"Formaat met Moment",momentLinkText:"Moment-formaat"},timeFormat:{name:"Tijdformaat",desc:"Formaat voor het weergeven van tijden (gebruikt Moment-formaat).",placeholder:"HH:mm",help:`Veelvoorkomende formaten: +HH:mm = 14:30 (24-uurs) +h:mm a = 2:30 PM (12-uurs) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +Tokens: +HH/H = 24-uurs +hh/h = 12-uurs +mm = minuten +ss = seconden +a = AM/PM`,helpTooltip:"Formaat met Moment",momentLinkText:"Moment-formaat"},showFilePreview:{name:"Notitievoorbeeld tonen",desc:"Voorbeeldtekst onder notitienamen weergeven."},skipHeadingsInPreview:{name:"Koppen overslaan in voorbeeld",desc:"Kopregels overslaan bij het genereren van voorbeeldtekst."},skipCodeBlocksInPreview:{name:"Codeblokken overslaan in voorbeeld",desc:"Codeblokken overslaan bij het genereren van voorbeeldtekst."},stripHtmlInPreview:{name:"HTML verwijderen in voorbeelden",desc:"HTML-tags uit de voorbeeldtekst verwijderen. Kan de prestaties bij grote notities be\xEFnvloeden."},stripLatexInPreview:{name:"LaTeX verwijderen in voorbeelden",desc:"Inline- en blok-LaTeX-expressies uit de voorbeeldtekst verwijderen."},previewProperties:{name:"Voorbeeldeigenschappen",desc:"Kommagescheiden lijst van frontmatter-eigenschappen om te controleren op voorbeeldtekst. De eerste eigenschap met tekst wordt gebruikt.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Terugvallen op notitie-inhoud",desc:"Toon notitie-inhoud als voorbeeld wanneer geen van de opgegeven eigenschappen tekst bevat."},previewRows:{name:"Voorbeeldrijen",desc:"Aantal weer te geven rijen voor voorbeeldtekst.",options:{1:"1 rij",2:"2 rijen",3:"3 rijen",4:"4 rijen",5:"5 rijen"}},fileNameRows:{name:"Titelrijen",desc:"Aantal weer te geven rijen voor notitietitels.",options:{1:"1 rij",2:"2 rijen"}},showFeatureImage:{name:"Uitgelichte afbeelding tonen",desc:"Toont een miniatuur van de eerste afbeelding in de notitie."},forceSquareFeatureImage:{name:"Vierkante uitgelichte afbeelding afdwingen",desc:"Uitgelichte afbeeldingen weergeven als vierkante miniaturen."},featureImageProperties:{name:"Afbeeldingseigenschappen",desc:"Kommagescheiden lijst van frontmatter-eigenschappen om eerst te controleren. Valt terug op de eerste afbeelding in de markdown-inhoud.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Notities met eigenschappen uitsluiten",desc:"Kommagescheiden lijst van frontmatter-eigenschappen. Notities met een van deze eigenschappen slaan geen uitgelichte afbeeldingen op.",placeholder:"private, confidential"},featureImageSize:{name:"Weergavegrootte uitgelichte afbeelding",desc:"Maximale weergavegrootte voor uitgelichte afbeeldingen in notitie-overzichten.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Pixelgrootte uitgelichte afbeelding",desc:"Resolutie voor opgeslagen miniaturen van uitgelichte afbeeldingen. Verhoog deze waarde als grotere voorbeelden wazig lijken.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Externe afbeeldingen downloaden",desc:"Download externe afbeeldingen en YouTube-miniaturen voor uitgelichte afbeeldingen."},showRootFolder:{name:"Hoofdmap tonen",desc:"De kluisnaam als hoofdmap in de structuur weergeven."},showFolderIcons:{name:"Mappictogrammen tonen",desc:"Pictogrammen naast mappen in navigatiepaneel weergeven."},inheritFolderColors:{name:"Mapkleuren overerven",desc:"Submappen erven kleur van bovenliggende mappen."},folderSortOrder:{name:"Map sorteervolgorde",desc:"Klik met de rechtermuisknop op een map om een andere sorteervolgorde in te stellen voor de onderliggende items.",options:{alphaAsc:"A tot Z",alphaDesc:"Z tot A"}},showNoteCount:{name:"Notitietelling tonen",desc:"Het aantal notities naast elke map en tag weergeven."},showSectionIcons:{name:"Pictogrammen tonen voor snelkoppelingen en recente items",desc:"Pictogrammen naast items in de secties Snelkoppelingen en Recent weergeven."},interfaceIcons:{name:"Interface-iconen",desc:"Bewerk werkbalk-, map-, tag-, vastgezette, zoek- en sorteerichtogrammen.",buttonText:"Iconen bewerken"},showIconsColorOnly:{name:"Kleur alleen op pictogrammen toepassen",desc:"Indien ingeschakeld, worden aangepaste kleuren alleen op pictogrammen toegepast. Indien uitgeschakeld, worden kleuren toegepast op zowel pictogrammen als tekstlabels."},navRainbowMode:{name:"Regenboogkleurmodus (kluis profiel)",desc:"Regenboogkleuren toepassen in het navigatievenster.",options:{none:"Uit",foreground:"Tekstkleur",background:"Achtergrondkleur"}},navRainbowFirstColor:{name:"Eerste kleur",desc:"Eerste kleur in het regenboogverloop."},navRainbowLastColor:{name:"Laatste kleur",desc:"Laatste kleur in het regenboogverloop."},navRainbowTransitionStyle:{name:"Overgangsstijl",desc:"Interpolatie tussen de eerste en laatste kleur.",options:{hue:"Hue",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Toepassen op snelkoppelingen",desc:"Regenboogkleuren toepassen op snelkoppelingen."},navRainbowApplyToRecent:{name:"Toepassen op recente items",desc:"Regenboogkleuren toepassen op recente items."},navRainbowApplyToFolders:{name:"Toepassen op mappen",desc:"Regenboogkleuren toepassen op mappen."},navRainbowFolderScope:{name:"Mappenbereik",desc:"Selecteer welke mapniveaus kleurtoewijzingen starten.",options:{root:"Hoofdniveau",child:"Subniveau",all:"Elk niveau"}},navRainbowApplyToTags:{name:"Toepassen op tags",desc:"Regenboogkleuren toepassen op tags."},navRainbowTagScope:{name:"Tagbereik",desc:"Selecteer welke tagniveaus kleurtoewijzingen starten.",options:{root:"Hoofdniveau",child:"Subniveau",all:"Elk niveau"}},navRainbowApplyToProperties:{name:"Toepassen op eigenschappen",desc:"Regenboogkleuren toepassen op eigenschappen."},navRainbowBalanceHueLuminance:{name:"Consistente helderheid over kleurtonen",desc:"Interpoleert de helderheid tussen de begin- en eindkleuren tijdens kleurtoenovergangen."},navRainbowSeparateThemeColors:{name:"Aparte kleuren voor lichte en donkere modus",desc:"Gebruik verschillende regenboogkleuren voor de lichte en donkere modus."},navRainbowCopyLightToDark:"Kleur van lichte modus naar donkere modus kopi\xEBren",navRainbowPropertyScope:{name:"Eigenschappenbereik",desc:"Selecteer welke eigenschapsniveaus kleurtoewijzingen starten.",options:{root:"Hoofdniveau",child:"Subniveau",all:"Elk niveau"}},collapseBehavior:{name:"Items inklappen",desc:"Kies wat de uitklappen/inklappen alle knop be\xEFnvloedt.",options:{all:"Alles",foldersOnly:"Alleen mappen",tagsOnly:"Alleen tags",propertiesOnly:"Alleen eigenschappen"}},smartCollapse:{name:"Geselecteerd item uitgeklapt houden",desc:"Bij het inklappen het geselecteerde item en de bovenliggende items uitgeklapt houden."},navIndent:{name:"Structuurinspringing",desc:"De inspringbreedte aanpassen voor geneste mappen en tags."},navItemHeight:{name:"Itemhoogte",desc:"De hoogte van mappen en tags in het navigatiepaneel aanpassen."},navItemHeightScaleText:{name:"Tekst schalen met itemhoogte",desc:"Navigatietekstgrootte verminderen wanneer itemhoogte wordt verminderd."},showIndentGuides:{name:"Inspringlijnen tonen",desc:"Inspringlijnen weergeven voor geneste mappen en tags."},navRootSpacing:{name:"Hoofditem-afstand",desc:"Afstand tussen mappen en tags op hoofdniveau."},showTags:{name:"Tags tonen",desc:"Tagsectie in de navigator weergeven."},showTagIcons:{name:"Tagpictogrammen tonen",desc:"Pictogrammen naast tags in navigatiepaneel weergeven."},inheritTagColors:{name:"Tagkleuren overnemen",desc:"Onderliggende tags nemen de kleur over van bovenliggende tags."},tagSortOrder:{name:"Tag sorteervolgorde",desc:"Klik met de rechtermuisknop op een tag om een andere sorteervolgorde in te stellen voor de onderliggende items.",options:{alphaAsc:"A tot Z",alphaDesc:"Z tot A",frequency:"Frequentie",lowToHigh:"laag naar hoog",highToLow:"hoog naar laag"}},showAllTagsFolder:{name:"Tags-map tonen",desc:'"Tags" weergeven als inklapbare map.'},showUntagged:{name:"Notities zonder tags tonen",desc:'"Zonder tags" item weergeven voor notities zonder tags.'},scopeTagsToCurrentContext:{name:"Tags filteren op selectie",desc:"Alleen tags tonen die voorkomen in notities in de geselecteerde map of eigenschap."},keepEmptyTagsProperty:{name:"Tags-eigenschap behouden na verwijderen laatste tag",desc:"De tags frontmatter-eigenschap behouden wanneer alle tags worden verwijderd. Indien uitgeschakeld, wordt de tags-eigenschap verwijderd uit frontmatter."},showProperties:{name:"Eigenschappen tonen",desc:"Eigenschappensectie tonen in de navigator.",propertyKeysInfoPrefix:"Configureer eigenschappen in ",propertyKeysInfoLinkText:"Algemeen > Eigenschapssleutels",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Eigenschapspictogrammen tonen",desc:"Pictogrammen naast eigenschappen in het navigatiepaneel tonen."},inheritPropertyColors:{name:"Eigenschapkleuren overnemen",desc:"Eigenschapwaarden nemen de kleur en achtergrond over van hun eigenschapsleutel."},propertySortOrder:{name:"Sorteervolgorde eigenschappen",desc:"Klik met de rechtermuisknop op een eigenschap om een andere sorteervolgorde voor de waarden in te stellen.",options:{alphaAsc:"A tot Z",alphaDesc:"Z tot A",frequency:"Frequentie",lowToHigh:"laag naar hoog",highToLow:"hoog naar laag"}},showAllPropertiesFolder:{name:"Eigenschappenmap tonen",desc:'"Eigenschappen" als een inklapbare map tonen.'},scopePropertiesToCurrentContext:{name:"Eigenschappen filteren op selectie",desc:"Alleen eigenschappen tonen die voorkomen in notities in de geselecteerde map of tag."},hiddenTags:{name:"Tags verbergen (kluisprofiel)",desc:"Kommagescheiden lijst van tagpatronen. Naampatronen: tag* (begint met), *tag (eindigt met). Padpatronen: archief (tag en afstammelingen), archief/* (alleen afstammelingen), projecten/*/concepten (wildcard in het midden).",placeholder:"archief*, *concept, projecten/*/oud"},hiddenFileTags:{name:"Notities met tags verbergen (kluisprofiel)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Mapnotities inschakelen",desc:"Mappen met een overeenkomstig notitiebestand worden weergegeven als klikbare koppelingen."},folderNoteType:{name:"Standaard mapnotitie-type",desc:"Mapnotitie-type aangemaakt vanuit het contextmenu.",options:{ask:"Vragen bij aanmaken",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Mapnotitienaam",desc:"Naam van de mapnotitie zonder extensie. Laat leeg om dezelfde naam als de map te gebruiken.",placeholder:"index"},folderNoteNamePattern:{name:"Naampatroon mapnotitie",desc:"Naampatroon voor mapnotities zonder extensie. Gebruik {{folder}} om de mapnaam in te voegen. Indien ingesteld, is de mapnotitiesnaam niet van toepassing."},folderNoteTemplate:{name:"Mapnotitiesjabloon",desc:"Sjabloonbestand voor nieuwe Markdown-mapnotities. Stel de sjabloonmaplocatie in bij Algemeen > Sjablonen."},enableFolderNoteLinks:{name:"Mapnotitiekoppelingen inschakelen",desc:"Maplabels worden weergegeven als koppelingen en openen mapnotities bij klikken. Wanneer uitgeschakeld, bieden mapnotities nog steeds naam-, pictogram- en kleurmetadata."},hideFolderNoteInList:{name:"Mapnotities in lijst verbergen",desc:"Mapnotities verbergen in de bestandslijst."},pinCreatedFolderNote:{name:"Aangemaakte mapnotities vastpinnen",desc:"Mapnotities vastmaken wanneer ze via het contextmenu worden aangemaakt."},openFolderNotesInNewTab:{name:"Mapnotities in nieuw tabblad openen",desc:"Mapnotities openen in een nieuw tabblad bij het klikken op een map."},confirmBeforeDelete:{name:"Bevestigen voor verwijderen",desc:"Bevestigingsdialoog tonen bij het verwijderen van notities of mappen"},deleteAttachments:{name:"Bijlagen verwijderen bij het verwijderen van bestanden",desc:"Automatisch bijlagen verwijderen die gekoppeld zijn aan het verwijderde bestand als ze niet elders worden gebruikt",options:{ask:"Elke keer vragen",always:"Altijd",never:"Nooit"}},moveFileConflicts:{name:"Verplaatsingsconflicten",desc:"Bij het verplaatsen van een bestand naar een map waar al een bestand met dezelfde naam bestaat. Elke keer vragen (hernoemen, overschrijven, annuleren) of altijd hernoemen.",options:{ask:"Elke keer vragen",rename:"Altijd hernoemen"}},metadataCleanup:{name:"Metadata opschonen",desc:"Verwijdert verweesde metadata die achterblijft wanneer bestanden, mappen of tags worden verwijderd, verplaatst of hernoemd buiten Obsidian. Dit be\xEFnvloedt alleen het Notebook Navigator-instellingenbestand.",buttonText:"Metadata opschonen",error:"Opschonen van instellingen mislukt",loading:"Metadata controleren...",statusClean:"Geen metadata om op te schonen",statusCounts:"Verweesde items: {folders} mappen, {tags} tags, {properties} eigenschappen, {files} bestanden, {pinned} pins, {separators} scheidingslijnen"},rebuildCache:{name:"Cache opnieuw opbouwen",desc:"Gebruik dit als u ontbrekende tags, onjuiste voorbeelden of ontbrekende uitgelichte afbeeldingen ervaart. Dit kan gebeuren na synchronisatieconflicten of onverwachte afsluitingen.",buttonText:"Cache opnieuw opbouwen",error:"Kan cache niet opnieuw opbouwen",indexingTitle:"Kluis wordt ge\xEFndexeerd...",progress:"Notebook Navigator-cache wordt bijgewerkt."},externalIcons:{downloadButton:"Downloaden",downloadingLabel:"Downloaden...",removeButton:"Verwijderen",statusInstalled:"Gedownload (versie {version})",statusNotInstalled:"Niet gedownload",versionUnknown:"onbekend",downloadFailed:"Kan {name} niet downloaden. Controleer uw verbinding en probeer opnieuw.",removeFailed:"Kan {name} niet verwijderen.",infoNote:"Gedownloade pictogrampakketten synchroniseren installatiestatus tussen apparaten. Pictogrampakketten blijven in de lokale database op elk apparaat; synchronisatie houdt alleen bij of ze moeten worden gedownload of verwijderd. Pictogrampakketten downloaden van de Notebook Navigator repository (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Frontmatter metadata gebruiken",desc:"Frontmatter gebruiken voor notitienaam, tijdstempels, pictogrammen en kleuren"},frontmatterIconField:{name:"Pictogramveld",desc:"Frontmatter-veld voor bestandspictogrammen. Laat leeg om pictogrammen te gebruiken die zijn opgeslagen in instellingen.",placeholder:"icon"},frontmatterColorField:{name:"Kleurveld",desc:"Frontmatter-veld voor bestandskleuren. Laat leeg om kleuren te gebruiken die zijn opgeslagen in instellingen.",placeholder:"color"},frontmatterBackgroundField:{name:"Achtergrondveld",desc:"Frontmatter-veld voor achtergrondkleuren. Laat leeg om achtergrondkleuren te gebruiken die zijn opgeslagen in instellingen.",placeholder:"background"},frontmatterMigration:{name:"Pictogrammen en kleuren migreren vanuit instellingen",desc:"Opgeslagen in instellingen: {icons} pictogrammen, {colors} kleuren.",button:"Migreren",buttonWorking:"Migreren...",noticeNone:"Geen bestandspictogrammen of kleuren opgeslagen in instellingen.",noticeDone:"{migratedIcons}/{icons} pictogrammen, {migratedColors}/{colors} kleuren gemigreerd.",noticeFailures:"Mislukte vermeldingen: {failures}.",noticeError:"Migratie mislukt. Controleer console voor details."},frontmatterNameField:{name:"Naamvelden",desc:"Kommagescheiden lijst van frontmatter-velden. Eerste niet-lege waarde wordt gebruikt. Valt terug op bestandsnaam.",placeholder:"title, name"},frontmatterCreatedField:{name:"Aangemaakt tijdstempelveld",desc:"Frontmatter-veldnaam voor de aangemaakt tijdstempel. Laat leeg om alleen bestandssysteemdatum te gebruiken.",placeholder:"created"},frontmatterModifiedField:{name:"Gewijzigd tijdstempelveld",desc:"Frontmatter-veldnaam voor de gewijzigd tijdstempel. Laat leeg om alleen bestandssysteemdatum te gebruiken.",placeholder:"modified"},frontmatterDateFormat:{name:"Tijdstempelformaat",desc:"Formaat gebruikt om tijdstempels in frontmatter te parseren. Laat leeg om ISO 8601 parsing te gebruiken.",helpTooltip:"Formaat met Moment",momentLinkText:"Moment-formaat",help:`Veelvoorkomende formaten: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Ontwikkeling ondersteunen",desc:"Als u graag Notebook Navigator gebruikt, overweeg dan om de voortdurende ontwikkeling te ondersteunen.",buttonText:"\u2764\uFE0F Sponsor",coffeeButton:"\u2615\uFE0F Koop me een koffie"},updateCheckOnStart:{name:"Controleren op nieuwe versie bij opstarten",desc:"Controleert bij het opstarten op nieuwe plugin-releases en toont een melding wanneer een update beschikbaar is. Controles vinden hooguit \xE9\xE9n keer per dag plaats.",status:"Nieuwe versie beschikbaar: {version}"},whatsNew:{name:"Wat is er nieuw in Notebook Navigator {version}",desc:"Bekijk recente updates en verbeteringen",buttonText:"Bekijk recente updates"},masteringVideo:{name:"Notebook Navigator beheersen (video)",desc:"Deze video behandelt alles wat je nodig hebt om productief te zijn in Notebook Navigator, inclusief sneltoetsen, zoeken, tags en geavanceerde aanpassingen."},cacheStatistics:{localCache:"Lokale cache",items:"items",withTags:"met tags",withPreviewText:"met voorbeeldtekst",withFeatureImage:"met uitgelichte afbeelding",withMetadata:"met metadata"},metadataInfo:{successfullyParsed:"Succesvol geparsed",itemsWithName:"items met naam",withCreatedDate:"met aanmaakdatum",withModifiedDate:"met wijzigingsdatum",withIcon:"met pictogram",withColor:"met kleur",failedToParse:"Parseren mislukt",createdDates:"aanmaakdatums",modifiedDates:"wijzigingsdatums",checkTimestampFormat:"Controleer uw tijdstempelformaat.",exportFailed:"Exportfouten"}}},whatsNew:{title:"Wat is er nieuw in Notebook Navigator",supportMessage:"Als u Notebook Navigator nuttig vindt, overweeg dan om de ontwikkeling te ondersteunen.",supportButton:"Koop me een koffie",thanksButton:"Bedankt!"}}});var zO,_O=He(()=>{zO={common:{cancel:"Anuluj",delete:"Usu\u0144",clear:"Wyczy\u015B\u0107",remove:"Usu\u0144",restoreDefault:"Przywr\xF3\u0107 domy\u015Blne",submit:"Wy\u015Blij",configure:"Konfiguruj",lightMode:"Tryb jasny",darkMode:"Tryb ciemny",noSelection:"Nie wybrano",untagged:"Bez tag\xF3w",featureImageAlt:"Wyr\xF3\u017Cniony obraz",unknownError:"Nieznany b\u0142\u0105d",clipboardWriteError:"Nie mo\u017Cna zapisa\u0107 do schowka",updateBannerTitle:"Aktualizacja Notebook Navigator dost\u0119pna",updateBannerInstruction:"Zaktualizuj w Ustawienia -> Wtyczki spo\u0142eczno\u015Bci",previous:"Poprzedni",next:"Nast\u0119pny"},listPane:{emptyStateNoSelection:"Wybierz folder lub tag, aby wy\u015Bwietli\u0107 notatki",emptyStateNoNotes:"Brak notatek",pinnedSection:"Przypi\u0119te",notesSection:"Notatki",filesSection:"Pliki",hiddenItemAriaLabel:"{name} (ukryte)"},tagList:{untaggedLabel:"Bez tag\xF3w",tags:"Tagi"},navigationPane:{shortcutsHeader:"Skr\xF3ty",recentFilesHeader:"Ostatnie pliki",properties:"Atrybuty",reorderRootFoldersTitle:"Zmie\u0144 kolejno\u015B\u0107 element\xF3w",reorderRootFoldersHint:"U\u017Cyj strza\u0142ek lub przeci\u0105gnij, aby zmieni\u0107 kolejno\u015B\u0107",vaultRootLabel:"Sejf",resetRootToAlpha:"Ustaw alfabetycznie",resetRootToFrequency:"Ustaw ostatnie",pinShortcuts:"Przypnij skr\xF3ty",pinShortcutsAndRecentFiles:"Przypnij skr\xF3ty i ostatnie pliki",unpinShortcuts:"Odepnij skr\xF3ty",unpinShortcutsAndRecentFiles:"Odepnij skr\xF3ty i ostatnie pliki",profileMenuAria:"Zmie\u0144 profil sejfu"},navigationCalendar:{ariaLabel:"Kalendarz",dailyNotesNotEnabled:"Dziennik jest wy\u0142\u0105czony.",createDailyNote:{title:"Nowy dziennik",message:"Plik {filename} nie istnieje. Czy chcesz go utworzy\u0107?",confirmButton:"Utw\xF3rz"},helpModal:{title:"Skr\xF3ty kalendarza",items:["Kliknij dowolny dzie\u0144, aby otworzy\u0107 lub utworzy\u0107 dziennik. Tygodnie, miesi\u0105ce, kwarta\u0142y i lata dzia\u0142aj\u0105 w ten sam spos\xF3b.","Wype\u0142niona kropka pod dniem oznacza, \u017Ce jest do niego do\u0142\u0105czona notatka. Pusta kropka oznacza, \u017Ce s\u0105 do niego przypisane zadania do wykonania.","Je\u015Bli notatka zawiera obrazek, pojawia si\u0119 on jako t\u0142o dnia."],dateFilterCmdCtrl:"`Kliknij dat\u0119 przytrzymuj\u0105c Cmd/Ctrl, aby filtrowa\u0107 wed\u0142ug tej daty na li\u015Bcie plik\xF3w.",dateFilterOptionAlt:"`Kliknij dat\u0119 przytrzymuj\u0105c Option/Alt, aby filtrowa\u0107 wed\u0142ug tej daty na li\u015Bcie plik\xF3w."}},dailyNotes:{templateReadFailed:"Nie uda\u0142o si\u0119 odczyta\u0107 szablonu dziennika.",createFailed:"Nie mo\u017Cna utworzy\u0107 dziennika."},shortcuts:{folderExists:"Folder jest ju\u017C w skr\xF3tach",noteExists:"Notatka jest ju\u017C w skr\xF3tach",tagExists:"Tag jest ju\u017C w skr\xF3tach",propertyExists:"Atrybut jest ju\u017C w skr\xF3tach",invalidProperty:"Nieprawid\u0142owy atrybut",searchExists:"Skr\xF3t wyszukiwania ju\u017C istnieje",emptySearchQuery:"Wprowad\u017A wyszukiwanie przed zapisaniem",emptySearchName:"Wprowad\u017A nazw\u0119 przed zapisaniem wyszukiwania",add:"Dodaj do skr\xF3t\xF3w",addNotesCount:"Dodaj notatki do skr\xF3t\xF3w: {count}",addFilesCount:"Dodaj pliki do skr\xF3t\xF3w: {count}",rename:"Zmie\u0144 nazw\u0119 skr\xF3tu",remove:"Usu\u0144 ze skr\xF3t\xF3w",removeAll:"Usu\u0144 wszystkie skr\xF3ty",removeAllConfirm:"Usun\u0105\u0107 wszystkie skr\xF3ty?",folderNotesPinned:"Przypi\u0119te notatki folderu: {count}"},paneHeader:{collapseAllFolders:"Zwi\u0144 elementy",expandAllFolders:"Rozwi\u0144 wszystkie elementy",showCalendar:"Poka\u017C kalendarz",hideCalendar:"Ukryj kalendarz",newFolder:"Nowy folder",newNote:"Nowa notatka",mobileBackToNavigation:"Wr\xF3\u0107 do nawigacji",changeSortOrder:"Zmie\u0144 kolejno\u015B\u0107 sortowania",defaultSort:"Domy\u015Blne",descendants:"potomk\xF3w",subfolders:"podfolder\xF3w",subtags:"podtag\xF3w",childValues:"warto\u015Bci podrz\u0119dnych",applySortToDescendants:t=>`Zastosuj sortowanie dla ${t}`,applyAppearanceToDescendants:t=>`Zastosuj wygl\u0105d dla ${t}`,showFolders:"Poka\u017C nawigacj\u0119",reorderRootFolders:"Zmie\u0144 kolejno\u015B\u0107 element\xF3w",finishRootFolderReorder:"Gotowe",showExcludedItems:"Poka\u017C ukryte foldery, tagi i notatki",hideExcludedItems:"Ukryj ukryte foldery, tagi i notatki",showDualPane:"Poka\u017C oba panele",showSinglePane:"Poka\u017C jeden panel",changeAppearance:"Zmie\u0144 wygl\u0105d",showNotesFromSubfolders:"Poka\u017C notatki z podfolder\xF3w",showFilesFromSubfolders:"Poka\u017C pliki z podfolder\xF3w",showNotesFromDescendants:"Poka\u017C notatki z potomnych",showFilesFromDescendants:"Poka\u017C pliki z potomnych",search:"Szukaj"},searchInput:{placeholder:"Szukaj...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Wyczy\u015B\u0107 wyszukiwanie",switchToFilterSearch:"Prze\u0142\u0105cz na wyszukiwanie z filtrem",switchToOmnisearch:"Prze\u0142\u0105cz na Omnisearch",saveSearchShortcut:"Zapisz wyszukiwanie w skr\xF3tach",removeSearchShortcut:"Usu\u0144 wyszukiwanie ze skr\xF3t\xF3w",shortcutModalTitle:"Zapisz wyszukiwanie",shortcutNamePlaceholder:"Wprowad\u017A nazw\u0119 skr\xF3tu",shortcutStartIn:"Zawsze rozpocznij w: {path}",searchHelp:"Sk\u0142adnia wyszukiwania",searchHelpTitle:"Sk\u0142adnia wyszukiwania",searchHelpModal:{intro:"Po\u0142\u0105cz nazwy plik\xF3w, tagi, daty i filtry w jednym zapytaniu (np. \u201Emeeting #work @thisweek has:task\u201D). Zainstaluj wtyczk\u0119 Omnisearch, aby korzysta\u0107 z wyszukiwania pe\u0142notekstowego.",introSwitching:"Prze\u0142\u0105czaj si\u0119 mi\u0119dzy wyszukiwaniem z filtrem a wyszukiwaniem Omnisearch za pomoc\u0105 strza\u0142ek w g\xF3r\u0119 i w d\xF3\u0142 lub klikaj\u0105c ikonk\u0119 wyszukiwania.",sections:{fileNames:{title:"Nazwy plik\xF3w",items:['`word` Dopasuj notatki ze s\u0142owem "word" w nazwie pliku.',"`word1 word2` Ka\u017Cde s\u0142owo musi pasowa\u0107 do nazwy pliku.",'`-word` Wyklucz notatki zawieraj\u0105ce s\u0142owo "word" w nazwie pliku.']},tags:{title:"Tagi",items:["`#tag` Uwzgl\u0119dnij notatki z tagiem (pasuje r\xF3wnie\u017C do zagnie\u017Cd\u017Conych tag\xF3w, takich jak `#tag/subtag`).","`#` Uwzgl\u0119dnij tylko otagowane notatki.","`-#tag` Wyklucz notatki z tym tagiem.","`-#` Uwzgl\u0119dnij tylko nieotagowane notatki.","`#tag1 #tag2` Znajd\u017A oba tagi (niejawne AND).","`#tag1 AND #tag2` Znajd\u017A oba tagi (jawne AND).","`#tag1 OR #tag2` Znajd\u017A kt\xF3rykolwiek z tag\xF3w.","`#a OR #b AND #c` AND ma wy\u017Cszy priorytet: pasuje do `#a` lub zar\xF3wno do `#b`, jak i do `#c`.","Cmd/Ctrl+Kliknij tag, aby doda\u0107 z AND. Cmd/Ctrl+Shift+Kliknij, aby doda\u0107 z OR."]},properties:{title:"Atrybuty",items:["`.key` Uwzgl\u0119dnij notatki z atrybutem.","`.key=value` Uwzgl\u0119dnij notatki z warto\u015Bci\u0105 atrybutu.",'`."Reading Status"` Uwzgl\u0119dnij notatki z atrybutem zawieraj\u0105cym spacje.','`."Reading Status"="In Progress"` Atrybuty i ich warto\u015Bci ze spacjami musz\u0105 by\u0107 w podw\xF3jnych cudzys\u0142owach.',"`-.key` Wyklucz notatki z atrybutem.","`-.key=value` Wyklucz notatki z warto\u015Bci\u0105 atrybutu.","Przytrzymaj Cmd/Ctrl i kliknij tag, aby doda\u0107 go za pomoc\u0105 AND. Przytrzymaj Cmd/Ctrl i Shift, a nast\u0119pnie kliknij, aby doda\u0107 go za pomoc\u0105 OR."]},tasks:{title:"Filtry",items:["`has:task` Uwzgl\u0119dnij notatki z nieuko\u0144czonymi zadaniami.","`-has:task` Wyklucz notatki z nieuko\u0144czonymi zadaniami.","`folder:meetings` Uwzgl\u0119dnij notatki z folderu o nazwie `meetings`.","`folder:/work/meetings` Uwzgl\u0119dnij notatki tylko z `work/meetings` (bez podfolder\xF3w).","`folder:/` Uwzgl\u0119dnij notatki tylko z folderu g\u0142\xF3wnego sejfu.","`-folder:archive` Wyklucz notatki z folderu o nazwie `archive`.","`-folder:/archive` Wyklucz notatki tylko z `archive` (bez podfolder\xF3w).","`ext:md` Uwzgl\u0119dnij notatki z rozszerzeniem `md` (`ext:.md` jest r\xF3wnie\u017C obs\u0142ugiwane).","`-ext:pdf` Wyklucz notatki z rozszerzeniem `pdf`.","\u0141\u0105cz z tagami, nazwami i datami (na przyk\u0142ad: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"Zachowanie AND/OR",items:["`AND` i `OR` s\u0105 operatorami stosowanymi wy\u0142\u0105cznie w zapytaniach zawieraj\u0105cych tylko tagi.","Zapytania zawieraj\u0105ce wy\u0142\u0105cznie tagi zawieraj\u0105 tylko filtry tag\xF3w: `#tag`, `-#tag`, `#`, `-#`.","Je\u015Bli zapytanie zawiera nazwy, daty (`@...`), filtry zada\u0144 (`has:task`), filtry folder\xF3w (`folder:...`) lub filtry rozszerze\u0144 (`ext:...`), `AND` i `OR` s\u0105 dopasowywane jako s\u0142owa.","Przyk\u0142adowe zapytanie z operatorem: `#work OR #home`.","Przyk\u0142adowe zapytanie mieszane: `#work OR ext:md` (`OR` jest wyszukiwane w nazwach plik\xF3w)."]},dates:{title:"Daty",items:["`@today` Znajd\u017A dzisiejsze notatki, korzystaj\u0105c z domy\u015Blnego pola daty.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Wzgl\u0119dne zakresy dat.","`@2026-02-07` Znajd\u017A konkretny dzie\u0144 (obs\u0142uguje te\u017C `@20260207`).","`@2026` Znajd\u017A rok kalendarzowy.","`@2026-02` lub `@202602` Znajd\u017A miesi\u0105c kalendarzowy.","`@2026-W05` lub `@2026W05` Znajd\u017A tydzie\u0144 ISO.","`@2026-Q2` lub `@2026Q2` Znajd\u017A kwarta\u0142 kalendarzowy.","`@13/02/2026` Formaty numeryczne z separatorami (`@07022026` jest zgodny z ustawieniami regionalnymi, je\u015Bli wyst\u0119puje niejasno\u015B\u0107).","`@2026-02-01..2026-02-07` Znajd\u017A zakres dat w\u0142\u0105cznie z dniami granicznymi (obs\u0142ugiwane s\u0105 daty bez pocz\u0105tku lub ko\u0144ca).","`@c:...` lub `@m:...` Wska\u017C dat\u0119 utworzenia lub modyfikacji.","`-@...` Wyklucz dopasowanie daty."]},omnisearch:{title:"Omnisearch",items:["Wyszukiwanie pe\u0142notekstowe w ca\u0142ym sejfie, filtrowane wed\u0142ug bie\u017C\u0105cego folderu lub wybranych tag\xF3w.","Mo\u017Ce dzia\u0142a\u0107 wolno w przypadku mniej ni\u017C 3 znak\xF3w w du\u017Cych sejfach.","Nie mo\u017Cna wyszukiwa\u0107 \u015Bcie\u017Cek zawieraj\u0105cych znaki spoza ASCII ani poprawnie wyszukiwa\u0107 pod\u015Bcie\u017Cek.","Zwraca ograniczone wyniki przed filtrowaniem folder\xF3w, wi\u0119c odpowiednie pliki mog\u0105 nie pojawi\u0107 si\u0119, je\u015Bli istnieje wiele dopasowa\u0144 w innych miejscach.","Podgl\u0105d notatek pokazuje fragmenty Omnisearch zamiast domy\u015Blnego tekstu podgl\u0105du."]}}}},contextMenu:{file:{openInNewTab:"Otw\xF3rz w nowej karcie",openToRight:"Otw\xF3rz po prawej",openInNewWindow:"Otw\xF3rz w nowym oknie",openMultipleInNewTabs:"Otw\xF3rz notatki w nowych kartach: {count}",openMultipleFilesInNewTabs:"Otw\xF3rz pliki w nowych kartach: {count}",openMultipleToRight:"Otw\xF3rz notatki po prawej: {count}",openMultipleFilesToRight:"Otw\xF3rz pliki po prawej: {count}",openMultipleInNewWindows:"Otw\xF3rz notatki w nowych oknach: {count}",openMultipleFilesInNewWindows:"Otw\xF3rz pliki w nowych oknach: {count}",pinNote:"Przypnij notatk\u0119",pinFile:"Przypnij plik",unpinNote:"Odepnij notatk\u0119",unpinFile:"Odepnij plik",pinMultipleNotes:"Przypnij notatki: {count}",pinMultipleFiles:"Przypnij pliki: {count}",unpinMultipleNotes:"Odepnij notatki: {count}",unpinMultipleFiles:"Odepnij pliki: {count}",duplicateNote:"Duplikuj notatk\u0119",duplicateFile:"Duplikuj plik",duplicateMultipleNotes:"Duplikuj notatki: {count}",duplicateMultipleFiles:"Duplikuj pliki: {count}",openVersionHistory:"Otw\xF3rz histori\u0119 wersji",revealInFolder:"Poka\u017C w folderze",revealInFinder:"Poka\u017C w Finderze",showInExplorer:"Poka\u017C w eksploratorze systemowym",openInDefaultApp:"Otw\xF3rz w domy\u015Blnej aplikacji",renameNote:"Zmie\u0144 nazw\u0119 notatki",renameFile:"Zmie\u0144 nazw\u0119 pliku",deleteNote:"Usu\u0144 notatk\u0119",deleteFile:"Usu\u0144 plik",setCalendarHighlight:"Ustaw pod\u015Bwietlenie",removeCalendarHighlight:"Usu\u0144 pod\u015Bwietlenie",deleteMultipleNotes:"Usu\u0144 notatki: {count}",deleteMultipleFiles:"Usu\u0144 pliki: {count}",moveNoteToFolder:"Przenie\u015B notatk\u0119 do...",moveFileToFolder:"Przenie\u015B plik do...",moveMultipleNotesToFolder:"Przenie\u015B notatki ({count}) do...",moveMultipleFilesToFolder:"Przenie\u015B pliki ({count}) do...",addTag:"Dodaj tag",addPropertyKey:"Ustaw w\u0142a\u015Bciwo\u015B\u0107",removeTag:"Usu\u0144 tag",removeAllTags:"Usu\u0144 wszystkie tagi",changeIcon:"Zmie\u0144 ikonk\u0119",changeColor:"Zmie\u0144 kolor"},folder:{newNote:"Nowa notatka",newNoteFromTemplate:"Nowa notatka na podstawie szablonu",newFolder:"Nowy folder",newCanvas:"Nowa tablica",newBase:"Nowa baza danych",newDrawing:"Nowy rysunek",newExcalidrawDrawing:"Nowy rysunek Excalidraw",newTldrawDrawing:"Nowy rysunek Tldraw",duplicateFolder:"Duplikuj folder",searchInFolder:"Szukaj w folderze",createFolderNote:"Utw\xF3rz notatk\u0119 folderu",detachFolderNote:"Od\u0142\u0105cz notatk\u0119 folderu",deleteFolderNote:"Usu\u0144 notatk\u0119 folderu",changeIcon:"Zmie\u0144 ikonk\u0119",changeColor:"Zmie\u0144 kolor ikonki",changeBackground:"Zmie\u0144 t\u0142o",excludeFolder:"Ukryj folder",unhideFolder:"Poka\u017C folder",moveFolder:"Przenie\u015B folder do...",renameFolder:"Zmie\u0144 nazw\u0119 folderu",deleteFolder:"Usu\u0144 folder"},tag:{changeIcon:"Zmie\u0144 ikonk\u0119",changeColor:"Zmie\u0144 kolor",changeBackground:"Zmie\u0144 t\u0142o",showTag:"Poka\u017C tag",hideTag:"Ukryj tag"},property:{addKey:"Konfiguruj klucze atrybut\xF3w",renameKey:"Zmie\u0144 nazw\u0119 w\u0142a\u015Bciwo\u015Bci",deleteKey:"Usu\u0144 w\u0142a\u015Bciwo\u015B\u0107"},navigation:{addSeparator:"Dodaj separator",removeSeparator:"Usu\u0144 separator"},copyPath:{title:"Kopiuj \u015Bcie\u017Ck\u0119",asObsidianUrl:"jako adres URL Obsidian",fromVaultFolder:"z folderu sejfu",fromSystemRoot:"z folderu systemu"},style:{title:"Styl",copy:"Kopiuj styl",paste:"Wklej styl",removeIcon:"Usu\u0144 ikonk\u0119",removeColor:"Usu\u0144 kolor",removeBackground:"Usu\u0144 t\u0142o",clear:"Wyczy\u015B\u0107 styl"}},folderAppearance:{standardPreset:"Standardowy",compactPreset:"Kompaktowy",defaultSuffix:"(domy\u015Blne)",defaultLabel:"Domy\u015Blne",titleRows:"Wiersze tytu\u0142u",previewRows:"Wiersze podgl\u0105du",groupBy:"Grupuj wed\u0142ug",defaultTitleOption:t=>`Domy\u015Blne wiersze tytu\u0142u (${t})`,defaultPreviewOption:t=>`Domy\u015Blne wiersze podgl\u0105du (${t})`,defaultGroupOption:t=>`Domy\u015Blne grupowanie (${t})`,titleRowOption:t=>`${t} ${t===1?"wiersz":t===2||t===3||t===4?"wiersze":"wierszy"} tytu\u0142u`,previewRowOption:t=>`${t} ${t===1?"wiersz":t===2||t===3||t===4?"wiersze":"wierszy"} podgl\u0105du`},modals:{bulkApply:{applyButton:"Zastosuj",applySortTitle:t=>`Zastosuj sortowanie dla ${t}?`,applyAppearanceTitle:t=>`Zastosuj wygl\u0105d dla ${t}?`,affectedCountMessage:t=>`Istniej\u0105ce nadpisania do zmiany: ${t}.`},navRainbowSection:{title:t=>`Kolory t\u0119czy: ${t}`},iconPicker:{searchPlaceholder:"Wyszukaj ikonki...",recentlyUsedHeader:"Ostatnio u\u017Cywane",emptyStateSearch:"Zacznij pisa\u0107, aby wyszuka\u0107 ikonki",emptyStateNoResults:"Nie znaleziono ikonek",showingResultsInfo:"Wy\u015Bwietlono 50 wynik\xF3w z {count}. Wpisz wi\u0119cej, aby zaw\u0119zi\u0107 wyniki.",emojiInstructions:"Wpisz lub wklej dowoln\u0105 emotk\u0119, aby u\u017Cy\u0107 jej jako ikonki",removeIcon:"Usu\u0144 ikonk\u0119",removeFromRecents:"Usu\u0144 z ostatnich",allTabLabel:"Wszystkie"},fileIconRuleEditor:{addRuleAria:"Dodaj regu\u0142\u0119"},interfaceIcons:{title:"Ikonki interfejsu",fileItemsSection:"Elementy pliku",items:{"nav-shortcuts":"Skr\xF3ty","nav-recent-files":"Ostatnie pliki","nav-expand-all":"Rozwi\u0144 wszystkie","nav-collapse-all":"Zwi\u0144 wszystkie","nav-calendar":"Kalendarz","nav-tree-expand":"Strza\u0142ka drzewka: rozwi\u0144","nav-tree-collapse":"Strza\u0142ka drzewka: zwi\u0144","nav-hidden-items":"Ukryte elementy","nav-root-reorder":"Zmie\u0144 kolejno\u015B\u0107 folder\xF3w g\u0142\xF3wnych","nav-new-folder":"Nowy folder","nav-show-single-pane":"Poka\u017C jeden panel","nav-show-dual-pane":"Poka\u017C oba panele","nav-profile-chevron":"Strza\u0142ka menu profilu","list-search":"Szukaj","list-descendants":"Notatki z podfolder\xF3w","list-sort-ascending":"Kolejno\u015B\u0107: rosn\u0105co","list-sort-descending":"Kolejno\u015B\u0107: malej\u0105co","list-appearance":"Zmie\u0144 wygl\u0105d","list-new-note":"Nowa notatka","nav-folder-open":"Folder otwarty","nav-folder-closed":"Folder zamkni\u0119ty","nav-tags":"Tagi","nav-tag":"Tag","nav-properties":"Atrybuty","nav-property":"Atrybut","nav-property-value":"Warto\u015B\u0107","list-pinned":"Przypi\u0119te elementy","file-unfinished-task":"Nieuko\u0144czone zadania","file-word-count":"Liczba s\u0142\xF3w"}},colorPicker:{currentColor:"Aktywny",newColor:"Nowy",paletteDefault:"Domy\u015Blne",paletteCustom:"W\u0142asne",copyColors:"Kopiuj kolor",colorsCopied:"Kolor skopiowany do schowka",pasteColors:"Wklej kolor",pasteClipboardError:"Nie mo\u017Cna odczyta\u0107 schowka",pasteInvalidFormat:"Oczekiwano warto\u015Bci koloru hex",colorsPasted:"Kolor wklejony pomy\u015Blnie",resetUserColors:"Wyczy\u015B\u0107 kolory niestandardowe",clearCustomColorsConfirm:"Usun\u0105\u0107 wszystkie kolory niestandardowe?",userColorSlot:"Kolor {slot}",recentColors:"Ostatnio u\u017Cywane kolory",clearRecentColors:"Wyczy\u015B\u0107 ostatnie kolory",removeRecentColor:"Usu\u0144 kolor",apply:"Zastosuj",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Zmie\u0144 profil sejfu",currentBadge:"Aktywny",emptyState:"Brak dost\u0119pnych profili sejfu."},tagOperation:{renameTitle:"Zmie\u0144 nazw\u0119 tagu {tag}",deleteTitle:"Usu\u0144 tag {tag}",newTagPrompt:"Nowa nazwa tagu",newTagPlaceholder:"Wprowad\u017A now\u0105 nazw\u0119 tagu",renameWarning:"Zmiana nazwy tagu {oldTag} zmodyfikuje {files}: {count}.",deleteWarning:"Usuni\u0119cie tagu {tag} zmodyfikuje {files}: {count}.",modificationWarning:"Spowoduje to aktualizacj\u0119 dat modyfikacji plik\xF3w.",affectedFiles:"Pliki, na kt\xF3re to wp\u0142ynie:",andMore:"...i {count} wi\u0119cej",confirmRename:"Zmie\u0144 nazw\u0119 tagu",renameUnchanged:"{tag} bez zmian",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Zmieniono nazw\u0119 {renamed}/{total}. Nie zaktualizowano: {notUpdated}. Metadane i skr\xF3ty nie zosta\u0142y zaktualizowane.",invalidTagName:"Wprowad\u017A prawid\u0142ow\u0105 nazw\u0119 tagu.",descendantRenameError:"Nie mo\u017Cna przenie\u015B\u0107 do tego samego lub podrz\u0119dnego tagu.",confirmDelete:"Usu\u0144 tag",deleteBatchNotFinalized:"Usuni\u0119to z {removed}/{total}. Nie zaktualizowano: {notUpdated}. Metadane i skr\xF3ty nie zosta\u0142y zaktualizowane.",checkConsoleForDetails:"Sprawd\u017A konsol\u0119, aby uzyska\u0107 szczeg\xF3\u0142y.",file:"plik",files:"pliki",inlineParsingWarning:{title:"Zgodno\u015B\u0107 tag\xF3w w tre\u015Bci",message:"{tag} zawiera znaki, kt\xF3rych Obsidian nie mo\u017Ce przetworzy\u0107 w tagach w tre\u015Bci. Nie ma to wp\u0142ywu na tagi w atrybutach.",confirm:"U\u017Cyj mimo to"}},propertyOperation:{renameTitle:"Zmie\u0144 nazw\u0119 w\u0142a\u015Bciwo\u015Bci {property}",deleteTitle:"Usu\u0144 w\u0142a\u015Bciwo\u015B\u0107 {property}",newKeyPrompt:"Nowa nazwa w\u0142a\u015Bciwo\u015Bci",newKeyPlaceholder:"Wprowad\u017A now\u0105 nazw\u0119 w\u0142a\u015Bciwo\u015Bci",renameWarning:"Zmiana nazwy w\u0142a\u015Bciwo\u015Bci {property} zmodyfikuje {count} {files}.",renameConflictWarning:"W\u0142a\u015Bciwo\u015B\u0107 {newKey} ju\u017C istnieje w {count} {files}. Zmiana nazwy {oldKey} zast\u0105pi istniej\u0105ce warto\u015Bci {newKey}.",deleteWarning:"Usuni\u0119cie w\u0142a\u015Bciwo\u015Bci {property} zmodyfikuje {count} {files}.",confirmRename:"Zmie\u0144 nazw\u0119 w\u0142a\u015Bciwo\u015Bci",confirmDelete:"Usu\u0144 w\u0142a\u015Bciwo\u015B\u0107",renameNoChanges:"{oldKey} \u2192 {newKey} (bez zmian)",renameSettingsUpdateFailed:"Zmieniono nazw\u0119 w\u0142a\u015Bciwo\u015Bci {oldKey} \u2192 {newKey}. Nie uda\u0142o si\u0119 zaktualizowa\u0107 ustawie\u0144.",deleteSingleSuccess:"Usuni\u0119to w\u0142a\u015Bciwo\u015B\u0107 {property} z 1 notatki",deleteMultipleSuccess:"Usuni\u0119to w\u0142a\u015Bciwo\u015B\u0107 {property} z {count} notatek",deleteSettingsUpdateFailed:"Usuni\u0119to w\u0142a\u015Bciwo\u015B\u0107 {property}. Nie uda\u0142o si\u0119 zaktualizowa\u0107 ustawie\u0144.",invalidKeyName:"Wprowad\u017A prawid\u0142ow\u0105 nazw\u0119 w\u0142a\u015Bciwo\u015Bci."},fileSystem:{newFolderTitle:"Nowy folder",renameFolderTitle:"Zmie\u0144 nazw\u0119 folderu",renameFileTitle:"Zmie\u0144 nazw\u0119 pliku",deleteFolderTitle:"Usun\u0105\u0107 '{name}'?",deleteFileTitle:"Usun\u0105\u0107 '{name}'?",deleteFileAttachmentsTitle:"Usun\u0105\u0107 za\u0142\u0105czniki pliku?",moveFileConflictTitle:"Konflikt przenoszenia",folderNamePrompt:"Wprowad\u017A nazw\u0119 folderu:",hideInOtherVaultProfiles:"Ukryj w innych profilach sejfu",renamePrompt:"Wprowad\u017A now\u0105 nazw\u0119:",renameVaultTitle:"Zmie\u0144 widoczn\u0105 nazw\u0119 sejfu",renameVaultPrompt:"Wprowad\u017A niestandardow\u0105 nazw\u0119 (pozostaw puste, aby u\u017Cy\u0107 nazwy domy\u015Blnej):",deleteFolderConfirm:"Czy na pewno chcesz usun\u0105\u0107 ten folder i ca\u0142\u0105 jego zawarto\u015B\u0107?",deleteFileConfirm:"Czy na pewno chcesz usun\u0105\u0107 ten plik?",deleteFileAttachmentsDescriptionSingle:"Ten za\u0142\u0105cznik nie jest ju\u017C u\u017Cywany w \u017Cadnej notatce. Czy chcesz go usun\u0105\u0107?",deleteFileAttachmentsDescriptionMultiple:"Te za\u0142\u0105czniki nie s\u0105 ju\u017C u\u017Cywane w \u017Cadnej notatce. Czy chcesz je usun\u0105\u0107?",deleteFileAttachmentsViewFileTreeAriaLabel:"Drzewo plik\xF3w",deleteFileAttachmentsViewGalleryAriaLabel:"Galeria",moveFileConflictDescriptionSingle:'Znaleziono konflikt pliku w \u201E{folder}".',moveFileConflictDescriptionMultiple:'Znaleziono {count} konflikt\xF3w plik\xF3w w \u201E{folder}".',moveFileConflictAffectedFiles:"Dotkni\u0119te pliki",moveFileConflictItem:'\u201E{name}" -> \u201E{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(tylko zmiana nazwy)",moveFileConflictRename:"Zmie\u0144 nazw\u0119",moveFileConflictOverwrite:"Nadpisz",removeAllTagsTitle:"Usu\u0144 wszystkie tagi",removeAllTagsFromNote:"Czy na pewno chcesz usun\u0105\u0107 wszystkie tagi z tej notatki?",removeAllTagsFromNotes:"Czy na pewno chcesz usun\u0105\u0107 wszystkie tagi ({count}) z notatek?"},folderNoteType:{title:"Wybierz typ notatki folderu",folderLabel:"Folder: {name}"},folderSuggest:{placeholder:t=>`Przenie\u015B ${t} do folderu...`,multipleFilesLabel:t=>`pliki: ${t}`,navigatePlaceholder:"Przejd\u017A do folderu...",instructions:{navigate:"aby przej\u015B\u0107",move:"aby przenie\u015B\u0107",select:"aby wybra\u0107",dismiss:"aby anulowa\u0107"}},homepage:{placeholder:"Wyszukaj pliki...",instructions:{navigate:"aby przej\u015B\u0107",select:"aby ustawi\u0107 stron\u0119 g\u0142\xF3wn\u0105",dismiss:"aby anulowa\u0107"}},calendarTemplate:{placeholder:"Wyszukaj szablony...",instructions:{navigate:"aby przej\u015B\u0107",select:"aby wybra\u0107 szablon",dismiss:"aby anulowa\u0107"}},navigationBanner:{placeholder:"Wyszukaj obrazy...",instructions:{navigate:"aby przej\u015B\u0107",select:"aby ustawi\u0107 baner",dismiss:"aby anulowa\u0107"}},tagSuggest:{navigatePlaceholder:"Przejd\u017A do tagu...",addPlaceholder:"Wyszukaj tag, kt\xF3ry chcesz doda\u0107...",removePlaceholder:"Wybierz tag do usuni\u0119cia...",createNewTag:"Utw\xF3rz nowy tag: #{tag}",instructions:{navigate:"aby przej\u015B\u0107",select:"aby wybra\u0107",dismiss:"aby anulowa\u0107",add:"aby doda\u0107 tag",remove:"aby usun\u0105\u0107 tag"}},propertySuggest:{placeholder:"Wybierz atrybut...",navigatePlaceholder:"Przejd\u017A do atrybutu...",instructions:{navigate:"aby nawigowa\u0107",select:"aby doda\u0107 atrybut",dismiss:"aby anulowa\u0107"}},propertyKeyVisibility:{title:"Widoczno\u015B\u0107 kluczy atrybut\xF3w",description:"Kontroluj, gdzie wy\u015Bwietlane s\u0105 warto\u015Bci atrybut\xF3w. Kolumny odpowiadaj\u0105 panelowi nawigacji, panelowi listy i menu kontekstowemu pliku. U\u017Cyj dolnego wiersza, aby prze\u0142\u0105czy\u0107 wszystkie wiersze w kolumnie.",searchPlaceholder:"Szukaj kluczy atrybut\xF3w...",propertyColumnLabel:"Atrybut",showInNavigation:"Poka\u017C w nawigacji",showInList:"Poka\u017C na li\u015Bcie",showInFileMenu:"Poka\u017C w menu pliku",toggleAllInNavigation:"Prze\u0142\u0105cz wszystkie w nawigacji",toggleAllInList:"Prze\u0142\u0105cz wszystkie na li\u015Bcie",toggleAllInFileMenu:"Prze\u0142\u0105cz wszystkie w menu pliku",applyButton:"Zastosuj",emptyState:"Nie znaleziono kluczy atrybut\xF3w."},welcome:{title:"Witaj w {pluginName}",introText:"Cze\u015B\u0107! Zanim zaczniesz, gor\u0105co polecam obejrzenie pierwszych pi\u0119ciu minut poni\u017Cszego filmu, aby zrozumie\u0107, jak dzia\u0142aj\u0105 panele i prze\u0142\u0105cznik \u201EPoka\u017C notatki z podfolder\xF3w\u201D.",continueText:"Je\u015Bli masz jeszcze pi\u0119\u0107 minut, obejrzyj film, aby zrozumie\u0107 kompaktowe tryby wy\u015Bwietlania oraz dowiedzie\u0107 si\u0119, jak prawid\u0142owo skonfigurowa\u0107 skr\xF3ty i wa\u017Cne kombinacje klawiszy.",thanksText:"Dzi\u0119kujemy za pobranie i \u017Cyczymy mi\u0142ego korzystania!",videoAlt:"Instalacja i obs\u0142uga Notebook Navigator",openVideoButton:"Odtw\xF3rz wideo",closeButton:"Mo\u017Ce p\xF3\u017Aniej"}},fileSystem:{errors:{createFolder:"Nie uda\u0142o si\u0119 utworzy\u0107 folderu: {error}",createFile:"Nie uda\u0142o si\u0119 utworzy\u0107 pliku: {error}",renameFolder:"Nie uda\u0142o si\u0119 zmieni\u0107 nazwy folderu: {error}",renameFolderNoteConflict:'Nie mo\u017Cna zmieni\u0107 nazwy: "{name}" ju\u017C istnieje w tym folderze',renameFile:"Nie uda\u0142o si\u0119 zmieni\u0107 nazwy pliku: {error}",deleteFolder:"Nie uda\u0142o si\u0119 usun\u0105\u0107 folderu: {error}",deleteFile:"Nie uda\u0142o si\u0119 usun\u0105\u0107 pliku: {error}",deleteAttachments:"Nie uda\u0142o si\u0119 usun\u0105\u0107 za\u0142\u0105cznik\xF3w: {error}",duplicateNote:"Nie uda\u0142o si\u0119 zduplikowa\u0107 notatki: {error}",duplicateFolder:"Nie uda\u0142o si\u0119 zduplikowa\u0107 folderu: {error}",openVersionHistory:"Nie uda\u0142o si\u0119 otworzy\u0107 historii wersji: {error}",versionHistoryNotFound:"Nie znaleziono polecenia historii wersji. Upewnij si\u0119, \u017Ce Obsidian Sync jest w\u0142\u0105czony.",revealInExplorer:"Nie uda\u0142o si\u0119 pokaza\u0107 pliku w eksploratorze systemowym: {error}",openInDefaultApp:"Nie uda\u0142o si\u0119 otworzy\u0107 w domy\u015Blnej aplikacji: {error}",openInDefaultAppNotAvailable:"Otwieranie w domy\u015Blnej aplikacji nie jest dost\u0119pne na tej platformie",folderNoteAlreadyExists:"Notatka folderu ju\u017C istnieje",folderAlreadyExists:'Folder "{name}" ju\u017C istnieje',folderNotesDisabled:"W\u0142\u0105cz notatki folderu w ustawieniach, aby przekszta\u0142ci\u0107 pliki",folderNoteAlreadyLinked:"Ten plik pe\u0142ni ju\u017C funkcj\u0119 notatki folderu",folderNoteNotFound:"Brak notatki folderu w wybranym folderze",folderNoteUnsupportedExtension:"Nieobs\u0142ugiwane rozszerzenie pliku: {extension}",folderNoteMoveFailed:"Nie uda\u0142o si\u0119 przenie\u015B\u0107 pliku podczas konwersji: {error}",folderNoteRenameConflict:'Plik o nazwie "{name}" ju\u017C istnieje w folderze',folderNoteConversionFailed:"Nie uda\u0142o si\u0119 przekszta\u0142ci\u0107 pliku na notatk\u0119 folderu",folderNoteConversionFailedWithReason:"Nie uda\u0142o si\u0119 przekszta\u0142ci\u0107 pliku na notatk\u0119 folderu: {error}",folderNoteOpenFailed:"Przekszta\u0142cono plik, ale nie uda\u0142o si\u0119 otworzy\u0107 notatki folderu: {error}",failedToDeleteFile:"Nie uda\u0142o si\u0119 usun\u0105\u0107 {name}: {error}",failedToDeleteMultipleFiles:"Nie uda\u0142o si\u0119 usun\u0105\u0107 plik\xF3w: {count}",versionHistoryNotAvailable:"Historia wersji nie jest dost\u0119pna",drawingAlreadyExists:"Rysunek o tej nazwie ju\u017C istnieje",failedToCreateDrawing:"Nie uda\u0142o si\u0119 utworzy\u0107 rysunku",noFolderSelected:"\u017Baden folder nie jest wybrany w Notebook Navigator",noFileSelected:"\u017Baden plik nie jest wybrany"},warnings:{linkBreakingNameCharacters:"Ta nazwa zawiera znaki, kt\xF3re psuj\u0105 linki Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Nazwy nie mog\u0105 zaczyna\u0107 si\u0119 od kropki ani zawiera\u0107 : lub /.",forbiddenNameCharactersWindows:'Znaki zarezerwowane przez system Windows s\u0105 niedozwolone: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Ukryty folder: {name}",showFolder:"Widoczny folder: {name}"},notifications:{deletedMultipleFiles:"Usuni\u0119to pliki: {count}",movedMultipleFiles:"Przeniesiono pliki ({count}) do {folder}",folderNoteConversionSuccess:'Przekszta\u0142cono plik na notatk\u0119 folderu w "{name}"',folderMoved:'Przeniesiono folder "{name}"',deepLinkCopied:"Adres URL Obsidian skopiowany do schowka",pathCopied:"\u015Acie\u017Cka skopiowana do schowka",relativePathCopied:"\u015Acie\u017Cka wzgl\u0119dna skopiowana do schowka",tagAddedToNote:"Dodano tag do 1 notatki",tagAddedToNotes:"Dodano tag do wielu ({count}) notatek",tagRemovedFromNote:"Usuni\u0119to tag z 1 notatki",tagRemovedFromNotes:"Usuni\u0119to tag z wielu ({count}) notatek",tagsClearedFromNote:"Wyczyszczono wszystkie tagi z 1 notatki",tagsClearedFromNotes:"Wyczyszczono wszystkie tagi z wielu ({count}) notatek",noTagsToRemove:"Brak tag\xF3w do usuni\u0119cia",noFilesSelected:"Nie wybrano plik\xF3w",tagOperationsNotAvailable:"Operacje na tagach niedost\u0119pne",propertyOperationsNotAvailable:"Operacje na w\u0142a\u015Bciwo\u015Bciach niedost\u0119pne",tagsRequireMarkdown:"Tagi s\u0105 obs\u0142ugiwane tylko w notatkach Markdown",propertiesRequireMarkdown:"Atrybuty s\u0105 obs\u0142ugiwane tylko w notatkach Markdown",propertySetOnNote:"Zaktualizowano atrybut w 1 notatce",propertySetOnNotes:"Zaktualizowano atrybut w wielu ({count}) notatkach",iconPackDownloaded:"{provider} pobrano",iconPackUpdated:"{provider} zaktualizowano ({version})",iconPackRemoved:"{provider} usuni\u0119to",iconPackLoadFailed:"Nie uda\u0142o si\u0119 wczyta\u0107 {provider}",hiddenFileReveal:'Plik jest ukryty. Aby go wy\u015Bwietli\u0107, w\u0142\u0105cz opcj\u0119 "Poka\u017C ukryte elementy".'},confirmations:{deleteMultipleFiles:"Czy na pewno chcesz usun\u0105\u0107 wiele ({count}) plik\xF3w?",deleteConfirmation:"Nie mo\u017Cna cofn\u0105\u0107 tej czynno\u015Bci."},defaultNames:{untitled:"Bez nazwy"}},dragDrop:{errors:{cannotMoveIntoSelf:"Nie mo\u017Cna przenie\u015B\u0107 do tego samego lub podrz\u0119dnego folderu.",itemAlreadyExists:'Element o nazwie "{name}" ju\u017C istnieje w tej lokalizacji.',failedToMove:"Nie uda\u0142o si\u0119 przenie\u015B\u0107: {error}",failedToAddTag:'Nie uda\u0142o si\u0119 doda\u0107 tagu "{tag}"',failedToSetProperty:"Nie uda\u0142o si\u0119 zaktualizowa\u0107 atrybutu: {error}",failedToClearTags:"Nie uda\u0142o si\u0119 wyczy\u015Bci\u0107 tag\xF3w",failedToMoveFolder:'Nie uda\u0142o si\u0119 przenie\u015B\u0107 folderu "{name}"',failedToImportFiles:"Nie uda\u0142o si\u0119 zaimportowa\u0107: {names}"},notifications:{filesAlreadyExist:"Wiele plik\xF3w ({count}) ju\u017C istnieje w miejscu docelowym",filesAlreadyHaveTag:"Wiele plik\xF3w ({count}) ju\u017C ma ten lub bardziej szczeg\xF3\u0142owy tag",filesAlreadyHaveProperty:"Wiele plik\xF3w ({count}) ma ju\u017C ten atrybut",noTagsToClear:"Brak tag\xF3w do wyczyszczenia",fileImported:"Zaimportowano 1 plik",filesImported:"Zaimportowano wiele plik\xF3w ({count})"}},dateGroups:{today:"Dzisiaj",yesterday:"Wczoraj",previous7Days:"Poprzednie 7 dni",previous30Days:"Poprzednie 30 dni"},commands:{open:"Otw\xF3rz",toggleLeftSidebar:"Prze\u0142\u0105cz lewy panel boczny",openHomepage:"Otw\xF3rz stron\u0119 g\u0142\xF3wn\u0105",openDailyNote:"Otw\xF3rz notatk\u0119 dnia",openWeeklyNote:"Otw\xF3rz notatk\u0119 tygodnia",openMonthlyNote:"Otw\xF3rz notatk\u0119 miesi\u0105ca",openQuarterlyNote:"Otw\xF3rz notatk\u0119 kwarta\u0142u",openYearlyNote:"Otw\xF3rz notatk\u0119 roku",revealFile:"Poka\u017C plik",search:"Szukaj",searchVaultRoot:"Szukaj w katalogu g\u0142\xF3wnym sejfu",toggleDualPane:"Prze\u0142\u0105cz uk\u0142ad podw\xF3jnego panelu",toggleDualPaneOrientation:"Prze\u0142\u0105cz orientacj\u0119 podw\xF3jnego panelu",toggleCalendar:"Prze\u0142\u0105cz kalendarz",selectVaultProfile:"Wybierz profil sejfu",selectVaultProfile1:"Wybierz profil sejfu 1",selectVaultProfile2:"Wybierz profil sejfu 2",selectVaultProfile3:"Wybierz profil sejfu 3",deleteFile:"Usu\u0144 pliki",createNewNote:"Utw\xF3rz now\u0105 notatk\u0119",createNewNoteFromTemplate:"Utw\xF3rz now\u0105 notatk\u0119 na podstawie szablonu",moveFiles:"Przenie\u015B pliki",selectNextFile:"Wybierz nast\u0119pny plik",selectPreviousFile:"Wybierz poprzedni plik",navigateBack:"Nawiguj wstecz",navigateForward:"Nawiguj do przodu",convertToFolderNote:"Przekszta\u0142\u0107 na notatk\u0119 folderu",setAsFolderNote:"Ustaw jako notatk\u0119 folderu",detachFolderNote:"Od\u0142\u0105cz notatk\u0119 folderu",pinAllFolderNotes:"Przypnij wszystkie notatki folderu",navigateToFolder:"Przejd\u017A do folderu",navigateToTag:"Przejd\u017A do tagu",navigateToProperty:"Przejd\u017A do atrybutu",addShortcut:"Dodaj do skr\xF3t\xF3w",openShortcut:"Otw\xF3rz skr\xF3t {number}",toggleDescendants:"Prze\u0142\u0105cz podfoldery",toggleHidden:"Prze\u0142\u0105cz ukryte foldery, tagi i notatki",toggleTagSort:"Prze\u0142\u0105cz sortowanie tag\xF3w",toggleCompactMode:"Prze\u0142\u0105cz tryb kompaktowy",collapseExpand:"Zwi\u0144 / rozwi\u0144 wszystkie elementy",addTag:"Dodaj tag do wybranych plik\xF3w",setProperty:"Ustaw w\u0142a\u015Bciwo\u015B\u0107 dla wybranych plik\xF3w",removeTag:"Usu\u0144 tag z wybranych plik\xF3w",removeAllTags:"Usu\u0144 wszystkie tagi z wybranych plik\xF3w",openAllFiles:"Otw\xF3rz wszystkie pliki",rebuildCache:"Odbuduj pami\u0119\u0107 podr\u0119czn\u0105"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Kalendarz",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Poka\u017C w Notebook Navigator"},tooltips:{lastModifiedAt:"Zmodyfikowano",createdAt:"Utworzono",file:"plik",files:"pliki",folder:"folder",folders:"foldery"},settings:{metadataReport:{exportSuccess:"Raport nieprawid\u0142owych metadanych wyeksportowany do: {filename}",exportFailed:"Nie uda\u0142o si\u0119 wyeksportowa\u0107 raportu metadanych"},sections:{general:"Og\xF3lne",navigationPane:"Nawigacja",calendar:"Kalendarz",files:"Pliki",icons:"Pakiety ikon",folders:"Foldery",folderNotes:"Notatki folderu",foldersAndTags:"Foldery",tagsAndProperties:"Tagi i atrybuty",tags:"Tagi",listPane:"Lista",notes:"Notatki",advanced:"Zaawansowane"},groups:{general:{vaultProfiles:"Profile sejfu",filtering:"Filtrowanie",templates:"Szablony",behavior:"Zachowanie",keyboardNavigation:"Nawigacja klawiatur\u0105",mouseButtons:"Przyciski myszy",view:"Wygl\u0105d",icons:"Ikonki",desktopAppearance:"Wygl\u0105d na komputerze",mobileAppearance:"Wygl\u0105d mobilny",formatting:"Formatowanie"},navigation:{appearance:"Wygl\u0105d",rainbowColors:"Kolory t\u0119czy",leftSidebar:"Lewy panel boczny",calendarIntegration:"Integracja z kalendarzem"},list:{display:"Wygl\u0105d",pinnedNotes:"Przypi\u0119te notatki"},notes:{frontmatter:"Metadane",tasks:"Zadania",icon:"Ikonka",title:"Tytu\u0142",previewText:"Tekst podgl\u0105du",featureImage:"Wyr\xF3\u017Cniony obraz",tags:"Tagi",properties:"Atrybuty",date:"Data",parentFolder:"Folder nadrz\u0119dny"}},syncMode:{notSynced:"(niezsynchronizowane)",disabled:"(wy\u0142\u0105czone)",switchToSynced:"W\u0142\u0105cz synchronizacj\u0119",switchToLocal:"Wy\u0142\u0105cz synchronizacj\u0119"},items:{listPaneTitle:{name:"Tytu\u0142 panelu listy",desc:"Wybierz, gdzie ma by\u0107 widoczny tytu\u0142 panelu listy.",options:{header:"Poka\u017C w nag\u0142\xF3wku",list:"Poka\u017C w panelu listy",hidden:"Ukryj"}},sortNotesBy:{name:"Sortuj notatki wed\u0142ug",desc:"Wybierz spos\xF3b sortowania notatek na li\u015Bcie.",options:{"modified-desc":"daty edycji (od najnowszych)","modified-asc":"daty edycji (od najstarszych)","created-desc":"daty utworzenia (od najnowszych)","created-asc":"daty utworzenia (od najstarszych)","title-asc":"tytu\u0142u (od A do Z)","title-desc":"tytu\u0142u (od Z do A)","filename-asc":"nazwy (od A do Z)","filename-desc":"nazwy (od Z do A)","property-asc":"atrybutu (od A do Z)","property-desc":"atrybutu (od Z do A)"},propertyOverride:{asc:"atrybut \u2018{property}\u2019 (od A do Z)",desc:"atrybut \u2018{property}\u2019 (od Z do A)"}},propertySortKey:{name:"Atrybut do sortowania",desc:"U\u017Cywane z sortowaniem wed\u0142ug atrybutu. Notatki z tym atrybutem s\u0105 widoczne jako pierwsze i sortowane wed\u0142ug warto\u015Bci. Tablice s\u0105 \u0142\u0105czone w jedn\u0105 warto\u015B\u0107.",placeholder:"order"},propertySortSecondary:{name:"Sortowanie drugorz\u0119dne",desc:"U\u017Cywane z sortowaniem wed\u0142ug atrybut\xF3w, gdy notatki maj\u0105 tak\u0105 sam\u0105 warto\u015B\u0107 lub jej nie maj\u0105.",options:{title:"Tytu\u0142",filename:"Nazwa pliku",created:"Data utworzenia",modified:"Data edycji"}},revealFileOnListChanges:{name:"Przewi\u0144 do wybranego pliku podczas zmian na li\u015Bcie",desc:"Przewi\u0144 do wybranego pliku podczas przypinania notatek, wy\u015Bwietlania notatek podrz\u0119dnych, zmiany wygl\u0105du folderu lub wykonywania operacji na plikach."},includeDescendantNotes:{name:"Poka\u017C notatki z podfolder\xF3w / element\xF3w podrz\u0119dnych",desc:"Podczas przegl\u0105dania folderu lub tagu uwzgl\u0119dnij notatki z podfolder\xF3w i tag\xF3w podrz\u0119dnych."},limitPinnedToCurrentFolder:{name:"Przypinaj notatki tylko w ich folderze",desc:"Przypi\u0119te notatki s\u0105 wy\u015Bwietlane jako przypi\u0119te tylko w swoim w\u0142asnym folderze. Przydatne dla notatek folder\xF3w lub je\u015Bli masz wiele przypi\u0119tych notatek. Nie wp\u0142ywa na widoki tag\xF3w ani w\u0142a\u015Bciwo\u015Bci."},separateNoteCounts:{name:"Poka\u017C liczb\u0119 element\xF3w nadrz\u0119dnych i podrz\u0119dnych oddzielnie",desc:'Wy\u015Bwietla liczb\u0119 notatek jako "nadrz\u0119dne \u25BE podrz\u0119dne" w folderach i tagach.'},groupNotes:{name:"Grupuj notatki",desc:"Wy\u015Bwietla nag\u0142\xF3wki pomi\u0119dzy grupami notatek na podstawie daty lub folderu. Tagi s\u0105 grupowane wed\u0142ug dat, gdy w\u0142\u0105czone jest grupowanie wed\u0142ug folder\xF3w.",options:{none:"Nie grupuj",date:"Grupuj wed\u0142ug daty",folder:"Grupuj wed\u0142ug folderu"}},showSelectedNavigationPills:{name:"Zawsze pokazuj wszystkie etykiety tag\xF3w i w\u0142a\u015Bciwo\u015Bci",desc:'Po wy\u0142\u0105czeniu etykiety odpowiadaj\u0105ce bie\u017C\u0105cemu wyborowi nawigacji s\u0105 ukrywane (np. etykieta tagu \u201Eprzepisy" jest ukrywana podczas przegl\u0105dania tagu \u201Eprzepisy"). W\u0142\u0105cz, aby wszystkie etykiety by\u0142y zawsze widoczne.'},showPinnedGroupHeader:{name:"Poka\u017C nag\u0142\xF3wek grupy przypi\u0119tych",desc:"Wy\u015Bwietla nag\u0142\xF3wek sekcji przypi\u0119tych notatek."},showPinnedIcon:{name:"Poka\u017C ikonk\u0119 przypi\u0119tych",desc:"Wy\u015Bwietla ikonk\u0119 obok nag\u0142\xF3wka sekcji przypi\u0119tych."},defaultListMode:{name:"Domy\u015Blny tryb listy",desc:'Wybierz domy\u015Blny uk\u0142ad listy. Opcja "Standardowy" wy\u015Bwietla tytu\u0142, dat\u0119, opis i tekst podgl\u0105du. Opcja "Kompaktowy" wy\u015Bwietla tylko tytu\u0142. Mo\u017Cna to zmieni\u0107 dla konkretnych folder\xF3w.',options:{standard:"Standardowy",compact:"Kompaktowy"}},showFileIcons:{name:"Poka\u017C ikonki plik\xF3w",desc:"Wy\u015Bwietla ikonki plik\xF3w z wyr\xF3wnaniem do lewej strony. Wy\u0142\u0105czenie tej opcji powoduje usuni\u0119cie zar\xF3wno ikonek, jak i wci\u0119\u0107. Priorytet: ikonka nieuko\u0144czonych zada\u0144 > ikonka niestandardowa > ikonka nazwy pliku > ikonka typu pliku > ikonka domy\u015Blna."},showFileIconUnfinishedTask:{name:"Ikona nieuko\u0144czonych zada\u0144",desc:"Wy\u015Bwietla ikonk\u0119, gdy notatka zawiera niezako\u0144czone zadania."},showFileBackgroundUnfinishedTask:{name:"T\u0142o nieuko\u0144czonych zada\u0144",desc:"Zastosuj kolor t\u0142a, gdy notatka zawiera nieuko\u0144czone zadania."},unfinishedTaskBackgroundColor:{name:"Kolor t\u0142a",desc:"Ustaw kolor t\u0142a u\u017Cywany, gdy notatka zawiera nieuko\u0144czone zadania."},showFilenameMatchIcons:{name:"Ikonki na podstawie nazwy pliku",desc:"Przypisuje ikonki do plik\xF3w na podstawie tekstu w ich nazwach."},fileNameIconMap:{name:"Przypisanie ikonek na podstawie nazwy pliku",desc:"Pliki zawieraj\u0105ce dany tekst otrzymuj\u0105 okre\u015Blon\u0105 ikonk\u0119. Jedno przypisanie na lini\u0119: tekst=ikonka",placeholder:`# tekst=ikona +spotkanie=LiCalendar +faktura=PhReceipt`,editTooltip:"Edytuj przypisania"},showCategoryIcons:{name:"Ikonki wed\u0142ug typu pliku",desc:"Przypisuje ikonki do plik\xF3w na podstawie ich rozszerze\u0144."},fileTypeIconMap:{name:"Przypisanie ikonek na podstawie typu pliku",desc:"Pliki z danym rozszerzeniem otrzymuj\u0105 okre\u015Blon\u0105 ikonk\u0119. Jedno przypisanie na lini\u0119: rozszerzenie=ikonka",placeholder:`# rozszerzenie=ikonka +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Edytuj przypisania"},optimizeNoteHeight:{name:"Zmienna wysoko\u015B\u0107 notatek",desc:"U\u017Cywa kompaktowej wysoko\u015Bci dla przypi\u0119tych notatek i notatek bez podgl\u0105du tre\u015Bci."},compactItemHeight:{name:"Wysoko\u015B\u0107 element\xF3w w trybie kompaktowym",desc:"Ustawia wysoko\u015B\u0107 element\xF3w kompaktowej listy na komputerach stacjonarnych i urz\u0105dzeniach mobilnych.",resetTooltip:"Przywr\xF3\u0107 warto\u015B\u0107 domy\u015Bln\u0105 (28px)"},compactItemHeightScaleText:{name:"Skalowanie tekstu z wysoko\u015Bci\u0105 trybu kompaktowego",desc:"Skaluje tekst na kompaktowej li\u015Bcie, gdy wysoko\u015B\u0107 elementu zostanie zmniejszona."},showParentFolder:{name:"Poka\u017C folder nadrz\u0119dny",desc:"Wy\u015Bwietla nazw\u0119 folderu nadrz\u0119dnego dla notatek w podfolderach lub tagach."},parentFolderClickRevealsFile:{name:"Klikni\u0119cie folderu nadrz\u0119dnego otwiera folder",desc:"Klikni\u0119cie etykiety folderu nadrz\u0119dnego otwiera folder w panelu listy."},showParentFolderColor:{name:"Poka\u017C kolor folderu nadrz\u0119dnego",desc:"U\u017Cywa kolor\xF3w folder\xF3w na etykietach folder\xF3w nadrz\u0119dnych."},showParentFolderIcon:{name:"Poka\u017C ikonk\u0119 folderu nadrz\u0119dnego",desc:"Wy\u015Bwietla ikonki folder\xF3w obok etykiet folder\xF3w nadrz\u0119dnych."},showQuickActions:{name:"Poka\u017C szybkie czynno\u015Bci",desc:"Wy\u015Bwietla przyciski akcji po najechaniu kursorem na pliki. Wyr\xF3\u017Cnij ikonk\u0119, aby wy\u015Bwietli\u0107 czynno\u015B\u0107."},dualPane:{name:"Uk\u0142ad podw\xF3jnego panelu",desc:"Wy\u015Bwietla panel nawigacji i panel listy obok siebie na komputerze."},dualPaneOrientation:{name:"Orientacja trybu podw\xF3jnego",desc:"Wybierz uk\u0142ad poziomy lub pionowy, gdy aktywny jest podw\xF3jny panel.",options:{horizontal:"Podzia\u0142 poziomy",vertical:"Podzia\u0142 pionowy"}},appearanceBackground:{name:"Kolor t\u0142a",desc:"Wybierz kolory t\u0142a dla panelu nawigacji i listy.",options:{separate:"Oddzielne t\u0142a",primary:"U\u017Cyj t\u0142a listy",secondary:"U\u017Cyj t\u0142a nawigacji"}},appearanceScale:{name:"Poziom przybli\u017Cenia",desc:"Kontroluje og\xF3lny poziom przybli\u017Cenia Notebook Navigator."},useFloatingToolbars:{name:"U\u017Cyj p\u0142ywaj\u0105cych pask\xF3w narz\u0119dzi w systemie iOS/iPadOS",desc:"Dotyczy Obsidian 1.11 i nowszych wersji."},startView:{name:"Domy\u015Blny widok pocz\u0105tkowy",desc:"Wybierz, kt\xF3ry panel ma by\u0107 widoczny po otwarciu Notebook Navigator. Panel nawigacji pokazuje skr\xF3ty, ostatnie pliki i struktur\u0119 folder\xF3w. Panel listy od razu pokazuje list\u0119 plik\xF3w.",options:{navigation:"Panel nawigacji",files:"Panel listy"}},toolbarButtons:{name:"Przyciski paska narz\u0119dzi",desc:"Wybierz, kt\xF3re przyciski maj\u0105 by\u0107 wy\u015Bwietlane na pasku narz\u0119dzi. Ukryte przyciski pozostaj\u0105 dost\u0119pne za po\u015Brednictwem palety polece\u0144 i w menu.",navigationLabel:"Panel nawigacji",listLabel:"Panel listy"},createNewNotesInNewTab:{name:"Otwieraj nowe notatki w nowej karcie",desc:"Gdy w\u0142\u0105czone, polecenie Utw\xF3rz now\u0105 notatk\u0119 otwiera notatki w nowej karcie. Gdy wy\u0142\u0105czone, notatki zast\u0119puj\u0105 bie\u017C\u0105c\u0105 kart\u0119."},autoRevealActiveNote:{name:"Poka\u017C aktywn\u0105 notatk\u0119",desc:"Automatycznie wy\u015Bwietla notatki po otwarciu za pomoc\u0105 okna szybkiego wyboru, link\xF3w lub wyszukiwania."},autoRevealShortestPath:{name:"U\u017Cyj najkr\xF3tszej \u015Bcie\u017Cki",desc:"W\u0142\u0105czone: Automatyczne ujawnianie wybiera najbli\u017Cszy widoczny folder nadrz\u0119dny lub tag. Wy\u0142\u0105czone: Automatyczne ujawnianie wybiera rzeczywisty folder pliku i dok\u0142adny tag."},autoRevealIgnoreRightSidebar:{name:"Ignoruj zdarzenia z prawego paska bocznego",desc:"Nie zmieniaj aktywnej notatki podczas klikania lub zmiany notatek w prawym pasku bocznym."},autoRevealIgnoreOtherWindows:{name:"Ignoruj zdarzenia z innych okien",desc:"Nie zmieniaj aktywnej notatki podczas pracy z notatkami w innym oknie."},paneTransitionDuration:{name:"Animacja pojedynczego panelu",desc:"Czas trwania przej\u015Bcia podczas prze\u0142\u0105czania paneli w trybie pojedynczego panelu (w milisekundach).",resetTooltip:"Przywr\xF3\u0107 domy\u015Blne"},autoSelectFirstFileOnFocusChange:{name:"Automatycznie wybierz pierwsz\u0105 notatk\u0119",desc:"Automatycznie otwiera pierwsz\u0105 notatk\u0119 po zmianie folderu lub tagu."},skipAutoScroll:{name:"Wy\u0142\u0105cz automatyczne przewijanie skr\xF3t\xF3w",desc:"Nie przewijaj panelu nawigacji podczas klikania element\xF3w w skr\xF3tach."},autoExpandNavItems:{name:"Rozwi\u0144 podczas zaznaczania",desc:"Rozwija foldery, tagi i w\u0142a\u015Bciwo\u015Bci po zaznaczeniu. W trybie pojedynczego panelu pierwsze zaznaczenie powoduje rozwini\u0119cie, drugie zaznaczenie powoduje wy\u015Bwietlenie plik\xF3w."},springLoadedFolders:{name:"Rozwi\u0144 podczas przeci\u0105gania",desc:"Rozwija foldery i tagi po najechaniu kursorem podczas przeci\u0105gania."},springLoadedFoldersInitialDelay:{name:"Op\xF3\u017Anienie pierwszego rozwini\u0119cia",desc:"Op\xF3\u017Anienie przed rozwini\u0119ciem pierwszego folderu lub tagu podczas przeci\u0105gania (w sekundach)."},springLoadedFoldersSubsequentDelay:{name:"Op\xF3\u017Anienie kolejnych rozwini\u0119\u0107",desc:"Op\xF3\u017Anienie przed rozwini\u0119ciem kolejnych folder\xF3w lub tag\xF3w podczas tego samego przeci\u0105gania (w sekundach)."},navigationBanner:{name:"Baner nawigacji (profil sejfu)",desc:"Wy\u015Bwietla obraz nad panelem nawigacji. Zmienia si\u0119 wraz z wybranym profilem sejfu.",current:"Aktywny baner: {path}",chooseButton:"Wybierz obraz"},pinNavigationBanner:{name:"Przypnij baner",desc:"Przypnij baner nad panelem nawigacji."},showShortcuts:{name:"Poka\u017C skr\xF3ty",desc:"Wy\u015Bwietla sekcj\u0119 skr\xF3t\xF3w w panelu nawigacji."},shortcutBadgeDisplay:{name:"Plakietka skr\xF3tu",desc:"Co ma by\u0107 widoczne obok skr\xF3t\xF3w. U\u017Cyj polece\u0144 'Otw\xF3rz skr\xF3t 1-9', aby otworzy\u0107 skr\xF3ty bezpo\u015Brednio.",options:{index:"Pozycja (1-9)",count:"Liczba element\xF3w",none:"Brak"}},showRecentNotes:{name:"Poka\u017C ostatnie pliki",desc:"Wy\u015Bwietla sekcj\u0119 ostatnich plik\xF3w w panelu nawigacji."},hideRecentNotes:{name:"Ukryj typy plik\xF3w",desc:"Wybierz typy plik\xF3w do ukrycia w sekcji ostatnich plik\xF3w.",options:{none:"Brak",folderNotes:"Notatki folder\xF3w"}},recentNotesCount:{name:"Liczba ostatnich plik\xF3w",desc:"Liczba ostatnich plik\xF3w do wy\u015Bwietlenia."},pinRecentNotesWithShortcuts:{name:"Przypnij ostatnie pliki razem ze skr\xF3tami",desc:"Do\u0142\u0105cz ostatnie pliki podczas przypinania skr\xF3t\xF3w."},calendarEnabled:{name:"W\u0142\u0105cz kalendarz",desc:"W\u0142\u0105cz funkcje kalendarza w Notebook Navigator."},calendarPlacement:{name:"Po\u0142o\u017Cenie kalendarza",desc:"Umie\u015B\u0107 kalendarz w lewym lub prawym panelu bocznym.",options:{leftSidebar:"Lewy panel boczny",rightSidebar:"Prawy panel boczny"}},calendarLeftPlacement:{name:"Pozycja w trybie pojedynczego panelu",desc:"Gdzie kalendarz jest wy\u015Bwietlany w trybie pojedynczego panelu.",options:{navigationPane:"Panel nawigacji",below:"Pod panelami"}},calendarLocale:{name:"Ustawienia regionalne",desc:"Kontroluje numeracj\u0119 tygodni i pierwszy dzie\u0144 tygodnia.",incompatibleWeekPatternWarning:'Wz\xF3r notatek tygodniowych u\u017Cywa token\xF3w tygodnia ISO ("W" lub "G"). Kalendarz b\u0119dzie wy\u015Bwietla\u0142 tygodnie zaczynaj\u0105ce si\u0119 od poniedzia\u0142ku zamiast od pierwszego dnia tygodnia tych ustawie\u0144 regionalnych.',options:{systemDefault:"Domy\u015Blne"}},calendarWeekendDays:{name:"Dni weekendowe",desc:"Wy\u015Bwietla dni weekendowe z innym kolorem t\u0142a.",options:{none:"Brak",satSun:"sobota i niedziela",friSat:"pi\u0105tek i sobota",thuFri:"czwartek i pi\u0105tek"}},calendarMonthHeadingFormat:{name:"Format nazwy miesi\u0105ca",desc:"Normalna lub skr\xF3cona nazwa miesi\u0105ca, gdy widok roku jest ukryty.",options:{full:"stycze\u0144 (pe\u0142na)",short:"sty (kr\xF3tka)"}},showInfoButtons:{name:"Poka\u017C przyciski informacyjne",desc:"Wy\u015Bwietla przyciski informacyjne w pasku wyszukiwania i nag\u0142\xF3wku kalendarza."},calendarWeeksToShow:{name:"Tygodnie widoczne w lewym pasku bocznym",desc:"Kalendarz w prawym pasku bocznym zawsze wy\u015Bwietla ca\u0142y miesi\u0105c.",options:{fullMonth:"Ca\u0142y miesi\u0105c",oneWeek:"1 tydzie\u0144",weeksCount:"tygodnie: {count}"}},calendarHighlightToday:{name:"Wyr\xF3\u017Cnij dzisiejsz\u0105 dat\u0119",desc:"Wyr\xF3\u017Cnij dzisiejsz\u0105 dat\u0119 kolorem t\u0142a i pogrubion\u0105 czcionk\u0105."},calendarShowFeatureImage:{name:"Poka\u017C wyr\xF3\u017Cniony obraz",desc:"Wy\u015Bwietla wyr\xF3\u017Cnione obrazy notatek w kalendarzu."},calendarShowWeekNumber:{name:"Poka\u017C numer tygodnia",desc:"Dodaje kolumn\u0119 z numerem tygodnia."},calendarShowQuarter:{name:"Poka\u017C kwarta\u0142",desc:"Dodaje etykiet\u0119 kwarta\u0142u w nag\u0142\xF3wku kalendarza."},calendarShowYearCalendar:{name:"Poka\u017C kalendarz roczny",desc:"Wy\u015Bwietla nawigacj\u0119 roczn\u0105 i siatk\u0119 miesi\u0119czn\u0105 w prawym pasku bocznym."},calendarConfirmBeforeCreate:{name:"Potwierd\u017A przed utworzeniem",desc:"Wy\u015Bwietla mo\u017Cliwo\u015B\u0107 potwierdzenia podczas tworzenia nowej notatki."},calendarIntegrationMode:{name:"\u0179r\xF3d\u0142o notatek",desc:"\u0179r\xF3d\u0142o notatek kalendarza.",options:{dailyNotes:"Dziennik (wbudowana wtyczka)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Folder i format daty mo\u017Cna zmieni\u0107 w ustawieniach wtyczki."}},calendarCustomRootFolder:{name:"Folder g\u0142\xF3wny",desc:"Folder bazowy dla notatek okresowych. Wzory dat mog\u0105 zawiera\u0107 podfoldery. Zmienia si\u0119 wraz z wybranym profilem sejfu.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Lokalizacja folderu szablon\xF3w",desc:"Wyb\xF3r pliku szablonu pokazuje notatki z tego folderu.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Notatki dzienne",desc:"Sformatuj \u015Bcie\u017Ck\u0119 przy u\u017Cyciu formatu daty Moment. Nazwy podfolder\xF3w umie\u015B\u0107 w nawiasach, np. [Work]/YYYY. Kliknij ikonk\u0119 szablonu, aby ustawi\u0107 szablon. Ustaw lokalizacj\u0119 folderu szablon\xF3w w sekcji Og\xF3lne > Szablony.",momentDescPrefix:"Sformatuj \u015Bcie\u017Ck\u0119 przy u\u017Cyciu ",momentLinkText:"formatu daty Moment",momentDescSuffix:". Nazwy podfolder\xF3w umie\u015B\u0107 w nawiasach, np. [Work]/YYYY. Kliknij ikonk\u0119 szablonu, aby ustawi\u0107 szablon. Ustaw lokalizacj\u0119 folderu szablon\xF3w w sekcji Og\xF3lne > Szablony.",placeholder:"YYYY/YYYYMMDD",example:"Aktywna sk\u0142adnia: {path}",parsingError:"Wz\xF3r musi by\u0107 tak sformatowany, aby mo\u017Cna by\u0142o odczyta\u0107 kompletn\u0105 dat\u0119 (rok, miesi\u0105c, dzie\u0144)."},calendarCustomWeekPattern:{name:"Notatki tygodniowe",parsingError:"Wz\xF3r musi by\u0107 tak sformatowany, aby mo\u017Cna by\u0142o odczyta\u0107 kompletn\u0105 dat\u0119 (rok tygodnia, numer tygodnia).",localeMismatchWarning:'Ten wz\xF3r u\u017Cywa token\xF3w tygodnia ISO ("W" lub "G"). Kalendarz b\u0119dzie wy\u015Bwietla\u0142 tygodnie zaczynaj\u0105ce si\u0119 od poniedzia\u0142ku. U\u017Cyj "w" lub "g", je\u015Bli notatki tygodniowe maj\u0105 by\u0107 zgodne z wybranymi ustawieniami regionalnymi.'},calendarCustomMonthPattern:{name:"Notatki miesi\u0119czne",parsingError:"Wz\xF3r musi by\u0107 tak sformatowany, aby mo\u017Cna by\u0142o odczyta\u0107 kompletn\u0105 dat\u0119 (rok, miesi\u0105c)."},calendarCustomQuarterPattern:{name:"Notatki kwartalne",parsingError:"Wz\xF3r musi by\u0107 tak sformatowany, aby mo\u017Cna by\u0142o odczyta\u0107 kompletn\u0105 dat\u0119 (rok, kwarta\u0142)."},calendarCustomYearPattern:{name:"Notatki roczne",parsingError:"Wz\xF3r musi by\u0107 tak sformatowany, aby mo\u017Cna by\u0142o odczyta\u0107 kompletn\u0105 dat\u0119 (rok)."},calendarTemplateFile:{current:"Plik szablonu: {name}"},showTooltips:{name:"Poka\u017C informacje",desc:"Po najechaniu kursorem wy\u015Bwietla dodatkowe informacje dotycz\u0105ce notatek i folder\xF3w."},showTooltipPath:{name:"Poka\u017C \u015Bcie\u017Ck\u0119",desc:"Po najechaniu kursorem wy\u015Bwietla \u015Bcie\u017Ck\u0119 folderu pod nazwami notatek."},resetPaneSeparator:{name:"Przywr\xF3\u0107 po\u0142o\u017Cenie separatora paneli",desc:"Przywraca domy\u015Blne po\u0142o\u017Cenie separatora oddzielaj\u0105cego panel nawigacji i panel listy.",buttonText:"Przywr\xF3\u0107 separator",notice:"Przywr\xF3cono pozycj\u0119 separatora. Uruchom ponownie Obsidian lub ponownie otw\xF3rz Notebook Navigator, aby zastosowa\u0107 zmiany."},settingsTransfer:{name:"Importuj i eksportuj ustawienia",desc:"Eksportuj lub importuj ustawienia Notebook Navigator jako JSON. Import zast\u0119puje wszystkie ustawienia.",importButtonText:"Importuj",exportButtonText:"Eksportuj",import:{modalTitle:"Importuj ustawienia",fileButtonName:"Importuj z pliku",fileButtonDesc:"Wczytaj plik JSON z dysku.",fileButtonText:"Importuj z pliku",editorName:"JSON",editorDesc:"Wklej lub edytuj JSON poni\u017Cej. Nieuwzgl\u0119dnione ustawienia zostan\u0105 zresetowane do warto\u015Bci domy\u015Blnych.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importuj",successNotice:"Ustawienia zaimportowane.",errorNotice:"Nie uda\u0142o si\u0119 zaimportowa\u0107 ustawie\u0144: {message}",fileReadError:"Nie mo\u017Cna odczyta\u0107 pliku: {message}"},export:{modalTitle:"Eksportuj ustawienia",editorName:"JSON",editorDesc:"Uwzgl\u0119dnione s\u0105 tylko ustawienia zmienione w stosunku do warto\u015Bci domy\u015Blnych.",placeholder:"{}",copyButtonText:"Kopiuj do schowka",downloadButtonText:"Pobierz",copyNotice:"Ustawienia skopiowane do schowka.",downloadNotice:"Ustawienia wyeksportowane.",downloadError:"Nie uda\u0142o si\u0119 pobra\u0107 ustawie\u0144: {message}"}},resetAllSettings:{name:"Przywr\xF3\u0107 wszystkie ustawienia",desc:"Przywraca wszystkie ustawienia Notebook Navigator do warto\u015Bci domy\u015Blnych.",buttonText:"Przywr\xF3\u0107 wszystkie ustawienia",confirmTitle:"Przywr\xF3ci\u0107 wszystkie ustawienia?",confirmMessage:"Spowoduje to przywr\xF3cenie wszystkich ustawie\u0144 Notebook Navigator do warto\u015Bci domy\u015Blnych. Nie mo\u017Cna cofn\u0105\u0107 tej czynno\u015Bci.",confirmButtonText:"Przywr\xF3\u0107 wszystkie ustawienia",notice:"Przywr\xF3cono wszystkie ustawienia. Uruchom ponownie Obsidian lub ponownie otw\xF3rz Notebook Navigator, aby zastosowa\u0107 zmiany.",error:"Nie uda\u0142o si\u0119 przywr\xF3ci\u0107 ustawie\u0144."},multiSelectModifier:{name:"Zaznaczanie wielu element\xF3w",desc:"Wybierz, kt\xF3ry klawisz umo\u017Cliwia zaznaczanie wielu element\xF3w. Gdy wybrano Option/Alt, klikni\u0119cie z Cmd/Ctrl otwiera notatki w nowej karcie.",options:{cmdCtrl:"przytrzymanie Cmd/Ctrl",optionAlt:"przytrzymanie Option/Alt"}},enterToOpenFiles:{name:"Kliknij Enter, aby otworzy\u0107 pliki",desc:"Otw\xF3rz pliki tylko po klikni\u0119ciu Enter podczas nawigacji po li\u015Bcie za pomoc\u0105 klawiatury."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Otw\xF3rz wybrany plik w nowej karcie, grupie lub oknie po klikni\u0119ciu Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Otw\xF3rz wybrany plik w nowej karcie, grupie lub oknie po klikni\u0119ciu Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Otw\xF3rz wybrany plik w nowej karcie, grupie lub oknie po klikni\u0119ciu Ctrl+Enter."},mouseBackForwardAction:{name:"Przyciski wstecz/dalej myszy",desc:"Dzia\u0142anie przycisk\xF3w wstecz i dalej myszy na komputerze.",options:{none:"U\u017Cyj domy\u015Blnych systemu",singlePaneSwitch:"Prze\u0142\u0105cz panele (jeden panel)",history:"Nawiguj histori\u0119"}},fileVisibility:{name:"Poka\u017C typy plik\xF3w (profil sejfu)",desc:"Filtruj typy plik\xF3w widoczne w przegl\u0105darce. Pliki nieobs\u0142ugiwane przez Obsidian mog\u0105 by\u0107 otwierane w aplikacjach zewn\u0119trznych.",options:{documents:"Dokumenty (.md, .canvas, .base)",supported:"Obs\u0142ugiwane (otwiera si\u0119 w Obsidian)",all:"Wszystkie (mog\u0105 otworzy\u0107 si\u0119 zewn\u0119trznie)"}},homepage:{name:"Strona g\u0142\xF3wna",desc:"Wybierz, co Notebook Navigator otwiera automatycznie przy uruchomieniu.",current:"Aktywny: {path}",chooseButton:"Wybierz plik",options:{none:"Brak",file:"Plik",dailyNote:"Notatka dzienna",weeklyNote:"Notatka tygodniowa",monthlyNote:"Notatka miesi\u0119czna",quarterlyNote:"Notatka kwartalna"},file:{name:"Plik startowy",empty:"Nie wybrano pliku"}},excludedNotes:{name:"Ukryj notatki na podstawie regu\u0142 atrybut\xF3w (profil sejfu)",desc:"Lista regu\u0142 atrybut\xF3w rozdzielonych przecinkami. U\u017Cyj `key` lub `key=value` (np. status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Ukryj pliki (profil sejfu)",desc:"Lista nazw plik\xF3w oddzielonych przecinkami. Obs\u0142uguje symbole wieloznaczne * i \u015Bcie\u017Cki / (np. temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Profil sejfu",desc:"Profile przechowuj\u0105 widoczno\u015B\u0107 typ\xF3w plik\xF3w, ukryte pliki, ukryte foldery, ukryte tagi, ukryte notatki, skr\xF3ty i panel nawigacji. Prze\u0142\u0105cz profile w nag\u0142\xF3wku panelu nawigacji.",defaultName:"Domy\u015Blny",addButton:"Dodaj profil",editProfilesButton:"Edytuj profile",addProfileOption:"Dodaj profil...",applyButton:"Zastosuj",deleteButton:"Usu\u0144 profil",addModalTitle:"Dodaj profil",editProfilesModalTitle:"Edytuj profile",addModalPlaceholder:"Nazwa profilu",deleteModalTitle:"Usu\u0144 {name}",deleteModalMessage:"Usun\u0105\u0107 {name}? Filtry ukrytych plik\xF3w, folder\xF3w, tag\xF3w i notatek zapisane w tym profilu zostan\u0105 usuni\u0119te.",moveUp:"Przesu\u0144 w g\xF3r\u0119",moveDown:"Przesu\u0144 w d\xF3\u0142",errors:{emptyName:"Wprowad\u017A nazw\u0119 profilu",duplicateName:"Nazwa profilu ju\u017C istnieje"}},vaultTitle:{name:"Po\u0142o\u017Cenie tytu\u0142u sejfu",desc:"Wybierz, gdzie jest widoczny tytu\u0142 sejfu.",options:{header:"Poka\u017C w nag\u0142\xF3wku",navigation:"Poka\u017C w panelu nawigacji"}},excludedFolders:{name:"Ukryj foldery (profil sejfu)",desc:"Lista folder\xF3w rozdzielonych przecinkami. Wzory nazw: assets* (foldery zaczynaj\u0105ce si\u0119 od assets), *_temp (ko\u0144cz\u0105ce si\u0119 na _temp). Wzory \u015Bcie\u017Cek: /archive (folder nadrz\u0119dny o nazwie archive), /res* (folder nadrz\u0119dny o nazwie zaczynaj\u0105cej si\u0119 od res), /*/temp (foldery podrz\u0119dne o nazwie temp), /projects/* (wszystkie foldery wewn\u0105trz folderu projects).",placeholder:"templates, assets*, /archive, /res*"},showFileDate:{name:"Poka\u017C dat\u0119",desc:"Wy\u015Bwietla dat\u0119 pod nazwami notatek."},alphabeticalDateMode:{name:"Podczas sortowania wed\u0142ug nazwy",desc:"Data widoczna, gdy notatki s\u0105 sortowane alfabetycznie.",options:{created:"Data utworzenia",modified:"Data modyfikacji"}},showFileTags:{name:"Poka\u017C tagi plik\xF3w",desc:"Wy\u015Bwietla klikalne tagi w elementach plik\xF3w."},showFileTagAncestors:{name:"Poka\u017C kompletne \u015Bcie\u017Cki tag\xF3w",desc:"Wy\u015Bwietla kompletne \u015Bcie\u017Cki hierarchii tag\xF3w. Po w\u0142\u0105czeniu: 'ai/openai', 'praca/projekty/2024'. Po wy\u0142\u0105czeniu: 'openai', '2024'."},colorFileTags:{name:"Koloruj tagi plik\xF3w",desc:"Zastosuj kolory do tag\xF3w w elementach plik\xF3w."},prioritizeColoredFileTags:{name:"Poka\u017C kolorowe tagi jako pierwsze",desc:"Wy\u015Bwietla kolorowe tagi przed innymi w elementach plik\xF3w."},showFileTagsInCompactMode:{name:"Poka\u017C tagi plik\xF3w w trybie kompaktowym",desc:"Wy\u015Bwietla tagi, gdy data, podgl\u0105d i obraz s\u0105 ukryte."},showFileProperties:{name:"Poka\u017C atrybuty plik\xF3w",desc:"Wy\u015Bwietl klikalne atrybuty w elementach plik\xF3w."},colorFileProperties:{name:"Koloruj atrybuty plik\xF3w",desc:"Zastosuj kolory do etykiet atrybut\xF3w w elementach plik\xF3w."},prioritizeColoredFileProperties:{name:"Wy\u015Bwietl kolorowe atrybuty jako pierwsze",desc:"Sortuj kolorowe atrybuty przed pozosta\u0142ymi w elementach plik\xF3w."},showFilePropertiesInCompactMode:{name:"Poka\u017C atrybuty w trybie kompaktowym",desc:"Wy\u015Bwietlaj atrybuty, gdy tryb kompaktowy jest aktywny."},notePropertyType:{name:"Atrybut notatki",desc:"Wybierz atrybut notatki do wy\u015Bwietlenia w elementach plik\xF3w.",options:{frontmatter:"Atrybut",wordCount:"Liczba s\u0142\xF3w",none:"Brak"}},propertyFields:{name:"Klucze atrybut\xF3w (profil sejfu)",desc:"Klucze atrybut\xF3w frontmatter z kontrol\u0105 widoczno\u015Bci per klucz dla nawigacji i listy plik\xF3w.",addButtonTooltip:"Konfiguruj klucze atrybut\xF3w",noneConfigured:"Brak skonfigurowanych atrybut\xF3w",singleConfigured:"1 atrybut skonfigurowany: {properties}",multipleConfigured:"{count} atrybut\xF3w skonfigurowanych: {properties}"},showPropertiesOnSeparateRows:{name:"Poka\u017C atrybuty w osobnych wierszach",desc:"Wy\u015Bwietl ka\u017Cdy atrybut w osobnym wierszu."},enablePropertyInternalLinks:{name:"Po\u0142\u0105cz etykiety atrybut\xF3w z notatkami",desc:"Kliknij etykiet\u0119 atrybutu, aby otworzy\u0107 powi\u0105zan\u0105 notatk\u0119."},enablePropertyExternalLinks:{name:"Po\u0142\u0105cz etykiety atrybut\xF3w z adresami URL",desc:"Kliknij etykiet\u0119 atrybutu, aby otworzy\u0107 powi\u0105zany adres URL."},dateFormat:{name:"Format daty",desc:"Format widocznych dat (format Moment).",placeholder:"DD.MM.YYYY",help:`Popularne formaty: +DD.MM.YYYY = 25.05.2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Tokeny: +YYYY/YY = rok +MMMM/MMM/MM = miesi\u0105c +DD/D = dzie\u0144 +dddd/ddd = dzie\u0144 tygodnia`,helpTooltip:"Format z Moment",momentLinkText:"format Moment"},timeFormat:{name:"Format czasu",desc:"Format widocznego czasu (format Moment).",placeholder:"HH:mm",help:`Popularne formaty: +HH:mm = 14:30 (24-godzinny) +h:mm a = 2:30 PM (12-godzinny) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +Tokeny: +HH/H = 24-godzinny +hh/h = 12-godzinny +mm = minuty +ss = sekundy +a = AM/PM`,helpTooltip:"Format z Moment",momentLinkText:"format Moment"},showFilePreview:{name:"Poka\u017C podgl\u0105d notatki",desc:"Wy\u015Bwietla tekst podgl\u0105du pod nazwami notatek."},skipHeadingsInPreview:{name:"Pomi\u0144 nag\u0142\xF3wki w podgl\u0105dzie",desc:"Pomija wiersze nag\u0142\xF3wk\xF3w podczas generowania tekstu podgl\u0105du."},skipCodeBlocksInPreview:{name:"Pomi\u0144 bloki kodu w podgl\u0105dzie",desc:"Pomija bloki kodu podczas generowania tekstu podgl\u0105du."},stripHtmlInPreview:{name:"Usu\u0144 HTML w podgl\u0105dach",desc:"Usu\u0144 znaczniki HTML z tekstu podgl\u0105du. Mo\u017Ce wp\u0142ywa\u0107 na wydajno\u015B\u0107 przy du\u017Cych notatkach."},stripLatexInPreview:{name:"Usu\u0144 LaTeX w podgl\u0105dach",desc:"Usu\u0144 wyra\u017Cenia LaTeX inline i blokowe z tekstu podgl\u0105du."},previewProperties:{name:"Podgl\u0105d atrybut\xF3w",desc:"Lista atrybut\xF3w rozdzielonych przecinkami do sprawdzenia dla tekstu podgl\u0105du. Zostanie u\u017Cyty pierwszy atrybut z tekstem.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"U\u017Cyj tre\u015Bci notatki zast\u0119pczo",desc:"Wy\u015Bwietl tre\u015B\u0107 notatki jako podgl\u0105d, gdy \u017Caden ze wskazanych atrybut\xF3w nie zawiera tekstu."},previewRows:{name:"Wiersze podgl\u0105du",desc:"Liczba widocznych wierszy w podgl\u0105dzie.",options:{1:"1 wiersz",2:"2 wiersze",3:"3 wiersze",4:"4 wiersze",5:"5 wierszy"}},fileNameRows:{name:"Wiersze tytu\u0142u",desc:"Liczba widocznych wierszy tytu\u0142\xF3w notatek.",options:{1:"1 wiersz",2:"2 wiersze"}},showFeatureImage:{name:"Poka\u017C wyr\xF3\u017Cniony obraz",desc:"Wy\u015Bwietla miniatur\u0119 pierwszego obrazu znalezionego w notatce."},forceSquareFeatureImage:{name:"Wymu\u015B kwadratowy obraz wyr\xF3\u017Cniaj\u0105cy",desc:"Wy\u015Bwietla wyr\xF3\u017Cnione obrazy jako kwadratowe miniatury."},featureImageProperties:{name:"Atrybuty obrazu",desc:"Lista atrybut\xF3w rozdzielonych przecinkami do sprawdzenia w pierwszej kolejno\u015Bci. U\u017Cywa pierwszego obrazu z tre\u015Bci markdown, je\u015Bli nie okre\u015Blono.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Wyklucz notatki z atrybutami",desc:"Lista atrybut\xF3w rozdzielonych przecinkami. Notatki zawieraj\u0105ce kt\xF3rykolwiek z tych atrybut\xF3w nie wy\u015Bwietlaj\u0105 wyr\xF3\u017Cnionych obraz\xF3w.",placeholder:"private, confidential"},featureImageSize:{name:"Rozmiar wy\u015Bwietlania obrazu wyr\xF3\u017Cniaj\u0105cego",desc:"Maksymalny rozmiar renderowania obraz\xF3w wyr\xF3\u017Cniaj\u0105cych na listach notatek.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Rozmiar pikseli obrazu wyr\xF3\u017Cniaj\u0105cego",desc:"Rozdzielczo\u015B\u0107 u\u017Cywana podczas generowania przechowywanych miniatur obraz\xF3w wyr\xF3\u017Cniaj\u0105cych. Zwi\u0119ksz t\u0119 warto\u015B\u0107, je\u015Bli wi\u0119ksze podgl\u0105dy wygl\u0105daj\u0105 na rozmyte.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Pobierz obrazy zewn\u0119trzne",desc:"Pobiera zdalne obrazy i miniatury YouTube wyr\xF3\u017Cnionych obraz\xF3w."},showRootFolder:{name:"Poka\u017C folder g\u0142\xF3wny",desc:"Wy\u015Bwietla nazw\u0119 sejfu jako folder g\u0142\xF3wny w strukturze folder\xF3w."},showFolderIcons:{name:"Poka\u017C ikonki folder\xF3w",desc:"Wy\u015Bwietla ikonki obok folder\xF3w w panelu nawigacji."},inheritFolderColors:{name:"Dziedzicz kolory folder\xF3w",desc:"Podfoldery dziedzicz\u0105 kolor z folder\xF3w nadrz\u0119dnych."},folderSortOrder:{name:"Kolejno\u015B\u0107 sortowania folder\xF3w",desc:"Kliknij folder prawym przyciskiem myszy, aby ustawi\u0107 inn\u0105 kolejno\u015B\u0107 sortowania dla jego element\xF3w podrz\u0119dnych.",options:{alphaAsc:"od A do Z",alphaDesc:"od Z do A"}},showNoteCount:{name:"Poka\u017C liczb\u0119 notatek",desc:"Wy\u015Bwietla liczb\u0119 notatek obok ka\u017Cdego folderu i tagu."},showSectionIcons:{name:"Poka\u017C ikonki skr\xF3t\xF3w i ostatnich element\xF3w",desc:"Wy\u015Bwietla ikonki obok element\xF3w w sekcjach Skr\xF3ty i Ostatnie."},interfaceIcons:{name:"Ikonki interfejsu",desc:"Edytuj ikonki paska narz\u0119dzi, folder\xF3w, tag\xF3w, przypi\u0119tych element\xF3w, wyszukiwania i sortowania.",buttonText:"Edytuj ikonki"},showIconsColorOnly:{name:"Zastosuj kolor tylko do ikonek",desc:"Po w\u0142\u0105czeniu niestandardowe kolory s\u0105 stosowane tylko do ikonek. Po wy\u0142\u0105czeniu kolory s\u0105 stosowane zar\xF3wno do ikonek, jak i etykiet tekstowych."},navRainbowMode:{name:"Tryb kolor\xF3w t\u0119czy (profil sejfu)",desc:"Zastosuj kolory t\u0119czy w panelu nawigacji.",options:{none:"Wy\u0142\u0105czone",foreground:"Kolor tekstu",background:"Kolor t\u0142a"}},navRainbowFirstColor:{name:"Pierwszy kolor",desc:"Pierwszy kolor w gradiencie t\u0119czy."},navRainbowLastColor:{name:"Ostatni kolor",desc:"Ostatni kolor w gradiencie t\u0119czy."},navRainbowTransitionStyle:{name:"Styl przej\u015Bcia",desc:"Interpolacja mi\u0119dzy pierwszym a ostatnim kolorem.",options:{hue:"Barwa",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Zastosuj do skr\xF3t\xF3w",desc:"Zastosuj kolory t\u0119czy do skr\xF3t\xF3w."},navRainbowApplyToRecent:{name:"Zastosuj do ostatnich element\xF3w",desc:"Zastosuj kolory t\u0119czy do ostatnich element\xF3w."},navRainbowApplyToFolders:{name:"Zastosuj do folder\xF3w",desc:"Zastosuj kolory t\u0119czy do folder\xF3w."},navRainbowFolderScope:{name:"Zakres folder\xF3w",desc:"Wybierz, kt\xF3re poziomy folder\xF3w rozpoczynaj\u0105 przypisywanie kolor\xF3w.",options:{root:"Poziom g\u0142\xF3wny",child:"Poziom podrz\u0119dny",all:"Ka\u017Cdy poziom"}},navRainbowApplyToTags:{name:"Zastosuj do tag\xF3w",desc:"Zastosuj kolory t\u0119czy do tag\xF3w."},navRainbowTagScope:{name:"Zakres tag\xF3w",desc:"Wybierz, kt\xF3re poziomy tag\xF3w rozpoczynaj\u0105 przypisywanie kolor\xF3w.",options:{root:"Poziom g\u0142\xF3wny",child:"Poziom podrz\u0119dny",all:"Ka\u017Cdy poziom"}},navRainbowApplyToProperties:{name:"Zastosuj do w\u0142a\u015Bciwo\u015Bci",desc:"Zastosuj kolory t\u0119czy do w\u0142a\u015Bciwo\u015Bci."},navRainbowBalanceHueLuminance:{name:"Sp\xF3jna jasno\u015B\u0107 dla odcieni",desc:"Interpoluje jasno\u015B\u0107 mi\u0119dzy kolorami pocz\u0105tkowymi i ko\u0144cowymi podczas przej\u015B\u0107 odcieni."},navRainbowSeparateThemeColors:{name:"Oddzielne kolory dla trybu jasnego i ciemnego",desc:"U\u017Cyj r\xF3\u017Cnych kolor\xF3w t\u0119czy dla trybu jasnego i trybu ciemnego."},navRainbowCopyLightToDark:"Kopiuj kolor trybu jasnego do trybu ciemnego",navRainbowPropertyScope:{name:"Zakres w\u0142a\u015Bciwo\u015Bci",desc:"Wybierz, kt\xF3re poziomy w\u0142a\u015Bciwo\u015Bci rozpoczynaj\u0105 przypisywanie kolor\xF3w.",options:{root:"Poziom g\u0142\xF3wny",child:"Poziom podrz\u0119dny",all:"Ka\u017Cdy poziom"}},collapseBehavior:{name:"Zwi\u0144 elementy",desc:"Wybierz na co wp\u0142ywa przycisk s\u0142u\u017C\u0105cy do zwijania i rozwijania element\xF3w.",options:{all:"Wszystko",foldersOnly:"Tylko foldery",tagsOnly:"Tylko tagi",propertiesOnly:"Tylko w\u0142a\u015Bciwo\u015Bci"}},smartCollapse:{name:"Zachowaj wybrany element rozwini\u0119ty",desc:"Podczas zwijania, zachowaj wybrany element oraz elementy nadrz\u0119dne rozwini\u0119te."},navIndent:{name:"Wci\u0119cie w strukturze",desc:"Dostosuj szeroko\u015B\u0107 wci\u0119cia w strukturze folder\xF3w i tag\xF3w."},navItemHeight:{name:"Wysoko\u015B\u0107 elementu",desc:"Dostosuj wysoko\u015B\u0107 folder\xF3w i tag\xF3w w panelu nawigacji."},navItemHeightScaleText:{name:"Skaluj tekst z wysoko\u015Bci\u0105 elementu",desc:"Zmniejsza tekst nawigacji, gdy wysoko\u015B\u0107 elementu jest obni\u017Cona."},showIndentGuides:{name:"Poka\u017C linie wci\u0119\u0107",desc:"Wy\u015Bwietla linie wci\u0119\u0107 w strukturze folder\xF3w i tag\xF3w."},navRootSpacing:{name:"Odst\u0119p element\xF3w g\u0142\xF3wnych",desc:"Odst\u0119p mi\u0119dzy nadrz\u0119dnymi folderami i tagami."},showTags:{name:"Poka\u017C tagi",desc:"Wy\u015Bwietla sekcj\u0119 tag\xF3w w panelu nawigacji."},showTagIcons:{name:"Poka\u017C ikonki tag\xF3w",desc:"Wy\u015Bwietla ikonki obok tag\xF3w w panelu nawigacji."},inheritTagColors:{name:"Dziedzicz kolory tag\xF3w",desc:"Tagi podrz\u0119dne dziedzicz\u0105 kolor tag\xF3w nadrz\u0119dnych."},tagSortOrder:{name:"Kolejno\u015B\u0107 sortowania tag\xF3w",desc:"Kliknij tag prawym przyciskiem myszy, aby ustawi\u0107 inn\u0105 kolejno\u015B\u0107 sortowania dla jego element\xF3w podrz\u0119dnych.",options:{alphaAsc:"od A do Z",alphaDesc:"od Z do A",frequency:"liczba wyst\u0105pie\u0144",lowToHigh:"rosn\u0105co",highToLow:"malej\u0105co"}},showAllTagsFolder:{name:"Poka\u017C folder tag\xF3w",desc:'Wy\u015Bwietla "Tagi" jako folder, kt\xF3ry mo\u017Cna zwin\u0105\u0107.'},showUntagged:{name:"Poka\u017C nieotagowane notatki",desc:'Nieotagowane notatki zawieraj\u0105 etykiet\u0119 "Bez tag\xF3w".'},scopeTagsToCurrentContext:{name:"Filtruj tagi wed\u0142ug wyboru",desc:"Poka\u017C tylko tagi wyst\u0119puj\u0105ce w notatkach w wybranym folderze lub w\u0142a\u015Bciwo\u015Bci."},keepEmptyTagsProperty:{name:"Zachowaj atrybut tags po usuni\u0119ciu ostatniego tagu",desc:"Zachowuje atrybut tags, gdy wszystkie tagi zostan\u0105 usuni\u0119te. Gdy wy\u0142\u0105czone, atrybut tags r\xF3wnie\u017C zostanie usuni\u0119ty."},showProperties:{name:"Poka\u017C atrybuty",desc:"Wy\u015Bwietl sekcj\u0119 atrybut\xF3w w panelu nawigacji.",propertyKeysInfoPrefix:"Konfiguruj atrybuty w ",propertyKeysInfoLinkText:"Og\xF3lne > Klucze atrybut\xF3w",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Poka\u017C ikonki atrybut\xF3w",desc:"Wy\u015Bwietl ikonki obok atrybut\xF3w w panelu nawigacji."},inheritPropertyColors:{name:"Dziedzicz kolory atrybut\xF3w",desc:"Warto\u015Bci dziedzicz\u0105 kolor i t\u0142o atrybutu."},propertySortOrder:{name:"Kolejno\u015B\u0107 sortowania atrybut\xF3w",desc:"Kliknij prawym przyciskiem atrybut, aby zmieni\u0107 kolejno\u015B\u0107 sortowania warto\u015Bci.",options:{alphaAsc:"A do Z",alphaDesc:"Z do A",frequency:"liczba wyst\u0105pie\u0144",lowToHigh:"rosn\u0105co",highToLow:"malej\u0105co"}},showAllPropertiesFolder:{name:"Poka\u017C folder atrybut\xF3w",desc:'Wy\u015Bwietl "Atrybuty" jako zwijany folder.'},scopePropertiesToCurrentContext:{name:"Filtruj atrybuty wed\u0142ug wyboru",desc:"Poka\u017C tylko atrybuty wyst\u0119puj\u0105ce w notatkach w wybranym folderze lub tagu."},hiddenTags:{name:"Ukryj tagi (profil sejfu)",desc:"Lista tag\xF3w rozdzielonych przecinkami. Format nazw: tag* (zaczynaj\u0105ce si\u0119 od), *tag (ko\u0144cz\u0105ce si\u0119 na). Format \u015Bcie\u017Cek: archiwum (tag i elementy podrz\u0119dne), archiwum/* (tylko elementy podrz\u0119dne), projekty/*/szkice (dowolne w \u015Brodku).",placeholder:"archiwum*, *szkic, projekty/*/stare"},hiddenFileTags:{name:"Ukryj notatki z tagami (profil sejfu)",desc:"Lista tag\xF3w rozdzielonych przecinkami. Notatki zawieraj\u0105ce pasuj\u0105ce tagi s\u0105 ukryte. Format nazw: tag* (zaczynaj\u0105ce si\u0119 od), *tag (ko\u0144cz\u0105ce si\u0119 na). Format \u015Bcie\u017Cek: archiwum (tag i elementy podrz\u0119dne), archiwum/* (tylko elementy podrz\u0119dne), projekty/*/szkice (dowolne w \u015Brodku).",placeholder:"archiwum*, *szkic, projekty/*/stare"},enableFolderNotes:{name:"W\u0142\u0105cz notatki folder\xF3w",desc:"Foldery z pasuj\u0105cym plikiem notatki s\u0105 wy\u015Bwietlane jako klikalne linki."},folderNoteType:{name:"Domy\u015Blny rodzaj notatki folderu",desc:"Rodzaj notatki folderu tworzony za pomoc\u0105 menu kontekstowego.",options:{ask:"Pytaj przy tworzeniu",markdown:"Markdown",canvas:"Tablica",base:"Baza danych"}},folderNoteName:{name:"Nazwa notatki folderu",desc:"Nazwa notatki folderu bez rozszerzenia. Zostaw puste aby u\u017Cy\u0107 takiej samej nazwy jak folder.",placeholder:"index"},folderNoteNamePattern:{name:"Format nazwy notatki folderu",desc:"Format nazwy notatek folder\xF3w bez rozszerzenia. U\u017Cyj {{folder}}, aby wstawi\u0107 nazw\u0119 folderu. Po ustawieniu nazwa notatki folderu nie ma zastosowania."},folderNoteTemplate:{name:"Szablon notatki folderu",desc:"Plik szablonu dla nowych notatek folder\xF3w Markdown. Ustaw lokalizacj\u0119 folderu szablon\xF3w w Og\xF3lne > Szablony."},enableFolderNoteLinks:{name:"W\u0142\u0105cz linki notatek folder\xF3w",desc:"Etykiety folder\xF3w s\u0105 wy\u015Bwietlane jako linki i otwieraj\u0105 notatki folder\xF3w po klikni\u0119ciu. Po wy\u0142\u0105czeniu notatki folder\xF3w nadal dostarczaj\u0105 metadane nazwy, ikony i koloru."},hideFolderNoteInList:{name:"Ukryj notatki folder\xF3w na li\u015Bcie",desc:"Ukryj notatki folder\xF3w z listy plik\xF3w."},pinCreatedFolderNote:{name:"Przypnij utworzone notatki folder\xF3w",desc:"Przypnij notatki folder\xF3w podczas tworzenia z menu kontekstowego."},openFolderNotesInNewTab:{name:"Otw\xF3rz notatki folder\xF3w w nowej karcie",desc:"Otw\xF3rz notatki folder\xF3w w nowej karcie po klikni\u0119ciu folderu."},confirmBeforeDelete:{name:"Potwierd\u017A przed usuni\u0119ciem",desc:"Wy\u015Bwietla mo\u017Cliwo\u015B\u0107 potwierdzenia podczas usuwania notatek lub folder\xF3w"},deleteAttachments:{name:"Usu\u0144 za\u0142\u0105czniki przy usuwaniu plik\xF3w",desc:"Automatycznie usuwaj za\u0142\u0105czniki powi\u0105zane z usuni\u0119tym plikiem, je\u015Bli nie s\u0105 u\u017Cywane gdzie indziej",options:{ask:"Pytaj za ka\u017Cdym razem",always:"Zawsze",never:"Nigdy"}},moveFileConflicts:{name:"Konflikty przenoszenia",desc:"Podczas przenoszenia pliku do folderu, w kt\xF3rym istnieje ju\u017C plik o tej samej nazwie. Pytaj za ka\u017Cdym razem (zmie\u0144 nazw\u0119, nadpisz, anuluj) lub zawsze zmieniaj nazw\u0119.",options:{ask:"Pytaj za ka\u017Cdym razem",rename:"Zawsze zmieniaj nazw\u0119"}},metadataCleanup:{name:"Wyczy\u015B\u0107 metadane",desc:"Usuwa niepowi\u0105zane metadane pozosta\u0142e po usuni\u0119ciu, przeniesieniu lub zmianie nazwy plik\xF3w, folder\xF3w lub tag\xF3w poza Obsidian. Dotyczy to wy\u0142\u0105cznie pliku ustawie\u0144 Notebook Navigator.",buttonText:"Wyczy\u015B\u0107 metadane",error:"Czyszczenie ustawie\u0144 nie powiod\u0142o si\u0119",loading:"Sprawdzanie metadanych...",statusClean:"Brak metadanych do wyczyszczenia",statusCounts:"Niepowi\u0105zane elementy: foldery {folders}, tagi {tags}, atrybuty {properties}, pliki {files}, przypi\u0119te {pinned}, separatory {separators}"},rebuildCache:{name:"Odbuduj pami\u0119\u0107 podr\u0119czn\u0105",desc:"U\u017Cyj tej opcji, je\u015Bli zauwa\u017Cysz brakuj\u0105ce tagi, nieprawid\u0142owe podgl\u0105dy lub brakuj\u0105ce wyr\xF3\u017Cnione obrazy. Mo\u017Ce tak by\u0107 w przypadku konflikt\xF3w synchronizacji lub po nieoczekiwanych zamkni\u0119ciach.",buttonText:"Odbuduj pami\u0119\u0107 podr\u0119czn\u0105",error:"Nie uda\u0142o si\u0119 odbudowa\u0107 pami\u0119ci podr\u0119cznej",indexingTitle:"Indeksowanie sejfu...",progress:"Aktualizowanie pami\u0119ci podr\u0119cznej Notebook Navigator."},externalIcons:{downloadButton:"Pobierz",downloadingLabel:"Pobieranie...",removeButton:"Usu\u0144",statusInstalled:"Pobrano (wersja {version})",statusNotInstalled:"Nie pobrano",versionUnknown:"nieznana",downloadFailed:"Nie uda\u0142o si\u0119 pobra\u0107 {name}. Sprawd\u017A po\u0142\u0105czenie i spr\xF3buj ponownie.",removeFailed:"Nie uda\u0142o si\u0119 usun\u0105\u0107 {name}.",infoNote:"Pobrane pakiety ikonek synchronizuj\u0105 si\u0119 mi\u0119dzy urz\u0105dzeniami. Pakiety ikonek s\u0105 przechowywane lokalnie na ka\u017Cdym urz\u0105dzeniu; synchronizacja \u015Bledzi jedynie, czy nale\u017Cy je pobra\u0107, czy usun\u0105\u0107. Pakiety ikonek s\u0105 pobierane z repozytorium Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"U\u017Cywaj metadanych",desc:"U\u017Cywaj metadanych dla nazwy notatki, znacznik\xF3w czasu, ikonek i kolor\xF3w"},frontmatterNameField:{name:"Pola nazwy",desc:"Lista p\xF3l metadanych rozdzielonych przeciwnkami. U\u017Cywana jest pierwsza poprawna warto\u015B\u0107. W przypadku braku warto\u015Bci u\u017Cywana jest nazwa pliku.",placeholder:"tytu\u0142, nazwa"},frontmatterIconField:{name:"Pole ikonki",desc:"Pole metadanych dla ikonek plik\xF3w. Pozostaw puste, aby u\u017Cy\u0107 ikonek zapisanych w ustawieniach.",placeholder:"icon"},frontmatterColorField:{name:"Pole koloru",desc:"Pole metadanych dla kolor\xF3w plik\xF3w. Pozostaw puste, aby u\u017Cy\u0107 kolor\xF3w zapisanych w ustawieniach.",placeholder:"color"},frontmatterBackgroundField:{name:"Pole t\u0142a",desc:"Pole metadanych dla kolor\xF3w t\u0142a. Pozostaw puste, aby u\u017Cy\u0107 kolor\xF3w t\u0142a zapisanych w ustawieniach.",placeholder:"background"},frontmatterMigration:{name:"Przenie\u015B ikonki i kolory z ustawie\u0144",desc:"Zapisane w ustawieniach: ikonki {icons}, kolory {colors}.",button:"Przenie\u015B",buttonWorking:"Przenoszenie...",noticeNone:"W ustawieniach nie ma zapisanych \u017Cadnych ikonek plik\xF3w ani kolor\xF3w.",noticeDone:"Przeniesione: ikonki {migratedIcons}/{icons}, kolory {migratedColors}/{colors}.",noticeFailures:"Niepowodzenie: {failures}.",noticeError:"Przenoszenie nie powiod\u0142o si\u0119. Sprawd\u017A konsol\u0119, aby uzyska\u0107 wi\u0119cej informacji."},frontmatterCreatedField:{name:"Pole znacznika czasu utworzenia",desc:"Nazwa pola metadanych dla znacznika czasu utworzenia. Pozostaw puste, aby u\u017Cywa\u0107 tylko daty systemu plik\xF3w.",placeholder:"created"},frontmatterModifiedField:{name:"Pole znacznika czasu modyfikacji",desc:"Nazwa pola metadanych dla znacznika czasu modyfikacji. Pozostaw puste, aby u\u017Cywa\u0107 tylko daty systemu plik\xF3w.",placeholder:"modified"},frontmatterDateFormat:{name:"Format znacznika czasu",desc:"Format u\u017Cywany do przetwarzania znacznik\xF3w czasu w metadanych. Pozostaw puste, aby u\u017Cy\u0107 formatu ISO 8601.",helpTooltip:"Format z Moment",momentLinkText:"format Moment",help:`Popularne formaty: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Wspieraj rozw\xF3j",desc:"Je\u015Bli lubisz korzysta\u0107 z Notebook Navigator, rozwa\u017C wsparcie jego dalszego rozwoju.",buttonText:"\u2764\uFE0F Wesprzyj",coffeeButton:"\u2615\uFE0F Postaw kaw\u0119"},updateCheckOnStart:{name:"Sprawd\u017A now\u0105 wersj\u0119 podczas uruchamiania",desc:"Sprawdza dost\u0119pno\u015B\u0107 nowych wersji wtyczki podczas uruchamiania i wy\u015Bwietla powiadomienie, gdy dost\u0119pna jest aktualizacja. Sprawdzanie odbywa si\u0119 maksymalnie raz dziennie.",status:"Nowa wersja dost\u0119pna: {version}"},whatsNew:{name:"Co nowego w Notebook Navigator {version}",desc:"Zobacz najnowsze aktualizacje i ulepszenia",buttonText:"Zobacz ostatnie aktualizacje"},masteringVideo:{name:"Poradnik do Notebook Navigator (wideo)",desc:"Ten film przedstawia wszystko, co jest potrzebne do wydajnej pracy w Notebook Navigator, w tym skr\xF3ty klawiszowe, wyszukiwanie, tagi i ustawienia zaawansowane."},cacheStatistics:{localCache:"Lokalna pami\u0119\u0107 podr\u0119czna",items:"elementy",withTags:"z tagami",withPreviewText:"z tekstem podgl\u0105du",withFeatureImage:"z wyr\xF3\u017Cnionym obrazem",withMetadata:"z metadanymi"},metadataInfo:{successfullyParsed:"Pomy\u015Blnie przetworzono elementy",itemsWithName:"z nazw\u0105",withCreatedDate:"z dat\u0105 utworzenia",withModifiedDate:"z dat\u0105 modyfikacji",withIcon:"z ikonk\u0105",withColor:"z kolorem",failedToParse:"Nie uda\u0142o si\u0119 przetworzy\u0107",createdDates:"dat utworzenia",modifiedDates:"dat modyfikacji",checkTimestampFormat:"Sprawd\u017A format znacznika czasu.",exportFailed:"Eksportuj b\u0142\u0119dy"}}},whatsNew:{title:"Co nowego w Notebook Navigator",supportMessage:"Je\u015Bli uwa\u017Casz, \u017Ce Notebook Navigator jest pomocny, rozwa\u017C wsparcie jego rozwoju.",supportButton:"Postaw kaw\u0119",thanksButton:"Dzi\u0119ki!"}}});var BO,HO=He(()=>{BO={common:{cancel:"Cancelar",delete:"Eliminar",clear:"Limpar",remove:"Remover",restoreDefault:"Restaurar padr\xE3o",submit:"Submeter",configure:"Configurar",lightMode:"Modo claro",darkMode:"Modo escuro",noSelection:"Sem sele\xE7\xE3o",untagged:"Sem etiquetas",featureImageAlt:"Imagem de destaque",unknownError:"Erro desconhecido",clipboardWriteError:"N\xE3o foi poss\xEDvel escrever na \xE1rea de transfer\xEAncia",updateBannerTitle:"Atualiza\xE7\xE3o do Notebook Navigator dispon\xEDvel",updateBannerInstruction:"Atualize em Defini\xE7\xF5es -> Plugins da comunidade",previous:"Anterior",next:"Seguinte"},listPane:{emptyStateNoSelection:"Selecione uma pasta ou etiqueta para ver notas",emptyStateNoNotes:"Sem notas",pinnedSection:"Fixadas",notesSection:"Notas",filesSection:"Ficheiros",hiddenItemAriaLabel:"{name} (oculto)"},tagList:{untaggedLabel:"Sem etiquetas",tags:"Etiquetas"},navigationPane:{shortcutsHeader:"Atalhos",recentFilesHeader:"Ficheiros recentes",properties:"Propriedades",reorderRootFoldersTitle:"Reordenar navega\xE7\xE3o",reorderRootFoldersHint:"Use setas ou arraste para reordenar",vaultRootLabel:"Cofre",resetRootToAlpha:"Repor ordem alfab\xE9tica",resetRootToFrequency:"Repor ordem por frequ\xEAncia",pinShortcuts:"Fixar atalhos",pinShortcutsAndRecentFiles:"Fixar atalhos e ficheiros recentes",unpinShortcuts:"Desafixar atalhos",unpinShortcutsAndRecentFiles:"Desafixar atalhos e ficheiros recentes",profileMenuAria:"Alterar perfil do cofre"},navigationCalendar:{ariaLabel:"Calend\xE1rio",dailyNotesNotEnabled:"O plugin de notas di\xE1rias n\xE3o est\xE1 ativado.",createDailyNote:{title:"Nova nota di\xE1ria",message:"O ficheiro {filename} n\xE3o existe. Deseja cri\xE1-lo?",confirmButton:"Criar"},helpModal:{title:"Atalhos do calend\xE1rio",items:["Clique em qualquer dia para abrir ou criar uma nota di\xE1ria. Semanas, meses, trimestres e anos funcionam da mesma forma.","Um ponto preenchido sob um dia significa que tem uma nota. Um ponto oco significa que tem tarefas inacabadas.","Se uma nota tiver uma imagem de destaque, ela aparece como fundo do dia."],dateFilterCmdCtrl:"`Cmd/Ctrl`+clique numa data para filtrar por essa data na lista de ficheiros.",dateFilterOptionAlt:"`Option/Alt`+clique numa data para filtrar por essa data na lista de ficheiros."}},dailyNotes:{templateReadFailed:"Falha ao ler o modelo de nota di\xE1ria.",createFailed:"N\xE3o foi poss\xEDvel criar a nota di\xE1ria."},shortcuts:{folderExists:"Pasta j\xE1 est\xE1 nos atalhos",noteExists:"Nota j\xE1 est\xE1 nos atalhos",tagExists:"Etiqueta j\xE1 est\xE1 nos atalhos",propertyExists:"Propriedade j\xE1 est\xE1 nos atalhos",invalidProperty:"Atalho de propriedade inv\xE1lido",searchExists:"Atalho de pesquisa j\xE1 existe",emptySearchQuery:"Introduza uma consulta de pesquisa antes de guardar",emptySearchName:"Introduza um nome antes de guardar a pesquisa",add:"Adicionar aos atalhos",addNotesCount:"Adicionar {count} notas aos atalhos",addFilesCount:"Adicionar {count} ficheiros aos atalhos",rename:"Renomear atalho",remove:"Remover dos atalhos",removeAll:"Remover todos os atalhos",removeAllConfirm:"Remover todos os atalhos?",folderNotesPinned:"{count} notas de pasta fixadas"},paneHeader:{collapseAllFolders:"Recolher itens",expandAllFolders:"Expandir todos os itens",showCalendar:"Mostrar calend\xE1rio",hideCalendar:"Ocultar calend\xE1rio",newFolder:"Nova pasta",newNote:"Nova nota",mobileBackToNavigation:"Voltar \xE0 navega\xE7\xE3o",changeSortOrder:"Alterar ordem de ordena\xE7\xE3o",defaultSort:"Predefinido",descendants:"descendentes",subfolders:"subpastas",subtags:"subetiquetas",childValues:"valores secund\xE1rios",applySortToDescendants:t=>`Aplicar ordena\xE7\xE3o a ${t}`,applyAppearanceToDescendants:t=>`Aplicar apar\xEAncia a ${t}`,showFolders:"Mostrar navega\xE7\xE3o",reorderRootFolders:"Reordenar navega\xE7\xE3o",finishRootFolderReorder:"Conclu\xEDdo",showExcludedItems:"Mostrar pastas, etiquetas e notas ocultas",hideExcludedItems:"Ocultar pastas, etiquetas e notas ocultas",showDualPane:"Mostrar pain\xE9is duplos",showSinglePane:"Mostrar painel \xFAnico",changeAppearance:"Alterar apar\xEAncia",showNotesFromSubfolders:"Mostrar notas de subpastas",showFilesFromSubfolders:"Mostrar ficheiros de subpastas",showNotesFromDescendants:"Mostrar notas de descendentes",showFilesFromDescendants:"Mostrar ficheiros de descendentes",search:"Pesquisar"},searchInput:{placeholder:"Pesquisar...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Limpar pesquisa",switchToFilterSearch:"Mudar para pesquisa por filtro",switchToOmnisearch:"Mudar para Omnisearch",saveSearchShortcut:"Guardar atalho de pesquisa",removeSearchShortcut:"Remover atalho de pesquisa",shortcutModalTitle:"Guardar atalho de pesquisa",shortcutNamePlaceholder:"Introduza o nome do atalho",shortcutStartIn:"Iniciar sempre em: {path}",searchHelp:"Sintaxe de pesquisa",searchHelpTitle:"Sintaxe de pesquisa",searchHelpModal:{intro:"Combine nomes de ficheiros, propriedades, etiquetas, datas e filtros numa consulta (ex. `meeting .status=active #work @thisweek`). Instale o plugin Omnisearch para usar pesquisa de texto completo.",introSwitching:"Alterne entre pesquisa por filtro e Omnisearch usando as teclas de seta para cima/baixo ou clicando no \xEDcone de pesquisa.",sections:{fileNames:{title:"Nomes de ficheiros",items:['`word` Encontrar notas com "word" no nome do ficheiro.',"`word1 word2` Cada palavra deve corresponder ao nome do ficheiro.",'`-word` Excluir notas com "word" no nome do ficheiro.']},tags:{title:"Etiquetas",items:["`#tag` Incluir notas com etiqueta (tamb\xE9m corresponde a etiquetas aninhadas como `#tag/subtag`).","`#` Incluir apenas notas com etiquetas.","`-#tag` Excluir notas com etiqueta.","`-#` Incluir apenas notas sem etiquetas.","`#tag1 #tag2` Corresponder a ambas as etiquetas (AND impl\xEDcito).","`#tag1 AND #tag2` Corresponder a ambas as etiquetas (AND expl\xEDcito).","`#tag1 OR #tag2` Corresponder a qualquer uma das etiquetas.","`#a OR #b AND #c` AND tem preced\xEAncia maior: corresponde a `#a`, ou ambos `#b` e `#c`.","Cmd/Ctrl+Clique numa etiqueta para adicionar com AND. Cmd/Ctrl+Shift+Clique para adicionar com OR."]},properties:{title:"Propriedades",items:["`.key` Incluir notas com chave de propriedade.","`.key=value` Incluir notas com valor de propriedade.",'`."Reading Status"` Incluir notas com uma chave de propriedade que cont\xE9m espa\xE7os.','`."Reading Status"="In Progress"` Chaves e valores com espa\xE7os devem estar entre aspas duplas.',"`-.key` Excluir notas com chave de propriedade.","`-.key=value` Excluir notas com valor de propriedade.","Cmd/Ctrl+Clique numa propriedade para adicionar com AND. Cmd/Ctrl+Shift+Clique para adicionar com OR."]},tasks:{title:"Filtros",items:["`has:task` Incluir notas com tarefas por concluir.","`-has:task` Excluir notas com tarefas por concluir.","`folder:meetings` Incluir notas onde um nome de pasta cont\xE9m `meetings`.","`folder:/work/meetings` Incluir notas apenas em `work/meetings` (n\xE3o subpastas).","`folder:/` Incluir notas apenas na raiz do cofre.","`-folder:archive` Excluir notas onde um nome de pasta cont\xE9m `archive`.","`-folder:/archive` Excluir notas apenas em `archive` (n\xE3o subpastas).","`ext:md` Incluir notas com extens\xE3o `md` (`ext:.md` tamb\xE9m \xE9 suportado).","`-ext:pdf` Excluir notas com extens\xE3o `pdf`.","Combinar com etiquetas, nomes e datas (por exemplo: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"Comportamento AND/OR",items:["`AND` e `OR` s\xE3o operadores apenas em consultas exclusivas de tags e propriedades.","As consultas exclusivas de tags e propriedades cont\xEAm apenas filtros de tags e propriedades: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Se uma consulta incluir nomes, datas (`@...`), filtros de tarefas (`has:task`), filtros de pasta (`folder:...`) ou filtros de extens\xE3o (`ext:...`), `AND` e `OR` s\xE3o pesquisados como palavras.","Exemplo de consulta com operadores: `#work OR .status=started`.","Exemplo de consulta mista: `#work OR ext:md` (`OR` \xE9 pesquisado nos nomes dos ficheiros)."]},dates:{title:"Datas",items:["`@today` Encontrar notas de hoje usando o campo de data predefinido.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Intervalos de datas relativos.","`@2026-02-07` Encontrar um dia espec\xEDfico (tamb\xE9m suporta `@20260207`).","`@2026` Encontrar um ano civil.","`@2026-02` ou `@202602` Encontrar um m\xEAs civil.","`@2026-W05` ou `@2026W05` Encontrar uma semana ISO.","`@2026-Q2` ou `@2026Q2` Encontrar um trimestre civil.","`@13/02/2026` Formatos num\xE9ricos com separadores (`@07022026` segue a sua localiza\xE7\xE3o quando amb\xEDguo).","`@2026-02-01..2026-02-07` Encontrar um intervalo de dias inclusivo (extremos abertos suportados).","`@c:...` ou `@m:...` Visar data de cria\xE7\xE3o ou modifica\xE7\xE3o.","`-@...` Excluir uma correspond\xEAncia de data."]},omnisearch:{title:"Omnisearch",items:["Pesquisa de texto completo em todo o cofre, filtrada pela pasta atual ou etiquetas selecionadas.","Pode ser lento com menos de 3 caracteres em cofres grandes.","N\xE3o consegue pesquisar caminhos com caracteres n\xE3o-ASCII ou pesquisar subcaminhos corretamente.","Retorna resultados limitados antes da filtragem por pasta, pelo que ficheiros relevantes podem n\xE3o aparecer se existirem muitas correspond\xEAncias noutros locais.","As pr\xE9-visualiza\xE7\xF5es das notas mostram excertos do Omnisearch em vez do texto de pr\xE9-visualiza\xE7\xE3o predefinido."]}}}},contextMenu:{file:{openInNewTab:"Abrir em novo separador",openToRight:"Abrir \xE0 direita",openInNewWindow:"Abrir em nova janela",openMultipleInNewTabs:"Abrir {count} notas em novos separadores",openMultipleFilesInNewTabs:"Abrir {count} ficheiros em novos separadores",openMultipleToRight:"Abrir {count} notas \xE0 direita",openMultipleFilesToRight:"Abrir {count} ficheiros \xE0 direita",openMultipleInNewWindows:"Abrir {count} notas em novas janelas",openMultipleFilesInNewWindows:"Abrir {count} ficheiros em novas janelas",pinNote:"Fixar nota",pinFile:"Fixar ficheiro",unpinNote:"Desafixar nota",unpinFile:"Desafixar ficheiro",pinMultipleNotes:"Fixar {count} notas",pinMultipleFiles:"Fixar {count} ficheiros",unpinMultipleNotes:"Desafixar {count} notas",unpinMultipleFiles:"Desafixar {count} ficheiros",duplicateNote:"Duplicar nota",duplicateFile:"Duplicar ficheiro",duplicateMultipleNotes:"Duplicar {count} notas",duplicateMultipleFiles:"Duplicar {count} ficheiros",openVersionHistory:"Abrir hist\xF3rico de vers\xF5es",revealInFolder:"Revelar na pasta",revealInFinder:"Revelar no Finder",showInExplorer:"Mostrar no explorador do sistema",openInDefaultApp:"Abrir na aplica\xE7\xE3o predefinida",renameNote:"Renomear nota",renameFile:"Renomear ficheiro",deleteNote:"Eliminar nota",deleteFile:"Eliminar ficheiro",setCalendarHighlight:"Definir destaque",removeCalendarHighlight:"Remover destaque",deleteMultipleNotes:"Eliminar {count} notas",deleteMultipleFiles:"Eliminar {count} ficheiros",moveNoteToFolder:"Mover nota para...",moveFileToFolder:"Mover ficheiro para...",moveMultipleNotesToFolder:"Mover {count} notas para...",moveMultipleFilesToFolder:"Mover {count} ficheiros para...",addTag:"Adicionar etiqueta",addPropertyKey:"Definir propriedade",removeTag:"Remover etiqueta",removeAllTags:"Remover todas as etiquetas",changeIcon:"Alterar \xEDcone",changeColor:"Alterar cor"},folder:{newNote:"Nova nota",newNoteFromTemplate:"Nova nota a partir de modelo",newFolder:"Nova pasta",newCanvas:"Nova tela",newBase:"Nova base de dados",newDrawing:"Novo desenho",newExcalidrawDrawing:"Novo desenho Excalidraw",newTldrawDrawing:"Novo desenho Tldraw",duplicateFolder:"Duplicar pasta",searchInFolder:"Pesquisar na pasta",createFolderNote:"Criar nota de pasta",detachFolderNote:"Desvincular nota de pasta",deleteFolderNote:"Eliminar nota de pasta",changeIcon:"Alterar \xEDcone",changeColor:"Alterar cor",changeBackground:"Alterar fundo",excludeFolder:"Ocultar pasta",unhideFolder:"Mostrar pasta",moveFolder:"Mover pasta para...",renameFolder:"Renomear pasta",deleteFolder:"Eliminar pasta"},tag:{changeIcon:"Alterar \xEDcone",changeColor:"Alterar cor",changeBackground:"Alterar fundo",showTag:"Mostrar etiqueta",hideTag:"Ocultar etiqueta"},property:{addKey:"Configurar chaves de propriedade",renameKey:"Renomear propriedade",deleteKey:"Eliminar propriedade"},navigation:{addSeparator:"Adicionar separador",removeSeparator:"Remover separador"},copyPath:{title:"Copiar caminho",asObsidianUrl:"como URL do Obsidian",fromVaultFolder:"a partir da pasta do cofre",fromSystemRoot:"a partir da raiz do sistema"},style:{title:"Estilo",copy:"Copiar estilo",paste:"Colar estilo",removeIcon:"Remover \xEDcone",removeColor:"Remover cor",removeBackground:"Remover fundo",clear:"Limpar estilo"}},folderAppearance:{standardPreset:"Padr\xE3o",compactPreset:"Compacto",defaultSuffix:"(predefinido)",defaultLabel:"Predefinido",titleRows:"Linhas de t\xEDtulo",previewRows:"Linhas de pr\xE9-visualiza\xE7\xE3o",groupBy:"Agrupar por",defaultTitleOption:t=>`Linhas de t\xEDtulo predefinidas (${t})`,defaultPreviewOption:t=>`Linhas de pr\xE9-visualiza\xE7\xE3o predefinidas (${t})`,defaultGroupOption:t=>`Agrupamento predefinido (${t})`,titleRowOption:t=>`${t} linha${t===1?"":"s"} de t\xEDtulo`,previewRowOption:t=>`${t} linha${t===1?"":"s"} de pr\xE9-visualiza\xE7\xE3o`},modals:{bulkApply:{applyButton:"Aplicar",applySortTitle:t=>`Aplicar ordena\xE7\xE3o a ${t}?`,applyAppearanceTitle:t=>`Aplicar apar\xEAncia a ${t}?`,affectedCountMessage:t=>`Substitui\xE7\xF5es existentes que ser\xE3o alteradas: ${t}.`},navRainbowSection:{title:t=>`Cores arco-\xEDris: ${t}`},iconPicker:{searchPlaceholder:"Pesquisar \xEDcones...",recentlyUsedHeader:"Usados recentemente",emptyStateSearch:"Comece a escrever para pesquisar \xEDcones",emptyStateNoResults:"Nenhum \xEDcone encontrado",showingResultsInfo:"A mostrar 50 de {count} resultados. Escreva mais para refinar.",emojiInstructions:"Escreva ou cole qualquer emoji para usar como \xEDcone",removeIcon:"Remover \xEDcone",removeFromRecents:"Remover dos recentes",allTabLabel:"Todos"},fileIconRuleEditor:{addRuleAria:"Adicionar regra"},interfaceIcons:{title:"\xCDcones de interface",fileItemsSection:"Itens de ficheiro",items:{"nav-shortcuts":"Atalhos","nav-recent-files":"Ficheiros recentes","nav-expand-all":"Expandir tudo","nav-collapse-all":"Recolher tudo","nav-calendar":"Calend\xE1rio","nav-tree-expand":"Seta da \xE1rvore: expandir","nav-tree-collapse":"Seta da \xE1rvore: recolher","nav-hidden-items":"Itens ocultos","nav-root-reorder":"Reordenar pastas raiz","nav-new-folder":"Nova pasta","nav-show-single-pane":"Mostrar painel \xFAnico","nav-show-dual-pane":"Mostrar pain\xE9is duplos","nav-profile-chevron":"Seta do menu de perfil","list-search":"Pesquisar","list-descendants":"Notas de subpastas","list-sort-ascending":"Ordem: crescente","list-sort-descending":"Ordem: decrescente","list-appearance":"Alterar apar\xEAncia","list-new-note":"Nova nota","nav-folder-open":"Pasta aberta","nav-folder-closed":"Pasta fechada","nav-tags":"Etiquetas","nav-tag":"Etiqueta","nav-properties":"Propriedades","nav-property":"Propriedade","nav-property-value":"Valor","list-pinned":"Itens fixados","file-unfinished-task":"Tarefas inacabadas","file-word-count":"Contagem de palavras"}},colorPicker:{currentColor:"Atual",newColor:"Nova",paletteDefault:"Predefinido",paletteCustom:"Personalizado",copyColors:"Copiar cor",colorsCopied:"Cor copiada para a \xE1rea de transfer\xEAncia",pasteColors:"Colar cor",pasteClipboardError:"N\xE3o foi poss\xEDvel ler a \xE1rea de transfer\xEAncia",pasteInvalidFormat:"Esperado um valor de cor hex",colorsPasted:"Cor colada com sucesso",resetUserColors:"Limpar cores personalizadas",clearCustomColorsConfirm:"Remover todas as cores personalizadas?",userColorSlot:"Cor {slot}",recentColors:"Cores recentes",clearRecentColors:"Limpar cores recentes",removeRecentColor:"Remover cor",apply:"Aplicar",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Selecionar perfil do cofre",currentBadge:"Ativo",emptyState:"Nenhum perfil de cofre dispon\xEDvel."},tagOperation:{renameTitle:"Renomear etiqueta {tag}",deleteTitle:"Eliminar etiqueta {tag}",newTagPrompt:"Novo nome da etiqueta",newTagPlaceholder:"Introduza o novo nome da etiqueta",renameWarning:"Renomear a etiqueta {oldTag} ir\xE1 modificar {count} {files}.",deleteWarning:"Eliminar a etiqueta {tag} ir\xE1 modificar {count} {files}.",modificationWarning:"Isto ir\xE1 atualizar as datas de modifica\xE7\xE3o dos ficheiros.",affectedFiles:"Ficheiros afetados:",andMore:"...e mais {count}",confirmRename:"Renomear etiqueta",renameUnchanged:"{tag} inalterado",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Renomeados {renamed}/{total}. N\xE3o atualizados: {notUpdated}. Metadados e atalhos n\xE3o foram atualizados.",invalidTagName:"Introduza um nome de etiqueta v\xE1lido.",descendantRenameError:"N\xE3o \xE9 poss\xEDvel mover uma etiqueta para si mesma ou um descendente.",confirmDelete:"Eliminar etiqueta",deleteBatchNotFinalized:"Removidos de {removed}/{total}. N\xE3o atualizados: {notUpdated}. Metadados e atalhos n\xE3o foram atualizados.",checkConsoleForDetails:"Consulte a consola para mais detalhes.",file:"ficheiro",files:"ficheiros",inlineParsingWarning:{title:"Compatibilidade de etiquetas inline",message:"{tag} cont\xE9m caracteres que o Obsidian n\xE3o consegue analisar em etiquetas inline. As etiquetas de Frontmatter n\xE3o s\xE3o afetadas.",confirm:"Usar mesmo assim"}},propertyOperation:{renameTitle:"Renomear propriedade {property}",deleteTitle:"Eliminar propriedade {property}",newKeyPrompt:"Novo nome da propriedade",newKeyPlaceholder:"Introduza o novo nome da propriedade",renameWarning:"Renomear a propriedade {property} ir\xE1 modificar {count} {files}.",renameConflictWarning:"A propriedade {newKey} j\xE1 existe em {count} {files}. Renomear {oldKey} substituir\xE1 os valores existentes de {newKey}.",deleteWarning:"Eliminar a propriedade {property} ir\xE1 modificar {count} {files}.",confirmRename:"Renomear propriedade",confirmDelete:"Eliminar propriedade",renameNoChanges:"{oldKey} \u2192 {newKey} (sem altera\xE7\xF5es)",renameSettingsUpdateFailed:"Propriedade {oldKey} \u2192 {newKey} renomeada. N\xE3o foi poss\xEDvel atualizar as defini\xE7\xF5es.",deleteSingleSuccess:"Propriedade {property} eliminada de 1 nota",deleteMultipleSuccess:"Propriedade {property} eliminada de {count} notas",deleteSettingsUpdateFailed:"Propriedade {property} eliminada. N\xE3o foi poss\xEDvel atualizar as defini\xE7\xF5es.",invalidKeyName:"Introduza um nome de propriedade v\xE1lido."},fileSystem:{newFolderTitle:"Nova pasta",renameFolderTitle:"Renomear pasta",renameFileTitle:"Renomear ficheiro",deleteFolderTitle:"Eliminar '{name}'?",deleteFileTitle:"Eliminar '{name}'?",deleteFileAttachmentsTitle:"Eliminar anexos do ficheiro?",moveFileConflictTitle:"Conflito de movimenta\xE7\xE3o",folderNamePrompt:"Introduza o nome da pasta:",hideInOtherVaultProfiles:"Ocultar noutros perfis do cofre",renamePrompt:"Introduza o novo nome:",renameVaultTitle:"Alterar nome de exibi\xE7\xE3o do cofre",renameVaultPrompt:"Introduza um nome de exibi\xE7\xE3o personalizado (deixe vazio para usar o predefinido):",deleteFolderConfirm:"Tem a certeza de que deseja eliminar esta pasta e todo o seu conte\xFAdo?",deleteFileConfirm:"Tem a certeza de que deseja eliminar este ficheiro?",deleteFileAttachmentsDescriptionSingle:"Este anexo j\xE1 n\xE3o \xE9 utilizado em nenhuma nota. Deseja elimin\xE1-lo?",deleteFileAttachmentsDescriptionMultiple:"Estes anexos j\xE1 n\xE3o s\xE3o utilizados em nenhuma nota. Deseja elimin\xE1-los?",deleteFileAttachmentsViewFileTreeAriaLabel:"\xC1rvore de ficheiros",deleteFileAttachmentsViewGalleryAriaLabel:"Galeria",moveFileConflictDescriptionSingle:'Um conflito de ficheiro foi encontrado em "{folder}".',moveFileConflictDescriptionMultiple:'{count} conflitos de ficheiros foram encontrados em "{folder}".',moveFileConflictAffectedFiles:"Ficheiros afetados",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(apenas renomear)",moveFileConflictRename:"Renomear",moveFileConflictOverwrite:"Substituir",removeAllTagsTitle:"Remover todas as etiquetas",removeAllTagsFromNote:"Tem a certeza de que deseja remover todas as etiquetas desta nota?",removeAllTagsFromNotes:"Tem a certeza de que deseja remover todas as etiquetas de {count} notas?"},folderNoteType:{title:"Selecionar tipo de nota de pasta",folderLabel:"Pasta: {name}"},folderSuggest:{placeholder:t=>`Mover ${t} para pasta...`,multipleFilesLabel:t=>`${t} ficheiros`,navigatePlaceholder:"Navegar para pasta...",instructions:{navigate:"para navegar",move:"para mover",select:"para selecionar",dismiss:"para fechar"}},homepage:{placeholder:"Pesquisar ficheiros...",instructions:{navigate:"para navegar",select:"para definir p\xE1gina inicial",dismiss:"para fechar"}},calendarTemplate:{placeholder:"Pesquisar modelos...",instructions:{navigate:"para navegar",select:"para selecionar o modelo",dismiss:"para fechar"}},navigationBanner:{placeholder:"Pesquisar imagens...",instructions:{navigate:"para navegar",select:"para definir banner",dismiss:"para fechar"}},tagSuggest:{navigatePlaceholder:"Navegar para etiqueta...",addPlaceholder:"Pesquisar etiqueta para adicionar...",removePlaceholder:"Selecionar etiqueta para remover...",createNewTag:"Criar nova etiqueta: #{tag}",instructions:{navigate:"para navegar",select:"para selecionar",dismiss:"para fechar",add:"para adicionar etiqueta",remove:"para remover etiqueta"}},propertySuggest:{placeholder:"Selecionar chave de propriedade...",navigatePlaceholder:"Navegar para propriedade...",instructions:{navigate:"para navegar",select:"para adicionar propriedade",dismiss:"para fechar"}},propertyKeyVisibility:{title:"Visibilidade das chaves de propriedade",description:"Controle onde os valores de propriedade s\xE3o apresentados. As colunas correspondem ao painel de navega\xE7\xE3o, painel de lista e menu de contexto do ficheiro. Use a linha inferior para alternar todas as linhas de uma coluna.",searchPlaceholder:"Pesquisar chaves de propriedade...",propertyColumnLabel:"Propriedade",showInNavigation:"Mostrar na navega\xE7\xE3o",showInList:"Mostrar na lista",showInFileMenu:"Mostrar no menu do ficheiro",toggleAllInNavigation:"Alternar todos na navega\xE7\xE3o",toggleAllInList:"Alternar todos na lista",toggleAllInFileMenu:"Alternar todos no menu do ficheiro",applyButton:"Aplicar",emptyState:"Nenhuma chave de propriedade encontrada."},welcome:{title:"Bem-vindo ao {pluginName}",introText:'Ol\xE1! Antes de come\xE7ar, recomendo vivamente que veja os primeiros cinco minutos do v\xEDdeo abaixo para compreender como funcionam os pain\xE9is e o bot\xE3o "Mostrar notas das subpastas".',continueText:"Se tiver mais cinco minutos, continue a ver o v\xEDdeo para compreender os modos de visualiza\xE7\xE3o compacta e como configurar corretamente os atalhos e teclas de atalho importantes.",thanksText:"Muito obrigado por descarregar e divirta-se!",videoAlt:"Instalar e dominar o Notebook Navigator",openVideoButton:"Reproduzir v\xEDdeo",closeButton:"Talvez mais tarde"}},fileSystem:{errors:{createFolder:"Falha ao criar pasta: {error}",createFile:"Falha ao criar ficheiro: {error}",renameFolder:"Falha ao renomear pasta: {error}",renameFolderNoteConflict:'N\xE3o \xE9 poss\xEDvel renomear: "{name}" j\xE1 existe nesta pasta',renameFile:"Falha ao renomear ficheiro: {error}",deleteFolder:"Falha ao eliminar pasta: {error}",deleteFile:"Falha ao eliminar ficheiro: {error}",deleteAttachments:"Falha ao eliminar os anexos: {error}",duplicateNote:"Falha ao duplicar nota: {error}",duplicateFolder:"Falha ao duplicar pasta: {error}",openVersionHistory:"Falha ao abrir hist\xF3rico de vers\xF5es: {error}",versionHistoryNotFound:"Comando de hist\xF3rico de vers\xF5es n\xE3o encontrado. Certifique-se de que o Obsidian Sync est\xE1 ativado.",revealInExplorer:"Falha ao revelar ficheiro no explorador do sistema: {error}",openInDefaultApp:"Falha ao abrir na aplica\xE7\xE3o predefinida: {error}",openInDefaultAppNotAvailable:"Abrir na aplica\xE7\xE3o predefinida n\xE3o est\xE1 dispon\xEDvel nesta plataforma",folderNoteAlreadyExists:"A nota de pasta j\xE1 existe",folderAlreadyExists:'A pasta "{name}" j\xE1 existe',folderNotesDisabled:"Ative as notas de pasta nas defini\xE7\xF5es para converter ficheiros",folderNoteAlreadyLinked:"Este ficheiro j\xE1 funciona como nota de pasta",folderNoteNotFound:"Nenhuma nota de pasta na pasta selecionada",folderNoteUnsupportedExtension:"Extens\xE3o de ficheiro n\xE3o suportada: {extension}",folderNoteMoveFailed:"Falha ao mover ficheiro durante a convers\xE3o: {error}",folderNoteRenameConflict:'J\xE1 existe um ficheiro com o nome "{name}" na pasta',folderNoteConversionFailed:"Falha ao converter ficheiro em nota de pasta",folderNoteConversionFailedWithReason:"Falha ao converter ficheiro em nota de pasta: {error}",folderNoteOpenFailed:"Ficheiro convertido mas falha ao abrir nota de pasta: {error}",failedToDeleteFile:"Falha ao eliminar {name}: {error}",failedToDeleteMultipleFiles:"Falha ao eliminar {count} ficheiros",versionHistoryNotAvailable:"Servi\xE7o de hist\xF3rico de vers\xF5es n\xE3o dispon\xEDvel",drawingAlreadyExists:"J\xE1 existe um desenho com este nome",failedToCreateDrawing:"Falha ao criar desenho",noFolderSelected:"Nenhuma pasta selecionada no Notebook Navigator",noFileSelected:"Nenhum ficheiro selecionado"},warnings:{linkBreakingNameCharacters:"Este nome inclui caracteres que quebram liga\xE7\xF5es do Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Os nomes n\xE3o podem come\xE7ar com um ponto nem incluir : ou /.",forbiddenNameCharactersWindows:'Caracteres reservados do Windows n\xE3o s\xE3o permitidos: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Pasta ocultada: {name}",showFolder:"Pasta mostrada: {name}"},notifications:{deletedMultipleFiles:"{count} ficheiros eliminados",movedMultipleFiles:"{count} ficheiros movidos para {folder}",folderNoteConversionSuccess:'Ficheiro convertido em nota de pasta em "{name}"',folderMoved:'Pasta "{name}" movida',deepLinkCopied:"URL do Obsidian copiado para a \xE1rea de transfer\xEAncia",pathCopied:"Caminho copiado para a \xE1rea de transfer\xEAncia",relativePathCopied:"Caminho relativo copiado para a \xE1rea de transfer\xEAncia",tagAddedToNote:"Etiqueta adicionada a 1 nota",tagAddedToNotes:"Etiqueta adicionada a {count} notas",tagRemovedFromNote:"Etiqueta removida de 1 nota",tagRemovedFromNotes:"Etiqueta removida de {count} notas",tagsClearedFromNote:"Todas as etiquetas removidas de 1 nota",tagsClearedFromNotes:"Todas as etiquetas removidas de {count} notas",noTagsToRemove:"Sem etiquetas para remover",noFilesSelected:"Nenhum ficheiro selecionado",tagOperationsNotAvailable:"Opera\xE7\xF5es de etiqueta n\xE3o dispon\xEDveis",propertyOperationsNotAvailable:"Opera\xE7\xF5es de propriedades n\xE3o dispon\xEDveis",tagsRequireMarkdown:"As etiquetas s\xE3o suportadas apenas em notas Markdown",propertiesRequireMarkdown:"As propriedades s\xF3 s\xE3o suportadas em notas Markdown",propertySetOnNote:"Propriedade atualizada em 1 nota",propertySetOnNotes:"Propriedade atualizada em {count} notas",iconPackDownloaded:"{provider} transferido",iconPackUpdated:"{provider} atualizado ({version})",iconPackRemoved:"{provider} removido",iconPackLoadFailed:"Falha ao carregar {provider}",hiddenFileReveal:'O ficheiro est\xE1 oculto. Ative "Mostrar itens ocultos" para o exibir'},confirmations:{deleteMultipleFiles:"Tem a certeza de que deseja eliminar {count} ficheiros?",deleteConfirmation:"Esta a\xE7\xE3o n\xE3o pode ser anulada."},defaultNames:{untitled:"Sem t\xEDtulo"}},dragDrop:{errors:{cannotMoveIntoSelf:"N\xE3o \xE9 poss\xEDvel mover uma pasta para si mesma ou uma subpasta.",itemAlreadyExists:'J\xE1 existe um item com o nome "{name}" nesta localiza\xE7\xE3o.',failedToMove:"Falha ao mover: {error}",failedToAddTag:'Falha ao adicionar etiqueta "{tag}"',failedToSetProperty:"Falha ao atualizar propriedade: {error}",failedToClearTags:"Falha ao limpar etiquetas",failedToMoveFolder:'Falha ao mover pasta "{name}"',failedToImportFiles:"Falha ao importar: {names}"},notifications:{filesAlreadyExist:"{count} ficheiros j\xE1 existem no destino",filesAlreadyHaveTag:"{count} ficheiros j\xE1 t\xEAm esta etiqueta ou uma mais espec\xEDfica",filesAlreadyHaveProperty:"{count} ficheiros j\xE1 t\xEAm esta propriedade",noTagsToClear:"Sem etiquetas para limpar",fileImported:"1 ficheiro importado",filesImported:"{count} ficheiros importados"}},dateGroups:{today:"Hoje",yesterday:"Ontem",previous7Days:"\xDAltimos 7 dias",previous30Days:"\xDAltimos 30 dias"},commands:{open:"Abrir",toggleLeftSidebar:"Alternar barra lateral esquerda",openHomepage:"Abrir p\xE1gina inicial",openDailyNote:"Abrir nota di\xE1ria",openWeeklyNote:"Abrir nota semanal",openMonthlyNote:"Abrir nota mensal",openQuarterlyNote:"Abrir nota trimestral",openYearlyNote:"Abrir nota anual",revealFile:"Revelar ficheiro",search:"Pesquisar",searchVaultRoot:"Pesquisar na raiz do cofre",toggleDualPane:"Alternar layout de painel duplo",toggleDualPaneOrientation:"Alternar orienta\xE7\xE3o do painel duplo",toggleCalendar:"Alternar calend\xE1rio",selectVaultProfile:"Selecionar perfil do cofre",selectVaultProfile1:"Selecionar perfil do cofre 1",selectVaultProfile2:"Selecionar perfil do cofre 2",selectVaultProfile3:"Selecionar perfil do cofre 3",deleteFile:"Eliminar ficheiros",createNewNote:"Criar nova nota",createNewNoteFromTemplate:"Nova nota a partir de modelo",moveFiles:"Mover ficheiros",selectNextFile:"Selecionar ficheiro seguinte",selectPreviousFile:"Selecionar ficheiro anterior",navigateBack:"Navegar para tr\xE1s",navigateForward:"Navegar para a frente",convertToFolderNote:"Converter em nota de pasta",setAsFolderNote:"Definir como nota de pasta",detachFolderNote:"Desvincular nota de pasta",pinAllFolderNotes:"Fixar todas as notas de pasta",navigateToFolder:"Navegar para pasta",navigateToTag:"Navegar para etiqueta",navigateToProperty:"Navegar para propriedade",addShortcut:"Adicionar aos atalhos",openShortcut:"Abrir atalho {number}",toggleDescendants:"Alternar descendentes",toggleHidden:"Alternar pastas, etiquetas e notas ocultas",toggleTagSort:"Alternar ordem de ordena\xE7\xE3o de etiquetas",toggleCompactMode:"Alternar modo compacto",collapseExpand:"Recolher / expandir todos os itens",addTag:"Adicionar etiqueta aos ficheiros selecionados",setProperty:"Definir propriedade nos ficheiros selecionados",removeTag:"Remover etiqueta dos ficheiros selecionados",removeAllTags:"Remover todas as etiquetas dos ficheiros selecionados",openAllFiles:"Abrir todos os ficheiros",rebuildCache:"Reconstruir cache"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Calend\xE1rio",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Revelar no Notebook Navigator"},tooltips:{lastModifiedAt:"\xDAltima modifica\xE7\xE3o em",createdAt:"Criado em",file:"ficheiro",files:"ficheiros",folder:"pasta",folders:"pastas"},settings:{metadataReport:{exportSuccess:"Relat\xF3rio de metadados falhados exportado para: {filename}",exportFailed:"Falha ao exportar relat\xF3rio de metadados"},sections:{general:"Geral",navigationPane:"Navega\xE7\xE3o",calendar:"Calend\xE1rio",files:"Ficheiros",icons:"Pacotes de \xEDcones",folders:"Pastas",folderNotes:"Notas de pasta",foldersAndTags:"Pastas",tagsAndProperties:"Etiquetas e propriedades",tags:"Etiquetas",listPane:"Lista",notes:"Notas",advanced:"Avan\xE7ado"},groups:{general:{vaultProfiles:"Perfis do cofre",filtering:"Filtragem",templates:"Modelos",behavior:"Comportamento",keyboardNavigation:"Navega\xE7\xE3o por teclado",mouseButtons:"Bot\xF5es do rato",view:"Apar\xEAncia",icons:"\xCDcones",desktopAppearance:"Apar\xEAncia no computador",mobileAppearance:"Apar\xEAncia m\xF3vel",formatting:"Formata\xE7\xE3o"},navigation:{appearance:"Apar\xEAncia",rainbowColors:"Cores arco-\xEDris",leftSidebar:"Barra lateral esquerda",calendarIntegration:"Integra\xE7\xE3o do calend\xE1rio"},list:{display:"Apar\xEAncia",pinnedNotes:"Notas fixadas"},notes:{frontmatter:"Frontmatter",tasks:"Tarefas",icon:"\xCDcone",title:"T\xEDtulo",previewText:"Texto de pr\xE9-visualiza\xE7\xE3o",featureImage:"Imagem de destaque",tags:"Etiquetas",properties:"Propriedades",date:"Data",parentFolder:"Pasta superior"}},syncMode:{notSynced:"(n\xE3o sincronizado)",disabled:"(desativado)",switchToSynced:"Ativar sincroniza\xE7\xE3o",switchToLocal:"Desativar sincroniza\xE7\xE3o"},items:{listPaneTitle:{name:"T\xEDtulo do painel de lista",desc:"Escolha onde mostrar o t\xEDtulo do painel de lista.",options:{header:"Mostrar no cabe\xE7alho",list:"Mostrar no painel de lista",hidden:"N\xE3o mostrar"}},sortNotesBy:{name:"Ordenar notas por",desc:"Escolha como as notas s\xE3o ordenadas na lista.",options:{"modified-desc":"Data de edi\xE7\xE3o (mais recente no topo)","modified-asc":"Data de edi\xE7\xE3o (mais antiga no topo)","created-desc":"Data de cria\xE7\xE3o (mais recente no topo)","created-asc":"Data de cria\xE7\xE3o (mais antiga no topo)","title-asc":"T\xEDtulo (A no topo)","title-desc":"T\xEDtulo (Z no topo)","filename-asc":"Nome do ficheiro (A no topo)","filename-desc":"Nome do ficheiro (Z no topo)","property-asc":"Propriedade (A no topo)","property-desc":"Propriedade (Z no topo)"},propertyOverride:{asc:"Propriedade \u2018{property}\u2019 (A no topo)",desc:"Propriedade \u2018{property}\u2019 (Z no topo)"}},propertySortKey:{name:"Propriedade de ordena\xE7\xE3o",desc:"Utilizado com a ordena\xE7\xE3o por propriedade. Notas com esta propriedade frontmatter s\xE3o listadas primeiro e ordenadas pelo valor da propriedade. Arrays s\xE3o combinados num \xFAnico valor.",placeholder:"order"},propertySortSecondary:{name:"Ordena\xE7\xE3o secund\xE1ria",desc:"Usada com a ordena\xE7\xE3o por propriedade quando as notas t\xEAm o mesmo valor de propriedade ou n\xE3o t\xEAm valor.",options:{title:"T\xEDtulo",filename:"Nome do ficheiro",created:"Data de cria\xE7\xE3o",modified:"Data de edi\xE7\xE3o"}},revealFileOnListChanges:{name:"Deslocar para ficheiro selecionado em altera\xE7\xF5es da lista",desc:"Deslocar para o ficheiro selecionado ao fixar notas, mostrar notas descendentes, alterar apar\xEAncia da pasta ou executar opera\xE7\xF5es de ficheiros."},includeDescendantNotes:{name:"Mostrar notas de subpastas / descendentes",desc:"Incluir notas de subpastas aninhadas e descendentes de etiquetas ao visualizar uma pasta ou etiqueta."},limitPinnedToCurrentFolder:{name:"Fixar notas apenas na sua pasta",desc:"As notas fixadas aparecem fixadas apenas na sua pr\xF3pria pasta. \xDAtil para notas de pasta ou se tiver muitas notas fixadas. N\xE3o afeta as vistas de etiquetas ou propriedades."},separateNoteCounts:{name:"Mostrar contagens atuais e descendentes separadamente",desc:'Exibir contagens de notas no formato "atuais \u25BE descendentes" em pastas e etiquetas.'},groupNotes:{name:"Agrupar notas",desc:"Exibir cabe\xE7alhos entre notas agrupadas por data ou pasta. As vistas de etiquetas usam grupos de data quando o agrupamento por pasta est\xE1 ativado.",options:{none:"N\xE3o agrupar",date:"Agrupar por data",folder:"Agrupar por pasta"}},showSelectedNavigationPills:{name:"Mostrar sempre todas as etiquetas e propriedades",desc:'Quando desativado, as etiquetas que correspondem \xE0 sele\xE7\xE3o de navega\xE7\xE3o atual ficam ocultas (por exemplo, a etiqueta "receitas" fica oculta ao navegar na etiqueta "receitas"). Ative para manter todas as etiquetas vis\xEDveis.'},showPinnedGroupHeader:{name:"Mostrar cabe\xE7alho do grupo fixado",desc:"Exibir o cabe\xE7alho da sec\xE7\xE3o fixada acima das notas fixadas."},showPinnedIcon:{name:"Mostrar \xEDcone de fixado",desc:"Mostrar o \xEDcone junto ao cabe\xE7alho da sec\xE7\xE3o fixada."},defaultListMode:{name:"Modo de lista predefinido",desc:"Selecione o layout de lista predefinido. Padr\xE3o mostra t\xEDtulo, data, descri\xE7\xE3o e texto de pr\xE9-visualiza\xE7\xE3o. Compacto mostra apenas o t\xEDtulo. Substitua a apar\xEAncia por pasta.",options:{standard:"Padr\xE3o",compact:"Compacto"}},showFileIcons:{name:"Mostrar \xEDcones de ficheiros",desc:"Exibir \xEDcones de ficheiros com espa\xE7amento alinhado \xE0 esquerda. Desativar remove \xEDcones e indenta\xE7\xE3o. Prioridade: \xEDcone de tarefas inacabadas > \xEDcone personalizado > \xEDcone de nome de ficheiro > \xEDcone de tipo de ficheiro > \xEDcone predefinido."},showFileIconUnfinishedTask:{name:"\xCDcone de tarefas inacabadas",desc:"Apresentar um \xEDcone de tarefa quando uma nota tem tarefas inacabadas."},showFileBackgroundUnfinishedTask:{name:"Fundo de tarefas inacabadas",desc:"Aplicar uma cor de fundo quando uma nota tem tarefas inacabadas."},unfinishedTaskBackgroundColor:{name:"Cor de fundo",desc:"Definir a cor de fundo usada quando uma nota tem tarefas inacabadas."},showFilenameMatchIcons:{name:"\xCDcones por nome de ficheiro",desc:"Atribuir \xEDcones a ficheiros com base no texto nos seus nomes."},fileNameIconMap:{name:"Mapa de \xEDcones por nome",desc:"Os ficheiros contendo o texto recebem o \xEDcone especificado. Um mapeamento por linha: texto=\xEDcone",placeholder:`# texto=\xEDcone +reuni\xE3o=LiCalendar +fatura=PhReceipt`,editTooltip:"Editar mapeamentos"},showCategoryIcons:{name:"\xCDcones por tipo de ficheiro",desc:"Atribuir \xEDcones a ficheiros com base na sua extens\xE3o."},fileTypeIconMap:{name:"Mapa de \xEDcones por tipo",desc:"Os ficheiros com a extens\xE3o recebem o \xEDcone especificado. Um mapeamento por linha: extens\xE3o=\xEDcone",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Editar mapeamentos"},optimizeNoteHeight:{name:"Altura de nota vari\xE1vel",desc:"Usar altura compacta para notas fixadas e notas sem texto de pr\xE9-visualiza\xE7\xE3o."},compactItemHeight:{name:"Altura do item compacto",desc:"Definir a altura dos itens de lista compacta no computador e telem\xF3vel.",resetTooltip:"Restaurar para predefinido (28px)"},compactItemHeightScaleText:{name:"Escalar texto com altura do item compacto",desc:"Escalar texto da lista compacta quando a altura do item \xE9 reduzida."},showParentFolder:{name:"Mostrar pasta pai",desc:"Exibir o nome da pasta pai para notas em subpastas ou etiquetas."},parentFolderClickRevealsFile:{name:"Clicar na pasta pai abre pasta",desc:"Clicar na etiqueta da pasta pai abre a pasta no painel de lista."},showParentFolderColor:{name:"Mostrar cor da pasta pai",desc:"Usar cores de pasta nas etiquetas de pasta pai."},showParentFolderIcon:{name:"Mostrar \xEDcone da pasta pai",desc:"Mostrar \xEDcones de pasta ao lado das etiquetas da pasta pai."},showQuickActions:{name:"Mostrar a\xE7\xF5es r\xE1pidas",desc:"Mostrar bot\xF5es de a\xE7\xE3o ao passar sobre ficheiros. Os controlos dos bot\xF5es selecionam quais a\xE7\xF5es aparecem."},dualPane:{name:"Layout de painel duplo",desc:"Mostrar painel de navega\xE7\xE3o e painel de lista lado a lado no computador."},dualPaneOrientation:{name:"Orienta\xE7\xE3o do painel duplo",desc:"Escolha layout horizontal ou vertical quando o painel duplo est\xE1 ativo.",options:{horizontal:"Divis\xE3o horizontal",vertical:"Divis\xE3o vertical"}},appearanceBackground:{name:"Cor de fundo",desc:"Escolha cores de fundo para os pain\xE9is de navega\xE7\xE3o e lista.",options:{separate:"Fundos separados",primary:"Usar fundo da lista",secondary:"Usar fundo da navega\xE7\xE3o"}},appearanceScale:{name:"N\xEDvel de zoom",desc:"Controla o n\xEDvel de zoom geral do Notebook Navigator."},useFloatingToolbars:{name:"Usar barras de ferramentas flutuantes no iOS/iPadOS",desc:"Aplica-se ao Obsidian 1.11 e posteriores."},startView:{name:"Vista de arranque predefinida",desc:"Escolha qual painel exibir ao abrir o Notebook Navigator. O painel de navega\xE7\xE3o mostra atalhos, ficheiros recentes e \xE1rvore de pastas. O painel de lista mostra a lista de ficheiros imediatamente.",options:{navigation:"Painel de navega\xE7\xE3o",files:"Painel de lista"}},toolbarButtons:{name:"Bot\xF5es da barra de ferramentas",desc:"Escolha quais bot\xF5es aparecem na barra de ferramentas. Os bot\xF5es ocultos permanecem acess\xEDveis atrav\xE9s de comandos e menus.",navigationLabel:"Barra de ferramentas de navega\xE7\xE3o",listLabel:"Barra de ferramentas da lista"},createNewNotesInNewTab:{name:"Abrir novas notas num novo separador",desc:"Quando ativado, o comando Criar nova nota abre as notas num novo separador. Quando desativado, as notas substituem o separador atual."},autoRevealActiveNote:{name:"Revelar nota ativa automaticamente",desc:"Revelar notas automaticamente quando abertas pelo Alternador R\xE1pido, links ou pesquisa."},autoRevealShortestPath:{name:"Usar caminho mais curto",desc:"Ativado: A revela\xE7\xE3o autom\xE1tica seleciona a pasta ancestral ou etiqueta vis\xEDvel mais pr\xF3xima. Desativado: A revela\xE7\xE3o autom\xE1tica seleciona a pasta real do ficheiro e a etiqueta exata."},autoRevealIgnoreRightSidebar:{name:"Ignorar eventos da barra lateral direita",desc:"N\xE3o alterar a nota ativa ao clicar ou alterar notas na barra lateral direita."},autoRevealIgnoreOtherWindows:{name:"Ignorar eventos de outras janelas",desc:"N\xE3o alterar a nota ativa ao trabalhar com notas numa janela diferente."},paneTransitionDuration:{name:"Anima\xE7\xE3o de painel \xFAnico",desc:"Dura\xE7\xE3o da transi\xE7\xE3o ao alternar entre pain\xE9is no modo de painel \xFAnico (milissegundos).",resetTooltip:"Repor predefini\xE7\xE3o"},autoSelectFirstFileOnFocusChange:{name:"Selecionar primeira nota automaticamente",desc:"Abrir automaticamente a primeira nota ao mudar de pastas ou etiquetas."},skipAutoScroll:{name:"Desativar deslocamento autom\xE1tico para atalhos",desc:"N\xE3o deslocar o painel de navega\xE7\xE3o ao clicar em itens nos atalhos."},autoExpandNavItems:{name:"Expandir ao selecionar",desc:"Expandir pastas e etiquetas quando selecionadas. No modo de painel \xFAnico, a primeira sele\xE7\xE3o expande, a segunda mostra ficheiros."},springLoadedFolders:{name:"Expandir ao arrastar",desc:"Expandir pastas e etiquetas ao passar sobre elas durante o arrasto."},springLoadedFoldersInitialDelay:{name:"Atraso da primeira expans\xE3o",desc:"Atraso antes de expandir a primeira pasta ou etiqueta durante um arrasto (segundos)."},springLoadedFoldersSubsequentDelay:{name:"Atraso das expans\xF5es seguintes",desc:"Atraso antes de expandir pastas ou etiquetas adicionais durante o mesmo arrasto (segundos)."},navigationBanner:{name:"Banner de navega\xE7\xE3o (perfil do cofre)",desc:"Exibir uma imagem acima do painel de navega\xE7\xE3o. Muda com o perfil do cofre selecionado.",current:"Banner atual: {path}",chooseButton:"Escolher imagem"},pinNavigationBanner:{name:"Fixar banner",desc:"Fixar o banner de navega\xE7\xE3o acima da \xE1rvore de navega\xE7\xE3o."},showShortcuts:{name:"Mostrar atalhos",desc:"Exibir a sec\xE7\xE3o de atalhos no painel de navega\xE7\xE3o."},shortcutBadgeDisplay:{name:"Distintivo de atalho",desc:"O que exibir ao lado dos atalhos. Use os comandos 'Abrir atalho 1-9' para abrir atalhos diretamente.",options:{index:"Posi\xE7\xE3o (1-9)",count:"Contagem de itens",none:"Nenhum"}},showRecentNotes:{name:"Mostrar ficheiros recentes",desc:"Exibir a sec\xE7\xE3o de ficheiros recentes no painel de navega\xE7\xE3o."},hideRecentNotes:{name:"Ocultar tipos de ficheiros",desc:"Escolher os tipos de ficheiros a ocultar na sec\xE7\xE3o de ficheiros recentes.",options:{none:"Nenhum",folderNotes:"Notas de pasta"}},recentNotesCount:{name:"N\xFAmero de ficheiros recentes",desc:"N\xFAmero de ficheiros recentes a exibir."},pinRecentNotesWithShortcuts:{name:"Fixar ficheiros recentes com atalhos",desc:"Incluir ficheiros recentes quando os atalhos est\xE3o fixos."},calendarEnabled:{name:"Ativar calend\xE1rio",desc:"Ativar funcionalidades de calend\xE1rio do Notebook Navigator."},calendarPlacement:{name:"Posi\xE7\xE3o do calend\xE1rio",desc:"Exibir na barra lateral esquerda ou direita.",options:{leftSidebar:"Barra lateral esquerda",rightSidebar:"Barra lateral direita"}},calendarLeftPlacement:{name:"Posicionamento em painel \xFAnico",desc:"Onde o calend\xE1rio \xE9 exibido no modo de painel \xFAnico.",options:{navigationPane:"Painel de navega\xE7\xE3o",below:"Abaixo dos pain\xE9is"}},calendarLocale:{name:"Idioma",desc:"Controla a numera\xE7\xE3o das semanas e o primeiro dia da semana.",incompatibleWeekPatternWarning:'O padr\xE3o de notas semanais usa tokens de semana ISO ("W" ou "G"). O calend\xE1rio apresentar\xE1 as semanas a come\xE7ar na segunda-feira em vez do primeiro dia da semana desta l\xEDngua.',options:{systemDefault:"Predefinido"}},calendarWeekendDays:{name:"Dias de fim de semana",desc:"Mostrar dias de fim de semana com uma cor de fundo diferente.",options:{none:"Nenhum",satSun:"S\xE1bado e domingo",friSat:"Sexta-feira e s\xE1bado",thuFri:"Quinta-feira e sexta-feira"}},calendarMonthHeadingFormat:{name:"Formato do nome do m\xEAs",desc:"Nome do m\xEAs normal ou abreviado quando a vista anual est\xE1 oculta.",options:{full:"janeiro (completo)",short:"jan (curto)"}},showInfoButtons:{name:"Mostrar bot\xF5es de informa\xE7\xE3o",desc:"Mostrar bot\xF5es de informa\xE7\xE3o na barra de pesquisa e no cabe\xE7alho do calend\xE1rio."},calendarWeeksToShow:{name:"Semanas a mostrar na barra lateral esquerda",desc:"O calend\xE1rio na barra lateral direita mostra sempre o m\xEAs completo.",options:{fullMonth:"M\xEAs completo",oneWeek:"1 semana",weeksCount:"{count} semanas"}},calendarHighlightToday:{name:"Real\xE7ar a data de hoje",desc:"Real\xE7ar a data de hoje com uma cor de fundo e texto em negrito."},calendarShowFeatureImage:{name:"Mostrar imagem de destaque",desc:"Mostrar imagens de destaque das notas no calend\xE1rio."},calendarShowWeekNumber:{name:"Mostrar n\xFAmero da semana",desc:"Adicionar uma coluna com o n\xFAmero da semana."},calendarShowQuarter:{name:"Mostrar trimestre",desc:"Adicionar uma etiqueta de trimestre no cabe\xE7alho do calend\xE1rio."},calendarShowYearCalendar:{name:"Mostrar calend\xE1rio anual",desc:"Apresentar navega\xE7\xE3o anual e grelha de meses na barra lateral direita."},calendarConfirmBeforeCreate:{name:"Confirmar antes de criar",desc:"Mostrar uma caixa de di\xE1logo de confirma\xE7\xE3o ao criar uma nova nota di\xE1ria."},calendarIntegrationMode:{name:"Fonte de notas di\xE1rias",desc:"Fonte para notas do calend\xE1rio.",options:{dailyNotes:"Notas di\xE1rias (plug-in principal)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Pasta e formato de data s\xE3o configurados no plugin Daily Notes."}},calendarCustomRootFolder:{name:"Pasta raiz",desc:"Pasta base para notas peri\xF3dicas. Padr\xF5es de data podem incluir subpastas. Muda com o perfil do cofre selecionado.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Localiza\xE7\xE3o da pasta de modelos",desc:"O seletor de arquivos de modelo mostra notas desta pasta.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Notas di\xE1rias",desc:"Formatar caminho usando formato de data Moment. Coloque nomes de subpastas entre colchetes, ex. [Work]/YYYY. Clique no \xEDcone de modelo para definir um modelo. Definir localiza\xE7\xE3o da pasta de modelos em Geral > Modelos.",momentDescPrefix:"Formatar caminho usando ",momentLinkText:"formato de data Moment",momentDescSuffix:". Coloque nomes de subpastas entre colchetes, ex. [Work]/YYYY. Clique no \xEDcone de modelo para definir um modelo. Definir localiza\xE7\xE3o da pasta de modelos em Geral > Modelos.",placeholder:"YYYY/YYYYMMDD",example:"Sintaxe atual: {path}",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como uma data completa (ano, m\xEAs, dia)."},calendarCustomWeekPattern:{name:"Notas semanais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como uma semana completa (ano da semana, n\xFAmero da semana).",localeMismatchWarning:'Este padr\xE3o usa tokens de semana ISO ("W" ou "G"). O calend\xE1rio apresentar\xE1 as semanas a come\xE7ar na segunda-feira. Use "w" ou "g" se as notas semanais devem seguir a l\xEDngua selecionada.'},calendarCustomMonthPattern:{name:"Notas mensais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como um m\xEAs completo (ano, m\xEAs)."},calendarCustomQuarterPattern:{name:"Notas trimestrais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como um trimestre completo (ano, trimestre)."},calendarCustomYearPattern:{name:"Notas anuais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como um ano completo (ano)."},calendarTemplateFile:{current:"Arquivo de modelo: {name}"},showTooltips:{name:"Mostrar dicas",desc:"Exibir dicas ao passar com informa\xE7\xF5es adicionais para notas e pastas."},showTooltipPath:{name:"Mostrar caminho",desc:"Exibir o caminho da pasta abaixo dos nomes das notas nas dicas."},resetPaneSeparator:{name:"Repor posi\xE7\xE3o do separador de pain\xE9is",desc:"Repor o separador arrast\xE1vel entre o painel de navega\xE7\xE3o e o painel de lista para a posi\xE7\xE3o predefinida.",buttonText:"Repor separador",notice:"Posi\xE7\xE3o do separador reposta. Reinicie o Obsidian ou reabra o Notebook Navigator para aplicar."},settingsTransfer:{name:"Importar e exportar defini\xE7\xF5es",desc:"Exportar ou importar defini\xE7\xF5es do Notebook Navigator como JSON. A importa\xE7\xE3o substitui todas as defini\xE7\xF5es.",importButtonText:"Importar",exportButtonText:"Exportar",import:{modalTitle:"Importar defini\xE7\xF5es",fileButtonName:"Importar de ficheiro",fileButtonDesc:"Carregar um ficheiro JSON do disco.",fileButtonText:"Importar de ficheiro",editorName:"JSON",editorDesc:"Cole ou edite o JSON abaixo. As defini\xE7\xF5es n\xE3o inclu\xEDdas s\xE3o repostas nos valores predefinidos.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importar",successNotice:"Defini\xE7\xF5es importadas.",errorNotice:"Falha ao importar defini\xE7\xF5es: {message}",fileReadError:"N\xE3o foi poss\xEDvel ler o ficheiro: {message}"},export:{modalTitle:"Exportar defini\xE7\xF5es",editorName:"JSON",editorDesc:"Apenas as defini\xE7\xF5es alteradas em rela\xE7\xE3o aos valores predefinidos s\xE3o inclu\xEDdas.",placeholder:"{}",copyButtonText:"Copiar para a \xE1rea de transfer\xEAncia",downloadButtonText:"Descarregar",copyNotice:"Defini\xE7\xF5es copiadas para a \xE1rea de transfer\xEAncia.",downloadNotice:"Defini\xE7\xF5es exportadas.",downloadError:"Falha ao descarregar defini\xE7\xF5es: {message}"}},resetAllSettings:{name:"Repor todas as defini\xE7\xF5es",desc:"Repor todas as defini\xE7\xF5es do Notebook Navigator para os valores predefinidos.",buttonText:"Repor todas as defini\xE7\xF5es",confirmTitle:"Repor todas as defini\xE7\xF5es?",confirmMessage:"Isto ir\xE1 repor todas as defini\xE7\xF5es do Notebook Navigator para os valores predefinidos. N\xE3o pode ser desfeito.",confirmButtonText:"Repor todas as defini\xE7\xF5es",notice:"Todas as defini\xE7\xF5es repostas. Reinicie o Obsidian ou reabra o Notebook Navigator para aplicar.",error:"Falha ao repor as defini\xE7\xF5es."},multiSelectModifier:{name:"Modificador de sele\xE7\xE3o m\xFAltipla",desc:"Escolha qual tecla modificadora alterna a sele\xE7\xE3o m\xFAltipla. Quando Option/Alt \xE9 selecionado, Cmd/Ctrl abre notas num novo separador.",options:{cmdCtrl:"Clique Cmd/Ctrl",optionAlt:"Clique Option/Alt"}},enterToOpenFiles:{name:"Pressionar Enter para abrir ficheiros",desc:"Abrir ficheiros apenas ao pressionar Enter durante a navega\xE7\xE3o por teclado na lista."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Abrir o ficheiro selecionado num novo separador, divis\xE3o ou janela ao premir Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Abrir o ficheiro selecionado num novo separador, divis\xE3o ou janela ao premir Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Abrir o ficheiro selecionado num novo separador, divis\xE3o ou janela ao premir Ctrl+Enter."},mouseBackForwardAction:{name:"Bot\xF5es voltar/avan\xE7ar do rato",desc:"A\xE7\xE3o dos bot\xF5es voltar e avan\xE7ar do rato no ambiente de trabalho.",options:{none:"Usar predefini\xE7\xE3o do sistema",singlePaneSwitch:"Alternar pain\xE9is (painel \xFAnico)",history:"Navegar no hist\xF3rico"}},fileVisibility:{name:"Mostrar tipos de ficheiro (perfil do cofre)",desc:"Filtrar quais tipos de ficheiro s\xE3o mostrados no navegador. Tipos de ficheiro n\xE3o suportados pelo Obsidian podem abrir em aplica\xE7\xF5es externas.",options:{documents:"Documentos (.md, .canvas, .base)",supported:"Suportados (abre no Obsidian)",all:"Todos (pode abrir externamente)"}},homepage:{name:"P\xE1gina inicial",desc:"Escolha o que o Notebook Navigator abre automaticamente ao iniciar.",current:"Atual: {path}",chooseButton:"Escolher ficheiro",options:{none:"Nenhum",file:"Ficheiro",dailyNote:"Nota di\xE1ria",weeklyNote:"Nota semanal",monthlyNote:"Nota mensal",quarterlyNote:"Nota trimestral"},file:{name:"Ficheiro de arranque",empty:"Nenhum ficheiro selecionado"}},excludedNotes:{name:"Ocultar notas com regras de propriedades (perfil do cofre)",desc:"Lista de regras de frontmatter separadas por v\xEDrgulas. Use entradas `key` ou `key=value` (ex: status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Ocultar ficheiros (perfil do cofre)",desc:"Lista de padr\xF5es de nomes de ficheiros separados por v\xEDrgulas para ocultar. Suporta curingas * e caminhos / (ex: temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Perfil do cofre",desc:"Os perfis armazenam visibilidade de tipos de ficheiro, ficheiros ocultos, pastas ocultas, etiquetas ocultas, notas ocultas, atalhos e banner de navega\xE7\xE3o. Mude de perfis a partir do cabe\xE7alho do painel de navega\xE7\xE3o.",defaultName:"Predefinido",addButton:"Adicionar perfil",editProfilesButton:"Editar perfis",addProfileOption:"Adicionar perfil...",applyButton:"Aplicar",deleteButton:"Eliminar perfil",addModalTitle:"Adicionar perfil",editProfilesModalTitle:"Editar perfis",addModalPlaceholder:"Nome do perfil",deleteModalTitle:"Eliminar {name}",deleteModalMessage:"Remover {name}? Os filtros de ficheiros, pastas, etiquetas e notas ocultas guardados neste perfil ser\xE3o eliminados.",moveUp:"Mover para cima",moveDown:"Mover para baixo",errors:{emptyName:"Introduza um nome de perfil",duplicateName:"Nome de perfil j\xE1 existe"}},vaultTitle:{name:"Posi\xE7\xE3o do t\xEDtulo do cofre",desc:"Escolha onde o t\xEDtulo do cofre \xE9 mostrado.",options:{header:"Mostrar no cabe\xE7alho",navigation:"Mostrar no painel de navega\xE7\xE3o"}},excludedFolders:{name:"Ocultar pastas (perfil do cofre)",desc:"Lista de pastas a ocultar separadas por v\xEDrgulas. Padr\xF5es de nome: assets* (pastas come\xE7ando com assets), *_temp (terminando com _temp). Padr\xF5es de caminho: /arquivo (apenas arquivo raiz), /res* (pastas raiz come\xE7ando com res), /*/temp (pastas temp um n\xEDvel abaixo), /projetos/* (todas as pastas dentro de projetos).",placeholder:"modelos, assets*, /arquivo, /res*"},showFileDate:{name:"Mostrar data",desc:"Exibir a data abaixo dos nomes das notas."},alphabeticalDateMode:{name:"Ao ordenar por nome",desc:"Data a mostrar quando as notas s\xE3o ordenadas alfabeticamente.",options:{created:"Data de cria\xE7\xE3o",modified:"Data de modifica\xE7\xE3o"}},showFileTags:{name:"Mostrar etiquetas de ficheiros",desc:"Exibir etiquetas clic\xE1veis nos itens de ficheiros."},showFileTagAncestors:{name:"Mostrar caminhos completos de etiquetas",desc:"Exibir caminhos completos da hierarquia de etiquetas. Quando ativado: 'ai/openai', 'trabalho/projetos/2024'. Quando desativado: 'openai', '2024'."},colorFileTags:{name:"Colorir etiquetas de ficheiros",desc:"Aplicar cores de etiquetas \xE0s badges de etiquetas nos itens de ficheiros."},prioritizeColoredFileTags:{name:"Mostrar etiquetas coloridas primeiro",desc:"Ordenar etiquetas coloridas antes de outras etiquetas nos itens de ficheiros."},showFileTagsInCompactMode:{name:"Mostrar etiquetas de ficheiros no modo compacto",desc:"Exibir etiquetas quando data, pr\xE9-visualiza\xE7\xE3o e imagem est\xE3o ocultas."},showFileProperties:{name:"Mostrar propriedades de ficheiros",desc:"Exibir propriedades clic\xE1veis nos itens de ficheiro."},colorFileProperties:{name:"Colorir propriedades de ficheiros",desc:"Aplicar cores de propriedade aos emblemas de propriedade nos itens de ficheiro."},prioritizeColoredFileProperties:{name:"Mostrar propriedades coloridas primeiro",desc:"Ordenar propriedades coloridas antes de outras propriedades nos itens de ficheiro."},showFilePropertiesInCompactMode:{name:"Mostrar propriedades no modo compacto",desc:"Exibir propriedades quando o modo compacto est\xE1 ativo."},notePropertyType:{name:"Propriedade da nota",desc:"Selecione a propriedade da nota a exibir nos itens de ficheiro.",options:{frontmatter:"Propriedade frontmatter",wordCount:"Contagem de palavras",none:"Nenhum"}},propertyFields:{name:"Chaves de propriedades (perfil do cofre)",desc:"Chaves de propriedades de metadados, com visibilidade por chave para navega\xE7\xE3o e lista de ficheiros.",addButtonTooltip:"Configurar chaves de propriedade",noneConfigured:"Nenhuma propriedade configurada",singleConfigured:"1 propriedade configurada: {properties}",multipleConfigured:"{count} propriedades configuradas: {properties}"},showPropertiesOnSeparateRows:{name:"Mostrar propriedades em linhas separadas",desc:"Mostrar cada propriedade na sua pr\xF3pria linha."},enablePropertyInternalLinks:{name:"Ligar etiquetas de propriedade a notas",desc:"Clique numa etiqueta de propriedade para abrir a nota ligada."},enablePropertyExternalLinks:{name:"Ligar etiquetas de propriedade a URLs",desc:"Clique numa etiqueta de propriedade para abrir o URL ligado."},dateFormat:{name:"Formato de data",desc:"Formato para exibir datas (usa formato Moment).",placeholder:"D MMM YYYY",help:`Formatos comuns: +D MMM YYYY = 25 Mai 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Tokens: +YYYY/YY = ano +MMMM/MMM/MM = m\xEAs +DD/D = dia +dddd/ddd = dia da semana`,helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment"},timeFormat:{name:"Formato de hora",desc:"Formato para exibir horas (usa formato Moment).",placeholder:"HH:mm",help:`Formatos comuns: +h:mm a = 2:30 PM (12 horas) +HH:mm = 14:30 (24 horas) +h:mm:ss a = 2:30:45 PM +HH:mm:ss = 14:30:45 + +Tokens: +HH/H = 24 horas +hh/h = 12 horas +mm = minutos +ss = segundos +a = AM/PM`,helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment"},showFilePreview:{name:"Mostrar pr\xE9-visualiza\xE7\xE3o da nota",desc:"Exibir texto de pr\xE9-visualiza\xE7\xE3o abaixo dos nomes das notas."},skipHeadingsInPreview:{name:"Saltar cabe\xE7alhos na pr\xE9-visualiza\xE7\xE3o",desc:"Saltar linhas de cabe\xE7alho ao gerar texto de pr\xE9-visualiza\xE7\xE3o."},skipCodeBlocksInPreview:{name:"Saltar blocos de c\xF3digo na pr\xE9-visualiza\xE7\xE3o",desc:"Saltar blocos de c\xF3digo ao gerar texto de pr\xE9-visualiza\xE7\xE3o."},stripHtmlInPreview:{name:"Remover HTML nas pr\xE9-visualiza\xE7\xF5es",desc:"Remover etiquetas HTML do texto de pr\xE9-visualiza\xE7\xE3o. Pode afetar o desempenho em notas grandes."},stripLatexInPreview:{name:"Remover LaTeX nas pr\xE9-visualiza\xE7\xF5es",desc:"Remover express\xF5es LaTeX inline e em bloco do texto de pr\xE9-visualiza\xE7\xE3o."},previewProperties:{name:"Propriedades de pr\xE9-visualiza\xE7\xE3o",desc:"Lista de propriedades frontmatter separadas por v\xEDrgulas para verificar texto de pr\xE9-visualiza\xE7\xE3o. A primeira propriedade com texto ser\xE1 usada.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Recorrer ao conte\xFAdo da nota",desc:"Mostrar o conte\xFAdo da nota como pr\xE9-visualiza\xE7\xE3o quando nenhuma das propriedades especificadas cont\xE9m texto."},previewRows:{name:"Linhas de pr\xE9-visualiza\xE7\xE3o",desc:"N\xFAmero de linhas a exibir para texto de pr\xE9-visualiza\xE7\xE3o.",options:{1:"1 linha",2:"2 linhas",3:"3 linhas",4:"4 linhas",5:"5 linhas"}},fileNameRows:{name:"Linhas de t\xEDtulo",desc:"N\xFAmero de linhas a exibir para t\xEDtulos de notas.",options:{1:"1 linha",2:"2 linhas"}},showFeatureImage:{name:"Mostrar imagem de destaque",desc:"Exibe uma miniatura da primeira imagem encontrada na nota."},forceSquareFeatureImage:{name:"For\xE7ar imagem de destaque quadrada",desc:"Renderizar imagens de destaque como miniaturas quadradas."},featureImageProperties:{name:"Propriedades de imagem",desc:"Lista separada por v\xEDrgulas de propriedades frontmatter a verificar primeiro. Usa a primeira imagem no conte\xFAdo markdown como alternativa.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Excluir notas com propriedades",desc:"Lista separada por v\xEDrgulas de propriedades frontmatter. Notas contendo qualquer uma destas propriedades n\xE3o armazenam imagens de destaque.",placeholder:"private, confidential"},featureImageSize:{name:"Tamanho de exibi\xE7\xE3o da imagem de destaque",desc:"Tamanho m\xE1ximo de renderiza\xE7\xE3o para imagens de destaque em listas de notas.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Tamanho em pixels da imagem de destaque",desc:"Resolu\xE7\xE3o utilizada ao gerar miniaturas armazenadas de imagens de destaque. Aumente este valor se as pr\xE9-visualiza\xE7\xF5es maiores parecerem desfocadas.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Transferir imagens externas",desc:"Transferir imagens remotas e miniaturas do YouTube para imagens de destaque."},showRootFolder:{name:"Mostrar pasta raiz",desc:"Exibir o nome do cofre como a pasta raiz na \xE1rvore."},showFolderIcons:{name:"Mostrar \xEDcones de pastas",desc:"Exibir \xEDcones junto \xE0s pastas no painel de navega\xE7\xE3o."},inheritFolderColors:{name:"Herdar cores de pastas",desc:"Pastas filhas herdam a cor das pastas pai."},folderSortOrder:{name:"Ordem de ordena\xE7\xE3o de pastas",desc:"Clique com o bot\xE3o direito em qualquer pasta para definir uma ordem de classifica\xE7\xE3o diferente para os seus subitens.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A"}},showNoteCount:{name:"Mostrar contagem de notas",desc:"Exibir o n\xFAmero de notas junto a cada pasta e etiqueta."},showSectionIcons:{name:"Mostrar \xEDcones para atalhos e itens recentes",desc:"Exibir \xEDcones junto aos itens nas sec\xE7\xF5es Atalhos e Recentes."},interfaceIcons:{name:"\xCDcones de interface",desc:"Editar \xEDcones da barra de ferramentas, pastas, etiquetas, itens fixados, pesquisa e ordena\xE7\xE3o.",buttonText:"Editar \xEDcones"},showIconsColorOnly:{name:"Aplicar cor apenas aos \xEDcones",desc:"Quando ativado, as cores personalizadas s\xE3o aplicadas apenas aos \xEDcones. Quando desativado, as cores s\xE3o aplicadas aos \xEDcones e \xE0s etiquetas de texto."},navRainbowMode:{name:"Modo de cores arco-\xEDris (perfil do cofre)",desc:"Aplicar cores arco-\xEDris no painel de navega\xE7\xE3o.",options:{none:"Desativado",foreground:"Cor do texto",background:"Cor de fundo"}},navRainbowFirstColor:{name:"Primeira cor",desc:"Primeira cor no gradiente arco-\xEDris."},navRainbowLastColor:{name:"\xDAltima cor",desc:"\xDAltima cor no gradiente arco-\xEDris."},navRainbowTransitionStyle:{name:"Estilo de transi\xE7\xE3o",desc:"Interpola\xE7\xE3o utilizada entre a primeira e a \xFAltima cor.",options:{hue:"Matiz",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Aplicar a atalhos",desc:"Aplicar cores arco-\xEDris aos atalhos."},navRainbowApplyToRecent:{name:"Aplicar a itens recentes",desc:"Aplicar cores arco-\xEDris aos itens recentes."},navRainbowApplyToFolders:{name:"Aplicar a pastas",desc:"Aplicar cores arco-\xEDris \xE0s pastas."},navRainbowFolderScope:{name:"\xC2mbito de pastas",desc:"Selecionar quais n\xEDveis de pasta iniciam atribui\xE7\xF5es de cor.",options:{root:"N\xEDvel raiz",child:"N\xEDvel secund\xE1rio",all:"Todos os n\xEDveis"}},navRainbowApplyToTags:{name:"Aplicar a etiquetas",desc:"Aplicar cores arco-\xEDris \xE0s etiquetas."},navRainbowTagScope:{name:"\xC2mbito de etiquetas",desc:"Selecionar quais n\xEDveis de etiqueta iniciam atribui\xE7\xF5es de cor.",options:{root:"N\xEDvel raiz",child:"N\xEDvel secund\xE1rio",all:"Todos os n\xEDveis"}},navRainbowApplyToProperties:{name:"Aplicar a propriedades",desc:"Aplicar cores arco-\xEDris \xE0s propriedades."},navRainbowBalanceHueLuminance:{name:"Brilho consistente entre matizes",desc:"Interpola o brilho entre as cores inicial e final durante as transi\xE7\xF5es de matiz."},navRainbowSeparateThemeColors:{name:"Cores separadas para modo claro e escuro",desc:"Usar cores de arco-\xEDris diferentes para o modo claro e o modo escuro."},navRainbowCopyLightToDark:"Copiar cor do modo claro para o modo escuro",navRainbowPropertyScope:{name:"\xC2mbito de propriedades",desc:"Selecionar quais n\xEDveis de propriedade iniciam atribui\xE7\xF5es de cor.",options:{root:"N\xEDvel raiz",child:"N\xEDvel secund\xE1rio",all:"Todos os n\xEDveis"}},collapseBehavior:{name:"Recolher itens",desc:"Escolha o que o bot\xE3o expandir/recolher tudo afeta.",options:{all:"Tudo",foldersOnly:"Apenas pastas",tagsOnly:"Apenas etiquetas",propertiesOnly:"Apenas propriedades"}},smartCollapse:{name:"Manter item selecionado expandido",desc:"Ao recolher, manter o item selecionado e os seus pais expandidos."},navIndent:{name:"Indenta\xE7\xE3o da \xE1rvore",desc:"Ajustar a largura de indenta\xE7\xE3o para pastas e etiquetas aninhadas."},navItemHeight:{name:"Altura do item",desc:"Ajustar a altura das pastas e etiquetas no painel de navega\xE7\xE3o."},navItemHeightScaleText:{name:"Escalar texto com altura do item",desc:"Reduzir o tamanho do texto de navega\xE7\xE3o quando a altura do item \xE9 diminu\xEDda."},showIndentGuides:{name:"Mostrar guias de indenta\xE7\xE3o",desc:"Apresentar guias de indenta\xE7\xE3o para pastas e etiquetas aninhadas."},navRootSpacing:{name:"Espa\xE7amento de itens raiz",desc:"Espa\xE7amento entre pastas e etiquetas de n\xEDvel raiz."},showTags:{name:"Mostrar etiquetas",desc:"Exibir a sec\xE7\xE3o de etiquetas no navegador."},showTagIcons:{name:"Mostrar \xEDcones de etiquetas",desc:"Exibir \xEDcones junto \xE0s etiquetas no painel de navega\xE7\xE3o."},inheritTagColors:{name:"Herdar cores das etiquetas",desc:"As etiquetas filhas herdam a cor das etiquetas pai."},tagSortOrder:{name:"Ordem de ordena\xE7\xE3o de etiquetas",desc:"Clique com o bot\xE3o direito em qualquer etiqueta para definir uma ordem de classifica\xE7\xE3o diferente para os seus subitens.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frequ\xEAncia",lowToHigh:"baixa para alta",highToLow:"alta para baixa"}},showAllTagsFolder:{name:"Mostrar pasta de etiquetas",desc:'Exibir "Etiquetas" como uma pasta recolh\xEDvel.'},showUntagged:{name:"Mostrar notas sem etiquetas",desc:'Exibir item "Sem etiquetas" para notas sem etiquetas.'},scopeTagsToCurrentContext:{name:"Filtrar etiquetas por sele\xE7\xE3o",desc:"Mostrar apenas etiquetas que aparecem em notas na pasta ou propriedade selecionada."},keepEmptyTagsProperty:{name:"Manter propriedade tags ap\xF3s remover \xFAltima etiqueta",desc:"Manter a propriedade tags do frontmatter quando todas as etiquetas s\xE3o removidas. Quando desativado, a propriedade tags \xE9 eliminada do frontmatter."},showProperties:{name:"Mostrar propriedades",desc:"Exibir a sec\xE7\xE3o de propriedades no navegador.",propertyKeysInfoPrefix:"Configurar propriedades em ",propertyKeysInfoLinkText:"Geral > Chaves de propriedades",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Mostrar \xEDcones de propriedades",desc:"Exibir \xEDcones ao lado das propriedades no painel de navega\xE7\xE3o."},inheritPropertyColors:{name:"Herdar cores de propriedade",desc:"Os valores de propriedade herdam a cor e o fundo da sua chave de propriedade."},propertySortOrder:{name:"Ordem de classifica\xE7\xE3o de propriedades",desc:"Clique com o bot\xE3o direito em qualquer propriedade para definir uma ordem de classifica\xE7\xE3o diferente para os seus valores.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frequ\xEAncia",lowToHigh:"baixo a alto",highToLow:"alto a baixo"}},showAllPropertiesFolder:{name:"Mostrar pasta de propriedades",desc:'Exibir "Propriedades" como uma pasta recolh\xEDvel.'},scopePropertiesToCurrentContext:{name:"Filtrar propriedades por sele\xE7\xE3o",desc:"Mostrar apenas propriedades que aparecem em notas na pasta ou etiqueta selecionada."},hiddenTags:{name:"Ocultar etiquetas (perfil do cofre)",desc:"Lista de padr\xF5es de etiquetas separados por v\xEDrgulas. Padr\xF5es de nome: tag* (come\xE7a com), *tag (termina com). Padr\xF5es de caminho: arquivo (etiqueta e descendentes), arquivo/* (apenas descendentes), projetos/*/rascunhos (curinga interm\xE9dio).",placeholder:"arquivo*, *rascunho, projetos/*/antigo"},hiddenFileTags:{name:"Ocultar notas com tags (perfil do cofre)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Ativar notas de pasta",desc:"As pastas com um ficheiro de nota correspondente s\xE3o apresentadas como liga\xE7\xF5es clic\xE1veis."},folderNoteType:{name:"Tipo de nota de pasta predefinido",desc:"Tipo de nota de pasta criada a partir do menu de contexto.",options:{ask:"Perguntar ao criar",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Nome da nota de pasta",desc:"Nome da nota de pasta sem extens\xE3o. Deixe vazio para usar o mesmo nome que a pasta.",placeholder:"index"},folderNoteNamePattern:{name:"Padr\xE3o de nome da nota de pasta",desc:"Padr\xE3o de nome para notas de pasta sem extens\xE3o. Use {{folder}} para inserir o nome da pasta. Quando definido, o nome da nota de pasta n\xE3o se aplica."},folderNoteTemplate:{name:"Modelo de nota de pasta",desc:"Ficheiro de modelo para novas notas de pasta Markdown. Definir localiza\xE7\xE3o da pasta de modelos em Geral > Modelos."},enableFolderNoteLinks:{name:"Ativar liga\xE7\xF5es de notas de pasta",desc:"As etiquetas das pastas s\xE3o apresentadas como liga\xE7\xF5es e abrem notas de pasta ao clicar. Quando desativado, as notas de pasta continuam a fornecer metadados de nome, \xEDcone e cor."},hideFolderNoteInList:{name:"Ocultar nota de pasta na lista",desc:"Ocultar notas de pasta da lista de ficheiros."},pinCreatedFolderNote:{name:"Fixar notas de pasta criadas",desc:"Fixar notas de pasta ao cri\xE1-las a partir do menu de contexto."},openFolderNotesInNewTab:{name:"Abrir notas de pasta em novo separador",desc:"Abrir notas de pasta num novo separador ao clicar numa pasta."},confirmBeforeDelete:{name:"Confirmar antes de eliminar",desc:"Mostrar di\xE1logo de confirma\xE7\xE3o ao eliminar notas ou pastas"},deleteAttachments:{name:"Eliminar anexos ao eliminar ficheiros",desc:"Remover automaticamente os anexos associados ao ficheiro eliminado se n\xE3o forem utilizados noutro local",options:{ask:"Perguntar sempre",always:"Sempre",never:"Nunca"}},moveFileConflicts:{name:"Conflitos de movimenta\xE7\xE3o",desc:"Ao mover um ficheiro para uma pasta onde j\xE1 existe um ficheiro com o mesmo nome. Perguntar sempre (renomear, substituir, cancelar) ou renomear sempre.",options:{ask:"Perguntar sempre",rename:"Renomear sempre"}},metadataCleanup:{name:"Limpar metadados",desc:"Remove metadados \xF3rf\xE3os deixados quando ficheiros, pastas ou etiquetas s\xE3o eliminados, movidos ou renomeados fora do Obsidian. Isto afeta apenas o ficheiro de defini\xE7\xF5es do Notebook Navigator.",buttonText:"Limpar metadados",error:"Falha na limpeza de defini\xE7\xF5es",loading:"A verificar metadados...",statusClean:"Sem metadados para limpar",statusCounts:"Itens \xF3rf\xE3os: {folders} pastas, {tags} etiquetas, {properties} propriedades, {files} ficheiros, {pinned} fixados, {separators} separadores"},rebuildCache:{name:"Reconstruir cache",desc:"Use isto se tiver etiquetas em falta, pr\xE9-visualiza\xE7\xF5es incorretas ou imagens de destaque em falta. Isto pode acontecer ap\xF3s conflitos de sincroniza\xE7\xE3o ou encerramentos inesperados.",buttonText:"Reconstruir cache",error:"Falha ao reconstruir cache",indexingTitle:"A indexar o cofre...",progress:"A atualizar a cache do Notebook Navigator."},externalIcons:{downloadButton:"Transferir",downloadingLabel:"A transferir...",removeButton:"Remover",statusInstalled:"Transferido (vers\xE3o {version})",statusNotInstalled:"N\xE3o transferido",versionUnknown:"desconhecido",downloadFailed:"Falha ao transferir {name}. Verifique a sua liga\xE7\xE3o e tente novamente.",removeFailed:"Falha ao remover {name}.",infoNote:"Os pacotes de \xEDcones transferidos sincronizam o estado de instala\xE7\xE3o entre dispositivos. Os pacotes de \xEDcones permanecem na base de dados local em cada dispositivo; a sincroniza\xE7\xE3o apenas rastreia se devem ser transferidos ou removidos. Os pacotes de \xEDcones s\xE3o transferidos do reposit\xF3rio Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Usar metadados frontmatter",desc:"Usar frontmatter para nome da nota, timestamps, \xEDcones e cores"},frontmatterIconField:{name:"Campo de \xEDcone",desc:"Campo frontmatter para \xEDcones de ficheiros. Deixe vazio para usar \xEDcones guardados nas defini\xE7\xF5es.",placeholder:"icon"},frontmatterColorField:{name:"Campo de cor",desc:"Campo frontmatter para cores de ficheiros. Deixe vazio para usar cores guardadas nas defini\xE7\xF5es.",placeholder:"color"},frontmatterBackgroundField:{name:"Campo de fundo",desc:"Campo frontmatter para cores de fundo. Deixe vazio para usar cores de fundo guardadas nas defini\xE7\xF5es.",placeholder:"background"},frontmatterMigration:{name:"Migrar \xEDcones e cores das defini\xE7\xF5es",desc:"Guardados nas defini\xE7\xF5es: {icons} \xEDcones, {colors} cores.",button:"Migrar",buttonWorking:"A migrar...",noticeNone:"Nenhum \xEDcone ou cor de ficheiro guardado nas defini\xE7\xF5es.",noticeDone:"Migrados {migratedIcons}/{icons} \xEDcones, {migratedColors}/{colors} cores.",noticeFailures:"Entradas falhadas: {failures}.",noticeError:"Migra\xE7\xE3o falhou. Verifique a consola para detalhes."},frontmatterNameField:{name:"Campos de nome",desc:"Lista de campos frontmatter separados por v\xEDrgula. O primeiro valor n\xE3o vazio \xE9 usado. Usa o nome do ficheiro como alternativa.",placeholder:"title, name"},frontmatterCreatedField:{name:"Campo de timestamp de cria\xE7\xE3o",desc:"Nome do campo frontmatter para o timestamp de cria\xE7\xE3o. Deixe vazio para usar apenas a data do sistema de ficheiros.",placeholder:"created"},frontmatterModifiedField:{name:"Campo de timestamp de modifica\xE7\xE3o",desc:"Nome do campo frontmatter para o timestamp de modifica\xE7\xE3o. Deixe vazio para usar apenas a data do sistema de ficheiros.",placeholder:"modified"},frontmatterDateFormat:{name:"Formato de timestamp",desc:"Formato usado para analisar timestamps no frontmatter. Deixe vazio para usar parsing ISO 8601.",helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment",help:`Formatos comuns: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Apoiar desenvolvimento",desc:"Se gosta de usar o Notebook Navigator, por favor considere apoiar o seu desenvolvimento cont\xEDnuo.",buttonText:"\u2764\uFE0F Patrocinar",coffeeButton:"\u2615\uFE0F Compre-me um caf\xE9"},updateCheckOnStart:{name:"Verificar nova vers\xE3o ao iniciar",desc:"Verifica novos lan\xE7amentos do plugin ao iniciar e mostra uma notifica\xE7\xE3o quando uma atualiza\xE7\xE3o est\xE1 dispon\xEDvel. As verifica\xE7\xF5es ocorrem no m\xE1ximo uma vez por dia.",status:"Nova vers\xE3o dispon\xEDvel: {version}"},whatsNew:{name:"Novidades no Notebook Navigator {version}",desc:"Ver atualiza\xE7\xF5es e melhorias recentes",buttonText:"Ver atualiza\xE7\xF5es recentes"},masteringVideo:{name:"Dominar o Notebook Navigator (v\xEDdeo)",desc:"Este v\xEDdeo abrange tudo o que precisa para ser produtivo no Notebook Navigator, incluindo teclas de atalho, pesquisa, etiquetas e personaliza\xE7\xE3o avan\xE7ada."},cacheStatistics:{localCache:"Cache local",items:"itens",withTags:"com etiquetas",withPreviewText:"com texto de pr\xE9-visualiza\xE7\xE3o",withFeatureImage:"com imagem de destaque",withMetadata:"com metadados"},metadataInfo:{successfullyParsed:"Analisados com sucesso",itemsWithName:"itens com nome",withCreatedDate:"com data de cria\xE7\xE3o",withModifiedDate:"com data de modifica\xE7\xE3o",withIcon:"com \xEDcone",withColor:"com cor",failedToParse:"Falha ao analisar",createdDates:"datas de cria\xE7\xE3o",modifiedDates:"datas de modifica\xE7\xE3o",checkTimestampFormat:"Verifique o seu formato de timestamp.",exportFailed:"Exportar erros"}}},whatsNew:{title:"Novidades no Notebook Navigator",supportMessage:"Se acha o Notebook Navigator \xFAtil, por favor considere apoiar o seu desenvolvimento.",supportButton:"Compre-me um caf\xE9",thanksButton:"Obrigado!"}}});var VO,UO=He(()=>{VO={common:{cancel:"Cancelar",delete:"Excluir",clear:"Limpar",remove:"Remover",restoreDefault:"Restaurar padr\xE3o",submit:"Enviar",configure:"Configurar",lightMode:"Modo claro",darkMode:"Modo escuro",noSelection:"Nenhuma sele\xE7\xE3o",untagged:"Sem tags",featureImageAlt:"Imagem destacada",unknownError:"Erro desconhecido",clipboardWriteError:"N\xE3o foi poss\xEDvel gravar na \xE1rea de transfer\xEAncia",updateBannerTitle:"Atualiza\xE7\xE3o do Notebook Navigator dispon\xEDvel",updateBannerInstruction:"Atualize em Configura\xE7\xF5es -> Plugins da comunidade",previous:"Anterior",next:"Pr\xF3ximo"},listPane:{emptyStateNoSelection:"Selecione uma pasta ou tag para ver notas",emptyStateNoNotes:"Sem notas",pinnedSection:"Fixadas",notesSection:"Notas",filesSection:"Arquivos",hiddenItemAriaLabel:"{name} (oculto)"},tagList:{untaggedLabel:"Sem tags",tags:"Tags"},navigationPane:{shortcutsHeader:"Atalhos",recentFilesHeader:"Arquivos recentes",properties:"Propriedades",reorderRootFoldersTitle:"Reordenar navega\xE7\xE3o",reorderRootFoldersHint:"Use setas ou arraste para reordenar",vaultRootLabel:"Cofre",resetRootToAlpha:"Redefinir para ordem alfab\xE9tica",resetRootToFrequency:"Redefinir para ordem de frequ\xEAncia",pinShortcuts:"Fixar atalhos",pinShortcutsAndRecentFiles:"Fixar atalhos e arquivos recentes",unpinShortcuts:"Desafixar atalhos",unpinShortcutsAndRecentFiles:"Desafixar atalhos e arquivos recentes",profileMenuAria:"Alterar perfil do cofre"},navigationCalendar:{ariaLabel:"Calend\xE1rio",dailyNotesNotEnabled:"O plugin de notas di\xE1rias n\xE3o est\xE1 ativado.",createDailyNote:{title:"Nova nota di\xE1ria",message:"O arquivo {filename} n\xE3o existe. Deseja cri\xE1-lo?",confirmButton:"Criar"},helpModal:{title:"Atalhos do calend\xE1rio",items:["Clique em qualquer dia para abrir ou criar uma nota di\xE1ria. Semanas, meses, trimestres e anos funcionam da mesma forma.","Um ponto preenchido abaixo de um dia significa que ele tem uma nota. Um ponto oco significa que ele tem tarefas pendentes.","Se uma nota tiver uma imagem de destaque, ela aparece como plano de fundo do dia."],dateFilterCmdCtrl:"`Cmd/Ctrl`+clique em uma data para filtrar por essa data na lista de arquivos.",dateFilterOptionAlt:"`Option/Alt`+clique em uma data para filtrar por essa data na lista de arquivos."}},dailyNotes:{templateReadFailed:"Falha ao ler o modelo de nota di\xE1ria.",createFailed:"N\xE3o foi poss\xEDvel criar a nota di\xE1ria."},shortcuts:{folderExists:"Pasta j\xE1 est\xE1 nos atalhos",noteExists:"Nota j\xE1 est\xE1 nos atalhos",tagExists:"Tag j\xE1 est\xE1 nos atalhos",propertyExists:"Propriedade j\xE1 est\xE1 nos atalhos",invalidProperty:"Atalho de propriedade inv\xE1lido",searchExists:"Atalho de pesquisa j\xE1 existe",emptySearchQuery:"Digite uma consulta antes de salvar",emptySearchName:"Digite um nome antes de salvar a pesquisa",add:"Adicionar aos atalhos",addNotesCount:"Adicionar {count} notas aos atalhos",addFilesCount:"Adicionar {count} arquivos aos atalhos",rename:"Renomear atalho",remove:"Remover dos atalhos",removeAll:"Remover todos os atalhos",removeAllConfirm:"Remover todos os atalhos?",folderNotesPinned:"{count} notas de pasta fixadas"},paneHeader:{collapseAllFolders:"Recolher itens",expandAllFolders:"Expandir todos os itens",showCalendar:"Mostrar calend\xE1rio",hideCalendar:"Ocultar calend\xE1rio",newFolder:"Nova pasta",newNote:"Nova nota",mobileBackToNavigation:"Voltar \xE0 navega\xE7\xE3o",changeSortOrder:"Alterar ordem de classifica\xE7\xE3o",defaultSort:"Padr\xE3o",descendants:"descendentes",subfolders:"subpastas",subtags:"subtags",childValues:"valores filhos",applySortToDescendants:t=>`Aplicar ordena\xE7\xE3o a ${t}`,applyAppearanceToDescendants:t=>`Aplicar apar\xEAncia a ${t}`,showFolders:"Mostrar navega\xE7\xE3o",reorderRootFolders:"Reordenar navega\xE7\xE3o",finishRootFolderReorder:"Conclu\xEDdo",showExcludedItems:"Mostrar pastas, tags e notas ocultas",hideExcludedItems:"Ocultar pastas, tags e notas ocultas",showDualPane:"Mostrar pain\xE9is duplos",showSinglePane:"Mostrar painel \xFAnico",changeAppearance:"Alterar apar\xEAncia",showNotesFromSubfolders:"Mostrar notas de subpastas",showFilesFromSubfolders:"Mostrar arquivos de subpastas",showNotesFromDescendants:"Mostrar notas de descendentes",showFilesFromDescendants:"Mostrar arquivos de descendentes",search:"Pesquisar"},searchInput:{placeholder:"Pesquisar...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Limpar pesquisa",switchToFilterSearch:"Mudar para pesquisa por filtro",switchToOmnisearch:"Mudar para Omnisearch",saveSearchShortcut:"Salvar atalho de pesquisa",removeSearchShortcut:"Remover atalho de pesquisa",shortcutModalTitle:"Salvar atalho de pesquisa",shortcutNamePlaceholder:"Digite o nome do atalho",shortcutStartIn:"Sempre iniciar em: {path}",searchHelp:"Sintaxe de pesquisa",searchHelpTitle:"Sintaxe de pesquisa",searchHelpModal:{intro:"Combine nomes de arquivos, propriedades, tags, datas e filtros em uma consulta (ex. `meeting .status=active #work @thisweek`). Instale o plugin Omnisearch para usar pesquisa de texto completo.",introSwitching:"Alterne entre pesquisa por filtro e Omnisearch usando as teclas de seta para cima/baixo ou clicando no \xEDcone de pesquisa.",sections:{fileNames:{title:"Nomes de arquivos",items:['`word` Encontrar notas com "word" no nome do arquivo.',"`word1 word2` Cada palavra deve corresponder ao nome do arquivo.",'`-word` Excluir notas com "word" no nome do arquivo.']},tags:{title:"Tags",items:["`#tag` Incluir notas com tag (tamb\xE9m corresponde a tags aninhadas como `#tag/subtag`).","`#` Incluir apenas notas com tags.","`-#tag` Excluir notas com tag.","`-#` Incluir apenas notas sem tags.","`#tag1 #tag2` Corresponder a ambas as tags (AND impl\xEDcito).","`#tag1 AND #tag2` Corresponder a ambas as tags (AND expl\xEDcito).","`#tag1 OR #tag2` Corresponder a qualquer uma das tags.","`#a OR #b AND #c` AND tem preced\xEAncia maior: corresponde a `#a`, ou ambos `#b` e `#c`.","Cmd/Ctrl+Clique em uma tag para adicionar com AND. Cmd/Ctrl+Shift+Clique para adicionar com OR."]},properties:{title:"Propriedades",items:["`.key` Incluir notas com chave de propriedade.","`.key=value` Incluir notas com valor de propriedade.",'`."Reading Status"` Incluir notas com uma chave de propriedade que cont\xE9m espa\xE7os.','`."Reading Status"="In Progress"` Chaves e valores com espa\xE7os devem estar entre aspas duplas.',"`-.key` Excluir notas com chave de propriedade.","`-.key=value` Excluir notas com valor de propriedade.","Cmd/Ctrl+Clique em uma propriedade para adicionar com AND. Cmd/Ctrl+Shift+Clique para adicionar com OR."]},tasks:{title:"Filtros",items:["`has:task` Incluir notas com tarefas pendentes.","`-has:task` Excluir notas com tarefas pendentes.","`folder:meetings` Incluir notas onde um nome de pasta cont\xE9m `meetings`.","`folder:/work/meetings` Incluir notas apenas em `work/meetings` (n\xE3o subpastas).","`folder:/` Incluir notas apenas na raiz do cofre.","`-folder:archive` Excluir notas onde um nome de pasta cont\xE9m `archive`.","`-folder:/archive` Excluir notas apenas em `archive` (n\xE3o subpastas).","`ext:md` Incluir notas com extens\xE3o `md` (`ext:.md` tamb\xE9m \xE9 suportado).","`-ext:pdf` Excluir notas com extens\xE3o `pdf`.","Combinar com tags, nomes e datas (por exemplo: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"Comportamento AND/OR",items:["`AND` e `OR` s\xE3o operadores apenas em consultas exclusivas de tags e propriedades.","As consultas exclusivas de tags e propriedades cont\xEAm apenas filtros de tags e propriedades: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Se uma consulta incluir nomes, datas (`@...`), filtros de tarefas (`has:task`), filtros de pasta (`folder:...`) ou filtros de extens\xE3o (`ext:...`), `AND` e `OR` s\xE3o pesquisados como palavras.","Exemplo de consulta com operadores: `#work OR .status=started`.","Exemplo de consulta mista: `#work OR ext:md` (`OR` \xE9 pesquisado nos nomes dos arquivos)."]},dates:{title:"Datas",items:["`@today` Encontrar notas de hoje usando o campo de data padr\xE3o.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Intervalos de datas relativos.","`@2026-02-07` Encontrar um dia espec\xEDfico (tamb\xE9m suporta `@20260207`).","`@2026` Encontrar um ano calend\xE1rio.","`@2026-02` ou `@202602` Encontrar um m\xEAs calend\xE1rio.","`@2026-W05` ou `@2026W05` Encontrar uma semana ISO.","`@2026-Q2` ou `@2026Q2` Encontrar um trimestre calend\xE1rio.","`@13/02/2026` Formatos num\xE9ricos com separadores (`@07022026` segue sua localiza\xE7\xE3o quando amb\xEDguo).","`@2026-02-01..2026-02-07` Encontrar um intervalo de dias inclusivo (extremos abertos suportados).","`@c:...` ou `@m:...` Apontar para data de cria\xE7\xE3o ou modifica\xE7\xE3o.","`-@...` Excluir uma correspond\xEAncia de data."]},omnisearch:{title:"Omnisearch",items:["Pesquisa de texto completo em todo o cofre, filtrada pela pasta atual ou tags selecionadas.","Pode ser lento com menos de 3 caracteres em cofres grandes.","N\xE3o consegue pesquisar caminhos com caracteres n\xE3o-ASCII ou pesquisar subcaminhos corretamente.","Retorna resultados limitados antes da filtragem por pasta, ent\xE3o arquivos relevantes podem n\xE3o aparecer se muitas correspond\xEAncias existirem em outros locais.","As pr\xE9vias das notas mostram trechos do Omnisearch em vez do texto de pr\xE9via padr\xE3o."]}}}},contextMenu:{file:{openInNewTab:"Abrir em nova aba",openToRight:"Abrir \xE0 direita",openInNewWindow:"Abrir em nova janela",openMultipleInNewTabs:"Abrir {count} notas em novas abas",openMultipleFilesInNewTabs:"Abrir {count} arquivos em novas abas",openMultipleToRight:"Abrir {count} notas \xE0 direita",openMultipleFilesToRight:"Abrir {count} arquivos \xE0 direita",openMultipleInNewWindows:"Abrir {count} notas em novas janelas",openMultipleFilesInNewWindows:"Abrir {count} arquivos em novas janelas",pinNote:"Fixar nota",pinFile:"Fixar arquivo",unpinNote:"Desafixar nota",unpinFile:"Desafixar arquivo",pinMultipleNotes:"Fixar {count} notas",pinMultipleFiles:"Fixar {count} arquivos",unpinMultipleNotes:"Desafixar {count} notas",unpinMultipleFiles:"Desafixar {count} arquivos",duplicateNote:"Duplicar nota",duplicateFile:"Duplicar arquivo",duplicateMultipleNotes:"Duplicar {count} notas",duplicateMultipleFiles:"Duplicar {count} arquivos",openVersionHistory:"Abrir hist\xF3rico de vers\xF5es",revealInFolder:"Revelar na pasta",revealInFinder:"Revelar no Finder",showInExplorer:"Mostrar no explorador de arquivos",openInDefaultApp:"Abrir no aplicativo padr\xE3o",renameNote:"Renomear nota",renameFile:"Renomear arquivo",deleteNote:"Excluir nota",deleteFile:"Excluir arquivo",setCalendarHighlight:"Definir destaque",removeCalendarHighlight:"Remover destaque",deleteMultipleNotes:"Excluir {count} notas",deleteMultipleFiles:"Excluir {count} arquivos",moveNoteToFolder:"Mover nota para...",moveFileToFolder:"Mover arquivo para...",moveMultipleNotesToFolder:"Mover {count} notas para...",moveMultipleFilesToFolder:"Mover {count} arquivos para...",addTag:"Adicionar tag",addPropertyKey:"Definir propriedade",removeTag:"Remover tag",removeAllTags:"Remover todas as tags",changeIcon:"Alterar \xEDcone",changeColor:"Alterar cor"},folder:{newNote:"Nova nota",newNoteFromTemplate:"Nova nota a partir de modelo",newFolder:"Nova pasta",newCanvas:"Nova tela",newBase:"Nova base",newDrawing:"Novo desenho",newExcalidrawDrawing:"Novo desenho Excalidraw",newTldrawDrawing:"Novo desenho Tldraw",duplicateFolder:"Duplicar pasta",searchInFolder:"Pesquisar na pasta",createFolderNote:"Criar nota de pasta",detachFolderNote:"Desvincular nota de pasta",deleteFolderNote:"Excluir nota de pasta",changeIcon:"Alterar \xEDcone",changeColor:"Alterar cor",changeBackground:"Alterar plano de fundo",excludeFolder:"Ocultar pasta",unhideFolder:"Reexibir pasta",moveFolder:"Mover pasta para...",renameFolder:"Renomear pasta",deleteFolder:"Excluir pasta"},tag:{changeIcon:"Alterar \xEDcone",changeColor:"Alterar cor",changeBackground:"Alterar plano de fundo",showTag:"Mostrar tag",hideTag:"Ocultar tag"},property:{addKey:"Configurar chaves de propriedade",renameKey:"Renomear propriedade",deleteKey:"Excluir propriedade"},navigation:{addSeparator:"Adicionar separador",removeSeparator:"Remover separador"},copyPath:{title:"Copiar caminho",asObsidianUrl:"como URL do Obsidian",fromVaultFolder:"a partir da pasta do cofre",fromSystemRoot:"a partir da raiz do sistema"},style:{title:"Estilo",copy:"Copiar estilo",paste:"Colar estilo",removeIcon:"Remover \xEDcone",removeColor:"Remover cor",removeBackground:"Remover plano de fundo",clear:"Limpar estilo"}},folderAppearance:{standardPreset:"Padr\xE3o",compactPreset:"Compacto",defaultSuffix:"(padr\xE3o)",defaultLabel:"Padr\xE3o",titleRows:"Linhas do t\xEDtulo",previewRows:"Linhas de visualiza\xE7\xE3o",groupBy:"Agrupar por",defaultTitleOption:t=>`Linhas de t\xEDtulo padr\xE3o (${t})`,defaultPreviewOption:t=>`Linhas de visualiza\xE7\xE3o padr\xE3o (${t})`,defaultGroupOption:t=>`Agrupamento padr\xE3o (${t})`,titleRowOption:t=>`${t} linha${t===1?"":"s"} de t\xEDtulo`,previewRowOption:t=>`${t} linha${t===1?"":"s"} de visualiza\xE7\xE3o`},modals:{bulkApply:{applyButton:"Aplicar",applySortTitle:t=>`Aplicar ordena\xE7\xE3o a ${t}?`,applyAppearanceTitle:t=>`Aplicar apar\xEAncia a ${t}?`,affectedCountMessage:t=>`Substitui\xE7\xF5es existentes que ser\xE3o alteradas: ${t}.`},navRainbowSection:{title:t=>`Cores arco-\xEDris: ${t}`},iconPicker:{searchPlaceholder:"Pesquisar \xEDcones...",recentlyUsedHeader:"Usados recentemente",emptyStateSearch:"Digite para pesquisar \xEDcones",emptyStateNoResults:"Nenhum \xEDcone encontrado",showingResultsInfo:"Mostrando 50 de {count} resultados. Digite mais para refinar.",emojiInstructions:"Digite ou cole qualquer emoji para us\xE1-lo como \xEDcone",removeIcon:"Remover \xEDcone",removeFromRecents:"Remover dos recentes",allTabLabel:"Todos"},fileIconRuleEditor:{addRuleAria:"Adicionar regra"},interfaceIcons:{title:"\xCDcones da interface",fileItemsSection:"Itens de arquivo",items:{"nav-shortcuts":"Atalhos","nav-recent-files":"Arquivos recentes","nav-expand-all":"Expandir tudo","nav-collapse-all":"Recolher tudo","nav-calendar":"Calend\xE1rio","nav-tree-expand":"Seta da \xE1rvore: expandir","nav-tree-collapse":"Seta da \xE1rvore: recolher","nav-hidden-items":"Itens ocultos","nav-root-reorder":"Reordenar pastas raiz","nav-new-folder":"Nova pasta","nav-show-single-pane":"Mostrar painel \xFAnico","nav-show-dual-pane":"Mostrar pain\xE9is duplos","nav-profile-chevron":"Seta do menu de perfil","list-search":"Pesquisar","list-descendants":"Notas de subpastas","list-sort-ascending":"Ordem: crescente","list-sort-descending":"Ordem: decrescente","list-appearance":"Alterar apar\xEAncia","list-new-note":"Nova nota","nav-folder-open":"Pasta aberta","nav-folder-closed":"Pasta fechada","nav-tags":"Tags","nav-tag":"Tag","nav-properties":"Propriedades","nav-property":"Propriedade","nav-property-value":"Valor","list-pinned":"Itens fixados","file-unfinished-task":"Tarefas inacabadas","file-word-count":"Contagem de palavras"}},colorPicker:{currentColor:"Atual",newColor:"Nova",paletteDefault:"Padr\xE3o",paletteCustom:"Personalizado",copyColors:"Copiar cor",colorsCopied:"Cor copiada para a \xE1rea de transfer\xEAncia",pasteColors:"Colar cor",pasteClipboardError:"N\xE3o foi poss\xEDvel ler a \xE1rea de transfer\xEAncia",pasteInvalidFormat:"Esperado um valor de cor hex",colorsPasted:"Cor colada com sucesso",resetUserColors:"Limpar cores personalizadas",clearCustomColorsConfirm:"Remover todas as cores personalizadas?",userColorSlot:"Cor {slot}",recentColors:"Cores recentes",clearRecentColors:"Limpar cores recentes",removeRecentColor:"Remover cor",apply:"Aplicar",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Alterar perfil do cofre",currentBadge:"Ativo",emptyState:"Nenhum perfil de cofre dispon\xEDvel."},tagOperation:{renameTitle:"Renomear tag {tag}",deleteTitle:"Excluir tag {tag}",newTagPrompt:"Novo nome da tag",newTagPlaceholder:"Digite o novo nome da tag",renameWarning:"Renomear a tag {oldTag} modificar\xE1 {count} {files}.",deleteWarning:"Excluir a tag {tag} modificar\xE1 {count} {files}.",modificationWarning:"Isso atualizar\xE1 as datas de modifica\xE7\xE3o dos arquivos.",affectedFiles:"Arquivos afetados:",andMore:"...e mais {count}",confirmRename:"Renomear tag",renameUnchanged:"{tag} sem altera\xE7\xF5es",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"Renomeados {renamed}/{total}. N\xE3o atualizados: {notUpdated}. Metadados e atalhos n\xE3o foram atualizados.",invalidTagName:"Digite um nome de tag v\xE1lido.",descendantRenameError:"N\xE3o \xE9 poss\xEDvel mover uma tag para dentro de si mesma ou um descendente.",confirmDelete:"Excluir tag",deleteBatchNotFinalized:"Removidos de {removed}/{total}. N\xE3o atualizados: {notUpdated}. Metadados e atalhos n\xE3o foram atualizados.",checkConsoleForDetails:"Verifique o console para mais detalhes.",file:"arquivo",files:"arquivos",inlineParsingWarning:{title:"Compatibilidade de tags inline",message:"{tag} cont\xE9m caracteres que o Obsidian n\xE3o consegue analisar em tags inline. As tags de Frontmatter n\xE3o s\xE3o afetadas.",confirm:"Usar mesmo assim"}},propertyOperation:{renameTitle:"Renomear propriedade {property}",deleteTitle:"Excluir propriedade {property}",newKeyPrompt:"Novo nome da propriedade",newKeyPlaceholder:"Digite o novo nome da propriedade",renameWarning:"Renomear a propriedade {property} modificar\xE1 {count} {files}.",renameConflictWarning:"A propriedade {newKey} j\xE1 existe em {count} {files}. Renomear {oldKey} substituir\xE1 os valores existentes de {newKey}.",deleteWarning:"Excluir a propriedade {property} modificar\xE1 {count} {files}.",confirmRename:"Renomear propriedade",confirmDelete:"Excluir propriedade",renameNoChanges:"{oldKey} \u2192 {newKey} (sem altera\xE7\xF5es)",renameSettingsUpdateFailed:"Propriedade {oldKey} \u2192 {newKey} renomeada. N\xE3o foi poss\xEDvel atualizar as configura\xE7\xF5es.",deleteSingleSuccess:"Propriedade {property} exclu\xEDda de 1 nota",deleteMultipleSuccess:"Propriedade {property} exclu\xEDda de {count} notas",deleteSettingsUpdateFailed:"Propriedade {property} exclu\xEDda. N\xE3o foi poss\xEDvel atualizar as configura\xE7\xF5es.",invalidKeyName:"Digite um nome de propriedade v\xE1lido."},fileSystem:{newFolderTitle:"Nova pasta",renameFolderTitle:"Renomear pasta",renameFileTitle:"Renomear arquivo",deleteFolderTitle:"Excluir '{name}'?",deleteFileTitle:"Excluir '{name}'?",deleteFileAttachmentsTitle:"Excluir anexos do arquivo?",moveFileConflictTitle:"Conflito de movimenta\xE7\xE3o",folderNamePrompt:"Digite o nome da pasta:",hideInOtherVaultProfiles:"Ocultar em outros perfis do cofre",renamePrompt:"Digite o novo nome:",renameVaultTitle:"Alterar nome de exibi\xE7\xE3o do cofre",renameVaultPrompt:"Digite um nome de exibi\xE7\xE3o personalizado (deixe em branco para usar o padr\xE3o):",deleteFolderConfirm:"Tem certeza de que deseja excluir esta pasta e todo o seu conte\xFAdo?",deleteFileConfirm:"Tem certeza de que deseja excluir este arquivo?",deleteFileAttachmentsDescriptionSingle:"Este anexo n\xE3o \xE9 mais usado em nenhuma nota. Deseja exclu\xED-lo?",deleteFileAttachmentsDescriptionMultiple:"Estes anexos n\xE3o s\xE3o mais usados em nenhuma nota. Deseja exclu\xED-los?",deleteFileAttachmentsViewFileTreeAriaLabel:"\xC1rvore de arquivos",deleteFileAttachmentsViewGalleryAriaLabel:"Galeria",moveFileConflictDescriptionSingle:'Um conflito de arquivo foi encontrado em "{folder}".',moveFileConflictDescriptionMultiple:'{count} conflitos de arquivos foram encontrados em "{folder}".',moveFileConflictAffectedFiles:"Arquivos afetados",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(apenas renomear)",moveFileConflictRename:"Renomear",moveFileConflictOverwrite:"Sobrescrever",removeAllTagsTitle:"Remover todas as tags",removeAllTagsFromNote:"Tem certeza de que deseja remover todas as tags desta nota?",removeAllTagsFromNotes:"Tem certeza de que deseja remover todas as tags de {count} notas?"},folderNoteType:{title:"Selecione o tipo de nota de pasta",folderLabel:"Pasta: {name}"},folderSuggest:{placeholder:t=>`Mover ${t} para pasta...`,multipleFilesLabel:t=>`${t} arquivos`,navigatePlaceholder:"Navegar para pasta...",instructions:{navigate:"para navegar",move:"para mover",select:"para selecionar",dismiss:"para descartar"}},homepage:{placeholder:"Pesquisar arquivos...",instructions:{navigate:"para navegar",select:"para definir p\xE1gina inicial",dismiss:"para descartar"}},calendarTemplate:{placeholder:"Pesquisar modelos...",instructions:{navigate:"para navegar",select:"para selecionar o modelo",dismiss:"para descartar"}},navigationBanner:{placeholder:"Pesquisar imagens...",instructions:{navigate:"para navegar",select:"para definir banner",dismiss:"para descartar"}},tagSuggest:{navigatePlaceholder:"Navegar para tag...",addPlaceholder:"Pesquisar tag para adicionar...",removePlaceholder:"Selecionar tag para remover...",createNewTag:"Criar nova tag: #{tag}",instructions:{navigate:"para navegar",select:"para selecionar",dismiss:"para descartar",add:"para adicionar tag",remove:"para remover tag"}},propertySuggest:{placeholder:"Selecionar chave de propriedade...",navigatePlaceholder:"Navegar para propriedade...",instructions:{navigate:"para navegar",select:"para adicionar propriedade",dismiss:"para descartar"}},propertyKeyVisibility:{title:"Visibilidade das chaves de propriedade",description:"Controle onde os valores de propriedade s\xE3o exibidos. As colunas correspondem ao painel de navega\xE7\xE3o, painel de lista e menu de contexto do arquivo. Use a linha inferior para alternar todas as linhas de uma coluna.",searchPlaceholder:"Pesquisar chaves de propriedade...",propertyColumnLabel:"Propriedade",showInNavigation:"Mostrar na navega\xE7\xE3o",showInList:"Mostrar na lista",showInFileMenu:"Mostrar no menu do arquivo",toggleAllInNavigation:"Alternar todos na navega\xE7\xE3o",toggleAllInList:"Alternar todos na lista",toggleAllInFileMenu:"Alternar todos no menu do arquivo",applyButton:"Aplicar",emptyState:"Nenhuma chave de propriedade encontrada."},welcome:{title:"Bem-vindo ao {pluginName}",introText:'Ol\xE1! Antes de come\xE7ar, recomendo que voc\xEA assista aos primeiros cinco minutos do v\xEDdeo abaixo para entender como funcionam os pain\xE9is e o bot\xE3o "Mostrar notas das subpastas".',continueText:"Se voc\xEA tiver mais cinco minutos, continue assistindo ao v\xEDdeo para entender os modos de exibi\xE7\xE3o compacta e como configurar corretamente os atalhos e teclas de atalho importantes.",thanksText:"Muito obrigado por baixar e aproveite!",videoAlt:"Instalando e dominando o Notebook Navigator",openVideoButton:"Reproduzir v\xEDdeo",closeButton:"Talvez depois"}},fileSystem:{errors:{createFolder:"Falha ao criar pasta: {error}",createFile:"Falha ao criar arquivo: {error}",renameFolder:"Falha ao renomear pasta: {error}",renameFolderNoteConflict:'N\xE3o \xE9 poss\xEDvel renomear: "{name}" j\xE1 existe nesta pasta',renameFile:"Falha ao renomear arquivo: {error}",deleteFolder:"Falha ao excluir pasta: {error}",deleteFile:"Falha ao excluir arquivo: {error}",deleteAttachments:"Falha ao excluir os anexos: {error}",duplicateNote:"Falha ao duplicar nota: {error}",duplicateFolder:"Falha ao duplicar pasta: {error}",openVersionHistory:"Falha ao abrir hist\xF3rico de vers\xF5es: {error}",versionHistoryNotFound:"Comando de hist\xF3rico de vers\xF5es n\xE3o encontrado. Certifique-se de que o Obsidian Sync est\xE1 ativado.",revealInExplorer:"Falha ao revelar arquivo no explorador: {error}",openInDefaultApp:"Falha ao abrir no aplicativo padr\xE3o: {error}",openInDefaultAppNotAvailable:"Abrir no aplicativo padr\xE3o n\xE3o est\xE1 dispon\xEDvel nesta plataforma",folderNoteAlreadyExists:"Nota de pasta j\xE1 existe",folderAlreadyExists:'A pasta "{name}" j\xE1 existe',folderNotesDisabled:"Ative as notas de pasta nas configura\xE7\xF5es para converter arquivos",folderNoteAlreadyLinked:"Este arquivo j\xE1 funciona como uma nota de pasta",folderNoteNotFound:"Nenhuma nota de pasta na pasta selecionada",folderNoteUnsupportedExtension:"Extens\xE3o de arquivo n\xE3o suportada: {extension}",folderNoteMoveFailed:"Falha ao mover arquivo durante convers\xE3o: {error}",folderNoteRenameConflict:'Um arquivo chamado "{name}" j\xE1 existe na pasta',folderNoteConversionFailed:"Falha ao converter arquivo em nota de pasta",folderNoteConversionFailedWithReason:"Falha ao converter arquivo em nota de pasta: {error}",folderNoteOpenFailed:"Arquivo convertido, mas falha ao abrir nota de pasta: {error}",failedToDeleteFile:"Falha ao excluir {name}: {error}",failedToDeleteMultipleFiles:"Falha ao excluir {count} arquivos",versionHistoryNotAvailable:"Servi\xE7o de hist\xF3rico de vers\xF5es n\xE3o dispon\xEDvel",drawingAlreadyExists:"J\xE1 existe um desenho com este nome",failedToCreateDrawing:"Falha ao criar desenho",noFolderSelected:"Nenhuma pasta est\xE1 selecionada no Notebook Navigator",noFileSelected:"Nenhum arquivo est\xE1 selecionado"},warnings:{linkBreakingNameCharacters:"Este nome inclui caracteres que quebram links do Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Os nomes n\xE3o podem come\xE7ar com um ponto nem incluir : ou /.",forbiddenNameCharactersWindows:'Caracteres reservados do Windows n\xE3o s\xE3o permitidos: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Pasta oculta: {name}",showFolder:"Pasta exibida: {name}"},notifications:{deletedMultipleFiles:"{count} arquivos exclu\xEDdos",movedMultipleFiles:"{count} arquivos movidos para {folder}",folderNoteConversionSuccess:'Arquivo convertido em nota de pasta em "{name}"',folderMoved:'Pasta "{name}" movida',deepLinkCopied:"URL do Obsidian copiada para a \xE1rea de transfer\xEAncia",pathCopied:"Caminho copiado para a \xE1rea de transfer\xEAncia",relativePathCopied:"Caminho relativo copiado para a \xE1rea de transfer\xEAncia",tagAddedToNote:"Tag adicionada a 1 nota",tagAddedToNotes:"Tag adicionada a {count} notas",tagRemovedFromNote:"Tag removida de 1 nota",tagRemovedFromNotes:"Tag removida de {count} notas",tagsClearedFromNote:"Todas as tags removidas de 1 nota",tagsClearedFromNotes:"Todas as tags removidas de {count} notas",noTagsToRemove:"Sem tags para remover",noFilesSelected:"Nenhum arquivo selecionado",tagOperationsNotAvailable:"Opera\xE7\xF5es de tag n\xE3o dispon\xEDveis",propertyOperationsNotAvailable:"Opera\xE7\xF5es de propriedades n\xE3o dispon\xEDveis",tagsRequireMarkdown:"Tags s\xF3 s\xE3o suportadas em notas Markdown",propertiesRequireMarkdown:"As propriedades s\xF3 s\xE3o suportadas em notas Markdown",propertySetOnNote:"Propriedade atualizada em 1 nota",propertySetOnNotes:"Propriedade atualizada em {count} notas",iconPackDownloaded:"{provider} baixado",iconPackUpdated:"{provider} atualizado ({version})",iconPackRemoved:"{provider} removido",iconPackLoadFailed:"Falha ao carregar {provider}",hiddenFileReveal:'Arquivo est\xE1 oculto. Ative "Mostrar itens ocultos" para exibi-lo'},confirmations:{deleteMultipleFiles:"Tem certeza de que deseja excluir {count} arquivos?",deleteConfirmation:"Esta a\xE7\xE3o n\xE3o pode ser desfeita."},defaultNames:{untitled:"Sem t\xEDtulo"}},dragDrop:{errors:{cannotMoveIntoSelf:"N\xE3o \xE9 poss\xEDvel mover uma pasta para dentro de si mesma ou de uma subpasta.",itemAlreadyExists:'Um item chamado "{name}" j\xE1 existe neste local.',failedToMove:"Falha ao mover: {error}",failedToAddTag:'Falha ao adicionar tag "{tag}"',failedToSetProperty:"Falha ao atualizar propriedade: {error}",failedToClearTags:"Falha ao limpar tags",failedToMoveFolder:'Falha ao mover pasta "{name}"',failedToImportFiles:"Falha ao importar: {names}"},notifications:{filesAlreadyExist:"{count} arquivos j\xE1 existem no destino",filesAlreadyHaveTag:"{count} arquivos j\xE1 t\xEAm esta tag ou uma mais espec\xEDfica",filesAlreadyHaveProperty:"{count} arquivos j\xE1 possuem esta propriedade",noTagsToClear:"Sem tags para remover",fileImported:"1 arquivo importado",filesImported:"{count} arquivos importados"}},dateGroups:{today:"Hoje",yesterday:"Ontem",previous7Days:"\xDAltimos 7 dias",previous30Days:"\xDAltimos 30 dias"},commands:{open:"Abrir",toggleLeftSidebar:"Alternar barra lateral esquerda",openHomepage:"Abrir p\xE1gina inicial",openDailyNote:"Abrir nota di\xE1ria",openWeeklyNote:"Abrir nota semanal",openMonthlyNote:"Abrir nota mensal",openQuarterlyNote:"Abrir nota trimestral",openYearlyNote:"Abrir nota anual",revealFile:"Revelar arquivo",search:"Pesquisar",searchVaultRoot:"Pesquisar na raiz do cofre",toggleDualPane:"Alternar layout de painel duplo",toggleDualPaneOrientation:"Alternar orienta\xE7\xE3o do painel duplo",toggleCalendar:"Alternar calend\xE1rio",selectVaultProfile:"Alterar perfil do cofre",selectVaultProfile1:"Alterar para o perfil do cofre 1",selectVaultProfile2:"Alterar para o perfil do cofre 2",selectVaultProfile3:"Alterar para o perfil do cofre 3",deleteFile:"Excluir arquivos",createNewNote:"Criar nova nota",createNewNoteFromTemplate:"Nova nota a partir de modelo",moveFiles:"Mover arquivos",selectNextFile:"Selecionar pr\xF3ximo arquivo",selectPreviousFile:"Selecionar arquivo anterior",navigateBack:"Navegar para tr\xE1s",navigateForward:"Navegar para frente",convertToFolderNote:"Converter em nota de pasta",setAsFolderNote:"Definir como nota de pasta",detachFolderNote:"Desvincular nota de pasta",pinAllFolderNotes:"Fixar todas as notas de pasta",navigateToFolder:"Navegar para pasta",navigateToTag:"Navegar para tag",navigateToProperty:"Navegar para propriedade",addShortcut:"Adicionar aos atalhos",openShortcut:"Abrir atalho {number}",toggleDescendants:"Alternar descendentes",toggleHidden:"Alternar pastas, tags e notas ocultas",toggleTagSort:"Alternar ordem de classifica\xE7\xE3o de tags",toggleCompactMode:"Alternar modo compacto",collapseExpand:"Recolher / expandir todos os itens",addTag:"Adicionar tag aos arquivos selecionados",setProperty:"Definir propriedade nos arquivos selecionados",removeTag:"Remover tag dos arquivos selecionados",removeAllTags:"Remover todas as tags dos arquivos selecionados",openAllFiles:"Abrir todos os arquivos",rebuildCache:"Reconstruir cache"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Calend\xE1rio",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Revelar no Notebook Navigator"},tooltips:{lastModifiedAt:"\xDAltima modifica\xE7\xE3o em",createdAt:"Criado em",file:"arquivo",files:"arquivos",folder:"pasta",folders:"pastas"},settings:{metadataReport:{exportSuccess:"Relat\xF3rio de metadados com falhas exportado para: {filename}",exportFailed:"Falha ao exportar relat\xF3rio de metadados"},sections:{general:"Geral",navigationPane:"Navega\xE7\xE3o",calendar:"Calend\xE1rio",files:"Arquivos",icons:"Pacotes de \xEDcones",folders:"Pastas",folderNotes:"Notas de pasta",foldersAndTags:"Pastas",tagsAndProperties:"Tags e propriedades",tags:"Tags",listPane:"Lista",notes:"Notas",advanced:"Avan\xE7ado"},groups:{general:{vaultProfiles:"Perfis do cofre",filtering:"Filtragem",templates:"Modelos",behavior:"Comportamento",keyboardNavigation:"Navega\xE7\xE3o por teclado",mouseButtons:"Bot\xF5es do mouse",view:"Apar\xEAncia",icons:"\xCDcones",desktopAppearance:"Apar\xEAncia do desktop",mobileAppearance:"Apar\xEAncia m\xF3vel",formatting:"Formata\xE7\xE3o"},navigation:{appearance:"Apar\xEAncia",rainbowColors:"Cores arco-\xEDris",leftSidebar:"Barra lateral esquerda",calendarIntegration:"Integra\xE7\xE3o do calend\xE1rio"},list:{display:"Apar\xEAncia",pinnedNotes:"Notas fixadas"},notes:{frontmatter:"Frontmatter",tasks:"Tarefas",icon:"\xCDcone",title:"T\xEDtulo",previewText:"Texto de pr\xE9-visualiza\xE7\xE3o",featureImage:"Imagem de destaque",tags:"Tags",properties:"Propriedades",date:"Data",parentFolder:"Pasta superior"}},syncMode:{notSynced:"(n\xE3o sincronizado)",disabled:"(desativado)",switchToSynced:"Ativar sincroniza\xE7\xE3o",switchToLocal:"Desativar sincroniza\xE7\xE3o"},items:{listPaneTitle:{name:"T\xEDtulo do painel de lista",desc:"Escolha onde o t\xEDtulo do painel de lista \xE9 mostrado.",options:{header:"Mostrar no cabe\xE7alho",list:"Mostrar no painel de lista",hidden:"N\xE3o mostrar"}},sortNotesBy:{name:"Ordenar notas por",desc:"Escolha como as notas s\xE3o ordenadas na lista.",options:{"modified-desc":"Data de edi\xE7\xE3o (mais recente no topo)","modified-asc":"Data de edi\xE7\xE3o (mais antiga no topo)","created-desc":"Data de cria\xE7\xE3o (mais recente no topo)","created-asc":"Data de cria\xE7\xE3o (mais antiga no topo)","title-asc":"T\xEDtulo (A no topo)","title-desc":"T\xEDtulo (Z no topo)","filename-asc":"Nome do arquivo (A no topo)","filename-desc":"Nome do arquivo (Z no topo)","property-asc":"Propriedade (A no topo)","property-desc":"Propriedade (Z no topo)"},propertyOverride:{asc:"Propriedade \u2018{property}\u2019 (A no topo)",desc:"Propriedade \u2018{property}\u2019 (Z no topo)"}},propertySortKey:{name:"Propriedade de ordena\xE7\xE3o",desc:"Usado com a ordena\xE7\xE3o por propriedade. Notas com esta propriedade frontmatter s\xE3o listadas primeiro e ordenadas pelo valor da propriedade. Arrays s\xE3o combinados em um \xFAnico valor.",placeholder:"order"},propertySortSecondary:{name:"Ordena\xE7\xE3o secund\xE1ria",desc:"Usada com a ordena\xE7\xE3o por propriedade quando as notas t\xEAm o mesmo valor de propriedade ou n\xE3o t\xEAm valor.",options:{title:"T\xEDtulo",filename:"Nome do arquivo",created:"Data de cria\xE7\xE3o",modified:"Data de edi\xE7\xE3o"}},revealFileOnListChanges:{name:"Rolar para o arquivo selecionado em mudan\xE7as da lista",desc:"Rolar para o arquivo selecionado ao fixar notas, mostrar notas descendentes, mudar apar\xEAncia de pastas ou executar opera\xE7\xF5es de arquivo."},includeDescendantNotes:{name:"Mostrar notas de subpastas / descendentes",desc:"Incluir notas de subpastas aninhadas e descendentes de tags ao visualizar uma pasta ou tag."},limitPinnedToCurrentFolder:{name:"Fixar notas apenas na sua pasta",desc:"Notas fixadas aparecem fixadas apenas na sua pr\xF3pria pasta. \xDAtil para notas de pasta ou se voc\xEA tem muitas notas fixadas. N\xE3o afeta as visualiza\xE7\xF5es de tags ou propriedades."},separateNoteCounts:{name:"Mostrar contagens atuais e descendentes separadamente",desc:'Exibir contagens de notas no formato "atual \u25BE descendentes" em pastas e tags.'},groupNotes:{name:"Agrupar notas",desc:"Exibir cabe\xE7alhos entre notas agrupadas por data ou pasta. Visualiza\xE7\xF5es de tags usam grupos de data quando o agrupamento de pastas est\xE1 ativado.",options:{none:"N\xE3o agrupar",date:"Agrupar por data",folder:"Agrupar por pasta"}},showSelectedNavigationPills:{name:"Sempre mostrar todas as etiquetas e propriedades",desc:'Quando desativado, as etiquetas que correspondem \xE0 sele\xE7\xE3o de navega\xE7\xE3o atual ficam ocultas (por exemplo, a etiqueta "receitas" fica oculta ao navegar na etiqueta "receitas"). Ative para manter todas as etiquetas vis\xEDveis.'},showPinnedGroupHeader:{name:"Mostrar cabe\xE7alho do grupo fixado",desc:"Exibir o cabe\xE7alho da se\xE7\xE3o fixada acima das notas fixadas."},showPinnedIcon:{name:"Mostrar \xEDcone fixado",desc:"Exibir o \xEDcone ao lado do cabe\xE7alho da se\xE7\xE3o fixada."},defaultListMode:{name:"Modo padr\xE3o da lista",desc:"Selecione o layout padr\xE3o da lista. Padr\xE3o mostra t\xEDtulo, data, descri\xE7\xE3o e texto de visualiza\xE7\xE3o. Compacto mostra apenas o t\xEDtulo. A apar\xEAncia pode ser substitu\xEDda por pasta.",options:{standard:"Padr\xE3o",compact:"Compacto"}},showFileIcons:{name:"Mostrar \xEDcones de arquivo",desc:"Exibir \xEDcones de arquivo com espa\xE7amento alinhado \xE0 esquerda. Desativar remove tanto \xEDcones quanto recuo. Prioridade: \xEDcone de tarefas inacabadas > \xEDcone personalizado > \xEDcone de nome de arquivo > \xEDcone de tipo de arquivo > \xEDcone padr\xE3o."},showFileIconUnfinishedTask:{name:"\xCDcone de tarefas inacabadas",desc:"Exibir um \xEDcone de tarefa quando uma nota possui tarefas inacabadas."},showFileBackgroundUnfinishedTask:{name:"Fundo de tarefas inacabadas",desc:"Aplicar uma cor de fundo quando uma nota possui tarefas inacabadas."},unfinishedTaskBackgroundColor:{name:"Cor de fundo",desc:"Definir a cor de fundo usada quando uma nota possui tarefas inacabadas."},showFilenameMatchIcons:{name:"\xCDcones por nome de arquivo",desc:"Atribuir \xEDcones a arquivos com base no texto em seus nomes."},fileNameIconMap:{name:"Mapa de \xEDcones por nome",desc:"Os arquivos contendo o texto recebem o \xEDcone especificado. Um mapeamento por linha: texto=\xEDcone",placeholder:`# texto=\xEDcone +reuni\xE3o=LiCalendar +fatura=PhReceipt`,editTooltip:"Editar mapeamentos"},showCategoryIcons:{name:"\xCDcones por tipo de arquivo",desc:"Atribuir \xEDcones a arquivos com base em sua extens\xE3o."},fileTypeIconMap:{name:"Mapa de \xEDcones por tipo",desc:"Os arquivos com a extens\xE3o recebem o \xEDcone especificado. Um mapeamento por linha: extens\xE3o=\xEDcone",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Editar mapeamentos"},optimizeNoteHeight:{name:"Altura de nota vari\xE1vel",desc:"Usar altura compacta para notas fixadas e notas sem texto de visualiza\xE7\xE3o."},compactItemHeight:{name:"Altura do item compacto",desc:"Defina a altura dos itens de lista compactos no desktop e celular.",resetTooltip:"Restaurar para padr\xE3o (28px)"},compactItemHeightScaleText:{name:"Dimensionar texto com altura do item compacto",desc:"Dimensionar texto da lista compacta quando a altura do item \xE9 reduzida."},showParentFolder:{name:"Mostrar pasta pai",desc:"Exibir o nome da pasta pai para notas em subpastas ou tags."},parentFolderClickRevealsFile:{name:"Clique na pasta pai abre pasta",desc:"Clicar no r\xF3tulo da pasta pai abre a pasta no painel de lista."},showParentFolderColor:{name:"Mostrar cor de pasta pai",desc:"Usar cores de pasta em r\xF3tulos de pastas pai."},showParentFolderIcon:{name:"Mostrar \xEDcone da pasta pai",desc:"Mostrar \xEDcones de pasta ao lado dos r\xF3tulos de pastas pai."},showQuickActions:{name:"Mostrar a\xE7\xF5es r\xE1pidas",desc:"Mostrar bot\xF5es de a\xE7\xE3o ao passar sobre arquivos. Controles de bot\xE3o selecionam quais a\xE7\xF5es aparecem."},dualPane:{name:"Layout de painel duplo",desc:"Mostrar painel de navega\xE7\xE3o e painel de lista lado a lado no desktop."},dualPaneOrientation:{name:"Orienta\xE7\xE3o do painel duplo",desc:"Escolha layout horizontal ou vertical quando o painel duplo estiver ativo.",options:{horizontal:"Divis\xE3o horizontal",vertical:"Divis\xE3o vertical"}},appearanceBackground:{name:"Cor de fundo",desc:"Escolha cores de fundo para pain\xE9is de navega\xE7\xE3o e lista.",options:{separate:"Fundos separados",primary:"Usar fundo da lista",secondary:"Usar fundo da navega\xE7\xE3o"}},appearanceScale:{name:"N\xEDvel de zoom",desc:"Controla o n\xEDvel de zoom geral do Notebook Navigator."},useFloatingToolbars:{name:"Usar barras de ferramentas flutuantes no iOS/iPadOS",desc:"Aplica-se ao Obsidian 1.11 e posteriores."},startView:{name:"Visualiza\xE7\xE3o inicial padr\xE3o",desc:"Escolha qual painel exibir ao abrir o Notebook Navigator. O painel de navega\xE7\xE3o mostra atalhos, arquivos recentes e \xE1rvore de pastas. O painel de lista mostra a lista de arquivos imediatamente.",options:{navigation:"Painel de navega\xE7\xE3o",files:"Painel de lista"}},toolbarButtons:{name:"Bot\xF5es da barra de ferramentas",desc:"Escolha quais bot\xF5es aparecem na barra de ferramentas. Bot\xF5es ocultos permanecem acess\xEDveis via comandos e menus.",navigationLabel:"Barra de navega\xE7\xE3o",listLabel:"Barra de lista"},createNewNotesInNewTab:{name:"Abrir novas notas em nova aba",desc:"Quando ativado, o comando Criar nova nota abre as notas em uma nova aba. Quando desativado, as notas substituem a aba atual."},autoRevealActiveNote:{name:"Revelar automaticamente a nota ativa",desc:"Revelar automaticamente notas quando abertas pelo Alternador R\xE1pido, links ou pesquisa."},autoRevealShortestPath:{name:"Usar caminho mais curto",desc:"Ativado: A revela\xE7\xE3o autom\xE1tica seleciona a pasta ancestral ou tag vis\xEDvel mais pr\xF3xima. Desativado: A revela\xE7\xE3o autom\xE1tica seleciona a pasta real do arquivo e a tag exata."},autoRevealIgnoreRightSidebar:{name:"Ignorar eventos da barra lateral direita",desc:"N\xE3o alterar a nota ativa ao clicar ou alterar notas na barra lateral direita."},autoRevealIgnoreOtherWindows:{name:"Ignorar eventos de outras janelas",desc:"N\xE3o alterar a nota ativa ao trabalhar com notas em uma janela diferente."},paneTransitionDuration:{name:"Anima\xE7\xE3o de painel \xFAnico",desc:"Dura\xE7\xE3o da transi\xE7\xE3o ao alternar entre pain\xE9is no modo de painel \xFAnico (milissegundos).",resetTooltip:"Restaurar padr\xE3o"},autoSelectFirstFileOnFocusChange:{name:"Selecionar automaticamente a primeira nota",desc:"Abrir automaticamente a primeira nota ao alternar pastas ou tags."},skipAutoScroll:{name:"Desativar rolagem autom\xE1tica para atalhos",desc:"N\xE3o rolar o painel de navega\xE7\xE3o ao clicar em itens nos atalhos."},autoExpandNavItems:{name:"Expandir ao selecionar",desc:"Expandir pastas e tags ao selecionar. No modo de painel \xFAnico, a primeira sele\xE7\xE3o expande, a segunda mostra arquivos."},springLoadedFolders:{name:"Expandir ao arrastar",desc:"Expandir pastas e tags ao passar o mouse sobre elas durante o arraste."},springLoadedFoldersInitialDelay:{name:"Atraso da primeira expans\xE3o",desc:"Atraso antes de expandir a primeira pasta ou tag durante um arraste (segundos)."},springLoadedFoldersSubsequentDelay:{name:"Atraso das expans\xF5es seguintes",desc:"Atraso antes de expandir pastas ou tags adicionais durante o mesmo arraste (segundos)."},navigationBanner:{name:"Banner de navega\xE7\xE3o (perfil de cofre)",desc:"Exibir uma imagem acima do painel de navega\xE7\xE3o. Muda com o perfil de cofre selecionado.",current:"Banner atual: {path}",chooseButton:"Escolher imagem"},pinNavigationBanner:{name:"Fixar banner",desc:"Fixar o banner de navega\xE7\xE3o acima da \xE1rvore de navega\xE7\xE3o."},showShortcuts:{name:"Mostrar atalhos",desc:"Exibir a se\xE7\xE3o de atalhos no painel de navega\xE7\xE3o."},shortcutBadgeDisplay:{name:"Distintivo de atalho",desc:"O que exibir ao lado dos atalhos. Use os comandos 'Abrir atalho 1-9' para abrir atalhos diretamente.",options:{index:"Posi\xE7\xE3o (1-9)",count:"Contagem de itens",none:"Nenhum"}},showRecentNotes:{name:"Mostrar arquivos recentes",desc:"Exibir a se\xE7\xE3o de arquivos recentes no painel de navega\xE7\xE3o."},hideRecentNotes:{name:"Ocultar tipos de arquivos",desc:"Escolher os tipos de arquivos a ocultar na se\xE7\xE3o de arquivos recentes.",options:{none:"Nenhum",folderNotes:"Notas de pasta"}},recentNotesCount:{name:"Contagem de arquivos recentes",desc:"N\xFAmero de arquivos recentes a exibir."},pinRecentNotesWithShortcuts:{name:"Fixar arquivos recentes com atalhos",desc:"Incluir arquivos recentes quando os atalhos estiverem fixados."},calendarEnabled:{name:"Ativar calend\xE1rio",desc:"Ativar funcionalidades de calend\xE1rio do Notebook Navigator."},calendarPlacement:{name:"Posi\xE7\xE3o do calend\xE1rio",desc:"Exibir na barra lateral esquerda ou direita.",options:{leftSidebar:"Barra lateral esquerda",rightSidebar:"Barra lateral direita"}},calendarLeftPlacement:{name:"Posicionamento em painel \xFAnico",desc:"Onde o calend\xE1rio \xE9 exibido no modo de painel \xFAnico.",options:{navigationPane:"Painel de navega\xE7\xE3o",below:"Abaixo dos pain\xE9is"}},calendarLocale:{name:"Idioma",desc:"Controla a numera\xE7\xE3o das semanas e o primeiro dia da semana.",incompatibleWeekPatternWarning:'O padr\xE3o de notas semanais usa tokens de semana ISO ("W" ou "G"). O calend\xE1rio exibir\xE1 as semanas come\xE7ando na segunda-feira em vez do primeiro dia da semana deste idioma.',options:{systemDefault:"Padr\xE3o"}},calendarWeekendDays:{name:"Dias de fim de semana",desc:"Mostrar dias de fim de semana com uma cor de fundo diferente.",options:{none:"Nenhum",satSun:"S\xE1bado e domingo",friSat:"Sexta-feira e s\xE1bado",thuFri:"Quinta-feira e sexta-feira"}},calendarMonthHeadingFormat:{name:"Formato do nome do m\xEAs",desc:"Nome do m\xEAs normal ou abreviado quando a visualiza\xE7\xE3o anual est\xE1 oculta.",options:{full:"janeiro (completo)",short:"jan (curto)"}},showInfoButtons:{name:"Mostrar bot\xF5es de informa\xE7\xE3o",desc:"Exibir bot\xF5es de informa\xE7\xE3o na barra de pesquisa e no cabe\xE7alho do calend\xE1rio."},calendarWeeksToShow:{name:"Semanas a exibir na barra lateral esquerda",desc:"O calend\xE1rio na barra lateral direita sempre exibe o m\xEAs completo.",options:{fullMonth:"M\xEAs completo",oneWeek:"1 semana",weeksCount:"{count} semanas"}},calendarHighlightToday:{name:"Destacar a data de hoje",desc:"Destacar a data de hoje com uma cor de fundo e texto em negrito."},calendarShowFeatureImage:{name:"Mostrar imagem de destaque",desc:"Mostrar imagens de destaque das notas no calend\xE1rio."},calendarShowWeekNumber:{name:"Mostrar n\xFAmero da semana",desc:"Adicionar uma coluna com o n\xFAmero da semana."},calendarShowQuarter:{name:"Mostrar trimestre",desc:"Adicionar uma etiqueta de trimestre no cabe\xE7alho do calend\xE1rio."},calendarShowYearCalendar:{name:"Mostrar calend\xE1rio anual",desc:"Exibir navega\xE7\xE3o anual e grade de meses na barra lateral direita."},calendarConfirmBeforeCreate:{name:"Confirmar antes de criar",desc:"Mostrar uma caixa de di\xE1logo de confirma\xE7\xE3o ao criar uma nova nota di\xE1ria."},calendarIntegrationMode:{name:"Fonte de notas di\xE1rias",desc:"Fonte para notas do calend\xE1rio.",options:{dailyNotes:"Notas di\xE1rias (plug-in principal)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Pasta e formato de data s\xE3o configurados no plugin Daily Notes."}},calendarCustomRootFolder:{name:"Pasta raiz",desc:"Pasta base para notas peri\xF3dicas. Padr\xF5es de data podem incluir subpastas. Muda com o perfil do cofre selecionado.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"Localiza\xE7\xE3o da pasta de modelos",desc:"O seletor de arquivos de modelo mostra notas desta pasta.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Notas di\xE1rias",desc:"Formatar caminho usando formato de data Moment. Coloque nomes de subpastas entre colchetes, ex. [Work]/YYYY. Clique no \xEDcone de modelo para definir um modelo. Definir localiza\xE7\xE3o da pasta de modelos em Geral > Modelos.",momentDescPrefix:"Formatar caminho usando ",momentLinkText:"formato de data Moment",momentDescSuffix:". Coloque nomes de subpastas entre colchetes, ex. [Work]/YYYY. Clique no \xEDcone de modelo para definir um modelo. Definir localiza\xE7\xE3o da pasta de modelos em Geral > Modelos.",placeholder:"YYYY/YYYYMMDD",example:"Sintaxe atual: {path}",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como uma data completa (ano, m\xEAs, dia)."},calendarCustomWeekPattern:{name:"Notas semanais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como uma semana completa (ano da semana, n\xFAmero da semana).",localeMismatchWarning:'Este padr\xE3o usa tokens de semana ISO ("W" ou "G"). O calend\xE1rio exibir\xE1 as semanas come\xE7ando na segunda-feira. Use "w" ou "g" se as notas semanais devem seguir o idioma selecionado.'},calendarCustomMonthPattern:{name:"Notas mensais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como um m\xEAs completo (ano, m\xEAs)."},calendarCustomQuarterPattern:{name:"Notas trimestrais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como um trimestre completo (ano, trimestre)."},calendarCustomYearPattern:{name:"Notas anuais",parsingError:"O padr\xE3o deve ser formatado e analisado novamente como um ano completo (ano)."},calendarTemplateFile:{current:"Arquivo de modelo: {name}"},showTooltips:{name:"Mostrar dicas",desc:"Exibir dicas de ferramentas ao passar o mouse com informa\xE7\xF5es adicionais para notas e pastas."},showTooltipPath:{name:"Mostrar caminho",desc:"Exibir o caminho da pasta abaixo dos nomes de notas nas dicas de ferramentas."},resetPaneSeparator:{name:"Redefinir posi\xE7\xE3o do separador de pain\xE9is",desc:"Redefinir o separador arrast\xE1vel entre o painel de navega\xE7\xE3o e o painel de lista para a posi\xE7\xE3o padr\xE3o.",buttonText:"Redefinir separador",notice:"Posi\xE7\xE3o do separador redefinida. Reinicie o Obsidian ou reabra o Notebook Navigator para aplicar."},settingsTransfer:{name:"Importar e exportar configura\xE7\xF5es",desc:"Exportar ou importar configura\xE7\xF5es do Notebook Navigator como JSON. A importa\xE7\xE3o substitui todas as configura\xE7\xF5es.",importButtonText:"Importar",exportButtonText:"Exportar",import:{modalTitle:"Importar configura\xE7\xF5es",fileButtonName:"Importar de arquivo",fileButtonDesc:"Carregar um arquivo JSON do disco.",fileButtonText:"Importar de arquivo",editorName:"JSON",editorDesc:"Cole ou edite o JSON abaixo. As configura\xE7\xF5es n\xE3o inclu\xEDdas s\xE3o redefinidas para os valores padr\xE3o.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Importar",successNotice:"Configura\xE7\xF5es importadas.",errorNotice:"Falha ao importar configura\xE7\xF5es: {message}",fileReadError:"N\xE3o foi poss\xEDvel ler o arquivo: {message}"},export:{modalTitle:"Exportar configura\xE7\xF5es",editorName:"JSON",editorDesc:"Apenas as configura\xE7\xF5es alteradas em rela\xE7\xE3o aos valores padr\xE3o s\xE3o inclu\xEDdas.",placeholder:"{}",copyButtonText:"Copiar para a \xE1rea de transfer\xEAncia",downloadButtonText:"Baixar",copyNotice:"Configura\xE7\xF5es copiadas para a \xE1rea de transfer\xEAncia.",downloadNotice:"Configura\xE7\xF5es exportadas.",downloadError:"Falha ao baixar configura\xE7\xF5es: {message}"}},resetAllSettings:{name:"Redefinir todas as configura\xE7\xF5es",desc:"Redefinir todas as configura\xE7\xF5es do Notebook Navigator para os valores padr\xE3o.",buttonText:"Redefinir todas as configura\xE7\xF5es",confirmTitle:"Redefinir todas as configura\xE7\xF5es?",confirmMessage:"Isso redefinir\xE1 todas as configura\xE7\xF5es do Notebook Navigator para os valores padr\xE3o. N\xE3o pode ser desfeito.",confirmButtonText:"Redefinir todas as configura\xE7\xF5es",notice:"Configura\xE7\xF5es redefinidas. Reinicie o Obsidian ou reabra o Notebook Navigator para aplicar.",error:"Falha ao redefinir as configura\xE7\xF5es."},multiSelectModifier:{name:"Modificador de sele\xE7\xE3o m\xFAltipla",desc:"Escolha qual tecla modificadora alterna a sele\xE7\xE3o m\xFAltipla. Quando Op\xE7\xE3o/Alt est\xE1 selecionado, Cmd/Ctrl clique abre notas em uma nova aba.",options:{cmdCtrl:"Cmd/Ctrl clique",optionAlt:"Op\xE7\xE3o/Alt clique"}},enterToOpenFiles:{name:"Pressionar Enter para abrir arquivos",desc:"Abrir arquivos apenas ao pressionar Enter durante a navega\xE7\xE3o por teclado na lista."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Abrir o arquivo selecionado em uma nova aba, divis\xE3o ou janela ao pressionar Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Abrir o arquivo selecionado em uma nova aba, divis\xE3o ou janela ao pressionar Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Abrir o arquivo selecionado em uma nova aba, divis\xE3o ou janela ao pressionar Ctrl+Enter."},mouseBackForwardAction:{name:"Bot\xF5es voltar/avan\xE7ar do mouse",desc:"A\xE7\xE3o dos bot\xF5es voltar e avan\xE7ar do mouse no desktop.",options:{none:"Usar padr\xE3o do sistema",singlePaneSwitch:"Alternar pain\xE9is (painel \xFAnico)",history:"Navegar no hist\xF3rico"}},fileVisibility:{name:"Mostrar tipos de arquivo (perfil do cofre)",desc:"Filtrar quais tipos de arquivo s\xE3o mostrados no navegador. Tipos de arquivo n\xE3o suportados pelo Obsidian podem abrir em aplicativos externos.",options:{documents:"Documentos (.md, .canvas, .base)",supported:"Suportados (abre no Obsidian)",all:"Todos (pode abrir externamente)"}},homepage:{name:"P\xE1gina inicial",desc:"Escolha o que o Notebook Navigator abre automaticamente ao iniciar.",current:"Atual: {path}",chooseButton:"Escolher arquivo",options:{none:"Nenhum",file:"Arquivo",dailyNote:"Nota di\xE1ria",weeklyNote:"Nota semanal",monthlyNote:"Nota mensal",quarterlyNote:"Nota trimestral"},file:{name:"Arquivo de inicializa\xE7\xE3o",empty:"Nenhum arquivo selecionado"}},excludedNotes:{name:"Ocultar notas com regras de propriedade (perfil do cofre)",desc:"Lista separada por v\xEDrgulas de regras de frontmatter. Use entradas `key` ou `key=value` (por exemplo, status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Ocultar arquivos (perfil do cofre)",desc:"Lista separada por v\xEDrgulas de padr\xF5es de nomes de arquivos para ocultar. Suporta curingas * e caminhos / (por exemplo, temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Perfil do cofre",desc:"Perfis armazenam visibilidade de tipos de arquivo, arquivos ocultos, pastas ocultas, tags ocultas, notas ocultas, atalhos e banner de navega\xE7\xE3o. Alterne perfis pelo cabe\xE7alho do painel de navega\xE7\xE3o.",defaultName:"Padr\xE3o",addButton:"Adicionar perfil",editProfilesButton:"Editar perfis",addProfileOption:"Adicionar perfil...",applyButton:"Aplicar",deleteButton:"Excluir perfil",addModalTitle:"Adicionar perfil",editProfilesModalTitle:"Editar perfis",addModalPlaceholder:"Nome do perfil",deleteModalTitle:"Excluir {name}",deleteModalMessage:"Remover {name}? Os filtros de arquivos, pastas, tags e notas ocultas salvos neste perfil ser\xE3o exclu\xEDdos.",moveUp:"Mover para cima",moveDown:"Mover para baixo",errors:{emptyName:"Digite um nome de perfil",duplicateName:"Nome do perfil j\xE1 existe"}},vaultTitle:{name:"Posi\xE7\xE3o do t\xEDtulo do cofre",desc:"Escolha onde o t\xEDtulo do cofre \xE9 mostrado.",options:{header:"Mostrar no cabe\xE7alho",navigation:"Mostrar no painel de navega\xE7\xE3o"}},excludedFolders:{name:"Ocultar pastas (perfil do cofre)",desc:"Lista separada por v\xEDrgulas de pastas a ocultar. Padr\xF5es de nome: assets* (pastas que come\xE7am com assets), *_temp (terminam com _temp). Padr\xF5es de caminho: /arquivo (apenas arquivo raiz), /res* (pastas raiz que come\xE7am com res), /*/temp (pastas temp um n\xEDvel abaixo), /projetos/* (todas as pastas dentro de projetos).",placeholder:"modelos, assets*, /arquivo, /res*"},showFileDate:{name:"Mostrar data",desc:"Exibir a data abaixo dos nomes das notas."},alphabeticalDateMode:{name:"Ao ordenar por nome",desc:"Data a mostrar quando as notas s\xE3o ordenadas alfabeticamente.",options:{created:"Data de cria\xE7\xE3o",modified:"Data de modifica\xE7\xE3o"}},showFileTags:{name:"Mostrar tags de arquivo",desc:"Exibir tags clic\xE1veis em itens de arquivo."},showFileTagAncestors:{name:"Mostrar caminhos completos de tags",desc:"Exibir caminhos completos da hierarquia de tags. Ativado: 'ai/openai', 'trabalho/projetos/2024'. Desativado: 'openai', '2024'."},colorFileTags:{name:"Colorir tags de arquivo",desc:"Aplicar cores de tag aos emblemas de tag em itens de arquivo."},prioritizeColoredFileTags:{name:"Mostrar tags coloridas primeiro",desc:"Ordena as tags coloridas antes das outras tags nos itens de arquivo."},showFileTagsInCompactMode:{name:"Mostrar tags de arquivo no modo compacto",desc:"Exibir tags quando data, visualiza\xE7\xE3o e imagem est\xE3o ocultas."},showFileProperties:{name:"Mostrar propriedades de arquivo",desc:"Exibir propriedades clic\xE1veis nos itens de arquivo."},colorFileProperties:{name:"Colorir propriedades de arquivo",desc:"Aplicar cores de propriedade aos emblemas de propriedade nos itens de arquivo."},prioritizeColoredFileProperties:{name:"Mostrar propriedades coloridas primeiro",desc:"Ordenar propriedades coloridas antes de outras propriedades nos itens de arquivo."},showFilePropertiesInCompactMode:{name:"Mostrar propriedades no modo compacto",desc:"Exibir propriedades quando o modo compacto est\xE1 ativo."},notePropertyType:{name:"Propriedade da nota",desc:"Selecione a propriedade da nota para exibir nos itens de arquivo.",options:{frontmatter:"Propriedade frontmatter",wordCount:"Contagem de palavras",none:"Nenhum"}},propertyFields:{name:"Chaves de propriedades (perfil do cofre)",desc:"Chaves de propriedades de metadados, com visibilidade por chave para navega\xE7\xE3o e lista de arquivos.",addButtonTooltip:"Configurar chaves de propriedade",noneConfigured:"Nenhuma propriedade configurada",singleConfigured:"1 propriedade configurada: {properties}",multipleConfigured:"{count} propriedades configuradas: {properties}"},showPropertiesOnSeparateRows:{name:"Mostrar propriedades em linhas separadas",desc:"Mostrar cada propriedade na sua pr\xF3pria linha."},enablePropertyInternalLinks:{name:"Vincular etiquetas de propriedade a notas",desc:"Clique em uma etiqueta de propriedade para abrir a nota vinculada."},enablePropertyExternalLinks:{name:"Vincular etiquetas de propriedade a URLs",desc:"Clique em uma etiqueta de propriedade para abrir a URL vinculada."},dateFormat:{name:"Formato de data",desc:"Formato para exibir datas (usa formato Moment).",placeholder:"DD/MM/YYYY",help:`Formatos comuns: +DD/MM/YYYY = 25/05/2022 +D [de] MMMM [de] YYYY = 25 de maio de 2022 +YYYY-MM-DD = 2022-05-25 + +Tokens: +YYYY/YY = ano +MMMM/MMM/MM = m\xEAs +DD/D = dia +dddd/ddd = dia da semana`,helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment"},timeFormat:{name:"Formato de hora",desc:"Formato para exibir horas (usa formato Moment).",placeholder:"HH:mm",help:`Formatos comuns: +h:mm a = 2:30 PM (12 horas) +HH:mm = 14:30 (24 horas) +h:mm:ss a = 2:30:45 PM +HH:mm:ss = 14:30:45 + +Tokens: +HH/H = 24 horas +hh/h = 12 horas +mm = minutos +ss = segundos +a = AM/PM`,helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment"},showFilePreview:{name:"Mostrar visualiza\xE7\xE3o de nota",desc:"Exibir texto de visualiza\xE7\xE3o abaixo dos nomes das notas."},skipHeadingsInPreview:{name:"Pular cabe\xE7alhos na visualiza\xE7\xE3o",desc:"Pular linhas de cabe\xE7alho ao gerar texto de visualiza\xE7\xE3o."},skipCodeBlocksInPreview:{name:"Pular blocos de c\xF3digo na visualiza\xE7\xE3o",desc:"Pular blocos de c\xF3digo ao gerar texto de visualiza\xE7\xE3o."},stripHtmlInPreview:{name:"Remover HTML nas visualiza\xE7\xF5es",desc:"Remover tags HTML do texto de visualiza\xE7\xE3o. Pode afetar o desempenho em notas grandes."},stripLatexInPreview:{name:"Remover LaTeX nas visualiza\xE7\xF5es",desc:"Remover express\xF5es LaTeX inline e em bloco do texto de visualiza\xE7\xE3o."},previewProperties:{name:"Propriedades de visualiza\xE7\xE3o",desc:"Lista separada por v\xEDrgulas de propriedades do frontmatter para verificar texto de visualiza\xE7\xE3o. A primeira propriedade com texto ser\xE1 usada.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Recorrer ao conte\xFAdo da nota",desc:"Mostrar o conte\xFAdo da nota como visualiza\xE7\xE3o quando nenhuma das propriedades especificadas cont\xE9m texto."},previewRows:{name:"Linhas de visualiza\xE7\xE3o",desc:"N\xFAmero de linhas a exibir para texto de visualiza\xE7\xE3o.",options:{1:"1 linha",2:"2 linhas",3:"3 linhas",4:"4 linhas",5:"5 linhas"}},fileNameRows:{name:"Linhas de t\xEDtulo",desc:"N\xFAmero de linhas a exibir para t\xEDtulos de notas.",options:{1:"1 linha",2:"2 linhas"}},showFeatureImage:{name:"Mostrar imagem destacada",desc:"Exibe uma miniatura da primeira imagem encontrada na nota."},forceSquareFeatureImage:{name:"For\xE7ar imagem destacada quadrada",desc:"Renderizar imagens destacadas como miniaturas quadradas."},featureImageProperties:{name:"Propriedades de imagem",desc:"Lista separada por v\xEDrgulas de propriedades do frontmatter a verificar primeiro. Usa a primeira imagem no conte\xFAdo markdown como alternativa.",placeholder:"miniatura, featureRedimensionado, feature"},featureImageExcludeProperties:{name:"Excluir notas com propriedades",desc:"Lista separada por v\xEDrgulas de propriedades do frontmatter. Notas contendo qualquer uma dessas propriedades n\xE3o armazenam imagens de destaque.",placeholder:"private, confidential"},featureImageSize:{name:"Tamanho de exibi\xE7\xE3o da imagem de destaque",desc:"Tamanho m\xE1ximo de renderiza\xE7\xE3o para imagens de destaque em listas de notas.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"Tamanho em pixels da imagem de destaque",desc:"Resolu\xE7\xE3o usada ao gerar miniaturas armazenadas de imagens de destaque. Aumente esse valor se as visualiza\xE7\xF5es maiores ficarem borradas.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Baixar imagens externas",desc:"Baixar imagens remotas e miniaturas do YouTube para imagens de destaque."},showRootFolder:{name:"Mostrar pasta raiz",desc:"Exibir o nome do cofre como a pasta raiz na \xE1rvore."},showFolderIcons:{name:"Mostrar \xEDcones de pastas",desc:"Exibir \xEDcones ao lado das pastas no painel de navega\xE7\xE3o."},inheritFolderColors:{name:"Herdar cores de pastas",desc:"Pastas filhas herdam cor das pastas pai."},folderSortOrder:{name:"Ordem de classifica\xE7\xE3o de pastas",desc:"Clique com o bot\xE3o direito em qualquer pasta para definir uma ordem de classifica\xE7\xE3o diferente para seus subitens.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A"}},showNoteCount:{name:"Mostrar contagem de notas",desc:"Exibir o n\xFAmero de notas ao lado de cada pasta e tag."},showSectionIcons:{name:"Mostrar \xEDcones para atalhos e itens recentes",desc:"Exibir \xEDcones ao lado dos itens nas se\xE7\xF5es Atalhos e Recentes."},interfaceIcons:{name:"\xCDcones da interface",desc:"Editar \xEDcones da barra de ferramentas, pastas, tags, itens fixados, pesquisa e ordena\xE7\xE3o.",buttonText:"Editar \xEDcones"},showIconsColorOnly:{name:"Aplicar cor apenas aos \xEDcones",desc:"Quando ativado, cores personalizadas s\xE3o aplicadas apenas aos \xEDcones. Quando desativado, as cores s\xE3o aplicadas aos \xEDcones e aos r\xF3tulos de texto."},navRainbowMode:{name:"Modo de cores arco-\xEDris (perfil do cofre)",desc:"Aplicar cores arco-\xEDris no painel de navega\xE7\xE3o.",options:{none:"Desativado",foreground:"Cor do texto",background:"Cor de fundo"}},navRainbowFirstColor:{name:"Primeira cor",desc:"Primeira cor no gradiente arco-\xEDris."},navRainbowLastColor:{name:"\xDAltima cor",desc:"\xDAltima cor no gradiente arco-\xEDris."},navRainbowTransitionStyle:{name:"Estilo de transi\xE7\xE3o",desc:"Interpola\xE7\xE3o utilizada entre a primeira e a \xFAltima cor.",options:{hue:"Matiz",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"Aplicar aos atalhos",desc:"Aplicar cores arco-\xEDris aos atalhos."},navRainbowApplyToRecent:{name:"Aplicar aos itens recentes",desc:"Aplicar cores arco-\xEDris aos itens recentes."},navRainbowApplyToFolders:{name:"Aplicar \xE0s pastas",desc:"Aplicar cores arco-\xEDris \xE0s pastas."},navRainbowFolderScope:{name:"Escopo de pastas",desc:"Selecionar quais n\xEDveis de pasta iniciam atribui\xE7\xF5es de cor.",options:{root:"N\xEDvel raiz",child:"N\xEDvel filho",all:"Todos os n\xEDveis"}},navRainbowApplyToTags:{name:"Aplicar \xE0s tags",desc:"Aplicar cores arco-\xEDris \xE0s tags."},navRainbowTagScope:{name:"Escopo de tags",desc:"Selecionar quais n\xEDveis de tag iniciam atribui\xE7\xF5es de cor.",options:{root:"N\xEDvel raiz",child:"N\xEDvel filho",all:"Todos os n\xEDveis"}},navRainbowApplyToProperties:{name:"Aplicar \xE0s propriedades",desc:"Aplicar cores arco-\xEDris \xE0s propriedades."},navRainbowBalanceHueLuminance:{name:"Brilho consistente entre matizes",desc:"Interpola o brilho entre as cores inicial e final durante as transi\xE7\xF5es de matiz."},navRainbowSeparateThemeColors:{name:"Cores separadas para modo claro e escuro",desc:"Usar cores de arco-\xEDris diferentes para o modo claro e o modo escuro."},navRainbowCopyLightToDark:"Copiar cor do modo claro para o modo escuro",navRainbowPropertyScope:{name:"Escopo de propriedades",desc:"Selecionar quais n\xEDveis de propriedade iniciam atribui\xE7\xF5es de cor.",options:{root:"N\xEDvel raiz",child:"N\xEDvel filho",all:"Todos os n\xEDveis"}},collapseBehavior:{name:"Recolher itens",desc:"Escolha o que o bot\xE3o expandir/recolher tudo afeta.",options:{all:"Tudo",foldersOnly:"Apenas pastas",tagsOnly:"Apenas tags",propertiesOnly:"Apenas propriedades"}},smartCollapse:{name:"Manter item selecionado expandido",desc:"Ao recolher, manter o item selecionado e seus pais expandidos."},navIndent:{name:"Indenta\xE7\xE3o da \xE1rvore",desc:"Ajustar a largura da indenta\xE7\xE3o para pastas e tags aninhadas."},navItemHeight:{name:"Altura do item",desc:"Ajustar a altura de pastas e tags no painel de navega\xE7\xE3o."},navItemHeightScaleText:{name:"Dimensionar texto com altura do item",desc:"Reduzir o tamanho do texto de navega\xE7\xE3o quando a altura do item \xE9 diminu\xEDda."},showIndentGuides:{name:"Mostrar guias de recuo",desc:"Exibir guias de recuo para pastas e tags aninhadas."},navRootSpacing:{name:"Espa\xE7amento de item raiz",desc:"Espa\xE7amento entre pastas e tags de n\xEDvel raiz."},showTags:{name:"Mostrar tags",desc:"Exibir se\xE7\xE3o de tags no navegador."},showTagIcons:{name:"Mostrar \xEDcones de tags",desc:"Exibir \xEDcones ao lado das tags no painel de navega\xE7\xE3o."},inheritTagColors:{name:"Herdar cores das tags",desc:"As tags filhas herdam a cor das tags pai."},tagSortOrder:{name:"Ordem de classifica\xE7\xE3o de tags",desc:"Clique com o bot\xE3o direito em qualquer tag para definir uma ordem de classifica\xE7\xE3o diferente para seus subitens.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frequ\xEAncia",lowToHigh:"baixa para alta",highToLow:"alta para baixa"}},showAllTagsFolder:{name:"Mostrar pasta de tags",desc:'Exibir "Tags" como uma pasta recolh\xEDvel.'},showUntagged:{name:"Mostrar notas sem tags",desc:'Exibir item "Sem tags" para notas sem tags.'},scopeTagsToCurrentContext:{name:"Filtrar tags por sele\xE7\xE3o",desc:"Mostrar apenas tags que aparecem em notas na pasta ou propriedade selecionada."},keepEmptyTagsProperty:{name:"Manter propriedade de tags ap\xF3s remover \xFAltima tag",desc:"Manter a propriedade de tags do frontmatter quando todas as tags forem removidas. Quando desativado, a propriedade de tags \xE9 exclu\xEDda do frontmatter."},showProperties:{name:"Mostrar propriedades",desc:"Exibir a se\xE7\xE3o de propriedades no navegador.",propertyKeysInfoPrefix:"Configurar propriedades em ",propertyKeysInfoLinkText:"Geral > Chaves de propriedades",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Mostrar \xEDcones de propriedades",desc:"Exibir \xEDcones ao lado das propriedades no painel de navega\xE7\xE3o."},inheritPropertyColors:{name:"Herdar cores de propriedade",desc:"Os valores de propriedade herdam a cor e o fundo da sua chave de propriedade."},propertySortOrder:{name:"Ordem de classifica\xE7\xE3o de propriedades",desc:"Clique com o bot\xE3o direito em qualquer propriedade para definir uma ordem de classifica\xE7\xE3o diferente para seus valores.",options:{alphaAsc:"A a Z",alphaDesc:"Z a A",frequency:"Frequ\xEAncia",lowToHigh:"baixo a alto",highToLow:"alto a baixo"}},showAllPropertiesFolder:{name:"Mostrar pasta de propriedades",desc:'Exibir "Propriedades" como uma pasta recolh\xEDvel.'},scopePropertiesToCurrentContext:{name:"Filtrar propriedades por sele\xE7\xE3o",desc:"Mostrar apenas propriedades que aparecem em notas na pasta ou tag selecionada."},hiddenTags:{name:"Ocultar tags (perfil do cofre)",desc:"Lista de padr\xF5es de tags separados por v\xEDrgulas. Padr\xF5es de nome: tag* (come\xE7a com), *tag (termina com). Padr\xF5es de caminho: arquivo (tag e descendentes), arquivo/* (apenas descendentes), projetos/*/rascunhos (curinga intermedi\xE1rio).",placeholder:"arquivo*, *rascunho, projetos/*/antigo"},hiddenFileTags:{name:"Ocultar notas com tags (perfil do cofre)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Ativar notas de pasta",desc:"As pastas com um arquivo de nota correspondente s\xE3o exibidas como links clic\xE1veis."},folderNoteType:{name:"Tipo de nota de pasta padr\xE3o",desc:"Tipo de nota de pasta criado a partir do menu de contexto.",options:{ask:"Perguntar ao criar",markdown:"Markdown",canvas:"Tela",base:"Base"}},folderNoteName:{name:"Nome da nota de pasta",desc:"Nome da nota de pasta sem extens\xE3o. Deixe em branco para usar o mesmo nome da pasta.",placeholder:"index"},folderNoteNamePattern:{name:"Padr\xE3o de nome da nota de pasta",desc:"Padr\xE3o de nome para notas de pasta sem extens\xE3o. Use {{folder}} para inserir o nome da pasta. Quando definido, o nome da nota de pasta n\xE3o se aplica."},folderNoteTemplate:{name:"Modelo de nota de pasta",desc:"Arquivo de modelo para novas notas de pasta Markdown. Definir localiza\xE7\xE3o da pasta de modelos em Geral > Modelos."},enableFolderNoteLinks:{name:"Ativar links de notas de pasta",desc:"Os r\xF3tulos das pastas s\xE3o exibidos como links e abrem notas de pasta ao clicar. Quando desativado, as notas de pasta continuam fornecendo metadados de nome, \xEDcone e cor."},hideFolderNoteInList:{name:"Ocultar notas de pasta na lista",desc:"Ocultar notas de pasta da lista de arquivos."},pinCreatedFolderNote:{name:"Fixar notas de pasta criadas",desc:"Fixar notas de pasta ao cri\xE1-las pelo menu de contexto."},openFolderNotesInNewTab:{name:"Abrir notas de pasta em nova aba",desc:"Abrir notas de pasta em uma nova aba ao clicar em uma pasta."},confirmBeforeDelete:{name:"Confirmar antes de excluir",desc:"Mostrar di\xE1logo de confirma\xE7\xE3o ao excluir notas ou pastas"},deleteAttachments:{name:"Excluir anexos ao excluir arquivos",desc:"Remover automaticamente os anexos vinculados ao arquivo exclu\xEDdo se n\xE3o forem usados em outro lugar",options:{ask:"Perguntar sempre",always:"Sempre",never:"Nunca"}},moveFileConflicts:{name:"Conflitos de movimenta\xE7\xE3o",desc:"Ao mover um arquivo para uma pasta onde j\xE1 existe um arquivo com o mesmo nome. Perguntar sempre (renomear, sobrescrever, cancelar) ou sempre renomear.",options:{ask:"Perguntar sempre",rename:"Sempre renomear"}},metadataCleanup:{name:"Limpar metadados",desc:"Remove metadados \xF3rf\xE3os deixados para tr\xE1s quando arquivos, pastas ou tags s\xE3o exclu\xEDdos, movidos ou renomeados fora do Obsidian. Isso afeta apenas o arquivo de configura\xE7\xF5es do Notebook Navigator.",buttonText:"Limpar metadados",error:"Falha na limpeza de configura\xE7\xF5es",loading:"Verificando metadados...",statusClean:"Sem metadados para limpar",statusCounts:"Itens \xF3rf\xE3os: {folders} pastas, {tags} tags, {properties} propriedades, {files} arquivos, {pinned} fixa\xE7\xF5es, {separators} separadores"},rebuildCache:{name:"Reconstruir cache",desc:"Use isso se voc\xEA tiver tags ausentes, visualiza\xE7\xF5es incorretas ou imagens destacadas ausentes. Isso pode acontecer ap\xF3s conflitos de sincroniza\xE7\xE3o ou fechamentos inesperados.",buttonText:"Reconstruir cache",error:"Falha ao reconstruir cache",indexingTitle:"Indexando o cofre...",progress:"Atualizando o cache do Notebook Navigator."},externalIcons:{downloadButton:"Baixar",downloadingLabel:"Baixando...",removeButton:"Remover",statusInstalled:"Baixado (vers\xE3o {version})",statusNotInstalled:"N\xE3o baixado",versionUnknown:"desconhecida",downloadFailed:"Falha ao baixar {name}. Verifique sua conex\xE3o e tente novamente.",removeFailed:"Falha ao remover {name}.",infoNote:"Pacotes de \xEDcones baixados sincronizam o estado de instala\xE7\xE3o entre dispositivos. Os pacotes de \xEDcones permanecem no banco de dados local em cada dispositivo; a sincroniza\xE7\xE3o apenas rastreia se devem ser baixados ou removidos. Pacotes de \xEDcones s\xE3o baixados do reposit\xF3rio Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Usar metadados do frontmatter",desc:"Usar frontmatter para nome da nota, timestamps, \xEDcones e cores"},frontmatterIconField:{name:"Campo de \xEDcone",desc:"Campo do frontmatter para \xEDcones de arquivo. Deixe em branco para usar \xEDcones armazenados nas configura\xE7\xF5es.",placeholder:"icon"},frontmatterColorField:{name:"Campo de cor",desc:"Campo do frontmatter para cores de arquivo. Deixe em branco para usar cores armazenadas nas configura\xE7\xF5es.",placeholder:"color"},frontmatterBackgroundField:{name:"Campo de fundo",desc:"Campo do frontmatter para cores de fundo. Deixe em branco para usar cores de fundo armazenadas nas configura\xE7\xF5es.",placeholder:"background"},frontmatterMigration:{name:"Migrar \xEDcones e cores das configura\xE7\xF5es",desc:"Armazenado nas configura\xE7\xF5es: {icons} \xEDcones, {colors} cores.",button:"Migrar",buttonWorking:"Migrando...",noticeNone:"Sem \xEDcones ou cores de arquivo armazenados nas configura\xE7\xF5es.",noticeDone:"Migrados {migratedIcons}/{icons} \xEDcones, {migratedColors}/{colors} cores.",noticeFailures:"Entradas com falha: {failures}.",noticeError:"Falha na migra\xE7\xE3o. Verifique o console para detalhes."},frontmatterNameField:{name:"Campos de nome",desc:"Lista de campos frontmatter separados por v\xEDrgula. O primeiro valor n\xE3o vazio \xE9 usado. Usa o nome do arquivo como alternativa.",placeholder:"title, name"},frontmatterCreatedField:{name:"Campo de timestamp de cria\xE7\xE3o",desc:"Nome do campo do frontmatter para o timestamp de cria\xE7\xE3o. Deixe em branco para usar apenas a data do sistema de arquivos.",placeholder:"created"},frontmatterModifiedField:{name:"Campo de timestamp de modifica\xE7\xE3o",desc:"Nome do campo do frontmatter para o timestamp de modifica\xE7\xE3o. Deixe em branco para usar apenas a data do sistema de arquivos.",placeholder:"modified"},frontmatterDateFormat:{name:"Formato de timestamp",desc:"Formato usado para analisar timestamps no frontmatter. Deixe em branco para usar parsing ISO 8601.",helpTooltip:"Formato usando Moment",momentLinkText:"formato Moment",help:`Formatos comuns: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Apoiar o desenvolvimento",desc:"Se voc\xEA adora usar o Notebook Navigator, considere apoiar seu desenvolvimento cont\xEDnuo.",buttonText:"\u2764\uFE0F Patrocinar",coffeeButton:"\u2615\uFE0F Me pague um caf\xE9"},updateCheckOnStart:{name:"Verificar nova vers\xE3o ao iniciar",desc:"Verifica novas vers\xF5es do plugin na inicializa\xE7\xE3o e mostra uma notifica\xE7\xE3o quando uma atualiza\xE7\xE3o est\xE1 dispon\xEDvel. As verifica\xE7\xF5es ocorrem no m\xE1ximo uma vez por dia.",status:"Nova vers\xE3o dispon\xEDvel: {version}"},whatsNew:{name:"O que h\xE1 de novo no Notebook Navigator {version}",desc:"Veja atualiza\xE7\xF5es e melhorias recentes",buttonText:"Ver atualiza\xE7\xF5es recentes"},masteringVideo:{name:"Dominando o Notebook Navigator (v\xEDdeo)",desc:"Este v\xEDdeo cobre tudo o que voc\xEA precisa para ser produtivo no Notebook Navigator, incluindo atalhos de teclado, busca, tags e personaliza\xE7\xE3o avan\xE7ada."},cacheStatistics:{localCache:"Cache local",items:"itens",withTags:"com tags",withPreviewText:"com texto de visualiza\xE7\xE3o",withFeatureImage:"com imagem destacada",withMetadata:"com metadados"},metadataInfo:{successfullyParsed:"Analisados com sucesso",itemsWithName:"itens com nome",withCreatedDate:"com data de cria\xE7\xE3o",withModifiedDate:"com data de modifica\xE7\xE3o",withIcon:"com \xEDcone",withColor:"com cor",failedToParse:"Falha ao analisar",createdDates:"datas de cria\xE7\xE3o",modifiedDates:"datas de modifica\xE7\xE3o",checkTimestampFormat:"Verifique seu formato de timestamp.",exportFailed:"Exportar erros"}}},whatsNew:{title:"O que h\xE1 de novo no Notebook Navigator",supportMessage:"Se voc\xEA acha o Notebook Navigator \xFAtil, considere apoiar seu desenvolvimento.",supportButton:"Me pague um caf\xE9",thanksButton:"Obrigado!"}}});var KO,qO=He(()=>{KO={common:{cancel:"\u041E\u0442\u043C\u0435\u043D\u0430",delete:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",remove:"\u0423\u0431\u0440\u0430\u0442\u044C",restoreDefault:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",submit:"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C",configure:"\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C",lightMode:"\u0421\u0432\u0435\u0442\u043B\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",darkMode:"\u0422\u0451\u043C\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",noSelection:"\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u0432\u044B\u0431\u0440\u0430\u043D\u043E",untagged:"\u0411\u0435\u0437 \u0442\u0435\u0433\u043E\u0432",featureImageAlt:"\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435",unknownError:"\u041D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u0430\u044F \u043E\u0448\u0438\u0431\u043A\u0430",clipboardWriteError:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u043F\u0438\u0441\u0430\u0442\u044C \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",updateBannerTitle:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 Notebook Navigator",updateBannerInstruction:"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u0435 \u0432 \u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 -> \u0421\u0442\u043E\u0440\u043E\u043D\u043D\u0438\u0435 \u043F\u043B\u0430\u0433\u0438\u043D\u044B",previous:"\u041D\u0430\u0437\u0430\u0434",next:"\u0412\u043F\u0435\u0440\u0451\u0434"},listPane:{emptyStateNoSelection:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0430\u043F\u043A\u0443 \u0438\u043B\u0438 \u0442\u0435\u0433 \u0434\u043B\u044F \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430 \u0437\u0430\u043C\u0435\u0442\u043E\u043A",emptyStateNoNotes:"\u041D\u0435\u0442 \u0437\u0430\u043C\u0435\u0442\u043E\u043A",pinnedSection:"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0435",notesSection:"\u0417\u0430\u043C\u0435\u0442\u043A\u0438",filesSection:"\u0424\u0430\u0439\u043B\u044B",hiddenItemAriaLabel:"{name} (\u0441\u043A\u0440\u044B\u0442\u043E)"},tagList:{untaggedLabel:"\u0411\u0435\u0437 \u0442\u0435\u0433\u043E\u0432",tags:"\u0422\u0435\u0433\u0438"},navigationPane:{shortcutsHeader:"\u042F\u0440\u043B\u044B\u043A\u0438",recentFilesHeader:"\u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B",properties:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430",reorderRootFoldersTitle:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",reorderRootFoldersHint:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0441\u0442\u0440\u0435\u043B\u043A\u0438 \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u0435",vaultRootLabel:"\u0425\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0435",resetRootToAlpha:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432 \u0430\u043B\u0444\u0430\u0432\u0438\u0442\u043D\u044B\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A",resetRootToFrequency:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E \u0447\u0430\u0441\u0442\u043E\u0442\u0435",pinShortcuts:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438",pinShortcutsAndRecentFiles:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0438 \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B",unpinShortcuts:"\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438",unpinShortcutsAndRecentFiles:"\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438 \u0438 \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B",profileMenuAria:"\u0421\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430"},navigationCalendar:{ariaLabel:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",dailyNotesNotEnabled:"\u041F\u043B\u0430\u0433\u0438\u043D \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u044B\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043D\u0435 \u0432\u043A\u043B\u044E\u0447\u0451\u043D.",createDailyNote:{title:"\u041D\u043E\u0432\u0430\u044F \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",message:"\u0424\u0430\u0439\u043B {filename} \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u0425\u043E\u0442\u0438\u0442\u0435 \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u0435\u0433\u043E?",confirmButton:"\u0421\u043E\u0437\u0434\u0430\u0442\u044C"},helpModal:{title:"\u0413\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F",items:["\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0434\u0435\u043D\u044C, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0438\u043B\u0438 \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443. \u041D\u0435\u0434\u0435\u043B\u0438, \u043C\u0435\u0441\u044F\u0446\u044B, \u043A\u0432\u0430\u0440\u0442\u0430\u043B\u044B \u0438 \u0433\u043E\u0434\u044B \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0442 \u0442\u0430\u043A\u0438\u043C \u0436\u0435 \u043E\u0431\u0440\u0430\u0437\u043E\u043C.","\u0417\u0430\u043A\u0440\u0430\u0448\u0435\u043D\u043D\u0430\u044F \u0442\u043E\u0447\u043A\u0430 \u043F\u043E\u0434 \u0434\u043D\u0451\u043C \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043D\u0430\u043B\u0438\u0447\u0438\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438. \u041F\u0443\u0441\u0442\u0430\u044F \u0442\u043E\u0447\u043A\u0430 \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442 \u043D\u0430\u043B\u0438\u0447\u0438\u0435 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0445 \u0437\u0430\u0434\u0430\u0447.","\u0415\u0441\u043B\u0438 \u0443 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0435\u0441\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435-\u043E\u0431\u043B\u043E\u0436\u043A\u0430, \u043E\u043D\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u043A\u0430\u043A \u0444\u043E\u043D \u0434\u043D\u044F."],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u043A\u043B\u0438\u043A \u043F\u043E \u0434\u0430\u0442\u0435 \u0434\u043B\u044F \u0444\u0438\u043B\u044C\u0442\u0440\u0430\u0446\u0438\u0438 \u043F\u043E \u044D\u0442\u043E\u0439 \u0434\u0430\u0442\u0435 \u0432 \u0441\u043F\u0438\u0441\u043A\u0435 \u0444\u0430\u0439\u043B\u043E\u0432.",dateFilterOptionAlt:"`Option/Alt`+\u043A\u043B\u0438\u043A \u043F\u043E \u0434\u0430\u0442\u0435 \u0434\u043B\u044F \u0444\u0438\u043B\u044C\u0442\u0440\u0430\u0446\u0438\u0438 \u043F\u043E \u044D\u0442\u043E\u0439 \u0434\u0430\u0442\u0435 \u0432 \u0441\u043F\u0438\u0441\u043A\u0435 \u0444\u0430\u0439\u043B\u043E\u0432."}},dailyNotes:{templateReadFailed:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0438.",createFailed:"\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443."},shortcuts:{folderExists:"\u041F\u0430\u043F\u043A\u0430 \u0443\u0436\u0435 \u0432 \u044F\u0440\u043B\u044B\u043A\u0430\u0445",noteExists:"\u0417\u0430\u043C\u0435\u0442\u043A\u0430 \u0443\u0436\u0435 \u0432 \u044F\u0440\u043B\u044B\u043A\u0430\u0445",tagExists:"\u0422\u0435\u0433 \u0443\u0436\u0435 \u0432 \u044F\u0440\u043B\u044B\u043A\u0430\u0445",propertyExists:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u0443\u0436\u0435 \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445",invalidProperty:"\u041D\u0435\u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u0430\u044F \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430",searchExists:"\u042F\u0440\u043B\u044B\u043A \u043F\u043E\u0438\u0441\u043A\u0430 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442",emptySearchQuery:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u0438\u0441\u043A\u043E\u0432\u044B\u0439 \u0437\u0430\u043F\u0440\u043E\u0441 \u043F\u0435\u0440\u0435\u0434 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C",emptySearchName:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u0435\u0440\u0435\u0434 \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435\u043C \u043F\u043E\u0438\u0441\u043A\u0430",add:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432 \u044F\u0440\u043B\u044B\u043A\u0438",addNotesCount:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u044F\u0440\u043B\u044B\u043A\u0438",addFilesCount:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u044F\u0440\u043B\u044B\u043A\u0438",rename:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u044F\u0440\u043B\u044B\u043A",remove:"\u0423\u0431\u0440\u0430\u0442\u044C \u0438\u0437 \u044F\u0440\u043B\u044B\u043A\u043E\u0432",removeAll:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u044F\u0440\u043B\u044B\u043A\u0438",removeAllConfirm:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u044F\u0440\u043B\u044B\u043A\u0438?",folderNotesPinned:"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u0435\u043D\u043E \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043F\u0430\u043F\u043E\u043A: {count}"},paneHeader:{collapseAllFolders:"\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",expandAllFolders:"\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",showCalendar:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",hideCalendar:"\u0421\u043A\u0440\u044B\u0442\u044C \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",newFolder:"\u041D\u043E\u0432\u0430\u044F \u043F\u0430\u043F\u043A\u0430",newNote:"\u041D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",mobileBackToNavigation:"\u041D\u0430\u0437\u0430\u0434 \u043A \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",changeSortOrder:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0443",defaultSort:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",descendants:"\u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432",subfolders:"\u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A",subtags:"\u043F\u043E\u0434\u0442\u0435\u0433\u043E\u0432",childValues:"\u0434\u043E\u0447\u0435\u0440\u043D\u0438\u0445 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439",applySortToDescendants:t=>`\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0443 \u0434\u043B\u044F ${t}`,applyAppearanceToDescendants:t=>`\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u043E\u0444\u043E\u0440\u043C\u043B\u0435\u043D\u0438\u0435 \u0434\u043B\u044F ${t}`,showFolders:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E",reorderRootFolders:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",finishRootFolderReorder:"\u0413\u043E\u0442\u043E\u0432\u043E",showExcludedItems:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u043F\u0430\u043F\u043A\u0438, \u0442\u0435\u0433\u0438 \u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",hideExcludedItems:"\u0421\u043A\u0440\u044B\u0442\u044C \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u043F\u0430\u043F\u043A\u0438, \u0442\u0435\u0433\u0438 \u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",showDualPane:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0434\u0432\u043E\u0439\u043D\u0443\u044E \u043F\u0430\u043D\u0435\u043B\u044C",showSinglePane:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0434\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C",changeAppearance:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u043D\u0435\u0448\u043D\u0438\u0439 \u0432\u0438\u0434",showNotesFromSubfolders:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A",showFilesFromSubfolders:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B \u0438\u0437 \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A",showNotesFromDescendants:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432",showFilesFromDescendants:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B \u0438\u0437 \u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432",search:"\u041F\u043E\u0438\u0441\u043A"},searchInput:{placeholder:"\u041F\u043E\u0438\u0441\u043A...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0438\u0441\u043A",switchToFilterSearch:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 \u043F\u043E\u0438\u0441\u043A \u0441 \u0444\u0438\u043B\u044C\u0442\u0440\u043E\u043C",switchToOmnisearch:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430 Omnisearch",saveSearchShortcut:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A \u043F\u043E\u0438\u0441\u043A\u0430",removeSearchShortcut:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A \u043F\u043E\u0438\u0441\u043A\u0430",shortcutModalTitle:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u044F\u0440\u043B\u044B\u043A \u043F\u043E\u0438\u0441\u043A\u0430",shortcutNamePlaceholder:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u044F\u0440\u043B\u044B\u043A\u0430",shortcutStartIn:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C \u0432: {path}",searchHelp:"\u0421\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441 \u043F\u043E\u0438\u0441\u043A\u0430",searchHelpTitle:"\u0421\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441 \u043F\u043E\u0438\u0441\u043A\u0430",searchHelpModal:{intro:"\u041A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u0443\u0439\u0442\u0435 \u0438\u043C\u0435\u043D\u0430 \u0444\u0430\u0439\u043B\u043E\u0432, \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430, \u0442\u0435\u0433\u0438, \u0434\u0430\u0442\u044B \u0438 \u0444\u0438\u043B\u044C\u0442\u0440\u044B \u0432 \u043E\u0434\u043D\u043E\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0435 (\u043D\u0430\u043F\u0440. `meeting .status=active #work @thisweek`). \u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u043F\u043B\u0430\u0433\u0438\u043D Omnisearch \u0434\u043B\u044F \u043F\u043E\u043B\u043D\u043E\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u0438\u0441\u043A\u0430.",introSwitching:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435\u0441\u044C \u043C\u0435\u0436\u0434\u0443 \u043F\u043E\u0438\u0441\u043A\u043E\u043C \u043F\u043E \u0444\u0438\u043B\u044C\u0442\u0440\u0443 \u0438 Omnisearch \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043B\u0430\u0432\u0438\u0448 \u0441\u0442\u0440\u0435\u043B\u043E\u043A \u0432\u0432\u0435\u0440\u0445/\u0432\u043D\u0438\u0437 \u0438\u043B\u0438 \u043D\u0430\u0436\u0430\u0432 \u043D\u0430 \u0437\u043D\u0430\u0447\u043E\u043A \u043F\u043E\u0438\u0441\u043A\u0430.",sections:{fileNames:{title:"\u0418\u043C\u0435\u043D\u0430 \u0444\u0430\u0439\u043B\u043E\u0432",items:['`word` \u041D\u0430\u0439\u0442\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u043E\u043C "word" \u0432 \u0438\u043C\u0435\u043D\u0438 \u0444\u0430\u0439\u043B\u0430.',"`word1 word2` \u041A\u0430\u0436\u0434\u043E\u0435 \u0441\u043B\u043E\u0432\u043E \u0434\u043E\u043B\u0436\u043D\u043E \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0438\u043C\u0435\u043D\u0438 \u0444\u0430\u0439\u043B\u0430.",'`-word` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441\u043E \u0441\u043B\u043E\u0432\u043E\u043C "word" \u0432 \u0438\u043C\u0435\u043D\u0438 \u0444\u0430\u0439\u043B\u0430.']},tags:{title:"\u0422\u0435\u0433\u0438",items:["`#tag` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0442\u0435\u0433\u043E\u043C (\u0442\u0430\u043A\u0436\u0435 \u043D\u0430\u0445\u043E\u0434\u0438\u0442 \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u044B\u0435 \u0442\u0435\u0433\u0438 \u043A\u0430\u043A `#tag/subtag`).","`#` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0442\u0435\u0433\u0430\u043C\u0438.","`-#tag` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0442\u0435\u0433\u043E\u043C.","`-#` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0431\u0435\u0437 \u0442\u0435\u0433\u043E\u0432.","`#tag1 #tag2` \u041D\u0430\u0439\u0442\u0438 \u043E\u0431\u0430 \u0442\u0435\u0433\u0430 (\u043D\u0435\u044F\u0432\u043D\u043E\u0435 AND).","`#tag1 AND #tag2` \u041D\u0430\u0439\u0442\u0438 \u043E\u0431\u0430 \u0442\u0435\u0433\u0430 (\u044F\u0432\u043D\u043E\u0435 AND).","`#tag1 OR #tag2` \u041D\u0430\u0439\u0442\u0438 \u043B\u044E\u0431\u043E\u0439 \u0438\u0437 \u0442\u0435\u0433\u043E\u0432.","`#a OR #b AND #c` AND \u0438\u043C\u0435\u0435\u0442 \u0431\u043E\u043B\u044C\u0448\u0438\u0439 \u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442: \u043D\u0430\u0445\u043E\u0434\u0438\u0442 `#a`, \u0438\u043B\u0438 \u043E\u0431\u0430 `#b` \u0438 `#c`.","Cmd/Ctrl+\u041A\u043B\u0438\u043A \u043F\u043E \u0442\u0435\u0433\u0443 \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0441 AND. Cmd/Ctrl+Shift+\u041A\u043B\u0438\u043A \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0441 OR."]},properties:{title:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430",items:["`.key` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u043A\u043B\u044E\u0447\u043E\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430.","`.key=value` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430.",'`."Reading Status"` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u043A\u043B\u044E\u0447\u043E\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430, \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u043C \u043F\u0440\u043E\u0431\u0435\u043B\u044B.','`."Reading Status"="In Progress"` \u041A\u043B\u044E\u0447\u0438 \u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0441 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438 \u0434\u043E\u043B\u0436\u043D\u044B \u0431\u044B\u0442\u044C \u0437\u0430\u043A\u043B\u044E\u0447\u0435\u043D\u044B \u0432 \u0434\u0432\u043E\u0439\u043D\u044B\u0435 \u043A\u0430\u0432\u044B\u0447\u043A\u0438.',"`-.key` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u043A\u043B\u044E\u0447\u043E\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430.","`-.key=value` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430.","Cmd/Ctrl+\u041A\u043B\u0438\u043A \u043F\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0443 \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0441 AND. Cmd/Ctrl+Shift+\u041A\u043B\u0438\u043A \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0441 OR."]},tasks:{title:"\u0424\u0438\u043B\u044C\u0442\u0440\u044B",items:["`has:task` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u043C\u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043C\u0438.","`-has:task` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u043C\u0438 \u0437\u0430\u0434\u0430\u0447\u0430\u043C\u0438.","`folder:meetings` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438, \u0433\u0434\u0435 \u0438\u043C\u044F \u043F\u0430\u043F\u043A\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 `meetings`.","`folder:/work/meetings` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0432 `work/meetings` (\u043D\u0435 \u043F\u043E\u0434\u043F\u0430\u043F\u043A\u0438).","`folder:/` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u043A\u043E\u0440\u043D\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430.","`-folder:archive` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438, \u0433\u0434\u0435 \u0438\u043C\u044F \u043F\u0430\u043F\u043A\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 `archive`.","`-folder:/archive` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0432 `archive` (\u043D\u0435 \u043F\u043E\u0434\u043F\u0430\u043F\u043A\u0438).","`ext:md` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435\u043C `md` (`ext:.md` \u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044F).","`-ext:pdf` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435\u043C `pdf`.","\u041A\u043E\u043C\u0431\u0438\u043D\u0438\u0440\u0443\u0439\u0442\u0435 \u0441 \u0442\u0435\u0433\u0430\u043C\u0438, \u0438\u043C\u0435\u043D\u0430\u043C\u0438 \u0438 \u0434\u0430\u0442\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435 AND/OR",items:["`AND` \u0438 `OR` \u044F\u0432\u043B\u044F\u044E\u0442\u0441\u044F \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0430\u043C\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0437\u0430\u043F\u0440\u043E\u0441\u0430\u0445, \u0441\u043E\u0441\u0442\u043E\u044F\u0449\u0438\u0445 \u0438\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0438\u0437 \u0442\u0435\u0433\u043E\u0432 \u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432.","\u0417\u0430\u043F\u0440\u043E\u0441\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u0441 \u0442\u0435\u0433\u0430\u043C\u0438 \u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u0444\u0438\u043B\u044C\u0442\u0440\u044B \u0442\u0435\u0433\u043E\u0432 \u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","\u0415\u0441\u043B\u0438 \u0437\u0430\u043F\u0440\u043E\u0441 \u0432\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u0438\u043C\u0435\u043D\u0430, \u0434\u0430\u0442\u044B (`@...`), \u0444\u0438\u043B\u044C\u0442\u0440\u044B \u0437\u0430\u0434\u0430\u0447 (`has:task`), \u0444\u0438\u043B\u044C\u0442\u0440\u044B \u043F\u0430\u043F\u043E\u043A (`folder:...`) \u0438\u043B\u0438 \u0444\u0438\u043B\u044C\u0442\u0440\u044B \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439 (`ext:...`), `AND` \u0438 `OR` \u0438\u0449\u0443\u0442\u0441\u044F \u043A\u0430\u043A \u0441\u043B\u043E\u0432\u0430.","\u041F\u0440\u0438\u043C\u0435\u0440 \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u0441 \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0430\u043C\u0438: `#work OR .status=started`.","\u041F\u0440\u0438\u043C\u0435\u0440 \u0441\u043C\u0435\u0448\u0430\u043D\u043D\u043E\u0433\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0430: `#work OR ext:md` (`OR` \u0438\u0449\u0435\u0442\u0441\u044F \u0432 \u0438\u043C\u0435\u043D\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432)."]},dates:{title:"\u0414\u0430\u0442\u044B",items:["`@today` \u041D\u0430\u0439\u0442\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0437\u0430 \u0441\u0435\u0433\u043E\u0434\u043D\u044F, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u043F\u043E\u043B\u0435 \u0434\u0430\u0442\u044B \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` \u041E\u0442\u043D\u043E\u0441\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D\u044B \u0434\u0430\u0442.","`@2026-02-07` \u041D\u0430\u0439\u0442\u0438 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u0439 \u0434\u0435\u043D\u044C (\u0442\u0430\u043A\u0436\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 `@20260207`).","`@2026` \u041D\u0430\u0439\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u044B\u0439 \u0433\u043E\u0434.","`@2026-02` \u0438\u043B\u0438 `@202602` \u041D\u0430\u0439\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0446.","`@2026-W05` \u0438\u043B\u0438 `@2026W05` \u041D\u0430\u0439\u0442\u0438 ISO-\u043D\u0435\u0434\u0435\u043B\u044E.","`@2026-Q2` \u0438\u043B\u0438 `@2026Q2` \u041D\u0430\u0439\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u044B\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B.","`@13/02/2026` \u0427\u0438\u0441\u043B\u043E\u0432\u044B\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u044B \u0441 \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F\u043C\u0438 (`@07022026` \u0441\u043B\u0435\u0434\u0443\u0435\u0442 \u0432\u0430\u0448\u0435\u0439 \u043B\u043E\u043A\u0430\u043B\u0438 \u043F\u0440\u0438 \u043D\u0435\u043E\u0434\u043D\u043E\u0437\u043D\u0430\u0447\u043D\u043E\u0441\u0442\u0438).","`@2026-02-01..2026-02-07` \u041D\u0430\u0439\u0442\u0438 \u0432\u043A\u043B\u044E\u0447\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D \u0434\u043D\u0435\u0439 (\u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u043A\u043E\u043D\u0446\u044B \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0442\u0441\u044F).","`@c:...` \u0438\u043B\u0438 `@m:...` \u0423\u043A\u0430\u0437\u0430\u0442\u044C \u0434\u0430\u0442\u0443 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F.","`-@...` \u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0435 \u0434\u0430\u0442\u044B."]},omnisearch:{title:"Omnisearch",items:["\u041F\u043E\u043B\u043D\u043E\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u043F\u043E\u0438\u0441\u043A \u043F\u043E \u0432\u0441\u0435\u043C\u0443 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0443 \u0441 \u0444\u0438\u043B\u044C\u0442\u0440\u0430\u0446\u0438\u0435\u0439 \u043F\u043E \u0442\u0435\u043A\u0443\u0449\u0435\u0439 \u043F\u0430\u043F\u043A\u0435 \u0438\u043B\u0438 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u043C \u0442\u0435\u0433\u0430\u043C.","\u041C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043C\u0435\u0434\u043B\u0435\u043D\u043D\u044B\u043C \u043F\u0440\u0438 \u043C\u0435\u043D\u0435\u0435 \u0447\u0435\u043C 3 \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u0445 \u0432 \u0431\u043E\u043B\u044C\u0448\u0438\u0445 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430\u0445.","\u041D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0438\u0441\u043A\u0430\u0442\u044C \u043F\u0443\u0442\u0438 \u0441 \u043D\u0435-ASCII \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C\u0438 \u0438\u043B\u0438 \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E \u0438\u0441\u043A\u0430\u0442\u044C \u043F\u043E\u0434\u043F\u0443\u0442\u0438.","\u0412\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u043D\u044B\u0435 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u0434\u043E \u0444\u0438\u043B\u044C\u0442\u0440\u0430\u0446\u0438\u0438 \u043F\u043E \u043F\u0430\u043F\u043A\u0430\u043C, \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B \u043C\u043E\u0433\u0443\u0442 \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0437\u0438\u0442\u044C\u0441\u044F, \u0435\u0441\u043B\u0438 \u043C\u043D\u043E\u0433\u043E \u0441\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0439 \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u043C\u0435\u0441\u0442\u0430\u0445.","\u041F\u0440\u0435\u0432\u044C\u044E \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u044E\u0442 \u0444\u0440\u0430\u0433\u043C\u0435\u043D\u0442\u044B Omnisearch \u0432\u043C\u0435\u0441\u0442\u043E \u0442\u0435\u043A\u0441\u0442\u0430 \u043F\u0440\u0435\u0432\u044C\u044E \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E."]}}}},contextMenu:{file:{openInNewTab:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435",openToRight:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u043F\u0440\u0430\u0432\u0430",openInNewWindow:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043D\u043E\u0432\u043E\u043C \u043E\u043A\u043D\u0435",openMultipleInNewTabs:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043D\u043E\u0432\u044B\u0445 \u0432\u043A\u043B\u0430\u0434\u043A\u0430\u0445",openMultipleFilesInNewTabs:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u043D\u043E\u0432\u044B\u0445 \u0432\u043A\u043B\u0430\u0434\u043A\u0430\u0445",openMultipleToRight:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0441\u043F\u0440\u0430\u0432\u0430",openMultipleFilesToRight:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0441\u043F\u0440\u0430\u0432\u0430",openMultipleInNewWindows:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043D\u043E\u0432\u044B\u0445 \u043E\u043A\u043D\u0430\u0445",openMultipleFilesInNewWindows:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u043D\u043E\u0432\u044B\u0445 \u043E\u043A\u043D\u0430\u0445",pinNote:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443",pinFile:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0444\u0430\u0439\u043B",unpinNote:"\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443",unpinFile:"\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0444\u0430\u0439\u043B",pinMultipleNotes:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A",pinMultipleFiles:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432",unpinMultipleNotes:"\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A",unpinMultipleFiles:"\u041E\u0442\u043A\u0440\u0435\u043F\u0438\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432",duplicateNote:"\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443",duplicateFile:"\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B",duplicateMultipleNotes:"\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A",duplicateMultipleFiles:"\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432",openVersionHistory:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0438\u0441\u0442\u043E\u0440\u0438\u044E \u0432\u0435\u0440\u0441\u0438\u0439",revealInFolder:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u043F\u0430\u043F\u043A\u0435",revealInFinder:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 Finder",showInExplorer:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u043F\u0440\u043E\u0432\u043E\u0434\u043D\u0438\u043A\u0435",openInDefaultApp:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",renameNote:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443",renameFile:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B",deleteNote:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443",deleteFile:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0444\u0430\u0439\u043B",setCalendarHighlight:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435",removeCalendarHighlight:"\u0423\u0431\u0440\u0430\u0442\u044C \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u0435",deleteMultipleNotes:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A",deleteMultipleFiles:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432",moveNoteToFolder:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u0432...",moveFileToFolder:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0444\u0430\u0439\u043B \u0432...",moveMultipleNotesToFolder:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432...",moveMultipleFilesToFolder:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432...",addTag:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0442\u0435\u0433",addPropertyKey:"\u0417\u0430\u0434\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E",removeTag:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0442\u0435\u0433",removeAllTags:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u0442\u0435\u0433\u0438",changeIcon:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443",changeColor:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442"},folder:{newNote:"\u041D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",newNoteFromTemplate:"\u041D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430 \u0438\u0437 \u0448\u0430\u0431\u043B\u043E\u043D\u0430",newFolder:"\u041D\u043E\u0432\u0430\u044F \u043F\u0430\u043F\u043A\u0430",newCanvas:"\u041D\u043E\u0432\u044B\u0439 \u0445\u043E\u043B\u0441\u0442",newBase:"\u041D\u043E\u0432\u0430\u044F \u0431\u0430\u0437\u0430",newDrawing:"\u041D\u043E\u0432\u044B\u0439 \u0440\u0438\u0441\u0443\u043D\u043E\u043A",newExcalidrawDrawing:"\u041D\u043E\u0432\u044B\u0439 \u0440\u0438\u0441\u0443\u043D\u043E\u043A Excalidraw",newTldrawDrawing:"\u041D\u043E\u0432\u044B\u0439 \u0440\u0438\u0441\u0443\u043D\u043E\u043A Tldraw",duplicateFolder:"\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443",searchInFolder:"\u0418\u0441\u043A\u0430\u0442\u044C \u0432 \u043F\u0430\u043F\u043A\u0435",createFolderNote:"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",detachFolderNote:"\u041E\u0442\u0432\u044F\u0437\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",deleteFolderNote:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",changeIcon:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443",changeColor:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442",changeBackground:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0444\u043E\u043D",excludeFolder:"\u0421\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043F\u043A\u0443",unhideFolder:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443",moveFolder:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043F\u0430\u043F\u043A\u0443 \u0432...",renameFolder:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443",deleteFolder:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0430\u043F\u043A\u0443"},tag:{changeIcon:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443",changeColor:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442",changeBackground:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0444\u043E\u043D",showTag:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0442\u0435\u0433",hideTag:"\u0421\u043A\u0440\u044B\u0442\u044C \u0442\u0435\u0433"},property:{addKey:"\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u043A\u043B\u044E\u0447\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",renameKey:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E",deleteKey:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E"},navigation:{addSeparator:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C",removeSeparator:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C"},copyPath:{title:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0443\u0442\u044C",asObsidianUrl:"\u043A\u0430\u043A URL Obsidian",fromVaultFolder:"\u0438\u0437 \u043F\u0430\u043F\u043A\u0438 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",fromSystemRoot:"\u0438\u0437 \u043A\u043E\u0440\u043D\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u044B"},style:{title:"\u0421\u0442\u0438\u043B\u044C",copy:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0442\u0438\u043B\u044C",paste:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0441\u0442\u0438\u043B\u044C",removeIcon:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443",removeColor:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0446\u0432\u0435\u0442",removeBackground:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0444\u043E\u043D",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0441\u0442\u0438\u043B\u044C"}},folderAppearance:{standardPreset:"\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439",compactPreset:"\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439",defaultSuffix:"(\u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E)",defaultLabel:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",titleRows:"\u0421\u0442\u0440\u043E\u043A\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430",previewRows:"\u0421\u0442\u0440\u043E\u043A\u0438 \u043F\u0440\u0435\u0432\u044C\u044E",groupBy:"\u0413\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E",defaultTitleOption:t=>`\u0421\u0442\u0440\u043E\u043A \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (${t})`,defaultPreviewOption:t=>`\u0421\u0442\u0440\u043E\u043A \u043F\u0440\u0435\u0432\u044C\u044E \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (${t})`,defaultGroupOption:t=>`\u0413\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (${t})`,titleRowOption:t=>`${t} ${t===1?"\u0441\u0442\u0440\u043E\u043A\u0430":t<5?"\u0441\u0442\u0440\u043E\u043A\u0438":"\u0441\u0442\u0440\u043E\u043A"} \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430`,previewRowOption:t=>`${t} ${t===1?"\u0441\u0442\u0440\u043E\u043A\u0430":t<5?"\u0441\u0442\u0440\u043E\u043A\u0438":"\u0441\u0442\u0440\u043E\u043A"} \u043F\u0440\u0435\u0432\u044C\u044E`},modals:{bulkApply:{applyButton:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C",applySortTitle:t=>`\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0443 \u0434\u043B\u044F ${t}?`,applyAppearanceTitle:t=>`\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u043E\u0444\u043E\u0440\u043C\u043B\u0435\u043D\u0438\u0435 \u0434\u043B\u044F ${t}?`,affectedCountMessage:t=>`\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u043F\u0435\u0440\u0435\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u0439, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u0438\u0437\u043C\u0435\u043D\u044F\u0442\u0441\u044F: ${t}.`},navRainbowSection:{title:t=>`\u0426\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438: ${t}`},iconPicker:{searchPlaceholder:"\u041F\u043E\u0438\u0441\u043A \u0438\u043A\u043E\u043D\u043E\u043A...",recentlyUsedHeader:"\u041D\u0435\u0434\u0430\u0432\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u043D\u044B\u0435",emptyStateSearch:"\u041D\u0430\u0447\u043D\u0438\u0442\u0435 \u0432\u0432\u043E\u0434\u0438\u0442\u044C \u0434\u043B\u044F \u043F\u043E\u0438\u0441\u043A\u0430 \u0438\u043A\u043E\u043D\u043E\u043A",emptyStateNoResults:"\u0418\u043A\u043E\u043D\u043A\u0438 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u044B",showingResultsInfo:"\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u043E 50 \u0438\u0437 {count} \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0431\u043E\u043B\u044C\u0448\u0435 \u0434\u043B\u044F \u0443\u0442\u043E\u0447\u043D\u0435\u043D\u0438\u044F.",emojiInstructions:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043B\u0438 \u0432\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u043B\u044E\u0431\u043E\u0439 \u044D\u043C\u043E\u0434\u0437\u0438, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0433\u043E \u043A\u0430\u043A \u0438\u043A\u043E\u043D\u043A\u0443",removeIcon:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443",removeFromRecents:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0438\u0437 \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0445",allTabLabel:"\u0412\u0441\u0435"},fileIconRuleEditor:{addRuleAria:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u0430\u0432\u0438\u043B\u043E"},interfaceIcons:{title:"\u0418\u043A\u043E\u043D\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",fileItemsSection:"\u042D\u043B\u0435\u043C\u0435\u043D\u0442\u044B \u0444\u0430\u0439\u043B\u0430",items:{"nav-shortcuts":"\u042F\u0440\u043B\u044B\u043A\u0438","nav-recent-files":"\u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B","nav-expand-all":"\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435","nav-collapse-all":"\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435","nav-calendar":"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C","nav-tree-expand":"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0434\u0435\u0440\u0435\u0432\u0430: \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C","nav-tree-collapse":"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0434\u0435\u0440\u0435\u0432\u0430: \u0441\u0432\u0435\u0440\u043D\u0443\u0442\u044C","nav-hidden-items":"\u0421\u043A\u0440\u044B\u0442\u044B\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B","nav-root-reorder":"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u043A\u043E\u0440\u043D\u0435\u0432\u044B\u0445 \u043F\u0430\u043F\u043E\u043A","nav-new-folder":"\u041D\u043E\u0432\u0430\u044F \u043F\u0430\u043F\u043A\u0430","nav-show-single-pane":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043E\u0434\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C","nav-show-dual-pane":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0434\u0432\u043E\u0439\u043D\u0443\u044E \u043F\u0430\u043D\u0435\u043B\u044C","nav-profile-chevron":"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u043C\u0435\u043D\u044E \u043F\u0440\u043E\u0444\u0438\u043B\u044F","list-search":"\u041F\u043E\u0438\u0441\u043A","list-descendants":"\u0417\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A","list-sort-ascending":"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438: \u043F\u043E \u0432\u043E\u0437\u0440\u0430\u0441\u0442\u0430\u043D\u0438\u044E","list-sort-descending":"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438: \u043F\u043E \u0443\u0431\u044B\u0432\u0430\u043D\u0438\u044E","list-appearance":"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0432\u0438\u0434","list-new-note":"\u041D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430","nav-folder-open":"\u041F\u0430\u043F\u043A\u0430 \u043E\u0442\u043A\u0440\u044B\u0442\u0430","nav-folder-closed":"\u041F\u0430\u043F\u043A\u0430 \u0437\u0430\u043A\u0440\u044B\u0442\u0430","nav-tags":"\u0422\u0435\u0433\u0438","nav-tag":"\u0422\u0435\u0433","nav-properties":"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430","nav-property":"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E","nav-property-value":"\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435","list-pinned":"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B","file-unfinished-task":"\u041D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0435 \u0437\u0430\u0434\u0430\u0447\u0438","file-word-count":"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u043B\u043E\u0432"}},colorPicker:{currentColor:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439",newColor:"\u041D\u043E\u0432\u044B\u0439",paletteDefault:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",paletteCustom:"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435",copyColors:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442",colorsCopied:"\u0426\u0432\u0435\u0442 \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",pasteColors:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0446\u0432\u0435\u0442",pasteClipboardError:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u0442\u044C \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",pasteInvalidFormat:"\u041E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C hex-\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430",colorsPasted:"\u0426\u0432\u0435\u0442 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D",resetUserColors:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0446\u0432\u0435\u0442\u0430",clearCustomColorsConfirm:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0446\u0432\u0435\u0442\u0430?",userColorSlot:"\u0426\u0432\u0435\u0442 {slot}",recentColors:"\u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430",clearRecentColors:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0446\u0432\u0435\u0442\u0430",removeRecentColor:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0446\u0432\u0435\u0442",apply:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u0412\u044B\u0431\u043E\u0440 \u043F\u0440\u043E\u0444\u0438\u043B\u044F \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",currentBadge:"\u0410\u043A\u0442\u0438\u0432\u043D\u044B\u0439",emptyState:"\u041D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043F\u0440\u043E\u0444\u0438\u043B\u0435\u0439 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430."},tagOperation:{renameTitle:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u0433 {tag}",deleteTitle:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0442\u0435\u0433 {tag}",newTagPrompt:"\u041D\u043E\u0432\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u0433\u0430",newTagPlaceholder:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u043E\u0432\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u0433\u0430",renameWarning:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u0433\u0430 {oldTag} \u0438\u0437\u043C\u0435\u043D\u0438\u0442 {count} {files}.",deleteWarning:"\u0423\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0442\u0435\u0433\u0430 {tag} \u0438\u0437\u043C\u0435\u043D\u0438\u0442 {count} {files}.",modificationWarning:"\u042D\u0442\u043E \u043E\u0431\u043D\u043E\u0432\u0438\u0442 \u0434\u0430\u0442\u044B \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432.",affectedFiles:"\u0417\u0430\u0442\u0440\u043E\u043D\u0443\u0442\u044B\u0435 \u0444\u0430\u0439\u043B\u044B:",andMore:"...\u0438 \u0435\u0449\u0451 {count}",confirmRename:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u0433",renameUnchanged:"{tag} \u043D\u0435 \u0438\u0437\u043C\u0435\u043D\u0451\u043D",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043E {renamed}/{total}. \u041D\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E: {notUpdated}. \u041C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435 \u0438 \u044F\u0440\u043B\u044B\u043A\u0438 \u043D\u0435 \u0431\u044B\u043B\u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u044B.",invalidTagName:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0442\u0435\u0433\u0430.",descendantRenameError:"\u041D\u0435\u043B\u044C\u0437\u044F \u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0442\u0435\u0433 \u0432 \u0441\u0435\u0431\u044F \u0438\u043B\u0438 \u0432 \u043F\u043E\u0442\u043E\u043C\u043A\u0430.",confirmDelete:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0442\u0435\u0433",deleteBatchNotFinalized:"\u0423\u0434\u0430\u043B\u0435\u043D\u043E \u0438\u0437 {removed}/{total}. \u041D\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E: {notUpdated}. \u041C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435 \u0438 \u044F\u0440\u043B\u044B\u043A\u0438 \u043D\u0435 \u0431\u044B\u043B\u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u044B.",checkConsoleForDetails:"\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u043E\u0441\u0442\u0438 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0438.",file:"\u0444\u0430\u0439\u043B",files:"\u0444\u0430\u0439\u043B\u043E\u0432",inlineParsingWarning:{title:"\u0421\u043E\u0432\u043C\u0435\u0441\u0442\u0438\u043C\u043E\u0441\u0442\u044C \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0442\u0435\u0433\u043E\u0432",message:"{tag} \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 Obsidian \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u0430\u0442\u044C \u0432\u043E \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0445 \u0442\u0435\u0433\u0430\u0445. \u0422\u0435\u0433\u0438 Frontmatter \u043D\u0435 \u0437\u0430\u0442\u0440\u043E\u043D\u0443\u0442\u044B.",confirm:"\u0412\u0441\u0451 \u0440\u0430\u0432\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C"}},propertyOperation:{renameTitle:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E {property}",deleteTitle:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E {property}",newKeyPrompt:"\u041D\u043E\u0432\u043E\u0435 \u0438\u043C\u044F \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430",newKeyPlaceholder:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u043E\u0432\u043E\u0435 \u0438\u043C\u044F \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430",renameWarning:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 {property} \u0438\u0437\u043C\u0435\u043D\u0438\u0442 {count} {files}.",renameConflictWarning:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E {newKey} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 {count} {files}. \u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 {oldKey} \u0437\u0430\u043C\u0435\u043D\u0438\u0442 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F {newKey}.",deleteWarning:"\u0423\u0434\u0430\u043B\u0435\u043D\u0438\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 {property} \u0438\u0437\u043C\u0435\u043D\u0438\u0442 {count} {files}.",confirmRename:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E",confirmDelete:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E",renameNoChanges:"{oldKey} \u2192 {newKey} (\u0431\u0435\u0437 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439)",renameSettingsUpdateFailed:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E {oldKey} \u2192 {newKey} \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043E. \u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",deleteSingleSuccess:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E {property} \u0443\u0434\u0430\u043B\u0435\u043D\u043E \u0438\u0437 1 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",deleteMultipleSuccess:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E {property} \u0443\u0434\u0430\u043B\u0435\u043D\u043E \u0438\u0437 {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A",deleteSettingsUpdateFailed:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E {property} \u0443\u0434\u0430\u043B\u0435\u043D\u043E. \u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",invalidKeyName:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u043E\u0435 \u0438\u043C\u044F \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430."},fileSystem:{newFolderTitle:"\u041D\u043E\u0432\u0430\u044F \u043F\u0430\u043F\u043A\u0430",renameFolderTitle:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443",renameFileTitle:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B",deleteFolderTitle:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C '{name}'?",deleteFileTitle:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C '{name}'?",deleteFileAttachmentsTitle:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u0430?",moveFileConflictTitle:"\u041A\u043E\u043D\u0444\u043B\u0438\u043A\u0442 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u044F",folderNamePrompt:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u0430\u043F\u043A\u0438:",hideInOtherVaultProfiles:"\u0421\u043A\u0440\u044B\u0442\u044C \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u043F\u0440\u043E\u0444\u0438\u043B\u044F\u0445 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",renamePrompt:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u043E\u0432\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435:",renameVaultTitle:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u043C\u043E\u0435 \u0438\u043C\u044F \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",renameVaultPrompt:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0438\u043C\u044F (\u043E\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 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E):",deleteFolderConfirm:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u0442\u0443 \u043F\u0430\u043F\u043A\u0443 \u0438 \u0432\u0441\u0451 \u0435\u0451 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435?",deleteFileConfirm:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u0442\u043E\u0442 \u0444\u0430\u0439\u043B?",deleteFileAttachmentsDescriptionSingle:"\u042D\u0442\u043E \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043D\u0438 \u0432 \u043E\u0434\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0435. \u0425\u043E\u0442\u0438\u0442\u0435 \u0435\u0433\u043E \u0443\u0434\u0430\u043B\u0438\u0442\u044C?",deleteFileAttachmentsDescriptionMultiple:"\u042D\u0442\u0438 \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0442\u0441\u044F \u043D\u0438 \u0432 \u043E\u0434\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0435. \u0425\u043E\u0442\u0438\u0442\u0435 \u0438\u0445 \u0443\u0434\u0430\u043B\u0438\u0442\u044C?",deleteFileAttachmentsViewFileTreeAriaLabel:"\u0414\u0435\u0440\u0435\u0432\u043E \u0444\u0430\u0439\u043B\u043E\u0432",deleteFileAttachmentsViewGalleryAriaLabel:"\u0413\u0430\u043B\u0435\u0440\u0435\u044F",moveFileConflictDescriptionSingle:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442 \u0444\u0430\u0439\u043B\u0430 \u0432 \xAB{folder}\xBB.",moveFileConflictDescriptionMultiple:"\u041E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u043E {count} \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u043E\u0432 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \xAB{folder}\xBB.",moveFileConflictAffectedFiles:"\u0417\u0430\u0442\u0440\u043E\u043D\u0443\u0442\u044B\u0435 \u0444\u0430\u0439\u043B\u044B",moveFileConflictItem:"\xAB{name}\xBB -> \xAB{suggested}\xBB{renameOnly}",moveFileConflictRenameOnly:"(\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435)",moveFileConflictRename:"\u041F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C",moveFileConflictOverwrite:"\u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0438\u0441\u0430\u0442\u044C",removeAllTagsTitle:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u0442\u0435\u0433\u0438",removeAllTagsFromNote:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u0442\u0435\u0433\u0438 \u0438\u0437 \u044D\u0442\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0438?",removeAllTagsFromNotes:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u0442\u0435\u0433\u0438 \u0438\u0437 {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A?"},folderNoteType:{title:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043F \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",folderLabel:"\u041F\u0430\u043F\u043A\u0430: {name}"},folderSuggest:{placeholder:t=>`\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C ${t} \u0432 \u043F\u0430\u043F\u043A\u0443...`,multipleFilesLabel:t=>`${t} \u0444\u0430\u0439\u043B\u043E\u0432`,navigatePlaceholder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043F\u0430\u043F\u043A\u0435...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",move:"\u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u044F",select:"\u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F"}},homepage:{placeholder:"\u041F\u043E\u0438\u0441\u043A \u0444\u0430\u0439\u043B\u043E\u0432...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",select:"\u0434\u043B\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u0435\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u044B",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F"}},calendarTemplate:{placeholder:"\u041F\u043E\u0438\u0441\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u043E\u0432...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",select:"\u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430 \u0448\u0430\u0431\u043B\u043E\u043D\u0430",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F"}},navigationBanner:{placeholder:"\u041F\u043E\u0438\u0441\u043A \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0439...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",select:"\u0434\u043B\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 \u0431\u0430\u043D\u043D\u0435\u0440\u0430",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F"}},tagSuggest:{navigatePlaceholder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0442\u0435\u0433\u0443...",addPlaceholder:"\u041D\u0430\u0439\u0442\u0438 \u0442\u0435\u0433 \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F...",removePlaceholder:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0435\u0433 \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F...",createNewTag:"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u0442\u0435\u0433: #{tag}",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",select:"\u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F",add:"\u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0442\u0435\u0433\u0430",remove:"\u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u0442\u0435\u0433\u0430"}},propertySuggest:{placeholder:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u043B\u044E\u0447 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430...",navigatePlaceholder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0443...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",select:"\u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F"}},propertyKeyVisibility:{title:"\u0412\u0438\u0434\u0438\u043C\u043E\u0441\u0442\u044C \u043A\u043B\u044E\u0447\u0435\u0439 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",description:"\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435\u043C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u0441\u0432\u043E\u0439\u0441\u0442\u0432. \u0421\u0442\u043E\u043B\u0431\u0446\u044B \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0442 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438, \u043F\u0430\u043D\u0435\u043B\u0438 \u0441\u043F\u0438\u0441\u043A\u0430 \u0438 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C\u0443 \u043C\u0435\u043D\u044E \u0444\u0430\u0439\u043B\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043D\u0438\u0436\u043D\u044E\u044E \u0441\u0442\u0440\u043E\u043A\u0443 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0432\u0441\u0435\u0445 \u0441\u0442\u0440\u043E\u043A \u0432 \u0441\u0442\u043E\u043B\u0431\u0446\u0435.",searchPlaceholder:"\u041F\u043E\u0438\u0441\u043A \u043A\u043B\u044E\u0447\u0435\u0439 \u0441\u0432\u043E\u0439\u0441\u0442\u0432...",propertyColumnLabel:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E",showInNavigation:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",showInList:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u0441\u043F\u0438\u0441\u043A\u0435",showInFileMenu:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u043C\u0435\u043D\u044E \u0444\u0430\u0439\u043B\u0430",toggleAllInNavigation:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0432\u0441\u0435 \u0432 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",toggleAllInList:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0432\u0441\u0435 \u0432 \u0441\u043F\u0438\u0441\u043A\u0435",toggleAllInFileMenu:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0432\u0441\u0435 \u0432 \u043C\u0435\u043D\u044E \u0444\u0430\u0439\u043B\u0430",applyButton:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C",emptyState:"\u041A\u043B\u044E\u0447\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u044B."},welcome:{title:"\u0414\u043E\u0431\u0440\u043E \u043F\u043E\u0436\u0430\u043B\u043E\u0432\u0430\u0442\u044C \u0432 {pluginName}",introText:"\u041F\u0440\u0438\u0432\u0435\u0442! \u041F\u0435\u0440\u0435\u0434 \u043D\u0430\u0447\u0430\u043B\u043E\u043C \u0440\u0430\u0431\u043E\u0442\u044B \u043D\u0430\u0441\u0442\u043E\u044F\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u044E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u043F\u0435\u0440\u0432\u044B\u0435 \u043F\u044F\u0442\u044C \u043C\u0438\u043D\u0443\u0442 \u0432\u0438\u0434\u0435\u043E \u043D\u0438\u0436\u0435, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043D\u044F\u0442\u044C, \u043A\u0430\u043A \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0442 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0435\u043B\u044C \xAB\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A\xBB.",continueText:"\u0415\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044C \u0435\u0449\u0451 \u043F\u044F\u0442\u044C \u043C\u0438\u043D\u0443\u0442, \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440 \u0432\u0438\u0434\u0435\u043E, \u0447\u0442\u043E\u0431\u044B \u043F\u043E\u043D\u044F\u0442\u044C \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0435 \u0440\u0435\u0436\u0438\u043C\u044B \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438 \u043A\u0430\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438 \u0438 \u0432\u0430\u0436\u043D\u044B\u0435 \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438.",thanksText:"\u0411\u043E\u043B\u044C\u0448\u043E\u0435 \u0441\u043F\u0430\u0441\u0438\u0431\u043E \u0437\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0443, \u043F\u0440\u0438\u044F\u0442\u043D\u043E\u0433\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u044F!",videoAlt:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0438 \u043E\u0441\u0432\u043E\u0435\u043D\u0438\u0435 Notebook Navigator",openVideoButton:"\u0412\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0432\u0438\u0434\u0435\u043E",closeButton:"\u041C\u043E\u0436\u0435\u0442, \u043F\u043E\u0437\u0436\u0435"}},fileSystem:{errors:{createFolder:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443: {error}",createFile:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u0444\u0430\u0439\u043B: {error}",renameFolder:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443: {error}",renameFolderNoteConflict:'\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C: "{name}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u044D\u0442\u043E\u0439 \u043F\u0430\u043F\u043A\u0435',renameFile:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B: {error}",deleteFolder:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0430\u043F\u043A\u0443: {error}",deleteFile:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0444\u0430\u0439\u043B: {error}",deleteAttachments:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F: {error}",duplicateNote:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0434\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443: {error}",duplicateFolder:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0434\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443: {error}",openVersionHistory:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0438\u0441\u0442\u043E\u0440\u0438\u044E \u0432\u0435\u0440\u0441\u0438\u0439: {error}",versionHistoryNotFound:"\u041A\u043E\u043C\u0430\u043D\u0434\u0430 \u0438\u0441\u0442\u043E\u0440\u0438\u0438 \u0432\u0435\u0440\u0441\u0438\u0439 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u0430. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044C, \u0447\u0442\u043E Obsidian Sync \u0432\u043A\u043B\u044E\u0447\u0451\u043D.",revealInExplorer:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0444\u0430\u0439\u043B \u0432 \u043F\u0440\u043E\u0432\u043E\u0434\u043D\u0438\u043A\u0435: {error}",openInDefaultApp:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E: {error}",openInDefaultAppNotAvailable:"\u041E\u0442\u043A\u0440\u044B\u0442\u0438\u0435 \u0432 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E \u043D\u0430 \u044D\u0442\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435",folderNoteAlreadyExists:"\u0417\u0430\u043C\u0435\u0442\u043A\u0430 \u043F\u0430\u043F\u043A\u0438 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442",folderAlreadyExists:'\u041F\u0430\u043F\u043A\u0430 "{name}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442',folderNotesDisabled:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445 \u0434\u043B\u044F \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u0438 \u0444\u0430\u0439\u043B\u043E\u0432",folderNoteAlreadyLinked:"\u042D\u0442\u043E\u0442 \u0444\u0430\u0439\u043B \u0443\u0436\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u043E\u0439 \u043F\u0430\u043F\u043A\u0438",folderNoteNotFound:"\u0412 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u0439 \u043F\u0430\u043F\u043A\u0435 \u043D\u0435\u0442 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",folderNoteUnsupportedExtension:"\u041D\u0435\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u043E\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u0430: {extension}",folderNoteMoveFailed:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0444\u0430\u0439\u043B \u043F\u0440\u0438 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u0438: {error}",folderNoteRenameConflict:'\u0424\u0430\u0439\u043B \u0441 \u0438\u043C\u0435\u043D\u0435\u043C "{name}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043F\u0430\u043F\u043A\u0435',folderNoteConversionFailed:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",folderNoteConversionFailedWithReason:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438: {error}",folderNoteOpenFailed:"\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D, \u043D\u043E \u043D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438: {error}",failedToDeleteFile:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C {name}: {error}",failedToDeleteMultipleFiles:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432",versionHistoryNotAvailable:"\u0421\u043B\u0443\u0436\u0431\u0430 \u0438\u0441\u0442\u043E\u0440\u0438\u0438 \u0432\u0435\u0440\u0441\u0438\u0439 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430",drawingAlreadyExists:"\u0420\u0438\u0441\u0443\u043D\u043E\u043A \u0441 \u0442\u0430\u043A\u0438\u043C \u0438\u043C\u0435\u043D\u0435\u043C \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442",failedToCreateDrawing:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u0440\u0438\u0441\u0443\u043D\u043E\u043A",noFolderSelected:"\u0412 Notebook Navigator \u043D\u0435 \u0432\u044B\u0431\u0440\u0430\u043D\u0430 \u043F\u0430\u043F\u043A\u0430",noFileSelected:"\u0424\u0430\u0439\u043B \u043D\u0435 \u0432\u044B\u0431\u0440\u0430\u043D"},warnings:{linkBreakingNameCharacters:"\u042D\u0442\u043E \u0438\u043C\u044F \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0438\u043C\u0432\u043E\u043B\u044B, \u043A\u043E\u0442\u043E\u0440\u044B\u0435 \u043B\u043E\u043C\u0430\u044E\u0442 \u0441\u0441\u044B\u043B\u043A\u0438 Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u0418\u043C\u0435\u043D\u0430 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 \u0442\u043E\u0447\u043A\u0438 \u0438\u043B\u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C : \u0438\u043B\u0438 /.",forbiddenNameCharactersWindows:'\u0417\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u0435 \u0432 Windows \u0441\u0438\u043C\u0432\u043E\u043B\u044B \u043D\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u044B: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\u041F\u0430\u043F\u043A\u0430 \u0441\u043A\u0440\u044B\u0442\u0430: {name}",showFolder:"\u041F\u0430\u043F\u043A\u0430 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u0430: {name}"},notifications:{deletedMultipleFiles:"\u0423\u0434\u0430\u043B\u0435\u043D\u043E \u0444\u0430\u0439\u043B\u043E\u0432: {count}",movedMultipleFiles:"\u041F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u043E {count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 {folder}",folderNoteConversionSuccess:'\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438 \u0432 "{name}"',folderMoved:'\u041F\u0430\u043F\u043A\u0430 "{name}" \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0430',deepLinkCopied:"URL Obsidian \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",pathCopied:"\u041F\u0443\u0442\u044C \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",relativePathCopied:"\u041E\u0442\u043D\u043E\u0441\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u043F\u0443\u0442\u044C \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",tagAddedToNote:"\u0422\u0435\u0433 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043A 1 \u0437\u0430\u043C\u0435\u0442\u043A\u0435",tagAddedToNotes:"\u0422\u0435\u0433 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043A {count} \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C",tagRemovedFromNote:"\u0422\u0435\u0433 \u0443\u0434\u0430\u043B\u0451\u043D \u0438\u0437 1 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",tagRemovedFromNotes:"\u0422\u0435\u0433 \u0443\u0434\u0430\u043B\u0451\u043D \u0438\u0437 {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A",tagsClearedFromNote:"\u0412\u0441\u0435 \u0442\u0435\u0433\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0438\u0437 1 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",tagsClearedFromNotes:"\u0412\u0441\u0435 \u0442\u0435\u0433\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0438\u0437 {count} \u0437\u0430\u043C\u0435\u0442\u043E\u043A",noTagsToRemove:"\u041D\u0435\u0442 \u0442\u0435\u0433\u043E\u0432 \u0434\u043B\u044F \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F",noFilesSelected:"\u0424\u0430\u0439\u043B\u044B \u043D\u0435 \u0432\u044B\u0431\u0440\u0430\u043D\u044B",tagOperationsNotAvailable:"\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u0438 \u0441 \u0442\u0435\u0433\u0430\u043C\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B",propertyOperationsNotAvailable:"\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u0438 \u0441\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B",tagsRequireMarkdown:"\u0422\u0435\u0433\u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u043B\u044F Markdown-\u0437\u0430\u043C\u0435\u0442\u043E\u043A",propertiesRequireMarkdown:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u0445 Markdown",propertySetOnNote:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0432 1 \u0437\u0430\u043C\u0435\u0442\u043A\u0435",propertySetOnNotes:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0432 {count} \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u0445",iconPackDownloaded:"{provider} \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D",iconPackUpdated:"{provider} \u043E\u0431\u043D\u043E\u0432\u043B\u0451\u043D ({version})",iconPackRemoved:"{provider} \u0443\u0434\u0430\u043B\u0451\u043D",iconPackLoadFailed:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C {provider}",hiddenFileReveal:'\u0424\u0430\u0439\u043B \u0441\u043A\u0440\u044B\u0442. \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435 "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B" \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F'},confirmations:{deleteMultipleFiles:"\u0412\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B, \u0447\u0442\u043E \u0445\u043E\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C {count} \u0444\u0430\u0439\u043B\u043E\u0432?",deleteConfirmation:"\u042D\u0442\u043E \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043D\u0435\u043B\u044C\u0437\u044F \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C."},defaultNames:{untitled:"\u0411\u0435\u0437 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u041D\u0435\u043B\u044C\u0437\u044F \u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043F\u0430\u043F\u043A\u0443 \u0432 \u0441\u0435\u0431\u044F \u0438\u043B\u0438 \u0432 \u043F\u043E\u0434\u043F\u0430\u043F\u043A\u0443.",itemAlreadyExists:'\u042D\u043B\u0435\u043C\u0435\u043D\u0442 \u0441 \u0438\u043C\u0435\u043D\u0435\u043C "{name}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u044D\u0442\u043E\u043C \u043C\u0435\u0441\u0442\u0435.',failedToMove:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C: {error}",failedToAddTag:'\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0442\u0435\u0433 "{tag}"',failedToSetProperty:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E: {error}",failedToClearTags:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0442\u0435\u0433\u0438",failedToMoveFolder:'\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u043F\u0430\u043F\u043A\u0443 "{name}"',failedToImportFiles:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C: {names}"},notifications:{filesAlreadyExist:"{count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044E\u0442 \u0432 \u043C\u0435\u0441\u0442\u0435 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F",filesAlreadyHaveTag:"{count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0443\u0436\u0435 \u0438\u043C\u0435\u044E\u0442 \u044D\u0442\u043E\u0442 \u0442\u0435\u0433 \u0438\u043B\u0438 \u0431\u043E\u043B\u0435\u0435 \u0441\u043F\u0435\u0446\u0438\u0444\u0438\u0447\u043D\u044B\u0439",filesAlreadyHaveProperty:"{count} \u0444\u0430\u0439\u043B\u043E\u0432 \u0443\u0436\u0435 \u0438\u043C\u0435\u044E\u0442 \u044D\u0442\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E",noTagsToClear:"\u041D\u0435\u0442 \u0442\u0435\u0433\u043E\u0432 \u0434\u043B\u044F \u043E\u0447\u0438\u0441\u0442\u043A\u0438",fileImported:"\u0418\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D 1 \u0444\u0430\u0439\u043B",filesImported:"\u0418\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u043E \u0444\u0430\u0439\u043B\u043E\u0432: {count}"}},dateGroups:{today:"\u0421\u0435\u0433\u043E\u0434\u043D\u044F",yesterday:"\u0412\u0447\u0435\u0440\u0430",previous7Days:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 7 \u0434\u043D\u0435\u0439",previous30Days:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 30 \u0434\u043D\u0435\u0439"},commands:{open:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C",toggleLeftSidebar:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043B\u0435\u0432\u0443\u044E \u0431\u043E\u043A\u043E\u0432\u0443\u044E \u043F\u0430\u043D\u0435\u043B\u044C",openHomepage:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0434\u043E\u043C\u0430\u0448\u043D\u044E\u044E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443",openDailyNote:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443",openWeeklyNote:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0435\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443",openMonthlyNote:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0435\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443",openQuarterlyNote:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043A\u0432\u0430\u0440\u0442\u0430\u043B\u044C\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443",openYearlyNote:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0433\u043E\u0434\u043E\u0432\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443",revealFile:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0444\u0430\u0439\u043B",search:"\u041F\u043E\u0438\u0441\u043A",searchVaultRoot:"\u041F\u043E\u0438\u0441\u043A \u0432 \u043A\u043E\u0440\u043D\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",toggleDualPane:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0434\u0432\u0443\u0445\u043F\u0430\u043D\u0435\u043B\u044C\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",toggleDualPaneOrientation:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043E\u0440\u0438\u0435\u043D\u0442\u0430\u0446\u0438\u044E \u0434\u0432\u0443\u0445\u043F\u0430\u043D\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430",toggleCalendar:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",selectVaultProfile:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",selectVaultProfile1:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 1",selectVaultProfile2:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 2",selectVaultProfile3:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 3",deleteFile:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0444\u0430\u0439\u043B\u044B",createNewNote:"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443",createNewNoteFromTemplate:"\u041D\u043E\u0432\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430 \u0438\u0437 \u0448\u0430\u0431\u043B\u043E\u043D\u0430",moveFiles:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0444\u0430\u0439\u043B\u044B",selectNextFile:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 \u0444\u0430\u0439\u043B",selectPreviousFile:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0438\u0439 \u0444\u0430\u0439\u043B",navigateBack:"\u041D\u0430\u0437\u0430\u0434",navigateForward:"\u0412\u043F\u0435\u0440\u0451\u0434",convertToFolderNote:"\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",setAsFolderNote:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u043E\u0439 \u043F\u0430\u043F\u043A\u0438",detachFolderNote:"\u041E\u0442\u0432\u044F\u0437\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",pinAllFolderNotes:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0432\u0441\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",navigateToFolder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043F\u0430\u043F\u043A\u0435",navigateToTag:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0442\u0435\u0433\u0443",navigateToProperty:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0443",addShortcut:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432 \u044F\u0440\u043B\u044B\u043A\u0438",openShortcut:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u044F\u0440\u043B\u044B\u043A {number}",toggleDescendants:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432",toggleHidden:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u043F\u0430\u043F\u043A\u0438, \u0442\u0435\u0433\u0438 \u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",toggleTagSort:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0443 \u0442\u0435\u0433\u043E\u0432",toggleCompactMode:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",collapseExpand:"\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C / \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",addTag:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0442\u0435\u0433 \u043A \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u043C \u0444\u0430\u0439\u043B\u0430\u043C",setProperty:"\u0417\u0430\u0434\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u0434\u043B\u044F \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432",removeTag:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0442\u0435\u0433 \u0438\u0437 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432",removeAllTags:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u0441\u0435 \u0442\u0435\u0433\u0438 \u0438\u0437 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432",openAllFiles:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B",rebuildCache:"\u041F\u0435\u0440\u0435\u0441\u043E\u0431\u0440\u0430\u0442\u044C \u043A\u044D\u0448"},plugin:{viewName:"Notebook Navigator",calendarViewName:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",ribbonTooltip:"Notebook Navigator",revealInNavigator:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 Notebook Navigator"},tooltips:{lastModifiedAt:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435",createdAt:"\u0421\u043E\u0437\u0434\u0430\u043D\u043E",file:"\u0444\u0430\u0439\u043B",files:"\u0444\u0430\u0439\u043B\u043E\u0432",folder:"\u043F\u0430\u043F\u043A\u0430",folders:"\u043F\u0430\u043F\u043E\u043A"},settings:{metadataReport:{exportSuccess:"\u041E\u0442\u0447\u0451\u0442 \u043E \u043D\u0435\u0443\u0434\u0430\u0447\u043D\u044B\u0445 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445 \u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D \u0432: {filename}",exportFailed:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043E\u0442\u0447\u0451\u0442 \u043E \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445"},sections:{general:"\u041E\u0431\u0449\u0438\u0435",navigationPane:"\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F",calendar:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",files:"\u0424\u0430\u0439\u043B\u044B",icons:"\u041D\u0430\u0431\u043E\u0440\u044B \u0438\u043A\u043E\u043D\u043E\u043A",folders:"\u041F\u0430\u043F\u043A\u0438",folderNotes:"\u0417\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",foldersAndTags:"\u041F\u0430\u043F\u043A\u0438",tagsAndProperties:"\u0422\u0435\u0433\u0438 \u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430",tags:"\u0422\u0435\u0433\u0438",listPane:"\u0421\u043F\u0438\u0441\u043E\u043A",notes:"\u0417\u0430\u043C\u0435\u0442\u043A\u0438",advanced:"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0435"},groups:{general:{vaultProfiles:"\u041F\u0440\u043E\u0444\u0438\u043B\u0438 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",filtering:"\u0424\u0438\u043B\u044C\u0442\u0440\u0430\u0446\u0438\u044F",templates:"\u0428\u0430\u0431\u043B\u043E\u043D\u044B",behavior:"\u041F\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u0435",keyboardNavigation:"\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F \u0441 \u043A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044B",mouseButtons:"\u041A\u043D\u043E\u043F\u043A\u0438 \u043C\u044B\u0448\u0438",view:"\u0412\u043D\u0435\u0448\u043D\u0438\u0439 \u0432\u0438\u0434",icons:"\u0418\u043A\u043E\u043D\u043A\u0438",desktopAppearance:"\u0412\u043D\u0435\u0448\u043D\u0438\u0439 \u0432\u0438\u0434 \u043D\u0430 \u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u0435",mobileAppearance:"\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u044B\u0439 \u0432\u0438\u0434",formatting:"\u0424\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435"},navigation:{appearance:"\u0412\u043D\u0435\u0448\u043D\u0438\u0439 \u0432\u0438\u0434",rainbowColors:"\u0426\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438",leftSidebar:"\u041B\u0435\u0432\u0430\u044F \u0431\u043E\u043A\u043E\u0432\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C",calendarIntegration:"\u0418\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044F \u0441 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u0451\u043C"},list:{display:"\u0412\u043D\u0435\u0448\u043D\u0438\u0439 \u0432\u0438\u0434",pinnedNotes:"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438"},notes:{frontmatter:"Frontmatter",tasks:"\u0417\u0430\u0434\u0430\u0447\u0438",icon:"\u0418\u043A\u043E\u043D\u043A\u0430",title:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",previewText:"\u0422\u0435\u043A\u0441\u0442 \u043F\u0440\u0435\u0432\u044C\u044E",featureImage:"\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0437\u0430\u043F\u0438\u0441\u0438",tags:"\u0422\u0435\u0433\u0438",properties:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430",date:"\u0414\u0430\u0442\u0430",parentFolder:"\u0420\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0430\u044F \u043F\u0430\u043F\u043A\u0430"}},syncMode:{notSynced:"(\u043D\u0435 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u043D\u043E)",disabled:"(\u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u043E)",switchToSynced:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044E",switchToLocal:"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044E"},items:{listPaneTitle:{name:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0430\u043D\u0435\u043B\u0438 \u0441\u043F\u0438\u0441\u043A\u0430",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u0433\u0434\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0430\u043D\u0435\u043B\u0438 \u0441\u043F\u0438\u0441\u043A\u0430.",options:{header:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0432 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0435",list:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u0441\u043F\u0438\u0441\u043A\u0430",hidden:"\u041D\u0435 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C"}},sortNotesBy:{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0430 \u0437\u0430\u043C\u0435\u0442\u043E\u043A",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043F\u043E\u0441\u043E\u0431 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u0441\u043F\u0438\u0441\u043A\u0435.",options:{"modified-desc":"\u041F\u043E \u0434\u0430\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F (\u043D\u043E\u0432\u044B\u0435 \u0441\u0432\u0435\u0440\u0445\u0443)","modified-asc":"\u041F\u043E \u0434\u0430\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F (\u0441\u0442\u0430\u0440\u044B\u0435 \u0441\u0432\u0435\u0440\u0445\u0443)","created-desc":"\u041F\u043E \u0434\u0430\u0442\u0435 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F (\u043D\u043E\u0432\u044B\u0435 \u0441\u0432\u0435\u0440\u0445\u0443)","created-asc":"\u041F\u043E \u0434\u0430\u0442\u0435 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F (\u0441\u0442\u0430\u0440\u044B\u0435 \u0441\u0432\u0435\u0440\u0445\u0443)","title-asc":"\u041F\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044E (\u0410 \u0441\u0432\u0435\u0440\u0445\u0443)","title-desc":"\u041F\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044E (\u042F \u0441\u0432\u0435\u0440\u0445\u0443)","filename-asc":"\u0418\u043C\u044F \u0444\u0430\u0439\u043B\u0430 (\u0410 \u0441\u0432\u0435\u0440\u0445\u0443)","filename-desc":"\u0418\u043C\u044F \u0444\u0430\u0439\u043B\u0430 (\u042F \u0441\u0432\u0435\u0440\u0445\u0443)","property-asc":"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E (\u0410 \u0441\u0432\u0435\u0440\u0445\u0443)","property-desc":"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E (\u042F \u0441\u0432\u0435\u0440\u0445\u0443)"},propertyOverride:{asc:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u2018{property}\u2019 (\u0410 \u0441\u0432\u0435\u0440\u0445\u0443)",desc:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u2018{property}\u2019 (\u042F \u0441\u0432\u0435\u0440\u0445\u0443)"}},propertySortKey:{name:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438",desc:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u0441 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u043E\u0439 \u043F\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0443. \u0417\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u044D\u0442\u0438\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E\u043C frontmatter \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F \u043F\u0435\u0440\u0432\u044B\u043C\u0438 \u0438 \u0441\u043E\u0440\u0442\u0438\u0440\u0443\u044E\u0442\u0441\u044F \u043F\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430. \u041C\u0430\u0441\u0441\u0438\u0432\u044B \u043E\u0431\u044A\u0435\u0434\u0438\u043D\u044F\u044E\u0442\u0441\u044F \u0432 \u043E\u0434\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435.",placeholder:"order"},propertySortSecondary:{name:"\u0412\u0442\u043E\u0440\u0438\u0447\u043D\u0430\u044F \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0430",desc:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0440\u0438 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0435 \u043F\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0443, \u043A\u043E\u0433\u0434\u0430 \u0443 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043E\u0434\u0438\u043D\u0430\u043A\u043E\u0432\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0438\u043B\u0438 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442.",options:{title:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",filename:"\u0418\u043C\u044F \u0444\u0430\u0439\u043B\u0430",created:"\u0414\u0430\u0442\u0430 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",modified:"\u0414\u0430\u0442\u0430 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F"}},revealFileOnListChanges:{name:"\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0430 \u043A \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u043C\u0443 \u0444\u0430\u0439\u043B\u0443 \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F\u0445 \u0441\u043F\u0438\u0441\u043A\u0430",desc:"\u041F\u0440\u043E\u043A\u0440\u0443\u0447\u0438\u0432\u0430\u0442\u044C \u043A \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u043C\u0443 \u0444\u0430\u0439\u043B\u0443 \u043F\u0440\u0438 \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A, \u043F\u043E\u043A\u0430\u0437\u0435 \u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432, \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u0432\u043D\u0435\u0448\u043D\u0435\u0433\u043E \u0432\u0438\u0434\u0430 \u043F\u0430\u043F\u043A\u0438 \u0438\u043B\u0438 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u043E\u0432\u044B\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0439."},includeDescendantNotes:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A / \u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432",desc:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u044B\u0445 \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A \u0438 \u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432 \u0442\u0435\u0433\u043E\u0432 \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u043F\u0430\u043F\u043A\u0438 \u0438\u043B\u0438 \u0442\u0435\u0433\u0430."},limitPinnedToCurrentFolder:{name:"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u044F\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0438\u0445 \u043F\u0430\u043F\u043A\u0435",desc:"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u043C\u0438 \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0441\u0432\u043E\u0435\u0439 \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0439 \u043F\u0430\u043F\u043A\u0435. \u041F\u043E\u043B\u0435\u0437\u043D\u043E \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u0442\u043E\u043A-\u043F\u0430\u043F\u043E\u043A \u0438\u043B\u0438 \u0435\u0441\u043B\u0438 \u0443 \u0432\u0430\u0441 \u043C\u043D\u043E\u0433\u043E \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A. \u041D\u0435 \u0432\u043B\u0438\u044F\u0435\u0442 \u043D\u0430 \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0442\u0435\u0433\u043E\u0432 \u0438\u043B\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432."},separateNoteCounts:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0442\u0435\u043A\u0443\u0449\u0438\u0435 \u0438 \u043F\u043E\u0442\u043E\u043C\u043A\u043E\u0432 \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u043E",desc:'\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 "\u0442\u0435\u043A\u0443\u0449\u0438\u0435 \u25BE \u043F\u043E\u0442\u043E\u043C\u043A\u0438" \u0432 \u043F\u0430\u043F\u043A\u0430\u0445 \u0438 \u0442\u0435\u0433\u0430\u0445.'},groupNotes:{name:"\u0413\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u043A\u0430 \u0437\u0430\u043C\u0435\u0442\u043E\u043A",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u043C\u0435\u0436\u0434\u0443 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438, \u0441\u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u043C\u0438 \u043F\u043E \u0434\u0430\u0442\u0435 \u0438\u043B\u0438 \u043F\u0430\u043F\u043A\u0435. \u041F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0442\u0435\u0433\u043E\u0432 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0442\u0441\u044F \u0433\u0440\u0443\u043F\u043F\u044B \u043F\u043E \u0434\u0430\u0442\u0435, \u0435\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0430 \u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u043A\u0430 \u043F\u043E \u043F\u0430\u043F\u043A\u0430\u043C.",options:{none:"\u041D\u0435 \u0433\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C",date:"\u0413\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E \u0434\u0430\u0442\u0435",folder:"\u0413\u0440\u0443\u043F\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E \u043F\u0430\u043F\u043A\u0435"}},showSelectedNavigationPills:{name:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0432\u0441\u0435 \u043C\u0435\u0442\u043A\u0438 \u0442\u0435\u0433\u043E\u0432 \u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",desc:"\u041F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u043C\u0435\u0442\u043A\u0438, \u0441\u043E\u0432\u043F\u0430\u0434\u0430\u044E\u0449\u0438\u0435 \u0441 \u0442\u0435\u043A\u0443\u0449\u0438\u043C \u0432\u044B\u0431\u043E\u0440\u043E\u043C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438, \u0441\u043A\u0440\u044B\u0432\u0430\u044E\u0442\u0441\u044F (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u043C\u0435\u0442\u043A\u0430 \u0442\u0435\u0433\u0430 \xAB\u0440\u0435\u0446\u0435\u043F\u0442\u044B\xBB \u0441\u043A\u0440\u044B\u0432\u0430\u0435\u0442\u0441\u044F \u043F\u0440\u0438 \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0435 \u0442\u0435\u0433\u0430 \xAB\u0440\u0435\u0446\u0435\u043F\u0442\u044B\xBB). \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0432\u0441\u0435 \u043C\u0435\u0442\u043A\u0438 \u043E\u0441\u0442\u0430\u0432\u0430\u043B\u0438\u0441\u044C \u0432\u0438\u0434\u0438\u043C\u044B\u043C\u0438."},showPinnedGroupHeader:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0440\u0430\u0437\u0434\u0435\u043B\u0430 \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445 \u043D\u0430\u0434 \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438."},showPinnedIcon:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443 \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443 \u0440\u044F\u0434\u043E\u043C \u0441 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u043C \u0440\u0430\u0437\u0434\u0435\u043B\u0430 \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445."},defaultListMode:{name:"\u0420\u0435\u0436\u0438\u043C \u0441\u043F\u0438\u0441\u043A\u0430 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0443\u044E \u0440\u0430\u0437\u043C\u0435\u0442\u043A\u0443 \u0441\u043F\u0438\u0441\u043A\u0430. \u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435, \u0434\u0430\u0442\u0443, \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u0438 \u043F\u0440\u0435\u0432\u044C\u044E. \u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435. \u041C\u043E\u0436\u043D\u043E \u043F\u0435\u0440\u0435\u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0438\u0442\u044C \u0432\u043D\u0435\u0448\u043D\u0438\u0439 \u0432\u0438\u0434 \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0439 \u043F\u0430\u043F\u043A\u0438.",options:{standard:"\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439",compact:"\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439"}},showFileIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u043E\u0432 \u0441 \u0432\u044B\u0440\u0430\u0432\u043D\u0438\u0432\u0430\u043D\u0438\u0435\u043C \u043F\u043E \u043B\u0435\u0432\u043E\u043C\u0443 \u043A\u0440\u0430\u044E. \u041E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0443\u0431\u0438\u0440\u0430\u0435\u0442 \u0438 \u0438\u043A\u043E\u043D\u043A\u0438, \u0438 \u043E\u0442\u0441\u0442\u0443\u043F\u044B. \u041F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442: \u0437\u043D\u0430\u0447\u043E\u043A \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0445 \u0437\u0430\u0434\u0430\u0447 > \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0437\u043D\u0430\u0447\u043E\u043A > \u0437\u043D\u0430\u0447\u043E\u043A \u0438\u043C\u0435\u043D\u0438 \u0444\u0430\u0439\u043B\u0430 > \u0437\u043D\u0430\u0447\u043E\u043A \u0442\u0438\u043F\u0430 \u0444\u0430\u0439\u043B\u0430 > \u0437\u043D\u0430\u0447\u043E\u043A \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E."},showFileIconUnfinishedTask:{name:"\u0417\u043D\u0430\u0447\u043E\u043A \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0445 \u0437\u0430\u0434\u0430\u0447",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u043E\u043A \u0437\u0430\u0434\u0430\u0447\u0438, \u043A\u043E\u0433\u0434\u0430 \u0437\u0430\u043C\u0435\u0442\u043A\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0435 \u0437\u0430\u0434\u0430\u0447\u0438."},showFileBackgroundUnfinishedTask:{name:"\u0424\u043E\u043D \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0445 \u0437\u0430\u0434\u0430\u0447",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430, \u043A\u043E\u0433\u0434\u0430 \u0437\u0430\u043C\u0435\u0442\u043A\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0435 \u0437\u0430\u0434\u0430\u0447\u0438."},unfinishedTaskBackgroundColor:{name:"\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430",desc:"\u0417\u0430\u0434\u0430\u0442\u044C \u0446\u0432\u0435\u0442 \u0444\u043E\u043D\u0430, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u044B\u0439 \u043A\u043E\u0433\u0434\u0430 \u0437\u0430\u043C\u0435\u0442\u043A\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043D\u043D\u044B\u0435 \u0437\u0430\u0434\u0430\u0447\u0438."},showFilenameMatchIcons:{name:"\u0418\u043A\u043E\u043D\u043A\u0438 \u043F\u043E \u0438\u043C\u0435\u043D\u0438 \u0444\u0430\u0439\u043B\u0430",desc:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u0430\u043C \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0442\u0435\u043A\u0441\u0442\u0430 \u0432 \u0438\u0445 \u0438\u043C\u0435\u043D\u0430\u0445."},fileNameIconMap:{name:"\u0421\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u043C\u0451\u043D \u0438 \u0438\u043A\u043E\u043D\u043E\u043A",desc:"\u0424\u0430\u0439\u043B\u044B, \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0435 \u0442\u0435\u043A\u0441\u0442, \u043F\u043E\u043B\u0443\u0447\u0430\u044E\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u0443\u044E \u0438\u043A\u043E\u043D\u043A\u0443. \u041E\u0434\u043D\u043E \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0443: \u0442\u0435\u043A\u0441\u0442=\u0438\u043A\u043E\u043D\u043A\u0430",placeholder:`# \u0442\u0435\u043A\u0441\u0442=\u0438\u043A\u043E\u043D\u043A\u0430 +\u0432\u0441\u0442\u0440\u0435\u0447\u0430=LiCalendar +\u0441\u0447\u0451\u0442=PhReceipt`,editTooltip:"\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044F"},showCategoryIcons:{name:"\u0418\u043A\u043E\u043D\u043A\u0438 \u043F\u043E \u0442\u0438\u043F\u0443 \u0444\u0430\u0439\u043B\u0430",desc:"\u041D\u0430\u0437\u043D\u0430\u0447\u0438\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u0430\u043C \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0438\u0445 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F."},fileTypeIconMap:{name:"\u0421\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0442\u0438\u043F\u043E\u0432 \u0438 \u0438\u043A\u043E\u043D\u043E\u043A",desc:"\u0424\u0430\u0439\u043B\u044B \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435\u043C \u043F\u043E\u043B\u0443\u0447\u0430\u044E\u0442 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u0443\u044E \u0438\u043A\u043E\u043D\u043A\u0443. \u041E\u0434\u043D\u043E \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0443: \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0435=\u0438\u043A\u043E\u043D\u043A\u0430",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043E\u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044F"},optimizeNoteHeight:{name:"\u041F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u0430\u044F \u0432\u044B\u0441\u043E\u0442\u0430 \u0437\u0430\u043C\u0435\u0442\u043E\u043A",desc:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0443\u044E \u0432\u044B\u0441\u043E\u0442\u0443 \u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0431\u0435\u0437 \u043F\u0440\u0435\u0432\u044C\u044E."},compactItemHeight:{name:"\u0412\u044B\u0441\u043E\u0442\u0430 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0445 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432",desc:"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0435 \u0432\u044B\u0441\u043E\u0442\u0443 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0445 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 \u0441\u043F\u0438\u0441\u043A\u0430 \u043D\u0430 \u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u0435 \u0438 \u043C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u043C.",resetTooltip:"\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E (28px)"},compactItemHeightScaleText:{name:"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u0441 \u0432\u044B\u0441\u043E\u0442\u043E\u0439 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0445 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432",desc:"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0430 \u043F\u0440\u0438 \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u0438 \u0432\u044B\u0441\u043E\u0442\u044B \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432."},showParentFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0443\u044E \u043F\u0430\u043F\u043A\u0443",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0430\u043F\u043A\u0438 \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043F\u043E\u0434\u043F\u0430\u043F\u043A\u0430\u0445 \u0438\u043B\u0438 \u0442\u0435\u0433\u0430\u0445."},parentFolderClickRevealsFile:{name:"\u041A\u043B\u0438\u043A \u043F\u043E \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0430\u043F\u043A\u0435 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u043F\u0430\u043F\u043A\u0443",desc:"\u041A\u043B\u0438\u043A \u043F\u043E \u043C\u0435\u0442\u043A\u0435 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0430\u043F\u043A\u0438 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u043F\u0430\u043F\u043A\u0443 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u0441\u043F\u0438\u0441\u043A\u0430."},showParentFolderColor:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0430\u043F\u043A\u0438",desc:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u043F\u0430\u043F\u043E\u043A \u043D\u0430 \u043C\u0435\u0442\u043A\u0430\u0445 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u043F\u0430\u043F\u043E\u043A."},showParentFolderIcon:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0443 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0430\u043F\u043A\u0438",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u0440\u044F\u0434\u043E\u043C \u0441 \u043C\u0435\u0442\u043A\u0430\u043C\u0438 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u043F\u0430\u043F\u043E\u043A."},showQuickActions:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0431\u044B\u0441\u0442\u0440\u044B\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u043D\u0430 \u0444\u0430\u0439\u043B\u044B. \u042D\u043B\u0435\u043C\u0435\u043D\u0442\u044B \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0432\u044B\u0431\u0438\u0440\u0430\u044E\u0442, \u043A\u0430\u043A\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F."},dualPane:{name:"\u0414\u0432\u0443\u0445\u043F\u0430\u043D\u0435\u043B\u044C\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0438 \u043F\u0430\u043D\u0435\u043B\u044C \u0441\u043F\u0438\u0441\u043A\u0430 \u0440\u044F\u0434\u043E\u043C \u043D\u0430 \u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440\u0435."},dualPaneOrientation:{name:"\u041E\u0440\u0438\u0435\u043D\u0442\u0430\u0446\u0438\u044F \u0434\u0432\u0443\u0445\u043F\u0430\u043D\u0435\u043B\u044C\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0433\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u0443\u044E \u0438\u043B\u0438 \u0432\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u0443\u044E \u0440\u0430\u0437\u043C\u0435\u0442\u043A\u0443 \u043F\u0440\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u043C \u0434\u0432\u0443\u0445\u043F\u0430\u043D\u0435\u043B\u044C\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435.",options:{horizontal:"\u0413\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u0435",vertical:"\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u043E\u0435 \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u0435"}},appearanceBackground:{name:"\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0432\u0435\u0442\u0430 \u0444\u043E\u043D\u0430 \u0434\u043B\u044F \u043F\u0430\u043D\u0435\u043B\u0435\u0439 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0438 \u0441\u043F\u0438\u0441\u043A\u0430.",options:{separate:"\u0420\u0430\u0437\u0434\u0435\u043B\u044C\u043D\u044B\u0435 \u0444\u043E\u043D\u044B",primary:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0444\u043E\u043D \u0441\u043F\u0438\u0441\u043A\u0430",secondary:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0444\u043E\u043D \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438"}},appearanceScale:{name:"\u0423\u0440\u043E\u0432\u0435\u043D\u044C \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F",desc:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u0442 \u043E\u0431\u0449\u0438\u043C \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u043E\u043C Notebook Navigator."},useFloatingToolbars:{name:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043F\u043B\u0430\u0432\u0430\u044E\u0449\u0438\u0435 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432 \u043D\u0430 iOS/iPadOS",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u043A Obsidian 1.11 \u0438 \u0431\u043E\u043B\u0435\u0435 \u043F\u043E\u0437\u0434\u043D\u0438\u043C \u0432\u0435\u0440\u0441\u0438\u044F\u043C."},startView:{name:"\u041D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u0439 \u0432\u0438\u0434 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u043A\u0430\u043A\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u043F\u0440\u0438 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438 Notebook Navigator. \u041F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u044F\u0440\u043B\u044B\u043A\u0438, \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B \u0438 \u0434\u0435\u0440\u0435\u0432\u043E \u043F\u0430\u043F\u043E\u043A. \u041F\u0430\u043D\u0435\u043B\u044C \u0441\u043F\u0438\u0441\u043A\u0430 \u0441\u0440\u0430\u0437\u0443 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u0441\u043F\u0438\u0441\u043E\u043A \u0444\u0430\u0439\u043B\u043E\u0432.",options:{navigation:"\u041F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",files:"\u041F\u0430\u043D\u0435\u043B\u044C \u0441\u043F\u0438\u0441\u043A\u0430"}},toolbarButtons:{name:"\u041A\u043D\u043E\u043F\u043A\u0438 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u043A\u0430\u043A\u0438\u0435 \u043A\u043D\u043E\u043F\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432. \u0421\u043A\u0440\u044B\u0442\u044B\u0435 \u043A\u043D\u043E\u043F\u043A\u0438 \u043E\u0441\u0442\u0430\u044E\u0442\u0441\u044F \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u043C\u0438 \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0430\u043D\u0434\u044B \u0438 \u043C\u0435\u043D\u044E.",navigationLabel:"\u041F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",listLabel:"\u041F\u0430\u043D\u0435\u043B\u044C \u0441\u043F\u0438\u0441\u043A\u0430"},createNewNotesInNewTab:{name:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435",desc:"\u0415\u0441\u043B\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u043A\u043E\u043C\u0430\u043D\u0434\u0430 \xAB\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443\xBB \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435. \u0415\u0441\u043B\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u043E, \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0437\u0430\u043C\u0435\u043D\u044F\u044E\u0442 \u0442\u0435\u043A\u0443\u0449\u0443\u044E \u0432\u043A\u043B\u0430\u0434\u043A\u0443."},autoRevealActiveNote:{name:"\u0410\u0432\u0442\u043E\u043F\u043E\u043A\u0430\u0437 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",desc:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438, \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0435 \u0438\u0437 \u0431\u044B\u0441\u0442\u0440\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0442\u0435\u043B\u044F, \u0441\u0441\u044B\u043B\u043E\u043A \u0438\u043B\u0438 \u043F\u043E\u0438\u0441\u043A\u0430."},autoRevealShortestPath:{name:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043A\u0440\u0430\u0442\u0447\u0430\u0439\u0448\u0438\u0439 \u043F\u0443\u0442\u044C",desc:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u043E: \u0410\u0432\u0442\u043E\u043F\u043E\u043A\u0430\u0437 \u0432\u044B\u0431\u0438\u0440\u0430\u0435\u0442 \u0431\u043B\u0438\u0436\u0430\u0439\u0448\u0443\u044E \u0432\u0438\u0434\u0438\u043C\u0443\u044E \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0438\u043B\u0438 \u0442\u0435\u0433. \u0412\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u043E: \u0410\u0432\u0442\u043E\u043F\u043E\u043A\u0430\u0437 \u0432\u044B\u0431\u0438\u0440\u0430\u0435\u0442 \u0444\u0430\u043A\u0442\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0444\u0430\u0439\u043B\u0430 \u0438 \u0442\u043E\u0447\u043D\u044B\u0439 \u0442\u0435\u0433."},autoRevealIgnoreRightSidebar:{name:"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043E\u0431\u044B\u0442\u0438\u044F \u0438\u0437 \u043F\u0440\u0430\u0432\u043E\u0439 \u0431\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438",desc:"\u041D\u0435 \u043C\u0435\u043D\u044F\u0442\u044C \u0430\u043A\u0442\u0438\u0432\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0440\u0438 \u043A\u043B\u0438\u043A\u0435 \u0438\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0431\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438."},autoRevealIgnoreOtherWindows:{name:"\u0418\u0433\u043D\u043E\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043E\u0431\u044B\u0442\u0438\u044F \u0438\u0437 \u0434\u0440\u0443\u0433\u0438\u0445 \u043E\u043A\u043E\u043D",desc:"\u041D\u0435 \u043C\u0435\u043D\u044F\u0442\u044C \u0430\u043A\u0442\u0438\u0432\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0440\u0438 \u0440\u0430\u0431\u043E\u0442\u0435 \u0441 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438 \u0432 \u0434\u0440\u0443\u0433\u043E\u043C \u043E\u043A\u043D\u0435."},paneTransitionDuration:{name:"\u0410\u043D\u0438\u043C\u0430\u0446\u0438\u044F \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438",desc:"\u0414\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u043F\u0430\u043D\u0435\u043B\u0435\u0439 \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 \u043E\u0434\u0438\u043D\u043E\u0447\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 (\u043C\u0438\u043B\u043B\u0438\u0441\u0435\u043A\u0443\u043D\u0434\u044B).",resetTooltip:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E"},autoSelectFirstFileOnFocusChange:{name:"\u0410\u0432\u0442\u043E\u0432\u044B\u0431\u043E\u0440 \u043F\u0435\u0440\u0432\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",desc:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0435\u0440\u0432\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0440\u0438 \u0441\u043C\u0435\u043D\u0435 \u043F\u0430\u043F\u043E\u043A \u0438\u043B\u0438 \u0442\u0435\u0433\u043E\u0432."},skipAutoScroll:{name:"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0430\u0432\u0442\u043E\u043F\u0440\u043E\u043A\u0440\u0443\u0442\u043A\u0443 \u0434\u043B\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432",desc:"\u041D\u0435 \u043F\u0440\u043E\u043A\u0440\u0443\u0447\u0438\u0432\u0430\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u043F\u0440\u0438 \u043A\u043B\u0438\u043A\u0435 \u043F\u043E \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u043C \u0432 \u044F\u0440\u043B\u044B\u043A\u0430\u0445."},autoExpandNavItems:{name:"\u0420\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u0432\u044B\u0431\u043E\u0440\u0435",desc:"\u0420\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0438 \u0438 \u0442\u0435\u0433\u0438 \u043F\u0440\u0438 \u0432\u044B\u0431\u043E\u0440\u0435. \u0412 \u043E\u0434\u043D\u043E\u043F\u0430\u043D\u0435\u043B\u044C\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435 \u043F\u0435\u0440\u0432\u044B\u0439 \u0432\u044B\u0431\u043E\u0440 \u0440\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442, \u0432\u0442\u043E\u0440\u043E\u0439 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u0444\u0430\u0439\u043B\u044B."},springLoadedFolders:{name:"\u0420\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u0438",desc:"\u0420\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0438 \u0438 \u0442\u0435\u0433\u0438 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u0438 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u044F."},springLoadedFoldersInitialDelay:{name:"\u0417\u0430\u0434\u0435\u0440\u0436\u043A\u0430 \u043F\u0435\u0440\u0432\u043E\u0433\u043E \u0440\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u043D\u0438\u044F",desc:"\u0417\u0430\u0434\u0435\u0440\u0436\u043A\u0430 \u043F\u0435\u0440\u0435\u0434 \u0440\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u043D\u0438\u0435\u043C \u043F\u0435\u0440\u0432\u043E\u0439 \u043F\u0430\u043F\u043A\u0438 \u0438\u043B\u0438 \u0442\u0435\u0433\u0430 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u044F (\u0441\u0435\u043A\u0443\u043D\u0434\u044B)."},springLoadedFoldersSubsequentDelay:{name:"\u0417\u0430\u0434\u0435\u0440\u0436\u043A\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0440\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u043D\u0438\u0439",desc:"\u0417\u0430\u0434\u0435\u0440\u0436\u043A\u0430 \u043F\u0435\u0440\u0435\u0434 \u0440\u0430\u0437\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u043D\u0438\u0435\u043C \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0445 \u043F\u0430\u043F\u043E\u043A \u0438\u043B\u0438 \u0442\u0435\u0433\u043E\u0432 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u0442\u043E\u0433\u043E \u0436\u0435 \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u044F (\u0441\u0435\u043A\u0443\u043D\u0434\u044B)."},navigationBanner:{name:"\u0411\u0430\u043D\u043D\u0435\u0440 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u043D\u0430\u0434 \u043F\u0430\u043D\u0435\u043B\u044C\u044E \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438. \u041C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0441 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u043C \u043F\u0440\u043E\u0444\u0438\u043B\u0435\u043C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430.",current:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0431\u0430\u043D\u043D\u0435\u0440: {path}",chooseButton:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435"},pinNavigationBanner:{name:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0431\u0430\u043D\u043D\u0435\u0440",desc:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u0431\u0430\u043D\u043D\u0435\u0440 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u043D\u0430\u0434 \u0434\u0435\u0440\u0435\u0432\u043E\u043C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438."},showShortcuts:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u044F\u0440\u043B\u044B\u043A\u0438",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0440\u0430\u0437\u0434\u0435\u043B \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438."},shortcutBadgeDisplay:{name:"\u0417\u043D\u0430\u0447\u043E\u043A \u044F\u0440\u043B\u044B\u043A\u0430",desc:"\u0427\u0442\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0440\u044F\u0434\u043E\u043C \u0441 \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B '\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u044F\u0440\u043B\u044B\u043A 1-9' \u0434\u043B\u044F \u043F\u0440\u044F\u043C\u043E\u0433\u043E \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432.",options:{index:"\u041F\u043E\u0437\u0438\u0446\u0438\u044F (1-9)",count:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432",none:"\u041D\u0435\u0442"}},showRecentNotes:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0440\u0430\u0437\u0434\u0435\u043B \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438."},hideRecentNotes:{name:"\u0421\u043A\u0440\u044B\u0442\u044C \u0442\u0438\u043F\u044B \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043F\u044B \u0444\u0430\u0439\u043B\u043E\u0432 \u0434\u043B\u044F \u0441\u043A\u0440\u044B\u0442\u0438\u044F \u0432 \u0440\u0430\u0437\u0434\u0435\u043B\u0435 \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u043E\u0432.",options:{none:"\u041D\u0435\u0442",folderNotes:"\u0417\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A"}},recentNotesCount:{name:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u043C\u044B\u0445 \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u043E\u0432."},pinRecentNotesWithShortcuts:{name:"\u0417\u0430\u043A\u0440\u0435\u043F\u0438\u0442\u044C \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B \u0432\u043C\u0435\u0441\u0442\u0435 \u0441 \u044F\u0440\u043B\u044B\u043A\u0430\u043C\u0438",desc:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u044B \u043F\u0440\u0438 \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0435\u043D\u0438\u0438 \u044F\u0440\u043B\u044B\u043A\u043E\u0432."},calendarEnabled:{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",desc:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0444\u0443\u043D\u043A\u0446\u0438\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F \u0432 Notebook Navigator."},calendarPlacement:{name:"\u0420\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0430 \u043B\u0435\u0432\u043E\u0439 \u0438\u043B\u0438 \u043F\u0440\u0430\u0432\u043E\u0439 \u0431\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438.",options:{leftSidebar:"\u041B\u0435\u0432\u0430\u044F \u0431\u043E\u043A\u043E\u0432\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C",rightSidebar:"\u041F\u0440\u0430\u0432\u0430\u044F \u0431\u043E\u043A\u043E\u0432\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C"}},calendarLeftPlacement:{name:"\u0420\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 \u043E\u0434\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438",desc:"\u0413\u0434\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 \u043E\u0434\u043D\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438.",options:{navigationPane:"\u041F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438",below:"\u041F\u043E\u0434 \u043F\u0430\u043D\u0435\u043B\u044F\u043C\u0438"}},calendarLocale:{name:"\u042F\u0437\u044B\u043A",desc:"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u0442 \u043D\u0443\u043C\u0435\u0440\u0430\u0446\u0438\u0435\u0439 \u043D\u0435\u0434\u0435\u043B\u044C \u0438 \u043F\u0435\u0440\u0432\u044B\u043C \u0434\u043D\u0451\u043C \u043D\u0435\u0434\u0435\u043B\u0438.",incompatibleWeekPatternWarning:'\u0428\u0430\u0431\u043B\u043E\u043D \u0435\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u044B\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0442\u043E\u043A\u0435\u043D\u044B ISO-\u043D\u0435\u0434\u0435\u043B\u0438 ("W" \u0438\u043B\u0438 "G"). \u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0435\u0434\u0435\u043B\u0438, \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u0441 \u043F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A\u0430, \u0432\u043C\u0435\u0441\u0442\u043E \u043F\u0435\u0440\u0432\u043E\u0433\u043E \u0434\u043D\u044F \u043D\u0435\u0434\u0435\u043B\u0438 \u044D\u0442\u043E\u0439 \u043B\u043E\u043A\u0430\u043B\u0438.',options:{systemDefault:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E"}},calendarWeekendDays:{name:"\u0412\u044B\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u043D\u0438",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0432\u044B\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u043D\u0438 \u0441 \u0434\u0440\u0443\u0433\u0438\u043C \u0446\u0432\u0435\u0442\u043E\u043C \u0444\u043E\u043D\u0430.",options:{none:"\u041D\u0435\u0442",satSun:"\u0421\u0443\u0431\u0431\u043E\u0442\u0430 \u0438 \u0432\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435",friSat:"\u041F\u044F\u0442\u043D\u0438\u0446\u0430 \u0438 \u0441\u0443\u0431\u0431\u043E\u0442\u0430",thuFri:"\u0427\u0435\u0442\u0432\u0435\u0440\u0433 \u0438 \u043F\u044F\u0442\u043D\u0438\u0446\u0430"}},calendarMonthHeadingFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u043C\u0435\u0441\u044F\u0446\u0430",desc:"\u041E\u0431\u044B\u0447\u043D\u043E\u0435 \u0438\u043B\u0438 \u0441\u043E\u043A\u0440\u0430\u0449\u0451\u043D\u043D\u043E\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043C\u0435\u0441\u044F\u0446\u0430, \u043A\u043E\u0433\u0434\u0430 \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u0432\u0438\u0434 \u0441\u043A\u0440\u044B\u0442.",options:{full:"\u044F\u043D\u0432\u0430\u0440\u044C (\u043F\u043E\u043B\u043D\u044B\u0439)",short:"\u044F\u043D\u0432. (\u043A\u043E\u0440\u043E\u0442\u043A\u0438\u0439)"}},showInfoButtons:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0438 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0438 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u0432 \u0441\u0442\u0440\u043E\u043A\u0435 \u043F\u043E\u0438\u0441\u043A\u0430 \u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0435 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F."},calendarWeeksToShow:{name:"\u041D\u0435\u0434\u0435\u043B\u044C \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043D\u0430 \u043B\u0435\u0432\u043E\u0439 \u0431\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438",desc:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C \u043D\u0430 \u043F\u0440\u0430\u0432\u043E\u0439 \u0431\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438 \u0432\u0441\u0435\u0433\u0434\u0430 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u043F\u043E\u043B\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0446.",options:{fullMonth:"\u041F\u043E\u043B\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0446",oneWeek:"1 \u043D\u0435\u0434\u0435\u043B\u044F",weeksCount:"{count} \u043D\u0435\u0434\u0435\u043B\u044C"}},calendarHighlightToday:{name:"\u0412\u044B\u0434\u0435\u043B\u044F\u0442\u044C \u0441\u0435\u0433\u043E\u0434\u043D\u044F\u0448\u043D\u044E\u044E \u0434\u0430\u0442\u0443",desc:"\u0412\u044B\u0434\u0435\u043B\u044F\u0442\u044C \u0441\u0435\u0433\u043E\u0434\u043D\u044F\u0448\u043D\u044E\u044E \u0434\u0430\u0442\u0443 \u0446\u0432\u0435\u0442\u043E\u043C \u0444\u043E\u043D\u0430 \u0438 \u0436\u0438\u0440\u043D\u044B\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u043C."},calendarShowFeatureImage:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435-\u043E\u0431\u043B\u043E\u0436\u043A\u0443",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F-\u043E\u0431\u043B\u043E\u0436\u043A\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u0435."},calendarShowWeekNumber:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043D\u043E\u043C\u0435\u0440 \u043D\u0435\u0434\u0435\u043B\u0438",desc:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043A\u043E\u043B\u043E\u043D\u043A\u0443 \u0441 \u043D\u043E\u043C\u0435\u0440\u043E\u043C \u043D\u0435\u0434\u0435\u043B\u0438."},calendarShowQuarter:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0432\u0430\u0440\u0442\u0430\u043B",desc:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043C\u0435\u0442\u043A\u0443 \u043A\u0432\u0430\u0440\u0442\u0430\u043B\u0430 \u0432 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F."},calendarShowYearCalendar:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0433\u043E\u0434\u043E\u0432\u043E\u0439 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E \u043F\u043E \u0433\u043E\u0434\u0430\u043C \u0438 \u0441\u0435\u0442\u043A\u0443 \u043C\u0435\u0441\u044F\u0446\u0435\u0432 \u0432 \u043F\u0440\u0430\u0432\u043E\u0439 \u0431\u043E\u043A\u043E\u0432\u043E\u0439 \u043F\u0430\u043D\u0435\u043B\u0438."},calendarConfirmBeforeCreate:{name:"\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0434 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0435\u043C",desc:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F \u043F\u0440\u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0438 \u043D\u043E\u0432\u043E\u0439 \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u043E\u0439 \u0437\u0430\u043C\u0435\u0442\u043A\u0438."},calendarIntegrationMode:{name:"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u044B\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A",desc:"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F.",options:{dailyNotes:"\u0415\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 (\u043E\u0441\u043D\u043E\u0432\u043D\u043E\u0439 \u043F\u043B\u0430\u0433\u0438\u043D)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u041F\u0430\u043F\u043A\u0430 \u0438 \u0444\u043E\u0440\u043C\u0430\u0442 \u0434\u0430\u0442\u044B \u043D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044E\u0442\u0441\u044F \u0432 \u043F\u043B\u0430\u0433\u0438\u043D\u0435 Daily Notes."}},calendarCustomRootFolder:{name:"\u041A\u043E\u0440\u043D\u0435\u0432\u0430\u044F \u043F\u0430\u043F\u043A\u0430",desc:"\u0411\u0430\u0437\u043E\u0432\u0430\u044F \u043F\u0430\u043F\u043A\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0438\u043E\u0434\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A. \u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0434\u0430\u0442 \u043C\u043E\u0433\u0443\u0442 \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u044C \u043F\u043E\u0434\u043F\u0430\u043F\u043A\u0438. \u0418\u0437\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F \u0441 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u043C \u043F\u0440\u043E\u0444\u0438\u043B\u0435\u043C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u0420\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0430\u043F\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u043E\u0432",desc:"\u0412\u044B\u0431\u043E\u0440 \u0444\u0430\u0439\u043B\u0430 \u0448\u0430\u0431\u043B\u043E\u043D\u0430 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0438\u0437 \u044D\u0442\u043E\u0439 \u043F\u0430\u043F\u043A\u0438.",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u0415\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u043F\u0443\u0442\u0438 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0430 \u0434\u0430\u0442\u044B Moment. \u0417\u0430\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A \u0432 \u0441\u043A\u043E\u0431\u043A\u0438, \u043D\u0430\u043F\u0440. [Work]/YYYY. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u0437\u043D\u0430\u0447\u043E\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u0430, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0434\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D. \u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0440\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0430\u043F\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u043E\u0432 \u0432 \u041E\u0431\u0449\u0438\u0435 > \u0428\u0430\u0431\u043B\u043E\u043D\u044B.",momentDescPrefix:"\u0424\u043E\u0440\u043C\u0430\u0442 \u043F\u0443\u0442\u0438 \u0441 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435\u043C ",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442\u0430 \u0434\u0430\u0442\u044B Moment",momentDescSuffix:". \u0417\u0430\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u043F\u043E\u0434\u043F\u0430\u043F\u043E\u043A \u0432 \u0441\u043A\u043E\u0431\u043A\u0438, \u043D\u0430\u043F\u0440. [Work]/YYYY. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u0437\u043D\u0430\u0447\u043E\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u0430, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0434\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D. \u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0440\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0430\u043F\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u043E\u0432 \u0432 \u041E\u0431\u0449\u0438\u0435 > \u0428\u0430\u0431\u043B\u043E\u043D\u044B.",placeholder:"YYYY/YYYYMMDD",example:"\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441: {path}",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u0434\u043E\u043B\u0436\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u0440\u0430\u0442\u043D\u043E \u043A\u0430\u043A \u043F\u043E\u043B\u043D\u0430\u044F \u0434\u0430\u0442\u0430 (\u0433\u043E\u0434, \u043C\u0435\u0441\u044F\u0446, \u0434\u0435\u043D\u044C)."},calendarCustomWeekPattern:{name:"\u0415\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u0434\u043E\u043B\u0436\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u0440\u0430\u0442\u043D\u043E \u043A\u0430\u043A \u043F\u043E\u043B\u043D\u0430\u044F \u043D\u0435\u0434\u0435\u043B\u044F (\u0433\u043E\u0434 \u043D\u0435\u0434\u0435\u043B\u0438, \u043D\u043E\u043C\u0435\u0440 \u043D\u0435\u0434\u0435\u043B\u0438).",localeMismatchWarning:'\u042D\u0442\u043E\u0442 \u0448\u0430\u0431\u043B\u043E\u043D \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0442\u043E\u043A\u0435\u043D\u044B ISO-\u043D\u0435\u0434\u0435\u043B\u0438 ("W" \u0438\u043B\u0438 "G"). \u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044C \u0431\u0443\u0434\u0435\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0435\u0434\u0435\u043B\u0438, \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u0441 \u043F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A\u0430. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 "w" \u0438\u043B\u0438 "g", \u0435\u0441\u043B\u0438 \u0435\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0434\u043E\u043B\u0436\u043D\u044B \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u0439 \u043B\u043E\u043A\u0430\u043B\u0438.'},calendarCustomMonthPattern:{name:"\u0415\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u0434\u043E\u043B\u0436\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u0440\u0430\u0442\u043D\u043E \u043A\u0430\u043A \u043F\u043E\u043B\u043D\u044B\u0439 \u043C\u0435\u0441\u044F\u0446 (\u0433\u043E\u0434, \u043C\u0435\u0441\u044F\u0446)."},calendarCustomQuarterPattern:{name:"\u041A\u0432\u0430\u0440\u0442\u0430\u043B\u044C\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u0434\u043E\u043B\u0436\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u0440\u0430\u0442\u043D\u043E \u043A\u0430\u043A \u043F\u043E\u043B\u043D\u044B\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B (\u0433\u043E\u0434, \u043A\u0432\u0430\u0440\u0442\u0430\u043B)."},calendarCustomYearPattern:{name:"\u0413\u043E\u0434\u043E\u0432\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u0434\u043E\u043B\u0436\u0435\u043D \u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u044C\u0441\u044F \u043E\u0431\u0440\u0430\u0442\u043D\u043E \u043A\u0430\u043A \u043F\u043E\u043B\u043D\u044B\u0439 \u0433\u043E\u0434 (\u0433\u043E\u0434)."},calendarTemplateFile:{current:"\u0424\u0430\u0439\u043B \u0448\u0430\u0431\u043B\u043E\u043D\u0430: {name}"},showTooltips:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0438",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0432\u0441\u043F\u043B\u044B\u0432\u0430\u044E\u0449\u0438\u0435 \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0438 \u0441 \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0435\u0439 \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0438 \u043F\u0430\u043F\u043E\u043A."},showTooltipPath:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0443\u0442\u044C",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043F\u0443\u0442\u044C \u043A \u043F\u0430\u043F\u043A\u0435 \u043F\u043E\u0434 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0432 \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0430\u0445."},resetPaneSeparator:{name:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F \u043F\u0430\u043D\u0435\u043B\u0435\u0439",desc:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\u0430\u0435\u043C\u044B\u0439 \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C \u043C\u0435\u0436\u0434\u0443 \u043F\u0430\u043D\u0435\u043B\u044C\u044E \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0438 \u043F\u0430\u043D\u0435\u043B\u044C\u044E \u0441\u043F\u0438\u0441\u043A\u0430 \u0432 \u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",buttonText:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C",notice:"\u041F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F \u0441\u0431\u0440\u043E\u0448\u0435\u043D\u043E. \u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u0435 Obsidian \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 Notebook Navigator \u0434\u043B\u044F \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044F."},settingsTransfer:{name:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438 \u044D\u043A\u0441\u043F\u043E\u0440\u0442 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",desc:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u0438\u043B\u0438 \u0438\u043C\u043F\u043E\u0440\u0442 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A Notebook Navigator \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 JSON. \u0418\u043C\u043F\u043E\u0440\u0442 \u0437\u0430\u043C\u0435\u043D\u044F\u0435\u0442 \u0432\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438.",importButtonText:"\u0418\u043C\u043F\u043E\u0440\u0442",exportButtonText:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442",import:{modalTitle:"\u0418\u043C\u043F\u043E\u0440\u0442 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",fileButtonName:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",fileButtonDesc:"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C JSON-\u0444\u0430\u0439\u043B \u0441 \u0434\u0438\u0441\u043A\u0430.",fileButtonText:"\u0418\u043C\u043F\u043E\u0440\u0442 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430",editorName:"JSON",editorDesc:"\u0412\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0438\u043B\u0438 \u043E\u0442\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0443\u0439\u0442\u0435 JSON \u043D\u0438\u0436\u0435. \u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0451\u043D\u043D\u044B\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0441\u0431\u0440\u0430\u0441\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u043A \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F\u043C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u0418\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C",successNotice:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u044B.",errorNotice:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0438\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438: {message}",fileReadError:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u0442\u044C \u0444\u0430\u0439\u043B: {message}"},export:{modalTitle:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",editorName:"JSON",editorDesc:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u043E\u0442\u043B\u0438\u0447\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u043E\u0442 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",placeholder:"{}",copyButtonText:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430",downloadButtonText:"\u0421\u043A\u0430\u0447\u0430\u0442\u044C",copyNotice:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u044B \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0435\u043D\u0430.",downloadNotice:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u044D\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u044B.",downloadError:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043A\u0430\u0447\u0430\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438: {message}"}},resetAllSettings:{name:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",desc:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 Notebook Navigator \u043A \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F\u043C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E.",buttonText:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",confirmTitle:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438?",confirmMessage:"\u042D\u0442\u043E \u0441\u0431\u0440\u043E\u0441\u0438\u0442 \u0432\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 Notebook Navigator \u043A \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F\u043C \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E. \u042D\u0442\u043E \u043D\u0435\u043B\u044C\u0437\u044F \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C.",confirmButtonText:"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",notice:"\u0412\u0441\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0441\u0431\u0440\u043E\u0448\u0435\u043D\u044B. \u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u0435 Obsidian \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u043E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 Notebook Navigator \u0434\u043B\u044F \u043F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u044F.",error:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438."},multiSelectModifier:{name:"\u041C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0433\u043E \u0432\u044B\u0431\u043E\u0440\u0430",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u043A\u0430\u043A\u0430\u044F \u043A\u043B\u0430\u0432\u0438\u0448\u0430-\u043C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0435\u0442 \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u044B\u0439 \u0432\u044B\u0431\u043E\u0440. \u041F\u0440\u0438 \u0432\u044B\u0431\u043E\u0440\u0435 Option/Alt, \u043A\u043B\u0438\u043A \u0441 Cmd/Ctrl \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435.",options:{cmdCtrl:"\u041A\u043B\u0438\u043A \u0441 Cmd/Ctrl",optionAlt:"\u041A\u043B\u0438\u043A \u0441 Option/Alt"}},enterToOpenFiles:{name:"\u041D\u0430\u0436\u0430\u0442\u044C Enter \u0434\u043B\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0444\u0430\u0439\u043B\u044B \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 Enter \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u043F\u043E \u0441\u043F\u0438\u0441\u043A\u0443 \u0441 \u043A\u043B\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u044B."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u0438 \u0438\u043B\u0438 \u043E\u043A\u043D\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u0438 \u0438\u043B\u0438 \u043E\u043A\u043D\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u0444\u0430\u0439\u043B \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435, \u0440\u0430\u0437\u0434\u0435\u043B\u0435\u043D\u0438\u0438 \u0438\u043B\u0438 \u043E\u043A\u043D\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 Ctrl+Enter."},mouseBackForwardAction:{name:"\u041A\u043D\u043E\u043F\u043A\u0438 \xAB\u041D\u0430\u0437\u0430\u0434\xBB/\xAB\u0412\u043F\u0435\u0440\u0451\u0434\xBB \u043C\u044B\u0448\u0438",desc:"\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043A\u043D\u043E\u043F\u043E\u043A \xAB\u041D\u0430\u0437\u0430\u0434\xBB \u0438 \xAB\u0412\u043F\u0435\u0440\u0451\u0434\xBB \u043C\u044B\u0448\u0438 \u043D\u0430 \u0434\u0435\u0441\u043A\u0442\u043E\u043F\u0435.",options:{none:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0438\u0441\u0442\u0435\u043C\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435",singlePaneSwitch:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043F\u0430\u043D\u0435\u043B\u0435\u0439 (\u043E\u0434\u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u044C)",history:"\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F \u043F\u043E \u0438\u0441\u0442\u043E\u0440\u0438\u0438"}},fileVisibility:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0442\u0438\u043F\u044B \u0444\u0430\u0439\u043B\u043E\u0432 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u0424\u0438\u043B\u044C\u0442\u0440\u0443\u0439\u0442\u0435, \u043A\u0430\u043A\u0438\u0435 \u0442\u0438\u043F\u044B \u0444\u0430\u0439\u043B\u043E\u0432 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F \u0432 \u043D\u0430\u0432\u0438\u0433\u0430\u0442\u043E\u0440\u0435. \u0422\u0438\u043F\u044B \u0444\u0430\u0439\u043B\u043E\u0432, \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 Obsidian, \u043C\u043E\u0433\u0443\u0442 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C\u0441\u044F \u0432\u043E \u0432\u043D\u0435\u0448\u043D\u0438\u0445 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F\u0445.",options:{documents:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044B (.md, .canvas, .base)",supported:"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0435 (\u043E\u0442\u043A\u0440\u044B\u0432\u0430\u044E\u0442\u0441\u044F \u0432 Obsidian)",all:"\u0412\u0441\u0435 (\u043C\u043E\u0433\u0443\u0442 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C\u0441\u044F \u0432\u043D\u0435\u0448\u043D\u0435)"}},homepage:{name:"\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u0447\u0442\u043E Notebook Navigator \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u0435\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435.",current:"\u0422\u0435\u043A\u0443\u0449\u0430\u044F: {path}",chooseButton:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0444\u0430\u0439\u043B",options:{none:"\u041D\u0435\u0442",file:"\u0424\u0430\u0439\u043B",dailyNote:"\u0415\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",weeklyNote:"\u0415\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",monthlyNote:"\u0415\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430",quarterlyNote:"\u0415\u0436\u0435\u043A\u0432\u0430\u0440\u0442\u0430\u043B\u044C\u043D\u0430\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0430"},file:{name:"\u0424\u0430\u0439\u043B \u0437\u0430\u043F\u0443\u0441\u043A\u0430",empty:"\u0424\u0430\u0439\u043B \u043D\u0435 \u0432\u044B\u0431\u0440\u0430\u043D"}},excludedNotes:{name:"\u0421\u043A\u0440\u044B\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u043E \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u0440\u0430\u0432\u0438\u043B frontmatter \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u0437\u0430\u043F\u0438\u0441\u0438 `key` \u0438\u043B\u0438 `key=value` (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u0421\u043A\u0440\u044B\u0442\u044C \u0444\u0430\u0439\u043B\u044B (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u043E\u0432 \u0438\u043C\u0451\u043D \u0444\u0430\u0439\u043B\u043E\u0432 \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E \u0434\u043B\u044F \u0441\u043A\u0440\u044B\u0442\u0438\u044F. \u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0435 \u0437\u043D\u0430\u043A\u0438 * \u0438 \u043F\u0443\u0442\u0438 / (\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u041F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",desc:"\u041F\u0440\u043E\u0444\u0438\u043B\u0438 \u0445\u0440\u0430\u043D\u044F\u0442 \u0432\u0438\u0434\u0438\u043C\u043E\u0441\u0442\u044C \u0442\u0438\u043F\u043E\u0432 \u0444\u0430\u0439\u043B\u043E\u0432, \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u0444\u0430\u0439\u043B\u044B, \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u043F\u0430\u043F\u043A\u0438, \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u0442\u0435\u0433\u0438, \u0441\u043A\u0440\u044B\u0442\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438, \u044F\u0440\u043B\u044B\u043A\u0438 \u0438 \u0431\u0430\u043D\u043D\u0435\u0440 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438. \u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0430\u0439\u0442\u0435 \u043F\u0440\u043E\u0444\u0438\u043B\u0438 \u0438\u0437 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438.",defaultName:"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",addButton:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C",editProfilesButton:"\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u0438",addProfileOption:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C...",applyButton:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C",deleteButton:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C",addModalTitle:"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u044C",editProfilesModalTitle:"\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0444\u0438\u043B\u0438",addModalPlaceholder:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u043E\u0444\u0438\u043B\u044F",deleteModalTitle:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C {name}",deleteModalMessage:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C {name}? \u0424\u0438\u043B\u044C\u0442\u0440\u044B \u0441\u043A\u0440\u044B\u0442\u044B\u0445 \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u0430\u043F\u043E\u043A, \u0442\u0435\u0433\u043E\u0432 \u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A, \u0441\u043E\u0445\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0435 \u0432 \u044D\u0442\u043E\u043C \u043F\u0440\u043E\u0444\u0438\u043B\u0435, \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u044B.",moveUp:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u0432\u0435\u0440\u0445",moveDown:"\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043D\u0438\u0437",errors:{emptyName:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u043F\u0440\u043E\u0444\u0438\u043B\u044F",duplicateName:"\u041F\u0440\u043E\u0444\u0438\u043B\u044C \u0441 \u0442\u0430\u043A\u0438\u043C \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435\u043C \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442"}},vaultTitle:{name:"\u0420\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u0433\u0434\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044F \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430.",options:{header:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0435",navigation:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438"}},excludedFolders:{name:"\u0421\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043F\u043A\u0438 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u0430\u043F\u043E\u043A \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E \u0434\u043B\u044F \u0441\u043A\u0440\u044B\u0442\u0438\u044F. \u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0438\u043C\u0451\u043D: assets* (\u043F\u0430\u043F\u043A\u0438, \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u0441 assets), *_temp (\u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u043D\u0430 _temp). \u0428\u0430\u0431\u043B\u043E\u043D\u044B \u043F\u0443\u0442\u0435\u0439: /archive (\u0442\u043E\u043B\u044C\u043A\u043E \u043A\u043E\u0440\u043D\u0435\u0432\u043E\u0439 archive), /res* (\u043A\u043E\u0440\u043D\u0435\u0432\u044B\u0435 \u043F\u0430\u043F\u043A\u0438, \u043D\u0430\u0447\u0438\u043D\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u0441 res), /*/temp (\u043F\u0430\u043F\u043A\u0438 temp \u043D\u0430 \u043E\u0434\u0438\u043D \u0443\u0440\u043E\u0432\u0435\u043D\u044C \u0432\u0433\u043B\u0443\u0431\u044C), /projects/* (\u0432\u0441\u0435 \u043F\u0430\u043F\u043A\u0438 \u0432\u043D\u0443\u0442\u0440\u0438 projects).",placeholder:"templates, assets*, /archive, /res*"},showFileDate:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0434\u0430\u0442\u0443",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0434\u0430\u0442\u0443 \u043F\u043E\u0434 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A."},alphabeticalDateMode:{name:"\u041F\u0440\u0438 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0435 \u043F\u043E \u0438\u043C\u0435\u043D\u0438",desc:"\u041A\u0430\u043A\u0443\u044E \u0434\u0430\u0442\u0443 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u0430\u043B\u0444\u0430\u0432\u0438\u0442\u043D\u043E\u0439 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0435 \u0437\u0430\u043C\u0435\u0442\u043E\u043A.",options:{created:"\u0414\u0430\u0442\u0430 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",modified:"\u0414\u0430\u0442\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F"}},showFileTags:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0442\u0435\u0433\u0438 \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043A\u043B\u0438\u043A\u0430\u0431\u0435\u043B\u044C\u043D\u044B\u0435 \u0442\u0435\u0433\u0438 \u0432 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432."},showFileTagAncestors:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u043E\u043B\u043D\u044B\u0435 \u043F\u0443\u0442\u0438 \u0442\u0435\u0433\u043E\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043F\u043E\u043B\u043D\u044B\u0435 \u043F\u0443\u0442\u0438 \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u0442\u0435\u0433\u043E\u0432. \u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438: 'ai/openai', 'work/projects/2024'. \u041F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438: 'openai', '2024'."},colorFileTags:{name:"\u0426\u0432\u0435\u0442\u043D\u044B\u0435 \u0442\u0435\u0433\u0438 \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0442\u0435\u0433\u043E\u0432 \u043A \u0437\u043D\u0430\u0447\u043A\u0430\u043C \u0442\u0435\u0433\u043E\u0432 \u043D\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432."},prioritizeColoredFileTags:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u0442\u0435\u0433\u0438 \u043F\u0435\u0440\u0432\u044B\u043C\u0438",desc:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u0442\u0435\u0433\u0438 \u043F\u0435\u0440\u0435\u0434 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0442\u0435\u0433\u0430\u043C\u0438 \u043D\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432."},showFileTagsInCompactMode:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0442\u0435\u0433\u0438 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0442\u0435\u0433\u0438, \u043A\u043E\u0433\u0434\u0430 \u0434\u0430\u0442\u0430, \u043F\u0440\u0435\u0432\u044C\u044E \u0438 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0441\u043A\u0440\u044B\u0442\u044B."},showFileProperties:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043A\u043B\u0438\u043A\u0430\u0431\u0435\u043B\u044C\u043D\u044B\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0432 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432."},colorFileProperties:{name:"\u041E\u043A\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u043A \u0437\u043D\u0430\u0447\u043A\u0430\u043C \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u043D\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432."},prioritizeColoredFileProperties:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0435\u0440\u0432\u044B\u043C\u0438",desc:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u043D\u044B\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0435\u0440\u0435\u0434 \u0434\u0440\u0443\u0433\u0438\u043C\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u043D\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432."},showFilePropertiesInCompactMode:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0432 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0440\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u043C \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435."},notePropertyType:{name:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u0437\u0430\u043C\u0435\u0442\u043A\u0438",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u043E\u0432.",options:{frontmatter:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u043E frontmatter",wordCount:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u043B\u043E\u0432",none:"\u041D\u0435\u0442"}},propertyFields:{name:"\u041A\u043B\u044E\u0447\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u041A\u043B\u044E\u0447\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445 \u0441 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u043E\u0439 \u0432\u0438\u0434\u0438\u043C\u043E\u0441\u0442\u0438 \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430 \u0432 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0438 \u0441\u043F\u0438\u0441\u043A\u0435 \u0444\u0430\u0439\u043B\u043E\u0432.",addButtonTooltip:"\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u043A\u043B\u044E\u0447\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",noneConfigured:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043D\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u044B",singleConfigured:"1 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043E: {properties}",multipleConfigured:"{count} \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043D\u043E: {properties}"},showPropertiesOnSeparateRows:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0432 \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u044B\u0445 \u0441\u0442\u0440\u043E\u043A\u0430\u0445",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043A\u0430\u0436\u0434\u043E\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u0432 \u0441\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u043D\u043E\u0439 \u0441\u0442\u0440\u043E\u043A\u0435."},enablePropertyInternalLinks:{name:"\u0421\u0432\u044F\u0437\u0430\u0442\u044C \u043C\u0435\u0442\u043A\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u0441 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u043C\u0438",desc:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043C\u0435\u0442\u043A\u0443 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u0443\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0443."},enablePropertyExternalLinks:{name:"\u0421\u0432\u044F\u0437\u0430\u0442\u044C \u043C\u0435\u0442\u043A\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u0441 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u043C\u0438",desc:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u043C\u0435\u0442\u043A\u0443 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430, \u0447\u0442\u043E\u0431\u044B \u043E\u0442\u043A\u0440\u044B\u0442\u044C \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0439 URL-\u0430\u0434\u0440\u0435\u0441."},dateFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0434\u0430\u0442\u044B",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0434\u0430\u0442 (\u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0444\u043E\u0440\u043C\u0430\u0442 Moment).",placeholder:"D MMMM YYYY",help:`\u0420\u0430\u0441\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u044B: +D MMMM YYYY = 25 \u043C\u0430\u044F 2022 +DD.MM.YYYY = 25.05.2022 +YYYY-MM-DD = 2022-05-25 + +\u0422\u043E\u043A\u0435\u043D\u044B: +YYYY/YY = \u0433\u043E\u0434 +MMMM/MMM/MM = \u043C\u0435\u0441\u044F\u0446 +DD/D = \u0434\u0435\u043D\u044C +dddd/ddd = \u0434\u0435\u043D\u044C \u043D\u0435\u0434\u0435\u043B\u0438`,helpTooltip:"\u0424\u043E\u0440\u043C\u0430\u0442 Moment",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442 Moment"},timeFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0432\u0440\u0435\u043C\u0435\u043D\u0438",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438 (\u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442 \u0444\u043E\u0440\u043C\u0430\u0442 Moment).",placeholder:"HH:mm",help:`\u0420\u0430\u0441\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u044B: +HH:mm = 14:30 (24-\u0447\u0430\u0441\u043E\u0432\u043E\u0439) +h:mm a = 2:30 PM (12-\u0447\u0430\u0441\u043E\u0432\u043E\u0439) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +\u0422\u043E\u043A\u0435\u043D\u044B: +HH/H = 24-\u0447\u0430\u0441\u043E\u0432\u043E\u0439 +hh/h = 12-\u0447\u0430\u0441\u043E\u0432\u043E\u0439 +mm = \u043C\u0438\u043D\u0443\u0442\u044B +ss = \u0441\u0435\u043A\u0443\u043D\u0434\u044B +a = AM/PM`,helpTooltip:"\u0424\u043E\u0440\u043C\u0430\u0442 Moment",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442 Moment"},showFilePreview:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0435\u0432\u044C\u044E \u0437\u0430\u043C\u0435\u0442\u043A\u0438",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u043F\u0440\u0435\u0432\u044C\u044E \u043F\u043E\u0434 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A."},skipHeadingsInPreview:{name:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0432 \u043F\u0440\u0435\u0432\u044C\u044E",desc:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C \u0441\u0442\u0440\u043E\u043A\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u0432 \u043F\u0440\u0438 \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0438\u0438 \u0442\u0435\u043A\u0441\u0442\u0430 \u043F\u0440\u0435\u0432\u044C\u044E."},skipCodeBlocksInPreview:{name:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C \u0431\u043B\u043E\u043A\u0438 \u043A\u043E\u0434\u0430 \u0432 \u043F\u0440\u0435\u0432\u044C\u044E",desc:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C \u0431\u043B\u043E\u043A\u0438 \u043A\u043E\u0434\u0430 \u043F\u0440\u0438 \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0438\u0438 \u0442\u0435\u043A\u0441\u0442\u0430 \u043F\u0440\u0435\u0432\u044C\u044E."},stripHtmlInPreview:{name:"\u0423\u0434\u0430\u043B\u044F\u0442\u044C HTML \u0432 \u043F\u0440\u0435\u0432\u044C\u044E",desc:"\u0423\u0434\u0430\u043B\u044F\u0442\u044C HTML-\u0442\u0435\u0433\u0438 \u0438\u0437 \u0442\u0435\u043A\u0441\u0442\u0430 \u043F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430. \u041C\u043E\u0436\u0435\u0442 \u0432\u043B\u0438\u044F\u0442\u044C \u043D\u0430 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u043F\u0440\u0438 \u0431\u043E\u043B\u044C\u0448\u0438\u0445 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u0445."},stripLatexInPreview:{name:"\u0423\u0434\u0430\u043B\u044F\u0442\u044C LaTeX \u0432 \u043F\u0440\u0435\u0432\u044C\u044E",desc:"\u0423\u0434\u0430\u043B\u044F\u0442\u044C \u0432\u0441\u0442\u0440\u043E\u0435\u043D\u043D\u044B\u0435 \u0438 \u0431\u043B\u043E\u0447\u043D\u044B\u0435 \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F LaTeX \u0438\u0437 \u0442\u0435\u043A\u0441\u0442\u0430 \u043F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430."},previewProperties:{name:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u0440\u0435\u0432\u044C\u044E",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0441\u0432\u043E\u0439\u0441\u0442\u0432 frontmatter \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E \u0434\u043B\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u0442\u0435\u043A\u0441\u0442\u0430 \u043F\u0440\u0435\u0432\u044C\u044E. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0432\u043E\u0435 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E \u0441 \u0442\u0435\u043A\u0441\u0442\u043E\u043C.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043A\u0430\u043A \u043F\u0440\u0435\u0432\u044C\u044E, \u043A\u043E\u0433\u0434\u0430 \u043D\u0438 \u043E\u0434\u043D\u043E \u0438\u0437 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u0445 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u043D\u0435 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u0442\u0435\u043A\u0441\u0442\u0430."},previewRows:{name:"\u0421\u0442\u0440\u043E\u043A\u0438 \u043F\u0440\u0435\u0432\u044C\u044E",desc:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0442\u0440\u043E\u043A \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0442\u0435\u043A\u0441\u0442\u0430 \u043F\u0440\u0435\u0432\u044C\u044E.",options:{1:"1 \u0441\u0442\u0440\u043E\u043A\u0430",2:"2 \u0441\u0442\u0440\u043E\u043A\u0438",3:"3 \u0441\u0442\u0440\u043E\u043A\u0438",4:"4 \u0441\u0442\u0440\u043E\u043A\u0438",5:"5 \u0441\u0442\u0440\u043E\u043A"}},fileNameRows:{name:"\u0421\u0442\u0440\u043E\u043A\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430",desc:"\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0441\u0442\u0440\u043E\u043A \u0434\u043B\u044F \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0439 \u0437\u0430\u043C\u0435\u0442\u043E\u043A.",options:{1:"1 \u0441\u0442\u0440\u043E\u043A\u0430",2:"2 \u0441\u0442\u0440\u043E\u043A\u0438"}},showFeatureImage:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u043C\u0438\u043D\u0438\u0430\u0442\u044E\u0440\u0443 \u043F\u0435\u0440\u0432\u043E\u0433\u043E \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0435."},forceSquareFeatureImage:{name:"\u041A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043A\u0430\u043A \u043A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u044B\u0435 \u043C\u0438\u043D\u0438\u0430\u0442\u044E\u0440\u044B."},featureImageProperties:{name:"\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0441\u0432\u043E\u0439\u0441\u0442\u0432 frontmatter \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E \u0434\u043B\u044F \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u0432 \u043F\u0435\u0440\u0432\u0443\u044E \u043E\u0447\u0435\u0440\u0435\u0434\u044C. \u041F\u0440\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0438 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0432\u043E\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0438\u0437 \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E markdown.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"\u0418\u0441\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0441\u0432\u043E\u0439\u0441\u0442\u0432 frontmatter \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E. \u0417\u0430\u043C\u0435\u0442\u043A\u0438, \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0435 \u043B\u044E\u0431\u043E\u0435 \u0438\u0437 \u044D\u0442\u0438\u0445 \u0441\u0432\u043E\u0439\u0441\u0442\u0432, \u043D\u0435 \u0441\u043E\u0445\u0440\u0430\u043D\u044F\u044E\u0442 \u0433\u043B\u0430\u0432\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F.",placeholder:"private, confidential"},featureImageSize:{name:"\u0420\u0430\u0437\u043C\u0435\u0440 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F-\u043E\u0431\u043B\u043E\u0436\u043A\u0438",desc:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0439-\u043E\u0431\u043B\u043E\u0436\u0435\u043A \u0432 \u0441\u043F\u0438\u0441\u043A\u0430\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u041F\u0438\u043A\u0441\u0435\u043B\u044C\u043D\u044B\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F-\u043E\u0431\u043B\u043E\u0436\u043A\u0438",desc:"\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0438\u0435, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u043C\u043E\u0435 \u043F\u0440\u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0445 \u043C\u0438\u043D\u0438\u0430\u0442\u044E\u0440 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0439-\u043E\u0431\u043B\u043E\u0436\u0435\u043A. \u0423\u0432\u0435\u043B\u0438\u0447\u044C\u0442\u0435 \u044D\u0442\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435, \u0435\u0441\u043B\u0438 \u043A\u0440\u0443\u043F\u043D\u044B\u0435 \u043F\u0440\u0435\u0432\u044C\u044E \u0432\u044B\u0433\u043B\u044F\u0434\u044F\u0442 \u0440\u0430\u0437\u043C\u044B\u0442\u044B\u043C\u0438.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u0432\u043D\u0435\u0448\u043D\u0438\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F",desc:"\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044C \u0443\u0434\u0430\u043B\u0451\u043D\u043D\u044B\u0435 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438 \u043C\u0438\u043D\u0438\u0430\u0442\u044E\u0440\u044B YouTube \u0434\u043B\u044F \u043E\u0431\u043B\u043E\u0436\u0435\u043A."},showRootFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043A\u043E\u0440\u043D\u0435\u0432\u0443\u044E \u043F\u0430\u043F\u043A\u0443",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430 \u043A\u0430\u043A \u043A\u043E\u0440\u043D\u0435\u0432\u0443\u044E \u043F\u0430\u043F\u043A\u0443 \u0432 \u0434\u0435\u0440\u0435\u0432\u0435."},showFolderIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0440\u044F\u0434\u043E\u043C \u0441 \u043F\u0430\u043F\u043A\u0430\u043C\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438."},inheritFolderColors:{name:"\u041D\u0430\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u043F\u0430\u043F\u043E\u043A",desc:"\u0414\u043E\u0447\u0435\u0440\u043D\u0438\u0435 \u043F\u0430\u043F\u043A\u0438 \u043D\u0430\u0441\u043B\u0435\u0434\u0443\u044E\u0442 \u0446\u0432\u0435\u0442 \u043E\u0442 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u043F\u0430\u043F\u043E\u043A."},folderSortOrder:{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0430 \u043F\u0430\u043F\u043E\u043A",desc:"\u0429\u0451\u043B\u043A\u043D\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438 \u043F\u043E \u043F\u0430\u043F\u043A\u0435, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0434\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u0434\u043B\u044F \u0435\u0451 \u0434\u043E\u0447\u0435\u0440\u043D\u0438\u0445 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432.",options:{alphaAsc:"\u041E\u0442 \u0410 \u0434\u043E \u042F",alphaDesc:"\u041E\u0442 \u042F \u0434\u043E \u0410"}},showNoteCount:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043C\u0435\u0442\u043E\u043A",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0440\u044F\u0434\u043E\u043C \u0441 \u043A\u0430\u0436\u0434\u043E\u0439 \u043F\u0430\u043F\u043A\u043E\u0439 \u0438 \u0442\u0435\u0433\u043E\u043C."},showSectionIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0434\u043B\u044F \u044F\u0440\u043B\u044B\u043A\u043E\u0432 \u0438 \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u0445",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0440\u044F\u0434\u043E\u043C \u0441 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u043C\u0438 \u0432 \u0440\u0430\u0437\u0434\u0435\u043B\u0430\u0445 \u042F\u0440\u043B\u044B\u043A\u0438 \u0438 \u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0435."},interfaceIcons:{name:"\u0418\u043A\u043E\u043D\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430",desc:"\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u043F\u0430\u043D\u0435\u043B\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432, \u043F\u0430\u043F\u043E\u043A, \u0442\u0435\u0433\u043E\u0432, \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445, \u043F\u043E\u0438\u0441\u043A\u0430 \u0438 \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438.",buttonText:"\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438"},showIconsColorOnly:{name:"\u041F\u0440\u0438\u043C\u0435\u043D\u044F\u0442\u044C \u0446\u0432\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u043A \u0438\u043A\u043E\u043D\u043A\u0430\u043C",desc:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u043F\u0440\u0438\u043C\u0435\u043D\u044F\u044E\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043A \u0438\u043A\u043E\u043D\u043A\u0430\u043C. \u041F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0446\u0432\u0435\u0442\u0430 \u043F\u0440\u0438\u043C\u0435\u043D\u044F\u044E\u0442\u0441\u044F \u0438 \u043A \u0438\u043A\u043E\u043D\u043A\u0430\u043C, \u0438 \u043A \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u043C \u043C\u0435\u0442\u043A\u0430\u043C."},navRainbowMode:{name:"\u0420\u0435\u0436\u0438\u043C \u0446\u0432\u0435\u0442\u043E\u0432 \u0440\u0430\u0434\u0443\u0433\u0438 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438.",options:{none:"\u0412\u044B\u043A\u043B.",foreground:"\u0426\u0432\u0435\u0442 \u0442\u0435\u043A\u0441\u0442\u0430",background:"\u0426\u0432\u0435\u0442 \u0444\u043E\u043D\u0430"}},navRainbowFirstColor:{name:"\u041F\u0435\u0440\u0432\u044B\u0439 \u0446\u0432\u0435\u0442",desc:"\u041F\u0435\u0440\u0432\u044B\u0439 \u0446\u0432\u0435\u0442 \u0432 \u0440\u0430\u0434\u0443\u0436\u043D\u043E\u043C \u0433\u0440\u0430\u0434\u0438\u0435\u043D\u0442\u0435."},navRainbowLastColor:{name:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0446\u0432\u0435\u0442",desc:"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0446\u0432\u0435\u0442 \u0432 \u0440\u0430\u0434\u0443\u0436\u043D\u043E\u043C \u0433\u0440\u0430\u0434\u0438\u0435\u043D\u0442\u0435."},navRainbowTransitionStyle:{name:"\u0421\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430",desc:"\u0418\u043D\u0442\u0435\u0440\u043F\u043E\u043B\u044F\u0446\u0438\u044F \u043C\u0435\u0436\u0434\u0443 \u043F\u0435\u0440\u0432\u044B\u043C \u0438 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u043C \u0446\u0432\u0435\u0442\u043E\u043C.",options:{hue:"\u0422\u043E\u043D",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u043A \u044F\u0440\u043B\u044B\u043A\u0430\u043C",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438 \u043A \u044F\u0440\u043B\u044B\u043A\u0430\u043C."},navRainbowApplyToRecent:{name:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u043A \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u043C \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u043C",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438 \u043A \u043D\u0435\u0434\u0430\u0432\u043D\u0438\u043C \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u043C."},navRainbowApplyToFolders:{name:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u043A \u043F\u0430\u043F\u043A\u0430\u043C",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438 \u043A \u043F\u0430\u043F\u043A\u0430\u043C."},navRainbowFolderScope:{name:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0430\u043F\u043E\u043A",desc:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0443\u0440\u043E\u0432\u043D\u0438 \u043F\u0430\u043F\u043E\u043A \u0434\u043B\u044F \u043D\u0430\u0447\u0430\u043B\u0430 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0446\u0432\u0435\u0442\u043E\u0432.",options:{root:"\u041A\u043E\u0440\u043D\u0435\u0432\u043E\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C",child:"\u0414\u043E\u0447\u0435\u0440\u043D\u0438\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C",all:"\u041A\u0430\u0436\u0434\u044B\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C"}},navRainbowApplyToTags:{name:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u043A \u0442\u0435\u0433\u0430\u043C",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438 \u043A \u0442\u0435\u0433\u0430\u043C."},navRainbowTagScope:{name:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u0442\u0435\u0433\u043E\u0432",desc:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0443\u0440\u043E\u0432\u043D\u0438 \u0442\u0435\u0433\u043E\u0432 \u0434\u043B\u044F \u043D\u0430\u0447\u0430\u043B\u0430 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0446\u0432\u0435\u0442\u043E\u0432.",options:{root:"\u041A\u043E\u0440\u043D\u0435\u0432\u043E\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C",child:"\u0414\u043E\u0447\u0435\u0440\u043D\u0438\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C",all:"\u041A\u0430\u0436\u0434\u044B\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C"}},navRainbowApplyToProperties:{name:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u043A \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430\u043C",desc:"\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438 \u043A \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430\u043C."},navRainbowBalanceHueLuminance:{name:"\u0420\u0430\u0432\u043D\u043E\u043C\u0435\u0440\u043D\u0430\u044F \u044F\u0440\u043A\u043E\u0441\u0442\u044C \u043C\u0435\u0436\u0434\u0443 \u043E\u0442\u0442\u0435\u043D\u043A\u0430\u043C\u0438",desc:"\u0418\u043D\u0442\u0435\u0440\u043F\u043E\u043B\u0438\u0440\u0443\u0435\u0442 \u044F\u0440\u043A\u043E\u0441\u0442\u044C \u043C\u0435\u0436\u0434\u0443 \u043D\u0430\u0447\u0430\u043B\u044C\u043D\u044B\u043C \u0438 \u043A\u043E\u043D\u0435\u0447\u043D\u044B\u043C \u0446\u0432\u0435\u0442\u0430\u043C\u0438 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430\u0445 \u043E\u0442\u0442\u0435\u043D\u043A\u043E\u0432."},navRainbowSeparateThemeColors:{name:"\u0420\u0430\u0437\u0434\u0435\u043B\u044C\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0434\u043B\u044F \u0441\u0432\u0435\u0442\u043B\u043E\u0433\u043E \u0438 \u0442\u0451\u043C\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u043E\u0432",desc:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430 \u0440\u0430\u0434\u0443\u0433\u0438 \u0434\u043B\u044F \u0441\u0432\u0435\u0442\u043B\u043E\u0433\u043E \u0438 \u0442\u0451\u043C\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u043E\u0432."},navRainbowCopyLightToDark:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442 \u0441\u0432\u0435\u0442\u043B\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430 \u0432 \u0442\u0451\u043C\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",navRainbowPropertyScope:{name:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432",desc:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0443\u0440\u043E\u0432\u043D\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u0434\u043B\u044F \u043D\u0430\u0447\u0430\u043B\u0430 \u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0446\u0432\u0435\u0442\u043E\u0432.",options:{root:"\u041A\u043E\u0440\u043D\u0435\u0432\u043E\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C",child:"\u0414\u043E\u0447\u0435\u0440\u043D\u0438\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C",all:"\u041A\u0430\u0436\u0434\u044B\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C"}},collapseBehavior:{name:"\u0421\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u043D\u0438\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432",desc:"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435, \u043D\u0430 \u0447\u0442\u043E \u0432\u043B\u0438\u044F\u0435\u0442 \u043A\u043D\u043E\u043F\u043A\u0430 \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C/\u0441\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0441\u0451.",options:{all:"\u0412\u0441\u0435",foldersOnly:"\u0422\u043E\u043B\u044C\u043A\u043E \u043F\u0430\u043F\u043A\u0438",tagsOnly:"\u0422\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u0433\u0438",propertiesOnly:"\u0422\u043E\u043B\u044C\u043A\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430"}},smartCollapse:{name:"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0440\u0430\u0437\u0432\u0451\u0440\u043D\u0443\u0442\u044B\u043C",desc:"\u041F\u0440\u0438 \u0441\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u043D\u0438\u0438 \u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0438 \u0435\u0433\u043E \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u0435\u0439 \u0440\u0430\u0437\u0432\u0451\u0440\u043D\u0443\u0442\u044B\u043C\u0438."},navIndent:{name:"\u041E\u0442\u0441\u0442\u0443\u043F \u0434\u0435\u0440\u0435\u0432\u0430",desc:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0448\u0438\u0440\u0438\u043D\u0443 \u043E\u0442\u0441\u0442\u0443\u043F\u0430 \u0434\u043B\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u044B\u0445 \u043F\u0430\u043F\u043E\u043A \u0438 \u0442\u0435\u0433\u043E\u0432."},navItemHeight:{name:"\u0412\u044B\u0441\u043E\u0442\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",desc:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0442\u0435 \u0432\u044B\u0441\u043E\u0442\u0443 \u043F\u0430\u043F\u043E\u043A \u0438 \u0442\u0435\u0433\u043E\u0432 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438."},navItemHeightScaleText:{name:"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u0441 \u0432\u044B\u0441\u043E\u0442\u043E\u0439 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",desc:"\u0423\u043C\u0435\u043D\u044C\u0448\u0430\u0442\u044C \u0440\u0430\u0437\u043C\u0435\u0440 \u0442\u0435\u043A\u0441\u0442\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u043F\u0440\u0438 \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D\u0438\u0438 \u0432\u044B\u0441\u043E\u0442\u044B \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430."},showIndentGuides:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043D\u0430\u043F\u0440\u0430\u0432\u043B\u044F\u044E\u0449\u0438\u0435 \u043E\u0442\u0441\u0442\u0443\u043F\u043E\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0430\u043F\u0440\u0430\u0432\u043B\u044F\u044E\u0449\u0438\u0435 \u043E\u0442\u0441\u0442\u0443\u043F\u043E\u0432 \u0434\u043B\u044F \u0432\u043B\u043E\u0436\u0435\u043D\u043D\u044B\u0445 \u043F\u0430\u043F\u043E\u043A \u0438 \u0442\u0435\u0433\u043E\u0432."},navRootSpacing:{name:"\u041E\u0442\u0441\u0442\u0443\u043F \u043A\u043E\u0440\u043D\u0435\u0432\u044B\u0445 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432",desc:"\u041E\u0442\u0441\u0442\u0443\u043F \u043C\u0435\u0436\u0434\u0443 \u043A\u043E\u0440\u043D\u0435\u0432\u044B\u043C\u0438 \u043F\u0430\u043F\u043A\u0430\u043C\u0438 \u0438 \u0442\u0435\u0433\u0430\u043C\u0438."},showTags:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0442\u0435\u0433\u0438",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0440\u0430\u0437\u0434\u0435\u043B \u0442\u0435\u0433\u043E\u0432 \u0432 \u043D\u0430\u0432\u0438\u0433\u0430\u0442\u043E\u0440\u0435."},showTagIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0442\u0435\u0433\u043E\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0438\u043A\u043E\u043D\u043A\u0438 \u0440\u044F\u0434\u043E\u043C \u0441 \u0442\u0435\u0433\u0430\u043C\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438."},inheritTagColors:{name:"\u041D\u0430\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0442\u0435\u0433\u043E\u0432",desc:"\u0414\u043E\u0447\u0435\u0440\u043D\u0438\u0435 \u0442\u0435\u0433\u0438 \u043D\u0430\u0441\u043B\u0435\u0434\u0443\u044E\u0442 \u0446\u0432\u0435\u0442 \u043E\u0442 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0445 \u0442\u0435\u0433\u043E\u0432."},tagSortOrder:{name:"\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0430 \u0442\u0435\u0433\u043E\u0432",desc:"\u0429\u0451\u043B\u043A\u043D\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438 \u043F\u043E \u0442\u0435\u0433\u0443, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0434\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u0434\u043B\u044F \u0435\u0433\u043E \u0434\u043E\u0447\u0435\u0440\u043D\u0438\u0445 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432.",options:{alphaAsc:"\u041E\u0442 \u0410 \u0434\u043E \u042F",alphaDesc:"\u041E\u0442 \u042F \u0434\u043E \u0410",frequency:"\u041F\u043E \u0447\u0430\u0441\u0442\u043E\u0442\u0435",lowToHigh:"\u043E\u0442 \u043D\u0438\u0437\u043A\u043E\u0439 \u043A \u0432\u044B\u0441\u043E\u043A\u043E\u0439",highToLow:"\u043E\u0442 \u0432\u044B\u0441\u043E\u043A\u043E\u0439 \u043A \u043D\u0438\u0437\u043A\u043E\u0439"}},showAllTagsFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443 \u0442\u0435\u0433\u043E\u0432",desc:'\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C "\u0422\u0435\u0433\u0438" \u043A\u0430\u043A \u0441\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u043C\u0443\u044E \u043F\u0430\u043F\u043A\u0443.'},showUntagged:{name:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0431\u0435\u0437 \u0442\u0435\u0433\u043E\u0432",desc:'\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442 "\u0411\u0435\u0437 \u0442\u0435\u0433\u043E\u0432" \u0434\u043B\u044F \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0431\u0435\u0437 \u0442\u0435\u0433\u043E\u0432.'},scopeTagsToCurrentContext:{name:"\u0424\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u0442\u044C \u0442\u0435\u0433\u0438 \u043F\u043E \u0432\u044B\u0431\u043E\u0440\u0443",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0435\u0433\u0438, \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u0445 \u0432 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u0439 \u043F\u0430\u043F\u043A\u0435 \u0438\u043B\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0435."},keepEmptyTagsProperty:{name:"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E tags \u043F\u043E\u0441\u043B\u0435 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u0442\u0435\u0433\u0430",desc:"\u0421\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E tags \u0432 frontmatter, \u043A\u043E\u0433\u0434\u0430 \u0432\u0441\u0435 \u0442\u0435\u0433\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u044B. \u041F\u0440\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u043E tags \u0443\u0434\u0430\u043B\u044F\u0435\u0442\u0441\u044F \u0438\u0437 frontmatter."},showProperties:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0440\u0430\u0437\u0434\u0435\u043B \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u0432 \u043D\u0430\u0432\u0438\u0433\u0430\u0442\u043E\u0440\u0435.",propertyKeysInfoPrefix:"\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u0432 ",propertyKeysInfoLinkText:"\u041E\u0431\u0449\u0438\u0435 > \u041A\u043B\u044E\u0447\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u043A\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u043A\u0438 \u0440\u044F\u0434\u043E\u043C \u0441\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438."},inheritPropertyColors:{name:"\u041D\u0430\u0441\u043B\u0435\u0434\u043E\u0432\u0430\u0442\u044C \u0446\u0432\u0435\u0442\u0430 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",desc:"\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u0441\u0432\u043E\u0439\u0441\u0442\u0432 \u043D\u0430\u0441\u043B\u0435\u0434\u0443\u044E\u0442 \u0446\u0432\u0435\u0442 \u0438 \u0444\u043E\u043D \u043E\u0442 \u043A\u043B\u044E\u0447\u0430 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430."},propertySortOrder:{name:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",desc:"\u0429\u0451\u043B\u043A\u043D\u0438\u0442\u0435 \u043F\u0440\u0430\u0432\u043E\u0439 \u043A\u043D\u043E\u043F\u043A\u043E\u0439 \u043C\u044B\u0448\u0438 \u043F\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0443, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0434\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0438 \u0435\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0439.",options:{alphaAsc:"\u0410 \u0434\u043E \u042F",alphaDesc:"\u042F \u0434\u043E \u0410",frequency:"\u0427\u0430\u0441\u0442\u043E\u0442\u0430",lowToHigh:"\u043F\u043E \u0432\u043E\u0437\u0440\u0430\u0441\u0442\u0430\u043D\u0438\u044E",highToLow:"\u043F\u043E \u0443\u0431\u044B\u0432\u0430\u043D\u0438\u044E"}},showAllPropertiesFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u0430\u043F\u043A\u0443 \u0441\u0432\u043E\u0439\u0441\u0442\u0432",desc:"\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \xAB\u0421\u0432\u043E\u0439\u0441\u0442\u0432\u0430\xBB \u043A\u0430\u043A \u0441\u0432\u043E\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u043C\u0443\u044E \u043F\u0430\u043F\u043A\u0443."},scopePropertiesToCurrentContext:{name:"\u0424\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \u043F\u043E \u0432\u044B\u0431\u043E\u0440\u0443",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430, \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044E\u0449\u0438\u0435\u0441\u044F \u0432 \u0437\u0430\u043C\u0435\u0442\u043A\u0430\u0445 \u0432 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u043E\u0439 \u043F\u0430\u043F\u043A\u0435 \u0438\u043B\u0438 \u0442\u0435\u0433\u0435."},hiddenTags:{name:"\u0421\u043A\u0440\u044B\u0442\u044C \u0442\u0435\u0433\u0438 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u043E\u0432 \u0442\u0435\u0433\u043E\u0432 \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E. \u0428\u0430\u0431\u043B\u043E\u043D\u044B \u0438\u043C\u0451\u043D: \u0442\u0435\u0433* (\u043D\u0430\u0447\u0438\u043D\u0430\u0435\u0442\u0441\u044F \u0441), *\u0442\u0435\u0433 (\u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u043D\u0430). \u0428\u0430\u0431\u043B\u043E\u043D\u044B \u043F\u0443\u0442\u0435\u0439: \u0430\u0440\u0445\u0438\u0432 (\u0442\u0435\u0433 \u0438 \u043F\u043E\u0442\u043E\u043C\u043A\u0438), \u0430\u0440\u0445\u0438\u0432/* (\u0442\u043E\u043B\u044C\u043A\u043E \u043F\u043E\u0442\u043E\u043C\u043A\u0438), \u043F\u0440\u043E\u0435\u043A\u0442\u044B/*/\u0447\u0435\u0440\u043D\u043E\u0432\u0438\u043A\u0438 (\u043F\u043E\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043E\u0447\u043D\u044B\u0439 \u0437\u043D\u0430\u043A \u0432 \u0441\u0435\u0440\u0435\u0434\u0438\u043D\u0435).",placeholder:"\u0430\u0440\u0445\u0438\u0432*, *\u0447\u0435\u0440\u043D\u043E\u0432\u0438\u043A, \u043F\u0440\u043E\u0435\u043A\u0442\u044B/*/\u0441\u0442\u0430\u0440\u044B\u0435"},hiddenFileTags:{name:"\u0421\u043A\u0440\u044B\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u0441 \u0442\u0435\u0433\u0430\u043C\u0438 (\u043F\u0440\u043E\u0444\u0438\u043B\u044C \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",desc:"\u041F\u0430\u043F\u043A\u0438 \u0441 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u043C \u0444\u0430\u0439\u043B\u043E\u043C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F \u043A\u0430\u043A \u043A\u043B\u0438\u043A\u0430\u0431\u0435\u043B\u044C\u043D\u044B\u0435 \u0441\u0441\u044B\u043B\u043A\u0438."},folderNoteType:{name:"\u0422\u0438\u043F \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E",desc:"\u0422\u0438\u043F \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438, \u0441\u043E\u0437\u0434\u0430\u0432\u0430\u0435\u043C\u043E\u0439 \u0438\u0437 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0433\u043E \u043C\u0435\u043D\u044E.",options:{ask:"\u0421\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0438",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",desc:"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438 \u0431\u0435\u0437 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F. \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 \u0442\u043E\u0433\u043E \u0436\u0435 \u0438\u043C\u0435\u043D\u0438, \u0447\u0442\u043E \u0438 \u0443 \u043F\u0430\u043F\u043A\u0438.",placeholder:"index"},folderNoteNamePattern:{name:"\u0428\u0430\u0431\u043B\u043E\u043D \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",desc:"\u0428\u0430\u0431\u043B\u043E\u043D \u0438\u043C\u0435\u043D\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043F\u0430\u043F\u043E\u043A \u0431\u0435\u0437 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u044F. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 {{folder}} \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0438\u043C\u0435\u043D\u0438 \u043F\u0430\u043F\u043A\u0438. \u0415\u0441\u043B\u0438 \u0437\u0430\u0434\u0430\u043D, \u0438\u043C\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438 \u043D\u0435 \u043F\u0440\u0438\u043C\u0435\u043D\u044F\u0435\u0442\u0441\u044F."},folderNoteTemplate:{name:"\u0428\u0430\u0431\u043B\u043E\u043D \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",desc:"\u0424\u0430\u0439\u043B \u0448\u0430\u0431\u043B\u043E\u043D\u0430 \u0434\u043B\u044F \u043D\u043E\u0432\u044B\u0445 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043F\u0430\u043F\u043E\u043A Markdown. \u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0440\u0430\u0441\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u0430\u043F\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u043E\u0432 \u0432 \u041E\u0431\u0449\u0438\u0435 > \u0428\u0430\u0431\u043B\u043E\u043D\u044B."},enableFolderNoteLinks:{name:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u043F\u0430\u043F\u043E\u043A",desc:"\u041C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F \u043A\u0430\u043A \u0441\u0441\u044B\u043B\u043A\u0438 \u0438 \u043E\u0442\u043A\u0440\u044B\u0432\u0430\u044E\u0442 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438. \u041F\u0440\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u043F\u043E-\u043F\u0440\u0435\u0436\u043D\u0435\u043C\u0443 \u043F\u0440\u0435\u0434\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u044E\u0442 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0438, \u0437\u043D\u0430\u0447\u043A\u0430 \u0438 \u0446\u0432\u0435\u0442\u0430."},hideFolderNoteInList:{name:"\u0421\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438 \u0432 \u0441\u043F\u0438\u0441\u043A\u0435",desc:"\u0421\u043A\u0440\u044B\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u0438\u0437 \u0441\u043F\u0438\u0441\u043A\u0430 \u0444\u0430\u0439\u043B\u043E\u0432."},pinCreatedFolderNote:{name:"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u044F\u0442\u044C \u0441\u043E\u0437\u0434\u0430\u043D\u043D\u044B\u0435 \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",desc:"\u0417\u0430\u043A\u0440\u0435\u043F\u043B\u044F\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u043F\u0440\u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0438 \u0438\u0437 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0433\u043E \u043C\u0435\u043D\u044E."},openFolderNotesInNewTab:{name:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435",desc:"\u041E\u0442\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u0437\u0430\u043C\u0435\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u043D\u0430 \u043F\u0430\u043F\u043A\u0443."},confirmBeforeDelete:{name:"\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044C \u043F\u0435\u0440\u0435\u0434 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435\u043C",desc:"\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u0434\u0438\u0430\u043B\u043E\u0433 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F \u043F\u0440\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0438 \u0437\u0430\u043C\u0435\u0442\u043E\u043A \u0438\u043B\u0438 \u043F\u0430\u043F\u043E\u043A"},deleteAttachments:{name:"\u0423\u0434\u0430\u043B\u044F\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u0440\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u043E\u0432",desc:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u0443\u0434\u0430\u043B\u044F\u0442\u044C \u0432\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0435 \u0441 \u0443\u0434\u0430\u043B\u0451\u043D\u043D\u044B\u043C \u0444\u0430\u0439\u043B\u043E\u043C, \u0435\u0441\u043B\u0438 \u043E\u043D\u0438 \u043D\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044E\u0442\u0441\u044F \u0432 \u0434\u0440\u0443\u0433\u043E\u043C \u043C\u0435\u0441\u0442\u0435",options:{ask:"\u0421\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044C \u043A\u0430\u0436\u0434\u044B\u0439 \u0440\u0430\u0437",always:"\u0412\u0441\u0435\u0433\u0434\u0430",never:"\u041D\u0438\u043A\u043E\u0433\u0434\u0430"}},moveFileConflicts:{name:"\u041A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u044B \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u044F",desc:"\u041F\u0440\u0438 \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u0438 \u0444\u0430\u0439\u043B\u0430 \u0432 \u043F\u0430\u043F\u043A\u0443, \u0433\u0434\u0435 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0444\u0430\u0439\u043B \u0441 \u0442\u0430\u043A\u0438\u043C \u0436\u0435 \u0438\u043C\u0435\u043D\u0435\u043C. \u0421\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044C \u043A\u0430\u0436\u0434\u044B\u0439 \u0440\u0430\u0437 (\u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u0442\u044C, \u043F\u0435\u0440\u0435\u0437\u0430\u043F\u0438\u0441\u0430\u0442\u044C, \u043E\u0442\u043C\u0435\u043D\u0438\u0442\u044C) \u0438\u043B\u0438 \u0432\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C.",options:{ask:"\u0421\u043F\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044C \u043A\u0430\u0436\u0434\u044B\u0439 \u0440\u0430\u0437",rename:"\u0412\u0441\u0435\u0433\u0434\u0430 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u044B\u0432\u0430\u0442\u044C"}},metadataCleanup:{name:"\u041E\u0447\u0438\u0441\u0442\u043A\u0430 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445",desc:"\u0423\u0434\u0430\u043B\u044F\u0435\u0442 \u043E\u0441\u0438\u0440\u043E\u0442\u0435\u0432\u0448\u0438\u0435 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435, \u043E\u0441\u0442\u0430\u0432\u0448\u0438\u0435\u0441\u044F \u043F\u043E\u0441\u043B\u0435 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F, \u043F\u0435\u0440\u0435\u043C\u0435\u0449\u0435\u043D\u0438\u044F \u0438\u043B\u0438 \u043F\u0435\u0440\u0435\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u044F \u0444\u0430\u0439\u043B\u043E\u0432, \u043F\u0430\u043F\u043E\u043A \u0438\u043B\u0438 \u0442\u0435\u0433\u043E\u0432 \u0432\u043D\u0435 Obsidian. \u042D\u0442\u043E \u0432\u043B\u0438\u044F\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u043D\u0430 \u0444\u0430\u0439\u043B \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A Notebook Navigator.",buttonText:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435",error:"\u041E\u0448\u0438\u0431\u043A\u0430 \u043E\u0447\u0438\u0441\u0442\u043A\u0438 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",loading:"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445...",statusClean:"\u041D\u0435\u0442 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0445 \u0434\u043B\u044F \u043E\u0447\u0438\u0441\u0442\u043A\u0438",statusCounts:"\u041E\u0441\u0438\u0440\u043E\u0442\u0435\u0432\u0448\u0438\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B: {folders} \u043F\u0430\u043F\u043E\u043A, {tags} \u0442\u0435\u0433\u043E\u0432, {properties} \u0441\u0432\u043E\u0439\u0441\u0442\u0432, {files} \u0444\u0430\u0439\u043B\u043E\u0432, {pinned} \u0437\u0430\u043A\u0440\u0435\u043F\u043B\u0451\u043D\u043D\u044B\u0445, {separators} \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u0435\u0439"},rebuildCache:{name:"\u041F\u0435\u0440\u0435\u0441\u043E\u0431\u0440\u0430\u0442\u044C \u043A\u044D\u0448",desc:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435, \u0435\u0441\u043B\u0438 \u0432\u044B \u0438\u0441\u043F\u044B\u0442\u044B\u0432\u0430\u0435\u0442\u0435 \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u043C\u0438 \u0442\u0435\u0433\u0430\u043C\u0438, \u043D\u0435\u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u043C\u0438 \u043F\u0440\u0435\u0432\u044C\u044E \u0438\u043B\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u043C\u0438 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F\u043C\u0438. \u042D\u0442\u043E \u043C\u043E\u0436\u0435\u0442 \u043F\u0440\u043E\u0438\u0437\u043E\u0439\u0442\u0438 \u043F\u043E\u0441\u043B\u0435 \u043A\u043E\u043D\u0444\u043B\u0438\u043A\u0442\u043E\u0432 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u0438 \u0438\u043B\u0438 \u043D\u0435\u043E\u0436\u0438\u0434\u0430\u043D\u043D\u044B\u0445 \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u0439.",buttonText:"\u041F\u0435\u0440\u0435\u0441\u043E\u0431\u0440\u0430\u0442\u044C \u043A\u044D\u0448",error:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u0441\u043E\u0431\u0440\u0430\u0442\u044C \u043A\u044D\u0448",indexingTitle:"\u0418\u043D\u0434\u0435\u043A\u0441\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430...",progress:"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u043A\u044D\u0448\u0430 Notebook Navigator."},externalIcons:{downloadButton:"\u0421\u043A\u0430\u0447\u0430\u0442\u044C",downloadingLabel:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430...",removeButton:"\u0423\u0434\u0430\u043B\u0438\u0442\u044C",statusInstalled:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E (\u0432\u0435\u0440\u0441\u0438\u044F {version})",statusNotInstalled:"\u041D\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043E",versionUnknown:"\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u043E",downloadFailed:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0441\u043A\u0430\u0447\u0430\u0442\u044C {name}. \u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0438 \u043F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0441\u043D\u043E\u0432\u0430.",removeFailed:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0443\u0434\u0430\u043B\u0438\u0442\u044C {name}.",infoNote:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043D\u043D\u044B\u0435 \u043D\u0430\u0431\u043E\u0440\u044B \u0438\u043A\u043E\u043D\u043E\u043A \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0438\u0440\u0443\u044E\u0442 \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 \u043C\u0435\u0436\u0434\u0443 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0430\u043C\u0438. \u041D\u0430\u0431\u043E\u0440\u044B \u0438\u043A\u043E\u043D\u043E\u043A \u043E\u0441\u0442\u0430\u044E\u0442\u0441\u044F \u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u043E\u0439 \u0431\u0430\u0437\u0435 \u0434\u0430\u043D\u043D\u044B\u0445 \u043D\u0430 \u043A\u0430\u0436\u0434\u043E\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435; \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0438\u0437\u0430\u0446\u0438\u044F \u043E\u0442\u0441\u043B\u0435\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\u0441\u0442\u044C \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u0438\u043B\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F. \u041D\u0430\u0431\u043E\u0440\u044B \u0438\u043A\u043E\u043D\u043E\u043A \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u044E\u0442\u0441\u044F \u0438\u0437 \u0440\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u044F Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u0435 frontmatter",desc:"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C frontmatter \u0434\u043B\u044F \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F \u0437\u0430\u043C\u0435\u0442\u043A\u0438, \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0445 \u043C\u0435\u0442\u043E\u043A, \u0438\u043A\u043E\u043D\u043E\u043A \u0438 \u0446\u0432\u0435\u0442\u043E\u0432"},frontmatterIconField:{name:"\u041F\u043E\u043B\u0435 \u0438\u043A\u043E\u043D\u043A\u0438",desc:"\u041F\u043E\u043B\u0435 frontmatter \u0434\u043B\u044F \u0438\u043A\u043E\u043D\u043E\u043A \u0444\u0430\u0439\u043B\u043E\u0432. \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 \u0438\u043A\u043E\u043D\u043E\u043A \u0438\u0437 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",placeholder:"icon"},frontmatterColorField:{name:"\u041F\u043E\u043B\u0435 \u0446\u0432\u0435\u0442\u0430",desc:"\u041F\u043E\u043B\u0435 frontmatter \u0434\u043B\u044F \u0446\u0432\u0435\u0442\u043E\u0432 \u0444\u0430\u0439\u043B\u043E\u0432. \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 \u0446\u0432\u0435\u0442\u043E\u0432 \u0438\u0437 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",placeholder:"color"},frontmatterBackgroundField:{name:"\u041F\u043E\u043B\u0435 \u0444\u043E\u043D\u0430",desc:"\u041F\u043E\u043B\u0435 frontmatter \u0434\u043B\u044F \u0446\u0432\u0435\u0442\u043E\u0432 \u0444\u043E\u043D\u0430. \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 \u0446\u0432\u0435\u0442\u043E\u0432 \u0444\u043E\u043D\u0430 \u0438\u0437 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A.",placeholder:"background"},frontmatterMigration:{name:"\u041C\u0438\u0433\u0440\u0430\u0446\u0438\u044F \u0438\u043A\u043E\u043D\u043E\u043A \u0438 \u0446\u0432\u0435\u0442\u043E\u0432 \u0438\u0437 \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",desc:"\u0421\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u043E \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445: {icons} \u0438\u043A\u043E\u043D\u043E\u043A, {colors} \u0446\u0432\u0435\u0442\u043E\u0432.",button:"\u041C\u0438\u0433\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C",buttonWorking:"\u041C\u0438\u0433\u0440\u0430\u0446\u0438\u044F...",noticeNone:"\u041D\u0435\u0442 \u0438\u043A\u043E\u043D\u043E\u043A \u0438\u043B\u0438 \u0446\u0432\u0435\u0442\u043E\u0432 \u0444\u0430\u0439\u043B\u043E\u0432 \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445.",noticeDone:"\u041C\u0438\u0433\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043E {migratedIcons}/{icons} \u0438\u043A\u043E\u043D\u043E\u043A, {migratedColors}/{colors} \u0446\u0432\u0435\u0442\u043E\u0432.",noticeFailures:"\u041D\u0435\u0443\u0434\u0430\u0447\u043D\u044B\u0435 \u0437\u0430\u043F\u0438\u0441\u0438: {failures}.",noticeError:"\u041C\u0438\u0433\u0440\u0430\u0446\u0438\u044F \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C. \u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u0434\u0435\u0442\u0430\u043B\u0435\u0439."},frontmatterNameField:{name:"\u041F\u043E\u043B\u044F \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u044F",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u043E\u043B\u0435\u0439 frontmatter \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043F\u044F\u0442\u0443\u044E. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F \u043F\u0435\u0440\u0432\u043E\u0435 \u043D\u0435\u043F\u0443\u0441\u0442\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435. \u0412\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044F \u043A \u0438\u043C\u0435\u043D\u0438 \u0444\u0430\u0439\u043B\u0430.",placeholder:"title, name"},frontmatterCreatedField:{name:"\u041F\u043E\u043B\u0435 \u0434\u0430\u0442\u044B \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",desc:"\u0418\u043C\u044F \u043F\u043E\u043B\u044F frontmatter \u0434\u043B\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043C\u0435\u0442\u043A\u0438 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F. \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 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u0430\u0442\u044B \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",placeholder:"created"},frontmatterModifiedField:{name:"\u041F\u043E\u043B\u0435 \u0434\u0430\u0442\u044B \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",desc:"\u0418\u043C\u044F \u043F\u043E\u043B\u044F frontmatter \u0434\u043B\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043C\u0435\u0442\u043A\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F. \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 \u0442\u043E\u043B\u044C\u043A\u043E \u0434\u0430\u0442\u044B \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u044B.",placeholder:"modified"},frontmatterDateFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043C\u0435\u0442\u043A\u0438",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0434\u043B\u044F \u0440\u0430\u0437\u0431\u043E\u0440\u0430 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0445 \u043C\u0435\u0442\u043E\u043A \u0432\u043E frontmatter. \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 \u043F\u0430\u0440\u0441\u0438\u043D\u0433\u0430 ISO 8601.",helpTooltip:"\u0424\u043E\u0440\u043C\u0430\u0442 Moment",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442 Moment",help:`\u0420\u0430\u0441\u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0451\u043D\u043D\u044B\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u044B: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u041F\u043E\u0434\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0443",desc:"\u0415\u0441\u043B\u0438 \u0432\u0430\u043C \u043D\u0440\u0430\u0432\u0438\u0442\u0441\u044F \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C Notebook Navigator, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u0435\u0433\u043E \u0434\u0430\u043B\u044C\u043D\u0435\u0439\u0448\u0435\u0439 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0438.",buttonText:"\u2764\uFE0F \u0421\u043F\u043E\u043D\u0441\u043E\u0440",coffeeButton:"\u2615\uFE0F \u041A\u0443\u043F\u0438\u0442\u044C \u043A\u043E\u0444\u0435"},updateCheckOnStart:{name:"\u041F\u0440\u043E\u0432\u0435\u0440\u044F\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0432\u0435\u0440\u0441\u0438\u044E \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435",desc:"\u041F\u0440\u043E\u0432\u0435\u0440\u044F\u0435\u0442 \u043D\u0430\u043B\u0438\u0447\u0438\u0435 \u043D\u043E\u0432\u044B\u0445 \u0440\u0435\u043B\u0438\u0437\u043E\u0432 \u043F\u043B\u0430\u0433\u0438\u043D\u0430 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0435 \u0438 \u043F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0435, \u043A\u043E\u0433\u0434\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435. \u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u043F\u0440\u043E\u0438\u0441\u0445\u043E\u0434\u044F\u0442 \u043D\u0435 \u0447\u0430\u0449\u0435 \u043E\u0434\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u0430 \u0432 \u0434\u0435\u043D\u044C.",status:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u043D\u043E\u0432\u0430\u044F \u0432\u0435\u0440\u0441\u0438\u044F: {version}"},whatsNew:{name:"\u0427\u0442\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0432 Notebook Navigator {version}",desc:"\u041F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F \u0438 \u0443\u043B\u0443\u0447\u0448\u0435\u043D\u0438\u044F",buttonText:"\u041F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F"},masteringVideo:{name:"\u041E\u0441\u0432\u043E\u0435\u043D\u0438\u0435 Notebook Navigator (\u0432\u0438\u0434\u0435\u043E)",desc:"\u042D\u0442\u043E \u0432\u0438\u0434\u0435\u043E \u043E\u0445\u0432\u0430\u0442\u044B\u0432\u0430\u0435\u0442 \u0432\u0441\u0451, \u0447\u0442\u043E \u043D\u0443\u0436\u043D\u043E \u0434\u043B\u044F \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0438\u0432\u043D\u043E\u0439 \u0440\u0430\u0431\u043E\u0442\u044B \u0441 Notebook Navigator, \u0432\u043A\u043B\u044E\u0447\u0430\u044F \u0433\u043E\u0440\u044F\u0447\u0438\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438, \u043F\u043E\u0438\u0441\u043A, \u0442\u0435\u0433\u0438 \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u0443\u044E \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0443."},cacheStatistics:{localCache:"\u041B\u043E\u043A\u0430\u043B\u044C\u043D\u044B\u0439 \u043A\u044D\u0448",items:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432",withTags:"\u0441 \u0442\u0435\u0433\u0430\u043C\u0438",withPreviewText:"\u0441 \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u0440\u0435\u0432\u044C\u044E",withFeatureImage:"\u0441 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435\u043C",withMetadata:"\u0441 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u043D\u044B\u043C\u0438"},metadataInfo:{successfullyParsed:"\u0423\u0441\u043F\u0435\u0448\u043D\u043E \u0440\u0430\u0437\u043E\u0431\u0440\u0430\u043D\u043E",itemsWithName:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 \u0441 \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435\u043C",withCreatedDate:"\u0441 \u0434\u0430\u0442\u043E\u0439 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",withModifiedDate:"\u0441 \u0434\u0430\u0442\u043E\u0439 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",withIcon:"\u0441 \u0438\u043A\u043E\u043D\u043A\u043E\u0439",withColor:"\u0441 \u0446\u0432\u0435\u0442\u043E\u043C",failedToParse:"\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u0440\u0430\u0437\u043E\u0431\u0440\u0430\u0442\u044C",createdDates:"\u0434\u0430\u0442 \u0441\u043E\u0437\u0434\u0430\u043D\u0438\u044F",modifiedDates:"\u0434\u0430\u0442 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F",checkTimestampFormat:"\u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0444\u043E\u0440\u043C\u0430\u0442 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043C\u0435\u0442\u043A\u0438.",exportFailed:"\u042D\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043E\u0448\u0438\u0431\u043A\u0438"}}},whatsNew:{title:"\u0427\u0442\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0432 Notebook Navigator",supportMessage:"\u0415\u0441\u043B\u0438 \u0432\u044B \u043D\u0430\u0445\u043E\u0434\u0438\u0442\u0435 Notebook Navigator \u043F\u043E\u043B\u0435\u0437\u043D\u044B\u043C, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438 \u0435\u0433\u043E \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0438.",supportButton:"\u041A\u0443\u043F\u0438\u0442\u044C \u043A\u043E\u0444\u0435",thanksButton:"\u0421\u043F\u0430\u0441\u0438\u0431\u043E!"}}});var jO,WO=He(()=>{jO={common:{cancel:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",delete:"\u0E25\u0E1A",clear:"\u0E25\u0E49\u0E32\u0E07",remove:"\u0E19\u0E33\u0E2D\u0E2D\u0E01",restoreDefault:"\u0E04\u0E37\u0E19\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",submit:"\u0E2A\u0E48\u0E07",configure:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32",lightMode:"\u0E42\u0E2B\u0E21\u0E14\u0E2A\u0E27\u0E48\u0E32\u0E07",darkMode:"\u0E42\u0E2B\u0E21\u0E14\u0E21\u0E37\u0E14",noSelection:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01",untagged:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01",featureImageAlt:"\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A",unknownError:"\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E17\u0E23\u0E32\u0E1A\u0E2A\u0E32\u0E40\u0E2B\u0E15\u0E38",clipboardWriteError:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E02\u0E35\u0E22\u0E19\u0E25\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14",updateBannerTitle:"\u0E21\u0E35\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15 Notebook Navigator",updateBannerInstruction:"\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E43\u0E19 \u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32 -> \u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E0A\u0E38\u0E21\u0E0A\u0E19",previous:"\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",next:"\u0E16\u0E31\u0E14\u0E44\u0E1B"},listPane:{emptyStateNoSelection:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E14\u0E39\u0E42\u0E19\u0E49\u0E15",emptyStateNoNotes:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E42\u0E19\u0E49\u0E15",pinnedSection:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14",notesSection:"\u0E42\u0E19\u0E49\u0E15",filesSection:"\u0E44\u0E1F\u0E25\u0E4C",hiddenItemAriaLabel:"{name} (\u0E0B\u0E48\u0E2D\u0E19\u0E2D\u0E22\u0E39\u0E48)"},tagList:{untaggedLabel:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01",tags:"\u0E41\u0E17\u0E47\u0E01"},navigationPane:{shortcutsHeader:"\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",recentFilesHeader:"\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",properties:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",reorderRootFoldersTitle:"\u0E08\u0E31\u0E14\u0E40\u0E23\u0E35\u0E22\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E43\u0E2B\u0E21\u0E48",reorderRootFoldersHint:"\u0E43\u0E0A\u0E49\u0E25\u0E39\u0E01\u0E28\u0E23\u0E2B\u0E23\u0E37\u0E2D\u0E25\u0E32\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E08\u0E31\u0E14\u0E40\u0E23\u0E35\u0E22\u0E07\u0E43\u0E2B\u0E21\u0E48",vaultRootLabel:"\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",resetRootToAlpha:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23",resetRootToFrequency:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E04\u0E27\u0E32\u0E21\u0E16\u0E35\u0E48",pinShortcuts:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",pinShortcutsAndRecentFiles:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E30\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",unpinShortcuts:"\u0E40\u0E25\u0E34\u0E01\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",unpinShortcutsAndRecentFiles:"\u0E40\u0E25\u0E34\u0E01\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E30\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",profileMenuAria:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22"},navigationCalendar:{ariaLabel:"\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",dailyNotesNotEnabled:"\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19",createDailyNote:{title:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19\u0E43\u0E2B\u0E21\u0E48",message:"\u0E44\u0E1F\u0E25\u0E4C {filename} \u0E44\u0E21\u0E48\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48 \u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?",confirmButton:"\u0E2A\u0E23\u0E49\u0E32\u0E07"},helpModal:{title:"\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",items:["\u0E04\u0E25\u0E34\u0E01\u0E27\u0E31\u0E19\u0E43\u0E14\u0E01\u0E47\u0E44\u0E14\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E2B\u0E23\u0E37\u0E2D\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E1B\u0E23\u0E30\u0E08\u0E33\u0E27\u0E31\u0E19 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C \u0E40\u0E14\u0E37\u0E2D\u0E19 \u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A \u0E41\u0E25\u0E30\u0E1B\u0E35\u0E17\u0E33\u0E07\u0E32\u0E19\u0E43\u0E19\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19","\u0E08\u0E38\u0E14\u0E17\u0E36\u0E1A\u0E43\u0E15\u0E49\u0E27\u0E31\u0E19\u0E2B\u0E21\u0E32\u0E22\u0E04\u0E27\u0E32\u0E21\u0E27\u0E48\u0E32\u0E21\u0E35\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01 \u0E08\u0E38\u0E14\u0E01\u0E25\u0E27\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E04\u0E27\u0E32\u0E21\u0E27\u0E48\u0E32\u0E21\u0E35\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08","\u0E2B\u0E32\u0E01\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E21\u0E35\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19 \u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E02\u0E2D\u0E07\u0E27\u0E31\u0E19"],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u0E04\u0E25\u0E34\u0E01\u0E17\u0E35\u0E48\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E01\u0E23\u0E2D\u0E07\u0E15\u0E32\u0E21\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E19\u0E31\u0E49\u0E19\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C",dateFilterOptionAlt:"`Option/Alt`+\u0E04\u0E25\u0E34\u0E01\u0E17\u0E35\u0E48\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E01\u0E23\u0E2D\u0E07\u0E15\u0E32\u0E21\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E19\u0E31\u0E49\u0E19\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"}},dailyNotes:{templateReadFailed:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2D\u0E48\u0E32\u0E19\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19",createFailed:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19"},shortcuts:{folderExists:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E49\u0E27",noteExists:"\u0E42\u0E19\u0E49\u0E15\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E49\u0E27",tagExists:"\u0E41\u0E17\u0E47\u0E01\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E49\u0E27",propertyExists:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E49\u0E27",invalidProperty:"\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",searchExists:"\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27",emptySearchQuery:"\u0E01\u0E23\u0E2D\u0E01\u0E04\u0E33\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E01\u0E48\u0E2D\u0E19\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",emptySearchName:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E01\u0E48\u0E2D\u0E19\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",add:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",addNotesCount:"\u0E40\u0E1E\u0E34\u0E48\u0E21 {count} \u0E42\u0E19\u0E49\u0E15\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",addFilesCount:"\u0E40\u0E1E\u0E34\u0E48\u0E21 {count} \u0E44\u0E1F\u0E25\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",rename:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",remove:"\u0E19\u0E33\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",removeAll:"\u0E25\u0E1A\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",removeAllConfirm:"\u0E25\u0E1A\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14?",folderNotesPinned:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14 {count} \u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E49\u0E27"},paneHeader:{collapseAllFolders:"\u0E22\u0E38\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",expandAllFolders:"\u0E02\u0E22\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",showCalendar:"\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",hideCalendar:"\u0E0B\u0E48\u0E2D\u0E19\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",newFolder:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E2B\u0E21\u0E48",newNote:"\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48",mobileBackToNavigation:"\u0E01\u0E25\u0E31\u0E1A\u0E44\u0E1B\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07",changeSortOrder:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07",defaultSort:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",descendants:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E22\u0E48\u0E2D\u0E22",subfolders:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22",subtags:"\u0E41\u0E17\u0E47\u0E01\u0E22\u0E48\u0E2D\u0E22",childValues:"\u0E04\u0E48\u0E32\u0E22\u0E48\u0E2D\u0E22",applySortToDescendants:t=>`\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E31\u0E1A${t}`,applyAppearanceToDescendants:t=>`\u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E25\u0E31\u0E01\u0E29\u0E13\u0E4C\u0E01\u0E31\u0E1A${t}`,showFolders:"\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07",reorderRootFolders:"\u0E08\u0E31\u0E14\u0E40\u0E23\u0E35\u0E22\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E43\u0E2B\u0E21\u0E48",finishRootFolderReorder:"\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19",showExcludedItems:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E41\u0E17\u0E47\u0E01 \u0E41\u0E25\u0E30\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19",hideExcludedItems:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E41\u0E17\u0E47\u0E01 \u0E41\u0E25\u0E30\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19",showDualPane:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E1C\u0E07\u0E04\u0E39\u0E48",showSinglePane:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E1C\u0E07\u0E40\u0E14\u0E35\u0E22\u0E27",changeAppearance:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30",showNotesFromSubfolders:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22",showFilesFromSubfolders:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22",showNotesFromDescendants:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19",showFilesFromDescendants:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E08\u0E32\u0E01\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19",search:"\u0E04\u0E49\u0E19\u0E2B\u0E32"},searchInput:{placeholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\u0E25\u0E49\u0E32\u0E07\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",switchToFilterSearch:"\u0E2A\u0E25\u0E31\u0E1A\u0E44\u0E1B\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E1A\u0E1A\u0E01\u0E23\u0E2D\u0E07",switchToOmnisearch:"\u0E2A\u0E25\u0E31\u0E1A\u0E44\u0E1B\u0E43\u0E0A\u0E49 Omnisearch",saveSearchShortcut:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",removeSearchShortcut:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E2D\u0E2D\u0E01",shortcutModalTitle:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",shortcutNamePlaceholder:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",shortcutStartIn:"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E43\u0E19: {path} \u0E40\u0E2A\u0E21\u0E2D",searchHelp:"\u0E44\u0E27\u0E22\u0E32\u0E01\u0E23\u0E13\u0E4C\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",searchHelpTitle:"\u0E44\u0E27\u0E22\u0E32\u0E01\u0E23\u0E13\u0E4C\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32",searchHelpModal:{intro:"\u0E23\u0E27\u0E21\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C \u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 \u0E41\u0E17\u0E47\u0E01 \u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 \u0E41\u0E25\u0E30\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E43\u0E19\u0E04\u0E33\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E14\u0E35\u0E22\u0E27 (\u0E40\u0E0A\u0E48\u0E19 `meeting .status=active #work @thisweek`) \u0E15\u0E34\u0E14\u0E15\u0E31\u0E49\u0E07\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19 Omnisearch \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E40\u0E15\u0E47\u0E21",introSwitching:"\u0E2A\u0E25\u0E31\u0E1A\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E1A\u0E1A\u0E01\u0E23\u0E2D\u0E07\u0E41\u0E25\u0E30 Omnisearch \u0E42\u0E14\u0E22\u0E43\u0E0A\u0E49\u0E1B\u0E38\u0E48\u0E21\u0E25\u0E39\u0E01\u0E28\u0E23\u0E02\u0E36\u0E49\u0E19/\u0E25\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E04\u0E25\u0E34\u0E01\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E04\u0E49\u0E19\u0E2B\u0E32",sections:{fileNames:{title:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",items:['`word` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35 "word" \u0E43\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C',"`word1 word2` \u0E17\u0E38\u0E01\u0E04\u0E33\u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",'`-word` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35 "word" \u0E43\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C']},tags:{title:"\u0E41\u0E17\u0E47\u0E01",items:["`#tag` \u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01 (\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E01\u0E22\u0E48\u0E2D\u0E22\u0E40\u0E0A\u0E48\u0E19 `#tag/subtag` \u0E14\u0E49\u0E27\u0E22)","`#` \u0E23\u0E27\u0E21\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01","`-#tag` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01","`-#` \u0E23\u0E27\u0E21\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01","`#tag1 #tag2` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2A\u0E2D\u0E07\u0E41\u0E17\u0E47\u0E01 (AND \u0E42\u0E14\u0E22\u0E19\u0E31\u0E22)","`#tag1 AND #tag2` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2A\u0E2D\u0E07\u0E41\u0E17\u0E47\u0E01 (AND \u0E0A\u0E31\u0E14\u0E40\u0E08\u0E19)","`#tag1 OR #tag2` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E17\u0E47\u0E01\u0E43\u0E14\u0E41\u0E17\u0E47\u0E01\u0E2B\u0E19\u0E36\u0E48\u0E07","`#a OR #b AND #c` AND \u0E21\u0E35\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E33\u0E04\u0E31\u0E0D\u0E2A\u0E39\u0E07\u0E01\u0E27\u0E48\u0E32: \u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A `#a` \u0E2B\u0E23\u0E37\u0E2D\u0E17\u0E31\u0E49\u0E07 `#b` \u0E41\u0E25\u0E30 `#c`","Cmd/Ctrl+\u0E04\u0E25\u0E34\u0E01\u0E41\u0E17\u0E47\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E14\u0E49\u0E27\u0E22 AND Cmd/Ctrl+Shift+\u0E04\u0E25\u0E34\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E14\u0E49\u0E27\u0E22 OR"]},properties:{title:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",items:["`.key` \u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34","`.key=value` \u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",'`."Reading Status"` \u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E21\u0E35\u0E0A\u0E48\u0E2D\u0E07\u0E27\u0E48\u0E32\u0E07','`."Reading Status"="In Progress"` \u0E04\u0E35\u0E22\u0E4C\u0E41\u0E25\u0E30\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E21\u0E35\u0E0A\u0E48\u0E2D\u0E07\u0E27\u0E48\u0E32\u0E07\u0E15\u0E49\u0E2D\u0E07\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E04\u0E33\u0E1E\u0E39\u0E14\u0E04\u0E39\u0E48',"`-.key` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34","`-.key=value` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34","Cmd/Ctrl+\u0E04\u0E25\u0E34\u0E01\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E14\u0E49\u0E27\u0E22 AND Cmd/Ctrl+Shift+\u0E04\u0E25\u0E34\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E14\u0E49\u0E27\u0E22 OR"]},tasks:{title:"\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07",items:["`has:task` \u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E35\u0E48\u0E21\u0E35\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08","`-has:task` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E35\u0E48\u0E21\u0E35\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08","`folder:meetings` \u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E35\u0E48\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E21\u0E35 `meetings`","`folder:/work/meetings` \u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E43\u0E19 `work/meetings` (\u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22)","`folder:/` \u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E43\u0E19\u0E23\u0E32\u0E01\u0E02\u0E2D\u0E07\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22","`-folder:archive` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E35\u0E48\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E21\u0E35 `archive`","`-folder:/archive` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E43\u0E19 `archive` (\u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22)","`ext:md` \u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E35\u0E48\u0E21\u0E35\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25 `md` (`ext:.md` \u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E40\u0E0A\u0E48\u0E19\u0E01\u0E31\u0E19)","`-ext:pdf` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E35\u0E48\u0E21\u0E35\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25 `pdf`","\u0E23\u0E27\u0E21\u0E01\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E01 \u0E0A\u0E37\u0E48\u0E2D \u0E41\u0E25\u0E30\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 (\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07: `folder:/work/meetings ext:md @thisweek`)"]},connectors:{title:"\u0E1E\u0E24\u0E15\u0E34\u0E01\u0E23\u0E23\u0E21 AND/OR",items:["`AND` \u0E41\u0E25\u0E30 `OR` \u0E40\u0E1B\u0E47\u0E19\u0E15\u0E31\u0E27\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E43\u0E19\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E17\u0E35\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01\u0E41\u0E25\u0E30\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19","\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E41\u0E17\u0E47\u0E01\u0E41\u0E25\u0E30\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A\u0E14\u0E49\u0E27\u0E22\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E41\u0E17\u0E47\u0E01\u0E41\u0E25\u0E30\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`","\u0E2B\u0E32\u0E01\u0E04\u0E34\u0E27\u0E23\u0E35\u0E23\u0E27\u0E21\u0E0A\u0E37\u0E48\u0E2D \u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 (`@...`) \u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E07\u0E32\u0E19 (`has:task`) \u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C (`folder:...`) \u0E2B\u0E23\u0E37\u0E2D\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25 (`ext:...`) `AND` \u0E41\u0E25\u0E30 `OR` \u0E08\u0E30\u0E16\u0E39\u0E01\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E1B\u0E47\u0E19\u0E04\u0E33","\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E14\u0E49\u0E27\u0E22\u0E15\u0E31\u0E27\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23: `#work OR .status=started`","\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E04\u0E34\u0E27\u0E23\u0E35\u0E1C\u0E2A\u0E21: `#work OR ext:md` (`OR` \u0E16\u0E39\u0E01\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E43\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C)"]},dates:{title:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",items:["`@today` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E42\u0E19\u0E49\u0E15\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49\u0E42\u0E14\u0E22\u0E43\u0E0A\u0E49\u0E1F\u0E34\u0E25\u0E14\u0E4C\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` \u0E0A\u0E48\u0E27\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E17\u0E18\u0E4C","`@2026-02-07` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E09\u0E1E\u0E32\u0E30 (\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A `@20260207` \u0E14\u0E49\u0E27\u0E22)","`@2026` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E1B\u0E35\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19","`@2026-02` \u0E2B\u0E23\u0E37\u0E2D `@202602` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19","`@2026-W05` \u0E2B\u0E23\u0E37\u0E2D `@2026W05` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C ISO","`@2026-Q2` \u0E2B\u0E23\u0E37\u0E2D `@2026Q2` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19","`@13/02/2026` \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E17\u0E35\u0E48\u0E21\u0E35\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19 (`@07022026` \u0E15\u0E32\u0E21\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E49\u0E2D\u0E07\u0E16\u0E34\u0E48\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E25\u0E38\u0E21\u0E40\u0E04\u0E23\u0E37\u0E2D)","`@2026-02-01..2026-02-07` \u0E04\u0E49\u0E19\u0E2B\u0E32\u0E0A\u0E48\u0E27\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E23\u0E27\u0E21 (\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E1B\u0E25\u0E32\u0E22\u0E40\u0E1B\u0E34\u0E14)","`@c:...` \u0E2B\u0E23\u0E37\u0E2D `@m:...` \u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E1B\u0E49\u0E32\u0E2B\u0E21\u0E32\u0E22\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E01\u0E49\u0E44\u0E02","`-@...` \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E01\u0E32\u0E23\u0E08\u0E31\u0E1A\u0E04\u0E39\u0E48\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48"]},omnisearch:{title:"Omnisearch",items:["\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E40\u0E15\u0E47\u0E21\u0E17\u0E31\u0E48\u0E27\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22 \u0E01\u0E23\u0E2D\u0E07\u0E15\u0E32\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01","\u0E2D\u0E32\u0E08\u0E0A\u0E49\u0E32\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E49\u0E2D\u0E19\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32 3 \u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23\u0E43\u0E19\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22\u0E02\u0E19\u0E32\u0E14\u0E43\u0E2B\u0E0D\u0E48","\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48 ASCII \u0E2B\u0E23\u0E37\u0E2D\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E22\u0E48\u0E2D\u0E22\u0E44\u0E14\u0E49\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07","\u0E2A\u0E48\u0E07\u0E04\u0E37\u0E19\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E08\u0E33\u0E01\u0E31\u0E14\u0E01\u0E48\u0E2D\u0E19\u0E01\u0E32\u0E23\u0E01\u0E23\u0E2D\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E14\u0E31\u0E07\u0E19\u0E31\u0E49\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E2D\u0E32\u0E08\u0E44\u0E21\u0E48\u0E41\u0E2A\u0E14\u0E07\u0E2B\u0E32\u0E01\u0E21\u0E35\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E21\u0E32\u0E01\u0E43\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E37\u0E48\u0E19","\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15\u0E41\u0E2A\u0E14\u0E07\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E17\u0E35\u0E48\u0E15\u0E31\u0E14\u0E15\u0E2D\u0E19\u0E08\u0E32\u0E01 Omnisearch \u0E41\u0E17\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"]}}}},contextMenu:{file:{openInNewTab:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",openToRight:"\u0E40\u0E1B\u0E34\u0E14\u0E17\u0E32\u0E07\u0E02\u0E27\u0E32",openInNewWindow:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E43\u0E2B\u0E21\u0E48",openMultipleInNewTabs:"\u0E40\u0E1B\u0E34\u0E14 {count} \u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",openMultipleFilesInNewTabs:"\u0E40\u0E1B\u0E34\u0E14 {count} \u0E44\u0E1F\u0E25\u0E4C\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",openMultipleToRight:"\u0E40\u0E1B\u0E34\u0E14 {count} \u0E42\u0E19\u0E49\u0E15\u0E17\u0E32\u0E07\u0E02\u0E27\u0E32",openMultipleFilesToRight:"\u0E40\u0E1B\u0E34\u0E14 {count} \u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E32\u0E07\u0E02\u0E27\u0E32",openMultipleInNewWindows:"\u0E40\u0E1B\u0E34\u0E14 {count} \u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E43\u0E2B\u0E21\u0E48",openMultipleFilesInNewWindows:"\u0E40\u0E1B\u0E34\u0E14 {count} \u0E44\u0E1F\u0E25\u0E4C\u0E43\u0E19\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E43\u0E2B\u0E21\u0E48",pinNote:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E42\u0E19\u0E49\u0E15",pinFile:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E44\u0E1F\u0E25\u0E4C",unpinNote:"\u0E40\u0E25\u0E34\u0E01\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E42\u0E19\u0E49\u0E15",unpinFile:"\u0E40\u0E25\u0E34\u0E01\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E44\u0E1F\u0E25\u0E4C",pinMultipleNotes:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14 {count} \u0E42\u0E19\u0E49\u0E15",pinMultipleFiles:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14 {count} \u0E44\u0E1F\u0E25\u0E4C",unpinMultipleNotes:"\u0E40\u0E25\u0E34\u0E01\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14 {count} \u0E42\u0E19\u0E49\u0E15",unpinMultipleFiles:"\u0E40\u0E25\u0E34\u0E01\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14 {count} \u0E44\u0E1F\u0E25\u0E4C",duplicateNote:"\u0E17\u0E33\u0E0B\u0E49\u0E33\u0E42\u0E19\u0E49\u0E15",duplicateFile:"\u0E17\u0E33\u0E0B\u0E49\u0E33\u0E44\u0E1F\u0E25\u0E4C",duplicateMultipleNotes:"\u0E17\u0E33\u0E0B\u0E49\u0E33 {count} \u0E42\u0E19\u0E49\u0E15",duplicateMultipleFiles:"\u0E17\u0E33\u0E0B\u0E49\u0E33 {count} \u0E44\u0E1F\u0E25\u0E4C",openVersionHistory:"\u0E40\u0E1B\u0E34\u0E14\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19",revealInFolder:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",revealInFinder:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19 Finder",showInExplorer:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19 explorer \u0E23\u0E30\u0E1A\u0E1A",openInDefaultApp:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E2D\u0E1B\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",renameNote:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15",renameFile:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",deleteNote:"\u0E25\u0E1A\u0E42\u0E19\u0E49\u0E15",deleteFile:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C",setCalendarHighlight:"\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E44\u0E2E\u0E44\u0E25\u0E15\u0E4C",removeCalendarHighlight:"\u0E25\u0E1A\u0E44\u0E2E\u0E44\u0E25\u0E15\u0E4C",deleteMultipleNotes:"\u0E25\u0E1A {count} \u0E42\u0E19\u0E49\u0E15",deleteMultipleFiles:"\u0E25\u0E1A {count} \u0E44\u0E1F\u0E25\u0E4C",moveNoteToFolder:"\u0E22\u0E49\u0E32\u0E22\u0E42\u0E19\u0E49\u0E15\u0E44\u0E1B\u0E22\u0E31\u0E07...",moveFileToFolder:"\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07...",moveMultipleNotesToFolder:"\u0E22\u0E49\u0E32\u0E22 {count} \u0E42\u0E19\u0E49\u0E15\u0E44\u0E1B\u0E22\u0E31\u0E07...",moveMultipleFilesToFolder:"\u0E22\u0E49\u0E32\u0E22 {count} \u0E44\u0E1F\u0E25\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07...",addTag:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E17\u0E47\u0E01",addPropertyKey:"\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",removeTag:"\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E2D\u0E2D\u0E01",removeAllTags:"\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2D\u0E2D\u0E01",changeIcon:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E2D\u0E04\u0E2D\u0E19",changeColor:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E2A\u0E35"},folder:{newNote:"\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48",newNoteFromTemplate:"\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48\u0E08\u0E32\u0E01\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15",newFolder:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E2B\u0E21\u0E48",newCanvas:"Canvas \u0E43\u0E2B\u0E21\u0E48",newBase:"Base \u0E43\u0E2B\u0E21\u0E48",newDrawing:"\u0E20\u0E32\u0E1E\u0E27\u0E32\u0E14\u0E43\u0E2B\u0E21\u0E48",newExcalidrawDrawing:"\u0E20\u0E32\u0E1E\u0E27\u0E32\u0E14 Excalidraw \u0E43\u0E2B\u0E21\u0E48",newTldrawDrawing:"\u0E20\u0E32\u0E1E\u0E27\u0E32\u0E14 Tldraw \u0E43\u0E2B\u0E21\u0E48",duplicateFolder:"\u0E17\u0E33\u0E0B\u0E49\u0E33\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",searchInFolder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",createFolderNote:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",detachFolderNote:"\u0E41\u0E22\u0E01\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",deleteFolderNote:"\u0E25\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",changeIcon:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E2D\u0E04\u0E2D\u0E19",changeColor:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E2A\u0E35",changeBackground:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",excludeFolder:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",unhideFolder:"\u0E40\u0E25\u0E34\u0E01\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",moveFolder:"\u0E22\u0E49\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07...",renameFolder:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",deleteFolder:"\u0E25\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"},tag:{changeIcon:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E44\u0E2D\u0E04\u0E2D\u0E19",changeColor:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E2A\u0E35",changeBackground:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",showTag:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E17\u0E47\u0E01",hideTag:"\u0E0B\u0E48\u0E2D\u0E19\u0E41\u0E17\u0E47\u0E01"},property:{addKey:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",renameKey:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",deleteKey:"\u0E25\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34"},navigation:{addSeparator:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19",removeSeparator:"\u0E19\u0E33\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E2D\u0E2D\u0E01"},copyPath:{title:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07",asObsidianUrl:"\u0E40\u0E1B\u0E47\u0E19 URL Obsidian",fromVaultFolder:"\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",fromSystemRoot:"\u0E08\u0E32\u0E01\u0E23\u0E32\u0E01\u0E23\u0E30\u0E1A\u0E1A"},style:{title:"\u0E2A\u0E44\u0E15\u0E25\u0E4C",copy:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E2A\u0E44\u0E15\u0E25\u0E4C",paste:"\u0E27\u0E32\u0E07\u0E2A\u0E44\u0E15\u0E25\u0E4C",removeIcon:"\u0E25\u0E1A\u0E44\u0E2D\u0E04\u0E2D\u0E19",removeColor:"\u0E25\u0E1A\u0E2A\u0E35",removeBackground:"\u0E25\u0E1A\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",clear:"\u0E25\u0E49\u0E32\u0E07\u0E2A\u0E44\u0E15\u0E25\u0E4C"}},folderAppearance:{standardPreset:"\u0E21\u0E32\u0E15\u0E23\u0E10\u0E32\u0E19",compactPreset:"\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14",defaultSuffix:"(\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19)",defaultLabel:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",titleRows:"\u0E41\u0E16\u0E27\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07",previewRows:"\u0E41\u0E16\u0E27\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",groupBy:"\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21",defaultTitleOption:t=>`\u0E41\u0E16\u0E27\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 (${t})`,defaultPreviewOption:t=>`\u0E41\u0E16\u0E27\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 (${t})`,defaultGroupOption:t=>`\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 (${t})`,titleRowOption:t=>`${t} \u0E41\u0E16\u0E27\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07`,previewRowOption:t=>`${t} \u0E41\u0E16\u0E27\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07`},modals:{bulkApply:{applyButton:"\u0E43\u0E0A\u0E49",applySortTitle:t=>`\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E31\u0E1A${t}?`,applyAppearanceTitle:t=>`\u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E25\u0E31\u0E01\u0E29\u0E13\u0E4C\u0E01\u0E31\u0E1A${t}?`,affectedCountMessage:t=>`\u0E01\u0E32\u0E23\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E0B\u0E36\u0E48\u0E07\u0E08\u0E30\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07: ${t}`},navRainbowSection:{title:t=>`\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07: ${t}`},iconPicker:{searchPlaceholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E44\u0E2D\u0E04\u0E2D\u0E19...",recentlyUsedHeader:"\u0E43\u0E0A\u0E49\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",emptyStateSearch:"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E44\u0E2D\u0E04\u0E2D\u0E19",emptyStateNoResults:"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E44\u0E2D\u0E04\u0E2D\u0E19",showingResultsInfo:"\u0E41\u0E2A\u0E14\u0E07 50 \u0E08\u0E32\u0E01 {count} \u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C \u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E08\u0E33\u0E01\u0E31\u0E14",emojiInstructions:"\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E27\u0E32\u0E07\u0E2D\u0E35\u0E42\u0E21\u0E08\u0E34\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E2D\u0E04\u0E2D\u0E19",removeIcon:"\u0E19\u0E33\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E2D\u0E2D\u0E01",removeFromRecents:"\u0E19\u0E33\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",allTabLabel:"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14"},fileIconRuleEditor:{addRuleAria:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E01\u0E0E"},interfaceIcons:{title:"\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E2D\u0E34\u0E19\u0E40\u0E17\u0E2D\u0E23\u0E4C\u0E40\u0E1F\u0E0B",fileItemsSection:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C",items:{"nav-shortcuts":"\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14","nav-recent-files":"\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14","nav-expand-all":"\u0E02\u0E22\u0E32\u0E22\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","nav-collapse-all":"\u0E22\u0E38\u0E1A\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","nav-calendar":"\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19","nav-tree-expand":"\u0E25\u0E39\u0E01\u0E28\u0E23\u0E15\u0E49\u0E19\u0E44\u0E21\u0E49: \u0E02\u0E22\u0E32\u0E22","nav-tree-collapse":"\u0E25\u0E39\u0E01\u0E28\u0E23\u0E15\u0E49\u0E19\u0E44\u0E21\u0E49: \u0E22\u0E38\u0E1A","nav-hidden-items":"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19","nav-root-reorder":"\u0E08\u0E31\u0E14\u0E40\u0E23\u0E35\u0E22\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E23\u0E32\u0E01\u0E43\u0E2B\u0E21\u0E48","nav-new-folder":"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E2B\u0E21\u0E48","nav-show-single-pane":"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E1C\u0E07\u0E40\u0E14\u0E35\u0E22\u0E27","nav-show-dual-pane":"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E1C\u0E07\u0E04\u0E39\u0E48","nav-profile-chevron":"\u0E25\u0E39\u0E01\u0E28\u0E23\u0E40\u0E21\u0E19\u0E39\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C","list-search":"\u0E04\u0E49\u0E19\u0E2B\u0E32","list-descendants":"\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22","list-sort-ascending":"\u0E25\u0E33\u0E14\u0E31\u0E1A: \u0E19\u0E49\u0E2D\u0E22\u0E44\u0E1B\u0E21\u0E32\u0E01","list-sort-descending":"\u0E25\u0E33\u0E14\u0E31\u0E1A: \u0E21\u0E32\u0E01\u0E44\u0E1B\u0E19\u0E49\u0E2D\u0E22","list-appearance":"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E23\u0E39\u0E1B\u0E25\u0E31\u0E01\u0E29\u0E13\u0E4C","list-new-note":"\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48","nav-folder-open":"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E1B\u0E34\u0E14","nav-folder-closed":"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E1B\u0E34\u0E14","nav-tags":"\u0E41\u0E17\u0E47\u0E01","nav-tag":"\u0E41\u0E17\u0E47\u0E01","nav-properties":"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34","nav-property":"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34","nav-property-value":"\u0E04\u0E48\u0E32","list-pinned":"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14","file-unfinished-task":"\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08","file-word-count":"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E04\u0E33"}},colorPicker:{currentColor:"\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19",newColor:"\u0E43\u0E2B\u0E21\u0E48",paletteDefault:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",paletteCustom:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07",copyColors:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E2A\u0E35",colorsCopied:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E2A\u0E35\u0E44\u0E1B\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E41\u0E25\u0E49\u0E27",pasteColors:"\u0E27\u0E32\u0E07\u0E2A\u0E35",pasteClipboardError:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2D\u0E48\u0E32\u0E19\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14",pasteInvalidFormat:"\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E04\u0E48\u0E32\u0E2A\u0E35 hex",colorsPasted:"\u0E27\u0E32\u0E07\u0E2A\u0E35\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",resetUserColors:"\u0E25\u0E49\u0E32\u0E07\u0E2A\u0E35\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07",clearCustomColorsConfirm:"\u0E25\u0E1A\u0E2A\u0E35\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14?",userColorSlot:"\u0E2A\u0E35 {slot}",recentColors:"\u0E2A\u0E35\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",clearRecentColors:"\u0E25\u0E49\u0E32\u0E07\u0E2A\u0E35\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",removeRecentColor:"\u0E19\u0E33\u0E2A\u0E35\u0E2D\u0E2D\u0E01",apply:"\u0E19\u0E33\u0E44\u0E1B\u0E43\u0E0A\u0E49",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",currentBadge:"\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48",emptyState:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22"},tagOperation:{renameTitle:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E47\u0E01 {tag}",deleteTitle:"\u0E25\u0E1A\u0E41\u0E17\u0E47\u0E01 {tag}",newTagPrompt:"\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E43\u0E2B\u0E21\u0E48",newTagPlaceholder:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E43\u0E2B\u0E21\u0E48",renameWarning:"\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E47\u0E01 {oldTag} \u0E08\u0E30\u0E41\u0E01\u0E49\u0E44\u0E02 {count} {files}",deleteWarning:"\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E41\u0E17\u0E47\u0E01 {tag} \u0E08\u0E30\u0E41\u0E01\u0E49\u0E44\u0E02 {count} {files}",modificationWarning:"\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E19\u0E35\u0E49\u0E08\u0E30\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E01\u0E49\u0E44\u0E02\u0E44\u0E1F\u0E25\u0E4C",affectedFiles:"\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A:",andMore:"...\u0E41\u0E25\u0E30\u0E2D\u0E35\u0E01 {count}",confirmRename:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E47\u0E01",renameUnchanged:"{tag} \u0E44\u0E21\u0E48\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E25\u0E49\u0E27 {renamed}/{total} \u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15: {notUpdated} \u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E21\u0E15\u0E32\u0E41\u0E25\u0E30\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15",invalidTagName:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",descendantRenameError:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E22\u0E49\u0E32\u0E22\u0E41\u0E17\u0E47\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19",confirmDelete:"\u0E25\u0E1A\u0E41\u0E17\u0E47\u0E01",deleteBatchNotFinalized:"\u0E25\u0E1A\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01 {removed}/{total} \u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15: {notUpdated} \u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E21\u0E15\u0E32\u0E41\u0E25\u0E30\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15",checkConsoleForDetails:"\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E04\u0E2D\u0E19\u0E42\u0E0B\u0E25\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E14\u0E39\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14",file:"\u0E44\u0E1F\u0E25\u0E4C",files:"\u0E44\u0E1F\u0E25\u0E4C",inlineParsingWarning:{title:"\u0E04\u0E27\u0E32\u0E21\u0E40\u0E02\u0E49\u0E32\u0E01\u0E31\u0E19\u0E44\u0E14\u0E49\u0E02\u0E2D\u0E07\u0E41\u0E17\u0E47\u0E01\u0E41\u0E1A\u0E1A\u0E2D\u0E34\u0E19\u0E44\u0E25\u0E19\u0E4C",message:"{tag} \u0E21\u0E35\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48 Obsidian \u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E41\u0E22\u0E01\u0E27\u0E34\u0E40\u0E04\u0E23\u0E32\u0E30\u0E2B\u0E4C\u0E43\u0E19\u0E41\u0E17\u0E47\u0E01\u0E41\u0E1A\u0E1A\u0E2D\u0E34\u0E19\u0E44\u0E25\u0E19\u0E4C\u0E44\u0E14\u0E49 \u0E41\u0E17\u0E47\u0E01 Frontmatter \u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A",confirm:"\u0E43\u0E0A\u0E49\u0E15\u0E48\u0E2D\u0E44\u0E1B"}},propertyOperation:{renameTitle:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {property}",deleteTitle:"\u0E25\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {property}",newKeyPrompt:"\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E2B\u0E21\u0E48",newKeyPlaceholder:"\u0E1B\u0E49\u0E2D\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E2B\u0E21\u0E48",renameWarning:"\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {property} \u0E08\u0E30\u0E41\u0E01\u0E49\u0E44\u0E02 {count} {files}",renameConflictWarning:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {newKey} \u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27\u0E43\u0E19 {count} {files} \u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D {oldKey} \u0E08\u0E30\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E02\u0E2D\u0E07 {newKey}",deleteWarning:"\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {property} \u0E08\u0E30\u0E41\u0E01\u0E49\u0E44\u0E02 {count} {files}",confirmRename:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",confirmDelete:"\u0E25\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",renameNoChanges:"{oldKey} \u2192 {newKey} (\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07)",renameSettingsUpdateFailed:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {oldKey} \u2192 {newKey} \u0E41\u0E25\u0E49\u0E27 \u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E44\u0E14\u0E49",deleteSingleSuccess:"\u0E25\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {property} \u0E08\u0E32\u0E01 1 \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",deleteMultipleSuccess:"\u0E25\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {property} \u0E08\u0E32\u0E01 {count} \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",deleteSettingsUpdateFailed:"\u0E25\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {property} \u0E41\u0E25\u0E49\u0E27 \u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E44\u0E14\u0E49",invalidKeyName:"\u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"},fileSystem:{newFolderTitle:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E2B\u0E21\u0E48",renameFolderTitle:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",renameFileTitle:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",deleteFolderTitle:"\u0E25\u0E1A '{name}'?",deleteFileTitle:"\u0E25\u0E1A '{name}'?",deleteFileAttachmentsTitle:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A?",moveFileConflictTitle:"\u0E02\u0E49\u0E2D\u0E02\u0E31\u0E14\u0E41\u0E22\u0E49\u0E07\u0E01\u0E32\u0E23\u0E22\u0E49\u0E32\u0E22",folderNamePrompt:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C:",hideInOtherVaultProfiles:"\u0E0B\u0E48\u0E2D\u0E19\u0E43\u0E19\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22\u0E2D\u0E37\u0E48\u0E19",renamePrompt:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E43\u0E2B\u0E21\u0E48:",renameVaultTitle:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E2A\u0E14\u0E07\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",renameVaultPrompt:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E2A\u0E14\u0E07\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07 (\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):",deleteFolderConfirm:"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E19\u0E35\u0E49\u0E41\u0E25\u0E30\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14?",deleteFileConfirm:"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E19\u0E35\u0E49?",deleteFileAttachmentsDescriptionSingle:"\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E19\u0E35\u0E49\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E16\u0E39\u0E01\u0E43\u0E0A\u0E49\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15\u0E43\u0E14\u0E41\u0E25\u0E49\u0E27 \u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?",deleteFileAttachmentsDescriptionMultiple:"\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E35\u0E49\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E16\u0E39\u0E01\u0E43\u0E0A\u0E49\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15\u0E43\u0E14\u0E41\u0E25\u0E49\u0E27 \u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E1A\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?",deleteFileAttachmentsViewFileTreeAriaLabel:"\u0E42\u0E04\u0E23\u0E07\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C",deleteFileAttachmentsViewGalleryAriaLabel:"\u0E41\u0E01\u0E25\u0E40\u0E25\u0E2D\u0E23\u0E35",moveFileConflictDescriptionSingle:'\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E02\u0E31\u0E14\u0E41\u0E22\u0E49\u0E07\u0E02\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E43\u0E19 "{folder}"',moveFileConflictDescriptionMultiple:'\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E02\u0E31\u0E14\u0E41\u0E22\u0E49\u0E07\u0E02\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C {count} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E43\u0E19 "{folder}"',moveFileConflictAffectedFiles:"\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E1C\u0E25\u0E01\u0E23\u0E30\u0E17\u0E1A",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19)",moveFileConflictRename:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D",moveFileConflictOverwrite:"\u0E40\u0E02\u0E35\u0E22\u0E19\u0E17\u0E31\u0E1A",removeAllTagsTitle:"\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2D\u0E2D\u0E01",removeAllTagsFromNote:"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E42\u0E19\u0E49\u0E15\u0E19\u0E35\u0E49?",removeAllTagsFromNotes:"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01 {count} \u0E42\u0E19\u0E49\u0E15?"},folderNoteType:{title:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",folderLabel:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C: {name}"},folderSuggest:{placeholder:t=>`\u0E22\u0E49\u0E32\u0E22 ${t} \u0E44\u0E1B\u0E22\u0E31\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C...`,multipleFilesLabel:t=>`${t} \u0E44\u0E1F\u0E25\u0E4C`,navigatePlaceholder:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C...",instructions:{navigate:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E17\u0E32\u0E07",move:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E22\u0E49\u0E32\u0E22",select:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01",dismiss:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14"}},homepage:{placeholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E44\u0E1F\u0E25\u0E4C...",instructions:{navigate:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E17\u0E32\u0E07",select:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E23\u0E01",dismiss:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14"}},calendarTemplate:{placeholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15...",instructions:{navigate:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E17\u0E32\u0E07",select:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15",dismiss:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14"}},navigationBanner:{placeholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E...",instructions:{navigate:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E17\u0E32\u0E07",select:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E41\u0E1A\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C",dismiss:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14"}},tagSuggest:{navigatePlaceholder:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E41\u0E17\u0E47\u0E01...",addPlaceholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E17\u0E47\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21...",removePlaceholder:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E41\u0E17\u0E47\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E2D\u0E2D\u0E01...",createNewTag:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E43\u0E2B\u0E21\u0E48: #{tag}",instructions:{navigate:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E17\u0E32\u0E07",select:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01",dismiss:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14",add:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E17\u0E47\u0E01",remove:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E2D\u0E2D\u0E01"}},propertySuggest:{placeholder:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34...",navigatePlaceholder:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34...",instructions:{navigate:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E17\u0E32\u0E07",select:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",dismiss:"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14"}},propertyKeyVisibility:{title:"\u0E01\u0E32\u0E23\u0E41\u0E2A\u0E14\u0E07\u0E1C\u0E25\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",description:"\u0E04\u0E27\u0E1A\u0E04\u0E38\u0E21\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E17\u0E35\u0E48\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 \u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07 \u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23 \u0E41\u0E25\u0E30\u0E40\u0E21\u0E19\u0E39\u0E1A\u0E23\u0E34\u0E1A\u0E17\u0E02\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C \u0E43\u0E0A\u0E49\u0E41\u0E16\u0E27\u0E25\u0E48\u0E32\u0E07\u0E2A\u0E38\u0E14\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E2A\u0E25\u0E31\u0E1A\u0E17\u0E38\u0E01\u0E41\u0E16\u0E27\u0E43\u0E19\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",searchPlaceholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34...",propertyColumnLabel:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",showInNavigation:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07",showInList:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",showInFileMenu:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E40\u0E21\u0E19\u0E39\u0E44\u0E1F\u0E25\u0E4C",toggleAllInNavigation:"\u0E2A\u0E25\u0E31\u0E1A\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E43\u0E19\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07",toggleAllInList:"\u0E2A\u0E25\u0E31\u0E1A\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",toggleAllInFileMenu:"\u0E2A\u0E25\u0E31\u0E1A\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E43\u0E19\u0E40\u0E21\u0E19\u0E39\u0E44\u0E1F\u0E25\u0E4C",applyButton:"\u0E19\u0E33\u0E44\u0E1B\u0E43\u0E0A\u0E49",emptyState:"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34"},welcome:{title:"\u0E22\u0E34\u0E19\u0E14\u0E35\u0E15\u0E49\u0E2D\u0E19\u0E23\u0E31\u0E1A\u0E2A\u0E39\u0E48 {pluginName}",introText:'\u0E2A\u0E27\u0E31\u0E2A\u0E14\u0E35! \u0E01\u0E48\u0E2D\u0E19\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 \u0E02\u0E2D\u0E41\u0E19\u0E30\u0E19\u0E33\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E22\u0E34\u0E48\u0E07\u0E43\u0E2B\u0E49\u0E14\u0E39\u0E27\u0E34\u0E14\u0E35\u0E42\u0E2D\u0E14\u0E49\u0E32\u0E19\u0E25\u0E48\u0E32\u0E07\u0E2B\u0E49\u0E32\u0E19\u0E32\u0E17\u0E35\u0E41\u0E23\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E17\u0E33\u0E04\u0E27\u0E32\u0E21\u0E40\u0E02\u0E49\u0E32\u0E43\u0E08\u0E27\u0E48\u0E32\u0E41\u0E1C\u0E07\u0E04\u0E27\u0E1A\u0E04\u0E38\u0E21\u0E41\u0E25\u0E30\u0E1B\u0E38\u0E48\u0E21\u0E2A\u0E25\u0E31\u0E1A "\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22" \u0E17\u0E33\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E23',continueText:"\u0E2B\u0E32\u0E01\u0E04\u0E38\u0E13\u0E21\u0E35\u0E40\u0E27\u0E25\u0E32\u0E2D\u0E35\u0E01\u0E2B\u0E49\u0E32\u0E19\u0E32\u0E17\u0E35 \u0E43\u0E2B\u0E49\u0E14\u0E39\u0E27\u0E34\u0E14\u0E35\u0E42\u0E2D\u0E15\u0E48\u0E2D\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E17\u0E33\u0E04\u0E27\u0E32\u0E21\u0E40\u0E02\u0E49\u0E32\u0E43\u0E08\u0E42\u0E2B\u0E21\u0E14\u0E41\u0E2A\u0E14\u0E07\u0E1C\u0E25\u0E41\u0E1A\u0E1A\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14\u0E41\u0E25\u0E30\u0E27\u0E34\u0E18\u0E35\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E30\u0E1B\u0E38\u0E48\u0E21\u0E25\u0E31\u0E14\u0E17\u0E35\u0E48\u0E2A\u0E33\u0E04\u0E31\u0E0D\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07",thanksText:"\u0E02\u0E2D\u0E1A\u0E04\u0E38\u0E13\u0E21\u0E32\u0E01\u0E17\u0E35\u0E48\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14 \u0E2A\u0E19\u0E38\u0E01\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19!",videoAlt:"\u0E01\u0E32\u0E23\u0E15\u0E34\u0E14\u0E15\u0E31\u0E49\u0E07\u0E41\u0E25\u0E30\u0E40\u0E0A\u0E35\u0E48\u0E22\u0E27\u0E0A\u0E32\u0E0D Notebook Navigator",openVideoButton:"\u0E40\u0E25\u0E48\u0E19\u0E27\u0E34\u0E14\u0E35\u0E42\u0E2D",closeButton:"\u0E44\u0E27\u0E49\u0E17\u0E35\u0E2B\u0E25\u0E31\u0E07"}},fileSystem:{errors:{createFolder:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",createFile:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",renameFolder:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",renameFolderNoteConflict:'\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D: "{name}" \u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E19\u0E35\u0E49\u0E41\u0E25\u0E49\u0E27',renameFile:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",deleteFolder:"\u0E25\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",deleteFile:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",deleteAttachments:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E44\u0E14\u0E49: {error}",duplicateNote:"\u0E17\u0E33\u0E0B\u0E49\u0E33\u0E42\u0E19\u0E49\u0E15\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",duplicateFolder:"\u0E17\u0E33\u0E0B\u0E49\u0E33\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",openVersionHistory:"\u0E40\u0E1B\u0E34\u0E14\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",versionHistoryNotFound:"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 \u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E27\u0E48\u0E32 Obsidian Sync \u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E22\u0E39\u0E48",revealInExplorer:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E43\u0E19 explorer \u0E23\u0E30\u0E1A\u0E1A\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",openInDefaultApp:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E2D\u0E1B\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",openInDefaultAppNotAvailable:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E2D\u0E1B\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E1A\u0E19\u0E41\u0E1E\u0E25\u0E15\u0E1F\u0E2D\u0E23\u0E4C\u0E21\u0E19\u0E35\u0E49",folderNoteAlreadyExists:"\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27",folderAlreadyExists:'\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C "{name}" \u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27',folderNotesDisabled:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E41\u0E1B\u0E25\u0E07\u0E44\u0E1F\u0E25\u0E4C",folderNoteAlreadyLinked:"\u0E44\u0E1F\u0E25\u0E4C\u0E19\u0E35\u0E49\u0E17\u0E33\u0E2B\u0E19\u0E49\u0E32\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27",folderNoteNotFound:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01",folderNoteUnsupportedExtension:"\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25\u0E44\u0E1F\u0E25\u0E4C\u0E44\u0E21\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A: {extension}",folderNoteMoveFailed:"\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E41\u0E1B\u0E25\u0E07\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",folderNoteRenameConflict:'\u0E44\u0E1F\u0E25\u0E4C\u0E0A\u0E37\u0E48\u0E2D "{name}" \u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E49\u0E27',folderNoteConversionFailed:"\u0E41\u0E1B\u0E25\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",folderNoteConversionFailedWithReason:"\u0E41\u0E1B\u0E25\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",folderNoteOpenFailed:"\u0E41\u0E1B\u0E25\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E25\u0E49\u0E27\u0E41\u0E15\u0E48\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",failedToDeleteFile:"\u0E25\u0E1A {name} \u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",failedToDeleteMultipleFiles:"\u0E25\u0E1A {count} \u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",versionHistoryNotAvailable:"\u0E1A\u0E23\u0E34\u0E01\u0E32\u0E23\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19",drawingAlreadyExists:"\u0E21\u0E35\u0E20\u0E32\u0E1E\u0E27\u0E32\u0E14\u0E0A\u0E37\u0E48\u0E2D\u0E19\u0E35\u0E49\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27",failedToCreateDrawing:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E20\u0E32\u0E1E\u0E27\u0E32\u0E14\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",noFolderSelected:"\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19 Notebook Navigator",noFileSelected:"\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C"},warnings:{linkBreakingNameCharacters:"\u0E0A\u0E37\u0E48\u0E2D\u0E19\u0E35\u0E49\u0E21\u0E35\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48\u0E17\u0E33\u0E43\u0E2B\u0E49\u0E25\u0E34\u0E07\u0E01\u0E4C Obsidian \u0E40\u0E2A\u0E35\u0E22\u0E2B\u0E32\u0E22: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22\u0E08\u0E38\u0E14\u0E2B\u0E23\u0E37\u0E2D\u0E21\u0E35 : \u0E2B\u0E23\u0E37\u0E2D / \u0E44\u0E14\u0E49",forbiddenNameCharactersWindows:'\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E17\u0E35\u0E48 Windows \u0E2A\u0E07\u0E27\u0E19\u0E44\u0E27\u0E49\u0E44\u0E21\u0E48\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E49\u0E27: {name}",showFolder:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E49\u0E27: {name}"},notifications:{deletedMultipleFiles:"\u0E25\u0E1A {count} \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E25\u0E49\u0E27",movedMultipleFiles:"\u0E22\u0E49\u0E32\u0E22 {count} \u0E44\u0E1F\u0E25\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07 {folder}",folderNoteConversionSuccess:'\u0E41\u0E1B\u0E25\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19 "{name}"',folderMoved:'\u0E22\u0E49\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C "{name}" \u0E41\u0E25\u0E49\u0E27',deepLinkCopied:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01 URL Obsidian \u0E44\u0E1B\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E41\u0E25\u0E49\u0E27",pathCopied:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E41\u0E25\u0E49\u0E27",relativePathCopied:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E17\u0E18\u0E4C\u0E44\u0E1B\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E41\u0E25\u0E49\u0E27",tagAddedToNote:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E17\u0E47\u0E01\u0E43\u0E19 1 \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",tagAddedToNotes:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E17\u0E47\u0E01\u0E43\u0E19 {count} \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",tagRemovedFromNote:"\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01 1 \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",tagRemovedFromNotes:"\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01 {count} \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",tagsClearedFromNote:"\u0E25\u0E49\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E32\u0E01 1 \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",tagsClearedFromNotes:"\u0E25\u0E49\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E32\u0E01 {count} \u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E49\u0E27",noTagsToRemove:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01\u0E43\u0E2B\u0E49\u0E19\u0E33\u0E2D\u0E2D\u0E01",noFilesSelected:"\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C",tagOperationsNotAvailable:"\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E41\u0E17\u0E47\u0E01\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19",propertyOperationsNotAvailable:"\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19",tagsRequireMarkdown:"\u0E41\u0E17\u0E47\u0E01\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E42\u0E19\u0E49\u0E15 Markdown",propertiesRequireMarkdown:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E42\u0E19\u0E49\u0E15 Markdown \u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19",propertySetOnNote:"\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19 1 \u0E42\u0E19\u0E49\u0E15",propertySetOnNotes:"\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19 {count} \u0E42\u0E19\u0E49\u0E15",iconPackDownloaded:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14 {provider} \u0E41\u0E25\u0E49\u0E27",iconPackUpdated:"\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15 {provider} \u0E41\u0E25\u0E49\u0E27 ({version})",iconPackRemoved:"\u0E19\u0E33 {provider} \u0E2D\u0E2D\u0E01\u0E41\u0E25\u0E49\u0E27",iconPackLoadFailed:"\u0E42\u0E2B\u0E25\u0E14 {provider} \u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",hiddenFileReveal:'\u0E44\u0E1F\u0E25\u0E4C\u0E0B\u0E48\u0E2D\u0E19\u0E2D\u0E22\u0E39\u0E48 \u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 "\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19" \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E41\u0E2A\u0E14\u0E07'},confirmations:{deleteMultipleFiles:"\u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E1A {count} \u0E44\u0E1F\u0E25\u0E4C?",deleteConfirmation:"\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"},defaultNames:{untitled:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E0A\u0E37\u0E48\u0E2D"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E22\u0E49\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22",itemAlreadyExists:'\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E0A\u0E37\u0E48\u0E2D "{name}" \u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E19\u0E35\u0E49\u0E41\u0E25\u0E49\u0E27',failedToMove:"\u0E22\u0E49\u0E32\u0E22\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {error}",failedToAddTag:'\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E17\u0E47\u0E01 "{tag}" \u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27',failedToSetProperty:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34: {error}",failedToClearTags:"\u0E25\u0E49\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",failedToMoveFolder:'\u0E22\u0E49\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C "{name}" \u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27',failedToImportFiles:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {names}"},notifications:{filesAlreadyExist:"{count} \u0E44\u0E1F\u0E25\u0E4C\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E1B\u0E25\u0E32\u0E22\u0E17\u0E32\u0E07\u0E41\u0E25\u0E49\u0E27",filesAlreadyHaveTag:"{count} \u0E44\u0E1F\u0E25\u0E4C\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01\u0E19\u0E35\u0E49\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E40\u0E08\u0E32\u0E30\u0E08\u0E07\u0E01\u0E27\u0E48\u0E32\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27",filesAlreadyHaveProperty:"{count} \u0E44\u0E1F\u0E25\u0E4C\u0E21\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E19\u0E35\u0E49\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27",noTagsToClear:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01\u0E43\u0E2B\u0E49\u0E25\u0E49\u0E32\u0E07",fileImported:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32 1 \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E25\u0E49\u0E27",filesImported:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32 {count} \u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E25\u0E49\u0E27"}},dateGroups:{today:"\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49",yesterday:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E19",previous7Days:"7 \u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E1C\u0E48\u0E32\u0E19\u0E21\u0E32",previous30Days:"30 \u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E1C\u0E48\u0E32\u0E19\u0E21\u0E32"},commands:{open:"\u0E40\u0E1B\u0E34\u0E14",toggleLeftSidebar:"\u0E2A\u0E25\u0E31\u0E1A\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22",openHomepage:"\u0E40\u0E1B\u0E34\u0E14\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E23\u0E01",openDailyNote:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19",openWeeklyNote:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",openMonthlyNote:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E40\u0E14\u0E37\u0E2D\u0E19",openQuarterlyNote:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A",openYearlyNote:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E1B\u0E35",revealFile:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E1F\u0E25\u0E4C",search:"\u0E04\u0E49\u0E19\u0E2B\u0E32",searchVaultRoot:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E43\u0E19\u0E23\u0E39\u0E17\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",toggleDualPane:"\u0E2A\u0E25\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E41\u0E1C\u0E07\u0E04\u0E39\u0E48",toggleDualPaneOrientation:"\u0E2A\u0E25\u0E31\u0E1A\u0E17\u0E34\u0E28\u0E17\u0E32\u0E07\u0E41\u0E1C\u0E07\u0E04\u0E39\u0E48",toggleCalendar:"\u0E2A\u0E25\u0E31\u0E1A\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",selectVaultProfile:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",selectVaultProfile1:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22 1",selectVaultProfile2:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22 2",selectVaultProfile3:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22 3",deleteFile:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C",createNewNote:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48",createNewNoteFromTemplate:"\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48\u0E08\u0E32\u0E01\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15",moveFiles:"\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C",selectNextFile:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E16\u0E31\u0E14\u0E44\u0E1B",selectPreviousFile:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E01\u0E48\u0E2D\u0E19\u0E2B\u0E19\u0E49\u0E32",navigateBack:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A",navigateForward:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E02\u0E49\u0E32\u0E07\u0E2B\u0E19\u0E49\u0E32",convertToFolderNote:"\u0E41\u0E1B\u0E25\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",setAsFolderNote:"\u0E15\u0E31\u0E49\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",detachFolderNote:"\u0E41\u0E22\u0E01\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",pinAllFolderNotes:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",navigateToFolder:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",navigateToTag:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E41\u0E17\u0E47\u0E01",navigateToProperty:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",addShortcut:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",openShortcut:"\u0E40\u0E1B\u0E34\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14 {number}",toggleDescendants:"\u0E2A\u0E25\u0E31\u0E1A\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19",toggleHidden:"\u0E2A\u0E25\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E41\u0E17\u0E47\u0E01 \u0E41\u0E25\u0E30\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19",toggleTagSort:"\u0E2A\u0E25\u0E31\u0E1A\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E41\u0E17\u0E47\u0E01",toggleCompactMode:"\u0E2A\u0E25\u0E31\u0E1A\u0E42\u0E2B\u0E21\u0E14\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14",collapseExpand:"\u0E22\u0E38\u0E1A / \u0E02\u0E22\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",addTag:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E17\u0E47\u0E01\u0E43\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01",setProperty:"\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01",removeTag:"\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01",removeAllTags:"\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01",openAllFiles:"\u0E40\u0E1B\u0E34\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",rebuildCache:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E41\u0E04\u0E0A\u0E43\u0E2B\u0E21\u0E48"},plugin:{viewName:"Notebook Navigator",calendarViewName:"\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",ribbonTooltip:"Notebook Navigator",revealInNavigator:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19 Notebook Navigator"},tooltips:{lastModifiedAt:"\u0E41\u0E01\u0E49\u0E44\u0E02\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E40\u0E21\u0E37\u0E48\u0E2D",createdAt:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D",file:"\u0E44\u0E1F\u0E25\u0E4C",files:"\u0E44\u0E1F\u0E25\u0E4C",folder:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",folders:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"},settings:{metadataReport:{exportSuccess:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E23\u0E32\u0E22\u0E07\u0E32\u0E19\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32\u0E17\u0E35\u0E48\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27\u0E44\u0E1B\u0E22\u0E31\u0E07: {filename}",exportFailed:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E23\u0E32\u0E22\u0E07\u0E32\u0E19\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27"},sections:{general:"\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B",navigationPane:"\u0E19\u0E33\u0E17\u0E32\u0E07",calendar:"\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",files:"\u0E44\u0E1F\u0E25\u0E4C",icons:"\u0E0A\u0E38\u0E14\u0E44\u0E2D\u0E04\u0E2D\u0E19",folders:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",folderNotes:"\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",foldersAndTags:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",tagsAndProperties:"\u0E41\u0E17\u0E47\u0E01\u0E41\u0E25\u0E30\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",tags:"\u0E41\u0E17\u0E47\u0E01",listPane:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",notes:"\u0E42\u0E19\u0E49\u0E15",advanced:"\u0E02\u0E31\u0E49\u0E19\u0E2A\u0E39\u0E07"},groups:{general:{vaultProfiles:"\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",filtering:"\u0E01\u0E32\u0E23\u0E01\u0E23\u0E2D\u0E07",templates:"\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15",behavior:"\u0E1E\u0E24\u0E15\u0E34\u0E01\u0E23\u0E23\u0E21",keyboardNavigation:"\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E14\u0E49\u0E27\u0E22\u0E41\u0E1B\u0E49\u0E19\u0E1E\u0E34\u0E21\u0E1E\u0E4C",mouseButtons:"\u0E1B\u0E38\u0E48\u0E21\u0E40\u0E21\u0E32\u0E2A\u0E4C",view:"\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30",icons:"\u0E44\u0E2D\u0E04\u0E2D\u0E19",desktopAppearance:"\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30\u0E40\u0E14\u0E2A\u0E01\u0E4C\u0E17\u0E47\u0E2D\u0E1B",mobileAppearance:"\u0E23\u0E39\u0E1B\u0E25\u0E31\u0E01\u0E29\u0E13\u0E4C\u0E1A\u0E19\u0E21\u0E37\u0E2D\u0E16\u0E37\u0E2D",formatting:"\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A"},navigation:{appearance:"\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30",rainbowColors:"\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07",leftSidebar:"\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22",calendarIntegration:"\u0E01\u0E32\u0E23\u0E23\u0E27\u0E21\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19"},list:{display:"\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30",pinnedNotes:"\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14"},notes:{frontmatter:"Frontmatter",tasks:"\u0E07\u0E32\u0E19",icon:"\u0E44\u0E2D\u0E04\u0E2D\u0E19",title:"\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07",previewText:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",featureImage:"\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19",tags:"\u0E41\u0E17\u0E47\u0E01",properties:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",date:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",parentFolder:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01"}},syncMode:{notSynced:"(\u0E44\u0E21\u0E48\u0E0B\u0E34\u0E07\u0E04\u0E4C)",disabled:"(\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19)",switchToSynced:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E01\u0E32\u0E23\u0E0B\u0E34\u0E07\u0E04\u0E4C",switchToLocal:"\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E01\u0E32\u0E23\u0E0B\u0E34\u0E07\u0E04\u0E4C"},items:{listPaneTitle:{name:"\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",options:{header:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27",list:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",hidden:"\u0E44\u0E21\u0E48\u0E41\u0E2A\u0E14\u0E07"}},sortNotesBy:{name:"\u0E40\u0E23\u0E35\u0E22\u0E07\u0E42\u0E19\u0E49\u0E15\u0E15\u0E32\u0E21",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E34\u0E18\u0E35\u0E40\u0E23\u0E35\u0E22\u0E07\u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E42\u0E19\u0E49\u0E15",options:{"modified-desc":"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E01\u0E49\u0E44\u0E02 (\u0E43\u0E2B\u0E21\u0E48\u0E2A\u0E38\u0E14\u0E1A\u0E19)","modified-asc":"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E01\u0E49\u0E44\u0E02 (\u0E40\u0E01\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E1A\u0E19)","created-desc":"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07 (\u0E43\u0E2B\u0E21\u0E48\u0E2A\u0E38\u0E14\u0E1A\u0E19)","created-asc":"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07 (\u0E40\u0E01\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E1A\u0E19)","title-asc":"\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07 (A \u0E1A\u0E19)","title-desc":"\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07 (Z \u0E1A\u0E19)","filename-asc":"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C (A \u0E1A\u0E19)","filename-desc":"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C (Z \u0E1A\u0E19)","property-asc":"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 (A \u0E1A\u0E19)","property-desc":"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 (Z \u0E1A\u0E19)"},propertyOverride:{asc:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 \u2018{property}\u2019 (A \u0E1A\u0E19)",desc:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 \u2018{property}\u2019 (Z \u0E1A\u0E19)"}},propertySortKey:{name:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A",desc:"\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E15\u0E32\u0E21\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 \u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 frontmatter \u0E19\u0E35\u0E49\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E48\u0E2D\u0E19\u0E41\u0E25\u0E30\u0E40\u0E23\u0E35\u0E22\u0E07\u0E15\u0E32\u0E21\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 \u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C\u0E08\u0E30\u0E23\u0E27\u0E21\u0E40\u0E1B\u0E47\u0E19\u0E04\u0E48\u0E32\u0E40\u0E14\u0E35\u0E22\u0E27",placeholder:"order"},propertySortSecondary:{name:"\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E23\u0E2D\u0E07",desc:"\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E15\u0E32\u0E21\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E21\u0E35\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",options:{title:"\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07",filename:"\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",created:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07",modified:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E01\u0E49\u0E44\u0E02"}},revealFileOnListChanges:{name:"\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07",desc:"\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E42\u0E19\u0E49\u0E15 \u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19 \u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E23\u0E35\u0E22\u0E01\u0E43\u0E0A\u0E49\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},includeDescendantNotes:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22 / \u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19",desc:"\u0E23\u0E27\u0E21\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22\u0E17\u0E35\u0E48\u0E0B\u0E49\u0E2D\u0E19\u0E01\u0E31\u0E19\u0E41\u0E25\u0E30\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19\u0E41\u0E17\u0E47\u0E01\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E14\u0E39\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01"},limitPinnedToCurrentFolder:{name:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E42\u0E19\u0E49\u0E15\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E02\u0E2D\u0E07\u0E21\u0E31\u0E19",desc:"\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E27\u0E48\u0E32\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E07\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19 \u0E21\u0E35\u0E1B\u0E23\u0E30\u0E42\u0E22\u0E0A\u0E19\u0E4C\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E2B\u0E32\u0E01\u0E04\u0E38\u0E13\u0E21\u0E35\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E08\u0E33\u0E19\u0E27\u0E19\u0E21\u0E32\u0E01 \u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E15\u0E48\u0E2D\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E41\u0E17\u0E47\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34"},separateNoteCounts:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E08\u0E33\u0E19\u0E27\u0E19\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19\u0E41\u0E25\u0E30\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19\u0E41\u0E22\u0E01\u0E01\u0E31\u0E19",desc:'\u0E41\u0E2A\u0E14\u0E07\u0E08\u0E33\u0E19\u0E27\u0E19\u0E42\u0E19\u0E49\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A "\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19 \u25BE \u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19" \u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01'},groupNotes:{name:"\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E42\u0E19\u0E49\u0E15",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E23\u0E37\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E41\u0E17\u0E47\u0E01\u0E43\u0E0A\u0E49\u0E01\u0E25\u0E38\u0E48\u0E21\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",options:{none:"\u0E44\u0E21\u0E48\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21",date:"\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",folder:"\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"}},showSelectedNavigationPills:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E49\u0E32\u0E22\u0E41\u0E17\u0E47\u0E01\u0E41\u0E25\u0E30\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E40\u0E2A\u0E21\u0E2D",desc:'\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E1B\u0E49\u0E32\u0E22\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19\u0E08\u0E30\u0E16\u0E39\u0E01\u0E0B\u0E48\u0E2D\u0E19 (\u0E40\u0E0A\u0E48\u0E19 \u0E1B\u0E49\u0E32\u0E22\u0E41\u0E17\u0E47\u0E01 "\u0E2A\u0E39\u0E15\u0E23\u0E2D\u0E32\u0E2B\u0E32\u0E23" \u0E08\u0E30\u0E16\u0E39\u0E01\u0E0B\u0E48\u0E2D\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E35\u0E22\u0E01\u0E14\u0E39\u0E41\u0E17\u0E47\u0E01 "\u0E2A\u0E39\u0E15\u0E23\u0E2D\u0E32\u0E2B\u0E32\u0E23") \u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E2B\u0E49\u0E1B\u0E49\u0E32\u0E22\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E41\u0E2A\u0E14\u0E07\u0E2D\u0E22\u0E39\u0E48\u0E40\u0E2A\u0E21\u0E2D'},showPinnedGroupHeader:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E01\u0E25\u0E38\u0E48\u0E21\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E2A\u0E48\u0E27\u0E19\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E40\u0E2B\u0E19\u0E37\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14"},showPinnedIcon:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E02\u0E49\u0E32\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E2A\u0E48\u0E27\u0E19\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14"},defaultListMode:{name:"\u0E42\u0E2B\u0E21\u0E14\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 \u0E21\u0E32\u0E15\u0E23\u0E10\u0E32\u0E19\u0E41\u0E2A\u0E14\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07 \u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 \u0E04\u0E33\u0E2D\u0E18\u0E34\u0E1A\u0E32\u0E22 \u0E41\u0E25\u0E30\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07 \u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14\u0E41\u0E2A\u0E14\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19 \u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30\u0E15\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",options:{standard:"\u0E21\u0E32\u0E15\u0E23\u0E10\u0E32\u0E19",compact:"\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14"}},showFileIcons:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E23\u0E30\u0E22\u0E30\u0E2B\u0E48\u0E32\u0E07\u0E0A\u0E34\u0E14\u0E0B\u0E49\u0E32\u0E22 \u0E01\u0E32\u0E23\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E08\u0E30\u0E19\u0E33\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E41\u0E25\u0E30\u0E01\u0E32\u0E23\u0E40\u0E22\u0E37\u0E49\u0E2D\u0E07\u0E2D\u0E2D\u0E01 \u0E25\u0E33\u0E14\u0E31\u0E1A\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E33\u0E04\u0E31\u0E0D: \u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08 > \u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07 > \u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C > \u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C > \u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"},showFileIconUnfinishedTask:{name:"\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E07\u0E32\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E21\u0E35\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08"},showFileBackgroundUnfinishedTask:{name:"\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E21\u0E35\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08"},unfinishedTaskBackgroundColor:{name:"\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",desc:"\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E21\u0E35\u0E07\u0E32\u0E19\u0E17\u0E35\u0E48\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08"},showFilenameMatchIcons:{name:"\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E15\u0E32\u0E21\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E43\u0E2B\u0E49\u0E44\u0E1F\u0E25\u0E4C\u0E15\u0E32\u0E21\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E43\u0E19\u0E0A\u0E37\u0E48\u0E2D"},fileNameIconMap:{name:"\u0E41\u0E1C\u0E19\u0E17\u0E35\u0E48\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E08\u0E30\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 \u0E2B\u0E19\u0E36\u0E48\u0E07\u0E01\u0E32\u0E23\u0E41\u0E21\u0E1B\u0E15\u0E48\u0E2D\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21=\u0E44\u0E2D\u0E04\u0E2D\u0E19",placeholder:`# \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21=\u0E44\u0E2D\u0E04\u0E2D\u0E19 +\u0E1B\u0E23\u0E30\u0E0A\u0E38\u0E21=LiCalendar +\u0E43\u0E1A\u0E41\u0E08\u0E49\u0E07\u0E2B\u0E19\u0E35\u0E49=PhReceipt`,editTooltip:"\u0E41\u0E01\u0E49\u0E44\u0E02\u0E01\u0E32\u0E23\u0E41\u0E21\u0E1B"},showCategoryIcons:{name:"\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E15\u0E32\u0E21\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E43\u0E2B\u0E49\u0E44\u0E1F\u0E25\u0E4C\u0E15\u0E32\u0E21\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25"},fileTypeIconMap:{name:"\u0E41\u0E1C\u0E19\u0E17\u0E35\u0E48\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25\u0E08\u0E30\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 \u0E2B\u0E19\u0E36\u0E48\u0E07\u0E01\u0E32\u0E23\u0E41\u0E21\u0E1B\u0E15\u0E48\u0E2D\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14: \u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25=\u0E44\u0E2D\u0E04\u0E2D\u0E19",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u0E41\u0E01\u0E49\u0E44\u0E02\u0E01\u0E32\u0E23\u0E41\u0E21\u0E1B"},optimizeNoteHeight:{name:"\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E42\u0E19\u0E49\u0E15\u0E41\u0E1A\u0E1A\u0E1B\u0E23\u0E31\u0E1A\u0E44\u0E14\u0E49",desc:"\u0E43\u0E0A\u0E49\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E41\u0E1A\u0E1A\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E41\u0E25\u0E30\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07"},compactItemHeight:{name:"\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14",desc:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E02\u0E2D\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14\u0E1A\u0E19\u0E40\u0E14\u0E2A\u0E01\u0E4C\u0E17\u0E47\u0E2D\u0E1B\u0E41\u0E25\u0E30\u0E21\u0E37\u0E2D\u0E16\u0E37\u0E2D",resetTooltip:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 (28px)"},compactItemHeightScaleText:{name:"\u0E1B\u0E23\u0E31\u0E1A\u0E02\u0E19\u0E32\u0E14\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E32\u0E21\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14",desc:"\u0E1B\u0E23\u0E31\u0E1A\u0E02\u0E19\u0E32\u0E14\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E14\u0E25\u0E07"},showParentFolder:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01"},parentFolderClickRevealsFile:{name:"\u0E04\u0E25\u0E34\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E01\u0E32\u0E23\u0E04\u0E25\u0E34\u0E01\u0E1B\u0E49\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01\u0E08\u0E30\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"},showParentFolderColor:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E35\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E1A\u0E19\u0E1B\u0E49\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01"},showParentFolderIcon:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E02\u0E49\u0E32\u0E07\u0E1B\u0E49\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01"},showQuickActions:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E32\u0E23\u0E01\u0E23\u0E30\u0E17\u0E33\u0E14\u0E48\u0E27\u0E19",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E38\u0E48\u0E21\u0E01\u0E32\u0E23\u0E01\u0E23\u0E30\u0E17\u0E33\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E07\u0E40\u0E21\u0E32\u0E2A\u0E4C\u0E1A\u0E19\u0E44\u0E1F\u0E25\u0E4C \u0E15\u0E31\u0E27\u0E04\u0E27\u0E1A\u0E04\u0E38\u0E21\u0E1B\u0E38\u0E48\u0E21\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E01\u0E23\u0E30\u0E17\u0E33\u0E17\u0E35\u0E48\u0E08\u0E30\u0E1B\u0E23\u0E32\u0E01\u0E0F"},dualPane:{name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E41\u0E1C\u0E07\u0E04\u0E39\u0E48",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07\u0E41\u0E25\u0E30\u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E40\u0E04\u0E35\u0E22\u0E07\u0E02\u0E49\u0E32\u0E07\u0E01\u0E31\u0E19\u0E1A\u0E19\u0E40\u0E14\u0E2A\u0E01\u0E4C\u0E17\u0E47\u0E2D\u0E1B"},dualPaneOrientation:{name:"\u0E17\u0E34\u0E28\u0E17\u0E32\u0E07\u0E41\u0E1C\u0E07\u0E04\u0E39\u0E48",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E19\u0E27\u0E15\u0E31\u0E49\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E41\u0E1C\u0E07\u0E04\u0E39\u0E48",options:{horizontal:"\u0E41\u0E1A\u0E48\u0E07\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19",vertical:"\u0E41\u0E1A\u0E48\u0E07\u0E41\u0E19\u0E27\u0E15\u0E31\u0E49\u0E07"}},appearanceBackground:{name:"\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07\u0E41\u0E25\u0E30\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",options:{separate:"\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E41\u0E22\u0E01",primary:"\u0E43\u0E0A\u0E49\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",secondary:"\u0E43\u0E0A\u0E49\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"}},appearanceScale:{name:"\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E0B\u0E39\u0E21",desc:"\u0E04\u0E27\u0E1A\u0E04\u0E38\u0E21\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E0B\u0E39\u0E21\u0E42\u0E14\u0E22\u0E23\u0E27\u0E21\u0E02\u0E2D\u0E07 Notebook Navigator"},useFloatingToolbars:{name:"\u0E43\u0E0A\u0E49\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D\u0E25\u0E2D\u0E22\u0E1A\u0E19 iOS/iPadOS",desc:"\u0E43\u0E0A\u0E49\u0E44\u0E14\u0E49\u0E01\u0E31\u0E1A Obsidian 1.11 \u0E41\u0E25\u0E30\u0E43\u0E2B\u0E21\u0E48\u0E01\u0E27\u0E48\u0E32"},startView:{name:"\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E07\u0E32\u0E19",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E41\u0E1C\u0E07\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14 Notebook Navigator \u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07\u0E41\u0E2A\u0E14\u0E07\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14 \u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14 \u0E41\u0E25\u0E30\u0E15\u0E49\u0E19\u0E44\u0E21\u0E49\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E31\u0E19\u0E17\u0E35",options:{navigation:"\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07",files:"\u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}},toolbarButtons:{name:"\u0E1B\u0E38\u0E48\u0E21\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E1B\u0E38\u0E48\u0E21\u0E17\u0E35\u0E48\u0E08\u0E30\u0E1B\u0E23\u0E32\u0E01\u0E0F\u0E43\u0E19\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D \u0E1B\u0E38\u0E48\u0E21\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19\u0E22\u0E31\u0E07\u0E04\u0E07\u0E40\u0E02\u0E49\u0E32\u0E16\u0E36\u0E07\u0E44\u0E14\u0E49\u0E1C\u0E48\u0E32\u0E19\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07\u0E41\u0E25\u0E30\u0E40\u0E21\u0E19\u0E39",navigationLabel:"\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D\u0E19\u0E33\u0E17\u0E32\u0E07",listLabel:"\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"},createNewNotesInNewTab:{name:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",desc:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15\u0E43\u0E2B\u0E21\u0E48\u0E08\u0E30\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E42\u0E19\u0E49\u0E15\u0E08\u0E30\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E41\u0E17\u0E47\u0E1A\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19"},autoRevealActiveNote:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E08\u0E32\u0E01 Quick Switcher, \u0E25\u0E34\u0E07\u0E01\u0E4C, \u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32"},autoRevealShortestPath:{name:"\u0E43\u0E0A\u0E49\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E2A\u0E31\u0E49\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E38\u0E14",desc:"\u0E40\u0E1B\u0E34\u0E14: \u0E01\u0E32\u0E23\u0E40\u0E1B\u0E34\u0E14\u0E40\u0E1C\u0E22\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E08\u0E30\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E1A\u0E23\u0E23\u0E1E\u0E1A\u0E38\u0E23\u0E38\u0E29\u0E17\u0E35\u0E48\u0E43\u0E01\u0E25\u0E49\u0E17\u0E35\u0E48\u0E2A\u0E38\u0E14\u0E17\u0E35\u0E48\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E44\u0E14\u0E49 \u0E1B\u0E34\u0E14: \u0E01\u0E32\u0E23\u0E40\u0E1B\u0E34\u0E14\u0E40\u0E1C\u0E22\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E08\u0E30\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E08\u0E23\u0E34\u0E07\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19\u0E02\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C"},autoRevealIgnoreRightSidebar:{name:"\u0E25\u0E30\u0E40\u0E27\u0E49\u0E19\u0E40\u0E2B\u0E15\u0E38\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E08\u0E32\u0E01\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E02\u0E27\u0E32",desc:"\u0E2D\u0E22\u0E48\u0E32\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E25\u0E34\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E02\u0E27\u0E32"},autoRevealIgnoreOtherWindows:{name:"\u0E25\u0E30\u0E40\u0E27\u0E49\u0E19\u0E40\u0E2B\u0E15\u0E38\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E08\u0E32\u0E01\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E2D\u0E37\u0E48\u0E19",desc:"\u0E2D\u0E22\u0E48\u0E32\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E17\u0E33\u0E07\u0E32\u0E19\u0E01\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E2D\u0E37\u0E48\u0E19"},paneTransitionDuration:{name:"\u0E41\u0E2D\u0E19\u0E34\u0E40\u0E21\u0E0A\u0E31\u0E19\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E40\u0E14\u0E35\u0E48\u0E22\u0E27",desc:"\u0E23\u0E30\u0E22\u0E30\u0E40\u0E27\u0E25\u0E32\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E43\u0E19\u0E42\u0E2B\u0E21\u0E14\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E40\u0E14\u0E35\u0E48\u0E22\u0E27 (\u0E21\u0E34\u0E25\u0E25\u0E34\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35)",resetTooltip:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"},autoSelectFirstFileOnFocusChange:{name:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E42\u0E19\u0E49\u0E15\u0E41\u0E23\u0E01\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34",desc:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E41\u0E23\u0E01\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E2A\u0E25\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01"},skipAutoScroll:{name:"\u0E1B\u0E34\u0E14\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",desc:"\u0E2D\u0E22\u0E48\u0E32\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E25\u0E34\u0E01\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E43\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14"},autoExpandNavItems:{name:"\u0E02\u0E22\u0E32\u0E22\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01",desc:"\u0E02\u0E22\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01 \u0E43\u0E19\u0E42\u0E2B\u0E21\u0E14\u0E41\u0E1C\u0E07\u0E40\u0E14\u0E35\u0E22\u0E27 \u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E41\u0E23\u0E01\u0E08\u0E30\u0E02\u0E22\u0E32\u0E22 \u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E17\u0E35\u0E48\u0E2A\u0E2D\u0E07\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E1F\u0E25\u0E4C"},springLoadedFolders:{name:"\u0E02\u0E22\u0E32\u0E22\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E25\u0E32\u0E01",desc:"\u0E02\u0E22\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E07\u0E40\u0E21\u0E32\u0E2A\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E25\u0E32\u0E01"},springLoadedFoldersInitialDelay:{name:"\u0E2B\u0E19\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E01\u0E32\u0E23\u0E02\u0E22\u0E32\u0E22\u0E04\u0E23\u0E31\u0E49\u0E07\u0E41\u0E23\u0E01",desc:"\u0E2B\u0E19\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E01\u0E48\u0E2D\u0E19\u0E02\u0E22\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E41\u0E23\u0E01\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E25\u0E32\u0E01 (\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35)"},springLoadedFoldersSubsequentDelay:{name:"\u0E2B\u0E19\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E01\u0E32\u0E23\u0E02\u0E22\u0E32\u0E22\u0E04\u0E23\u0E31\u0E49\u0E07\u0E16\u0E31\u0E14\u0E44\u0E1B",desc:"\u0E2B\u0E19\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E01\u0E48\u0E2D\u0E19\u0E02\u0E22\u0E32\u0E22\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E25\u0E32\u0E01\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19 (\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35)"},navigationBanner:{name:"\u0E41\u0E1A\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E19\u0E33\u0E17\u0E32\u0E07 (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E40\u0E2B\u0E19\u0E37\u0E2D\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07 \u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E15\u0E32\u0E21\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01",current:"\u0E41\u0E1A\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19: {path}",chooseButton:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E"},pinNavigationBanner:{name:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E41\u0E1A\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C",desc:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E41\u0E1A\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E44\u0E27\u0E49\u0E40\u0E2B\u0E19\u0E37\u0E2D\u0E41\u0E1C\u0E19\u0E1C\u0E31\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07"},showShortcuts:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"},shortcutBadgeDisplay:{name:"\u0E1B\u0E49\u0E32\u0E22\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",desc:"\u0E2A\u0E34\u0E48\u0E07\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E16\u0E31\u0E14\u0E08\u0E32\u0E01\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14 \u0E43\u0E0A\u0E49\u0E04\u0E33\u0E2A\u0E31\u0E48\u0E07 '\u0E40\u0E1B\u0E34\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14 1-9' \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E42\u0E14\u0E22\u0E15\u0E23\u0E07",options:{index:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07 (1-9)",count:"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",none:"\u0E44\u0E21\u0E48\u0E21\u0E35"}},showRecentNotes:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"},hideRecentNotes:{name:"\u0E0B\u0E48\u0E2D\u0E19\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E0B\u0E48\u0E2D\u0E19\u0E43\u0E19\u0E2A\u0E48\u0E27\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",options:{none:"\u0E44\u0E21\u0E48\u0E21\u0E35",folderNotes:"\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"}},recentNotesCount:{name:"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",desc:"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07"},pinRecentNotesWithShortcuts:{name:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",desc:"\u0E23\u0E27\u0E21\u0E44\u0E1F\u0E25\u0E4C\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14"},calendarEnabled:{name:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",desc:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E1F\u0E35\u0E40\u0E08\u0E2D\u0E23\u0E4C\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19\u0E02\u0E2D\u0E07 Notebook Navigator"},calendarPlacement:{name:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22\u0E2B\u0E23\u0E37\u0E2D\u0E02\u0E27\u0E32",options:{leftSidebar:"\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22",rightSidebar:"\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E02\u0E27\u0E32"}},calendarLeftPlacement:{name:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E41\u0E1C\u0E07\u0E40\u0E14\u0E35\u0E48\u0E22\u0E27",desc:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E17\u0E35\u0E48\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19\u0E43\u0E19\u0E42\u0E2B\u0E21\u0E14\u0E41\u0E1C\u0E07\u0E40\u0E14\u0E35\u0E48\u0E22\u0E27",options:{navigationPane:"\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07",below:"\u0E43\u0E15\u0E49\u0E41\u0E1C\u0E07"}},calendarLocale:{name:"\u0E20\u0E32\u0E29\u0E32",desc:"\u0E04\u0E27\u0E1A\u0E04\u0E38\u0E21\u0E01\u0E32\u0E23\u0E19\u0E31\u0E1A\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E41\u0E25\u0E30\u0E27\u0E31\u0E19\u0E41\u0E23\u0E01\u0E02\u0E2D\u0E07\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",incompatibleWeekPatternWarning:'\u0E41\u0E1E\u0E17\u0E40\u0E17\u0E34\u0E23\u0E4C\u0E19\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E43\u0E0A\u0E49\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C ISO ("W" \u0E2B\u0E23\u0E37\u0E2D "G") \u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E08\u0E32\u0E01\u0E27\u0E31\u0E19\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C\u0E41\u0E17\u0E19\u0E27\u0E31\u0E19\u0E41\u0E23\u0E01\u0E02\u0E2D\u0E07\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E15\u0E32\u0E21\u0E20\u0E32\u0E29\u0E32\u0E19\u0E35\u0E49',options:{systemDefault:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19"}},calendarWeekendDays:{name:"\u0E27\u0E31\u0E19\u0E2B\u0E22\u0E38\u0E14\u0E2A\u0E38\u0E14\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E27\u0E31\u0E19\u0E2B\u0E22\u0E38\u0E14\u0E2A\u0E38\u0E14\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E14\u0E49\u0E27\u0E22\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E17\u0E35\u0E48\u0E41\u0E15\u0E01\u0E15\u0E48\u0E32\u0E07\u0E01\u0E31\u0E19",options:{none:"\u0E44\u0E21\u0E48\u0E21\u0E35",satSun:"\u0E27\u0E31\u0E19\u0E40\u0E2A\u0E32\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E27\u0E31\u0E19\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C",friSat:"\u0E27\u0E31\u0E19\u0E28\u0E38\u0E01\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E27\u0E31\u0E19\u0E40\u0E2A\u0E32\u0E23\u0E4C",thuFri:"\u0E27\u0E31\u0E19\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35\u0E41\u0E25\u0E30\u0E27\u0E31\u0E19\u0E28\u0E38\u0E01\u0E23\u0E4C"}},calendarMonthHeadingFormat:{name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E14\u0E37\u0E2D\u0E19",desc:"\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E41\u0E1A\u0E1A\u0E1B\u0E01\u0E15\u0E34\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E1A\u0E1A\u0E22\u0E48\u0E2D\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E1B\u0E35\u0E16\u0E39\u0E01\u0E0B\u0E48\u0E2D\u0E19",options:{full:"\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21 (\u0E40\u0E15\u0E47\u0E21)",short:"\u0E21.\u0E04. (\u0E22\u0E48\u0E2D)"}},showInfoButtons:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E38\u0E48\u0E21\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E38\u0E48\u0E21\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E43\u0E19\u0E41\u0E16\u0E1A\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E25\u0E30\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19"},calendarWeeksToShow:{name:"\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E17\u0E35\u0E48\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22",desc:"\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19\u0E43\u0E19\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E02\u0E27\u0E32\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E15\u0E47\u0E21\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E40\u0E2A\u0E21\u0E2D",options:{fullMonth:"\u0E40\u0E15\u0E47\u0E21\u0E40\u0E14\u0E37\u0E2D\u0E19",oneWeek:"1 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",weeksCount:"{count} \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C"}},calendarHighlightToday:{name:"\u0E44\u0E2E\u0E44\u0E25\u0E15\u0E4C\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49",desc:"\u0E44\u0E2E\u0E44\u0E25\u0E15\u0E4C\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49\u0E14\u0E49\u0E27\u0E22\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E41\u0E25\u0E30\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2B\u0E19\u0E32"},calendarShowFeatureImage:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19\u0E02\u0E2D\u0E07\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E43\u0E19\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19"},calendarShowWeekNumber:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E40\u0E25\u0E02\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",desc:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E2B\u0E21\u0E32\u0E22\u0E40\u0E25\u0E02\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C"},calendarShowQuarter:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A",desc:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E1B\u0E49\u0E32\u0E22\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A\u0E43\u0E19\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19"},calendarShowYearCalendar:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19\u0E23\u0E32\u0E22\u0E1B\u0E35",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E1B\u0E35\u0E41\u0E25\u0E30\u0E15\u0E32\u0E23\u0E32\u0E07\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E43\u0E19\u0E41\u0E16\u0E1A\u0E14\u0E49\u0E32\u0E19\u0E02\u0E49\u0E32\u0E07\u0E02\u0E27\u0E32"},calendarConfirmBeforeCreate:{name:"\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E01\u0E48\u0E2D\u0E19\u0E2A\u0E23\u0E49\u0E32\u0E07",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E25\u0E48\u0E2D\u0E07\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19\u0E43\u0E2B\u0E21\u0E48"},calendarIntegrationMode:{name:"\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E17\u0E35\u0E48\u0E21\u0E32\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19",desc:"\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E17\u0E35\u0E48\u0E21\u0E32\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19",options:{dailyNotes:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19 (\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E2B\u0E25\u0E31\u0E01)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E43\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19 Daily Notes \u0E2B\u0E25\u0E31\u0E01"}},calendarCustomRootFolder:{name:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01",desc:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E10\u0E32\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E15\u0E32\u0E21\u0E23\u0E2D\u0E1A \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E23\u0E27\u0E21\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22\u0E44\u0E14\u0E49 \u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E15\u0E32\u0E21\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15",desc:"\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E19\u0E35\u0E49",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19",desc:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E42\u0E14\u0E22\u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 Moment \u0E43\u0E2A\u0E48\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22\u0E43\u0E19\u0E27\u0E07\u0E40\u0E25\u0E47\u0E1A\u0E40\u0E2B\u0E25\u0E35\u0E48\u0E22\u0E21 \u0E40\u0E0A\u0E48\u0E19 [Work]/YYYY \u0E04\u0E25\u0E34\u0E01\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15 \u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E43\u0E19\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B > \u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15",momentDescPrefix:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E42\u0E14\u0E22\u0E43\u0E0A\u0E49 ",momentLinkText:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 Moment",momentDescSuffix:" \u0E43\u0E2A\u0E48\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E48\u0E2D\u0E22\u0E43\u0E19\u0E27\u0E07\u0E40\u0E25\u0E47\u0E1A\u0E40\u0E2B\u0E25\u0E35\u0E48\u0E22\u0E21 \u0E40\u0E0A\u0E48\u0E19 [Work]/YYYY \u0E04\u0E25\u0E34\u0E01\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15 \u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E43\u0E19\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B > \u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15",placeholder:"YYYY/YYYYMMDD",example:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19: {path}",parsingError:"\u0E41\u0E1E\u0E17\u0E40\u0E17\u0E34\u0E23\u0E4C\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E1F\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E15\u0E41\u0E25\u0E30\u0E1E\u0E32\u0E23\u0E4C\u0E2A\u0E01\u0E25\u0E31\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A\u0E40\u0E15\u0E47\u0E21 (\u0E1B\u0E35 \u0E40\u0E14\u0E37\u0E2D\u0E19 \u0E27\u0E31\u0E19) \u0E44\u0E14\u0E49"},calendarCustomWeekPattern:{name:"\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",parsingError:"\u0E41\u0E1E\u0E17\u0E40\u0E17\u0E34\u0E23\u0E4C\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E1F\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E15\u0E41\u0E25\u0E30\u0E1E\u0E32\u0E23\u0E4C\u0E2A\u0E01\u0E25\u0E31\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E41\u0E1A\u0E1A\u0E40\u0E15\u0E47\u0E21 (\u0E1B\u0E35\u0E02\u0E2D\u0E07\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C \u0E2B\u0E21\u0E32\u0E22\u0E40\u0E25\u0E02\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C) \u0E44\u0E14\u0E49",localeMismatchWarning:'\u0E41\u0E1E\u0E17\u0E40\u0E17\u0E34\u0E23\u0E4C\u0E19\u0E19\u0E35\u0E49\u0E43\u0E0A\u0E49\u0E42\u0E17\u0E40\u0E04\u0E47\u0E19\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C ISO ("W" \u0E2B\u0E23\u0E37\u0E2D "G") \u0E1B\u0E0F\u0E34\u0E17\u0E34\u0E19\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E08\u0E32\u0E01\u0E27\u0E31\u0E19\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C \u0E43\u0E0A\u0E49 "w" \u0E2B\u0E23\u0E37\u0E2D "g" \u0E2B\u0E32\u0E01\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C\u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E1B\u0E15\u0E32\u0E21\u0E20\u0E32\u0E29\u0E32\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01'},calendarCustomMonthPattern:{name:"\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E40\u0E14\u0E37\u0E2D\u0E19",parsingError:"\u0E41\u0E1E\u0E17\u0E40\u0E17\u0E34\u0E23\u0E4C\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E1F\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E15\u0E41\u0E25\u0E30\u0E1E\u0E32\u0E23\u0E4C\u0E2A\u0E01\u0E25\u0E31\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E40\u0E14\u0E37\u0E2D\u0E19\u0E41\u0E1A\u0E1A\u0E40\u0E15\u0E47\u0E21 (\u0E1B\u0E35 \u0E40\u0E14\u0E37\u0E2D\u0E19) \u0E44\u0E14\u0E49"},calendarCustomQuarterPattern:{name:"\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A",parsingError:"\u0E41\u0E1E\u0E17\u0E40\u0E17\u0E34\u0E23\u0E4C\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E1F\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E15\u0E41\u0E25\u0E30\u0E1E\u0E32\u0E23\u0E4C\u0E2A\u0E01\u0E25\u0E31\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A\u0E41\u0E1A\u0E1A\u0E40\u0E15\u0E47\u0E21 (\u0E1B\u0E35 \u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A) \u0E44\u0E14\u0E49"},calendarCustomYearPattern:{name:"\u0E42\u0E19\u0E49\u0E15\u0E23\u0E32\u0E22\u0E1B\u0E35",parsingError:"\u0E41\u0E1E\u0E17\u0E40\u0E17\u0E34\u0E23\u0E4C\u0E19\u0E15\u0E49\u0E2D\u0E07\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E1F\u0E2D\u0E23\u0E4C\u0E41\u0E21\u0E15\u0E41\u0E25\u0E30\u0E1E\u0E32\u0E23\u0E4C\u0E2A\u0E01\u0E25\u0E31\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E1B\u0E35\u0E41\u0E1A\u0E1A\u0E40\u0E15\u0E47\u0E21 (\u0E1B\u0E35) \u0E44\u0E14\u0E49"},calendarTemplateFile:{current:"\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15: {name}"},showTooltips:{name:"\u0E41\u0E2A\u0E14\u0E07 tooltips",desc:"\u0E41\u0E2A\u0E14\u0E07 tooltips \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E07\u0E40\u0E21\u0E32\u0E2A\u0E4C\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E41\u0E25\u0E30\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"},showTooltipPath:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E15\u0E49\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E43\u0E19 tooltips"},resetPaneSeparator:{name:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E41\u0E1C\u0E07",desc:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E17\u0E35\u0E48\u0E25\u0E32\u0E01\u0E44\u0E14\u0E49\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07\u0E41\u0E25\u0E30\u0E41\u0E1C\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",buttonText:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19",notice:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E41\u0E25\u0E49\u0E27 \u0E23\u0E35\u0E2A\u0E15\u0E32\u0E23\u0E4C\u0E17 Obsidian \u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E1B\u0E34\u0E14 Notebook Navigator \u0E43\u0E2B\u0E21\u0E48\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19"},settingsTransfer:{name:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E41\u0E25\u0E30\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",desc:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32 Notebook Navigator \u0E40\u0E1B\u0E47\u0E19 JSON \u0E01\u0E32\u0E23\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E08\u0E30\u0E41\u0E17\u0E19\u0E17\u0E35\u0E48\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",importButtonText:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32",exportButtonText:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01",import:{modalTitle:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",fileButtonName:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E08\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C",fileButtonDesc:"\u0E42\u0E2B\u0E25\u0E14\u0E44\u0E1F\u0E25\u0E4C JSON \u0E08\u0E32\u0E01\u0E14\u0E34\u0E2A\u0E01\u0E4C",fileButtonText:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E08\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C",editorName:"JSON",editorDesc:"\u0E27\u0E32\u0E07\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E01\u0E49\u0E44\u0E02 JSON \u0E14\u0E49\u0E32\u0E19\u0E25\u0E48\u0E32\u0E07 \u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E23\u0E27\u0E21\u0E44\u0E27\u0E49\u0E08\u0E30\u0E16\u0E39\u0E01\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32",successNotice:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E41\u0E25\u0E49\u0E27",errorNotice:"\u0E19\u0E33\u0E40\u0E02\u0E49\u0E32\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {message}",fileReadError:"\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2D\u0E48\u0E32\u0E19\u0E44\u0E1F\u0E25\u0E4C\u0E44\u0E14\u0E49: {message}"},export:{modalTitle:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",editorName:"JSON",editorDesc:"\u0E23\u0E27\u0E21\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E08\u0E32\u0E01\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",placeholder:"{}",copyButtonText:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14",downloadButtonText:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14",copyNotice:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E04\u0E25\u0E34\u0E1B\u0E1A\u0E2D\u0E23\u0E4C\u0E14\u0E41\u0E25\u0E49\u0E27",downloadNotice:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E41\u0E25\u0E49\u0E27",downloadError:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {message}"}},resetAllSettings:{name:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",desc:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32 Notebook Navigator \u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E40\u0E1B\u0E47\u0E19\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",buttonText:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",confirmTitle:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14?",confirmMessage:"\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E19\u0E35\u0E49\u0E08\u0E30\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32 Notebook Navigator \u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E40\u0E1B\u0E47\u0E19\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 \u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E44\u0E14\u0E49",confirmButtonText:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",notice:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E41\u0E25\u0E49\u0E27 \u0E23\u0E35\u0E2A\u0E15\u0E32\u0E23\u0E4C\u0E17 Obsidian \u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E1B\u0E34\u0E14 Notebook Navigator \u0E43\u0E2B\u0E21\u0E48\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19",error:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27"},multiSelectModifier:{name:"\u0E15\u0E31\u0E27\u0E1B\u0E23\u0E31\u0E1A\u0E41\u0E15\u0E48\u0E07\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2B\u0E25\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E1B\u0E38\u0E48\u0E21\u0E15\u0E31\u0E27\u0E1B\u0E23\u0E31\u0E1A\u0E41\u0E15\u0E48\u0E07\u0E17\u0E35\u0E48\u0E08\u0E30\u0E2A\u0E25\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2B\u0E25\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E25\u0E37\u0E2D\u0E01 Option/Alt \u0E01\u0E32\u0E23\u0E04\u0E25\u0E34\u0E01 Cmd/Ctrl \u0E08\u0E30\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",options:{cmdCtrl:"\u0E04\u0E25\u0E34\u0E01 Cmd/Ctrl",optionAlt:"\u0E04\u0E25\u0E34\u0E01 Option/Alt"}},enterToOpenFiles:{name:"\u0E01\u0E14 Enter \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E40\u0E1B\u0E34\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E01\u0E14 Enter \u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E14\u0E49\u0E27\u0E22\u0E41\u0E1B\u0E49\u0E19\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"},shiftEnterOpenContext:{name:"Shift+Enter",desc:"\u0E40\u0E1B\u0E34\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E41\u0E22\u0E01 \u0E2B\u0E23\u0E37\u0E2D\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E01\u0E14 Shift+Enter"},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"\u0E40\u0E1B\u0E34\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E41\u0E22\u0E01 \u0E2B\u0E23\u0E37\u0E2D\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E01\u0E14 Cmd+Enter"},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"\u0E40\u0E1B\u0E34\u0E14\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48 \u0E41\u0E22\u0E01 \u0E2B\u0E23\u0E37\u0E2D\u0E2B\u0E19\u0E49\u0E32\u0E15\u0E48\u0E32\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E01\u0E14 Ctrl+Enter"},mouseBackForwardAction:{name:"\u0E1B\u0E38\u0E48\u0E21\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A/\u0E44\u0E1B\u0E02\u0E49\u0E32\u0E07\u0E2B\u0E19\u0E49\u0E32\u0E02\u0E2D\u0E07\u0E40\u0E21\u0E32\u0E2A\u0E4C",desc:"\u0E01\u0E32\u0E23\u0E17\u0E33\u0E07\u0E32\u0E19\u0E02\u0E2D\u0E07\u0E1B\u0E38\u0E48\u0E21\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A\u0E41\u0E25\u0E30\u0E44\u0E1B\u0E02\u0E49\u0E32\u0E07\u0E2B\u0E19\u0E49\u0E32\u0E02\u0E2D\u0E07\u0E40\u0E21\u0E32\u0E2A\u0E4C\u0E1A\u0E19\u0E40\u0E14\u0E2A\u0E01\u0E4C\u0E17\u0E47\u0E2D\u0E1B",options:{none:"\u0E43\u0E0A\u0E49\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E02\u0E2D\u0E07\u0E23\u0E30\u0E1A\u0E1A",singlePaneSwitch:"\u0E2A\u0E25\u0E31\u0E1A\u0E41\u0E1C\u0E07 (\u0E41\u0E1C\u0E07\u0E40\u0E14\u0E35\u0E22\u0E27)",history:"\u0E19\u0E33\u0E17\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34"}},fileVisibility:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E01\u0E23\u0E2D\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19 navigator \u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48 Obsidian \u0E44\u0E21\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E2D\u0E32\u0E08\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19\u0E41\u0E2D\u0E1B\u0E20\u0E32\u0E22\u0E19\u0E2D\u0E01",options:{documents:"\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23 (.md, .canvas, .base)",supported:"\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A (\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E19 Obsidian)",all:"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 (\u0E2D\u0E32\u0E08\u0E40\u0E1B\u0E34\u0E14\u0E20\u0E32\u0E22\u0E19\u0E2D\u0E01)"}},homepage:{name:"\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E23\u0E01",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E34\u0E48\u0E07\u0E17\u0E35\u0E48 Notebook Navigator \u0E40\u0E1B\u0E34\u0E14\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",current:"\u0E1B\u0E31\u0E08\u0E08\u0E38\u0E1A\u0E31\u0E19: {path}",chooseButton:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C",options:{none:"\u0E44\u0E21\u0E48\u0E21\u0E35",file:"\u0E44\u0E1F\u0E25\u0E4C",dailyNote:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E27\u0E31\u0E19",weeklyNote:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",monthlyNote:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E40\u0E14\u0E37\u0E2D\u0E19",quarterlyNote:"\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E23\u0E32\u0E22\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A"},file:{name:"\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",empty:"\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E1F\u0E25\u0E4C"}},excludedNotes:{name:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E19\u0E49\u0E15\u0E15\u0E32\u0E21\u0E01\u0E0E\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E01\u0E0E frontmatter \u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04 \u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A `key` \u0E2B\u0E23\u0E37\u0E2D `key=value` (\u0E40\u0E0A\u0E48\u0E19 status=done, published=true, archived)",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u0E0B\u0E48\u0E2D\u0E19\u0E44\u0E1F\u0E25\u0E4C (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C\u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04\u0E17\u0E35\u0E48\u0E08\u0E30\u0E0B\u0E48\u0E2D\u0E19 \u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E44\u0E27\u0E25\u0E14\u0E4C\u0E01\u0E32\u0E23\u0E4C\u0E14 * \u0E41\u0E25\u0E30\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07 / (\u0E40\u0E0A\u0E48\u0E19 temp-*, *.png, /assets/*)",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",desc:"\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E01\u0E47\u0E1A\u0E01\u0E32\u0E23\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E44\u0E1F\u0E25\u0E4C \u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19 \u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19 \u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19 \u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19 \u0E17\u0E32\u0E07\u0E25\u0E31\u0E14 \u0E41\u0E25\u0E30\u0E41\u0E1A\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E19\u0E33\u0E17\u0E32\u0E07 \u0E2A\u0E25\u0E31\u0E1A\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E08\u0E32\u0E01\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07",defaultName:"\u0E04\u0E48\u0E32\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",addButton:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C",editProfilesButton:"\u0E41\u0E01\u0E49\u0E44\u0E02\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C",addProfileOption:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C...",applyButton:"\u0E19\u0E33\u0E44\u0E1B\u0E43\u0E0A\u0E49",deleteButton:"\u0E25\u0E1A\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C",addModalTitle:"\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C",editProfilesModalTitle:"\u0E41\u0E01\u0E49\u0E44\u0E02\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C",addModalPlaceholder:"\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C",deleteModalTitle:"\u0E25\u0E1A {name}",deleteModalMessage:"\u0E25\u0E1A {name}? \u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E44\u0E1F\u0E25\u0E4C \u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E41\u0E17\u0E47\u0E01 \u0E41\u0E25\u0E30\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E0B\u0E48\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E43\u0E19\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E19\u0E35\u0E49\u0E08\u0E30\u0E16\u0E39\u0E01\u0E25\u0E1A",moveUp:"\u0E22\u0E49\u0E32\u0E22\u0E02\u0E36\u0E49\u0E19",moveDown:"\u0E22\u0E49\u0E32\u0E22\u0E25\u0E07",errors:{emptyName:"\u0E01\u0E23\u0E2D\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C",duplicateName:"\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E21\u0E35\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27"}},vaultTitle:{name:"\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22",options:{header:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27",navigation:"\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"}},excludedFolders:{name:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04\u0E17\u0E35\u0E48\u0E08\u0E30\u0E0B\u0E48\u0E2D\u0E19 \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E0A\u0E37\u0E48\u0E2D: assets* (\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E14\u0E49\u0E27\u0E22 assets), *_temp (\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 _temp) \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07: /archive (archive \u0E2B\u0E25\u0E31\u0E01\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19), /res* (\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E14\u0E49\u0E27\u0E22 res), /*/temp (\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C temp \u0E25\u0E36\u0E01\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E23\u0E30\u0E14\u0E31\u0E1A), /projects/* (\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E43\u0E19 projects)",placeholder:"templates, assets*, /archive, /res*"},showFileDate:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E43\u0E15\u0E49\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15"},alphabeticalDateMode:{name:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E35\u0E22\u0E07\u0E15\u0E32\u0E21\u0E0A\u0E37\u0E48\u0E2D",desc:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E40\u0E23\u0E35\u0E22\u0E07\u0E15\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23",options:{created:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07",modified:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E01\u0E49\u0E44\u0E02"}},showFileTags:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E17\u0E47\u0E01\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E04\u0E25\u0E34\u0E01\u0E44\u0E14\u0E49\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},showFileTagAncestors:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E40\u0E15\u0E47\u0E21",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E0A\u0E31\u0E49\u0E19\u0E41\u0E17\u0E47\u0E01\u0E40\u0E15\u0E47\u0E21 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14: 'ai/openai', 'work/projects/2024' \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14: 'openai', '2024'"},colorFileTags:{name:"\u0E25\u0E07\u0E2A\u0E35\u0E41\u0E17\u0E47\u0E01\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E41\u0E17\u0E47\u0E01\u0E01\u0E31\u0E1A\u0E1B\u0E49\u0E32\u0E22\u0E41\u0E17\u0E47\u0E01\u0E1A\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},prioritizeColoredFileTags:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2A\u0E35\u0E01\u0E48\u0E2D\u0E19",desc:"\u0E40\u0E23\u0E35\u0E22\u0E07\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2A\u0E35\u0E01\u0E48\u0E2D\u0E19\u0E41\u0E17\u0E47\u0E01\u0E2D\u0E37\u0E48\u0E19\u0E1A\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},showFileTagsInCompactMode:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E17\u0E47\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E43\u0E19\u0E42\u0E2B\u0E21\u0E14\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E17\u0E47\u0E01\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 \u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07 \u0E41\u0E25\u0E30\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E16\u0E39\u0E01\u0E0B\u0E48\u0E2D\u0E19"},showFileProperties:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E04\u0E25\u0E34\u0E01\u0E44\u0E14\u0E49\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},colorFileProperties:{name:"\u0E23\u0E30\u0E1A\u0E32\u0E22\u0E2A\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E01\u0E31\u0E1A\u0E1B\u0E49\u0E32\u0E22\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E1A\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},prioritizeColoredFileProperties:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2A\u0E35\u0E01\u0E48\u0E2D\u0E19",desc:"\u0E40\u0E23\u0E35\u0E22\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2A\u0E35\u0E01\u0E48\u0E2D\u0E19\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E2D\u0E37\u0E48\u0E19\u0E1A\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},showFilePropertiesInCompactMode:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19\u0E42\u0E2B\u0E21\u0E14\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E42\u0E2B\u0E21\u0E14\u0E01\u0E30\u0E17\u0E31\u0E14\u0E23\u0E31\u0E14\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19"},notePropertyType:{name:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E42\u0E19\u0E49\u0E15",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C",options:{frontmatter:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 Frontmatter",wordCount:"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E04\u0E33",none:"\u0E44\u0E21\u0E48\u0E21\u0E35"}},propertyFields:{name:"\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 frontmatter \u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E01\u0E32\u0E23\u0E41\u0E2A\u0E14\u0E07\u0E1C\u0E25\u0E41\u0E15\u0E48\u0E25\u0E30\u0E04\u0E35\u0E22\u0E4C\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E41\u0E25\u0E30\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C",addButtonTooltip:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",noneConfigured:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32",singleConfigured:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 1 \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23: {properties}",multipleConfigured:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 {count} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23: {properties}"},showPropertiesOnSeparateRows:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E41\u0E22\u0E01\u0E40\u0E1B\u0E47\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E15\u0E48\u0E25\u0E30\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E40\u0E2D\u0E07"},enablePropertyInternalLinks:{name:"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07\u0E1B\u0E49\u0E32\u0E22\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",desc:"\u0E04\u0E25\u0E34\u0E01\u0E1B\u0E49\u0E32\u0E22\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E17\u0E35\u0E48\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07"},enablePropertyExternalLinks:{name:"\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07\u0E1B\u0E49\u0E32\u0E22\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E44\u0E1B\u0E22\u0E31\u0E07 URL",desc:"\u0E04\u0E25\u0E34\u0E01\u0E1B\u0E49\u0E32\u0E22\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14 URL \u0E17\u0E35\u0E48\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07"},dateFormat:{name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",desc:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E41\u0E2A\u0E14\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48 (\u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A Moment)",placeholder:"D MMM YYYY",help:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B: +D MMM YYYY = 25 \u0E1E.\u0E04. 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +\u0E42\u0E17\u0E40\u0E04\u0E19: +YYYY/YY = \u0E1B\u0E35 +MMMM/MMM/MM = \u0E40\u0E14\u0E37\u0E2D\u0E19 +DD/D = \u0E27\u0E31\u0E19 +dddd/ddd = \u0E27\u0E31\u0E19\u0E43\u0E19\u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C`,helpTooltip:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E42\u0E14\u0E22\u0E43\u0E0A\u0E49 Moment",momentLinkText:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A Moment"},timeFormat:{name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E40\u0E27\u0E25\u0E32",desc:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E27\u0E25\u0E32 (\u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A Moment)",placeholder:"HH:mm",help:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B: +HH:mm = 14:30 (24 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07) +h:mm a = 2:30 PM (12 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07) +HH:mm:ss = 14:30:45 +h:mm:ss a = 2:30:45 PM + +\u0E42\u0E17\u0E40\u0E04\u0E19: +HH/H = 24 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07 +hh/h = 12 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07 +mm = \u0E19\u0E32\u0E17\u0E35 +ss = \u0E27\u0E34\u0E19\u0E32\u0E17\u0E35 +a = AM/PM`,helpTooltip:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E42\u0E14\u0E22\u0E43\u0E0A\u0E49 Moment",momentLinkText:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A Moment"},showFilePreview:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E42\u0E19\u0E49\u0E15",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E43\u0E15\u0E49\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15"},skipHeadingsInPreview:{name:"\u0E02\u0E49\u0E32\u0E21\u0E2B\u0E31\u0E27\u0E02\u0E49\u0E2D\u0E43\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",desc:"\u0E02\u0E49\u0E32\u0E21\u0E1A\u0E23\u0E23\u0E17\u0E31\u0E14\u0E2B\u0E31\u0E27\u0E02\u0E49\u0E2D\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07"},skipCodeBlocksInPreview:{name:"\u0E02\u0E49\u0E32\u0E21\u0E1A\u0E25\u0E47\u0E2D\u0E01\u0E42\u0E04\u0E49\u0E14\u0E43\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",desc:"\u0E02\u0E49\u0E32\u0E21\u0E1A\u0E25\u0E47\u0E2D\u0E01\u0E42\u0E04\u0E49\u0E14\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07"},stripHtmlInPreview:{name:"\u0E25\u0E1A HTML \u0E43\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",desc:"\u0E25\u0E1A\u0E41\u0E17\u0E47\u0E01 HTML \u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07 \u0E2D\u0E32\u0E08\u0E2A\u0E48\u0E07\u0E1C\u0E25\u0E15\u0E48\u0E2D\u0E1B\u0E23\u0E30\u0E2A\u0E34\u0E17\u0E18\u0E34\u0E20\u0E32\u0E1E\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15\u0E02\u0E19\u0E32\u0E14\u0E43\u0E2B\u0E0D\u0E48"},stripLatexInPreview:{name:"\u0E25\u0E1A LaTeX \u0E43\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",desc:"\u0E25\u0E1A\u0E19\u0E34\u0E1E\u0E08\u0E19\u0E4C LaTeX \u0E41\u0E1A\u0E1A\u0E2D\u0E34\u0E19\u0E44\u0E25\u0E19\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E1A\u0E1A\u0E1A\u0E25\u0E47\u0E2D\u0E01\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07"},previewProperties:{name:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 frontmatter \u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07 \u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E41\u0E23\u0E01\u0E17\u0E35\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E08\u0E30\u0E16\u0E39\u0E01\u0E43\u0E0A\u0E49",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u0E43\u0E0A\u0E49\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\u0E42\u0E19\u0E49\u0E15\u0E41\u0E17\u0E19",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\u0E42\u0E19\u0E49\u0E15\u0E40\u0E1B\u0E47\u0E19\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E23\u0E30\u0E1A\u0E38\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21"},previewRows:{name:"\u0E41\u0E16\u0E27\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",desc:"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E41\u0E16\u0E27\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",options:{1:"1 \u0E41\u0E16\u0E27",2:"2 \u0E41\u0E16\u0E27",3:"3 \u0E41\u0E16\u0E27",4:"4 \u0E41\u0E16\u0E27",5:"5 \u0E41\u0E16\u0E27"}},fileNameRows:{name:"\u0E41\u0E16\u0E27\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E37\u0E48\u0E2D\u0E07",desc:"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E41\u0E16\u0E27\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15",options:{1:"1 \u0E41\u0E16\u0E27",2:"2 \u0E41\u0E16\u0E27"}},showFeatureImage:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E20\u0E32\u0E1E\u0E22\u0E48\u0E2D\u0E02\u0E2D\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E41\u0E23\u0E01\u0E17\u0E35\u0E48\u0E1E\u0E1A\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15"},forceSquareFeatureImage:{name:"\u0E1A\u0E31\u0E07\u0E04\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A\u0E2A\u0E35\u0E48\u0E40\u0E2B\u0E25\u0E35\u0E48\u0E22\u0E21",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A\u0E40\u0E1B\u0E47\u0E19\u0E20\u0E32\u0E1E\u0E22\u0E48\u0E2D\u0E2A\u0E35\u0E48\u0E40\u0E2B\u0E25\u0E35\u0E48\u0E22\u0E21"},featureImageProperties:{name:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 frontmatter \u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E01\u0E48\u0E2D\u0E19 \u0E16\u0E49\u0E32\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E08\u0E30\u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E41\u0E23\u0E01\u0E43\u0E19\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32 markdown",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"\u0E22\u0E01\u0E40\u0E27\u0E49\u0E19\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34 frontmatter \u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04 \u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E14\u0E46 \u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E35\u0E49\u0E08\u0E30\u0E44\u0E21\u0E48\u0E40\u0E01\u0E47\u0E1A\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19",placeholder:"private, confidential"},featureImageSize:{name:"\u0E02\u0E19\u0E32\u0E14\u0E01\u0E32\u0E23\u0E41\u0E2A\u0E14\u0E07\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19",desc:"\u0E02\u0E19\u0E32\u0E14\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14\u0E43\u0E19\u0E01\u0E32\u0E23\u0E41\u0E2A\u0E14\u0E07\u0E1C\u0E25\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E42\u0E19\u0E49\u0E15",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u0E02\u0E19\u0E32\u0E14\u0E1E\u0E34\u0E01\u0E40\u0E0B\u0E25\u0E02\u0E2D\u0E07\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19",desc:"\u0E04\u0E27\u0E32\u0E21\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E43\u0E19\u0E01\u0E32\u0E23\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E20\u0E32\u0E1E\u0E02\u0E19\u0E32\u0E14\u0E22\u0E48\u0E2D\u0E17\u0E35\u0E48\u0E08\u0E31\u0E14\u0E40\u0E01\u0E47\u0E1A\u0E02\u0E2D\u0E07\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19 \u0E40\u0E1E\u0E34\u0E48\u0E21\u0E04\u0E48\u0E32\u0E19\u0E35\u0E49\u0E2B\u0E32\u0E01\u0E20\u0E32\u0E1E\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E02\u0E19\u0E32\u0E14\u0E43\u0E2B\u0E0D\u0E48\u0E14\u0E39\u0E40\u0E1A\u0E25\u0E2D",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E20\u0E32\u0E22\u0E19\u0E2D\u0E01",desc:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E23\u0E30\u0E22\u0E30\u0E44\u0E01\u0E25\u0E41\u0E25\u0E30\u0E20\u0E32\u0E1E\u0E02\u0E19\u0E32\u0E14\u0E22\u0E48\u0E2D YouTube \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E40\u0E14\u0E48\u0E19"},showRootFolder:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E0A\u0E37\u0E48\u0E2D\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22\u0E40\u0E1B\u0E47\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01\u0E43\u0E19\u0E15\u0E49\u0E19\u0E44\u0E21\u0E49"},showFolderIcons:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E02\u0E49\u0E32\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"},inheritFolderColors:{name:"\u0E2A\u0E37\u0E1A\u0E17\u0E2D\u0E14\u0E2A\u0E35\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E25\u0E39\u0E01\u0E2A\u0E37\u0E1A\u0E17\u0E2D\u0E14\u0E2A\u0E35\u0E08\u0E32\u0E01\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E25\u0E31\u0E01"},folderSortOrder:{name:"\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E04\u0E25\u0E34\u0E01\u0E02\u0E27\u0E32\u0E17\u0E35\u0E48\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E14\u0E01\u0E47\u0E44\u0E14\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E17\u0E35\u0E48\u0E41\u0E15\u0E01\u0E15\u0E48\u0E32\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E22\u0E48\u0E2D\u0E22",options:{alphaAsc:"\u0E01 \u0E16\u0E36\u0E07 \u0E2E",alphaDesc:"\u0E2E \u0E16\u0E36\u0E07 \u0E01"}},showNoteCount:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E08\u0E33\u0E19\u0E27\u0E19\u0E42\u0E19\u0E49\u0E15",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E08\u0E33\u0E19\u0E27\u0E19\u0E42\u0E19\u0E49\u0E15\u0E02\u0E49\u0E32\u0E07\u0E41\u0E15\u0E48\u0E25\u0E30\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01"},showSectionIcons:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E30\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E02\u0E49\u0E32\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E43\u0E19\u0E2A\u0E48\u0E27\u0E19\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14\u0E41\u0E25\u0E30\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14"},interfaceIcons:{name:"\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E2D\u0E34\u0E19\u0E40\u0E17\u0E2D\u0E23\u0E4C\u0E40\u0E1F\u0E0B",desc:"\u0E41\u0E01\u0E49\u0E44\u0E02\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E41\u0E16\u0E1A\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D \u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E41\u0E17\u0E47\u0E01 \u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14 \u0E04\u0E49\u0E19\u0E2B\u0E32 \u0E41\u0E25\u0E30\u0E40\u0E23\u0E35\u0E22\u0E07\u0E25\u0E33\u0E14\u0E31\u0E1A",buttonText:"\u0E41\u0E01\u0E49\u0E44\u0E02\u0E44\u0E2D\u0E04\u0E2D\u0E19"},showIconsColorOnly:{name:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E01\u0E31\u0E1A\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19",desc:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E2A\u0E35\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E40\u0E2D\u0E07\u0E08\u0E30\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E2A\u0E35\u0E08\u0E30\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E17\u0E31\u0E49\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E41\u0E25\u0E30\u0E1B\u0E49\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21"},navRainbowMode:{name:"\u0E42\u0E2B\u0E21\u0E14\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07 (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07",options:{none:"\u0E1B\u0E34\u0E14",foreground:"\u0E2A\u0E35\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",background:"\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07"}},navRainbowFirstColor:{name:"\u0E2A\u0E35\u0E41\u0E23\u0E01",desc:"\u0E2A\u0E35\u0E41\u0E23\u0E01\u0E43\u0E19\u0E44\u0E25\u0E48\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07"},navRainbowLastColor:{name:"\u0E2A\u0E35\u0E2A\u0E38\u0E14\u0E17\u0E49\u0E32\u0E22",desc:"\u0E2A\u0E35\u0E2A\u0E38\u0E14\u0E17\u0E49\u0E32\u0E22\u0E43\u0E19\u0E44\u0E25\u0E48\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07"},navRainbowTransitionStyle:{name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19",desc:"\u0E01\u0E32\u0E23\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13\u0E04\u0E48\u0E32\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E2A\u0E35\u0E41\u0E23\u0E01\u0E41\u0E25\u0E30\u0E2A\u0E35\u0E2A\u0E38\u0E14\u0E17\u0E49\u0E32\u0E22",options:{hue:"\u0E40\u0E09\u0E14\u0E2A\u0E35",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07\u0E01\u0E31\u0E1A\u0E17\u0E32\u0E07\u0E25\u0E31\u0E14"},navRainbowApplyToRecent:{name:"\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14"},navRainbowApplyToFolders:{name:"\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07\u0E01\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"},navRainbowFolderScope:{name:"\u0E02\u0E2D\u0E1A\u0E40\u0E02\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E2A\u0E35",options:{root:"\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E23\u0E32\u0E01",child:"\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E22\u0E48\u0E2D\u0E22",all:"\u0E17\u0E38\u0E01\u0E23\u0E30\u0E14\u0E31\u0E1A"}},navRainbowApplyToTags:{name:"\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E01",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07\u0E01\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E01"},navRainbowTagScope:{name:"\u0E02\u0E2D\u0E1A\u0E40\u0E02\u0E15\u0E41\u0E17\u0E47\u0E01",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E2A\u0E35",options:{root:"\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E23\u0E32\u0E01",child:"\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E22\u0E48\u0E2D\u0E22",all:"\u0E17\u0E38\u0E01\u0E23\u0E30\u0E14\u0E31\u0E1A"}},navRainbowApplyToProperties:{name:"\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07\u0E01\u0E31\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34"},navRainbowBalanceHueLuminance:{name:"\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E27\u0E48\u0E32\u0E07\u0E2A\u0E21\u0E48\u0E33\u0E40\u0E2A\u0E21\u0E2D\u0E02\u0E49\u0E32\u0E21\u0E40\u0E09\u0E14\u0E2A\u0E35",desc:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13\u0E04\u0E48\u0E32\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E27\u0E48\u0E32\u0E07\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E2A\u0E35\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E41\u0E25\u0E30\u0E2A\u0E35\u0E2A\u0E38\u0E14\u0E17\u0E49\u0E32\u0E22\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E40\u0E09\u0E14\u0E2A\u0E35"},navRainbowSeparateThemeColors:{name:"\u0E41\u0E22\u0E01\u0E2A\u0E35\u0E42\u0E2B\u0E21\u0E14\u0E2A\u0E27\u0E48\u0E32\u0E07\u0E41\u0E25\u0E30\u0E42\u0E2B\u0E21\u0E14\u0E21\u0E37\u0E14",desc:"\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E23\u0E38\u0E49\u0E07\u0E17\u0E35\u0E48\u0E41\u0E15\u0E01\u0E15\u0E48\u0E32\u0E07\u0E01\u0E31\u0E19\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E2B\u0E21\u0E14\u0E2A\u0E27\u0E48\u0E32\u0E07\u0E41\u0E25\u0E30\u0E42\u0E2B\u0E21\u0E14\u0E21\u0E37\u0E14"},navRainbowCopyLightToDark:"\u0E04\u0E31\u0E14\u0E25\u0E2D\u0E01\u0E2A\u0E35\u0E42\u0E2B\u0E21\u0E14\u0E2A\u0E27\u0E48\u0E32\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E42\u0E2B\u0E21\u0E14\u0E21\u0E37\u0E14",navRainbowPropertyScope:{name:"\u0E02\u0E2D\u0E1A\u0E40\u0E02\u0E15\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E40\u0E23\u0E34\u0E48\u0E21\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E2A\u0E35",options:{root:"\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E23\u0E32\u0E01",child:"\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E22\u0E48\u0E2D\u0E22",all:"\u0E17\u0E38\u0E01\u0E23\u0E30\u0E14\u0E31\u0E1A"}},collapseBehavior:{name:"\u0E22\u0E38\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",desc:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E48\u0E32\u0E1B\u0E38\u0E48\u0E21\u0E02\u0E22\u0E32\u0E22/\u0E22\u0E38\u0E1A\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E21\u0E35\u0E1C\u0E25\u0E01\u0E31\u0E1A\u0E2D\u0E30\u0E44\u0E23",options:{all:"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",foldersOnly:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19",tagsOnly:"\u0E41\u0E17\u0E47\u0E01\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19",propertiesOnly:"\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19"}},smartCollapse:{name:"\u0E40\u0E01\u0E47\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E27\u0E49\u0E02\u0E22\u0E32\u0E22",desc:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E22\u0E38\u0E1A \u0E40\u0E01\u0E47\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E41\u0E25\u0E30\u0E2B\u0E25\u0E31\u0E01\u0E44\u0E27\u0E49\u0E02\u0E22\u0E32\u0E22"},navIndent:{name:"\u0E01\u0E32\u0E23\u0E40\u0E22\u0E37\u0E49\u0E2D\u0E07\u0E15\u0E49\u0E19\u0E44\u0E21\u0E49",desc:"\u0E1B\u0E23\u0E31\u0E1A\u0E04\u0E27\u0E32\u0E21\u0E01\u0E27\u0E49\u0E32\u0E07\u0E01\u0E32\u0E23\u0E40\u0E22\u0E37\u0E49\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E0B\u0E49\u0E2D\u0E19\u0E01\u0E31\u0E19"},navItemHeight:{name:"\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",desc:"\u0E1B\u0E23\u0E31\u0E1A\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E02\u0E2D\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"},navItemHeightScaleText:{name:"\u0E1B\u0E23\u0E31\u0E1A\u0E02\u0E19\u0E32\u0E14\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E32\u0E21\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",desc:"\u0E25\u0E14\u0E02\u0E19\u0E32\u0E14\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E19\u0E33\u0E17\u0E32\u0E07\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E14\u0E25\u0E07"},showIndentGuides:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E19\u0E33\u0E01\u0E32\u0E23\u0E40\u0E22\u0E37\u0E49\u0E2D\u0E07",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E2A\u0E49\u0E19\u0E19\u0E33\u0E01\u0E32\u0E23\u0E40\u0E22\u0E37\u0E49\u0E2D\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E0B\u0E49\u0E2D\u0E19\u0E01\u0E31\u0E19"},navRootSpacing:{name:"\u0E23\u0E30\u0E22\u0E30\u0E2B\u0E48\u0E32\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E2B\u0E25\u0E31\u0E01",desc:"\u0E23\u0E30\u0E22\u0E30\u0E2B\u0E48\u0E32\u0E07\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E25\u0E30\u0E41\u0E17\u0E47\u0E01\u0E23\u0E30\u0E14\u0E31\u0E1A\u0E2B\u0E25\u0E31\u0E01"},showTags:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E17\u0E47\u0E01",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E41\u0E17\u0E47\u0E01\u0E43\u0E19 navigator"},showTagIcons:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E41\u0E17\u0E47\u0E01",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E02\u0E49\u0E32\u0E07\u0E41\u0E17\u0E47\u0E01\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"},inheritTagColors:{name:"\u0E2A\u0E37\u0E1A\u0E17\u0E2D\u0E14\u0E2A\u0E35\u0E41\u0E17\u0E47\u0E01",desc:"\u0E41\u0E17\u0E47\u0E01\u0E25\u0E39\u0E01\u0E2A\u0E37\u0E1A\u0E17\u0E2D\u0E14\u0E2A\u0E35\u0E08\u0E32\u0E01\u0E41\u0E17\u0E47\u0E01\u0E41\u0E21\u0E48"},tagSortOrder:{name:"\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E41\u0E17\u0E47\u0E01",desc:"\u0E04\u0E25\u0E34\u0E01\u0E02\u0E27\u0E32\u0E17\u0E35\u0E48\u0E41\u0E17\u0E47\u0E01\u0E43\u0E14\u0E01\u0E47\u0E44\u0E14\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E17\u0E35\u0E48\u0E41\u0E15\u0E01\u0E15\u0E48\u0E32\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E22\u0E48\u0E2D\u0E22",options:{alphaAsc:"\u0E01 \u0E16\u0E36\u0E07 \u0E2E",alphaDesc:"\u0E2E \u0E16\u0E36\u0E07 \u0E01",frequency:"\u0E04\u0E27\u0E32\u0E21\u0E16\u0E35\u0E48",lowToHigh:"\u0E15\u0E48\u0E33\u0E44\u0E1B\u0E2A\u0E39\u0E07",highToLow:"\u0E2A\u0E39\u0E07\u0E44\u0E1B\u0E15\u0E48\u0E33"}},showAllTagsFolder:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E41\u0E17\u0E47\u0E01",desc:'\u0E41\u0E2A\u0E14\u0E07 "\u0E41\u0E17\u0E47\u0E01" \u0E40\u0E1B\u0E47\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E22\u0E38\u0E1A\u0E44\u0E14\u0E49'},showUntagged:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01",desc:'\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23 "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01" \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01'},scopeTagsToCurrentContext:{name:"\u0E01\u0E23\u0E2D\u0E07\u0E41\u0E17\u0E47\u0E01\u0E15\u0E32\u0E21\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E32\u0E01\u0E0F\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15\u0E20\u0E32\u0E22\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01"},keepEmptyTagsProperty:{name:"\u0E40\u0E01\u0E47\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E41\u0E17\u0E47\u0E01\u0E2B\u0E25\u0E31\u0E07\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E2A\u0E38\u0E14\u0E17\u0E49\u0E32\u0E22\u0E2D\u0E2D\u0E01",desc:"\u0E40\u0E01\u0E47\u0E1A\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E41\u0E17\u0E47\u0E01 frontmatter \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E19\u0E33\u0E41\u0E17\u0E47\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E2D\u0E2D\u0E01 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 \u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E41\u0E17\u0E47\u0E01\u0E08\u0E30\u0E16\u0E39\u0E01\u0E25\u0E1A\u0E2D\u0E2D\u0E01\u0E08\u0E32\u0E01 frontmatter"},showProperties:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E2A\u0E48\u0E27\u0E19\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19\u0E15\u0E31\u0E27\u0E19\u0E33\u0E17\u0E32\u0E07",propertyKeysInfoPrefix:"\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19 ",propertyKeysInfoLinkText:"\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B > \u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E02\u0E49\u0E32\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E19\u0E41\u0E1C\u0E07\u0E19\u0E33\u0E17\u0E32\u0E07"},inheritPropertyColors:{name:"\u0E2A\u0E37\u0E1A\u0E17\u0E2D\u0E14\u0E2A\u0E35\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:"\u0E04\u0E48\u0E32\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E08\u0E30\u0E2A\u0E37\u0E1A\u0E17\u0E2D\u0E14\u0E2A\u0E35\u0E41\u0E25\u0E30\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E08\u0E32\u0E01\u0E04\u0E35\u0E22\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34"},propertySortOrder:{name:"\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:"\u0E04\u0E25\u0E34\u0E01\u0E02\u0E27\u0E32\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E43\u0E14\u0E01\u0E47\u0E44\u0E14\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E23\u0E35\u0E22\u0E07\u0E17\u0E35\u0E48\u0E41\u0E15\u0E01\u0E15\u0E48\u0E32\u0E07\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E04\u0E48\u0E32\u0E15\u0E48\u0E32\u0E07\u0E46",options:{alphaAsc:"\u0E01 \u0E16\u0E36\u0E07 \u0E2E",alphaDesc:"\u0E2E \u0E16\u0E36\u0E07 \u0E01",frequency:"\u0E04\u0E27\u0E32\u0E21\u0E16\u0E35\u0E48",lowToHigh:"\u0E15\u0E48\u0E33\u0E44\u0E1B\u0E2A\u0E39\u0E07",highToLow:"\u0E2A\u0E39\u0E07\u0E44\u0E1B\u0E15\u0E48\u0E33"}},showAllPropertiesFolder:{name:"\u0E41\u0E2A\u0E14\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34",desc:'\u0E41\u0E2A\u0E14\u0E07 "\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34" \u0E40\u0E1B\u0E47\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E1E\u0E31\u0E1A\u0E44\u0E14\u0E49'},scopePropertiesToCurrentContext:{name:"\u0E01\u0E23\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E15\u0E32\u0E21\u0E01\u0E32\u0E23\u0E40\u0E25\u0E37\u0E2D\u0E01",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E32\u0E01\u0E0F\u0E43\u0E19\u0E42\u0E19\u0E49\u0E15\u0E20\u0E32\u0E22\u0E43\u0E19\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01"},hiddenTags:{name:"\u0E0B\u0E48\u0E2D\u0E19\u0E41\u0E17\u0E47\u0E01 (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E41\u0E17\u0E47\u0E01\u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04 \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E0A\u0E37\u0E48\u0E2D: tag* (\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22), *tag (\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22) \u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E40\u0E2A\u0E49\u0E19\u0E17\u0E32\u0E07: archive (\u0E41\u0E17\u0E47\u0E01\u0E41\u0E25\u0E30\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19), archive/* (\u0E25\u0E39\u0E01\u0E2B\u0E25\u0E32\u0E19\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19), projects/*/drafts (wildcard \u0E15\u0E23\u0E07\u0E01\u0E25\u0E32\u0E07)",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E19\u0E49\u0E15\u0E17\u0E35\u0E48\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01 (\u0E42\u0E1B\u0E23\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E44\u0E1F\u0E25\u0E4C\u0E42\u0E19\u0E49\u0E15\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E25\u0E34\u0E07\u0E01\u0E4C\u0E17\u0E35\u0E48\u0E04\u0E25\u0E34\u0E01\u0E44\u0E14\u0E49"},folderNoteType:{name:"\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19",desc:"\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E08\u0E32\u0E01\u0E40\u0E21\u0E19\u0E39\u0E1A\u0E23\u0E34\u0E1A\u0E17",options:{ask:"\u0E16\u0E32\u0E21\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E2A\u0E23\u0E49\u0E32\u0E07",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E44\u0E21\u0E48\u0E21\u0E35\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25 \u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",placeholder:"index"},folderNoteNamePattern:{name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E21\u0E35\u0E19\u0E32\u0E21\u0E2A\u0E01\u0E38\u0E25 \u0E43\u0E0A\u0E49 {{folder}} \u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E41\u0E17\u0E23\u0E01\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E41\u0E25\u0E49\u0E27 \u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E08\u0E30\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E19\u0E33\u0E44\u0E1B\u0E43\u0E0A\u0E49"},folderNoteTemplate:{name:"\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C Markdown \u0E43\u0E2B\u0E21\u0E48 \u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15\u0E43\u0E19\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B > \u0E40\u0E17\u0E21\u0E40\u0E1E\u0E25\u0E15"},enableFolderNoteLinks:{name:"\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E25\u0E34\u0E07\u0E01\u0E4C\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C",desc:"\u0E1B\u0E49\u0E32\u0E22\u0E01\u0E33\u0E01\u0E31\u0E1A\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E25\u0E34\u0E07\u0E01\u0E4C\u0E41\u0E25\u0E30\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E25\u0E34\u0E01 \u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1B\u0E34\u0E14 \u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E22\u0E31\u0E07\u0E04\u0E07\u0E43\u0E2B\u0E49\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E0A\u0E37\u0E48\u0E2D \u0E44\u0E2D\u0E04\u0E2D\u0E19 \u0E41\u0E25\u0E30\u0E2A\u0E35"},hideFolderNoteInList:{name:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",desc:"\u0E0B\u0E48\u0E2D\u0E19\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E08\u0E32\u0E01\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E44\u0E1F\u0E25\u0E4C"},pinCreatedFolderNote:{name:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07",desc:"\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E08\u0E32\u0E01\u0E40\u0E21\u0E19\u0E39\u0E1A\u0E23\u0E34\u0E1A\u0E17"},openFolderNotesInNewTab:{name:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48",desc:"\u0E40\u0E1B\u0E34\u0E14\u0E42\u0E19\u0E49\u0E15\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E43\u0E19\u0E41\u0E17\u0E47\u0E1A\u0E43\u0E2B\u0E21\u0E48\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E25\u0E34\u0E01\u0E17\u0E35\u0E48\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"},confirmBeforeDelete:{name:"\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E01\u0E48\u0E2D\u0E19\u0E25\u0E1A",desc:"\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E25\u0E48\u0E2D\u0E07\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E25\u0E1A\u0E42\u0E19\u0E49\u0E15\u0E2B\u0E23\u0E37\u0E2D\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C"},deleteAttachments:{name:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C",desc:"\u0E25\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E41\u0E19\u0E1A\u0E17\u0E35\u0E48\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E42\u0E22\u0E07\u0E01\u0E31\u0E1A\u0E44\u0E1F\u0E25\u0E4C\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E25\u0E1A\u0E42\u0E14\u0E22\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34\u0E2B\u0E32\u0E01\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E43\u0E0A\u0E49\u0E43\u0E19\u0E17\u0E35\u0E48\u0E2D\u0E37\u0E48\u0E19",options:{ask:"\u0E16\u0E32\u0E21\u0E17\u0E38\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",always:"\u0E40\u0E2A\u0E21\u0E2D",never:"\u0E44\u0E21\u0E48\u0E40\u0E25\u0E22"}},moveFileConflicts:{name:"\u0E02\u0E49\u0E2D\u0E02\u0E31\u0E14\u0E41\u0E22\u0E49\u0E07\u0E01\u0E32\u0E23\u0E22\u0E49\u0E32\u0E22",desc:"\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E21\u0E35\u0E44\u0E1F\u0E25\u0E4C\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E14\u0E35\u0E22\u0E27\u0E01\u0E31\u0E19\u0E2D\u0E22\u0E39\u0E48\u0E41\u0E25\u0E49\u0E27 \u0E16\u0E32\u0E21\u0E17\u0E38\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07 (\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D, \u0E40\u0E02\u0E35\u0E22\u0E19\u0E17\u0E31\u0E1A, \u0E22\u0E01\u0E40\u0E25\u0E34\u0E01) \u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E2A\u0E21\u0E2D",options:{ask:"\u0E16\u0E32\u0E21\u0E17\u0E38\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",rename:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E40\u0E2A\u0E21\u0E2D"}},metadataCleanup:{name:"\u0E25\u0E49\u0E32\u0E07\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32",desc:"\u0E25\u0E1A\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32\u0E01\u0E33\u0E1E\u0E23\u0E49\u0E32\u0E17\u0E35\u0E48\u0E40\u0E2B\u0E25\u0E37\u0E2D\u0E2D\u0E22\u0E39\u0E48\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C \u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C \u0E2B\u0E23\u0E37\u0E2D\u0E41\u0E17\u0E47\u0E01\u0E16\u0E39\u0E01\u0E25\u0E1A \u0E22\u0E49\u0E32\u0E22 \u0E2B\u0E23\u0E37\u0E2D\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E0A\u0E37\u0E48\u0E2D\u0E19\u0E2D\u0E01 Obsidian \u0E21\u0E35\u0E1C\u0E25\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E44\u0E1F\u0E25\u0E4C\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32 Notebook Navigator",buttonText:"\u0E25\u0E49\u0E32\u0E07\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32",error:"\u0E25\u0E49\u0E32\u0E07\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",loading:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32...",statusClean:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32\u0E43\u0E2B\u0E49\u0E25\u0E49\u0E32\u0E07",statusCounts:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E01\u0E33\u0E1E\u0E23\u0E49\u0E32: {folders} \u0E42\u0E1F\u0E25\u0E40\u0E14\u0E2D\u0E23\u0E4C, {tags} \u0E41\u0E17\u0E47\u0E01, {properties} \u0E04\u0E38\u0E13\u0E2A\u0E21\u0E1A\u0E31\u0E15\u0E34, {files} \u0E44\u0E1F\u0E25\u0E4C, {pinned} \u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14, {separators} \u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19"},rebuildCache:{name:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E41\u0E04\u0E0A\u0E43\u0E2B\u0E21\u0E48",desc:"\u0E43\u0E0A\u0E49\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E1E\u0E1A\u0E41\u0E17\u0E47\u0E01\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E22\u0E44\u0E1B \u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07 \u0E2B\u0E23\u0E37\u0E2D\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E22\u0E44\u0E1B \u0E2A\u0E34\u0E48\u0E07\u0E19\u0E35\u0E49\u0E2D\u0E32\u0E08\u0E40\u0E01\u0E34\u0E14\u0E02\u0E36\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E08\u0E32\u0E01\u0E04\u0E27\u0E32\u0E21\u0E02\u0E31\u0E14\u0E41\u0E22\u0E49\u0E07\u0E01\u0E32\u0E23\u0E0B\u0E34\u0E07\u0E04\u0E4C\u0E2B\u0E23\u0E37\u0E2D\u0E01\u0E32\u0E23\u0E1B\u0E34\u0E14\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E04\u0E32\u0E14\u0E04\u0E34\u0E14",buttonText:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E41\u0E04\u0E0A\u0E43\u0E2B\u0E21\u0E48",error:"\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E41\u0E04\u0E0A\u0E43\u0E2B\u0E21\u0E48\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",indexingTitle:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E14\u0E31\u0E0A\u0E19\u0E35\u0E2B\u0E49\u0E2D\u0E07\u0E19\u0E34\u0E23\u0E20\u0E31\u0E22...",progress:"Notebook Navigator \u0E01\u0E33\u0E25\u0E31\u0E07\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E41\u0E04\u0E0A."},externalIcons:{downloadButton:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14",downloadingLabel:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14...",removeButton:"\u0E19\u0E33\u0E2D\u0E2D\u0E01",statusInstalled:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E41\u0E25\u0E49\u0E27 (\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19 {version})",statusNotInstalled:"\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14",versionUnknown:"\u0E44\u0E21\u0E48\u0E17\u0E23\u0E32\u0E1A",downloadFailed:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14 {name} \u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E0A\u0E37\u0E48\u0E2D\u0E21\u0E15\u0E48\u0E2D\u0E41\u0E25\u0E30\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07",removeFailed:"\u0E19\u0E33 {name} \u0E2D\u0E2D\u0E01\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",infoNote:"\u0E0A\u0E38\u0E14\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E08\u0E30\u0E0B\u0E34\u0E07\u0E04\u0E4C\u0E2A\u0E16\u0E32\u0E19\u0E30\u0E01\u0E32\u0E23\u0E15\u0E34\u0E14\u0E15\u0E31\u0E49\u0E07\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E2D\u0E38\u0E1B\u0E01\u0E23\u0E13\u0E4C \u0E0A\u0E38\u0E14\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E10\u0E32\u0E19\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E49\u0E2D\u0E07\u0E16\u0E34\u0E48\u0E19\u0E02\u0E2D\u0E07\u0E41\u0E15\u0E48\u0E25\u0E30\u0E2D\u0E38\u0E1B\u0E01\u0E23\u0E13\u0E4C; \u0E01\u0E32\u0E23\u0E0B\u0E34\u0E07\u0E04\u0E4C\u0E15\u0E34\u0E14\u0E15\u0E32\u0E21\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E27\u0E48\u0E32\u0E08\u0E30\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E2B\u0E23\u0E37\u0E2D\u0E19\u0E33\u0E2D\u0E2D\u0E01 \u0E0A\u0E38\u0E14\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E08\u0E32\u0E01\u0E17\u0E35\u0E48\u0E40\u0E01\u0E47\u0E1A Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)"},useFrontmatterDates:{name:"\u0E43\u0E0A\u0E49\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32 frontmatter",desc:"\u0E43\u0E0A\u0E49 frontmatter \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E0A\u0E37\u0E48\u0E2D\u0E42\u0E19\u0E49\u0E15 timestamps \u0E44\u0E2D\u0E04\u0E2D\u0E19 \u0E41\u0E25\u0E30\u0E2A\u0E35"},frontmatterIconField:{name:"\u0E1F\u0E34\u0E25\u0E14\u0E4C\u0E44\u0E2D\u0E04\u0E2D\u0E19",desc:"\u0E1F\u0E34\u0E25\u0E14\u0E4C frontmatter \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E44\u0E1F\u0E25\u0E4C \u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E17\u0E35\u0E48\u0E40\u0E01\u0E47\u0E1A\u0E43\u0E19\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",placeholder:"icon"},frontmatterColorField:{name:"\u0E1F\u0E34\u0E25\u0E14\u0E4C\u0E2A\u0E35",desc:"\u0E1F\u0E34\u0E25\u0E14\u0E4C frontmatter \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E2A\u0E35\u0E44\u0E1F\u0E25\u0E4C \u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E17\u0E35\u0E48\u0E40\u0E01\u0E47\u0E1A\u0E43\u0E19\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",placeholder:"color"},frontmatterBackgroundField:{name:"\u0E1F\u0E34\u0E25\u0E14\u0E4C\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",desc:"\u0E1F\u0E34\u0E25\u0E14\u0E4C frontmatter \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07 \u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07\u0E17\u0E35\u0E48\u0E40\u0E01\u0E47\u0E1A\u0E43\u0E19\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",placeholder:"background"},frontmatterMigration:{name:"\u0E22\u0E49\u0E32\u0E22\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E41\u0E25\u0E30\u0E2A\u0E35\u0E08\u0E32\u0E01\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",desc:"\u0E40\u0E01\u0E47\u0E1A\u0E43\u0E19\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32: {icons} \u0E44\u0E2D\u0E04\u0E2D\u0E19, {colors} \u0E2A\u0E35",button:"\u0E22\u0E49\u0E32\u0E22",buttonWorking:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E22\u0E49\u0E32\u0E22...",noticeNone:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E44\u0E2D\u0E04\u0E2D\u0E19\u0E2B\u0E23\u0E37\u0E2D\u0E2A\u0E35\u0E44\u0E1F\u0E25\u0E4C\u0E40\u0E01\u0E47\u0E1A\u0E43\u0E19\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32",noticeDone:"\u0E22\u0E49\u0E32\u0E22 {migratedIcons}/{icons} \u0E44\u0E2D\u0E04\u0E2D\u0E19, {migratedColors}/{colors} \u0E2A\u0E35",noticeFailures:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27: {failures}",noticeError:"\u0E22\u0E49\u0E32\u0E22\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27 \u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E04\u0E2D\u0E19\u0E42\u0E0B\u0E25\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14"},frontmatterNameField:{name:"\u0E1F\u0E34\u0E25\u0E14\u0E4C\u0E0A\u0E37\u0E48\u0E2D (\u0E2B\u0E25\u0E32\u0E22\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23)",desc:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E1F\u0E34\u0E25\u0E14\u0E4C frontmatter \u0E04\u0E31\u0E48\u0E19\u0E14\u0E49\u0E27\u0E22\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E08\u0E38\u0E25\u0E20\u0E32\u0E04 \u0E43\u0E0A\u0E49\u0E04\u0E48\u0E32\u0E41\u0E23\u0E01\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E07 \u0E01\u0E25\u0E31\u0E1A\u0E44\u0E1B\u0E43\u0E0A\u0E49\u0E0A\u0E37\u0E48\u0E2D\u0E44\u0E1F\u0E25\u0E4C",placeholder:"title, name"},frontmatterCreatedField:{name:"\u0E1F\u0E34\u0E25\u0E14\u0E4C timestamp \u0E2A\u0E23\u0E49\u0E32\u0E07",desc:"\u0E0A\u0E37\u0E48\u0E2D\u0E1F\u0E34\u0E25\u0E14\u0E4C frontmatter \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A timestamp \u0E2A\u0E23\u0E49\u0E32\u0E07 \u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E23\u0E30\u0E1A\u0E1A\u0E44\u0E1F\u0E25\u0E4C",placeholder:"created"},frontmatterModifiedField:{name:"\u0E1F\u0E34\u0E25\u0E14\u0E4C timestamp \u0E41\u0E01\u0E49\u0E44\u0E02",desc:"\u0E0A\u0E37\u0E48\u0E2D\u0E1F\u0E34\u0E25\u0E14\u0E4C frontmatter \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A timestamp \u0E41\u0E01\u0E49\u0E44\u0E02 \u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E23\u0E30\u0E1A\u0E1A\u0E44\u0E1F\u0E25\u0E4C",placeholder:"modified"},frontmatterDateFormat:{name:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A timestamp",desc:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E43\u0E0A\u0E49\u0E41\u0E22\u0E01\u0E27\u0E34\u0E40\u0E04\u0E23\u0E32\u0E30\u0E2B\u0E4C timestamp \u0E43\u0E19 frontmatter \u0E40\u0E27\u0E49\u0E19\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A ISO 8601",helpTooltip:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E42\u0E14\u0E22\u0E43\u0E0A\u0E49 Moment",momentLinkText:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A Moment",help:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19\u0E01\u0E32\u0E23\u0E1E\u0E31\u0E12\u0E19\u0E32",desc:"\u0E2B\u0E32\u0E01\u0E04\u0E38\u0E13\u0E0A\u0E2D\u0E1A\u0E43\u0E0A\u0E49 Notebook Navigator \u0E42\u0E1B\u0E23\u0E14\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19\u0E01\u0E32\u0E23\u0E1E\u0E31\u0E12\u0E19\u0E32\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E40\u0E19\u0E37\u0E48\u0E2D\u0E07",buttonText:"\u2764\uFE0F \u0E2A\u0E1B\u0E2D\u0E19\u0E40\u0E0B\u0E2D\u0E23\u0E4C",coffeeButton:"\u2615\uFE0F \u0E40\u0E25\u0E35\u0E49\u0E22\u0E07\u0E01\u0E32\u0E41\u0E1F"},updateCheckOnStart:{name:"\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E43\u0E2B\u0E21\u0E48\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21",desc:"\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E23\u0E38\u0E48\u0E19\u0E1B\u0E25\u0E31\u0E4A\u0E01\u0E2D\u0E34\u0E19\u0E43\u0E2B\u0E21\u0E48\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E40\u0E23\u0E34\u0E48\u0E21\u0E07\u0E32\u0E19\u0E41\u0E25\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E01\u0E32\u0E23\u0E41\u0E08\u0E49\u0E07\u0E40\u0E15\u0E37\u0E2D\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E21\u0E35\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15 \u0E01\u0E32\u0E23\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E08\u0E30\u0E40\u0E01\u0E34\u0E14\u0E02\u0E36\u0E49\u0E19\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E21\u0E32\u0E01\u0E27\u0E31\u0E19\u0E25\u0E30\u0E04\u0E23\u0E31\u0E49\u0E07",status:"\u0E21\u0E35\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E43\u0E2B\u0E21\u0E48: {version}"},whatsNew:{name:"\u0E21\u0E35\u0E2D\u0E30\u0E44\u0E23\u0E43\u0E2B\u0E21\u0E48\u0E43\u0E19 Notebook Navigator {version}",desc:"\u0E14\u0E39\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E41\u0E25\u0E30\u0E01\u0E32\u0E23\u0E1B\u0E23\u0E31\u0E1A\u0E1B\u0E23\u0E38\u0E07\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14",buttonText:"\u0E14\u0E39\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E40\u0E14\u0E15\u0E25\u0E48\u0E32\u0E2A\u0E38\u0E14"},masteringVideo:{name:"\u0E40\u0E0A\u0E35\u0E48\u0E22\u0E27\u0E0A\u0E32\u0E0D Notebook Navigator (\u0E27\u0E34\u0E14\u0E35\u0E42\u0E2D)",desc:"\u0E27\u0E34\u0E14\u0E35\u0E42\u0E2D\u0E19\u0E35\u0E49\u0E04\u0E23\u0E2D\u0E1A\u0E04\u0E25\u0E38\u0E21\u0E17\u0E38\u0E01\u0E2A\u0E34\u0E48\u0E07\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19 Notebook Navigator \u0E2D\u0E22\u0E48\u0E32\u0E07\u0E21\u0E35\u0E1B\u0E23\u0E30\u0E2A\u0E34\u0E17\u0E18\u0E34\u0E20\u0E32\u0E1E \u0E23\u0E27\u0E21\u0E16\u0E36\u0E07\u0E1B\u0E38\u0E48\u0E21\u0E25\u0E31\u0E14 \u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32 \u0E41\u0E17\u0E47\u0E01 \u0E41\u0E25\u0E30\u0E01\u0E32\u0E23\u0E1B\u0E23\u0E31\u0E1A\u0E41\u0E15\u0E48\u0E07\u0E02\u0E31\u0E49\u0E19\u0E2A\u0E39\u0E07"},cacheStatistics:{localCache:"\u0E41\u0E04\u0E0A\u0E17\u0E49\u0E2D\u0E07\u0E16\u0E34\u0E48\u0E19",items:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",withTags:"\u0E21\u0E35\u0E41\u0E17\u0E47\u0E01",withPreviewText:"\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07",withFeatureImage:"\u0E21\u0E35\u0E23\u0E39\u0E1B\u0E20\u0E32\u0E1E\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A",withMetadata:"\u0E21\u0E35\u0E40\u0E21\u0E15\u0E32\u0E14\u0E32\u0E15\u0E49\u0E32"},metadataInfo:{successfullyParsed:"\u0E41\u0E22\u0E01\u0E27\u0E34\u0E40\u0E04\u0E23\u0E32\u0E30\u0E2B\u0E4C\u0E2A\u0E33\u0E40\u0E23\u0E47\u0E08",itemsWithName:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E21\u0E35\u0E0A\u0E37\u0E48\u0E2D",withCreatedDate:"\u0E21\u0E35\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07",withModifiedDate:"\u0E21\u0E35\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E01\u0E49\u0E44\u0E02",withIcon:"\u0E21\u0E35\u0E44\u0E2D\u0E04\u0E2D\u0E19",withColor:"\u0E21\u0E35\u0E2A\u0E35",failedToParse:"\u0E41\u0E22\u0E01\u0E27\u0E34\u0E40\u0E04\u0E23\u0E32\u0E30\u0E2B\u0E4C\u0E25\u0E49\u0E21\u0E40\u0E2B\u0E25\u0E27",createdDates:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07",modifiedDates:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E01\u0E49\u0E44\u0E02",checkTimestampFormat:"\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A timestamp \u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13",exportFailed:"\u0E2A\u0E48\u0E07\u0E2D\u0E2D\u0E01\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14"}}},whatsNew:{title:"\u0E21\u0E35\u0E2D\u0E30\u0E44\u0E23\u0E43\u0E2B\u0E21\u0E48\u0E43\u0E19 Notebook Navigator",supportMessage:"\u0E2B\u0E32\u0E01\u0E04\u0E38\u0E13\u0E1E\u0E1A\u0E27\u0E48\u0E32 Notebook Navigator \u0E21\u0E35\u0E1B\u0E23\u0E30\u0E42\u0E22\u0E0A\u0E19\u0E4C \u0E42\u0E1B\u0E23\u0E14\u0E1E\u0E34\u0E08\u0E32\u0E23\u0E13\u0E32\u0E2A\u0E19\u0E31\u0E1A\u0E2A\u0E19\u0E38\u0E19\u0E01\u0E32\u0E23\u0E1E\u0E31\u0E12\u0E19\u0E32",supportButton:"\u0E40\u0E25\u0E35\u0E49\u0E22\u0E07\u0E01\u0E32\u0E41\u0E1F",thanksButton:"\u0E02\u0E2D\u0E1A\u0E04\u0E38\u0E13!"}}});var YO,GO=He(()=>{YO={common:{cancel:"\u0130ptal",delete:"Sil",clear:"Temizle",remove:"Kald\u0131r",restoreDefault:"Varsay\u0131lana geri y\xFCkle",submit:"G\xF6nder",configure:"Yap\u0131land\u0131r",lightMode:"A\xE7\u0131k mod",darkMode:"Koyu mod",noSelection:"Se\xE7im yok",untagged:"Etiketsiz",featureImageAlt:"\xD6ne \xE7\u0131kan g\xF6rsel",unknownError:"Bilinmeyen hata",clipboardWriteError:"Panoya yaz\u0131lamad\u0131",updateBannerTitle:"Notebook Navigator g\xFCncellemesi mevcut",updateBannerInstruction:"Ayarlar -> Topluluk eklentileri b\xF6l\xFCm\xFCnden g\xFCncelleyin",previous:"\xD6nceki",next:"Sonraki"},listPane:{emptyStateNoSelection:"Notlar\u0131 g\xF6r\xFCnt\xFClemek i\xE7in bir klas\xF6r veya etiket se\xE7in",emptyStateNoNotes:"Not yok",pinnedSection:"Sabitlenmi\u015F",notesSection:"Notlar",filesSection:"Dosyalar",hiddenItemAriaLabel:"{name} (gizli)"},tagList:{untaggedLabel:"Etiketsiz",tags:"Etiketler"},navigationPane:{shortcutsHeader:"K\u0131sayollar",recentFilesHeader:"Son dosyalar",properties:"\xD6zellikler",reorderRootFoldersTitle:"Gezinmeyi yeniden s\u0131rala",reorderRootFoldersHint:"Yeniden s\u0131ralamak i\xE7in oklar\u0131 veya s\xFCr\xFCklemeyi kullan\u0131n",vaultRootLabel:"Kasa",resetRootToAlpha:"Alfabetik s\u0131raya s\u0131f\u0131rla",resetRootToFrequency:"S\u0131kl\u0131k s\u0131ras\u0131na s\u0131f\u0131rla",pinShortcuts:"K\u0131sayollar\u0131 sabitle",pinShortcutsAndRecentFiles:"K\u0131sayollar\u0131 ve son dosyalar\u0131 sabitle",unpinShortcuts:"K\u0131sayollar\u0131 sabitlemeden \xE7\u0131kar",unpinShortcutsAndRecentFiles:"K\u0131sayollar\u0131 ve son dosyalar\u0131 sabitlemeden \xE7\u0131kar",profileMenuAria:"Kasa profilini de\u011Fi\u015Ftir"},navigationCalendar:{ariaLabel:"Takvim",dailyNotesNotEnabled:"G\xFCnl\xFCk notlar eklentisi etkin de\u011Fil.",createDailyNote:{title:"Yeni g\xFCnl\xFCk not",message:"{filename} dosyas\u0131 mevcut de\u011Fil. Olu\u015Fturmak ister misiniz?",confirmButton:"Olu\u015Ftur"},helpModal:{title:"Takvim k\u0131sayollar\u0131",items:["G\xFCnl\xFCk not a\xE7mak veya olu\u015Fturmak i\xE7in herhangi bir g\xFCne t\u0131klay\u0131n. Haftalar, aylar, \xE7eyrekler ve y\u0131llar ayn\u0131 \u015Fekilde \xE7al\u0131\u015F\u0131r.","Bir g\xFCn\xFCn alt\u0131ndaki dolu nokta, notu oldu\u011Fu anlam\u0131na gelir. Bo\u015F nokta, tamamlanmam\u0131\u015F g\xF6revleri oldu\u011Fu anlam\u0131na gelir.","Bir notun \xF6ne \xE7\u0131kan g\xF6rseli varsa, g\xFCn\xFCn arka plan\u0131 olarak g\xF6r\xFCn\xFCr."],dateFilterCmdCtrl:"`Cmd/Ctrl`+t\u0131klayarak dosya listesinde o tarihe g\xF6re filtreleyin.",dateFilterOptionAlt:"`Option/Alt`+t\u0131klayarak dosya listesinde o tarihe g\xF6re filtreleyin."}},dailyNotes:{templateReadFailed:"G\xFCnl\xFCk not \u015Fablonu okunamad\u0131.",createFailed:"G\xFCnl\xFCk not olu\u015Fturulamad\u0131."},shortcuts:{folderExists:"Klas\xF6r zaten k\u0131sayollarda",noteExists:"Not zaten k\u0131sayollarda",tagExists:"Etiket zaten k\u0131sayollarda",propertyExists:"\xD6zellik zaten k\u0131sayollarda mevcut",invalidProperty:"Ge\xE7ersiz \xF6zellik k\u0131sayolu",searchExists:"Arama k\u0131sayolu zaten mevcut",emptySearchQuery:"Kaydetmeden \xF6nce bir arama sorgusu girin",emptySearchName:"Aramay\u0131 kaydetmeden \xF6nce bir ad girin",add:"K\u0131sayollara ekle",addNotesCount:"K\u0131sayollara {count} not ekle",addFilesCount:"K\u0131sayollara {count} dosya ekle",rename:"K\u0131sayolu yeniden adland\u0131r",remove:"K\u0131sayollardan kald\u0131r",removeAll:"T\xFCm k\u0131sayollar\u0131 kald\u0131r",removeAllConfirm:"T\xFCm k\u0131sayollar\u0131 kald\u0131r?",folderNotesPinned:"{count} klas\xF6r notu sabitlendi"},paneHeader:{collapseAllFolders:"\xD6\u011Feleri daralt",expandAllFolders:"T\xFCm \xF6\u011Feleri geni\u015Flet",showCalendar:"Takvimi g\xF6ster",hideCalendar:"Takvimi gizle",newFolder:"Yeni klas\xF6r",newNote:"Yeni not",mobileBackToNavigation:"Gezinmeye d\xF6n",changeSortOrder:"S\u0131ralama d\xFCzenini de\u011Fi\u015Ftir",defaultSort:"Varsay\u0131lan",descendants:"alt \xF6\u011Feler",subfolders:"alt klas\xF6rler",subtags:"alt etiketler",childValues:"alt de\u011Ferler",applySortToDescendants:t=>`S\u0131ralamay\u0131 ${t} i\xE7in uygula`,applyAppearanceToDescendants:t=>`G\xF6r\xFCn\xFCm\xFC ${t} i\xE7in uygula`,showFolders:"Gezinmeyi g\xF6ster",reorderRootFolders:"Gezinmeyi yeniden s\u0131rala",finishRootFolderReorder:"Tamamland\u0131",showExcludedItems:"Gizli klas\xF6rleri, etiketleri ve notlar\u0131 g\xF6ster",hideExcludedItems:"Gizli klas\xF6rleri, etiketleri ve notlar\u0131 gizle",showDualPane:"\xC7ift b\xF6lme g\xF6ster",showSinglePane:"Tek b\xF6lme g\xF6ster",changeAppearance:"G\xF6r\xFCn\xFCm\xFC de\u011Fi\u015Ftir",showNotesFromSubfolders:"Alt klas\xF6rlerden notlar\u0131 g\xF6ster",showFilesFromSubfolders:"Alt klas\xF6rlerden dosyalar\u0131 g\xF6ster",showNotesFromDescendants:"Alt \xF6\u011Felerden notlar\u0131 g\xF6ster",showFilesFromDescendants:"Alt \xF6\u011Felerden dosyalar\u0131 g\xF6ster",search:"Ara"},searchInput:{placeholder:"Ara...",placeholderOmnisearch:"Omnisearch...",clearSearch:"Aramay\u0131 temizle",switchToFilterSearch:"Filtre aramas\u0131na ge\xE7",switchToOmnisearch:"Omnisearch aramas\u0131na ge\xE7",saveSearchShortcut:"Arama k\u0131sayolunu kaydet",removeSearchShortcut:"Arama k\u0131sayolunu kald\u0131r",shortcutModalTitle:"Arama k\u0131sayolunu kaydet",shortcutNamePlaceholder:"K\u0131sayol ad\u0131n\u0131 girin",shortcutStartIn:"Her zaman \u015Furada ba\u015Fla: {path}",searchHelp:"Arama s\xF6zdizimi",searchHelpTitle:"Arama s\xF6zdizimi",searchHelpModal:{intro:"Dosya adlar\u0131n\u0131, \xF6zellikleri, etiketleri, tarihleri ve filtreleri tek bir sorguda birle\u015Ftirin (\xF6rn. `meeting .status=active #work @thisweek`). Tam metin aramas\u0131 kullanmak i\xE7in Omnisearch eklentisini y\xFCkleyin.",introSwitching:"Yukar\u0131/a\u015Fa\u011F\u0131 ok tu\u015Flar\u0131n\u0131 kullanarak veya arama simgesine t\u0131klayarak filtre aramas\u0131 ve Omnisearch aras\u0131nda ge\xE7i\u015F yap\u0131n.",sections:{fileNames:{title:"Dosya adlar\u0131",items:['`word` Dosya ad\u0131nda "word" olan notlar\u0131 bul.',"`word1 word2` Her kelime dosya ad\u0131yla e\u015Fle\u015Fmeli.",'`-word` Dosya ad\u0131nda "word" olan notlar\u0131 hari\xE7 tut.']},tags:{title:"Etiketler",items:["`#tag` Etiketli notlar\u0131 dahil et (`#tag/subtag` gibi i\xE7 i\xE7e etiketleri de bulur).","`#` Yaln\u0131zca etiketli notlar\u0131 dahil et.","`-#tag` Etiketli notlar\u0131 hari\xE7 tut.","`-#` Yaln\u0131zca etiketsiz notlar\u0131 dahil et.","`#tag1 #tag2` Her iki etiketi bul (\xF6rt\xFCk AND).","`#tag1 AND #tag2` Her iki etiketi bul (a\xE7\u0131k AND).","`#tag1 OR #tag2` Etiketlerden herhangi birini bul.","`#a OR #b AND #c` AND daha y\xFCksek \xF6nceli\u011Fe sahip: `#a` veya hem `#b` hem `#c` ile e\u015Fle\u015Fir.","Cmd/Ctrl+T\u0131klama ile etiketi AND olarak ekleyin. Cmd/Ctrl+Shift+T\u0131klama ile OR olarak ekleyin."]},properties:{title:"\xD6zellikler",items:["`.key` \xD6zellik anahtar\u0131na sahip notlar\u0131 dahil et.","`.key=value` \xD6zellik de\u011Ferine sahip notlar\u0131 dahil et.",'`."Reading Status"` Bo\u015Fluk i\xE7eren \xF6zellik anahtar\u0131na sahip notlar\u0131 dahil et.','`."Reading Status"="In Progress"` Bo\u015Fluk i\xE7eren anahtarlar ve de\u011Ferler \xE7ift t\u0131rnak i\xE7ine al\u0131nmal\u0131d\u0131r.',"`-.key` \xD6zellik anahtar\u0131na sahip notlar\u0131 hari\xE7 tut.","`-.key=value` \xD6zellik de\u011Ferine sahip notlar\u0131 hari\xE7 tut.","Cmd/Ctrl+T\u0131klayarak \xF6zelli\u011Fi AND ile ekleyin. Cmd/Ctrl+Shift+T\u0131klayarak OR ile ekleyin."]},tasks:{title:"Filtreler",items:["`has:task` Tamamlanmam\u0131\u015F g\xF6revleri olan notlar\u0131 dahil et.","`-has:task` Tamamlanmam\u0131\u015F g\xF6revleri olan notlar\u0131 hari\xE7 tut.","`folder:meetings` Klas\xF6r ad\u0131 `meetings` i\xE7eren notlar\u0131 dahil et.","`folder:/work/meetings` Yaln\u0131zca `work/meetings` i\xE7indeki notlar\u0131 dahil et (alt klas\xF6rler hari\xE7).","`folder:/` Yaln\u0131zca kasa k\xF6k dizinindeki notlar\u0131 dahil et.","`-folder:archive` Klas\xF6r ad\u0131 `archive` i\xE7eren notlar\u0131 hari\xE7 tut.","`-folder:/archive` Yaln\u0131zca `archive` i\xE7indeki notlar\u0131 hari\xE7 tut (alt klas\xF6rler hari\xE7).","`ext:md` Uzant\u0131s\u0131 `md` olan notlar\u0131 dahil et (`ext:.md` de desteklenir).","`-ext:pdf` Uzant\u0131s\u0131 `pdf` olan notlar\u0131 hari\xE7 tut.","Etiketler, isimler ve tarihlerle birle\u015Ftirin (\xF6rne\u011Fin: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"AND/OR davran\u0131\u015F\u0131",items:["`AND` ve `OR` yaln\u0131zca etiket ve \xF6zellik sorgular\u0131nda operat\xF6r olarak \xE7al\u0131\u015F\u0131r.","Etiket ve \xF6zellik sorgular\u0131 yaln\u0131zca etiket ve \xF6zellik filtrelerini i\xE7erir: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","Bir sorgu adlar, tarihler (`@...`), g\xF6rev filtreleri (`has:task`), klas\xF6r filtreleri (`folder:...`) veya uzant\u0131 filtreleri (`ext:...`) i\xE7eriyorsa, `AND` ve `OR` kelime olarak aran\u0131r.","\xD6rnek operat\xF6r sorgusu: `#work OR .status=started`.","Karma sorgu \xF6rne\u011Fi: `#work OR ext:md` (`OR` dosya adlar\u0131nda aran\u0131r)."]},dates:{title:"Tarihler",items:["`@today` Varsay\u0131lan tarih alan\u0131n\u0131 kullanarak bug\xFCnk\xFC notlar\u0131 bul.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` G\xF6reli tarih aral\u0131klar\u0131.","`@2026-02-07` Belirli bir g\xFCn\xFC bul (`@20260207` de desteklenir).","`@2026` Bir takvim y\u0131l\u0131n\u0131 bul.","`@2026-02` veya `@202602` Bir takvim ay\u0131n\u0131 bul.","`@2026-W05` veya `@2026W05` Bir ISO haftas\u0131n\u0131 bul.","`@2026-Q2` veya `@2026Q2` Bir takvim \xE7eyre\u011Fini bul.","`@13/02/2026` Ay\u0131r\u0131c\u0131l\u0131 say\u0131sal formatlar (`@07022026` belirsizlikte yerel ayar\u0131n\u0131z\u0131 takip eder).","`@2026-02-01..2026-02-07` Kapsay\u0131c\u0131 bir g\xFCn aral\u0131\u011F\u0131 bul (a\xE7\u0131k u\xE7lar desteklenir).","`@c:...` veya `@m:...` Olu\u015Fturma veya de\u011Fi\u015Ftirme tarihini hedefle.","`-@...` Bir tarih e\u015Fle\u015Fmesini hari\xE7 tut."]},omnisearch:{title:"Omnisearch",items:["Kasadaki tam metin aramas\u0131, ge\xE7erli klas\xF6r veya se\xE7ili etiketlere g\xF6re filtrelenir.","B\xFCy\xFCk kasalarda 3 karakterden az ile yava\u015F olabilir.","ASCII olmayan karakterler i\xE7eren yollar\u0131 veya alt yollar\u0131 do\u011Fru \u015Fekilde arayamaz.","Klas\xF6r filtrelemesinden \xF6nce s\u0131n\u0131rl\u0131 sonu\xE7 d\xF6nd\xFCr\xFCr, bu nedenle ba\u015Fka yerlerde \xE7ok say\u0131da e\u015Fle\u015Fme varsa ilgili dosyalar g\xF6r\xFCnmeyebilir.","Not \xF6nizlemeleri varsay\u0131lan \xF6nizleme metni yerine Omnisearch al\u0131nt\u0131lar\u0131n\u0131 g\xF6sterir."]}}}},contextMenu:{file:{openInNewTab:"Yeni sekmede a\xE7",openToRight:"Sa\u011Fda a\xE7",openInNewWindow:"Yeni pencerede a\xE7",openMultipleInNewTabs:"{count} notu yeni sekmelerde a\xE7",openMultipleFilesInNewTabs:"{count} dosyay\u0131 yeni sekmelerde a\xE7",openMultipleToRight:"{count} notu sa\u011Fda a\xE7",openMultipleFilesToRight:"{count} dosyay\u0131 sa\u011Fda a\xE7",openMultipleInNewWindows:"{count} notu yeni pencerelerde a\xE7",openMultipleFilesInNewWindows:"{count} dosyay\u0131 yeni pencerelerde a\xE7",pinNote:"Notu sabitle",pinFile:"Dosyay\u0131 sabitle",unpinNote:"Not sabitlemesini kald\u0131r",unpinFile:"Dosya sabitlemesini kald\u0131r",pinMultipleNotes:"{count} notu sabitle",pinMultipleFiles:"{count} dosyay\u0131 sabitle",unpinMultipleNotes:"{count} notun sabitlemesini kald\u0131r",unpinMultipleFiles:"{count} dosyan\u0131n sabitlemesini kald\u0131r",duplicateNote:"Notu \xE7o\u011Falt",duplicateFile:"Dosyay\u0131 \xE7o\u011Falt",duplicateMultipleNotes:"{count} notu \xE7o\u011Falt",duplicateMultipleFiles:"{count} dosyay\u0131 \xE7o\u011Falt",openVersionHistory:"S\xFCr\xFCm ge\xE7mi\u015Fini a\xE7",revealInFolder:"Klas\xF6rde g\xF6ster",revealInFinder:"Finder'da g\xF6ster",showInExplorer:"Sistem gezgininde g\xF6ster",openInDefaultApp:"Varsay\u0131lan uygulamada a\xE7",renameNote:"Notu yeniden adland\u0131r",renameFile:"Dosyay\u0131 yeniden adland\u0131r",deleteNote:"Notu sil",deleteFile:"Dosyay\u0131 sil",setCalendarHighlight:"Vurgulamay\u0131 ayarla",removeCalendarHighlight:"Vurgulamay\u0131 kald\u0131r",deleteMultipleNotes:"{count} notu sil",deleteMultipleFiles:"{count} dosyay\u0131 sil",moveNoteToFolder:"Notu ta\u015F\u0131...",moveFileToFolder:"Dosyay\u0131 ta\u015F\u0131...",moveMultipleNotesToFolder:"{count} notu ta\u015F\u0131...",moveMultipleFilesToFolder:"{count} dosyay\u0131 ta\u015F\u0131...",addTag:"Etiket ekle",addPropertyKey:"\xD6zellik ayarla",removeTag:"Etiketi kald\u0131r",removeAllTags:"T\xFCm etiketleri kald\u0131r",changeIcon:"Simgeyi de\u011Fi\u015Ftir",changeColor:"Rengi de\u011Fi\u015Ftir"},folder:{newNote:"Yeni not",newNoteFromTemplate:"\u015Eablondan yeni not",newFolder:"Yeni klas\xF6r",newCanvas:"Yeni tuval",newBase:"Yeni veritaban\u0131",newDrawing:"Yeni \xE7izim",newExcalidrawDrawing:"Yeni Excalidraw \xE7izimi",newTldrawDrawing:"Yeni Tldraw \xE7izimi",duplicateFolder:"Klas\xF6r\xFC \xE7o\u011Falt",searchInFolder:"Klas\xF6rde ara",createFolderNote:"Klas\xF6r notu olu\u015Ftur",detachFolderNote:"Klas\xF6r notunu ay\u0131r",deleteFolderNote:"Klas\xF6r notunu sil",changeIcon:"Simgeyi de\u011Fi\u015Ftir",changeColor:"Rengi de\u011Fi\u015Ftir",changeBackground:"Arka plan\u0131 de\u011Fi\u015Ftir",excludeFolder:"Klas\xF6r\xFC gizle",unhideFolder:"Klas\xF6r\xFC g\xF6ster",moveFolder:"Klas\xF6r\xFC ta\u015F\u0131...",renameFolder:"Klas\xF6r\xFC yeniden adland\u0131r",deleteFolder:"Klas\xF6r\xFC sil"},tag:{changeIcon:"Simgeyi de\u011Fi\u015Ftir",changeColor:"Rengi de\u011Fi\u015Ftir",changeBackground:"Arka plan\u0131 de\u011Fi\u015Ftir",showTag:"Etiketi g\xF6ster",hideTag:"Etiketi gizle"},property:{addKey:"\xD6zellik anahtarlar\u0131n\u0131 yap\u0131land\u0131r",renameKey:"\xD6zelli\u011Fi yeniden adland\u0131r",deleteKey:"\xD6zelli\u011Fi sil"},navigation:{addSeparator:"Ay\u0131r\u0131c\u0131 ekle",removeSeparator:"Ay\u0131r\u0131c\u0131y\u0131 kald\u0131r"},copyPath:{title:"Yolu kopyala",asObsidianUrl:"Obsidian URL olarak",fromVaultFolder:"kasa klas\xF6r\xFCnden",fromSystemRoot:"sistem k\xF6k\xFCnden"},style:{title:"Stil",copy:"Stili kopyala",paste:"Stili yap\u0131\u015Ft\u0131r",removeIcon:"Simgeyi kald\u0131r",removeColor:"Rengi kald\u0131r",removeBackground:"Arka plan\u0131 kald\u0131r",clear:"Stili temizle"}},folderAppearance:{standardPreset:"Standart",compactPreset:"Kompakt",defaultSuffix:"(varsay\u0131lan)",defaultLabel:"Varsay\u0131lan",titleRows:"Ba\u015Fl\u0131k sat\u0131rlar\u0131",previewRows:"\xD6nizleme sat\u0131rlar\u0131",groupBy:"Grupla",defaultTitleOption:t=>`Varsay\u0131lan ba\u015Fl\u0131k sat\u0131rlar\u0131 (${t})`,defaultPreviewOption:t=>`Varsay\u0131lan \xF6nizleme sat\u0131rlar\u0131 (${t})`,defaultGroupOption:t=>`Varsay\u0131lan gruplama (${t})`,titleRowOption:t=>`${t} ba\u015Fl\u0131k sat\u0131r\u0131`,previewRowOption:t=>`${t} \xF6nizleme sat\u0131r\u0131`},modals:{bulkApply:{applyButton:"Uygula",applySortTitle:t=>`S\u0131ralama ${t} i\xE7in uygulans\u0131n m\u0131?`,applyAppearanceTitle:t=>`G\xF6r\xFCn\xFCm ${t} i\xE7in uygulans\u0131n m\u0131?`,affectedCountMessage:t=>`De\u011Fi\u015Fecek mevcut ge\xE7ersiz k\u0131lmalar: ${t}.`},navRainbowSection:{title:t=>`G\xF6kku\u015Fa\u011F\u0131 renkleri: ${t}`},iconPicker:{searchPlaceholder:"Simge ara...",recentlyUsedHeader:"Son kullan\u0131lanlar",emptyStateSearch:"Simgeleri aramak i\xE7in yazmaya ba\u015Flay\u0131n",emptyStateNoResults:"Simge bulunamad\u0131",showingResultsInfo:"{count} sonu\xE7tan 50 tanesi g\xF6steriliyor. Daraltmak i\xE7in daha fazla yaz\u0131n.",emojiInstructions:"Simge olarak kullanmak i\xE7in herhangi bir emoji yaz\u0131n veya yap\u0131\u015Ft\u0131r\u0131n",removeIcon:"Simgeyi kald\u0131r",removeFromRecents:"Son kullan\u0131lanlardan kald\u0131r",allTabLabel:"T\xFCm\xFC"},fileIconRuleEditor:{addRuleAria:"Kural ekle"},interfaceIcons:{title:"Aray\xFCz simgeleri",fileItemsSection:"Dosya \xF6\u011Feleri",items:{"nav-shortcuts":"K\u0131sayollar","nav-recent-files":"Son dosyalar","nav-expand-all":"T\xFCm\xFCn\xFC geni\u015Flet","nav-collapse-all":"T\xFCm\xFCn\xFC daralt","nav-calendar":"Takvim","nav-tree-expand":"A\u011Fa\xE7 oku: geni\u015Flet","nav-tree-collapse":"A\u011Fa\xE7 oku: daralt","nav-hidden-items":"Gizli \xF6\u011Feler","nav-root-reorder":"K\xF6k klas\xF6rleri yeniden s\u0131rala","nav-new-folder":"Yeni klas\xF6r","nav-show-single-pane":"Tek b\xF6lme g\xF6ster","nav-show-dual-pane":"\xC7ift b\xF6lme g\xF6ster","nav-profile-chevron":"Profil men\xFCs\xFC oku","list-search":"Ara","list-descendants":"Alt klas\xF6rlerden notlar","list-sort-ascending":"S\u0131ralama: artan","list-sort-descending":"S\u0131ralama: azalan","list-appearance":"G\xF6r\xFCn\xFCm\xFC de\u011Fi\u015Ftir","list-new-note":"Yeni not","nav-folder-open":"Klas\xF6r a\xE7\u0131k","nav-folder-closed":"Klas\xF6r kapal\u0131","nav-tags":"Etiketler","nav-tag":"Etiket","nav-properties":"\xD6zellikler","nav-property":"\xD6zellik","nav-property-value":"De\u011Fer","list-pinned":"Sabitlenmi\u015F \xF6\u011Feler","file-unfinished-task":"Tamamlanmam\u0131\u015F g\xF6revler","file-word-count":"Kelime say\u0131s\u0131"}},colorPicker:{currentColor:"Mevcut",newColor:"Yeni",paletteDefault:"Varsay\u0131lan",paletteCustom:"\xD6zel",copyColors:"Rengi kopyala",colorsCopied:"Renk panoya kopyaland\u0131",pasteColors:"Rengi yap\u0131\u015Ft\u0131r",pasteClipboardError:"Pano okunamad\u0131",pasteInvalidFormat:"Hex renk de\u011Feri bekleniyor",colorsPasted:"Renk ba\u015Far\u0131yla yap\u0131\u015Ft\u0131r\u0131ld\u0131",resetUserColors:"\xD6zel renkleri temizle",clearCustomColorsConfirm:"T\xFCm \xF6zel renkler kald\u0131r\u0131ls\u0131n m\u0131?",userColorSlot:"Renk {slot}",recentColors:"Son renkler",clearRecentColors:"Son renkleri temizle",removeRecentColor:"Rengi kald\u0131r",apply:"Uygula",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Kasa profili se\xE7",currentBadge:"Aktif",emptyState:"Kullan\u0131labilir kasa profili yok."},tagOperation:{renameTitle:"{tag} etiketini yeniden adland\u0131r",deleteTitle:"{tag} etiketini sil",newTagPrompt:"Yeni etiket ad\u0131",newTagPlaceholder:"Yeni etiket ad\u0131n\u0131 girin",renameWarning:"{oldTag} etiketini yeniden adland\u0131rmak {count} {files} de\u011Fi\u015Ftirecek.",deleteWarning:"{tag} etiketini silmek {count} {files} de\u011Fi\u015Ftirecek.",modificationWarning:"Bu i\u015Flem dosya de\u011Fi\u015Fiklik tarihlerini g\xFCncelleyecek.",affectedFiles:"Etkilenen dosyalar:",andMore:"...ve {count} tane daha",confirmRename:"Etiketi yeniden adland\u0131r",renameUnchanged:"{tag} de\u011Fi\u015Ftirilmedi",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"{renamed}/{total} yeniden adland\u0131r\u0131ld\u0131. G\xFCncellenmeyen: {notUpdated}. Meta veriler ve k\u0131sayollar g\xFCncellenmedi.",invalidTagName:"Ge\xE7erli bir etiket ad\u0131 girin.",descendantRenameError:"Bir etiket kendisine veya alt \xF6\u011Fesine ta\u015F\u0131namaz.",confirmDelete:"Etiketi sil",deleteBatchNotFinalized:"{removed}/{total} \xF6\u011Feden kald\u0131r\u0131ld\u0131. G\xFCncellenmeyen: {notUpdated}. Meta veriler ve k\u0131sayollar g\xFCncellenmedi.",checkConsoleForDetails:"Ayr\u0131nt\u0131lar i\xE7in konsolu kontrol edin.",file:"dosya",files:"dosya",inlineParsingWarning:{title:"Sat\u0131r i\xE7i etiket uyumlulu\u011Fu",message:"{tag}, Obsidian'\u0131n sat\u0131r i\xE7i etiketlerde ayr\u0131\u015Ft\u0131ramad\u0131\u011F\u0131 karakterler i\xE7eriyor. Frontmatter etiketleri etkilenmez.",confirm:"Yine de kullan"}},propertyOperation:{renameTitle:"{property} \xF6zelli\u011Fini yeniden adland\u0131r",deleteTitle:"{property} \xF6zelli\u011Fini sil",newKeyPrompt:"Yeni \xF6zellik ad\u0131",newKeyPlaceholder:"Yeni \xF6zellik ad\u0131n\u0131 girin",renameWarning:"{property} \xF6zelli\u011Finin yeniden adland\u0131r\u0131lmas\u0131 {count} {files} de\u011Fi\u015Ftirecek.",renameConflictWarning:"{newKey} \xF6zelli\u011Fi zaten {count} {files} i\xE7inde mevcut. {oldKey} yeniden adland\u0131r\u0131ld\u0131\u011F\u0131nda mevcut {newKey} de\u011Ferleri de\u011Fi\u015Ftirilecek.",deleteWarning:"{property} \xF6zelli\u011Finin silinmesi {count} {files} de\u011Fi\u015Ftirecek.",confirmRename:"\xD6zelli\u011Fi yeniden adland\u0131r",confirmDelete:"\xD6zelli\u011Fi sil",renameNoChanges:"{oldKey} \u2192 {newKey} (de\u011Fi\u015Fiklik yok)",renameSettingsUpdateFailed:"{oldKey} \u2192 {newKey} \xF6zelli\u011Fi yeniden adland\u0131r\u0131ld\u0131. Ayarlar g\xFCncellenemedi.",deleteSingleSuccess:"{property} \xF6zelli\u011Fi 1 nottan silindi",deleteMultipleSuccess:"{property} \xF6zelli\u011Fi {count} nottan silindi",deleteSettingsUpdateFailed:"{property} \xF6zelli\u011Fi silindi. Ayarlar g\xFCncellenemedi.",invalidKeyName:"Ge\xE7erli bir \xF6zellik ad\u0131 girin."},fileSystem:{newFolderTitle:"Yeni klas\xF6r",renameFolderTitle:"Klas\xF6r\xFC yeniden adland\u0131r",renameFileTitle:"Dosyay\u0131 yeniden adland\u0131r",deleteFolderTitle:"'{name}' silinsin mi?",deleteFileTitle:"'{name}' silinsin mi?",deleteFileAttachmentsTitle:"Dosya ekleri silinsin mi?",moveFileConflictTitle:"Ta\u015F\u0131ma \xE7ak\u0131\u015Fmas\u0131",folderNamePrompt:"Klas\xF6r ad\u0131n\u0131 girin:",hideInOtherVaultProfiles:"Di\u011Fer kasa profillerinde gizle",renamePrompt:"Yeni ad\u0131 girin:",renameVaultTitle:"Kasa g\xF6r\xFCnen ad\u0131n\u0131 de\u011Fi\u015Ftir",renameVaultPrompt:"\xD6zel g\xF6r\xFCnen ad girin (varsay\u0131lan\u0131 kullanmak i\xE7in bo\u015F b\u0131rak\u0131n):",deleteFolderConfirm:"Bu klas\xF6r\xFC ve t\xFCm i\xE7eri\u011Fini silmek istedi\u011Finizden emin misiniz?",deleteFileConfirm:"Bu dosyay\u0131 silmek istedi\u011Finizden emin misiniz?",deleteFileAttachmentsDescriptionSingle:"Bu ek art\u0131k hi\xE7bir notta kullan\u0131lm\u0131yor. Silmek ister misiniz?",deleteFileAttachmentsDescriptionMultiple:"Bu ekler art\u0131k hi\xE7bir notta kullan\u0131lm\u0131yor. Silmek ister misiniz?",deleteFileAttachmentsViewFileTreeAriaLabel:"Dosya a\u011Fac\u0131",deleteFileAttachmentsViewGalleryAriaLabel:"Galeri",moveFileConflictDescriptionSingle:'"{folder}" i\xE7inde bir dosya \xE7ak\u0131\u015Fmas\u0131 bulundu.',moveFileConflictDescriptionMultiple:'"{folder}" i\xE7inde {count} dosya \xE7ak\u0131\u015Fmas\u0131 bulundu.',moveFileConflictAffectedFiles:"Etkilenen dosyalar",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(yaln\u0131zca yeniden adland\u0131r)",moveFileConflictRename:"Yeniden adland\u0131r",moveFileConflictOverwrite:"\xDCzerine yaz",removeAllTagsTitle:"T\xFCm etiketleri kald\u0131r",removeAllTagsFromNote:"Bu nottan t\xFCm etiketleri kald\u0131rmak istedi\u011Finizden emin misiniz?",removeAllTagsFromNotes:"{count} nottan t\xFCm etiketleri kald\u0131rmak istedi\u011Finizden emin misiniz?"},folderNoteType:{title:"Klas\xF6r notu t\xFCr\xFCn\xFC se\xE7in",folderLabel:"Klas\xF6r: {name}"},folderSuggest:{placeholder:t=>`${t} klas\xF6r\xFCne ta\u015F\u0131...`,multipleFilesLabel:t=>`${t} dosya`,navigatePlaceholder:"Klas\xF6re git...",instructions:{navigate:"gezinmek i\xE7in",move:"ta\u015F\u0131mak i\xE7in",select:"se\xE7mek i\xE7in",dismiss:"kapatmak i\xE7in"}},homepage:{placeholder:"Dosya ara...",instructions:{navigate:"gezinmek i\xE7in",select:"ana sayfa olarak ayarlamak i\xE7in",dismiss:"kapatmak i\xE7in"}},calendarTemplate:{placeholder:"\u015Eablon ara...",instructions:{navigate:"gezinmek i\xE7in",select:"\u015Fablon se\xE7mek i\xE7in",dismiss:"kapatmak i\xE7in"}},navigationBanner:{placeholder:"G\xF6rsel ara...",instructions:{navigate:"gezinmek i\xE7in",select:"afi\u015F olarak ayarlamak i\xE7in",dismiss:"kapatmak i\xE7in"}},tagSuggest:{navigatePlaceholder:"Etikete git...",addPlaceholder:"Eklenecek etiketi ara...",removePlaceholder:"Kald\u0131r\u0131lacak etiketi se\xE7...",createNewTag:"Yeni etiket olu\u015Ftur: #{tag}",instructions:{navigate:"gezinmek i\xE7in",select:"se\xE7mek i\xE7in",dismiss:"kapatmak i\xE7in",add:"etiket eklemek i\xE7in",remove:"etiketi kald\u0131rmak i\xE7in"}},propertySuggest:{placeholder:"\xD6zellik anahtar\u0131 se\xE7...",navigatePlaceholder:"\xD6zelli\u011Fe git...",instructions:{navigate:"gezinmek i\xE7in",select:"\xF6zellik eklemek i\xE7in",dismiss:"kapatmak i\xE7in"}},propertyKeyVisibility:{title:"\xD6zellik anahtar\u0131 g\xF6r\xFCn\xFCrl\xFC\u011F\xFC",description:"\xD6zellik de\u011Ferlerinin nerede g\xF6sterilece\u011Fini kontrol edin. S\xFCtunlar gezinme paneli, liste paneli ve dosya ba\u011Flam men\xFCs\xFCne kar\u015F\u0131l\u0131k gelir. Alt sat\u0131r\u0131 kullanarak bir s\xFCtundaki t\xFCm sat\u0131rlar\u0131 de\u011Fi\u015Ftirin.",searchPlaceholder:"\xD6zellik anahtarlar\u0131n\u0131 ara...",propertyColumnLabel:"\xD6zellik",showInNavigation:"Gezinmede g\xF6ster",showInList:"Listede g\xF6ster",showInFileMenu:"Dosya men\xFCs\xFCnde g\xF6ster",toggleAllInNavigation:"Gezinmede t\xFCm\xFCn\xFC de\u011Fi\u015Ftir",toggleAllInList:"Listede t\xFCm\xFCn\xFC de\u011Fi\u015Ftir",toggleAllInFileMenu:"Dosya men\xFCs\xFCnde t\xFCm\xFCn\xFC de\u011Fi\u015Ftir",applyButton:"Uygula",emptyState:"\xD6zellik anahtar\u0131 bulunamad\u0131."},welcome:{title:"{pluginName} uygulamas\u0131na ho\u015F geldiniz",introText:'Merhaba! Ba\u015Flamadan \xF6nce, panellerin ve "Alt klas\xF6rlerden notlar\u0131 g\xF6ster" d\xFC\u011Fmesinin nas\u0131l \xE7al\u0131\u015Ft\u0131\u011F\u0131n\u0131 anlamak i\xE7in a\u015Fa\u011F\u0131daki videonun ilk be\u015F dakikas\u0131n\u0131 izlemenizi \u015Fiddetle tavsiye ederim.',continueText:"Be\u015F dakikan\u0131z daha varsa, kompakt g\xF6r\xFCnt\xFCleme modlar\u0131n\u0131 ve k\u0131sayollar\u0131 ile \xF6nemli k\u0131sayol tu\u015Flar\u0131n\u0131 do\u011Fru \u015Fekilde nas\u0131l ayarlayaca\u011F\u0131n\u0131z\u0131 anlamak i\xE7in videoyu izlemeye devam edin.",thanksText:"\u0130ndirdi\u011Finiz i\xE7in \xE7ok te\u015Fekk\xFCrler, keyifli kullan\u0131mlar!",videoAlt:"Notebook Navigator kurulumu ve ustala\u015Fma",openVideoButton:"Videoyu oynat",closeButton:"Belki sonra"}},fileSystem:{errors:{createFolder:"Klas\xF6r olu\u015Fturulamad\u0131: {error}",createFile:"Dosya olu\u015Fturulamad\u0131: {error}",renameFolder:"Klas\xF6r yeniden adland\u0131r\u0131lamad\u0131: {error}",renameFolderNoteConflict:'Yeniden adland\u0131r\u0131lam\u0131yor: "{name}" bu klas\xF6rde zaten var',renameFile:"Dosya yeniden adland\u0131r\u0131lamad\u0131: {error}",deleteFolder:"Klas\xF6r silinemedi: {error}",deleteFile:"Dosya silinemedi: {error}",deleteAttachments:"Ekler silinemedi: {error}",duplicateNote:"Not \xE7o\u011Falt\u0131lamad\u0131: {error}",duplicateFolder:"Klas\xF6r \xE7o\u011Falt\u0131lamad\u0131: {error}",openVersionHistory:"S\xFCr\xFCm ge\xE7mi\u015Fi a\xE7\u0131lamad\u0131: {error}",versionHistoryNotFound:"S\xFCr\xFCm ge\xE7mi\u015Fi komutu bulunamad\u0131. Obsidian Sync etkin oldu\u011Fundan emin olun.",revealInExplorer:"Dosya sistem gezgininde g\xF6sterilemedi: {error}",openInDefaultApp:"Varsay\u0131lan uygulamada a\xE7\u0131lamad\u0131: {error}",openInDefaultAppNotAvailable:"Varsay\u0131lan uygulamada a\xE7ma bu platformda kullan\u0131lamaz",folderNoteAlreadyExists:"Klas\xF6r notu zaten var",folderAlreadyExists:'"{name}" klas\xF6r\xFC zaten var',folderNotesDisabled:"Dosyalar\u0131 d\xF6n\xFC\u015Ft\xFCrmek i\xE7in ayarlarda klas\xF6r notlar\u0131n\u0131 etkinle\u015Ftirin",folderNoteAlreadyLinked:"Bu dosya zaten klas\xF6r notu olarak i\u015Flev g\xF6r\xFCyor",folderNoteNotFound:"Se\xE7ili klas\xF6rde klas\xF6r notu yok",folderNoteUnsupportedExtension:"Desteklenmeyen dosya uzant\u0131s\u0131: {extension}",folderNoteMoveFailed:"D\xF6n\xFC\u015Ft\xFCrme s\u0131ras\u0131nda dosya ta\u015F\u0131namad\u0131: {error}",folderNoteRenameConflict:'Klas\xF6rde "{name}" adl\u0131 bir dosya zaten var',folderNoteConversionFailed:"Dosya klas\xF6r notuna d\xF6n\xFC\u015Ft\xFCr\xFClemedi",folderNoteConversionFailedWithReason:"Dosya klas\xF6r notuna d\xF6n\xFC\u015Ft\xFCr\xFClemedi: {error}",folderNoteOpenFailed:"Dosya d\xF6n\xFC\u015Ft\xFCr\xFCld\xFC ancak klas\xF6r notu a\xE7\u0131lamad\u0131: {error}",failedToDeleteFile:"{name} silinemedi: {error}",failedToDeleteMultipleFiles:"{count} dosya silinemedi",versionHistoryNotAvailable:"S\xFCr\xFCm ge\xE7mi\u015Fi hizmeti kullan\u0131lam\u0131yor",drawingAlreadyExists:"Bu isimde bir \xE7izim zaten var",failedToCreateDrawing:"\xC7izim olu\u015Fturulamad\u0131",noFolderSelected:"Notebook Navigator'da klas\xF6r se\xE7ili de\u011Fil",noFileSelected:"Dosya se\xE7ili de\u011Fil"},warnings:{linkBreakingNameCharacters:"Bu ad, Obsidian ba\u011Flant\u0131lar\u0131n\u0131 bozan karakterler i\xE7eriyor: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"Adlar nokta ile ba\u015Flayamaz ve : veya / i\xE7eremez.",forbiddenNameCharactersWindows:'Windows i\xE7in ayr\u0131lm\u0131\u015F karakterlere izin verilmez: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"Klas\xF6r gizlendi: {name}",showFolder:"Klas\xF6r g\xF6sterildi: {name}"},notifications:{deletedMultipleFiles:"{count} dosya silindi",movedMultipleFiles:"{count} dosya {folder} klas\xF6r\xFCne ta\u015F\u0131nd\u0131",folderNoteConversionSuccess:'Dosya "{name}" i\xE7inde klas\xF6r notuna d\xF6n\xFC\u015Ft\xFCr\xFCld\xFC',folderMoved:'"{name}" klas\xF6r\xFC ta\u015F\u0131nd\u0131',deepLinkCopied:"Obsidian URL panoya kopyaland\u0131",pathCopied:"Yol panoya kopyaland\u0131",relativePathCopied:"G\xF6reli yol panoya kopyaland\u0131",tagAddedToNote:"1 nota etiket eklendi",tagAddedToNotes:"{count} nota etiket eklendi",tagRemovedFromNote:"1 nottan etiket kald\u0131r\u0131ld\u0131",tagRemovedFromNotes:"{count} nottan etiket kald\u0131r\u0131ld\u0131",tagsClearedFromNote:"1 nottan t\xFCm etiketler temizlendi",tagsClearedFromNotes:"{count} nottan t\xFCm etiketler temizlendi",noTagsToRemove:"Kald\u0131r\u0131lacak etiket yok",noFilesSelected:"Dosya se\xE7ili de\u011Fil",tagOperationsNotAvailable:"Etiket i\u015Flemleri kullan\u0131lam\u0131yor",propertyOperationsNotAvailable:"\xD6zellik i\u015Flemleri kullan\u0131lam\u0131yor",tagsRequireMarkdown:"Etiketler yaln\u0131zca Markdown notlar\u0131nda desteklenir",propertiesRequireMarkdown:"\xD6zellikler yaln\u0131zca Markdown notlar\u0131nda desteklenir",propertySetOnNote:"1 notta \xF6zellik g\xFCncellendi",propertySetOnNotes:"{count} notta \xF6zellik g\xFCncellendi",iconPackDownloaded:"{provider} indirildi",iconPackUpdated:"{provider} g\xFCncellendi ({version})",iconPackRemoved:"{provider} kald\u0131r\u0131ld\u0131",iconPackLoadFailed:"{provider} y\xFCklenemedi",hiddenFileReveal:'Dosya gizli. G\xF6r\xFCnt\xFClemek i\xE7in "Gizli \xF6\u011Feleri g\xF6ster" se\xE7ene\u011Fini etkinle\u015Ftirin'},confirmations:{deleteMultipleFiles:"{count} dosyay\u0131 silmek istedi\u011Finizden emin misiniz?",deleteConfirmation:"Bu i\u015Flem geri al\u0131namaz."},defaultNames:{untitled:"Ba\u015Fl\u0131ks\u0131z"}},dragDrop:{errors:{cannotMoveIntoSelf:"Klas\xF6r kendisine veya alt klas\xF6r\xFCne ta\u015F\u0131namaz.",itemAlreadyExists:'Bu konumda "{name}" adl\u0131 bir \xF6\u011Fe zaten var.',failedToMove:"Ta\u015F\u0131namad\u0131: {error}",failedToAddTag:'"{tag}" etiketi eklenemedi',failedToSetProperty:"\xD6zellik g\xFCncellenemedi: {error}",failedToClearTags:"Etiketler temizlenemedi",failedToMoveFolder:'"{name}" klas\xF6r\xFC ta\u015F\u0131namad\u0131',failedToImportFiles:"\u0130\xE7e aktar\u0131lamad\u0131: {names}"},notifications:{filesAlreadyExist:"{count} dosya hedefte zaten var",filesAlreadyHaveTag:"{count} dosyada bu etiket veya daha \xF6zel bir etiket zaten var",filesAlreadyHaveProperty:"{count} dosya zaten bu \xF6zelli\u011Fe sahip",noTagsToClear:"Temizlenecek etiket yok",fileImported:"1 dosya i\xE7e aktar\u0131ld\u0131",filesImported:"{count} dosya i\xE7e aktar\u0131ld\u0131"}},dateGroups:{today:"Bug\xFCn",yesterday:"D\xFCn",previous7Days:"Son 7 g\xFCn",previous30Days:"Son 30 g\xFCn"},commands:{open:"A\xE7",toggleLeftSidebar:"Sol kenar \xE7ubu\u011Funu a\xE7/kapat",openHomepage:"Ana sayfay\u0131 a\xE7",openDailyNote:"G\xFCnl\xFCk notu a\xE7",openWeeklyNote:"Haftal\u0131k notu a\xE7",openMonthlyNote:"Ayl\u0131k notu a\xE7",openQuarterlyNote:"\xC7eyreklik notu a\xE7",openYearlyNote:"Y\u0131ll\u0131k notu a\xE7",revealFile:"Dosyay\u0131 g\xF6ster",search:"Ara",searchVaultRoot:"Kasa k\xF6k\xFCnde ara",toggleDualPane:"\xC7ift b\xF6lme d\xFCzenini a\xE7/kapat",toggleDualPaneOrientation:"\xC7ift b\xF6lme y\xF6n\xFCn\xFC de\u011Fi\u015Ftir",toggleCalendar:"Takvimi a\xE7/kapat",selectVaultProfile:"Kasa profili se\xE7",selectVaultProfile1:"Kasa profili 1 se\xE7",selectVaultProfile2:"Kasa profili 2 se\xE7",selectVaultProfile3:"Kasa profili 3 se\xE7",deleteFile:"Dosyalar\u0131 sil",createNewNote:"Yeni not olu\u015Ftur",createNewNoteFromTemplate:"\u015Eablondan yeni not",moveFiles:"Dosyalar\u0131 ta\u015F\u0131",selectNextFile:"Sonraki dosyay\u0131 se\xE7",selectPreviousFile:"\xD6nceki dosyay\u0131 se\xE7",navigateBack:"Geri git",navigateForward:"\u0130leri git",convertToFolderNote:"Klas\xF6r notuna d\xF6n\xFC\u015Ft\xFCr",setAsFolderNote:"Klas\xF6r notu olarak ayarla",detachFolderNote:"Klas\xF6r notunu ay\u0131r",pinAllFolderNotes:"T\xFCm klas\xF6r notlar\u0131n\u0131 sabitle",navigateToFolder:"Klas\xF6re git",navigateToTag:"Etikete git",navigateToProperty:"\xD6zelli\u011Fe git",addShortcut:"K\u0131sayollara ekle",openShortcut:"K\u0131sayol {number} a\xE7",toggleDescendants:"Alt \xF6\u011Feleri a\xE7/kapat",toggleHidden:"Gizli klas\xF6rleri, etiketleri ve notlar\u0131 a\xE7/kapat",toggleTagSort:"Etiket s\u0131ralama d\xFCzenini a\xE7/kapat",toggleCompactMode:"Kompakt modu a\xE7/kapat",collapseExpand:"T\xFCm \xF6\u011Feleri daralt / geni\u015Flet",addTag:"Se\xE7ili dosyalara etiket ekle",setProperty:"Se\xE7ili dosyalarda \xF6zellik ayarla",removeTag:"Se\xE7ili dosyalardan etiket kald\u0131r",removeAllTags:"Se\xE7ili dosyalardan t\xFCm etiketleri kald\u0131r",openAllFiles:"T\xFCm dosyalar\u0131 a\xE7",rebuildCache:"\xD6nbelle\u011Fi yeniden olu\u015Ftur"},plugin:{viewName:"Notebook Navigator",calendarViewName:"Takvim",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Notebook Navigator'da g\xF6ster"},tooltips:{lastModifiedAt:"Son de\u011Fi\u015Ftirilme",createdAt:"Olu\u015Fturulma",file:"dosya",files:"dosya",folder:"klas\xF6r",folders:"klas\xF6r"},settings:{metadataReport:{exportSuccess:"Ba\u015Far\u0131s\u0131z meta veri raporu d\u0131\u015Fa aktar\u0131ld\u0131: {filename}",exportFailed:"Meta veri raporu d\u0131\u015Fa aktar\u0131lamad\u0131"},sections:{general:"Genel",navigationPane:"Gezinme",calendar:"Takvim",files:"Dosyalar",icons:"Simge paketleri",folders:"Klas\xF6rler",folderNotes:"Klas\xF6r notlar\u0131",foldersAndTags:"Klas\xF6rler",tagsAndProperties:"Etiketler ve \xF6zellikler",tags:"Etiketler",listPane:"Liste",notes:"Notlar",advanced:"Geli\u015Fmi\u015F"},groups:{general:{vaultProfiles:"Kasa profilleri",filtering:"Filtreleme",templates:"\u015Eablonlar",behavior:"Davran\u0131\u015F",keyboardNavigation:"Klavye ile gezinme",mouseButtons:"Fare d\xFC\u011Fmeleri",view:"G\xF6r\xFCn\xFCm",icons:"Simgeler",desktopAppearance:"Masa\xFCst\xFC g\xF6r\xFCn\xFCm\xFC",mobileAppearance:"Mobil g\xF6r\xFCn\xFCm",formatting:"Bi\xE7imlendirme"},navigation:{appearance:"G\xF6r\xFCn\xFCm",rainbowColors:"G\xF6kku\u015Fa\u011F\u0131 renkleri",leftSidebar:"Sol kenar \xE7ubu\u011Fu",calendarIntegration:"Takvim entegrasyonu"},list:{display:"G\xF6r\xFCn\xFCm",pinnedNotes:"Sabitlenmi\u015F notlar"},notes:{frontmatter:"Frontmatter",tasks:"G\xF6revler",icon:"Simge",title:"Ba\u015Fl\u0131k",previewText:"\xD6nizleme metni",featureImage:"\xD6ne \xE7\u0131kan g\xF6rsel",tags:"Etiketler",properties:"\xD6zellikler",date:"Tarih",parentFolder:"\xDCst klas\xF6r"}},syncMode:{notSynced:"(senkronize edilmedi)",disabled:"(devre d\u0131\u015F\u0131)",switchToSynced:"Senkronizasyonu etkinle\u015Ftir",switchToLocal:"Senkronizasyonu devre d\u0131\u015F\u0131 b\u0131rak"},items:{listPaneTitle:{name:"Liste b\xF6lmesi ba\u015Fl\u0131\u011F\u0131",desc:"Liste b\xF6lmesi ba\u015Fl\u0131\u011F\u0131n\u0131n nerede g\xF6sterilece\u011Fini se\xE7in.",options:{header:"Ba\u015Fl\u0131kta g\xF6ster",list:"Liste b\xF6lmesinde g\xF6ster",hidden:"G\xF6sterme"}},sortNotesBy:{name:"Notlar\u0131 s\u0131rala",desc:"Not listesinde notlar\u0131n nas\u0131l s\u0131ralanaca\u011F\u0131n\u0131 se\xE7in.",options:{"modified-desc":"D\xFCzenleme tarihi (en yeni \xFCstte)","modified-asc":"D\xFCzenleme tarihi (en eski \xFCstte)","created-desc":"Olu\u015Fturma tarihi (en yeni \xFCstte)","created-asc":"Olu\u015Fturma tarihi (en eski \xFCstte)","title-asc":"Ba\u015Fl\u0131k (A \xFCstte)","title-desc":"Ba\u015Fl\u0131k (Z \xFCstte)","filename-asc":"Dosya ad\u0131 (A \xFCstte)","filename-desc":"Dosya ad\u0131 (Z \xFCstte)","property-asc":"\xD6zellik (A \xFCstte)","property-desc":"\xD6zellik (Z \xFCstte)"},propertyOverride:{asc:"\xD6zellik \u2018{property}\u2019 (A \xFCstte)",desc:"\xD6zellik \u2018{property}\u2019 (Z \xFCstte)"}},propertySortKey:{name:"S\u0131ralama \xF6zelli\u011Fi",desc:"\xD6zellik s\u0131ralamas\u0131 ile kullan\u0131l\u0131r. Bu frontmatter \xF6zelli\u011Fine sahip notlar \xF6nce listelenir ve \xF6zellik de\u011Ferine g\xF6re s\u0131ralan\u0131r. Diziler tek bir de\u011Fere birle\u015Ftirilir.",placeholder:"order"},propertySortSecondary:{name:"\u0130kincil s\u0131ralama",desc:"\xD6zellik s\u0131ralamas\u0131nda notlar ayn\u0131 \xF6zellik de\u011Ferine sahip oldu\u011Funda veya \xF6zellik de\u011Feri olmad\u0131\u011F\u0131nda kullan\u0131l\u0131r.",options:{title:"Ba\u015Fl\u0131k",filename:"Dosya ad\u0131",created:"Olu\u015Fturma tarihi",modified:"D\xFCzenleme tarihi"}},revealFileOnListChanges:{name:"Liste de\u011Fi\u015Fikliklerinde se\xE7ili dosyaya kayd\u0131r",desc:"Notlar\u0131 sabitleme, alt notlar\u0131 g\xF6sterme, klas\xF6r g\xF6r\xFCn\xFCm\xFCn\xFC de\u011Fi\u015Ftirme veya dosya i\u015Flemleri \xE7al\u0131\u015Ft\u0131rma s\u0131ras\u0131nda se\xE7ili dosyaya kayd\u0131r."},includeDescendantNotes:{name:"Alt klas\xF6rlerden / alt \xF6\u011Felerden notlar\u0131 g\xF6ster",desc:"Klas\xF6r veya etiket g\xF6r\xFCnt\xFClerken i\xE7 i\xE7e alt klas\xF6rlerden ve etiket alt \xF6\u011Felerinden notlar\u0131 dahil et."},limitPinnedToCurrentFolder:{name:"Notlar\u0131 yaln\u0131zca kendi klas\xF6rlerinde sabitle",desc:"Sabitlenen notlar yaln\u0131zca kendi klas\xF6rlerinde sabitlenmi\u015F olarak g\xF6r\xFCn\xFCr. Klas\xF6r notlar\u0131 veya \xE7ok say\u0131da sabitlenmi\u015F notunuz varsa kullan\u0131\u015Fl\u0131d\u0131r. Etiket veya \xF6zellik g\xF6r\xFCn\xFCmlerini etkilemez."},separateNoteCounts:{name:"Mevcut ve alt \xF6\u011Fe say\u0131lar\u0131n\u0131 ayr\u0131 g\xF6ster",desc:'Klas\xF6r ve etiketlerde not say\u0131lar\u0131n\u0131 "mevcut \u25BE alt \xF6\u011Feler" bi\xE7iminde g\xF6ster.'},groupNotes:{name:"Notlar\u0131 grupla",desc:"Tarihe veya klas\xF6re g\xF6re grupland\u0131r\u0131lm\u0131\u015F notlar aras\u0131nda ba\u015Fl\u0131klar g\xF6r\xFCnt\xFCle. Etiket g\xF6r\xFCn\xFCmleri klas\xF6r grupland\u0131rmas\u0131 etkinken tarih gruplar\u0131n\u0131 kullan\u0131r.",options:{none:"Gruplama yok",date:"Tarihe g\xF6re grupla",folder:"Klas\xF6re g\xF6re grupla"}},showSelectedNavigationPills:{name:"T\xFCm etiket ve \xF6zellik rozetlerini her zaman g\xF6ster",desc:'Devre d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131\u011F\u0131nda, ge\xE7erli gezinme se\xE7imiyle e\u015Fle\u015Fen rozetler gizlenir (\xF6r. "tarifler" etiketine g\xF6z atarken "tarifler" etiketi rozeti gizlenir). T\xFCm rozetlerin g\xF6r\xFCn\xFCr kalmas\u0131 i\xE7in etkinle\u015Ftirin.'},showPinnedGroupHeader:{name:"Sabitlenmi\u015F grup ba\u015Fl\u0131\u011F\u0131n\u0131 g\xF6ster",desc:"Sabitlenmi\u015F notlar\u0131n \xFCzerinde sabitlenmi\u015F b\xF6l\xFCm ba\u015Fl\u0131\u011F\u0131n\u0131 g\xF6r\xFCnt\xFCle."},showPinnedIcon:{name:"Sabitlenmi\u015F simgesini g\xF6ster",desc:"Sabitlenmi\u015F b\xF6l\xFCm ba\u015Fl\u0131\u011F\u0131n\u0131n yan\u0131nda simgeyi g\xF6ster."},defaultListMode:{name:"Varsay\u0131lan liste modu",desc:"Varsay\u0131lan liste d\xFCzenini se\xE7in. Standart ba\u015Fl\u0131k, tarih, a\xE7\u0131klama ve \xF6nizleme metni g\xF6sterir. Kompakt yaln\u0131zca ba\u015Fl\u0131k g\xF6sterir. Klas\xF6r ba\u015F\u0131na g\xF6r\xFCn\xFCm\xFC ge\xE7ersiz k\u0131l.",options:{standard:"Standart",compact:"Kompakt"}},showFileIcons:{name:"Dosya simgelerini g\xF6ster",desc:"Dosya simgelerini sol hizal\u0131 bo\u015Flukla g\xF6ster. Devre d\u0131\u015F\u0131 b\u0131rakma hem simgeleri hem de girintiyi kald\u0131r\u0131r. \xD6ncelik: tamamlanmam\u0131\u015F g\xF6rev simgesi > \xF6zel simge > dosya ad\u0131 simgesi > dosya t\xFCr\xFC simgesi > varsay\u0131lan simge."},showFileIconUnfinishedTask:{name:"Tamamlanmam\u0131\u015F g\xF6rev simgesi",desc:"Bir notta tamamlanmam\u0131\u015F g\xF6revler oldu\u011Funda g\xF6rev simgesi g\xF6sterir."},showFileBackgroundUnfinishedTask:{name:"Tamamlanmam\u0131\u015F g\xF6rev arka plan\u0131",desc:"Bir notta tamamlanmam\u0131\u015F g\xF6revler oldu\u011Funda arka plan rengi uygular."},unfinishedTaskBackgroundColor:{name:"Arka plan rengi",desc:"Bir notta tamamlanmam\u0131\u015F g\xF6revler oldu\u011Funda kullan\u0131lacak arka plan rengini ayarlar."},showFilenameMatchIcons:{name:"Dosya ad\u0131na g\xF6re simgeler",desc:"Dosyalara adlar\u0131ndaki metne g\xF6re simge ata."},fileNameIconMap:{name:"Dosya ad\u0131 simge e\u015Flemesi",desc:"Metni i\xE7eren dosyalar belirtilen simgeyi al\u0131r. Sat\u0131r ba\u015F\u0131na bir e\u015Fleme: metin=simge",placeholder:`# metin=simge +toplant\u0131=LiCalendar +fatura=PhReceipt`,editTooltip:"E\u015Flemeleri d\xFCzenle"},showCategoryIcons:{name:"Dosya t\xFCr\xFCne g\xF6re simgeler",desc:"Dosyalara uzant\u0131lar\u0131na g\xF6re simge ata."},fileTypeIconMap:{name:"Dosya t\xFCr\xFC simge e\u015Flemesi",desc:"Uzant\u0131ya sahip dosyalar belirtilen simgeyi al\u0131r. Sat\u0131r ba\u015F\u0131na bir e\u015Fleme: uzant\u0131=simge",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"E\u015Flemeleri d\xFCzenle"},optimizeNoteHeight:{name:"De\u011Fi\u015Fken not y\xFCksekli\u011Fi",desc:"Sabitlenmi\u015F notlar ve \xF6nizleme metni olmayan notlar i\xE7in kompakt y\xFCkseklik kullan."},compactItemHeight:{name:"Kompakt \xF6\u011Fe y\xFCksekli\u011Fi",desc:"Masa\xFCst\xFC ve mobilde kompakt liste \xF6\u011Felerinin y\xFCksekli\u011Fini ayarlay\u0131n.",resetTooltip:"Varsay\u0131lana s\u0131f\u0131rla (28px)"},compactItemHeightScaleText:{name:"Metni kompakt \xF6\u011Fe y\xFCksekli\u011Fiyle \xF6l\xE7ekle",desc:"\xD6\u011Fe y\xFCksekli\u011Fi azalt\u0131ld\u0131\u011F\u0131nda kompakt liste metnini \xF6l\xE7ekle."},showParentFolder:{name:"\xDCst klas\xF6r\xFC g\xF6ster",desc:"Alt klas\xF6rlerdeki veya etiketlerdeki notlar i\xE7in \xFCst klas\xF6r ad\u0131n\u0131 g\xF6r\xFCnt\xFCle."},parentFolderClickRevealsFile:{name:"\xDCst klas\xF6re t\u0131klayarak klas\xF6r\xFC a\xE7",desc:"\xDCst klas\xF6r etiketine t\u0131klamak liste panelinde klas\xF6r\xFC a\xE7ar."},showParentFolderColor:{name:"\xDCst klas\xF6r rengini g\xF6ster",desc:"\xDCst klas\xF6r etiketlerinde klas\xF6r renklerini kullan."},showParentFolderIcon:{name:"\xDCst klas\xF6r simgesini g\xF6ster",desc:"\xDCst klas\xF6r etiketlerinin yan\u0131nda klas\xF6r simgelerini g\xF6ster."},showQuickActions:{name:"H\u0131zl\u0131 eylemleri g\xF6ster",desc:"Dosyalar\u0131n \xFCzerine gelirken eylem d\xFC\u011Fmelerini g\xF6ster. D\xFC\u011Fme kontrolleri hangi eylemlerin g\xF6r\xFCnece\u011Fini se\xE7er."},dualPane:{name:"\xC7ift b\xF6lme d\xFCzeni",desc:"Masa\xFCst\xFCnde gezinme b\xF6lmesini ve liste b\xF6lmesini yan yana g\xF6ster."},dualPaneOrientation:{name:"\xC7ift b\xF6lme y\xF6n\xFC",desc:"\xC7ift b\xF6lme etkinken yatay veya dikey d\xFCzen se\xE7in.",options:{horizontal:"Yatay b\xF6lme",vertical:"Dikey b\xF6lme"}},appearanceBackground:{name:"Arka plan rengi",desc:"Gezinme ve liste b\xF6lmeleri i\xE7in arka plan renklerini se\xE7in.",options:{separate:"Ayr\u0131 arka planlar",primary:"Liste arka plan\u0131n\u0131 kullan",secondary:"Gezinme arka plan\u0131n\u0131 kullan"}},appearanceScale:{name:"Yak\u0131nla\u015Ft\u0131rma seviyesi",desc:"Notebook Navigator'\u0131n genel yak\u0131nla\u015Ft\u0131rma seviyesini kontrol eder."},useFloatingToolbars:{name:"iOS/iPadOS'ta kayan ara\xE7 \xE7ubuklar\u0131n\u0131 kullan",desc:"Obsidian 1.11 ve sonras\u0131 i\xE7in ge\xE7erlidir."},startView:{name:"Varsay\u0131lan ba\u015Flang\u0131\xE7 g\xF6r\xFCn\xFCm\xFC",desc:"Notebook Navigator'\u0131 a\xE7arken hangi b\xF6lmenin g\xF6r\xFCnt\xFClenece\u011Fini se\xE7in. Gezinme b\xF6lmesi k\u0131sayollar\u0131, son dosyalar\u0131 ve klas\xF6r a\u011Fac\u0131n\u0131 g\xF6sterir. Liste b\xF6lmesi dosya listesini hemen g\xF6sterir.",options:{navigation:"Gezinme b\xF6lmesi",files:"Liste b\xF6lmesi"}},toolbarButtons:{name:"Ara\xE7 \xE7ubu\u011Fu d\xFC\u011Fmeleri",desc:"Ara\xE7 \xE7ubu\u011Funda hangi d\xFC\u011Fmelerin g\xF6r\xFCnece\u011Fini se\xE7in. Gizli d\xFC\u011Fmelere komutlar ve men\xFCler arac\u0131l\u0131\u011F\u0131yla eri\u015Filebilir.",navigationLabel:"Gezinme ara\xE7 \xE7ubu\u011Fu",listLabel:"Liste ara\xE7 \xE7ubu\u011Fu"},createNewNotesInNewTab:{name:"Yeni notlar\u0131 yeni sekmede a\xE7",desc:"Etkinle\u015Ftirildi\u011Finde, Yeni not olu\u015Ftur komutu notlar\u0131 yeni bir sekmede a\xE7ar. Devre d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131\u011F\u0131nda, notlar mevcut sekmenin yerini al\u0131r."},autoRevealActiveNote:{name:"Aktif notu otomatik g\xF6ster",desc:"H\u0131zl\u0131 Ge\xE7i\u015F, ba\u011Flant\u0131lar veya aramadan a\xE7\u0131ld\u0131\u011F\u0131nda notlar\u0131 otomatik olarak g\xF6ster."},autoRevealShortestPath:{name:"En k\u0131sa yolu kullan",desc:"Etkin: Otomatik g\xF6sterim en yak\u0131n g\xF6r\xFCn\xFCr \xFCst klas\xF6r\xFC veya etiketi se\xE7er. Devre d\u0131\u015F\u0131: Otomatik g\xF6sterim dosyan\u0131n ger\xE7ek klas\xF6r\xFCn\xFC ve tam etiketini se\xE7er."},autoRevealIgnoreRightSidebar:{name:"Sa\u011F kenar \xE7ubu\u011Fundaki olaylar\u0131 yoksay",desc:"Sa\u011F kenar \xE7ubu\u011Funda notlara t\u0131klarken veya de\u011Fi\u015Ftirirken aktif notu de\u011Fi\u015Ftirme."},autoRevealIgnoreOtherWindows:{name:"Di\u011Fer pencerelerden gelen olaylar\u0131 yoksay",desc:"Ba\u015Fka bir pencerede notlarla \xE7al\u0131\u015F\u0131rken aktif notu de\u011Fi\u015Ftirme."},paneTransitionDuration:{name:"Tek panel animasyonu",desc:"Tek panel modunda paneller aras\u0131nda ge\xE7i\u015F s\xFCresi (milisaniye).",resetTooltip:"Varsay\u0131lana s\u0131f\u0131rla"},autoSelectFirstFileOnFocusChange:{name:"\u0130lk notu otomatik se\xE7",desc:"Klas\xF6r veya etiket de\u011Fi\u015Ftirirken ilk notu otomatik olarak a\xE7."},skipAutoScroll:{name:"K\u0131sayollar i\xE7in otomatik kayd\u0131rmay\u0131 devre d\u0131\u015F\u0131 b\u0131rak",desc:"K\u0131sayollardaki \xF6\u011Felere t\u0131klarken gezinme b\xF6lmesini kayd\u0131rma."},autoExpandNavItems:{name:"Se\xE7imde geni\u015Flet",desc:"Se\xE7ildi\u011Finde klas\xF6rleri ve etiketleri geni\u015Flet. Tek b\xF6lme modunda ilk se\xE7im geni\u015Fletir, ikinci se\xE7im dosyalar\u0131 g\xF6sterir."},springLoadedFolders:{name:"S\xFCr\xFCklerken geni\u015Flet",desc:"S\xFCr\xFCkleme s\u0131ras\u0131nda \xFCzerine gelirken klas\xF6rleri ve etiketleri geni\u015Flet."},springLoadedFoldersInitialDelay:{name:"\u0130lk geni\u015Fletme gecikmesi",desc:"S\xFCr\xFCkleme s\u0131ras\u0131nda ilk klas\xF6r veya etiket geni\u015Flemeden \xF6nceki gecikme (saniye)."},springLoadedFoldersSubsequentDelay:{name:"Sonraki geni\u015Fletme gecikmesi",desc:"Ayn\u0131 s\xFCr\xFCkleme s\u0131ras\u0131nda ek klas\xF6rler veya etiketler geni\u015Flemeden \xF6nceki gecikme (saniye)."},navigationBanner:{name:"Gezinme afi\u015Fi (kasa profili)",desc:"Gezinme b\xF6lmesinin \xFCzerinde bir g\xF6rsel g\xF6r\xFCnt\xFCle. Se\xE7ili kasa profiliyle de\u011Fi\u015Fir.",current:"Mevcut afi\u015F: {path}",chooseButton:"G\xF6rsel se\xE7"},pinNavigationBanner:{name:"Afi\u015Fi sabitle",desc:"Gezinme afi\u015Fini gezinme a\u011Fac\u0131n\u0131n \xFCst\xFCne sabitle."},showShortcuts:{name:"K\u0131sayollar\u0131 g\xF6ster",desc:"Gezinme b\xF6lmesinde k\u0131sayollar b\xF6l\xFCm\xFCn\xFC g\xF6r\xFCnt\xFCle."},shortcutBadgeDisplay:{name:"K\u0131sayol rozeti",desc:"K\u0131sayollar\u0131n yan\u0131nda ne g\xF6r\xFCnt\xFClenece\u011Fi. K\u0131sayollar\u0131 do\u011Frudan a\xE7mak i\xE7in 'K\u0131sayol 1-9 a\xE7' komutlar\u0131n\u0131 kullan\u0131n.",options:{index:"Konum (1-9)",count:"\xD6\u011Fe say\u0131s\u0131",none:"Yok"}},showRecentNotes:{name:"Son dosyalar\u0131 g\xF6ster",desc:"Gezinme b\xF6lmesinde son dosyalar b\xF6l\xFCm\xFCn\xFC g\xF6r\xFCnt\xFCle."},hideRecentNotes:{name:"Dosya t\xFCrlerini gizle",desc:"Son dosyalar b\xF6l\xFCm\xFCnde gizlenecek dosya t\xFCrlerini se\xE7.",options:{none:"Hi\xE7biri",folderNotes:"Klas\xF6r notlar\u0131"}},recentNotesCount:{name:"Son dosya say\u0131s\u0131",desc:"G\xF6r\xFCnt\xFClenecek son dosya say\u0131s\u0131."},pinRecentNotesWithShortcuts:{name:"Son dosyalar\u0131 k\u0131sayollarla birlikte sabitle",desc:"K\u0131sayollar sabitlendi\u011Finde son dosyalar\u0131 dahil et."},calendarEnabled:{name:"Takvimi etkinle\u015Ftir",desc:"Notebook Navigator takvim \xF6zelliklerini etkinle\u015Ftir."},calendarPlacement:{name:"Takvim konumu",desc:"Sol veya sa\u011F kenar \xE7ubu\u011Funda g\xF6r\xFCnt\xFCle.",options:{leftSidebar:"Sol kenar \xE7ubu\u011Fu",rightSidebar:"Sa\u011F kenar \xE7ubu\u011Fu"}},calendarLeftPlacement:{name:"Tek panel yerle\u015Fimi",desc:"Takvimin tek panel modunda g\xF6sterildi\u011Fi yer.",options:{navigationPane:"Gezinme paneli",below:"Panellerin alt\u0131nda"}},calendarLocale:{name:"Dil",desc:"Hafta numaraland\u0131rmas\u0131n\u0131 ve haftan\u0131n ilk g\xFCn\xFCn\xFC kontrol eder.",incompatibleWeekPatternWarning:`Haftal\u0131k not deseni ISO hafta belirte\xE7leri ("W" veya "G") kullan\u0131yor. Takvim, bu dilin haftan\u0131n ilk g\xFCn\xFC yerine Pazartesi'den ba\u015Flayan haftalar\u0131 g\xF6sterecek.`,options:{systemDefault:"Varsay\u0131lan"}},calendarWeekendDays:{name:"Hafta sonu g\xFCnleri",desc:"Hafta sonu g\xFCnlerini farkl\u0131 bir arka plan rengiyle g\xF6ster.",options:{none:"Hi\xE7biri",satSun:"Cumartesi ve pazar",friSat:"Cuma ve cumartesi",thuFri:"Per\u015Fembe ve cuma"}},calendarMonthHeadingFormat:{name:"Ay ad\u0131 bi\xE7imi",desc:"Y\u0131l g\xF6r\xFCn\xFCm\xFC gizlendi\u011Finde normal veya k\u0131salt\u0131lm\u0131\u015F ay ad\u0131.",options:{full:"Ocak (tam)",short:"Oca (k\u0131sa)"}},showInfoButtons:{name:"Bilgi d\xFC\u011Fmelerini g\xF6ster",desc:"Arama \xE7ubu\u011Funda ve takvim ba\u015Fl\u0131\u011F\u0131nda bilgi d\xFC\u011Fmelerini g\xF6ster."},calendarWeeksToShow:{name:"Sol kenar \xE7ubu\u011Funda g\xF6sterilecek haftalar",desc:"Sa\u011F kenar \xE7ubu\u011Fundaki takvim her zaman tam ay\u0131 g\xF6sterir.",options:{fullMonth:"Tam ay",oneWeek:"1 hafta",weeksCount:"{count} hafta"}},calendarHighlightToday:{name:"Bug\xFCn\xFCn tarihini vurgula",desc:"Bug\xFCn\xFCn tarihini arka plan rengi ve kal\u0131n metinle vurgula."},calendarShowFeatureImage:{name:"\xD6ne \xE7\u0131kan g\xF6rseli g\xF6ster",desc:"Takvimdeki notlar\u0131n \xF6ne \xE7\u0131kan g\xF6rsellerini g\xF6ster."},calendarShowWeekNumber:{name:"Hafta numaras\u0131n\u0131 g\xF6ster",desc:"Hafta numaras\u0131yla bir s\xFCtun ekle."},calendarShowQuarter:{name:"\xC7eyre\u011Fi g\xF6ster",desc:"Takvim ba\u015Fl\u0131\u011F\u0131na \xE7eyrek etiketi ekle."},calendarShowYearCalendar:{name:"Y\u0131ll\u0131k takvimi g\xF6ster",desc:"Sa\u011F kenar \xE7ubu\u011Funda y\u0131l gezintisi ve ay \u0131zgaras\u0131 g\xF6ster."},calendarConfirmBeforeCreate:{name:"Olu\u015Fturmadan \xF6nce onayla",desc:"Yeni bir g\xFCnl\xFCk not olu\u015Ftururken onay ileti\u015Fim kutusu g\xF6ster."},calendarIntegrationMode:{name:"G\xFCnl\xFCk not kayna\u011F\u0131",desc:"Takvim notlar\u0131 i\xE7in kaynak.",options:{dailyNotes:"G\xFCnl\xFCk notlar (\xE7ekirdek eklenti)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Klas\xF6r ve tarih format\u0131 Daily Notes \xE7ekirdek eklentisinde yap\u0131land\u0131r\u0131l\u0131r."}},calendarCustomRootFolder:{name:"K\xF6k klas\xF6r",desc:"Periyodik notlar i\xE7in temel klas\xF6r. Tarih desenleri alt klas\xF6rleri i\xE7erebilir. Se\xE7ili kasa profiliyle de\u011Fi\u015Fir.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u015Eablon klas\xF6r\xFC konumu",desc:"\u015Eablon dosya se\xE7ici bu klas\xF6rdeki notlar\u0131 g\xF6sterir.",placeholder:"Templates"},calendarCustomFilePattern:{name:"G\xFCnl\xFCk notlar",desc:"Moment tarih bi\xE7imini kullanarak yolu bi\xE7imlendir. Alt klas\xF6r adlar\u0131n\u0131 k\xF6\u015Feli parantez i\xE7ine al\u0131n, \xF6rn. [Work]/YYYY. \u015Eablon ayarlamak i\xE7in \u015Fablon simgesine t\u0131klay\u0131n. \u015Eablon klas\xF6r\xFC konumunu Genel > \u015Eablonlar b\xF6l\xFCm\xFCnden ayarlay\u0131n.",momentDescPrefix:"",momentLinkText:"Moment tarih bi\xE7imi",momentDescSuffix:" kullanarak yolu bi\xE7imlendir. Alt klas\xF6r adlar\u0131n\u0131 k\xF6\u015Feli parantez i\xE7ine al\u0131n, \xF6rn. [Work]/YYYY. \u015Eablon ayarlamak i\xE7in \u015Fablon simgesine t\u0131klay\u0131n. \u015Eablon klas\xF6r\xFC konumunu Genel > \u015Eablonlar b\xF6l\xFCm\xFCnden ayarlay\u0131n.",placeholder:"YYYY/YYYYMMDD",example:"Ge\xE7erli s\xF6zdizimi: {path}",parsingError:"Desen, tam bir tarih (y\u0131l, ay, g\xFCn) olarak bi\xE7imlendirilmeli ve tekrar ayr\u0131\u015Ft\u0131r\u0131labilmelidir."},calendarCustomWeekPattern:{name:"Haftal\u0131k notlar",parsingError:"Desen, tam bir hafta (hafta y\u0131l\u0131, hafta numaras\u0131) olarak bi\xE7imlendirilmeli ve tekrar ayr\u0131\u015Ft\u0131r\u0131labilmelidir.",localeMismatchWarning:`Bu desen ISO hafta belirte\xE7leri ("W" veya "G") kullan\u0131yor. Takvim, Pazartesi'den ba\u015Flayan haftalar\u0131 g\xF6sterecek. Haftal\u0131k notlar\u0131n se\xE7ilen dili izlemesi gerekiyorsa "w" veya "g" kullan\u0131n.`},calendarCustomMonthPattern:{name:"Ayl\u0131k notlar",parsingError:"Desen, tam bir ay (y\u0131l, ay) olarak bi\xE7imlendirilmeli ve tekrar ayr\u0131\u015Ft\u0131r\u0131labilmelidir."},calendarCustomQuarterPattern:{name:"\xC7eyreklik notlar",parsingError:"Desen, tam bir \xE7eyrek (y\u0131l, \xE7eyrek) olarak bi\xE7imlendirilmeli ve tekrar ayr\u0131\u015Ft\u0131r\u0131labilmelidir."},calendarCustomYearPattern:{name:"Y\u0131ll\u0131k notlar",parsingError:"Desen, tam bir y\u0131l (y\u0131l) olarak bi\xE7imlendirilmeli ve tekrar ayr\u0131\u015Ft\u0131r\u0131labilmelidir."},calendarTemplateFile:{current:"\u015Eablon dosyas\u0131: {name}"},showTooltips:{name:"\u0130pu\xE7lar\u0131n\u0131 g\xF6ster",desc:"Notlar ve klas\xF6rler i\xE7in ek bilgi i\xE7eren fareyle \xFCzerine gelme ipu\xE7lar\u0131n\u0131 g\xF6r\xFCnt\xFCle."},showTooltipPath:{name:"Yolu g\xF6ster",desc:"\u0130pu\xE7lar\u0131nda not adlar\u0131n\u0131n alt\u0131nda klas\xF6r yolunu g\xF6r\xFCnt\xFCle."},resetPaneSeparator:{name:"B\xF6lme ay\u0131r\u0131c\u0131 konumunu s\u0131f\u0131rla",desc:"Gezinme b\xF6lmesi ve liste b\xF6lmesi aras\u0131ndaki s\xFCr\xFCklenebilir ay\u0131r\u0131c\u0131y\u0131 varsay\u0131lan konuma s\u0131f\u0131rla.",buttonText:"Ay\u0131r\u0131c\u0131y\u0131 s\u0131f\u0131rla",notice:"Ay\u0131r\u0131c\u0131 konumu s\u0131f\u0131rland\u0131. Uygulamak i\xE7in Obsidian'\u0131 yeniden ba\u015Flat\u0131n veya Notebook Navigator'\u0131 yeniden a\xE7\u0131n."},settingsTransfer:{name:"Ayarlar\u0131 i\xE7e ve d\u0131\u015Fa aktar",desc:"Notebook Navigator ayarlar\u0131n\u0131 JSON olarak d\u0131\u015Fa veya i\xE7e aktar. \u0130\xE7e aktarma t\xFCm ayarlar\u0131 de\u011Fi\u015Ftirir.",importButtonText:"\u0130\xE7e aktar",exportButtonText:"D\u0131\u015Fa aktar",import:{modalTitle:"Ayarlar\u0131 i\xE7e aktar",fileButtonName:"Dosyadan i\xE7e aktar",fileButtonDesc:"Diskten bir JSON dosyas\u0131 y\xFCkle.",fileButtonText:"Dosyadan i\xE7e aktar",editorName:"JSON",editorDesc:"A\u015Fa\u011F\u0131ya JSON yap\u0131\u015Ft\u0131r\u0131n veya d\xFCzenleyin. Dahil edilmeyen ayarlar varsay\u0131lan de\u011Ferlere s\u0131f\u0131rlan\u0131r.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u0130\xE7e aktar",successNotice:"Ayarlar i\xE7e aktar\u0131ld\u0131.",errorNotice:"Ayarlar i\xE7e aktar\u0131lamad\u0131: {message}",fileReadError:"Dosya okunamad\u0131: {message}"},export:{modalTitle:"Ayarlar\u0131 d\u0131\u015Fa aktar",editorName:"JSON",editorDesc:"Yaln\u0131zca varsay\u0131landan farkl\u0131 olan ayarlar dahil edilir.",placeholder:"{}",copyButtonText:"Panoya kopyala",downloadButtonText:"\u0130ndir",copyNotice:"Ayarlar panoya kopyaland\u0131.",downloadNotice:"Ayarlar d\u0131\u015Fa aktar\u0131ld\u0131.",downloadError:"Ayarlar indirilemedi: {message}"}},resetAllSettings:{name:"T\xFCm ayarlar\u0131 s\u0131f\u0131rla",desc:"Notebook Navigator'\u0131n t\xFCm ayarlar\u0131n\u0131 varsay\u0131lan de\u011Ferlere s\u0131f\u0131rla.",buttonText:"T\xFCm ayarlar\u0131 s\u0131f\u0131rla",confirmTitle:"T\xFCm ayarlar s\u0131f\u0131rlans\u0131n m\u0131?",confirmMessage:"Bu, Notebook Navigator'\u0131n t\xFCm ayarlar\u0131n\u0131 varsay\u0131lan de\u011Ferlere s\u0131f\u0131rlar. Geri al\u0131namaz.",confirmButtonText:"T\xFCm ayarlar\u0131 s\u0131f\u0131rla",notice:"T\xFCm ayarlar s\u0131f\u0131rland\u0131. Uygulamak i\xE7in Obsidian'\u0131 yeniden ba\u015Flat\u0131n veya Notebook Navigator'\u0131 yeniden a\xE7\u0131n.",error:"Ayarlar\u0131 s\u0131f\u0131rlama ba\u015Far\u0131s\u0131z."},multiSelectModifier:{name:"\xC7oklu se\xE7im de\u011Fi\u015Ftirici",desc:"Hangi de\u011Fi\u015Ftirici tu\u015Fun \xE7oklu se\xE7imi de\u011Fi\u015Ftirece\u011Fini se\xE7in. Option/Alt se\xE7ildi\u011Finde, Cmd/Ctrl t\u0131klamas\u0131 notlar\u0131 yeni sekmede a\xE7ar.",options:{cmdCtrl:"Cmd/Ctrl t\u0131kla",optionAlt:"Option/Alt t\u0131kla"}},enterToOpenFiles:{name:"Dosyalar\u0131 a\xE7mak i\xE7in Enter'a bas\u0131n",desc:"Dosyalar\u0131 yaln\u0131zca listede klavye ile gezinirken Enter'a basarak a\xE7\u0131n."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"Shift+Enter ile se\xE7ili dosyay\u0131 yeni sekmede, b\xF6lmede veya pencerede a\xE7."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"Cmd+Enter ile se\xE7ili dosyay\u0131 yeni sekmede, b\xF6lmede veya pencerede a\xE7."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"Ctrl+Enter ile se\xE7ili dosyay\u0131 yeni sekmede, b\xF6lmede veya pencerede a\xE7."},mouseBackForwardAction:{name:"Fare geri/ileri d\xFC\u011Fmeleri",desc:"Masa\xFCst\xFCnde fare geri ve ileri d\xFC\u011Fmelerinin i\u015Flevi.",options:{none:"Sistem varsay\u0131lan\u0131n\u0131 kullan",singlePaneSwitch:"Panel de\u011Fi\u015Ftir (tek panel)",history:"Ge\xE7mi\u015Fte gezin"}},fileVisibility:{name:"Dosya t\xFCrlerini g\xF6ster (kasa profili)",desc:"Gezginde hangi dosya t\xFCrlerinin g\xF6sterilece\u011Fini filtrele. Obsidian taraf\u0131ndan desteklenmeyen dosya t\xFCrleri harici uygulamalarda a\xE7\u0131labilir.",options:{documents:"Belgeler (.md, .canvas, .base)",supported:"Desteklenen (Obsidian'da a\xE7\u0131l\u0131r)",all:"T\xFCm\xFC (harici olarak a\xE7\u0131labilir)"}},homepage:{name:"Ana sayfa",desc:"Notebook Navigator'\u0131n ba\u015Flang\u0131\xE7ta otomatik olarak ne a\xE7aca\u011F\u0131n\u0131 se\xE7in.",current:"Mevcut: {path}",chooseButton:"Dosya se\xE7",options:{none:"Yok",file:"Dosya",dailyNote:"G\xFCnl\xFCk not",weeklyNote:"Haftal\u0131k not",monthlyNote:"Ayl\u0131k not",quarterlyNote:"\xC7eyreklik not"},file:{name:"Ba\u015Flang\u0131\xE7 dosyas\u0131",empty:"Dosya se\xE7ilmedi"}},excludedNotes:{name:"\xD6zellik kurallar\u0131yla notlar\u0131 gizle (kasa profili)",desc:"Virg\xFClle ayr\u0131lm\u0131\u015F frontmatter kurallar\u0131 listesi. `key` veya `key=value` girdileri kullan\u0131n (\xF6rn. status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"Dosyalar\u0131 gizle (kasa profili)",desc:"Gizlenecek dosya ad\u0131 kal\u0131plar\u0131n\u0131n virg\xFClle ayr\u0131lm\u0131\u015F listesi. * joker karakterlerini ve / yollar\u0131n\u0131 destekler (\xF6rn. temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"Kasa profili",desc:"Profiller dosya t\xFCr\xFC g\xF6r\xFCn\xFCrl\xFC\u011F\xFCn\xFC, gizli dosyalar\u0131, gizli klas\xF6rleri, gizli etiketleri, gizli notlar\u0131, k\u0131sayollar\u0131 ve gezinme afi\u015Fini saklar. Gezinme b\xF6lmesi ba\u015Fl\u0131\u011F\u0131ndan profilleri de\u011Fi\u015Ftir.",defaultName:"Varsay\u0131lan",addButton:"Profil ekle",editProfilesButton:"Profilleri d\xFCzenle",addProfileOption:"Profil ekle...",applyButton:"Uygula",deleteButton:"Profili sil",addModalTitle:"Profil ekle",editProfilesModalTitle:"Profilleri d\xFCzenle",addModalPlaceholder:"Profil ad\u0131",deleteModalTitle:"{name} silinsin mi",deleteModalMessage:"{name} kald\u0131r\u0131ls\u0131n m\u0131? Bu profilde kay\u0131tl\u0131 gizli dosya, klas\xF6r, etiket ve not filtreleri silinecek.",moveUp:"Yukar\u0131 ta\u015F\u0131",moveDown:"A\u015Fa\u011F\u0131 ta\u015F\u0131",errors:{emptyName:"Bir profil ad\u0131 girin",duplicateName:"Profil ad\u0131 zaten var"}},vaultTitle:{name:"Kasa ba\u015Fl\u0131\u011F\u0131 konumu",desc:"Kasa ba\u015Fl\u0131\u011F\u0131n\u0131n g\xF6sterilece\u011Fi yeri se\xE7in.",options:{header:"Ba\u015Fl\u0131kta g\xF6ster",navigation:"Gezinme panelinde g\xF6ster"}},excludedFolders:{name:"Klas\xF6rleri gizle (kasa profili)",desc:"Virg\xFClle ayr\u0131lm\u0131\u015F gizlenecek klas\xF6rler listesi. Ad desenleri: assets* (assets ile ba\u015Flayan klas\xF6rler), *_temp (_temp ile biten). Yol desenleri: /archive (yaln\u0131zca k\xF6k ar\u015Fiv), /res* (res ile ba\u015Flayan k\xF6k klas\xF6rler), /*/temp (bir seviye derinlikte temp klas\xF6rleri), /projects/* (projects i\xE7indeki t\xFCm klas\xF6rler).",placeholder:"\u015Fablonlar, assets*, /ar\u015Fiv, /res*"},showFileDate:{name:"Tarihi g\xF6ster",desc:"Not adlar\u0131n\u0131n alt\u0131nda tarihi g\xF6r\xFCnt\xFCle."},alphabeticalDateMode:{name:"Ada g\xF6re s\u0131ralarken",desc:"Notlar alfabetik olarak s\u0131raland\u0131\u011F\u0131nda g\xF6sterilecek tarih.",options:{created:"Olu\u015Fturma tarihi",modified:"De\u011Fi\u015Ftirme tarihi"}},showFileTags:{name:"Dosya etiketlerini g\xF6ster",desc:"Dosya \xF6\u011Felerinde t\u0131klanabilir etiketleri g\xF6r\xFCnt\xFCle."},showFileTagAncestors:{name:"Tam etiket yollar\u0131n\u0131 g\xF6ster",desc:"Tam etiket hiyerar\u015Fi yollar\u0131n\u0131 g\xF6r\xFCnt\xFCle. Etkinken: 'ai/openai', 'i\u015F/projeler/2024'. Devre d\u0131\u015F\u0131yken: 'openai', '2024'."},colorFileTags:{name:"Dosya etiketlerini renklendir",desc:"Dosya \xF6\u011Felerindeki etiket rozetlerine etiket renklerini uygula."},prioritizeColoredFileTags:{name:"Renkli etiketleri \xF6nce g\xF6ster",desc:"Dosya \xF6\u011Felerinde renkli etiketleri di\u011Fer etiketlerden \xF6nce s\u0131rala."},showFileTagsInCompactMode:{name:"Kompakt modda dosya etiketlerini g\xF6ster",desc:"Tarih, \xF6nizleme ve g\xF6rsel gizlendi\u011Finde etiketleri g\xF6r\xFCnt\xFCle."},showFileProperties:{name:"Dosya \xF6zelliklerini g\xF6ster",desc:"Dosya \xF6\u011Felerinde t\u0131klanabilir \xF6zellikleri g\xF6r\xFCnt\xFCle."},colorFileProperties:{name:"Dosya \xF6zelliklerini renklendir",desc:"Dosya \xF6\u011Felerindeki \xF6zellik rozetlerine \xF6zellik renklerini uygula."},prioritizeColoredFileProperties:{name:"Renkli \xF6zellikleri \xF6nce g\xF6ster",desc:"Dosya \xF6\u011Felerinde renkli \xF6zellikleri di\u011Fer \xF6zelliklerden \xF6nce s\u0131rala."},showFilePropertiesInCompactMode:{name:"Kompakt modda \xF6zellikleri g\xF6ster",desc:"Kompakt mod etkinken \xF6zellikleri g\xF6r\xFCnt\xFCle."},notePropertyType:{name:"Not \xF6zelli\u011Fi",desc:"Dosya \xF6\u011Felerinde g\xF6r\xFCnt\xFClenecek not \xF6zelli\u011Fini se\xE7in.",options:{frontmatter:"Frontmatter \xF6zelli\u011Fi",wordCount:"Kelime say\u0131s\u0131",none:"Hi\xE7biri"}},propertyFields:{name:"\xD6zellik anahtarlar\u0131 (kasa profili)",desc:"Gezinme ve dosya listesi i\xE7in anahtar baz\u0131nda g\xF6r\xFCn\xFCrl\xFCk ayarl\u0131 \xF6n bilgi \xF6zellik anahtarlar\u0131.",addButtonTooltip:"\xD6zellik anahtarlar\u0131n\u0131 yap\u0131land\u0131r",noneConfigured:"Yap\u0131land\u0131r\u0131lm\u0131\u015F \xF6zellik yok",singleConfigured:"1 \xF6zellik yap\u0131land\u0131r\u0131ld\u0131: {properties}",multipleConfigured:"{count} \xF6zellik yap\u0131land\u0131r\u0131ld\u0131: {properties}"},showPropertiesOnSeparateRows:{name:"\xD6zellikleri ayr\u0131 sat\u0131rlarda g\xF6ster",desc:"Her \xF6zelli\u011Fi kendi sat\u0131r\u0131nda g\xF6ster."},enablePropertyInternalLinks:{name:"\xD6zellik etiketlerini notlara ba\u011Fla",desc:"Ba\u011Flant\u0131l\u0131 notu a\xE7mak i\xE7in bir \xF6zellik etiketine t\u0131klay\u0131n."},enablePropertyExternalLinks:{name:"\xD6zellik etiketlerini URL'lere ba\u011Fla",desc:"Ba\u011Flant\u0131l\u0131 URL'yi a\xE7mak i\xE7in bir \xF6zellik etiketine t\u0131klay\u0131n."},dateFormat:{name:"Tarih format\u0131",desc:"Tarihleri g\xF6r\xFCnt\xFCleme format\u0131 (Moment format\u0131 kullan\u0131r).",placeholder:"D MMM YYYY",help:`Yayg\u0131n formatlar: +D MMM YYYY = 25 May 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Simgeler: +YYYY/YY = y\u0131l +MMMM/MMM/MM = ay +DD/D = g\xFCn +dddd/ddd = haftan\u0131n g\xFCn\xFC`,helpTooltip:"Moment format\u0131",momentLinkText:"Moment format\u0131"},timeFormat:{name:"Saat format\u0131",desc:"Saatleri g\xF6r\xFCnt\xFCleme format\u0131 (Moment format\u0131 kullan\u0131r).",placeholder:"HH:mm",help:`Yayg\u0131n formatlar: +h:mm a = 2:30 PM (12 saat) +HH:mm = 14:30 (24 saat) +h:mm:ss a = 2:30:45 PM +HH:mm:ss = 14:30:45 + +Simgeler: +HH/H = 24 saat +hh/h = 12 saat +mm = dakika +ss = saniye +a = \xD6\xD6/\xD6S`,helpTooltip:"Moment format\u0131",momentLinkText:"Moment format\u0131"},showFilePreview:{name:"Not \xF6nizlemesini g\xF6ster",desc:"Not adlar\u0131n\u0131n alt\u0131nda \xF6nizleme metni g\xF6r\xFCnt\xFCle."},skipHeadingsInPreview:{name:"\xD6nizlemede ba\u015Fl\u0131klar\u0131 atla",desc:"\xD6nizleme metni olu\u015Ftururken ba\u015Fl\u0131k sat\u0131rlar\u0131n\u0131 atla."},skipCodeBlocksInPreview:{name:"\xD6nizlemede kod bloklar\u0131n\u0131 atla",desc:"\xD6nizleme metni olu\u015Ftururken kod bloklar\u0131n\u0131 atla."},stripHtmlInPreview:{name:"\xD6nizlemelerde HTML kald\u0131r",desc:"\xD6nizleme metninden HTML etiketlerini kald\u0131r\u0131r. B\xFCy\xFCk notlarda performans\u0131 etkileyebilir."},stripLatexInPreview:{name:"\xD6nizlemelerde LaTeX kald\u0131r",desc:"\xD6nizleme metninden sat\u0131r i\xE7i ve blok LaTeX ifadelerini kald\u0131r\u0131r."},previewProperties:{name:"\xD6nizleme \xF6zellikleri",desc:"\xD6nizleme metni i\xE7in kontrol edilecek virg\xFClle ayr\u0131lm\u0131\u015F frontmatter \xF6zellikleri listesi. Metni olan ilk \xF6zellik kullan\u0131lacak.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Not i\xE7eri\u011Fine geri d\xF6n",desc:"Belirtilen \xF6zelliklerin hi\xE7biri metin i\xE7ermedi\u011Finde not i\xE7eri\u011Fini \xF6nizleme olarak g\xF6ster."},previewRows:{name:"\xD6nizleme sat\u0131rlar\u0131",desc:"\xD6nizleme metni i\xE7in g\xF6r\xFCnt\xFClenecek sat\u0131r say\u0131s\u0131.",options:{1:"1 sat\u0131r",2:"2 sat\u0131r",3:"3 sat\u0131r",4:"4 sat\u0131r",5:"5 sat\u0131r"}},fileNameRows:{name:"Ba\u015Fl\u0131k sat\u0131rlar\u0131",desc:"Not ba\u015Fl\u0131klar\u0131 i\xE7in g\xF6r\xFCnt\xFClenecek sat\u0131r say\u0131s\u0131.",options:{1:"1 sat\u0131r",2:"2 sat\u0131r"}},showFeatureImage:{name:"\xD6ne \xE7\u0131kan g\xF6rseli g\xF6ster",desc:"Notta bulunan ilk g\xF6rselin k\xFC\xE7\xFCk resmini g\xF6r\xFCnt\xFCler."},forceSquareFeatureImage:{name:"Kare \xF6ne \xE7\u0131kan g\xF6rsel zorla",desc:"\xD6ne \xE7\u0131kan g\xF6rselleri kare k\xFC\xE7\xFCk resim olarak olu\u015Ftur."},featureImageProperties:{name:"G\xF6rsel \xF6zellikleri",desc:"\xD6nce kontrol edilecek virg\xFClle ayr\u0131lm\u0131\u015F frontmatter \xF6zellikleri listesi. Bulunamazsa markdown i\xE7eri\u011Findeki ilk g\xF6rsel kullan\u0131l\u0131r.",placeholder:"k\xFC\xE7\xFCkresim, \xF6ne\xC7\u0131kanYeniden, \xF6ne\xC7\u0131kan"},featureImageExcludeProperties:{name:"\xD6zellikli notlar\u0131 hari\xE7 tut",desc:"Virg\xFClle ayr\u0131lm\u0131\u015F frontmatter \xF6zellikleri listesi. Bu \xF6zelliklerden herhangi birini i\xE7eren notlar \xF6ne \xE7\u0131kan g\xF6rsel saklamaz.",placeholder:"private, confidential"},featureImageSize:{name:"\xD6ne \xE7\u0131kan g\xF6rsel g\xF6r\xFCnt\xFCleme boyutu",desc:"Not listelerinde \xF6ne \xE7\u0131kan g\xF6rsellerin maksimum i\u015Fleme boyutu.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\xD6ne \xE7\u0131kan g\xF6rsel piksel boyutu",desc:"Depolanan \xF6ne \xE7\u0131kan g\xF6rsel k\xFC\xE7\xFCk resimleri olu\u015Fturulurken kullan\u0131lan \xE7\xF6z\xFCn\xFCrl\xFCk. B\xFCy\xFCk \xF6nizlemeler bulan\u0131k g\xF6r\xFCn\xFCyorsa bu de\u011Feri art\u0131r\u0131n.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"Harici g\xF6rselleri indir",desc:"\xD6ne \xE7\u0131kan g\xF6rseller i\xE7in uzak g\xF6rselleri ve YouTube k\xFC\xE7\xFCk resimlerini indir."},showRootFolder:{name:"K\xF6k klas\xF6r\xFC g\xF6ster",desc:"A\u011Fa\xE7ta kasa ad\u0131n\u0131 k\xF6k klas\xF6r olarak g\xF6r\xFCnt\xFCle."},showFolderIcons:{name:"Klas\xF6r simgelerini g\xF6ster",desc:"Gezinme b\xF6lmesinde klas\xF6rlerin yan\u0131nda simgeleri g\xF6r\xFCnt\xFCle."},inheritFolderColors:{name:"Klas\xF6r renklerini devral",desc:"Alt klas\xF6rler \xFCst klas\xF6rlerden renk devral\u0131r."},folderSortOrder:{name:"Klas\xF6r s\u0131ralama d\xFCzeni",desc:"Alt \xF6\u011Feleri i\xE7in farkl\u0131 bir s\u0131ralama d\xFCzeni ayarlamak \xFCzere herhangi bir klas\xF6re sa\u011F t\u0131klay\u0131n.",options:{alphaAsc:"A'dan Z'ye",alphaDesc:"Z'den A'ya"}},showNoteCount:{name:"Not say\u0131s\u0131n\u0131 g\xF6ster",desc:"Her klas\xF6r ve etiketin yan\u0131nda not say\u0131s\u0131n\u0131 g\xF6r\xFCnt\xFCle."},showSectionIcons:{name:"K\u0131sayollar ve son \xF6\u011Feler i\xE7in simgeleri g\xF6ster",desc:"K\u0131sayollar ve Son kullan\u0131lanlar b\xF6l\xFCmlerindeki \xF6\u011Felerin yan\u0131nda simgeleri g\xF6r\xFCnt\xFCle."},interfaceIcons:{name:"Aray\xFCz simgeleri",desc:"Ara\xE7 \xE7ubu\u011Fu, klas\xF6r, etiket, sabitlenmi\u015F, arama ve s\u0131ralama simgelerini d\xFCzenleyin.",buttonText:"Simgeleri d\xFCzenle"},showIconsColorOnly:{name:"Rengi yaln\u0131zca simgelere uygula",desc:"Etkinle\u015Ftirildi\u011Finde, \xF6zel renkler yaln\u0131zca simgelere uygulan\u0131r. Devre d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131\u011F\u0131nda, renkler hem simgelere hem de metin etiketlerine uygulan\u0131r."},navRainbowMode:{name:"G\xF6kku\u015Fa\u011F\u0131 renk modu (kasa profili)",desc:"Gezinme panelinde g\xF6kku\u015Fa\u011F\u0131 renkleri uygula.",options:{none:"Kapal\u0131",foreground:"Metin rengi",background:"Arka plan rengi"}},navRainbowFirstColor:{name:"\u0130lk renk",desc:"G\xF6kku\u015Fa\u011F\u0131 gradyan\u0131ndaki ilk renk."},navRainbowLastColor:{name:"Son renk",desc:"G\xF6kku\u015Fa\u011F\u0131 gradyan\u0131ndaki son renk."},navRainbowTransitionStyle:{name:"Ge\xE7i\u015F stili",desc:"\u0130lk ve son renkler aras\u0131nda kullan\u0131lan enterpolasyon.",options:{hue:"Ton",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"K\u0131sayollara uygula",desc:"G\xF6kku\u015Fa\u011F\u0131 renklerini k\u0131sayollara uygula."},navRainbowApplyToRecent:{name:"Son \xF6\u011Felere uygula",desc:"G\xF6kku\u015Fa\u011F\u0131 renklerini son \xF6\u011Felere uygula."},navRainbowApplyToFolders:{name:"Klas\xF6rlere uygula",desc:"G\xF6kku\u015Fa\u011F\u0131 renklerini klas\xF6rlere uygula."},navRainbowFolderScope:{name:"Klas\xF6r kapsam\u0131",desc:"Renk atamalar\u0131n\u0131 hangi klas\xF6r d\xFCzeylerinin ba\u015Flataca\u011F\u0131n\u0131 se\xE7in.",options:{root:"K\xF6k d\xFCzey",child:"Alt d\xFCzey",all:"Her d\xFCzey"}},navRainbowApplyToTags:{name:"Etiketlere uygula",desc:"G\xF6kku\u015Fa\u011F\u0131 renklerini etiketlere uygula."},navRainbowTagScope:{name:"Etiket kapsam\u0131",desc:"Renk atamalar\u0131n\u0131 hangi etiket d\xFCzeylerinin ba\u015Flataca\u011F\u0131n\u0131 se\xE7in.",options:{root:"K\xF6k d\xFCzey",child:"Alt d\xFCzey",all:"Her d\xFCzey"}},navRainbowApplyToProperties:{name:"\xD6zelliklere uygula",desc:"G\xF6kku\u015Fa\u011F\u0131 renklerini \xF6zelliklere uygula."},navRainbowBalanceHueLuminance:{name:"Tonlar aras\u0131nda tutarl\u0131 parlakl\u0131k",desc:"Ton ge\xE7i\u015Fleri s\u0131ras\u0131nda ba\u015Flang\u0131\xE7 ve biti\u015F renkleri aras\u0131ndaki parlakl\u0131\u011F\u0131 enterpolasyon yapar."},navRainbowSeparateThemeColors:{name:"A\xE7\u0131k ve koyu mod i\xE7in ayr\u0131 renkler",desc:"A\xE7\u0131k mod ve koyu mod i\xE7in farkl\u0131 g\xF6kku\u015Fa\u011F\u0131 renkleri kullan\u0131n."},navRainbowCopyLightToDark:"A\xE7\u0131k mod rengini koyu moda kopyala",navRainbowPropertyScope:{name:"\xD6zellik kapsam\u0131",desc:"Renk atamalar\u0131n\u0131 hangi \xF6zellik d\xFCzeylerinin ba\u015Flataca\u011F\u0131n\u0131 se\xE7in.",options:{root:"K\xF6k d\xFCzey",child:"Alt d\xFCzey",all:"Her d\xFCzey"}},collapseBehavior:{name:"\xD6\u011Feleri daralt",desc:"T\xFCm\xFCn\xFC geni\u015Flet/daralt d\xFC\u011Fmesinin neyi etkiledi\u011Fini se\xE7in.",options:{all:"T\xFCm\xFC",foldersOnly:"Yaln\u0131zca klas\xF6rler",tagsOnly:"Yaln\u0131zca etiketler",propertiesOnly:"Yaln\u0131zca \xF6zellikler"}},smartCollapse:{name:"Se\xE7ili \xF6\u011Feyi geni\u015Fletilmi\u015F tut",desc:"Daralt\u0131rken se\xE7ili \xF6\u011Feyi ve \xFCst \xF6\u011Felerini geni\u015Fletilmi\u015F tut."},navIndent:{name:"A\u011Fa\xE7 girintisi",desc:"\u0130\xE7 i\xE7e klas\xF6rler ve etiketler i\xE7in girinti geni\u015Fli\u011Fini ayarlay\u0131n."},navItemHeight:{name:"\xD6\u011Fe y\xFCksekli\u011Fi",desc:"Gezinme b\xF6lmesindeki klas\xF6r ve etiketlerin y\xFCksekli\u011Fini ayarlay\u0131n."},navItemHeightScaleText:{name:"Metni \xF6\u011Fe y\xFCksekli\u011Fiyle \xF6l\xE7ekle",desc:"\xD6\u011Fe y\xFCksekli\u011Fi azalt\u0131ld\u0131\u011F\u0131nda gezinme metni boyutunu k\xFC\xE7\xFClt."},showIndentGuides:{name:"Girinti k\u0131lavuzlar\u0131n\u0131 g\xF6ster",desc:"\u0130\xE7 i\xE7e klas\xF6rler ve etiketler i\xE7in girinti k\u0131lavuzlar\u0131n\u0131 g\xF6ster."},navRootSpacing:{name:"K\xF6k \xF6\u011Fe aral\u0131\u011F\u0131",desc:"K\xF6k seviyesi klas\xF6rler ve etiketler aras\u0131ndaki bo\u015Fluk."},showTags:{name:"Etiketleri g\xF6ster",desc:"Gezginde etiketler b\xF6l\xFCm\xFCn\xFC g\xF6r\xFCnt\xFCle."},showTagIcons:{name:"Etiket simgelerini g\xF6ster",desc:"Gezinme b\xF6lmesinde etiketlerin yan\u0131nda simgeleri g\xF6r\xFCnt\xFCle."},inheritTagColors:{name:"Etiket renklerini devral",desc:"Alt etiketler \xFCst etiketlerden renk devral\u0131r."},tagSortOrder:{name:"Etiket s\u0131ralama d\xFCzeni",desc:"Alt \xF6\u011Feleri i\xE7in farkl\u0131 bir s\u0131ralama d\xFCzeni ayarlamak \xFCzere herhangi bir etikete sa\u011F t\u0131klay\u0131n.",options:{alphaAsc:"A'dan Z'ye",alphaDesc:"Z'den A'ya",frequency:"S\u0131kl\u0131k",lowToHigh:"d\xFC\u015F\xFCkten y\xFCkse\u011Fe",highToLow:"y\xFCksekten d\xFC\u015F\xFC\u011Fe"}},showAllTagsFolder:{name:"Etiketler klas\xF6r\xFCn\xFC g\xF6ster",desc:'"Etiketler"i daralt\u0131labilir klas\xF6r olarak g\xF6r\xFCnt\xFCle.'},showUntagged:{name:"Etiketsiz notlar\u0131 g\xF6ster",desc:'Etiketi olmayan notlar i\xE7in "Etiketsiz" \xF6\u011Fesini g\xF6r\xFCnt\xFCle.'},scopeTagsToCurrentContext:{name:"Etiketleri se\xE7ime g\xF6re filtrele",desc:"Yaln\u0131zca se\xE7ili klas\xF6r veya \xF6zellikteki notlarda bulunan etiketleri g\xF6ster."},keepEmptyTagsProperty:{name:"Son etiket kald\u0131r\u0131ld\u0131ktan sonra tags \xF6zelli\u011Fini koru",desc:"T\xFCm etiketler kald\u0131r\u0131ld\u0131\u011F\u0131nda tags frontmatter \xF6zelli\u011Fini koru. Devre d\u0131\u015F\u0131 b\u0131rak\u0131ld\u0131\u011F\u0131nda, tags \xF6zelli\u011Fi frontmatter'dan silinir."},showProperties:{name:"\xD6zellikleri g\xF6ster",desc:"Gezginde \xF6zellikler b\xF6l\xFCm\xFCn\xFC g\xF6r\xFCnt\xFCle.",propertyKeysInfoPrefix:"\xD6zellikleri \u015Furada yap\u0131land\u0131r: ",propertyKeysInfoLinkText:"Genel > \xD6zellik anahtarlar\u0131",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"\xD6zellik simgelerini g\xF6ster",desc:"Gezinme panelinde \xF6zelliklerin yan\u0131nda simgeleri g\xF6r\xFCnt\xFCle."},inheritPropertyColors:{name:"\xD6zellik renklerini devral",desc:"\xD6zellik de\u011Ferleri, \xF6zellik anahtar\u0131ndan renk ve arka plan\u0131 devral\u0131r."},propertySortOrder:{name:"\xD6zellik s\u0131ralama d\xFCzeni",desc:"De\u011Ferler i\xE7in farkl\u0131 bir s\u0131ralama d\xFCzeni ayarlamak \xFCzere herhangi bir \xF6zelli\u011Fe sa\u011F t\u0131klay\u0131n.",options:{alphaAsc:"A'dan Z'ye",alphaDesc:"Z'den A'ya",frequency:"S\u0131kl\u0131k",lowToHigh:"d\xFC\u015F\xFCkten y\xFCkse\u011Fe",highToLow:"y\xFCksekten d\xFC\u015F\xFC\u011Fe"}},showAllPropertiesFolder:{name:"\xD6zellikler klas\xF6r\xFCn\xFC g\xF6ster",desc:'"\xD6zellikler"i daralt\u0131labilir klas\xF6r olarak g\xF6r\xFCnt\xFCle.'},scopePropertiesToCurrentContext:{name:"\xD6zellikleri se\xE7ime g\xF6re filtrele",desc:"Yaln\u0131zca se\xE7ili klas\xF6r veya etiketteki notlarda bulunan \xF6zellikleri g\xF6ster."},hiddenTags:{name:"Etiketleri gizle (kasa profili)",desc:"Virg\xFClle ayr\u0131lm\u0131\u015F etiket kal\u0131plar\u0131 listesi. Ad kal\u0131plar\u0131: etiket* (ile ba\u015Flayan), *etiket (ile biten). Yol kal\u0131plar\u0131: ar\u015Fiv (etiket ve alt \xF6\u011Feler), ar\u015Fiv/* (yaln\u0131zca alt \xF6\u011Feler), projeler/*/taslaklar (ortada joker).",placeholder:"ar\u015Fiv*, *taslak, projeler/*/eski"},hiddenFileTags:{name:"Etiketli notlar\u0131 gizle (kasa profili)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"Klas\xF6r notlar\u0131n\u0131 etkinle\u015Ftir",desc:"E\u015Fle\u015Fen bir not dosyas\u0131 olan klas\xF6rler t\u0131klanabilir ba\u011Flant\u0131lar olarak g\xF6r\xFCnt\xFClenir."},folderNoteType:{name:"Varsay\u0131lan klas\xF6r notu t\xFCr\xFC",desc:"Ba\u011Flam men\xFCs\xFCnden olu\u015Fturulan klas\xF6r notu t\xFCr\xFC.",options:{ask:"Olu\u015Ftururken sor",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"Klas\xF6r notu ad\u0131",desc:"Uzant\u0131s\u0131z klas\xF6r notu ad\u0131. Klas\xF6rle ayn\u0131 ad\u0131 kullanmak i\xE7in bo\u015F b\u0131rak\u0131n.",placeholder:"index"},folderNoteNamePattern:{name:"Klas\xF6r notu ad deseni",desc:"Uzant\u0131s\u0131z klas\xF6r notu ad deseni. Klas\xF6r ad\u0131n\u0131 eklemek i\xE7in {{folder}} kullan\u0131n. Ayarland\u0131\u011F\u0131nda, klas\xF6r notu ad\u0131 ge\xE7erli olmaz."},folderNoteTemplate:{name:"Klas\xF6r notu \u015Fablonu",desc:"Yeni Markdown klas\xF6r notlar\u0131 i\xE7in \u015Fablon dosyas\u0131. \u015Eablon klas\xF6r\xFC konumunu Genel > \u015Eablonlar b\xF6l\xFCm\xFCnden ayarlay\u0131n."},enableFolderNoteLinks:{name:"Klas\xF6r notu ba\u011Flant\u0131lar\u0131n\u0131 etkinle\u015Ftir",desc:"Klas\xF6r etiketleri ba\u011Flant\u0131 olarak g\xF6sterilir ve t\u0131kland\u0131\u011F\u0131nda klas\xF6r notlar\u0131n\u0131 a\xE7ar. Kapal\u0131 oldu\u011Funda, klas\xF6r notlar\u0131 yine de ad, simge ve renk meta verilerini sa\u011Flar."},hideFolderNoteInList:{name:"Listede klas\xF6r notunu gizle",desc:"Klas\xF6r notlar\u0131n\u0131 dosya listesinden gizle."},pinCreatedFolderNote:{name:"Olu\u015Fturulan klas\xF6r notlar\u0131n\u0131 sabitle",desc:"Ba\u011Flam men\xFCs\xFCnden olu\u015Fturuldu\u011Funda klas\xF6r notlar\u0131n\u0131 sabitle."},openFolderNotesInNewTab:{name:"Klas\xF6r notlar\u0131n\u0131 yeni sekmede a\xE7",desc:"Bir klas\xF6re t\u0131kland\u0131\u011F\u0131nda klas\xF6r notlar\u0131n\u0131 yeni sekmede a\xE7."},confirmBeforeDelete:{name:"Silmeden \xF6nce onayla",desc:"Not veya klas\xF6r silerken onay ileti\u015Fim kutusunu g\xF6ster"},deleteAttachments:{name:"Dosyalar\u0131 silerken ekleri sil",desc:"Silinen dosyaya ba\u011Fl\u0131 ekleri ba\u015Fka bir yerde kullan\u0131lm\u0131yorsa otomatik olarak kald\u0131r",options:{ask:"Her seferinde sor",always:"Her zaman",never:"Asla"}},moveFileConflicts:{name:"Ta\u015F\u0131ma \xE7ak\u0131\u015Fmalar\u0131",desc:"Ayn\u0131 ada sahip bir dosyan\u0131n zaten bulundu\u011Fu klas\xF6re dosya ta\u015F\u0131n\u0131rken. Her seferinde sor (yeniden adland\u0131r, \xFCzerine yaz, iptal) veya her zaman yeniden adland\u0131r.",options:{ask:"Her seferinde sor",rename:"Her zaman yeniden adland\u0131r"}},metadataCleanup:{name:"Meta verileri temizle",desc:"Dosyalar, klas\xF6rler veya etiketler Obsidian d\u0131\u015F\u0131nda silindi\u011Finde, ta\u015F\u0131nd\u0131\u011F\u0131nda veya yeniden adland\u0131r\u0131ld\u0131\u011F\u0131nda geride kalan yetim meta verileri kald\u0131r\u0131r. Bu yaln\u0131zca Notebook Navigator ayarlar dosyas\u0131n\u0131 etkiler.",buttonText:"Meta verileri temizle",error:"Ayarlar temizli\u011Fi ba\u015Far\u0131s\u0131z",loading:"Meta veriler kontrol ediliyor...",statusClean:"Temizlenecek meta veri yok",statusCounts:"Yetim \xF6\u011Feler: {folders} klas\xF6r, {tags} etiket, {properties} \xF6zellik, {files} dosya, {pinned} sabitleme, {separators} ay\u0131r\u0131c\u0131"},rebuildCache:{name:"\xD6nbelle\u011Fi yeniden olu\u015Ftur",desc:"Eksik etiketler, yanl\u0131\u015F \xF6nizlemeler veya eksik \xF6ne \xE7\u0131kan g\xF6rseller ya\u015F\u0131yorsan\u0131z bunu kullan\u0131n. Bu, senkronizasyon \xE7ak\u0131\u015Fmalar\u0131ndan veya beklenmeyen kapanmalardan sonra olabilir.",buttonText:"\xD6nbelle\u011Fi yeniden olu\u015Ftur",error:"\xD6nbellek yeniden olu\u015Fturulamad\u0131",indexingTitle:"Kasa dizinleniyor...",progress:"Notebook Navigator \xF6nbelle\u011Fi g\xFCncelleniyor."},externalIcons:{downloadButton:"\u0130ndir",downloadingLabel:"\u0130ndiriliyor...",removeButton:"Kald\u0131r",statusInstalled:"\u0130ndirildi (s\xFCr\xFCm {version})",statusNotInstalled:"\u0130ndirilmedi",versionUnknown:"bilinmiyor",downloadFailed:"{name} indirilemedi. Ba\u011Flant\u0131n\u0131z\u0131 kontrol edin ve tekrar deneyin.",removeFailed:"{name} kald\u0131r\u0131lamad\u0131.",infoNote:"\u0130ndirilen simge paketleri kurulum durumunu cihazlar aras\u0131nda senkronize eder. Simge paketleri her cihazda yerel veritaban\u0131nda kal\u0131r; senkronizasyon yaln\u0131zca indirme veya kald\u0131rma durumunu izler. Simge paketleri Notebook Navigator deposundan indirilir (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"Frontmatter meta verilerini kullan",desc:"Not ad\u0131, zaman damgalar\u0131, simgeler ve renkler i\xE7in frontmatter kullan"},frontmatterIconField:{name:"Simge alan\u0131",desc:"Dosya simgeleri i\xE7in frontmatter alan\u0131. Ayarlarda saklanan simgeleri kullanmak i\xE7in bo\u015F b\u0131rak\u0131n.",placeholder:"icon"},frontmatterColorField:{name:"Renk alan\u0131",desc:"Dosya renkleri i\xE7in frontmatter alan\u0131. Ayarlarda saklanan renkleri kullanmak i\xE7in bo\u015F b\u0131rak\u0131n.",placeholder:"color"},frontmatterBackgroundField:{name:"Arka plan alan\u0131",desc:"Arka plan renkleri i\xE7in frontmatter alan\u0131. Ayarlarda saklanan arka plan renklerini kullanmak i\xE7in bo\u015F b\u0131rak\u0131n.",placeholder:"background"},frontmatterMigration:{name:"Simgeleri ve renkleri ayarlardan ta\u015F\u0131",desc:"Ayarlarda saklanan: {icons} simge, {colors} renk.",button:"Ta\u015F\u0131",buttonWorking:"Ta\u015F\u0131n\u0131yor...",noticeNone:"Ayarlarda dosya simgesi veya rengi saklanmam\u0131\u015F.",noticeDone:"{migratedIcons}/{icons} simge, {migratedColors}/{colors} renk ta\u015F\u0131nd\u0131.",noticeFailures:"Ba\u015Far\u0131s\u0131z giri\u015Fler: {failures}.",noticeError:"Ta\u015F\u0131ma ba\u015Far\u0131s\u0131z. Ayr\u0131nt\u0131lar i\xE7in konsolu kontrol edin."},frontmatterNameField:{name:"Ad alanlar\u0131",desc:"Virg\xFClle ayr\u0131lm\u0131\u015F frontmatter alanlar\u0131 listesi. \u0130lk bo\u015F olmayan de\u011Fer kullan\u0131l\u0131r. Dosya ad\u0131na geri d\xF6ner.",placeholder:"title, name"},frontmatterCreatedField:{name:"Olu\u015Fturma zaman damgas\u0131 alan\u0131",desc:"Olu\u015Fturma zaman damgas\u0131 i\xE7in frontmatter alan ad\u0131. Yaln\u0131zca dosya sistemi tarihini kullanmak i\xE7in bo\u015F b\u0131rak\u0131n.",placeholder:"created"},frontmatterModifiedField:{name:"De\u011Fi\u015Ftirme zaman damgas\u0131 alan\u0131",desc:"De\u011Fi\u015Ftirme zaman damgas\u0131 i\xE7in frontmatter alan ad\u0131. Yaln\u0131zca dosya sistemi tarihini kullanmak i\xE7in bo\u015F b\u0131rak\u0131n.",placeholder:"modified"},frontmatterDateFormat:{name:"Zaman damgas\u0131 format\u0131",desc:"Frontmatter'daki zaman damgalar\u0131n\u0131 ayr\u0131\u015Ft\u0131rmak i\xE7in kullan\u0131lan format. ISO 8601 ayr\u0131\u015Ft\u0131rmas\u0131n\u0131 kullanmak i\xE7in bo\u015F b\u0131rak\u0131n.",helpTooltip:"Moment format\u0131",momentLinkText:"Moment format\u0131",help:`Yayg\u0131n formatlar: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"Geli\u015Ftirmeyi destekleyin",desc:"Notebook Navigator kullanmay\u0131 seviyorsan\u0131z, l\xFCtfen s\xFCrekli geli\u015Fimini desteklemeyi d\xFC\u015F\xFCn\xFCn.",buttonText:"\u2764\uFE0F Sponsor ol",coffeeButton:"\u2615\uFE0F Bana bir kahve \u0131smarla"},updateCheckOnStart:{name:"Ba\u015Flang\u0131\xE7ta yeni s\xFCr\xFCm kontrol\xFC",desc:"Ba\u015Flang\u0131\xE7ta yeni eklenti s\xFCr\xFCmlerini kontrol eder ve g\xFCncelleme mevcut oldu\u011Funda bildirim g\xF6sterir. Kontroller g\xFCnde en fazla bir kez yap\u0131l\u0131r.",status:"Yeni s\xFCr\xFCm mevcut: {version}"},whatsNew:{name:"Notebook Navigator {version} yenilikleri",desc:"Son g\xFCncellemeleri ve iyile\u015Ftirmeleri g\xF6r\xFCn",buttonText:"Son g\xFCncellemeleri g\xF6r\xFCnt\xFCle"},masteringVideo:{name:"Notebook Navigator'da Uzmanla\u015Fma (video)",desc:"Bu video, Notebook Navigator'da verimli olmak i\xE7in ihtiyac\u0131n\u0131z olan her \u015Feyi kapsar; k\u0131sayol tu\u015Flar\u0131, arama, etiketler ve geli\u015Fmi\u015F \xF6zelle\u015Ftirme dahil."},cacheStatistics:{localCache:"Yerel \xF6nbellek",items:"\xF6\u011Fe",withTags:"etiketli",withPreviewText:"\xF6nizleme metinli",withFeatureImage:"\xF6ne \xE7\u0131kan g\xF6rselli",withMetadata:"meta verili"},metadataInfo:{successfullyParsed:"Ba\u015Far\u0131yla ayr\u0131\u015Ft\u0131r\u0131ld\u0131",itemsWithName:"adl\u0131 \xF6\u011Fe",withCreatedDate:"olu\u015Fturma tarihli",withModifiedDate:"de\u011Fi\u015Ftirme tarihli",withIcon:"simgeli",withColor:"renkli",failedToParse:"Ayr\u0131\u015Ft\u0131r\u0131lamad\u0131",createdDates:"olu\u015Fturma tarihi",modifiedDates:"de\u011Fi\u015Ftirme tarihi",checkTimestampFormat:"Zaman damgas\u0131 format\u0131n\u0131z\u0131 kontrol edin.",exportFailed:"Hatalar\u0131 d\u0131\u015Fa aktar"}}},whatsNew:{title:"Notebook Navigator Yenilikleri",supportMessage:"Notebook Navigator'\u0131 yararl\u0131 buluyorsan\u0131z, l\xFCtfen geli\u015Fimini desteklemeyi d\xFC\u015F\xFCn\xFCn.",supportButton:"Bana bir kahve \u0131smarla",thanksButton:"Te\u015Fekk\xFCrler!"}}});var $O,XO=He(()=>{$O={common:{cancel:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438",delete:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438",remove:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438",restoreDefault:"\u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",submit:"\u041D\u0430\u0434\u0456\u0441\u043B\u0430\u0442\u0438",configure:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438",lightMode:"\u0421\u0432\u0456\u0442\u043B\u0438\u0439 \u0440\u0435\u0436\u0438\u043C",darkMode:"\u0422\u0435\u043C\u043D\u0438\u0439 \u0440\u0435\u0436\u0438\u043C",noSelection:"\u041D\u0456\u0447\u043E\u0433\u043E \u043D\u0435 \u0432\u0438\u0431\u0440\u0430\u043D\u043E",untagged:"\u0411\u0435\u0437 \u0442\u0435\u0433\u0456\u0432",featureImageAlt:"\u0413\u043E\u043B\u043E\u0432\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",unknownError:"\u041D\u0435\u0432\u0456\u0434\u043E\u043C\u0430 \u043F\u043E\u043C\u0438\u043B\u043A\u0430",clipboardWriteError:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u043F\u0438\u0441\u0430\u0442\u0438 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0456\u043D\u0443",updateBannerTitle:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F Notebook Navigator",updateBannerInstruction:"\u041E\u043D\u043E\u0432\u0456\u0442\u044C \u0443 \u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F -> \u041F\u043B\u0430\u0433\u0456\u043D\u0438 \u0441\u043F\u0456\u043B\u044C\u043D\u043E\u0442\u0438",previous:"\u041D\u0430\u0437\u0430\u0434",next:"\u0412\u043F\u0435\u0440\u0435\u0434"},listPane:{emptyStateNoSelection:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043F\u0430\u043F\u043A\u0443 \u0430\u0431\u043E \u0442\u0435\u0433 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443 \u043D\u043E\u0442\u0430\u0442\u043E\u043A",emptyStateNoNotes:"\u041D\u0435\u043C\u0430\u0454 \u043D\u043E\u0442\u0430\u0442\u043E\u043A",pinnedSection:"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0456",notesSection:"\u041D\u043E\u0442\u0430\u0442\u043A\u0438",filesSection:"\u0424\u0430\u0439\u043B\u0438",hiddenItemAriaLabel:"{name} (\u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u043E)"},tagList:{untaggedLabel:"\u0411\u0435\u0437 \u0442\u0435\u0433\u0456\u0432",tags:"\u0422\u0435\u0433\u0438"},navigationPane:{shortcutsHeader:"\u042F\u0440\u043B\u0438\u043A\u0438",recentFilesHeader:"\u041E\u0441\u0442\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0438",properties:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",reorderRootFoldersTitle:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",reorderRootFoldersHint:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u0441\u0442\u0440\u0456\u043B\u043A\u0438 \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u044F",vaultRootLabel:"\u0421\u0445\u043E\u0432\u0438\u0449\u0435",resetRootToAlpha:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0434\u043E \u0430\u043B\u0444\u0430\u0432\u0456\u0442\u043D\u043E\u0433\u043E \u043F\u043E\u0440\u044F\u0434\u043A\u0443",resetRootToFrequency:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0434\u043E \u043F\u043E\u0440\u044F\u0434\u043A\u0443 \u0437\u0430 \u0447\u0430\u0441\u0442\u043E\u0442\u043E\u044E",pinShortcuts:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A\u0438",pinShortcutsAndRecentFiles:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A\u0438 \u0442\u0430 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0438",unpinShortcuts:"\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A\u0438",unpinShortcutsAndRecentFiles:"\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A\u0438 \u0442\u0430 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0438",profileMenuAria:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430"},navigationCalendar:{ariaLabel:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",dailyNotesNotEnabled:"\u041F\u043B\u0430\u0433\u0456\u043D \u0449\u043E\u0434\u0435\u043D\u043D\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u043D\u0435 \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E.",createDailyNote:{title:"\u041D\u043E\u0432\u0430 \u0449\u043E\u0434\u0435\u043D\u043D\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430",message:"\u0424\u0430\u0439\u043B {filename} \u043D\u0435 \u0456\u0441\u043D\u0443\u0454. \u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0439\u043E\u0433\u043E?",confirmButton:"\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438"},helpModal:{title:"\u0413\u0430\u0440\u044F\u0447\u0456 \u043A\u043B\u0430\u0432\u0456\u0448\u0456 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F",items:["\u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043D\u0430 \u0431\u0443\u0434\u044C-\u044F\u043A\u0438\u0439 \u0434\u0435\u043D\u044C, \u0449\u043E\u0431 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0430\u0431\u043E \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0449\u043E\u0434\u0435\u043D\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443. \u0422\u0438\u0436\u043D\u0456, \u043C\u0456\u0441\u044F\u0446\u0456, \u043A\u0432\u0430\u0440\u0442\u0430\u043B\u0438 \u0442\u0430 \u0440\u043E\u043A\u0438 \u043F\u0440\u0430\u0446\u044E\u044E\u0442\u044C \u0442\u0430\u043A \u0441\u0430\u043C\u043E.","\u0417\u0430\u0444\u0430\u0440\u0431\u043E\u0432\u0430\u043D\u0430 \u043A\u0440\u0430\u043F\u043A\u0430 \u043F\u0456\u0434 \u0434\u043D\u0435\u043C \u043E\u0437\u043D\u0430\u0447\u0430\u0454 \u043D\u0430\u044F\u0432\u043D\u0456\u0441\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043A\u0438. \u041F\u043E\u0440\u043E\u0436\u043D\u044F \u043A\u0440\u0430\u043F\u043A\u0430 \u043E\u0437\u043D\u0430\u0447\u0430\u0454 \u043D\u0430\u044F\u0432\u043D\u0456\u0441\u0442\u044C \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0445 \u0437\u0430\u0432\u0434\u0430\u043D\u044C.","\u042F\u043A\u0449\u043E \u043D\u043E\u0442\u0430\u0442\u043A\u0430 \u043C\u0430\u0454 \u0433\u043E\u043B\u043E\u0432\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F, \u0432\u043E\u043D\u043E \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044C\u0441\u044F \u044F\u043A \u0444\u043E\u043D \u0434\u043D\u044F."],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u043A\u043B\u0456\u043A \u043D\u0430 \u0434\u0430\u0442\u0456 \u0434\u043B\u044F \u0444\u0456\u043B\u044C\u0442\u0440\u0430\u0446\u0456\u0457 \u0437\u0430 \u0446\u0456\u0454\u044E \u0434\u0430\u0442\u043E\u044E \u0443 \u0441\u043F\u0438\u0441\u043A\u0443 \u0444\u0430\u0439\u043B\u0456\u0432.",dateFilterOptionAlt:"`Option/Alt`+\u043A\u043B\u0456\u043A \u043D\u0430 \u0434\u0430\u0442\u0456 \u0434\u043B\u044F \u0444\u0456\u043B\u044C\u0442\u0440\u0430\u0446\u0456\u0457 \u0437\u0430 \u0446\u0456\u0454\u044E \u0434\u0430\u0442\u043E\u044E \u0443 \u0441\u043F\u0438\u0441\u043A\u0443 \u0444\u0430\u0439\u043B\u0456\u0432."}},dailyNotes:{templateReadFailed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D \u0449\u043E\u0434\u0435\u043D\u043D\u043E\u0457 \u043D\u043E\u0442\u0430\u0442\u043A\u0438.",createFailed:"\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0449\u043E\u0434\u0435\u043D\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443."},shortcuts:{folderExists:"\u041F\u0430\u043F\u043A\u0430 \u0432\u0436\u0435 \u0432 \u044F\u0440\u043B\u0438\u043A\u0430\u0445",noteExists:"\u041D\u043E\u0442\u0430\u0442\u043A\u0430 \u0432\u0436\u0435 \u0432 \u044F\u0440\u043B\u0438\u043A\u0430\u0445",tagExists:"\u0422\u0435\u0433 \u0432\u0436\u0435 \u0432 \u044F\u0440\u043B\u0438\u043A\u0430\u0445",propertyExists:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u0432\u0436\u0435 \u0454 \u0432 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430\u0445",invalidProperty:"\u041D\u0435\u0434\u0456\u0439\u0441\u043D\u0435 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",searchExists:"\u042F\u0440\u043B\u0438\u043A \u043F\u043E\u0448\u0443\u043A\u0443 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454",emptySearchQuery:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043F\u043E\u0448\u0443\u043A\u043E\u0432\u0438\u0439 \u0437\u0430\u043F\u0438\u0442 \u043F\u0435\u0440\u0435\u0434 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F\u043C",emptySearchName:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u0430\u0437\u0432\u0443 \u043F\u0435\u0440\u0435\u0434 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F\u043C \u043F\u043E\u0448\u0443\u043A\u0443",add:"\u0414\u043E\u0434\u0430\u0442\u0438 \u0434\u043E \u044F\u0440\u043B\u0438\u043A\u0456\u0432",addNotesCount:"\u0414\u043E\u0434\u0430\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0434\u043E \u044F\u0440\u043B\u0438\u043A\u0456\u0432",addFilesCount:"\u0414\u043E\u0434\u0430\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0434\u043E \u044F\u0440\u043B\u0438\u043A\u0456\u0432",rename:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u044F\u0440\u043B\u0438\u043A",remove:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0437 \u044F\u0440\u043B\u0438\u043A\u0456\u0432",removeAll:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u0441\u0456 \u044F\u0440\u043B\u0438\u043A\u0438",removeAllConfirm:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u0441\u0456 \u044F\u0440\u043B\u0438\u043A\u0438?",folderNotesPinned:"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u043E {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u043F\u0430\u043F\u043E\u043A"},paneHeader:{collapseAllFolders:"\u0417\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438",expandAllFolders:"\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438",showCalendar:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",hideCalendar:"\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",newFolder:"\u041D\u043E\u0432\u0430 \u043F\u0430\u043F\u043A\u0430",newNote:"\u041D\u043E\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430",mobileBackToNavigation:"\u041D\u0430\u0437\u0430\u0434 \u0434\u043E \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",changeSortOrder:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F",defaultSort:"\u0417\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",descendants:"\u043D\u0430\u0449\u0430\u0434\u043A\u0456\u0432",subfolders:"\u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A",subtags:"\u043F\u0456\u0434\u0442\u0435\u0433\u0456\u0432",childValues:"\u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0445 \u0437\u043D\u0430\u0447\u0435\u043D\u044C",applySortToDescendants:t=>`\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0434\u043B\u044F ${t}`,applyAppearanceToDescendants:t=>`\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043E\u0444\u043E\u0440\u043C\u043B\u0435\u043D\u043D\u044F \u0434\u043B\u044F ${t}`,showFolders:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044E",reorderRootFolders:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",finishRootFolderReorder:"\u0413\u043E\u0442\u043E\u0432\u043E",showExcludedItems:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u043F\u0430\u043F\u043A\u0438, \u0442\u0435\u0433\u0438 \u0442\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",hideExcludedItems:"\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u043F\u0430\u043F\u043A\u0438, \u0442\u0435\u0433\u0438 \u0442\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",showDualPane:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C",showSinglePane:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043E\u0434\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C",changeAppearance:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0432\u0438\u0433\u043B\u044F\u0434",showNotesFromSubfolders:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A",showFilesFromSubfolders:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 \u0437 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A",showNotesFromDescendants:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043D\u0430\u0449\u0430\u0434\u043A\u0456\u0432",showFilesFromDescendants:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 \u0437 \u043D\u0430\u0449\u0430\u0434\u043A\u0456\u0432",search:"\u041F\u043E\u0448\u0443\u043A"},searchInput:{placeholder:"\u041F\u043E\u0448\u0443\u043A...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043F\u043E\u0448\u0443\u043A",switchToFilterSearch:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043D\u0430 \u043F\u043E\u0448\u0443\u043A \u0437 \u0444\u0456\u043B\u044C\u0442\u0440\u043E\u043C",switchToOmnisearch:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043D\u0430 Omnisearch",saveSearchShortcut:"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u0440\u043B\u0438\u043A \u043F\u043E\u0448\u0443\u043A\u0443",removeSearchShortcut:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A \u043F\u043E\u0448\u0443\u043A\u0443",shortcutModalTitle:"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044F\u0440\u043B\u0438\u043A \u043F\u043E\u0448\u0443\u043A\u0443",shortcutNamePlaceholder:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u0430\u0437\u0432\u0443 \u044F\u0440\u043B\u0438\u043A\u0430",shortcutStartIn:"\u0417\u0430\u0432\u0436\u0434\u0438 \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438 \u0432: {path}",searchHelp:"\u0421\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441 \u043F\u043E\u0448\u0443\u043A\u0443",searchHelpTitle:"\u0421\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441 \u043F\u043E\u0448\u0443\u043A\u0443",searchHelpModal:{intro:"\u041A\u043E\u043C\u0431\u0456\u043D\u0443\u0439\u0442\u0435 \u0456\u043C\u0435\u043D\u0430 \u0444\u0430\u0439\u043B\u0456\u0432, \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456, \u0442\u0435\u0433\u0438, \u0434\u0430\u0442\u0438 \u0442\u0430 \u0444\u0456\u043B\u044C\u0442\u0440\u0438 \u0432 \u043E\u0434\u043D\u043E\u043C\u0443 \u0437\u0430\u043F\u0438\u0442\u0456 (\u043D\u0430\u043F\u0440. `meeting .status=active #work @thisweek`). \u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0456\u0442\u044C \u043F\u043B\u0430\u0433\u0456\u043D Omnisearch \u0434\u043B\u044F \u043F\u043E\u0432\u043D\u043E\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u043E\u0433\u043E \u043F\u043E\u0448\u0443\u043A\u0443.",introSwitching:"\u041F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0439\u0442\u0435\u0441\u044F \u043C\u0456\u0436 \u043F\u043E\u0448\u0443\u043A\u043E\u043C \u0437\u0430 \u0444\u0456\u043B\u044C\u0442\u0440\u043E\u043C \u0442\u0430 Omnisearch \u0437\u0430 \u0434\u043E\u043F\u043E\u043C\u043E\u0433\u043E\u044E \u043A\u043B\u0430\u0432\u0456\u0448 \u0441\u0442\u0440\u0456\u043B\u043E\u043A \u0432\u0433\u043E\u0440\u0443/\u0432\u043D\u0438\u0437 \u0430\u0431\u043E \u043D\u0430\u0442\u0438\u0441\u043D\u0443\u0432\u0448\u0438 \u043D\u0430 \u0437\u043D\u0430\u0447\u043E\u043A \u043F\u043E\u0448\u0443\u043A\u0443.",sections:{fileNames:{title:"\u0406\u043C\u0435\u043D\u0430 \u0444\u0430\u0439\u043B\u0456\u0432",items:['`word` \u0417\u043D\u0430\u0439\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0456 \u0441\u043B\u043E\u0432\u043E\u043C "word" \u0432 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0443.',"`word1 word2` \u041A\u043E\u0436\u043D\u0435 \u0441\u043B\u043E\u0432\u043E \u043C\u0430\u0454 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0443.",'`-word` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0456 \u0441\u043B\u043E\u0432\u043E\u043C "word" \u0432 \u0456\u043C\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0443.']},tags:{title:"\u0422\u0435\u0433\u0438",items:["`#tag` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0442\u0435\u0433\u043E\u043C (\u0442\u0430\u043A\u043E\u0436 \u0437\u043D\u0430\u0445\u043E\u0434\u0438\u0442\u044C \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u0456 \u0442\u0435\u0433\u0438 \u044F\u043A `#tag/subtag`).","`#` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043B\u0438\u0448\u0435 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0442\u0435\u0433\u0430\u043C\u0438.","`-#tag` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0442\u0435\u0433\u043E\u043C.","`-#` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043B\u0438\u0448\u0435 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0431\u0435\u0437 \u0442\u0435\u0433\u0456\u0432.","`#tag1 #tag2` \u0417\u043D\u0430\u0439\u0442\u0438 \u043E\u0431\u0438\u0434\u0432\u0430 \u0442\u0435\u0433\u0438 (\u043D\u0435\u044F\u0432\u043D\u0435 AND).","`#tag1 AND #tag2` \u0417\u043D\u0430\u0439\u0442\u0438 \u043E\u0431\u0438\u0434\u0432\u0430 \u0442\u0435\u0433\u0438 (\u044F\u0432\u043D\u0435 AND).","`#tag1 OR #tag2` \u0417\u043D\u0430\u0439\u0442\u0438 \u0431\u0443\u0434\u044C-\u044F\u043A\u0438\u0439 \u0437 \u0442\u0435\u0433\u0456\u0432.","`#a OR #b AND #c` AND \u043C\u0430\u0454 \u0431\u0456\u043B\u044C\u0448\u0438\u0439 \u043F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442: \u0437\u043D\u0430\u0445\u043E\u0434\u0438\u0442\u044C `#a`, \u0430\u0431\u043E \u043E\u0431\u0438\u0434\u0432\u0430 `#b` \u0456 `#c`.","Cmd/Ctrl+\u041A\u043B\u0456\u043A \u043F\u043E \u0442\u0435\u0433\u0443 \u0434\u043B\u044F \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F \u0437 AND. Cmd/Ctrl+Shift+\u041A\u043B\u0456\u043A \u0434\u043B\u044F \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F \u0437 OR."]},properties:{title:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",items:["`.key` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043A\u043B\u044E\u0447\u0435\u043C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456.","`.key=value` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F\u043C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456.",'`."Reading Status"` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043A\u043B\u044E\u0447\u0435\u043C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456, \u0449\u043E \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043F\u0440\u043E\u0431\u0456\u043B\u0438.','`."Reading Status"="In Progress"` \u041A\u043B\u044E\u0447\u0456 \u0442\u0430 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0437 \u043F\u0440\u043E\u0431\u0456\u043B\u0430\u043C\u0438 \u043F\u043E\u0432\u0438\u043D\u043D\u0456 \u0431\u0443\u0442\u0438 \u0432 \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u0438\u0445 \u043B\u0430\u043F\u043A\u0430\u0445.',"`-.key` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043A\u043B\u044E\u0447\u0435\u043C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456.","`-.key=value` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F\u043C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456.","Cmd/Ctrl+\u041A\u043B\u0456\u043A \u043D\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u0434\u043B\u044F \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F \u0437 AND. Cmd/Ctrl+Shift+\u041A\u043B\u0456\u043A \u0434\u043B\u044F \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F \u0437 OR."]},tasks:{title:"\u0424\u0456\u043B\u044C\u0442\u0440\u0438",items:["`has:task` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u043C\u0438 \u0437\u0430\u0432\u0434\u0430\u043D\u043D\u044F\u043C\u0438.","`-has:task` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u043C\u0438 \u0437\u0430\u0432\u0434\u0430\u043D\u043D\u044F\u043C\u0438.","`folder:meetings` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438, \u0434\u0435 \u043D\u0430\u0437\u0432\u0430 \u043F\u0430\u043F\u043A\u0438 \u043C\u0456\u0441\u0442\u0438\u0442\u044C `meetings`.","`folder:/work/meetings` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043B\u0438\u0448\u0435 \u0432 `work/meetings` (\u043D\u0435 \u043F\u0456\u0434\u043F\u0430\u043F\u043A\u0438).","`folder:/` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043B\u0438\u0448\u0435 \u0432 \u043A\u043E\u0440\u0435\u043D\u0456 \u0441\u0445\u043E\u0432\u0438\u0449\u0430.","`-folder:archive` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438, \u0434\u0435 \u043D\u0430\u0437\u0432\u0430 \u043F\u0430\u043F\u043A\u0438 \u043C\u0456\u0441\u0442\u0438\u0442\u044C `archive`.","`-folder:/archive` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043B\u0438\u0448\u0435 \u0432 `archive` (\u043D\u0435 \u043F\u0456\u0434\u043F\u0430\u043F\u043A\u0438).","`ext:md` \u0412\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F\u043C `md` (`ext:.md` \u0442\u0430\u043A\u043E\u0436 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0454\u0442\u044C\u0441\u044F).","`-ext:pdf` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F\u043C `pdf`.","\u041F\u043E\u0454\u0434\u043D\u0443\u0439\u0442\u0435 \u0437 \u0442\u0435\u0433\u0430\u043C\u0438, \u043D\u0430\u0437\u0432\u0430\u043C\u0438 \u0442\u0430 \u0434\u0430\u0442\u0430\u043C\u0438 (\u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"\u041F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0430 AND/OR",items:["`AND` \u0442\u0430 `OR` \u0454 \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0430\u043C\u0438 \u043B\u0438\u0448\u0435 \u0432 \u0437\u0430\u043F\u0438\u0442\u0430\u0445, \u0449\u043E \u0441\u043A\u043B\u0430\u0434\u0430\u044E\u0442\u044C\u0441\u044F \u0432\u0438\u043A\u043B\u044E\u0447\u043D\u043E \u0437 \u0442\u0435\u0433\u0456\u0432 \u0442\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439.","\u0417\u0430\u043F\u0438\u0442\u0438 \u0432\u0438\u043A\u043B\u044E\u0447\u043D\u043E \u0437 \u0442\u0435\u0433\u0456\u0432 \u0442\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u043C\u0456\u0441\u0442\u044F\u0442\u044C \u043B\u0438\u0448\u0435 \u0444\u0456\u043B\u044C\u0442\u0440\u0438 \u0442\u0435\u0433\u0456\u0432 \u0442\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","\u042F\u043A\u0449\u043E \u0437\u0430\u043F\u0438\u0442 \u0432\u043A\u043B\u044E\u0447\u0430\u0454 \u0456\u043C\u0435\u043D\u0430, \u0434\u0430\u0442\u0438 (`@...`), \u0444\u0456\u043B\u044C\u0442\u0440\u0438 \u0437\u0430\u0432\u0434\u0430\u043D\u044C (`has:task`), \u0444\u0456\u043B\u044C\u0442\u0440\u0438 \u043F\u0430\u043F\u043E\u043A (`folder:...`) \u0430\u0431\u043E \u0444\u0456\u043B\u044C\u0442\u0440\u0438 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u044C (`ext:...`), `AND` \u0442\u0430 `OR` \u0448\u0443\u043A\u0430\u044E\u0442\u044C\u0441\u044F \u044F\u043A \u0441\u043B\u043E\u0432\u0430.","\u041F\u0440\u0438\u043A\u043B\u0430\u0434 \u0437\u0430\u043F\u0438\u0442\u0443 \u0437 \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0430\u043C\u0438: `#work OR .status=started`.","\u041F\u0440\u0438\u043A\u043B\u0430\u0434 \u0437\u043C\u0456\u0448\u0430\u043D\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0442\u0443: `#work OR ext:md` (`OR` \u0448\u0443\u043A\u0430\u0454\u0442\u044C\u0441\u044F \u0432 \u0456\u043C\u0435\u043D\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432)."]},dates:{title:"\u0414\u0430\u0442\u0438",items:["`@today` \u0417\u043D\u0430\u0439\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0430 \u0441\u044C\u043E\u0433\u043E\u0434\u043D\u0456, \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0447\u0438 \u043F\u043E\u043B\u0435 \u0434\u0430\u0442\u0438 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` \u0412\u0456\u0434\u043D\u043E\u0441\u043D\u0456 \u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D\u0438 \u0434\u0430\u0442.","`@2026-02-07` \u0417\u043D\u0430\u0439\u0442\u0438 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u0438\u0439 \u0434\u0435\u043D\u044C (\u0442\u0430\u043A\u043E\u0436 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0454 `@20260207`).","`@2026` \u0417\u043D\u0430\u0439\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u0438\u0439 \u0440\u0456\u043A.","`@2026-02` \u0430\u0431\u043E `@202602` \u0417\u043D\u0430\u0439\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u0438\u0439 \u043C\u0456\u0441\u044F\u0446\u044C.","`@2026-W05` \u0430\u0431\u043E `@2026W05` \u0417\u043D\u0430\u0439\u0442\u0438 ISO-\u0442\u0438\u0436\u0434\u0435\u043D\u044C.","`@2026-Q2` \u0430\u0431\u043E `@2026Q2` \u0417\u043D\u0430\u0439\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u0438\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B.","`@13/02/2026` \u0427\u0438\u0441\u043B\u043E\u0432\u0456 \u0444\u043E\u0440\u043C\u0430\u0442\u0438 \u0437 \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A\u0430\u043C\u0438 (`@07022026` \u0441\u043B\u0456\u0434\u0443\u0454 \u0432\u0430\u0448\u0456\u0439 \u043B\u043E\u043A\u0430\u043B\u0456 \u043F\u0440\u0438 \u043D\u0435\u043E\u0434\u043D\u043E\u0437\u043D\u0430\u0447\u043D\u043E\u0441\u0442\u0456).","`@2026-02-01..2026-02-07` \u0417\u043D\u0430\u0439\u0442\u0438 \u0432\u043A\u043B\u044E\u0447\u043D\u0438\u0439 \u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D \u0434\u043D\u0456\u0432 (\u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0456 \u043A\u0456\u043D\u0446\u0456 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C\u0441\u044F).","`@c:...` \u0430\u0431\u043E `@m:...` \u0412\u043A\u0430\u0437\u0430\u0442\u0438 \u0434\u0430\u0442\u0443 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F \u0430\u0431\u043E \u0437\u043C\u0456\u043D\u0438.","`-@...` \u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u0437\u0431\u0456\u0433 \u0434\u0430\u0442\u0438."]},omnisearch:{title:"Omnisearch",items:["\u041F\u043E\u0432\u043D\u043E\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0438\u0439 \u043F\u043E\u0448\u0443\u043A \u043F\u043E \u0432\u0441\u044C\u043E\u043C\u0443 \u0441\u0445\u043E\u0432\u0438\u0449\u0443 \u0437 \u0444\u0456\u043B\u044C\u0442\u0440\u0430\u0446\u0456\u0454\u044E \u0437\u0430 \u043F\u043E\u0442\u043E\u0447\u043D\u043E\u044E \u043F\u0430\u043F\u043A\u043E\u044E \u0430\u0431\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u043C\u0438 \u0442\u0435\u0433\u0430\u043C\u0438.","\u041C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u043F\u043E\u0432\u0456\u043B\u044C\u043D\u0438\u043C \u043F\u0440\u0438 \u043C\u0435\u043D\u0448 \u043D\u0456\u0436 3 \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u0445 \u0443 \u0432\u0435\u043B\u0438\u043A\u0438\u0445 \u0441\u0445\u043E\u0432\u0438\u0449\u0430\u0445.","\u041D\u0435 \u043C\u043E\u0436\u0435 \u0448\u0443\u043A\u0430\u0442\u0438 \u0448\u043B\u044F\u0445\u0438 \u0437 \u043D\u0435-ASCII \u0441\u0438\u043C\u0432\u043E\u043B\u0430\u043C\u0438 \u0430\u0431\u043E \u043A\u043E\u0440\u0435\u043A\u0442\u043D\u043E \u0448\u0443\u043A\u0430\u0442\u0438 \u043F\u0456\u0434\u0448\u043B\u044F\u0445\u0438.","\u041F\u043E\u0432\u0435\u0440\u0442\u0430\u0454 \u043E\u0431\u043C\u0435\u0436\u0435\u043D\u0456 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438 \u0434\u043E \u0444\u0456\u043B\u044C\u0442\u0440\u0430\u0446\u0456\u0457 \u0437\u0430 \u043F\u0430\u043F\u043A\u0430\u043C\u0438, \u0442\u043E\u043C\u0443 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0456 \u0444\u0430\u0439\u043B\u0438 \u043C\u043E\u0436\u0443\u0442\u044C \u043D\u0435 \u0437'\u044F\u0432\u0438\u0442\u0438\u0441\u044F, \u044F\u043A\u0449\u043E \u0431\u0430\u0433\u0430\u0442\u043E \u0437\u0431\u0456\u0433\u0456\u0432 \u0432 \u0456\u043D\u0448\u0438\u0445 \u043C\u0456\u0441\u0446\u044F\u0445.","\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u0444\u0440\u0430\u0433\u043C\u0435\u043D\u0442\u0438 Omnisearch \u0437\u0430\u043C\u0456\u0441\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C."]}}}},contextMenu:{file:{openInNewTab:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0432 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456",openToRight:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043F\u0440\u0430\u0432\u043E\u0440\u0443\u0447",openInNewWindow:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0432 \u043D\u043E\u0432\u043E\u043C\u0443 \u0432\u0456\u043A\u043D\u0456",openMultipleInNewTabs:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043D\u043E\u0432\u0438\u0445 \u0432\u043A\u043B\u0430\u0434\u043A\u0430\u0445",openMultipleFilesInNewTabs:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0443 \u043D\u043E\u0432\u0438\u0445 \u0432\u043A\u043B\u0430\u0434\u043A\u0430\u0445",openMultipleToRight:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u043F\u0440\u0430\u0432\u043E\u0440\u0443\u0447",openMultipleFilesToRight:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432 \u043F\u0440\u0430\u0432\u043E\u0440\u0443\u0447",openMultipleInNewWindows:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043D\u043E\u0432\u0438\u0445 \u0432\u0456\u043A\u043D\u0430\u0445",openMultipleFilesInNewWindows:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0443 \u043D\u043E\u0432\u0438\u0445 \u0432\u0456\u043A\u043D\u0430\u0445",pinNote:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",pinFile:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u0444\u0430\u0439\u043B",unpinNote:"\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",unpinFile:"\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u0444\u0430\u0439\u043B",pinMultipleNotes:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",pinMultipleFiles:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432",unpinMultipleNotes:"\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u0438\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",unpinMultipleFiles:"\u0412\u0456\u0434\u043A\u0440\u0456\u043F\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432",duplicateNote:"\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",duplicateFile:"\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B",duplicateMultipleNotes:"\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",duplicateMultipleFiles:"\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432",openVersionHistory:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0456\u0441\u0442\u043E\u0440\u0456\u044E \u0432\u0435\u0440\u0441\u0456\u0439",revealInFolder:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 \u043F\u0430\u043F\u0446\u0456",revealInFinder:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0443 Finder",showInExplorer:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 \u043F\u0440\u043E\u0432\u0456\u0434\u043D\u0438\u043A\u0443 \u0441\u0438\u0441\u0442\u0435\u043C\u0438",openInDefaultApp:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0443 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u043E\u043C\u0443 \u0434\u043E\u0434\u0430\u0442\u043A\u0443",renameNote:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",renameFile:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B",deleteNote:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",deleteFile:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0444\u0430\u0439\u043B",setCalendarHighlight:"\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u0432\u0438\u0434\u0456\u043B\u0435\u043D\u043D\u044F",removeCalendarHighlight:"\u041F\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u0432\u0438\u0434\u0456\u043B\u0435\u043D\u043D\u044F",deleteMultipleNotes:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",deleteMultipleFiles:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432",moveNoteToFolder:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u0434\u043E...",moveFileToFolder:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0444\u0430\u0439\u043B \u0434\u043E...",moveMultipleNotesToFolder:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0434\u043E...",moveMultipleFilesToFolder:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0434\u043E...",addTag:"\u0414\u043E\u0434\u0430\u0442\u0438 \u0442\u0435\u0433",addPropertyKey:"\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C",removeTag:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0442\u0435\u0433",removeAllTags:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0442\u0435\u0433\u0438",changeIcon:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443",changeColor:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043A\u043E\u043B\u0456\u0440"},folder:{newNote:"\u041D\u043E\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430",newNoteFromTemplate:"\u041D\u043E\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430 \u0437 \u0448\u0430\u0431\u043B\u043E\u043D\u0443",newFolder:"\u041D\u043E\u0432\u0430 \u043F\u0430\u043F\u043A\u0430",newCanvas:"\u041D\u043E\u0432\u0435 \u043F\u043E\u043B\u043E\u0442\u043D\u043E",newBase:"\u041D\u043E\u0432\u0430 \u0431\u0430\u0437\u0430 \u0434\u0430\u043D\u0438\u0445",newDrawing:"\u041D\u043E\u0432\u0438\u0439 \u043C\u0430\u043B\u044E\u043D\u043E\u043A",newExcalidrawDrawing:"\u041D\u043E\u0432\u0438\u0439 \u043C\u0430\u043B\u044E\u043D\u043E\u043A Excalidraw",newTldrawDrawing:"\u041D\u043E\u0432\u0438\u0439 \u043C\u0430\u043B\u044E\u043D\u043E\u043A Tldraw",duplicateFolder:"\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443",searchInFolder:"\u0428\u0443\u043A\u0430\u0442\u0438 \u0432 \u043F\u0430\u043F\u0446\u0456",createFolderNote:"\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",detachFolderNote:"\u0412\u0456\u0434'\u0454\u0434\u043D\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",deleteFolderNote:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",changeIcon:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443",changeColor:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",changeBackground:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0444\u043E\u043D",excludeFolder:"\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443",unhideFolder:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443",moveFolder:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043F\u0430\u043F\u043A\u0443...",renameFolder:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443",deleteFolder:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0430\u043F\u043A\u0443"},tag:{changeIcon:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443",changeColor:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",changeBackground:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0444\u043E\u043D",showTag:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0442\u0435\u0433",hideTag:"\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u0442\u0435\u0433"},property:{addKey:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u043A\u043B\u044E\u0447\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",renameKey:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C",deleteKey:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C"},navigation:{addSeparator:"\u0414\u043E\u0434\u0430\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A",removeSeparator:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A"},copyPath:{title:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0448\u043B\u044F\u0445",asObsidianUrl:"\u044F\u043A URL Obsidian",fromVaultFolder:"\u0437 \u043F\u0430\u043F\u043A\u0438 \u0441\u0445\u043E\u0432\u0438\u0449\u0430",fromSystemRoot:"\u0437 \u043A\u043E\u0440\u0435\u043D\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0438"},style:{title:"\u0421\u0442\u0438\u043B\u044C",copy:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0441\u0442\u0438\u043B\u044C",paste:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0441\u0442\u0438\u043B\u044C",removeIcon:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443",removeColor:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",removeBackground:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0444\u043E\u043D",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0441\u0442\u0438\u043B\u044C"}},folderAppearance:{standardPreset:"\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439",compactPreset:"\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0438\u0439",defaultSuffix:"(\u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C)",defaultLabel:"\u0417\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",titleRows:"\u0420\u044F\u0434\u043A\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430",previewRows:"\u0420\u044F\u0434\u043A\u0438 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443",groupBy:"\u0413\u0440\u0443\u043F\u0443\u0432\u0430\u0442\u0438 \u0437\u0430",defaultTitleOption:t=>`\u0420\u044F\u0434\u043A\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C (${t})`,defaultPreviewOption:t=>`\u0420\u044F\u0434\u043A\u0438 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C (${t})`,defaultGroupOption:t=>`\u0413\u0440\u0443\u043F\u0443\u0432\u0430\u043D\u043D\u044F \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C (${t})`,titleRowOption:t=>`${t} ${t===1?"\u0440\u044F\u0434\u043E\u043A":t<5?"\u0440\u044F\u0434\u043A\u0438":"\u0440\u044F\u0434\u043A\u0456\u0432"} \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430`,previewRowOption:t=>`${t} ${t===1?"\u0440\u044F\u0434\u043E\u043A":t<5?"\u0440\u044F\u0434\u043A\u0438":"\u0440\u044F\u0434\u043A\u0456\u0432"} \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443`},modals:{bulkApply:{applyButton:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438",applySortTitle:t=>`\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0434\u043B\u044F ${t}?`,applyAppearanceTitle:t=>`\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043E\u0444\u043E\u0440\u043C\u043B\u0435\u043D\u043D\u044F \u0434\u043B\u044F ${t}?`,affectedCountMessage:t=>`\u041D\u0430\u044F\u0432\u043D\u0438\u0445 \u043F\u0435\u0440\u0435\u0432\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u044C, \u044F\u043A\u0456 \u0437\u043C\u0456\u043D\u044F\u0442\u044C\u0441\u044F: ${t}.`},navRainbowSection:{title:t=>`\u041A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438: ${t}`},iconPicker:{searchPlaceholder:"\u041F\u043E\u0448\u0443\u043A \u0456\u043A\u043E\u043D\u043E\u043A...",recentlyUsedHeader:"\u041D\u0435\u0449\u043E\u0434\u0430\u0432\u043D\u043E \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u0456",emptyStateSearch:"\u041F\u043E\u0447\u043D\u0456\u0442\u044C \u0432\u0432\u043E\u0434\u0438\u0442\u0438 \u0434\u043B\u044F \u043F\u043E\u0448\u0443\u043A\u0443 \u0456\u043A\u043E\u043D\u043E\u043A",emptyStateNoResults:"\u0406\u043A\u043E\u043D\u043E\u043A \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E",showingResultsInfo:"\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u043E 50 \u0437 {count} \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0456\u0432. \u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0431\u0456\u043B\u044C\u0448\u0435 \u0434\u043B\u044F \u0443\u0442\u043E\u0447\u043D\u0435\u043D\u043D\u044F.",emojiInstructions:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0430\u0431\u043E \u0432\u0441\u0442\u0430\u0432\u0442\u0435 \u0431\u0443\u0434\u044C-\u044F\u043A\u0438\u0439 \u0435\u043C\u043E\u0434\u0437\u0456 \u0434\u043B\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F \u044F\u043A \u0456\u043A\u043E\u043D\u043A\u0438",removeIcon:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443",removeFromRecents:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0437 \u043D\u0435\u0449\u043E\u0434\u0430\u0432\u043D\u0456\u0445",allTabLabel:"\u0412\u0441\u0456"},fileIconRuleEditor:{addRuleAria:"\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u043E"},interfaceIcons:{title:"\u0406\u043A\u043E\u043D\u043A\u0438 \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443",fileItemsSection:"\u0415\u043B\u0435\u043C\u0435\u043D\u0442\u0438 \u0444\u0430\u0439\u043B\u0443",items:{"nav-shortcuts":"\u042F\u0440\u043B\u0438\u043A\u0438","nav-recent-files":"\u041D\u0435\u0449\u043E\u0434\u0430\u0432\u043D\u0456 \u0444\u0430\u0439\u043B\u0438","nav-expand-all":"\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0435","nav-collapse-all":"\u0417\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0435","nav-calendar":"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440","nav-tree-expand":"\u0421\u0442\u0440\u0456\u043B\u043A\u0430 \u0434\u0435\u0440\u0435\u0432\u0430: \u0440\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438","nav-tree-collapse":"\u0421\u0442\u0440\u0456\u043B\u043A\u0430 \u0434\u0435\u0440\u0435\u0432\u0430: \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438","nav-hidden-items":"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438","nav-root-reorder":"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0445 \u043F\u0430\u043F\u043E\u043A","nav-new-folder":"\u041D\u043E\u0432\u0430 \u043F\u0430\u043F\u043A\u0430","nav-show-single-pane":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043E\u0434\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C","nav-show-dual-pane":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C","nav-profile-chevron":"\u0421\u0442\u0440\u0456\u043B\u043A\u0430 \u043C\u0435\u043D\u044E \u043F\u0440\u043E\u0444\u0456\u043B\u044E","list-search":"\u041F\u043E\u0448\u0443\u043A","list-descendants":"\u041D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A","list-sort-ascending":"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F: \u0437\u0430 \u0437\u0440\u043E\u0441\u0442\u0430\u043D\u043D\u044F\u043C","list-sort-descending":"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F: \u0437\u0430 \u0441\u043F\u0430\u0434\u0430\u043D\u043D\u044F\u043C","list-appearance":"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0432\u0438\u0433\u043B\u044F\u0434","list-new-note":"\u041D\u043E\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430","nav-folder-open":"\u041F\u0430\u043F\u043A\u0430 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0430","nav-folder-closed":"\u041F\u0430\u043F\u043A\u0430 \u0437\u0430\u043A\u0440\u0438\u0442\u0430","nav-tags":"\u0422\u0435\u0433\u0438","nav-tag":"\u0422\u0435\u0433","nav-properties":"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456","nav-property":"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C","nav-property-value":"\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F","list-pinned":"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0456 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438","file-unfinished-task":"\u041D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0456 \u0437\u0430\u0432\u0434\u0430\u043D\u043D\u044F","file-word-count":"\u041A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0441\u043B\u0456\u0432"}},colorPicker:{currentColor:"\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439",newColor:"\u041D\u043E\u0432\u0438\u0439",paletteDefault:"\u0417\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",paletteCustom:"\u0412\u043B\u0430\u0441\u043D\u0456",copyColors:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",colorsCopied:"\u041A\u043E\u043B\u0456\u0440 \u0441\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0456\u043D\u0443",pasteColors:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",pasteClipboardError:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u0442\u0438 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0456\u043D\u0443",pasteInvalidFormat:"\u041E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F hex-\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043A\u043E\u043B\u044C\u043E\u0440\u0443",colorsPasted:"\u041A\u043E\u043B\u0456\u0440 \u0443\u0441\u043F\u0456\u0448\u043D\u043E \u0432\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043E",resetUserColors:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0432\u043B\u0430\u0441\u043D\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438",clearCustomColorsConfirm:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u0441\u0456 \u0432\u043B\u0430\u0441\u043D\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438?",userColorSlot:"\u041A\u043E\u043B\u0456\u0440 {slot}",recentColors:"\u041E\u0441\u0442\u0430\u043D\u043D\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438",clearRecentColors:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438",removeRecentColor:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u043A\u043E\u043B\u0456\u0440",apply:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430",currentBadge:"\u0410\u043A\u0442\u0438\u0432\u043D\u0438\u0439",emptyState:"\u041D\u0435\u043C\u0430\u0454 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0438\u0445 \u043F\u0440\u043E\u0444\u0456\u043B\u0456\u0432 \u0441\u0445\u043E\u0432\u0438\u0449\u0430."},tagOperation:{renameTitle:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u0433 {tag}",deleteTitle:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0442\u0435\u0433 {tag}",newTagPrompt:"\u041D\u043E\u0432\u0430 \u043D\u0430\u0437\u0432\u0430 \u0442\u0435\u0433\u0443",newTagPlaceholder:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u043E\u0432\u0443 \u043D\u0430\u0437\u0432\u0443 \u0442\u0435\u0433\u0443",renameWarning:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0435\u0433\u0443 {oldTag} \u0437\u043C\u0456\u043D\u0438\u0442\u044C {count} {files}.",deleteWarning:"\u0412\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u044F \u0442\u0435\u0433\u0443 {tag} \u0437\u043C\u0456\u043D\u0438\u0442\u044C {count} {files}.",modificationWarning:"\u0426\u0435 \u043E\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0430\u0442\u0438 \u0437\u043C\u0456\u043D\u0438 \u0444\u0430\u0439\u043B\u0456\u0432.",affectedFiles:"\u0417\u0430\u0447\u0435\u043F\u043B\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0438:",andMore:"...\u0442\u0430 \u0449\u0435 {count}",confirmRename:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u0433",renameUnchanged:"{tag} \u043D\u0435 \u0437\u043C\u0456\u043D\u0435\u043D\u043E",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043E {renamed}/{total}. \u041D\u0435 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043E: {notUpdated}. \u041C\u0435\u0442\u0430\u0434\u0430\u043D\u0456 \u0442\u0430 \u044F\u0440\u043B\u0438\u043A\u0438 \u043D\u0435 \u0431\u0443\u043B\u0438 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u0456.",invalidTagName:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0443 \u043D\u0430\u0437\u0432\u0443 \u0442\u0435\u0433\u0443.",descendantRenameError:"\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0442\u0435\u0433 \u0443 \u0441\u0435\u0431\u0435 \u0430\u0431\u043E \u0432 \u043D\u0430\u0449\u0430\u0434\u043A\u0430.",confirmDelete:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0442\u0435\u0433",deleteBatchNotFinalized:"\u0412\u0438\u0434\u0430\u043B\u0435\u043D\u043E \u0437 {removed}/{total}. \u041D\u0435 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043E: {notUpdated}. \u041C\u0435\u0442\u0430\u0434\u0430\u043D\u0456 \u0442\u0430 \u044F\u0440\u043B\u0438\u043A\u0438 \u043D\u0435 \u0431\u0443\u043B\u0438 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u0456.",checkConsoleForDetails:"\u0414\u0435\u0442\u0430\u043B\u0456 \u0432 \u043A\u043E\u043D\u0441\u043E\u043B\u0456.",file:"\u0444\u0430\u0439\u043B",files:"\u0444\u0430\u0439\u043B\u0456\u0432",inlineParsingWarning:{title:"\u0421\u0443\u043C\u0456\u0441\u043D\u0456\u0441\u0442\u044C \u0432\u0431\u0443\u0434\u043E\u0432\u0430\u043D\u0438\u0445 \u0442\u0435\u0433\u0456\u0432",message:"{tag} \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u0441\u0438\u043C\u0432\u043E\u043B\u0438, \u044F\u043A\u0456 Obsidian \u043D\u0435 \u043C\u043E\u0436\u0435 \u043E\u0431\u0440\u043E\u0431\u0438\u0442\u0438 \u0443 \u0432\u0431\u0443\u0434\u043E\u0432\u0430\u043D\u0438\u0445 \u0442\u0435\u0433\u0430\u0445. \u0422\u0435\u0433\u0438 Frontmatter \u043D\u0435 \u0437\u0430\u0447\u0435\u043F\u043B\u0435\u043D\u0456.",confirm:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0432\u0441\u0435 \u043E\u0434\u043D\u043E"}},propertyOperation:{renameTitle:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C {property}",deleteTitle:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C {property}",newKeyPrompt:"\u041D\u043E\u0432\u0430 \u043D\u0430\u0437\u0432\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",newKeyPlaceholder:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u043E\u0432\u0443 \u043D\u0430\u0437\u0432\u0443 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",renameWarning:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u044F \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 {property} \u0437\u043C\u0456\u043D\u0438\u0442\u044C {count} {files}.",renameConflictWarning:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C {newKey} \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454 \u0432 {count} {files}. \u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u044F {oldKey} \u0437\u0430\u043C\u0456\u043D\u0438\u0442\u044C \u043D\u0430\u044F\u0432\u043D\u0456 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F {newKey}.",deleteWarning:"\u0412\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u044F \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 {property} \u0437\u043C\u0456\u043D\u0438\u0442\u044C {count} {files}.",confirmRename:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C",confirmDelete:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C",renameNoChanges:"{oldKey} \u2192 {newKey} (\u0431\u0435\u0437 \u0437\u043C\u0456\u043D)",renameSettingsUpdateFailed:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C {oldKey} \u2192 {newKey} \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043E. \u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043E\u043D\u043E\u0432\u0438\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F.",deleteSingleSuccess:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C {property} \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E \u0437 1 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",deleteMultipleSuccess:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C {property} \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E \u0437 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",deleteSettingsUpdateFailed:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C {property} \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E. \u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043E\u043D\u043E\u0432\u0438\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F.",invalidKeyName:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u043E\u043F\u0443\u0441\u0442\u0438\u043C\u0443 \u043D\u0430\u0437\u0432\u0443 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456."},fileSystem:{newFolderTitle:"\u041D\u043E\u0432\u0430 \u043F\u0430\u043F\u043A\u0430",renameFolderTitle:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443",renameFileTitle:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B",deleteFolderTitle:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 '{name}'?",deleteFileTitle:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 '{name}'?",deleteFileAttachmentsTitle:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0444\u0430\u0439\u043B\u0443?",moveFileConflictTitle:"\u041A\u043E\u043D\u0444\u043B\u0456\u043A\u0442 \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u044F",folderNamePrompt:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u0430\u0437\u0432\u0443 \u043F\u0430\u043F\u043A\u0438:",hideInOtherVaultProfiles:"\u0421\u0445\u043E\u0432\u0430\u0442\u0438 \u0432 \u0456\u043D\u0448\u0438\u0445 \u043F\u0440\u043E\u0444\u0456\u043B\u044F\u0445 \u0441\u0445\u043E\u0432\u0438\u0449\u0430",renamePrompt:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u043E\u0432\u0443 \u043D\u0430\u0437\u0432\u0443:",renameVaultTitle:"\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0443\u0432\u0430\u043D\u0443 \u043D\u0430\u0437\u0432\u0443 \u0441\u0445\u043E\u0432\u0438\u0449\u0430",renameVaultPrompt:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0432\u043B\u0430\u0441\u043D\u0443 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0443\u0432\u0430\u043D\u0443 \u043D\u0430\u0437\u0432\u0443 (\u0437\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 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C):",deleteFolderConfirm:"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0446\u044E \u043F\u0430\u043F\u043A\u0443 \u0442\u0430 \u0432\u0435\u0441\u044C \u0457\u0457 \u0432\u043C\u0456\u0441\u0442?",deleteFileConfirm:"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0446\u0435\u0439 \u0444\u0430\u0439\u043B?",deleteFileAttachmentsDescriptionSingle:"\u0426\u0435 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0432 \u0436\u043E\u0434\u043D\u0456\u0439 \u043D\u043E\u0442\u0430\u0442\u0446\u0456. \u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u0439\u043E\u0433\u043E \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438?",deleteFileAttachmentsDescriptionMultiple:"\u0426\u0456 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u0432 \u0436\u043E\u0434\u043D\u0456\u0439 \u043D\u043E\u0442\u0430\u0442\u0446\u0456. \u0411\u0430\u0436\u0430\u0454\u0442\u0435 \u0457\u0445 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438?",deleteFileAttachmentsViewFileTreeAriaLabel:"\u0414\u0435\u0440\u0435\u0432\u043E \u0444\u0430\u0439\u043B\u0456\u0432",deleteFileAttachmentsViewGalleryAriaLabel:"\u0413\u0430\u043B\u0435\u0440\u0435\u044F",moveFileConflictDescriptionSingle:"\u0412\u0438\u044F\u0432\u043B\u0435\u043D\u043E \u043A\u043E\u043D\u0444\u043B\u0456\u043A\u0442 \u0444\u0430\u0439\u043B\u0443 \u0432 \xAB{folder}\xBB.",moveFileConflictDescriptionMultiple:"\u0412\u0438\u044F\u0432\u043B\u0435\u043D\u043E {count} \u043A\u043E\u043D\u0444\u043B\u0456\u043A\u0442\u0456\u0432 \u0444\u0430\u0439\u043B\u0456\u0432 \u0443 \xAB{folder}\xBB.",moveFileConflictAffectedFiles:"\u0417\u0430\u0447\u0435\u043F\u043B\u0435\u043D\u0456 \u0444\u0430\u0439\u043B\u0438",moveFileConflictItem:"\xAB{name}\xBB -> \xAB{suggested}\xBB{renameOnly}",moveFileConflictRenameOnly:"(\u043B\u0438\u0448\u0435 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u044F)",moveFileConflictRename:"\u041F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438",moveFileConflictOverwrite:"\u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0438\u0441\u0430\u0442\u0438",removeAllTagsTitle:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0442\u0435\u0433\u0438",removeAllTagsFromNote:"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0442\u0435\u0433\u0438 \u0437 \u0446\u0456\u0454\u0457 \u043D\u043E\u0442\u0430\u0442\u043A\u0438?",removeAllTagsFromNotes:"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0442\u0435\u0433\u0438 \u0437 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A?"},folderNoteType:{title:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0442\u0438\u043F \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",folderLabel:"\u041F\u0430\u043F\u043A\u0430: {name}"},folderSuggest:{placeholder:t=>`\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 ${t} \u0434\u043E \u043F\u0430\u043F\u043A\u0438...`,multipleFilesLabel:t=>`${t} \u0444\u0430\u0439\u043B\u0456\u0432`,navigatePlaceholder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u043F\u0430\u043F\u043A\u0438...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",move:"\u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u044F",select:"\u0434\u043B\u044F \u0432\u0438\u0431\u043E\u0440\u0443",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0438\u0442\u0442\u044F"}},homepage:{placeholder:"\u041F\u043E\u0448\u0443\u043A \u0444\u0430\u0439\u043B\u0456\u0432...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",select:"\u0434\u043B\u044F \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u0434\u043E\u043C\u0430\u0448\u043D\u044C\u043E\u0457 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0438",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0438\u0442\u0442\u044F"}},calendarTemplate:{placeholder:"\u041F\u043E\u0448\u0443\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",select:"\u0434\u043B\u044F \u0432\u0438\u0431\u043E\u0440\u0443 \u0448\u0430\u0431\u043B\u043E\u043D\u0443",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0438\u0442\u0442\u044F"}},navigationBanner:{placeholder:"\u041F\u043E\u0448\u0443\u043A \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u044C...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",select:"\u0434\u043B\u044F \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u0431\u0430\u043D\u0435\u0440\u0430",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0438\u0442\u0442\u044F"}},tagSuggest:{navigatePlaceholder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u0442\u0435\u0433\u0443...",addPlaceholder:"\u0417\u043D\u0430\u0439\u0442\u0438 \u0442\u0435\u0433 \u0434\u043B\u044F \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F...",removePlaceholder:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0442\u0435\u0433 \u0434\u043B\u044F \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u043D\u044F...",createNewTag:"\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0438\u0439 \u0442\u0435\u0433: #{tag}",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",select:"\u0434\u043B\u044F \u0432\u0438\u0431\u043E\u0440\u0443",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0438\u0442\u0442\u044F",add:"\u0434\u043B\u044F \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F \u0442\u0435\u0433\u0443",remove:"\u0434\u043B\u044F \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u043D\u044F \u0442\u0435\u0433\u0443"}},propertySuggest:{placeholder:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043B\u044E\u0447 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456...",navigatePlaceholder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456...",instructions:{navigate:"\u0434\u043B\u044F \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",select:"\u0434\u043B\u044F \u0434\u043E\u0434\u0430\u0432\u0430\u043D\u043D\u044F \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",dismiss:"\u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0438\u0442\u0442\u044F"}},propertyKeyVisibility:{title:"\u0412\u0438\u0434\u0438\u043C\u0456\u0441\u0442\u044C \u043A\u043B\u044E\u0447\u0456\u0432 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",description:"\u041A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F \u043C\u0456\u0441\u0446\u0435\u043C \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u043D\u0430\u0447\u0435\u043D\u044C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439. \u0421\u0442\u043E\u0432\u043F\u0446\u0456 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u044E\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457, \u043F\u0430\u043D\u0435\u043B\u0456 \u0441\u043F\u0438\u0441\u043A\u0443 \u0442\u0430 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u043C\u0443 \u043C\u0435\u043D\u044E \u0444\u0430\u0439\u043B\u0443. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u043D\u0438\u0436\u043D\u0456\u0439 \u0440\u044F\u0434\u043E\u043A \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u043D\u043D\u044F \u0432\u0441\u0456\u0445 \u0440\u044F\u0434\u043A\u0456\u0432 \u0443 \u0441\u0442\u043E\u0432\u043F\u0446\u0456.",searchPlaceholder:"\u041F\u043E\u0448\u0443\u043A \u043A\u043B\u044E\u0447\u0456\u0432 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439...",propertyColumnLabel:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C",showInNavigation:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",showInList:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0443 \u0441\u043F\u0438\u0441\u043A\u0443",showInFileMenu:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 \u043C\u0435\u043D\u044E \u0444\u0430\u0439\u043B\u0443",toggleAllInNavigation:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u0432\u0441\u0435 \u0432 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",toggleAllInList:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u0432\u0441\u0435 \u0443 \u0441\u043F\u0438\u0441\u043A\u0443",toggleAllInFileMenu:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u0432\u0441\u0435 \u0432 \u043C\u0435\u043D\u044E \u0444\u0430\u0439\u043B\u0443",applyButton:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438",emptyState:"\u041A\u043B\u044E\u0447\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E."},welcome:{title:"\u041B\u0430\u0441\u043A\u0430\u0432\u043E \u043F\u0440\u043E\u0441\u0438\u043C\u043E \u0434\u043E {pluginName}",introText:"\u041F\u0440\u0438\u0432\u0456\u0442! \u041F\u0435\u0440\u0448 \u043D\u0456\u0436 \u043F\u043E\u0447\u0430\u0442\u0438, \u043D\u0430\u043F\u043E\u043B\u0435\u0433\u043B\u0438\u0432\u043E \u0440\u0435\u043A\u043E\u043C\u0435\u043D\u0434\u0443\u044E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u043F\u0435\u0440\u0448\u0456 \u043F'\u044F\u0442\u044C \u0445\u0432\u0438\u043B\u0438\u043D \u0432\u0456\u0434\u0435\u043E \u043D\u0438\u0436\u0447\u0435, \u0449\u043E\u0431 \u0437\u0440\u043E\u0437\u0443\u043C\u0456\u0442\u0438, \u044F\u043A \u043F\u0440\u0430\u0446\u044E\u044E\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u0456 \u0442\u0430 \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0447 \xAB\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A\xBB.",continueText:"\u042F\u043A\u0449\u043E \u0443 \u0432\u0430\u0441 \u0454 \u0449\u0435 \u043F'\u044F\u0442\u044C \u0445\u0432\u0438\u043B\u0438\u043D, \u043F\u0440\u043E\u0434\u043E\u0432\u0436\u0443\u0439\u0442\u0435 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u0432\u0456\u0434\u0435\u043E, \u0449\u043E\u0431 \u0437\u0440\u043E\u0437\u0443\u043C\u0456\u0442\u0438 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0456 \u0440\u0435\u0436\u0438\u043C\u0438 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0442\u0430 \u044F\u043A \u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u043E \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u043A\u043B\u0430\u0434\u043A\u0438 \u0442\u0430 \u0432\u0430\u0436\u043B\u0438\u0432\u0456 \u0433\u0430\u0440\u044F\u0447\u0456 \u043A\u043B\u0430\u0432\u0456\u0448\u0456.",thanksText:"\u0414\u0443\u0436\u0435 \u0434\u044F\u043A\u0443\u044E \u0437\u0430 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F, \u043D\u0430\u0441\u043E\u043B\u043E\u0434\u0436\u0443\u0439\u0442\u0435\u0441\u044C!",videoAlt:"\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u0442\u0430 \u043E\u0441\u0432\u043E\u0454\u043D\u043D\u044F Notebook Navigator",openVideoButton:"\u0412\u0456\u0434\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043E",closeButton:"\u041C\u043E\u0436\u043B\u0438\u0432\u043E, \u043F\u0456\u0437\u043D\u0456\u0448\u0435"}},fileSystem:{errors:{createFolder:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043F\u0430\u043F\u043A\u0443: {error}",createFile:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0444\u0430\u0439\u043B: {error}",renameFolder:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443: {error}",renameFolderNoteConflict:'\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438: "{name}" \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454 \u0432 \u0446\u0456\u0439 \u043F\u0430\u043F\u0446\u0456',renameFile:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B: {error}",deleteFolder:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0430\u043F\u043A\u0443: {error}",deleteFile:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0444\u0430\u0439\u043B: {error}",deleteAttachments:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F: {error}",duplicateNote:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0434\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443: {error}",duplicateFolder:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0434\u0443\u0431\u043B\u044E\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443: {error}",openVersionHistory:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0456\u0441\u0442\u043E\u0440\u0456\u044E \u0432\u0435\u0440\u0441\u0456\u0439: {error}",versionHistoryNotFound:"\u041A\u043E\u043C\u0430\u043D\u0434\u0430 \u0456\u0441\u0442\u043E\u0440\u0456\u0457 \u0432\u0435\u0440\u0441\u0456\u0439 \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u0430. \u041F\u0435\u0440\u0435\u043A\u043E\u043D\u0430\u0439\u0442\u0435\u0441\u044F, \u0449\u043E Obsidian Sync \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E.",revealInExplorer:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0444\u0430\u0439\u043B \u0443 \u043F\u0440\u043E\u0432\u0456\u0434\u043D\u0438\u043A\u0443 \u0441\u0438\u0441\u0442\u0435\u043C\u0438: {error}",openInDefaultApp:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0443 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u043E\u043C\u0443 \u0434\u043E\u0434\u0430\u0442\u043A\u0443: {error}",openInDefaultAppNotAvailable:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0442\u044F \u0443 \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u043E\u043C\u0443 \u0434\u043E\u0434\u0430\u0442\u043A\u0443 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u043D\u0430 \u0446\u0456\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0456",folderNoteAlreadyExists:"\u041D\u043E\u0442\u0430\u0442\u043A\u0430 \u043F\u0430\u043F\u043A\u0438 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454",folderAlreadyExists:'\u041F\u0430\u043F\u043A\u0430 "{name}" \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454',folderNotesDisabled:"\u0423\u0432\u0456\u043C\u043A\u043D\u0456\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u0443 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u0445 \u0434\u043B\u044F \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0456\u0457 \u0444\u0430\u0439\u043B\u0456\u0432",folderNoteAlreadyLinked:"\u0426\u0435\u0439 \u0444\u0430\u0439\u043B \u0432\u0436\u0435 \u043F\u0440\u0430\u0446\u044E\u0454 \u044F\u043A \u043D\u043E\u0442\u0430\u0442\u043A\u0430 \u043F\u0430\u043F\u043A\u0438",folderNoteNotFound:"\u0423 \u0432\u0438\u0431\u0440\u0430\u043D\u0456\u0439 \u043F\u0430\u043F\u0446\u0456 \u043D\u0435\u043C\u0430\u0454 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",folderNoteUnsupportedExtension:"\u041D\u0435\u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0432\u0430\u043D\u0435 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F \u0444\u0430\u0439\u043B\u0443: {extension}",folderNoteMoveFailed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0444\u0430\u0439\u043B \u043F\u0456\u0434 \u0447\u0430\u0441 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0430\u0446\u0456\u0457: {error}",folderNoteRenameConflict:'\u0424\u0430\u0439\u043B \u0437 \u043D\u0430\u0437\u0432\u043E\u044E "{name}" \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454 \u0432 \u043F\u0430\u043F\u0446\u0456',folderNoteConversionFailed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B \u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",folderNoteConversionFailedWithReason:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B \u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438: {error}",folderNoteOpenFailed:"\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u043E\u0432\u0430\u043D\u043E, \u0430\u043B\u0435 \u043D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438: {error}",failedToDeleteFile:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 {name}: {error}",failedToDeleteMultipleFiles:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432",versionHistoryNotAvailable:"\u0421\u0435\u0440\u0432\u0456\u0441 \u0456\u0441\u0442\u043E\u0440\u0456\u0457 \u0432\u0435\u0440\u0441\u0456\u0439 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0438\u0439",drawingAlreadyExists:"\u041C\u0430\u043B\u044E\u043D\u043E\u043A \u0437 \u0442\u0430\u043A\u043E\u044E \u043D\u0430\u0437\u0432\u043E\u044E \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454",failedToCreateDrawing:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043C\u0430\u043B\u044E\u043D\u043E\u043A",noFolderSelected:"\u0423 Notebook Navigator \u043D\u0435 \u0432\u0438\u0431\u0440\u0430\u043D\u043E \u043F\u0430\u043F\u043A\u0443",noFileSelected:"\u0424\u0430\u0439\u043B \u043D\u0435 \u0432\u0438\u0431\u0440\u0430\u043D\u043E"},warnings:{linkBreakingNameCharacters:"\u0426\u0435 \u0456\u043C'\u044F \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u0441\u0438\u043C\u0432\u043E\u043B\u0438, \u044F\u043A\u0456 \u043B\u0430\u043C\u0430\u044E\u0442\u044C \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u0406\u043C\u0435\u043D\u0430 \u043D\u0435 \u043C\u043E\u0436\u0443\u0442\u044C \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 \u043A\u0440\u0430\u043F\u043A\u0438 \u0430\u0431\u043E \u043C\u0456\u0441\u0442\u0438\u0442\u0438 : \u0447\u0438 /.",forbiddenNameCharactersWindows:'\u0417\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u043E\u0432\u0430\u043D\u0456 \u0432 Windows \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u043D\u0435 \u0434\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u0456: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\u041F\u0430\u043F\u043A\u0443 \u0441\u0445\u043E\u0432\u0430\u043D\u043E: {name}",showFolder:"\u041F\u0430\u043F\u043A\u0443 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E: {name}"},notifications:{deletedMultipleFiles:"\u0412\u0438\u0434\u0430\u043B\u0435\u043D\u043E {count} \u0444\u0430\u0439\u043B\u0456\u0432",movedMultipleFiles:"\u041F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043E {count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0434\u043E {folder}",folderNoteConversionSuccess:'\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u043E\u0432\u0430\u043D\u043E \u0432 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438 \u0432 "{name}"',folderMoved:'\u041F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043E \u043F\u0430\u043F\u043A\u0443 "{name}"',deepLinkCopied:"URL Obsidian \u0441\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0456\u043D\u0443",pathCopied:"\u0428\u043B\u044F\u0445 \u0441\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0456\u043D\u0443",relativePathCopied:"\u0412\u0456\u0434\u043D\u043E\u0441\u043D\u0438\u0439 \u0448\u043B\u044F\u0445 \u0441\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u043E \u0432 \u0431\u0443\u0444\u0435\u0440 \u043E\u0431\u043C\u0456\u043D\u0443",tagAddedToNote:"\u0422\u0435\u0433 \u0434\u043E\u0434\u0430\u043D\u043E \u0434\u043E 1 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",tagAddedToNotes:"\u0422\u0435\u0433 \u0434\u043E\u0434\u0430\u043D\u043E \u0434\u043E {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",tagRemovedFromNote:"\u0422\u0435\u0433 \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u043E \u0437 1 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",tagRemovedFromNotes:"\u0422\u0435\u0433 \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u043E \u0437 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",tagsClearedFromNote:"\u041E\u0447\u0438\u0449\u0435\u043D\u043E \u0432\u0441\u0456 \u0442\u0435\u0433\u0438 \u0437 1 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",tagsClearedFromNotes:"\u041E\u0447\u0438\u0449\u0435\u043D\u043E \u0432\u0441\u0456 \u0442\u0435\u0433\u0438 \u0437 {count} \u043D\u043E\u0442\u0430\u0442\u043E\u043A",noTagsToRemove:"\u041D\u0435\u043C\u0430\u0454 \u0442\u0435\u0433\u0456\u0432 \u0434\u043B\u044F \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u043D\u044F",noFilesSelected:"\u0424\u0430\u0439\u043B\u0438 \u043D\u0435 \u0432\u0438\u0431\u0440\u0430\u043D\u043E",tagOperationsNotAvailable:"\u041E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u0437 \u0442\u0435\u0433\u0430\u043C\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",propertyOperationsNotAvailable:"\u041E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u0437 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u044F\u043C\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456",tagsRequireMarkdown:"\u0422\u0435\u0433\u0438 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C\u0441\u044F \u043B\u0438\u0448\u0435 \u0434\u043B\u044F Markdown \u043D\u043E\u0442\u0430\u0442\u043E\u043A",propertiesRequireMarkdown:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C\u0441\u044F \u043B\u0438\u0448\u0435 \u0432 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u0445 Markdown",propertySetOnNote:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0432 1 \u043D\u043E\u0442\u0430\u0442\u0446\u0456",propertySetOnNotes:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043E \u0432 {count} \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u0445",iconPackDownloaded:"{provider} \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043E",iconPackUpdated:"{provider} \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043E ({version})",iconPackRemoved:"{provider} \u0432\u0438\u043B\u0443\u0447\u0435\u043D\u043E",iconPackLoadFailed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 {provider}",hiddenFileReveal:'\u0424\u0430\u0439\u043B \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0438\u0439. \u0423\u0432\u0456\u043C\u043A\u043D\u0456\u0442\u044C "\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438" \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F'},confirmations:{deleteMultipleFiles:"\u0412\u0438 \u0432\u043F\u0435\u0432\u043D\u0435\u043D\u0456, \u0449\u043E \u0445\u043E\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 {count} \u0444\u0430\u0439\u043B\u0456\u0432?",deleteConfirmation:"\u0426\u044E \u0434\u0456\u044E \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438."},defaultNames:{untitled:"\u0411\u0435\u0437 \u043D\u0430\u0437\u0432\u0438"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u043F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043F\u0430\u043F\u043A\u0443 \u0432 \u0441\u0435\u0431\u0435 \u0430\u0431\u043E \u043F\u0456\u0434\u043F\u0430\u043F\u043A\u0443.",itemAlreadyExists:'\u0415\u043B\u0435\u043C\u0435\u043D\u0442 \u0437 \u043D\u0430\u0437\u0432\u043E\u044E "{name}" \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454 \u0432 \u0446\u044C\u043E\u043C\u0443 \u043C\u0456\u0441\u0446\u0456.',failedToMove:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438: {error}",failedToAddTag:'\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0434\u043E\u0434\u0430\u0442\u0438 \u0442\u0435\u0433 "{tag}"',failedToSetProperty:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043E\u043D\u043E\u0432\u0438\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C: {error}",failedToClearTags:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0442\u0435\u0433\u0438",failedToMoveFolder:'\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u043F\u0430\u043F\u043A\u0443 "{name}"',failedToImportFiles:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0456\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438: {names}"},notifications:{filesAlreadyExist:"{count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454 \u0432 \u043C\u0456\u0441\u0446\u0456 \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F",filesAlreadyHaveTag:"{count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0432\u0436\u0435 \u043C\u0430\u044E\u0442\u044C \u0446\u0435\u0439 \u0442\u0435\u0433 \u0430\u0431\u043E \u0431\u0456\u043B\u044C\u0448 \u0441\u043F\u0435\u0446\u0438\u0444\u0456\u0447\u043D\u0438\u0439",filesAlreadyHaveProperty:"{count} \u0444\u0430\u0439\u043B\u0456\u0432 \u0432\u0436\u0435 \u043C\u0430\u044E\u0442\u044C \u0446\u044E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C",noTagsToClear:"\u041D\u0435\u043C\u0430\u0454 \u0442\u0435\u0433\u0456\u0432 \u0434\u043B\u044F \u043E\u0447\u0438\u0449\u0435\u043D\u043D\u044F",fileImported:"\u0406\u043C\u043F\u043E\u0440\u0442\u043E\u0432\u0430\u043D\u043E 1 \u0444\u0430\u0439\u043B",filesImported:"\u0406\u043C\u043F\u043E\u0440\u0442\u043E\u0432\u0430\u043D\u043E {count} \u0444\u0430\u0439\u043B\u0456\u0432"}},dateGroups:{today:"\u0421\u044C\u043E\u0433\u043E\u0434\u043D\u0456",yesterday:"\u0412\u0447\u043E\u0440\u0430",previous7Days:"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456 7 \u0434\u043D\u0456\u0432",previous30Days:"\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456 30 \u0434\u043D\u0456\u0432"},commands:{open:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438",toggleLeftSidebar:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043B\u0456\u0432\u0443 \u0431\u0456\u0447\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C",openHomepage:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0434\u043E\u043C\u0430\u0448\u043D\u044E \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443",openDailyNote:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0449\u043E\u0434\u0435\u043D\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",openWeeklyNote:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0449\u043E\u0442\u0438\u0436\u043D\u0435\u0432\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",openMonthlyNote:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0449\u043E\u043C\u0456\u0441\u044F\u0447\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",openQuarterlyNote:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B\u044C\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",openYearlyNote:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0449\u043E\u0440\u0456\u0447\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",revealFile:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0444\u0430\u0439\u043B",search:"\u041F\u043E\u0448\u0443\u043A",searchVaultRoot:"\u041F\u043E\u0448\u0443\u043A \u0443 \u043A\u043E\u0440\u0435\u043D\u0456 \u0441\u0445\u043E\u0432\u0438\u0449\u0430",toggleDualPane:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u0443 \u043F\u0430\u043D\u0435\u043B\u044C",toggleDualPaneOrientation:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043E\u0440\u0456\u0454\u043D\u0442\u0430\u0446\u0456\u044E \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456",toggleCalendar:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",selectVaultProfile:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430",selectVaultProfile1:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430 1",selectVaultProfile2:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430 2",selectVaultProfile3:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430 3",deleteFile:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0444\u0430\u0439\u043B\u0438",createNewNote:"\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",createNewNoteFromTemplate:"\u041D\u043E\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430 \u0437 \u0448\u0430\u0431\u043B\u043E\u043D\u0443",moveFiles:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0444\u0430\u0439\u043B\u0438",selectNextFile:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0438\u0439 \u0444\u0430\u0439\u043B",selectPreviousFile:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u0444\u0430\u0439\u043B",navigateBack:"\u041D\u0430\u0437\u0430\u0434",navigateForward:"\u0412\u043F\u0435\u0440\u0435\u0434",convertToFolderNote:"\u041A\u043E\u043D\u0432\u0435\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",setAsFolderNote:"\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u044F\u043A \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",detachFolderNote:"\u0412\u0456\u0434'\u0454\u0434\u043D\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438",pinAllFolderNotes:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u0432\u0441\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",navigateToFolder:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u043F\u0430\u043F\u043A\u0438",navigateToTag:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u0442\u0435\u0433\u0443",navigateToProperty:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",addShortcut:"\u0414\u043E\u0434\u0430\u0442\u0438 \u0434\u043E \u044F\u0440\u043B\u0438\u043A\u0456\u0432",openShortcut:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A {number}",toggleDescendants:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043D\u0430\u0449\u0430\u0434\u043A\u0456\u0432",toggleHidden:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u043F\u0430\u043F\u043A\u0438, \u0442\u0435\u0433\u0438 \u0442\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",toggleTagSort:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0435\u0433\u0456\u0432",toggleCompactMode:"\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0438\u0439 \u0440\u0435\u0436\u0438\u043C",collapseExpand:"\u0417\u0433\u043E\u0440\u043D\u0443\u0442\u0438 / \u0440\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438",addTag:"\u0414\u043E\u0434\u0430\u0442\u0438 \u0442\u0435\u0433 \u0434\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u0456\u0432",setProperty:"\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u0434\u043B\u044F \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u0456\u0432",removeTag:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0442\u0435\u0433 \u0437 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u0456\u0432",removeAllTags:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0442\u0435\u0433\u0438 \u0437 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u0456\u0432",openAllFiles:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0432\u0441\u0456 \u0444\u0430\u0439\u043B\u0438",rebuildCache:"\u041F\u0435\u0440\u0435\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438 \u043A\u0435\u0448"},plugin:{viewName:"Notebook Navigator",calendarViewName:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",ribbonTooltip:"Notebook Navigator",revealInNavigator:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 Notebook Navigator"},tooltips:{lastModifiedAt:"\u041E\u0441\u0442\u0430\u043D\u043D\u0454 \u0437\u043C\u0456\u043D\u0435\u043D\u043D\u044F",createdAt:"\u0421\u0442\u0432\u043E\u0440\u0435\u043D\u043E",file:"\u0444\u0430\u0439\u043B",files:"\u0444\u0430\u0439\u043B\u0456\u0432",folder:"\u043F\u0430\u043F\u043A\u0430",folders:"\u043F\u0430\u043F\u043E\u043A"},settings:{metadataReport:{exportSuccess:"\u0417\u0432\u0456\u0442 \u043F\u0440\u043E \u043D\u0435\u0432\u0434\u0430\u043B\u0456 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0456 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u043E\u0432\u0430\u043D\u043E \u0434\u043E: {filename}",exportFailed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0432\u0456\u0442 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0438\u0445"},sections:{general:"\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0435",navigationPane:"\u041D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F",calendar:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",files:"\u0424\u0430\u0439\u043B\u0438",icons:"\u041F\u0430\u043A\u0435\u0442\u0438 \u0456\u043A\u043E\u043D\u043E\u043A",folders:"\u041F\u0430\u043F\u043A\u0438",folderNotes:"\u041D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",foldersAndTags:"\u041F\u0430\u043F\u043A\u0438",tagsAndProperties:"\u0422\u0435\u0433\u0438 \u0442\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",tags:"\u0422\u0435\u0433\u0438",listPane:"\u0421\u043F\u0438\u0441\u043E\u043A",notes:"\u041D\u043E\u0442\u0430\u0442\u043A\u0438",advanced:"\u0420\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u0456"},groups:{general:{vaultProfiles:"\u041F\u0440\u043E\u0444\u0456\u043B\u0456 \u0441\u0445\u043E\u0432\u0438\u0449\u0430",filtering:"\u0424\u0456\u043B\u044C\u0442\u0440\u0430\u0446\u0456\u044F",templates:"\u0428\u0430\u0431\u043B\u043E\u043D\u0438",behavior:"\u041F\u043E\u0432\u0435\u0434\u0456\u043D\u043A\u0430",keyboardNavigation:"\u041D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F \u0437 \u043A\u043B\u0430\u0432\u0456\u0430\u0442\u0443\u0440\u0438",mouseButtons:"\u041A\u043D\u043E\u043F\u043A\u0438 \u043C\u0438\u0448\u0456",view:"\u0412\u0438\u0433\u043B\u044F\u0434",icons:"\u0406\u043A\u043E\u043D\u043A\u0438",desktopAppearance:"\u0412\u0438\u0433\u043B\u044F\u0434 \u043D\u0430 \u043A\u043E\u043C\u043F'\u044E\u0442\u0435\u0440\u0456",mobileAppearance:"\u041C\u043E\u0431\u0456\u043B\u044C\u043D\u0438\u0439 \u0432\u0438\u0433\u043B\u044F\u0434",formatting:"\u0424\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u043D\u043D\u044F"},navigation:{appearance:"\u0412\u0438\u0433\u043B\u044F\u0434",rainbowColors:"\u041A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438",leftSidebar:"\u041B\u0456\u0432\u0430 \u0431\u0456\u0447\u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u044C",calendarIntegration:"\u0406\u043D\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u044F \u0437 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u0435\u043C"},list:{display:"\u0412\u0438\u0433\u043B\u044F\u0434",pinnedNotes:"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438"},notes:{frontmatter:"Frontmatter",tasks:"\u0417\u0430\u0432\u0434\u0430\u043D\u043D\u044F",icon:"\u0406\u043A\u043E\u043D\u043A\u0430",title:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",previewText:"\u0422\u0435\u043A\u0441\u0442 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443",featureImage:"\u0417\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430\u043F\u0438\u0441\u0443",tags:"\u0422\u0435\u0433\u0438",properties:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",date:"\u0414\u0430\u0442\u0430",parentFolder:"\u0411\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0430 \u043F\u0430\u043F\u043A\u0430"}},syncMode:{notSynced:"(\u043D\u0435 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u043E\u0432\u0430\u043D\u043E)",disabled:"(\u0432\u0438\u043C\u043A\u043D\u0435\u043D\u043E)",switchToSynced:"\u0423\u0432\u0456\u043C\u043A\u043D\u0443\u0442\u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u0430\u0446\u0456\u044E",switchToLocal:"\u0412\u0438\u043C\u043A\u043D\u0443\u0442\u0438 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u0430\u0446\u0456\u044E"},items:{listPaneTitle:{name:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0430\u043D\u0435\u043B\u0456 \u0441\u043F\u0438\u0441\u043A\u0443",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u0434\u0435 \u043F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043F\u0430\u043D\u0435\u043B\u0456 \u0441\u043F\u0438\u0441\u043A\u0443.",options:{header:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0443",list:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0456 \u0441\u043F\u0438\u0441\u043A\u0443",hidden:"\u041D\u0435 \u043F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438"}},sortNotesBy:{name:"\u0421\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0430",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0441\u043F\u043E\u0441\u0456\u0431 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u0441\u043F\u0438\u0441\u043A\u0443.",options:{"modified-desc":"\u0414\u0430\u0442\u0430 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043D\u043D\u044F (\u043D\u0430\u0439\u043D\u043E\u0432\u0456\u0448\u0456 \u0437\u0432\u0435\u0440\u0445\u0443)","modified-asc":"\u0414\u0430\u0442\u0430 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043D\u043D\u044F (\u043D\u0430\u0439\u0441\u0442\u0430\u0440\u0456\u0448\u0456 \u0437\u0432\u0435\u0440\u0445\u0443)","created-desc":"\u0414\u0430\u0442\u0430 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F (\u043D\u0430\u0439\u043D\u043E\u0432\u0456\u0448\u0456 \u0437\u0432\u0435\u0440\u0445\u0443)","created-asc":"\u0414\u0430\u0442\u0430 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F (\u043D\u0430\u0439\u0441\u0442\u0430\u0440\u0456\u0448\u0456 \u0437\u0432\u0435\u0440\u0445\u0443)","title-asc":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A (\u0410 \u0437\u0432\u0435\u0440\u0445\u0443)","title-desc":"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A (\u042F \u0437\u0432\u0435\u0440\u0445\u0443)","filename-asc":"\u0406\u043C'\u044F \u0444\u0430\u0439\u043B\u0443 (\u0410 \u0437\u0432\u0435\u0440\u0445\u0443)","filename-desc":"\u0406\u043C'\u044F \u0444\u0430\u0439\u043B\u0443 (\u042F \u0437\u0432\u0435\u0440\u0445\u0443)","property-asc":"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C (\u0410 \u0437\u0432\u0435\u0440\u0445\u0443)","property-desc":"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C (\u042F \u0437\u0432\u0435\u0440\u0445\u0443)"},propertyOverride:{asc:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u2018{property}\u2019 (\u0410 \u0437\u0432\u0435\u0440\u0445\u0443)",desc:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u2018{property}\u2019 (\u042F \u0437\u0432\u0435\u0440\u0445\u0443)"}},propertySortKey:{name:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F",desc:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0437 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u043C \u0437\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044E. \u041D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0446\u0456\u0454\u044E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044E frontmatter \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u044C\u0441\u044F \u043F\u0435\u0440\u0448\u0438\u043C\u0438 \u0456 \u0441\u043E\u0440\u0442\u0443\u044E\u0442\u044C\u0441\u044F \u0437\u0430 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F\u043C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456. \u041C\u0430\u0441\u0438\u0432\u0438 \u043E\u0431'\u0454\u0434\u043D\u0443\u044E\u0442\u044C\u0441\u044F \u0432 \u043E\u0434\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F.",placeholder:"order"},propertySortSecondary:{name:"\u0412\u0442\u043E\u0440\u0438\u043D\u043D\u0435 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F",desc:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043F\u0440\u0438 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u0456 \u0437\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044E, \u043A\u043E\u043B\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043C\u0430\u044E\u0442\u044C \u043E\u0434\u043D\u0430\u043A\u043E\u0432\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0430\u0431\u043E \u043D\u0435 \u043C\u0430\u044E\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F.",options:{title:"\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A",filename:"\u041D\u0430\u0437\u0432\u0430 \u0444\u0430\u0439\u043B\u0443",created:"\u0414\u0430\u0442\u0430 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F",modified:"\u0414\u0430\u0442\u0430 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043D\u043D\u044F"}},revealFileOnListChanges:{name:"\u041F\u0440\u043E\u043A\u0440\u0443\u0447\u0443\u0432\u0430\u0442\u0438 \u0434\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 \u043F\u0440\u0438 \u0437\u043C\u0456\u043D\u0430\u0445 \u0441\u043F\u0438\u0441\u043A\u0443",desc:"\u041F\u0440\u043E\u043A\u0440\u0443\u0447\u0443\u0432\u0430\u0442\u0438 \u0434\u043E \u0432\u0438\u0431\u0440\u0430\u043D\u043E\u0433\u043E \u0444\u0430\u0439\u043B\u0443 \u043F\u0440\u0438 \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043E\u043A, \u043F\u043E\u043A\u0430\u0437\u0456 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u043D\u0430\u0449\u0430\u0434\u043A\u0456\u0432, \u0437\u043C\u0456\u043D\u0456 \u0432\u0438\u0433\u043B\u044F\u0434\u0443 \u043F\u0430\u043F\u043A\u0438 \u0430\u0431\u043E \u0432\u0438\u043A\u043E\u043D\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u043E\u0432\u0438\u0445 \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u0439."},includeDescendantNotes:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A / \u043D\u0430\u0449\u0430\u0434\u043A\u0456\u0432",desc:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u0438\u0445 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A \u0442\u0430 \u043D\u0430\u0449\u0430\u0434\u043A\u0456\u0432 \u0442\u0435\u0433\u0456\u0432 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0456 \u043F\u0430\u043F\u043A\u0438 \u0430\u0431\u043E \u0442\u0435\u0433\u0443."},limitPinnedToCurrentFolder:{name:"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u044E\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043B\u0438\u0448\u0435 \u0432 \u0457\u0445\u043D\u0456\u0439 \u043F\u0430\u043F\u0446\u0456",desc:"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u044C\u0441\u044F \u044F\u043A \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0456 \u043B\u0438\u0448\u0435 \u0443 \u0441\u0432\u043E\u0457\u0439 \u0432\u043B\u0430\u0441\u043D\u0456\u0439 \u043F\u0430\u043F\u0446\u0456. \u041A\u043E\u0440\u0438\u0441\u043D\u043E \u0434\u043B\u044F \u043D\u043E\u0442\u0430\u0442\u043E\u043A-\u043F\u0430\u043F\u043E\u043A \u0430\u0431\u043E \u044F\u043A\u0449\u043E \u0443 \u0432\u0430\u0441 \u0431\u0430\u0433\u0430\u0442\u043E \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A. \u041D\u0435 \u0432\u043F\u043B\u0438\u0432\u0430\u0454 \u043D\u0430 \u043F\u043E\u0434\u0430\u043D\u043D\u044F \u0442\u0435\u0433\u0456\u0432 \u0430\u0431\u043E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439."},separateNoteCounts:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0442\u043E\u0447\u043D\u0456 \u0442\u0430 \u043D\u0430\u0449\u0430\u0434\u043A\u043E\u0432\u0456 \u043F\u0456\u0434\u0440\u0430\u0445\u0443\u043D\u043A\u0438 \u043E\u043A\u0440\u0435\u043C\u043E",desc:'\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456 "\u043F\u043E\u0442\u043E\u0447\u043D\u0456 \u25BE \u043D\u0430\u0449\u0430\u0434\u043A\u0438" \u0432 \u043F\u0430\u043F\u043A\u0430\u0445 \u0456 \u0442\u0435\u0433\u0430\u0445.'},groupNotes:{name:"\u0413\u0440\u0443\u043F\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u043C\u0456\u0436 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438, \u0437\u0433\u0440\u0443\u043F\u043E\u0432\u0430\u043D\u0438\u043C\u0438 \u0437\u0430 \u0434\u0430\u0442\u043E\u044E \u0430\u0431\u043E \u043F\u0430\u043F\u043A\u043E\u044E. \u041F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0438 \u0442\u0435\u0433\u0456\u0432 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C \u0433\u0440\u0443\u043F\u0438 \u0437\u0430 \u0434\u0430\u0442\u043E\u044E, \u043A\u043E\u043B\u0438 \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E \u0433\u0440\u0443\u043F\u0443\u0432\u0430\u043D\u043D\u044F \u0437\u0430 \u043F\u0430\u043F\u043A\u0430\u043C\u0438.",options:{none:"\u041D\u0435 \u0433\u0440\u0443\u043F\u0443\u0432\u0430\u0442\u0438",date:"\u0413\u0440\u0443\u043F\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 \u0434\u0430\u0442\u043E\u044E",folder:"\u0413\u0440\u0443\u043F\u0443\u0432\u0430\u0442\u0438 \u0437\u0430 \u043F\u0430\u043F\u043A\u043E\u044E"}},showSelectedNavigationPills:{name:"\u0417\u0430\u0432\u0436\u0434\u0438 \u043F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0456 \u043C\u0456\u0442\u043A\u0438 \u0442\u0435\u0433\u0456\u0432 \u0442\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",desc:"\u041A\u043E\u043B\u0438 \u0432\u0438\u043C\u043A\u043D\u0435\u043D\u043E, \u043C\u0456\u0442\u043A\u0438, \u0449\u043E \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u044E\u0442\u044C \u043F\u043E\u0442\u043E\u0447\u043D\u043E\u043C\u0443 \u0432\u0438\u0431\u043E\u0440\u0443 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457, \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F (\u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434, \u043C\u0456\u0442\u043A\u0430 \u0442\u0435\u0433\u0443 \xAB\u0440\u0435\u0446\u0435\u043F\u0442\u0438\xBB \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043F\u0456\u0434 \u0447\u0430\u0441 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443 \u0442\u0435\u0433\u0443 \xAB\u0440\u0435\u0446\u0435\u043F\u0442\u0438\xBB). \u0423\u0432\u0456\u043C\u043A\u043D\u0456\u0442\u044C, \u0449\u043E\u0431 \u0443\u0441\u0456 \u043C\u0456\u0442\u043A\u0438 \u0437\u0430\u043B\u0438\u0448\u0430\u043B\u0438\u0441\u044F \u0432\u0438\u0434\u0438\u043C\u0438\u043C\u0438."},showPinnedGroupHeader:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u0445",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0440\u043E\u0437\u0434\u0456\u043B\u0443 \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u0445 \u043D\u0430\u0434 \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u043C\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438."},showPinnedIcon:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443 \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u0445",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443 \u043F\u043E\u0440\u044F\u0434 \u0456\u0437 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u043E\u043C \u0440\u043E\u0437\u0434\u0456\u043B\u0443 \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u0445."},defaultListMode:{name:"\u0420\u0435\u0436\u0438\u043C \u0441\u043F\u0438\u0441\u043A\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043C\u0430\u043A\u0435\u0442 \u0441\u043F\u0438\u0441\u043A\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C. \u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439 \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A, \u0434\u0430\u0442\u0443, \u043E\u043F\u0438\u0441 \u0442\u0430 \u0442\u0435\u043A\u0441\u0442 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443. \u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0438\u0439 \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u043B\u0438\u0448\u0435 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A. \u041F\u0435\u0440\u0435\u0432\u0438\u0437\u043D\u0430\u0447\u0442\u0435 \u0432\u0438\u0433\u043B\u044F\u0434 \u0434\u043B\u044F \u043A\u043E\u0436\u043D\u043E\u0457 \u043F\u0430\u043F\u043A\u0438.",options:{standard:"\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0439",compact:"\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0438\u0439"}},showFileIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u0456\u0432 \u0437 \u0432\u0438\u0440\u0456\u0432\u043D\u044E\u0432\u0430\u043D\u043D\u044F\u043C \u043B\u0456\u0432\u043E\u0440\u0443\u0447. \u0412\u0438\u043C\u043A\u043D\u0435\u043D\u043D\u044F \u0432\u0438\u0434\u0430\u043B\u044F\u0454 \u044F\u043A \u0456\u043A\u043E\u043D\u043A\u0438, \u0442\u0430\u043A \u0456 \u0432\u0456\u0434\u0441\u0442\u0443\u043F. \u041F\u0440\u0456\u043E\u0440\u0438\u0442\u0435\u0442: \u0437\u043D\u0430\u0447\u043E\u043A \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0445 \u0437\u0430\u0432\u0434\u0430\u043D\u044C > \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0438\u0439 \u0437\u043D\u0430\u0447\u043E\u043A > \u0437\u043D\u0430\u0447\u043E\u043A \u043D\u0430\u0437\u0432\u0438 \u0444\u0430\u0439\u043B\u0443 > \u0437\u043D\u0430\u0447\u043E\u043A \u0442\u0438\u043F\u0443 \u0444\u0430\u0439\u043B\u0443 > \u0437\u043D\u0430\u0447\u043E\u043A \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C."},showFileIconUnfinishedTask:{name:"\u0417\u043D\u0430\u0447\u043E\u043A \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0445 \u0437\u0430\u0432\u0434\u0430\u043D\u044C",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0443 \u0437\u0430\u0432\u0434\u0430\u043D\u043D\u044F, \u043A\u043E\u043B\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0430 \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0456 \u0437\u0430\u0432\u0434\u0430\u043D\u043D\u044F."},showFileBackgroundUnfinishedTask:{name:"\u0424\u043E\u043D \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0445 \u0437\u0430\u0432\u0434\u0430\u043D\u044C",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443, \u043A\u043E\u043B\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0430 \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0456 \u0437\u0430\u0432\u0434\u0430\u043D\u043D\u044F."},unfinishedTaskBackgroundColor:{name:"\u041A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443",desc:"\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u043A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443, \u0449\u043E \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043A\u043E\u043B\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0430 \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u043D\u0435\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0456 \u0437\u0430\u0432\u0434\u0430\u043D\u043D\u044F."},showFilenameMatchIcons:{name:"\u0406\u043A\u043E\u043D\u043A\u0438 \u0437\u0430 \u043D\u0430\u0437\u0432\u043E\u044E \u0444\u0430\u0439\u043B\u0443",desc:"\u041F\u0440\u0438\u0437\u043D\u0430\u0447\u0438\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u0430\u043C \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0456 \u0442\u0435\u043A\u0441\u0442\u0443 \u0432 \u0457\u0445\u043D\u0456\u0445 \u043D\u0430\u0437\u0432\u0430\u0445."},fileNameIconMap:{name:"\u0417\u0456\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044F \u043D\u0430\u0437\u0432 \u0442\u0430 \u0456\u043A\u043E\u043D\u043E\u043A",desc:"\u0424\u0430\u0439\u043B\u0438, \u0449\u043E \u043C\u0456\u0441\u0442\u044F\u0442\u044C \u0442\u0435\u043A\u0441\u0442, \u043E\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C \u0432\u043A\u0430\u0437\u0430\u043D\u0443 \u0456\u043A\u043E\u043D\u043A\u0443. \u041E\u0434\u043D\u0435 \u0437\u0456\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044F \u043D\u0430 \u0440\u044F\u0434\u043E\u043A: \u0442\u0435\u043A\u0441\u0442=\u0456\u043A\u043E\u043D\u043A\u0430",placeholder:`# \u0442\u0435\u043A\u0441\u0442=\u0456\u043A\u043E\u043D\u043A\u0430 +\u0437\u0443\u0441\u0442\u0440\u0456\u0447=LiCalendar +\u0440\u0430\u0445\u0443\u043D\u043E\u043A=PhReceipt`,editTooltip:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u0456\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044F"},showCategoryIcons:{name:"\u0406\u043A\u043E\u043D\u043A\u0438 \u0437\u0430 \u0442\u0438\u043F\u043E\u043C \u0444\u0430\u0439\u043B\u0443",desc:"\u041F\u0440\u0438\u0437\u043D\u0430\u0447\u0438\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u0444\u0430\u0439\u043B\u0430\u043C \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0456 \u0457\u0445\u043D\u044C\u043E\u0433\u043E \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F."},fileTypeIconMap:{name:"\u0417\u0456\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044F \u0442\u0438\u043F\u0456\u0432 \u0442\u0430 \u0456\u043A\u043E\u043D\u043E\u043A",desc:"\u0424\u0430\u0439\u043B\u0438 \u0437 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F\u043C \u043E\u0442\u0440\u0438\u043C\u0443\u044E\u0442\u044C \u0432\u043A\u0430\u0437\u0430\u043D\u0443 \u0456\u043A\u043E\u043D\u043A\u0443. \u041E\u0434\u043D\u0435 \u0437\u0456\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044F \u043D\u0430 \u0440\u044F\u0434\u043E\u043A: \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F=\u0456\u043A\u043E\u043D\u043A\u0430",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0437\u0456\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044F"},optimizeNoteHeight:{name:"\u0417\u043C\u0456\u043D\u043D\u0430 \u0432\u0438\u0441\u043E\u0442\u0430 \u043D\u043E\u0442\u0430\u0442\u043E\u043A",desc:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0443 \u0432\u0438\u0441\u043E\u0442\u0443 \u0434\u043B\u044F \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0442\u0430 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0431\u0435\u0437 \u0442\u0435\u043A\u0441\u0442\u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443."},compactItemHeight:{name:"\u0412\u0438\u0441\u043E\u0442\u0430 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0438\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",desc:"\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0456\u0442\u044C \u0432\u0438\u0441\u043E\u0442\u0443 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0443 \u043D\u0430 \u043A\u043E\u043C\u043F'\u044E\u0442\u0435\u0440\u0456 \u0442\u0430 \u043C\u043E\u0431\u0456\u043B\u044C\u043D\u043E\u043C\u0443.",resetTooltip:"\u0412\u0456\u0434\u043D\u043E\u0432\u0438\u0442\u0438 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C (28px)"},compactItemHeightScaleText:{name:"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u043A\u0441\u0442 \u0437 \u0432\u0438\u0441\u043E\u0442\u043E\u044E \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u0438\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",desc:"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u043A\u0441\u0442 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u0433\u043E \u0441\u043F\u0438\u0441\u043A\u0443 \u043F\u0440\u0438 \u0437\u043C\u0435\u043D\u0448\u0435\u043D\u043D\u0456 \u0432\u0438\u0441\u043E\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432."},showParentFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0443 \u043F\u0430\u043F\u043A\u0443",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043D\u0430\u0437\u0432\u0443 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u043E\u0457 \u043F\u0430\u043F\u043A\u0438 \u0434\u043B\u044F \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043F\u0456\u0434\u043F\u0430\u043F\u043A\u0430\u0445 \u0430\u0431\u043E \u0442\u0435\u0433\u0430\u0445."},parentFolderClickRevealsFile:{name:"\u041D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u044F \u043D\u0430 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0443 \u043F\u0430\u043F\u043A\u0443 \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0454 \u043F\u0430\u043F\u043A\u0443",desc:"\u041D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u044F \u043D\u0430 \u043C\u0456\u0442\u043A\u0443 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u043E\u0457 \u043F\u0430\u043F\u043A\u0438 \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0454 \u043F\u0430\u043F\u043A\u0443 \u0432 \u043F\u0430\u043D\u0435\u043B\u0456 \u0441\u043F\u0438\u0441\u043A\u0443."},showParentFolderColor:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u0456\u0440 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u043E\u0457 \u043F\u0430\u043F\u043A\u0438",desc:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u043F\u0430\u043F\u043E\u043A \u043D\u0430 \u043C\u0456\u0442\u043A\u0430\u0445 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0445 \u043F\u0430\u043F\u043E\u043A."},showParentFolderIcon:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u043D\u0430\u0447\u043E\u043A \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u043E\u0457 \u043F\u0430\u043F\u043A\u0438",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u043D\u0430\u0447\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u043F\u043E\u0440\u0443\u0447 \u0456\u0437 \u043C\u0456\u0442\u043A\u0430\u043C\u0438 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0445 \u043F\u0430\u043F\u043E\u043A."},showQuickActions:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0448\u0432\u0438\u0434\u043A\u0456 \u0434\u0456\u0457",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043A\u043D\u043E\u043F\u043A\u0438 \u0434\u0456\u0439 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u0456 \u043D\u0430 \u0444\u0430\u0439\u043B\u0438. \u0415\u043B\u0435\u043C\u0435\u043D\u0442\u0438 \u043A\u0435\u0440\u0443\u0432\u0430\u043D\u043D\u044F \u043A\u043D\u043E\u043F\u043A\u0430\u043C\u0438 \u0432\u0438\u0431\u0438\u0440\u0430\u044E\u0442\u044C, \u044F\u043A\u0456 \u0434\u0456\u0457 \u0437'\u044F\u0432\u043B\u044F\u044E\u0442\u044C\u0441\u044F."},dualPane:{name:"\u041C\u0430\u043A\u0435\u0442 \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u0442\u0430 \u043F\u0430\u043D\u0435\u043B\u044C \u0441\u043F\u0438\u0441\u043A\u0443 \u043F\u043E\u0440\u0443\u0447 \u043D\u0430 \u043A\u043E\u043C\u043F'\u044E\u0442\u0435\u0440\u0456."},dualPaneOrientation:{name:"\u041E\u0440\u0456\u0454\u043D\u0442\u0430\u0446\u0456\u044F \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0433\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u0438\u0439 \u0430\u0431\u043E \u0432\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u0438\u0439 \u043C\u0430\u043A\u0435\u0442 \u043F\u0440\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u0456\u0439 \u043F\u043E\u0434\u0432\u0456\u0439\u043D\u0456\u0439 \u043F\u0430\u043D\u0435\u043B\u0456.",options:{horizontal:"\u0413\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u0438\u0439 \u043F\u043E\u0434\u0456\u043B",vertical:"\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u0438\u0439 \u043F\u043E\u0434\u0456\u043B"}},appearanceBackground:{name:"\u041A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0444\u043E\u043D\u0443 \u0434\u043B\u044F \u043F\u0430\u043D\u0435\u043B\u0435\u0439 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u0442\u0430 \u0441\u043F\u0438\u0441\u043A\u0443.",options:{separate:"\u041E\u043A\u0440\u0435\u043C\u0456 \u0444\u043E\u043D\u0438",primary:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0444\u043E\u043D \u0441\u043F\u0438\u0441\u043A\u0443",secondary:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0444\u043E\u043D \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457"}},appearanceScale:{name:"\u0420\u0456\u0432\u0435\u043D\u044C \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0443\u0432\u0430\u043D\u043D\u044F",desc:"\u041A\u0435\u0440\u0443\u0454 \u0437\u0430\u0433\u0430\u043B\u044C\u043D\u0438\u043C \u0440\u0456\u0432\u043D\u0435\u043C \u043C\u0430\u0441\u0448\u0442\u0430\u0431\u0443\u0432\u0430\u043D\u043D\u044F Notebook Navigator."},useFloatingToolbars:{name:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043F\u043B\u0430\u0432\u0430\u044E\u0447\u0456 \u043F\u0430\u043D\u0435\u043B\u0456 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432 \u043D\u0430 iOS/iPadOS",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u0434\u043E Obsidian 1.11 \u0456 \u043D\u043E\u0432\u0456\u0448\u0438\u0445 \u0432\u0435\u0440\u0441\u0456\u0439."},startView:{name:"\u0412\u0438\u0433\u043B\u044F\u0434 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0443 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u044F\u043A\u0443 \u043F\u0430\u043D\u0435\u043B\u044C \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043F\u0440\u0438 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0442\u0456 Notebook Navigator. \u041F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u044F\u0440\u043B\u0438\u043A\u0438, \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0438 \u0442\u0430 \u0434\u0435\u0440\u0435\u0432\u043E \u043F\u0430\u043F\u043E\u043A. \u041F\u0430\u043D\u0435\u043B\u044C \u0441\u043F\u0438\u0441\u043A\u0443 \u043E\u0434\u0440\u0430\u0437\u0443 \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u0441\u043F\u0438\u0441\u043E\u043A \u0444\u0430\u0439\u043B\u0456\u0432.",options:{navigation:"\u041F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",files:"\u041F\u0430\u043D\u0435\u043B\u044C \u0441\u043F\u0438\u0441\u043A\u0443"}},toolbarButtons:{name:"\u041A\u043D\u043E\u043F\u043A\u0438 \u043F\u0430\u043D\u0435\u043B\u0456 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u044F\u043A\u0456 \u043A\u043D\u043E\u043F\u043A\u0438 \u0437'\u044F\u0432\u043B\u044F\u044E\u0442\u044C\u0441\u044F \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0456 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432. \u041F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u043A\u043D\u043E\u043F\u043A\u0438 \u0437\u0430\u043B\u0438\u0448\u0430\u044E\u0442\u044C\u0441\u044F \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0438\u043C\u0438 \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0430\u043D\u0434\u0438 \u0442\u0430 \u043C\u0435\u043D\u044E.",navigationLabel:"\u041F\u0430\u043D\u0435\u043B\u044C \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",listLabel:"\u041F\u0430\u043D\u0435\u043B\u044C \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432 \u0441\u043F\u0438\u0441\u043A\u0443"},createNewNotesInNewTab:{name:"\u0412\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0442\u0438 \u043D\u043E\u0432\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0432 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456",desc:"\u042F\u043A\u0449\u043E \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E, \u043A\u043E\u043C\u0430\u043D\u0434\u0430 \xAB\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043D\u043E\u0432\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443\xBB \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0454 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0432 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456. \u042F\u043A\u0449\u043E \u0432\u0438\u043C\u043A\u043D\u0435\u043D\u043E, \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0430\u043C\u0456\u043D\u044E\u044E\u0442\u044C \u043F\u043E\u0442\u043E\u0447\u043D\u0443 \u0432\u043A\u043B\u0430\u0434\u043A\u0443."},autoRevealActiveNote:{name:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u043F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",desc:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u043F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0440\u0438 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0442\u0456 \u0437 \u0428\u0432\u0438\u0434\u043A\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0447\u0430, \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u044C \u0430\u0431\u043E \u043F\u043E\u0448\u0443\u043A\u0443."},autoRevealShortestPath:{name:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u0439\u043A\u043E\u0440\u043E\u0442\u0448\u0438\u0439 \u0448\u043B\u044F\u0445",desc:"\u0423\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043E: \u0410\u0432\u0442\u043E\u043F\u043E\u043A\u0430\u0437 \u043E\u0431\u0438\u0440\u0430\u0454 \u043D\u0430\u0439\u0431\u043B\u0438\u0436\u0447\u0443 \u0432\u0438\u0434\u0438\u043C\u0443 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0443 \u0442\u0435\u043A\u0443 \u0430\u0431\u043E \u0442\u0435\u0433. \u0412\u0438\u043C\u043A\u043D\u0435\u043D\u043E: \u0410\u0432\u0442\u043E\u043F\u043E\u043A\u0430\u0437 \u043E\u0431\u0438\u0440\u0430\u0454 \u0444\u0430\u043A\u0442\u0438\u0447\u043D\u0443 \u0442\u0435\u043A\u0443 \u0444\u0430\u0439\u043B\u0443 \u0442\u0430 \u0442\u043E\u0447\u043D\u0438\u0439 \u0442\u0435\u0433."},autoRevealIgnoreRightSidebar:{name:"\u0406\u0433\u043D\u043E\u0440\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0434\u0456\u0457 \u0437 \u043F\u0440\u0430\u0432\u043E\u0457 \u0431\u0456\u0447\u043D\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456",desc:"\u041D\u0435 \u0437\u043C\u0456\u043D\u044E\u0432\u0430\u0442\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456 \u0430\u0431\u043E \u0437\u043C\u0456\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043F\u0440\u0430\u0432\u0456\u0439 \u0431\u0456\u0447\u043D\u0456\u0439 \u043F\u0430\u043D\u0435\u043B\u0456."},autoRevealIgnoreOtherWindows:{name:"\u0406\u0433\u043D\u043E\u0440\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0434\u0456\u0457 \u0437 \u0456\u043D\u0448\u0438\u0445 \u0432\u0456\u043A\u043E\u043D",desc:"\u041D\u0435 \u0437\u043C\u0456\u043D\u044E\u0432\u0430\u0442\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0440\u0438 \u0440\u043E\u0431\u043E\u0442\u0456 \u0437 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438 \u0432 \u0456\u043D\u0448\u043E\u043C\u0443 \u0432\u0456\u043A\u043D\u0456."},paneTransitionDuration:{name:"\u0410\u043D\u0456\u043C\u0430\u0446\u0456\u044F \u043E\u0434\u043D\u0456\u0454\u0457 \u043F\u0430\u043D\u0435\u043B\u0456",desc:"\u0422\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0443 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u043D\u043D\u0456 \u043F\u0430\u043D\u0435\u043B\u0435\u0439 \u0443 \u0440\u0435\u0436\u0438\u043C\u0456 \u043E\u0434\u043D\u0456\u0454\u0457 \u043F\u0430\u043D\u0435\u043B\u0456 (\u043C\u0456\u043B\u0456\u0441\u0435\u043A\u0443\u043D\u0434\u0438).",resetTooltip:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0434\u043E \u0441\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0438\u0445"},autoSelectFirstFileOnFocusChange:{name:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0438\u0431\u0438\u0440\u0430\u0442\u0438 \u043F\u0435\u0440\u0448\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443",desc:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0442\u0438 \u043F\u0435\u0440\u0448\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u043D\u043D\u0456 \u043F\u0430\u043F\u043E\u043A \u0430\u0431\u043E \u0442\u0435\u0433\u0456\u0432."},skipAutoScroll:{name:"\u0412\u0438\u043C\u043A\u043D\u0443\u0442\u0438 \u0430\u0432\u0442\u043E\u043F\u0440\u043E\u043A\u0440\u0443\u0447\u0443\u0432\u0430\u043D\u043D\u044F \u0434\u043B\u044F \u044F\u0440\u043B\u0438\u043A\u0456\u0432",desc:"\u041D\u0435 \u043F\u0440\u043E\u043A\u0440\u0443\u0447\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438 \u0432 \u044F\u0440\u043B\u0438\u043A\u0430\u0445."},autoExpandNavItems:{name:"\u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u043F\u0440\u0438 \u0432\u0438\u0431\u043E\u0440\u0456",desc:"\u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0438 \u0442\u0430 \u0442\u0435\u0433\u0438 \u043F\u0440\u0438 \u0432\u0438\u0431\u043E\u0440\u0456. \u0423 \u0440\u0435\u0436\u0438\u043C\u0456 \u043E\u0434\u043D\u0456\u0454\u0457 \u043F\u0430\u043D\u0435\u043B\u0456 \u043F\u0435\u0440\u0448\u0438\u0439 \u0432\u0438\u0431\u0456\u0440 \u0440\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0454, \u0434\u0440\u0443\u0433\u0438\u0439 \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u0444\u0430\u0439\u043B\u0438."},springLoadedFolders:{name:"\u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u043F\u0456\u0434 \u0447\u0430\u0441 \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u044F",desc:"\u0420\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0438 \u0439 \u0442\u0435\u0433\u0438 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u0456 \u043F\u0456\u0434 \u0447\u0430\u0441 \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u044F."},springLoadedFoldersInitialDelay:{name:"\u0417\u0430\u0442\u0440\u0438\u043C\u043A\u0430 \u043F\u0435\u0440\u0448\u043E\u0433\u043E \u0440\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F",desc:"\u0417\u0430\u0442\u0440\u0438\u043C\u043A\u0430 \u043F\u0435\u0440\u0435\u0434 \u0440\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F\u043C \u043F\u0435\u0440\u0448\u043E\u0457 \u043F\u0430\u043F\u043A\u0438 \u0430\u0431\u043E \u0442\u0435\u0433\u0443 \u043F\u0456\u0434 \u0447\u0430\u0441 \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u044F (\u0441\u0435\u043A\u0443\u043D\u0434\u0438)."},springLoadedFoldersSubsequentDelay:{name:"\u0417\u0430\u0442\u0440\u0438\u043C\u043A\u0430 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0438\u0445 \u0440\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u043D\u044C",desc:"\u0417\u0430\u0442\u0440\u0438\u043C\u043A\u0430 \u043F\u0435\u0440\u0435\u0434 \u0440\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F\u043C \u0434\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u0438\u0445 \u043F\u0430\u043F\u043E\u043A \u0430\u0431\u043E \u0442\u0435\u0433\u0456\u0432 \u043F\u0456\u0434 \u0447\u0430\u0441 \u0442\u043E\u0433\u043E \u0436 \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u043D\u044F (\u0441\u0435\u043A\u0443\u043D\u0434\u0438)."},navigationBanner:{name:"\u0411\u0430\u043D\u0435\u0440 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u043D\u0430\u0434 \u043F\u0430\u043D\u0435\u043B\u043B\u044E \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457. \u0417\u043C\u0456\u043D\u044E\u0454\u0442\u044C\u0441\u044F \u0437 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u043C \u043F\u0440\u043E\u0444\u0456\u043B\u0435\u043C \u0441\u0445\u043E\u0432\u0438\u0449\u0430.",current:"\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0431\u0430\u043D\u0435\u0440: {path}",chooseButton:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F"},pinNavigationBanner:{name:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u0431\u0430\u043D\u0435\u0440",desc:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u0431\u0430\u043D\u0435\u0440 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043D\u0430\u0434 \u0434\u0435\u0440\u0435\u0432\u043E\u043C \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457."},showShortcuts:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u044F\u0440\u043B\u0438\u043A\u0438",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B \u044F\u0440\u043B\u0438\u043A\u0456\u0432 \u0443 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457."},shortcutBadgeDisplay:{name:"\u0417\u043D\u0430\u0447\u043E\u043A \u044F\u0440\u043B\u0438\u043A\u0430",desc:"\u0429\u043E \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0431\u0456\u043B\u044F \u044F\u0440\u043B\u0438\u043A\u0456\u0432. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u0438 '\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u044F\u0440\u043B\u0438\u043A 1-9' \u0434\u043B\u044F \u043F\u0440\u044F\u043C\u043E\u0433\u043E \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0442\u044F \u044F\u0440\u043B\u0438\u043A\u0456\u0432.",options:{index:"\u041F\u043E\u0437\u0438\u0446\u0456\u044F (1-9)",count:"\u041A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",none:"\u041D\u0435\u043C\u0430\u0454"}},showRecentNotes:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0438",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u0445 \u0444\u0430\u0439\u043B\u0456\u0432 \u0443 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457."},hideRecentNotes:{name:"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u0442\u0438\u043F\u0438 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u041E\u0431\u0435\u0440\u0456\u0442\u044C \u0442\u0438\u043F\u0438 \u0444\u0430\u0439\u043B\u0456\u0432 \u0434\u043B\u044F \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u0432\u0430\u043D\u043D\u044F \u0432 \u0440\u043E\u0437\u0434\u0456\u043B\u0456 \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u0445 \u0444\u0430\u0439\u043B\u0456\u0432.",options:{none:"\u0416\u043E\u0434\u043D\u043E\u0433\u043E",folderNotes:"\u041D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A"}},recentNotesCount:{name:"\u041A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u0445 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u041A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u0445 \u0444\u0430\u0439\u043B\u0456\u0432 \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F."},pinRecentNotesWithShortcuts:{name:"\u0417\u0430\u043A\u0440\u0456\u043F\u0438\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0438 \u0440\u0430\u0437\u043E\u043C \u0437 \u044F\u0440\u043B\u0438\u043A\u0430\u043C\u0438",desc:"\u0412\u043A\u043B\u044E\u0447\u0430\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0438 \u043F\u0440\u0438 \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u043D\u0456 \u044F\u0440\u043B\u0438\u043A\u0456\u0432."},calendarEnabled:{name:"\u0423\u0432\u0456\u043C\u043A\u043D\u0443\u0442\u0438 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",desc:"\u0423\u0432\u0456\u043C\u043A\u043D\u0443\u0442\u0438 \u0444\u0443\u043D\u043A\u0446\u0456\u0457 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F \u0432 Notebook Navigator."},calendarPlacement:{name:"\u0420\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043D\u0430 \u043B\u0456\u0432\u0456\u0439 \u0430\u0431\u043E \u043F\u0440\u0430\u0432\u0456\u0439 \u0431\u0456\u0447\u043D\u0456\u0439 \u043F\u0430\u043D\u0435\u043B\u0456.",options:{leftSidebar:"\u041B\u0456\u0432\u0430 \u0431\u0456\u0447\u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u044C",rightSidebar:"\u041F\u0440\u0430\u0432\u0430 \u0431\u0456\u0447\u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u044C"}},calendarLeftPlacement:{name:"\u0420\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u0432 \u0440\u0435\u0436\u0438\u043C\u0456 \u043E\u0434\u043D\u0456\u0454\u0457 \u043F\u0430\u043D\u0435\u043B\u0456",desc:"\u0414\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044C\u0441\u044F \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440 \u0443 \u0440\u0435\u0436\u0438\u043C\u0456 \u043E\u0434\u043D\u0456\u0454\u0457 \u043F\u0430\u043D\u0435\u043B\u0456.",options:{navigationPane:"\u041F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457",below:"\u041F\u0456\u0434 \u043F\u0430\u043D\u0435\u043B\u044F\u043C\u0438"}},calendarLocale:{name:"\u041C\u043E\u0432\u0430",desc:"\u041A\u0435\u0440\u0443\u0454 \u043D\u0443\u043C\u0435\u0440\u0430\u0446\u0456\u0454\u044E \u0442\u0438\u0436\u043D\u0456\u0432 \u0442\u0430 \u043F\u0435\u0440\u0448\u0438\u043C \u0434\u043D\u0435\u043C \u0442\u0438\u0436\u043D\u044F.",incompatibleWeekPatternWarning:'\u0428\u0430\u0431\u043B\u043E\u043D \u0449\u043E\u0442\u0438\u0436\u043D\u0435\u0432\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0442\u043E\u043A\u0435\u043D\u0438 ISO-\u0442\u0438\u0436\u043D\u044F ("W" \u0430\u0431\u043E "G"). \u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043C\u0435 \u0442\u0438\u0436\u043D\u0456, \u0449\u043E \u043F\u043E\u0447\u0438\u043D\u0430\u044E\u0442\u044C\u0441\u044F \u0437 \u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043A\u0430, \u0437\u0430\u043C\u0456\u0441\u0442\u044C \u043F\u0435\u0440\u0448\u043E\u0433\u043E \u0434\u043D\u044F \u0442\u0438\u0436\u043D\u044F \u0446\u0456\u0454\u0457 \u043C\u043E\u0432\u0438.',options:{systemDefault:"\u0417\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C"}},calendarWeekendDays:{name:"\u0412\u0438\u0445\u0456\u0434\u043D\u0456 \u0434\u043D\u0456",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043D\u0456 \u0434\u043D\u0456 \u0437 \u0456\u043D\u0448\u0438\u043C \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u043C \u0444\u043E\u043D\u0443.",options:{none:"\u041D\u0435\u043C\u0430\u0454",satSun:"\u0421\u0443\u0431\u043E\u0442\u0430 \u0442\u0430 \u043D\u0435\u0434\u0456\u043B\u044F",friSat:"\u041F'\u044F\u0442\u043D\u0438\u0446\u044F \u0442\u0430 \u0441\u0443\u0431\u043E\u0442\u0430",thuFri:"\u0427\u0435\u0442\u0432\u0435\u0440 \u0442\u0430 \u043F'\u044F\u0442\u043D\u0438\u0446\u044F"}},calendarMonthHeadingFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u043D\u0430\u0437\u0432\u0438 \u043C\u0456\u0441\u044F\u0446\u044F",desc:"\u0417\u0432\u0438\u0447\u0430\u0439\u043D\u0430 \u0430\u0431\u043E \u0441\u043A\u043E\u0440\u043E\u0447\u0435\u043D\u0430 \u043D\u0430\u0437\u0432\u0430 \u043C\u0456\u0441\u044F\u0446\u044F, \u043A\u043E\u043B\u0438 \u0440\u0456\u0447\u043D\u0438\u0439 \u0432\u0438\u0433\u043B\u044F\u0434 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u043E.",options:{full:"\u0441\u0456\u0447\u0435\u043D\u044C (\u043F\u043E\u0432\u043D\u0430)",short:"\u0441\u0456\u0447 (\u043A\u043E\u0440\u043E\u0442\u043A\u0430)"}},showInfoButtons:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043A\u043D\u043E\u043F\u043A\u0438 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043A\u043D\u043E\u043F\u043A\u0438 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0457 \u0432 \u0440\u044F\u0434\u043A\u0443 \u043F\u043E\u0448\u0443\u043A\u0443 \u0442\u0430 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0443 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F."},calendarWeeksToShow:{name:"\u0422\u0438\u0436\u043D\u0456\u0432 \u0434\u043B\u044F \u043F\u043E\u043A\u0430\u0437\u0443 \u043D\u0430 \u043B\u0456\u0432\u0456\u0439 \u0431\u0456\u0447\u043D\u0456\u0439 \u043F\u0430\u043D\u0435\u043B\u0456",desc:"\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440 \u043D\u0430 \u043F\u0440\u0430\u0432\u0456\u0439 \u0431\u0456\u0447\u043D\u0456\u0439 \u043F\u0430\u043D\u0435\u043B\u0456 \u0437\u0430\u0432\u0436\u0434\u0438 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0454 \u043F\u043E\u0432\u043D\u0438\u0439 \u043C\u0456\u0441\u044F\u0446\u044C.",options:{fullMonth:"\u041F\u043E\u0432\u043D\u0438\u0439 \u043C\u0456\u0441\u044F\u0446\u044C",oneWeek:"1 \u0442\u0438\u0436\u0434\u0435\u043D\u044C",weeksCount:"{count} \u0442\u0438\u0436\u043D\u0456\u0432"}},calendarHighlightToday:{name:"\u0412\u0438\u0434\u0456\u043B\u044F\u0442\u0438 \u0441\u044C\u043E\u0433\u043E\u0434\u043D\u0456\u0448\u043D\u044E \u0434\u0430\u0442\u0443",desc:"\u0412\u0438\u0434\u0456\u043B\u044F\u0442\u0438 \u0441\u044C\u043E\u0433\u043E\u0434\u043D\u0456\u0448\u043D\u044E \u0434\u0430\u0442\u0443 \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u043C \u0444\u043E\u043D\u0443 \u0442\u0430 \u0436\u0438\u0440\u043D\u0438\u043C \u0442\u0435\u043A\u0441\u0442\u043E\u043C."},calendarShowFeatureImage:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043E\u0431\u043A\u043B\u0430\u0434\u0438\u043D\u043A\u0443",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F-\u043E\u0431\u043A\u043B\u0430\u0434\u0438\u043D\u043A\u0438 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u0456."},calendarShowWeekNumber:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u043E\u043C\u0435\u0440 \u0442\u0438\u0436\u043D\u044F",desc:"\u0414\u043E\u0434\u0430\u0442\u0438 \u043A\u043E\u043B\u043E\u043D\u043A\u0443 \u0437 \u043D\u043E\u043C\u0435\u0440\u043E\u043C \u0442\u0438\u0436\u043D\u044F."},calendarShowQuarter:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B",desc:"\u0414\u043E\u0434\u0430\u0442\u0438 \u043C\u0456\u0442\u043A\u0443 \u043A\u0432\u0430\u0440\u0442\u0430\u043B\u0443 \u0432 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F."},calendarShowYearCalendar:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0440\u0456\u0447\u043D\u0438\u0439 \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044E \u043F\u043E \u0440\u043E\u043A\u0430\u0445 \u0456 \u0441\u0456\u0442\u043A\u0443 \u043C\u0456\u0441\u044F\u0446\u0456\u0432 \u0443 \u043F\u0440\u0430\u0432\u0456\u0439 \u0431\u0456\u0447\u043D\u0456\u0439 \u043F\u0430\u043D\u0435\u043B\u0456."},calendarConfirmBeforeCreate:{name:"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u043F\u0435\u0440\u0435\u0434 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F\u043C",desc:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0434\u0456\u0430\u043B\u043E\u0433 \u043F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u043D\u044F \u043F\u0440\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u0456 \u043D\u043E\u0432\u043E\u0457 \u0449\u043E\u0434\u0435\u043D\u043D\u043E\u0457 \u043D\u043E\u0442\u0430\u0442\u043A\u0438."},calendarIntegrationMode:{name:"\u0414\u0436\u0435\u0440\u0435\u043B\u043E \u0449\u043E\u0434\u0435\u043D\u043D\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A",desc:"\u0414\u0436\u0435\u0440\u0435\u043B\u043E \u0434\u043B\u044F \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u043A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u044F.",options:{dailyNotes:"\u0429\u043E\u0434\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 (\u043E\u0441\u043D\u043E\u0432\u043D\u0438\u0439 \u043F\u043B\u0430\u0433\u0456\u043D)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u041F\u0430\u043F\u043A\u0430 \u0442\u0430 \u0444\u043E\u0440\u043C\u0430\u0442 \u0434\u0430\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u0432 \u043F\u043B\u0430\u0433\u0456\u043D\u0456 Daily Notes."}},calendarCustomRootFolder:{name:"\u041A\u043E\u0440\u0435\u043D\u0435\u0432\u0430 \u043F\u0430\u043F\u043A\u0430",desc:"\u0411\u0430\u0437\u043E\u0432\u0430 \u043F\u0430\u043F\u043A\u0430 \u0434\u043B\u044F \u043F\u0435\u0440\u0456\u043E\u0434\u0438\u0447\u043D\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A. \u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u0434\u0430\u0442 \u043C\u043E\u0436\u0443\u0442\u044C \u0432\u043A\u043B\u044E\u0447\u0430\u0442\u0438 \u043F\u0456\u0434\u043F\u0430\u043F\u043A\u0438. \u0417\u043C\u0456\u043D\u044E\u0454\u0442\u044C\u0441\u044F \u0437 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u043C \u043F\u0440\u043E\u0444\u0456\u043B\u0435\u043C \u0441\u0445\u043E\u0432\u0438\u0449\u0430.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u0420\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u043F\u0430\u043F\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432",desc:"\u0412\u0438\u0431\u0456\u0440 \u0444\u0430\u0439\u043B\u0443 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0446\u0456\u0454\u0457 \u043F\u0430\u043F\u043A\u0438.",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u0429\u043E\u0434\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0448\u043B\u044F\u0445\u0443 \u0437 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0443 \u0434\u0430\u0442\u0438 Moment. \u0411\u0435\u0440\u0456\u0442\u044C \u043D\u0430\u0437\u0432\u0438 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A \u0443 \u043A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u0456 \u0434\u0443\u0436\u043A\u0438, \u043D\u0430\u043F\u0440. [Work]/YYYY. \u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043D\u0430 \u0456\u043A\u043E\u043D\u043A\u0443 \u0448\u0430\u0431\u043B\u043E\u043D\u0443, \u0449\u043E\u0431 \u0437\u0430\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D. \u0412\u043A\u0430\u0436\u0456\u0442\u044C \u0440\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0435\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432 \u0443 \u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0435 > \u0428\u0430\u0431\u043B\u043E\u043D\u0438.",momentDescPrefix:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0448\u043B\u044F\u0445\u0443 \u0437 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043D\u044F\u043C ",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442\u0443 \u0434\u0430\u0442\u0438 Moment",momentDescSuffix:". \u0411\u0435\u0440\u0456\u0442\u044C \u043D\u0430\u0437\u0432\u0438 \u043F\u0456\u0434\u043F\u0430\u043F\u043E\u043A \u0443 \u043A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u0456 \u0434\u0443\u0436\u043A\u0438, \u043D\u0430\u043F\u0440. [Work]/YYYY. \u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043D\u0430 \u0456\u043A\u043E\u043D\u043A\u0443 \u0448\u0430\u0431\u043B\u043E\u043D\u0443, \u0449\u043E\u0431 \u0437\u0430\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D. \u0412\u043A\u0430\u0436\u0456\u0442\u044C \u0440\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0435\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432 \u0443 \u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0435 > \u0428\u0430\u0431\u043B\u043E\u043D\u0438.",placeholder:"YYYY/YYYYMMDD",example:"\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439 \u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441: {path}",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u043C\u0430\u0454 \u0444\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0456 \u0437\u043D\u043E\u0432\u0443 \u0440\u043E\u0437\u0431\u0438\u0440\u0430\u0442\u0438\u0441\u044F \u044F\u043A \u043F\u043E\u0432\u043D\u0430 \u0434\u0430\u0442\u0430 (\u0440\u0456\u043A, \u043C\u0456\u0441\u044F\u0446\u044C, \u0434\u0435\u043D\u044C)."},calendarCustomWeekPattern:{name:"\u0429\u043E\u0442\u0438\u0436\u043D\u0435\u0432\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u043C\u0430\u0454 \u0444\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0456 \u0437\u043D\u043E\u0432\u0443 \u0440\u043E\u0437\u0431\u0438\u0440\u0430\u0442\u0438\u0441\u044F \u044F\u043A \u043F\u043E\u0432\u043D\u0438\u0439 \u0442\u0438\u0436\u0434\u0435\u043D\u044C (\u0440\u0456\u043A \u0442\u0438\u0436\u043D\u044F, \u043D\u043E\u043C\u0435\u0440 \u0442\u0438\u0436\u043D\u044F).",localeMismatchWarning:'\u0426\u0435\u0439 \u0448\u0430\u0431\u043B\u043E\u043D \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0442\u043E\u043A\u0435\u043D\u0438 ISO-\u0442\u0438\u0436\u043D\u044F ("W" \u0430\u0431\u043E "G"). \u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438\u043C\u0435 \u0442\u0438\u0436\u043D\u0456, \u0449\u043E \u043F\u043E\u0447\u0438\u043D\u0430\u044E\u0442\u044C\u0441\u044F \u0437 \u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043A\u0430. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 "w" \u0430\u0431\u043E "g", \u044F\u043A\u0449\u043E \u0449\u043E\u0442\u0438\u0436\u043D\u0435\u0432\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043C\u0430\u044E\u0442\u044C \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u043E\u0431\u0440\u0430\u043D\u0456\u0439 \u043C\u043E\u0432\u0456.'},calendarCustomMonthPattern:{name:"\u0429\u043E\u043C\u0456\u0441\u044F\u0447\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u043C\u0430\u0454 \u0444\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0456 \u0437\u043D\u043E\u0432\u0443 \u0440\u043E\u0437\u0431\u0438\u0440\u0430\u0442\u0438\u0441\u044F \u044F\u043A \u043F\u043E\u0432\u043D\u0438\u0439 \u043C\u0456\u0441\u044F\u0446\u044C (\u0440\u0456\u043A, \u043C\u0456\u0441\u044F\u0446\u044C)."},calendarCustomQuarterPattern:{name:"\u041A\u0432\u0430\u0440\u0442\u0430\u043B\u044C\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u043C\u0430\u0454 \u0444\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0456 \u0437\u043D\u043E\u0432\u0443 \u0440\u043E\u0437\u0431\u0438\u0440\u0430\u0442\u0438\u0441\u044F \u044F\u043A \u043F\u043E\u0432\u043D\u0438\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B (\u0440\u0456\u043A, \u043A\u0432\u0430\u0440\u0442\u0430\u043B)."},calendarCustomYearPattern:{name:"\u0420\u0456\u0447\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",parsingError:"\u0428\u0430\u0431\u043B\u043E\u043D \u043C\u0430\u0454 \u0444\u043E\u0440\u043C\u0430\u0442\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u0456 \u0437\u043D\u043E\u0432\u0443 \u0440\u043E\u0437\u0431\u0438\u0440\u0430\u0442\u0438\u0441\u044F \u044F\u043A \u043F\u043E\u0432\u043D\u0438\u0439 \u0440\u0456\u043A (\u0440\u0456\u043A)."},calendarTemplateFile:{current:"\u0424\u0430\u0439\u043B \u0448\u0430\u0431\u043B\u043E\u043D\u0443: {name}"},showTooltips:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043F\u0456\u0434\u043A\u0430\u0437\u043A\u0438",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043F\u0456\u0434\u043A\u0430\u0437\u043A\u0438 \u043F\u0440\u0438 \u043D\u0430\u0432\u0435\u0434\u0435\u043D\u043D\u0456 \u0437 \u0434\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u043E\u044E \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0454\u044E \u0434\u043B\u044F \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0456 \u043F\u0430\u043F\u043E\u043A."},showTooltipPath:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0448\u043B\u044F\u0445",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0448\u043B\u044F\u0445 \u043F\u0430\u043F\u043A\u0438 \u043F\u0456\u0434 \u043D\u0430\u0437\u0432\u0430\u043C\u0438 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0443 \u043F\u0456\u0434\u043A\u0430\u0437\u043A\u0430\u0445."},resetPaneSeparator:{name:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u043E\u0437\u0438\u0446\u0456\u044E \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A\u0430 \u043F\u0430\u043D\u0435\u043B\u0435\u0439",desc:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u043F\u0435\u0440\u0435\u0442\u044F\u0433\u0443\u0432\u0430\u043D\u0438\u0439 \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A \u043C\u0456\u0436 \u043F\u0430\u043D\u0435\u043B\u043B\u044E \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u0442\u0430 \u043F\u0430\u043D\u0435\u043B\u043B\u044E \u0441\u043F\u0438\u0441\u043A\u0443 \u0434\u043E \u043F\u043E\u0437\u0438\u0446\u0456\u0457 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C.",buttonText:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A",notice:"\u041F\u043E\u0437\u0438\u0446\u0456\u044E \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A\u0430 \u0441\u043A\u0438\u043D\u0443\u0442\u043E. \u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0443\u0441\u0442\u0456\u0442\u044C Obsidian \u0430\u0431\u043E \u0432\u0456\u0434\u043A\u0440\u0438\u0439\u0442\u0435 Notebook Navigator \u0437\u043D\u043E\u0432\u0443 \u0434\u043B\u044F \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u043D\u043D\u044F."},settingsTransfer:{name:"\u0406\u043C\u043F\u043E\u0440\u0442 \u0442\u0430 \u0435\u043A\u0441\u043F\u043E\u0440\u0442 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C",desc:"\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u0430\u0431\u043E \u0456\u043C\u043F\u043E\u0440\u0442 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C Notebook Navigator \u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456 JSON. \u0406\u043C\u043F\u043E\u0440\u0442 \u0437\u0430\u043C\u0456\u043D\u044E\u0454 \u0432\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F.",importButtonText:"\u0406\u043C\u043F\u043E\u0440\u0442",exportButtonText:"\u0415\u043A\u0441\u043F\u043E\u0440\u0442",import:{modalTitle:"\u0406\u043C\u043F\u043E\u0440\u0442 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C",fileButtonName:"\u0406\u043C\u043F\u043E\u0440\u0442 \u0437 \u0444\u0430\u0439\u043B\u0443",fileButtonDesc:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 JSON-\u0444\u0430\u0439\u043B \u0437 \u0434\u0438\u0441\u043A\u0430.",fileButtonText:"\u0406\u043C\u043F\u043E\u0440\u0442 \u0437 \u0444\u0430\u0439\u043B\u0443",editorName:"JSON",editorDesc:"\u0412\u0441\u0442\u0430\u0432\u0442\u0435 \u0430\u0431\u043E \u0432\u0456\u0434\u0440\u0435\u0434\u0430\u0433\u0443\u0439\u0442\u0435 JSON \u043D\u0438\u0436\u0447\u0435. \u041D\u0435 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0441\u043A\u0438\u0434\u0430\u044E\u0442\u044C\u0441\u044F \u0434\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u044C \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u0406\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438",successNotice:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0456\u043C\u043F\u043E\u0440\u0442\u043E\u0432\u0430\u043D\u043E.",errorNotice:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0456\u043C\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F: {message}",fileReadError:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u0442\u0438 \u0444\u0430\u0439\u043B: {message}"},export:{modalTitle:"\u0415\u043A\u0441\u043F\u043E\u0440\u0442 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C",editorName:"JSON",editorDesc:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u043B\u0438\u0448\u0435 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F, \u0449\u043E \u0432\u0456\u0434\u0440\u0456\u0437\u043D\u044F\u044E\u0442\u044C\u0441\u044F \u0432\u0456\u0434 \u0437\u043D\u0430\u0447\u0435\u043D\u044C \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C.",placeholder:"{}",copyButtonText:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u0434\u043E \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0456\u043D\u0443",downloadButtonText:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438",copyNotice:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0441\u043A\u043E\u043F\u0456\u0439\u043E\u0432\u0430\u043D\u043E \u0434\u043E \u0431\u0443\u0444\u0435\u0440\u0430 \u043E\u0431\u043C\u0456\u043D\u0443.",downloadNotice:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u043E\u0432\u0430\u043D\u043E.",downloadError:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F: {message}"}},resetAllSettings:{name:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F",desc:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F Notebook Navigator \u0434\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u044C \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C.",buttonText:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F",confirmTitle:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F?",confirmMessage:"\u0426\u0435 \u0441\u043A\u0438\u043D\u0435 \u0432\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F Notebook Navigator \u0434\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u044C \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C. \u0426\u0435 \u043D\u0435 \u043C\u043E\u0436\u043D\u0430 \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438.",confirmButtonText:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F",notice:"\u0423\u0441\u0456 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0441\u043A\u0438\u043D\u0443\u0442\u043E. \u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0443\u0441\u0442\u0456\u0442\u044C Obsidian \u0430\u0431\u043E \u0432\u0456\u0434\u043A\u0440\u0438\u0439\u0442\u0435 Notebook Navigator \u0437\u043D\u043E\u0432\u0443 \u0434\u043B\u044F \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u043D\u043D\u044F.",error:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0441\u043A\u0438\u043D\u0443\u0442\u0438 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F."},multiSelectModifier:{name:"\u041C\u043E\u0434\u0438\u0444\u0456\u043A\u0430\u0442\u043E\u0440 \u043C\u043D\u043E\u0436\u0438\u043D\u043D\u043E\u0433\u043E \u0432\u0438\u0431\u043E\u0440\u0443",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u044F\u043A\u0430 \u043A\u043B\u0430\u0432\u0456\u0448\u0430-\u043C\u043E\u0434\u0438\u0444\u0456\u043A\u0430\u0442\u043E\u0440 \u043F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0454 \u043C\u043D\u043E\u0436\u0438\u043D\u043D\u0438\u0439 \u0432\u0438\u0431\u0456\u0440. \u041F\u0440\u0438 \u0432\u0438\u0431\u043E\u0440\u0456 Option/Alt \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u044F Cmd/Ctrl \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0454 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0432 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456.",options:{cmdCtrl:"\u041D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u044F Cmd/Ctrl",optionAlt:"\u041D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u044F Option/Alt"}},enterToOpenFiles:{name:"\u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C Enter \u0434\u043B\u044F \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0442\u044F \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u0412\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 \u043B\u0438\u0448\u0435 \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456 Enter \u043F\u0456\u0434 \u0447\u0430\u0441 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043A\u043B\u0430\u0432\u0456\u0430\u0442\u0443\u0440\u043E\u044E \u0443 \u0441\u043F\u0438\u0441\u043A\u0443."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0439 \u0444\u0430\u0439\u043B \u0443 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u043D\u0456 \u0430\u0431\u043E \u0432\u0456\u043A\u043D\u0456 \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456 Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0439 \u0444\u0430\u0439\u043B \u0443 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u043D\u0456 \u0430\u0431\u043E \u0432\u0456\u043A\u043D\u0456 \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456 Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0439 \u0444\u0430\u0439\u043B \u0443 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u043D\u0456 \u0430\u0431\u043E \u0432\u0456\u043A\u043D\u0456 \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456 Ctrl+Enter."},mouseBackForwardAction:{name:"\u041A\u043D\u043E\u043F\u043A\u0438 \xAB\u041D\u0430\u0437\u0430\u0434\xBB/\xAB\u0412\u043F\u0435\u0440\u0435\u0434\xBB \u043C\u0438\u0448\u0456",desc:"\u0414\u0456\u044F \u043A\u043D\u043E\u043F\u043E\u043A \xAB\u041D\u0430\u0437\u0430\u0434\xBB \u0456 \xAB\u0412\u043F\u0435\u0440\u0435\u0434\xBB \u043C\u0438\u0448\u0456 \u043D\u0430 \u0434\u0435\u0441\u043A\u0442\u043E\u043F\u0456.",options:{none:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0441\u0438\u0441\u0442\u0435\u043C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F",singlePaneSwitch:"\u041F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u043D\u043D\u044F \u043F\u0430\u043D\u0435\u043B\u0435\u0439 (\u043E\u0434\u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u044C)",history:"\u041D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F \u043F\u043E \u0456\u0441\u0442\u043E\u0440\u0456\u0457"}},fileVisibility:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0442\u0438\u043F\u0438 \u0444\u0430\u0439\u043B\u0456\u0432 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u0424\u0456\u043B\u044C\u0442\u0440\u0443\u0432\u0430\u0442\u0438, \u044F\u043A\u0456 \u0442\u0438\u043F\u0438 \u0444\u0430\u0439\u043B\u0456\u0432 \u043F\u043E\u043A\u0430\u0437\u0443\u044E\u0442\u044C\u0441\u044F \u0432 \u043D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440\u0456. \u0422\u0438\u043F\u0438 \u0444\u0430\u0439\u043B\u0456\u0432, \u043D\u0435 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0432\u0430\u043D\u0456 Obsidian, \u043C\u043E\u0436\u0443\u0442\u044C \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0442\u0438\u0441\u044F \u0432 \u0437\u043E\u0432\u043D\u0456\u0448\u043D\u0456\u0445 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0430\u0445.",options:{documents:"\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438 (.md, .canvas, .base)",supported:"\u041F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0432\u0430\u043D\u0456 (\u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u044E\u0442\u044C\u0441\u044F \u0432 Obsidian)",all:"\u0412\u0441\u0456 (\u043C\u043E\u0436\u0443\u0442\u044C \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0442\u0438\u0441\u044F \u0437\u043E\u0432\u043D\u0456)"}},homepage:{name:"\u0414\u043E\u043C\u0430\u0448\u043D\u044F \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u0449\u043E Notebook Navigator \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0454 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u043F\u0456\u0434 \u0447\u0430\u0441 \u0437\u0430\u043F\u0443\u0441\u043A\u0443.",current:"\u041F\u043E\u0442\u043E\u0447\u043D\u0438\u0439: {path}",chooseButton:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043B",options:{none:"\u041D\u0435\u043C\u0430\u0454",file:"\u0424\u0430\u0439\u043B",dailyNote:"\u0429\u043E\u0434\u0435\u043D\u043D\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430",weeklyNote:"\u0429\u043E\u0442\u0438\u0436\u043D\u0435\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430",monthlyNote:"\u0429\u043E\u043C\u0456\u0441\u044F\u0447\u043D\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430",quarterlyNote:"\u0429\u043E\u043A\u0432\u0430\u0440\u0442\u0430\u043B\u044C\u043D\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0430"},file:{name:"\u0424\u0430\u0439\u043B \u0437\u0430\u043F\u0443\u0441\u043A\u0443",empty:"\u0424\u0430\u0439\u043B \u043D\u0435 \u0432\u0438\u0431\u0440\u0430\u043D\u043E"}},excludedNotes:{name:"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437\u0430 \u043F\u0440\u0430\u0432\u0438\u043B\u0430\u043C\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u0440\u0430\u0432\u0438\u043B frontmatter, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u0438\u0445 \u043A\u043E\u043C\u0430\u043C\u0438. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 \u0437\u0430\u043F\u0438\u0441\u0438 `key` \u0430\u0431\u043E `key=value` (\u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434, status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u0438 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432 \u0456\u043C\u0435\u043D \u0444\u0430\u0439\u043B\u0456\u0432 \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0443 \u0434\u043B\u044F \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u0432\u0430\u043D\u043D\u044F. \u041F\u0456\u0434\u0442\u0440\u0438\u043C\u0443\u0454 \u0441\u0438\u043C\u0432\u043E\u043B\u0438 \u043F\u0456\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 * \u0442\u0430 \u0448\u043B\u044F\u0445\u0438 / (\u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434, temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u041F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430",desc:"\u041F\u0440\u043E\u0444\u0456\u043B\u0456 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044E\u0442\u044C \u0432\u0438\u0434\u0438\u043C\u0456\u0441\u0442\u044C \u0442\u0438\u043F\u0456\u0432 \u0444\u0430\u0439\u043B\u0456\u0432, \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u0444\u0430\u0439\u043B\u0438, \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u043F\u0430\u043F\u043A\u0438, \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u0442\u0435\u0433\u0438, \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438, \u044F\u0440\u043B\u0438\u043A\u0438 \u0442\u0430 \u0431\u0430\u043D\u0435\u0440 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457. \u041F\u0435\u0440\u0435\u043C\u0438\u043A\u0430\u0439\u0442\u0435 \u043F\u0440\u043E\u0444\u0456\u043B\u0456 \u0456\u0437 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457.",defaultName:"\u0417\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",addButton:"\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C",editProfilesButton:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u0456",addProfileOption:"\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C...",applyButton:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438",deleteButton:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C",addModalTitle:"\u0414\u043E\u0434\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u044C",editProfilesModalTitle:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043F\u0440\u043E\u0444\u0456\u043B\u0456",addModalPlaceholder:"\u041D\u0430\u0437\u0432\u0430 \u043F\u0440\u043E\u0444\u0456\u043B\u044E",deleteModalTitle:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 {name}",deleteModalMessage:"\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 {name}? \u0424\u0456\u043B\u044C\u0442\u0440\u0438 \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0438\u0445 \u0444\u0430\u0439\u043B\u0456\u0432, \u043F\u0430\u043F\u043E\u043A, \u0442\u0435\u0433\u0456\u0432 \u0442\u0430 \u043D\u043E\u0442\u0430\u0442\u043E\u043A, \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0456 \u0432 \u0446\u044C\u043E\u043C\u0443 \u043F\u0440\u043E\u0444\u0456\u043B\u0456, \u0431\u0443\u0434\u0443\u0442\u044C \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u0456.",moveUp:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u0433\u043E\u0440\u0443",moveDown:"\u041F\u0435\u0440\u0435\u043C\u0456\u0441\u0442\u0438\u0442\u0438 \u0432\u043D\u0438\u0437",errors:{emptyName:"\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u0430\u0437\u0432\u0443 \u043F\u0440\u043E\u0444\u0456\u043B\u044E",duplicateName:"\u041D\u0430\u0437\u0432\u0430 \u043F\u0440\u043E\u0444\u0456\u043B\u044E \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454"}},vaultTitle:{name:"\u0420\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u043D\u0430\u0437\u0432\u0438 \u0441\u0445\u043E\u0432\u0438\u0449\u0430",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u0434\u0435 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044C\u0441\u044F \u043D\u0430\u0437\u0432\u0430 \u0441\u0445\u043E\u0432\u0438\u0449\u0430.",options:{header:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0443",navigation:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457"}},excludedFolders:{name:"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0438 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u0430\u043F\u043E\u043A \u0434\u043B\u044F \u043F\u0440\u0438\u0445\u043E\u0432\u0443\u0432\u0430\u043D\u043D\u044F, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u0438\u0445 \u043A\u043E\u043C\u0430\u043C\u0438. \u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u043D\u0430\u0437\u0432: assets* (\u043F\u0430\u043F\u043A\u0438, \u0449\u043E \u043F\u043E\u0447\u0438\u043D\u0430\u044E\u0442\u044C\u0441\u044F \u0437 assets), *_temp (\u0437\u0430\u043A\u0456\u043D\u0447\u0443\u044E\u0442\u044C\u0441\u044F \u043D\u0430 _temp). \u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u0448\u043B\u044F\u0445\u0456\u0432: /archive (\u043B\u0438\u0448\u0435 \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 \u0430\u0440\u0445\u0456\u0432), /res* (\u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0456 \u043F\u0430\u043F\u043A\u0438, \u0449\u043E \u043F\u043E\u0447\u0438\u043D\u0430\u044E\u0442\u044C\u0441\u044F \u0437 res), /*/temp (\u043F\u0430\u043F\u043A\u0438 temp \u043D\u0430 \u043E\u0434\u0438\u043D \u0440\u0456\u0432\u0435\u043D\u044C \u0432\u0433\u043B\u0438\u0431), /projects/* (\u0432\u0441\u0456 \u043F\u0430\u043F\u043A\u0438 \u0432\u0441\u0435\u0440\u0435\u0434\u0438\u043D\u0456 projects).",placeholder:"\u0448\u0430\u0431\u043B\u043E\u043D\u0438, assets*, /\u0430\u0440\u0445\u0456\u0432, /res*"},showFileDate:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0434\u0430\u0442\u0443",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0434\u0430\u0442\u0443 \u043F\u0456\u0434 \u043D\u0430\u0437\u0432\u0430\u043C\u0438 \u043D\u043E\u0442\u0430\u0442\u043E\u043A."},alphabeticalDateMode:{name:"\u041F\u0440\u0438 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u0456 \u0437\u0430 \u043D\u0430\u0437\u0432\u043E\u044E",desc:"\u0414\u0430\u0442\u0430 \u0434\u043B\u044F \u043F\u043E\u043A\u0430\u0437\u0443 \u043F\u0440\u0438 \u0430\u043B\u0444\u0430\u0432\u0456\u0442\u043D\u043E\u043C\u0443 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043E\u043A.",options:{created:"\u0414\u0430\u0442\u0430 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F",modified:"\u0414\u0430\u0442\u0430 \u0437\u043C\u0456\u043D\u0438"}},showFileTags:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u0433\u0438 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043A\u043B\u0456\u043A\u0430\u0431\u0435\u043B\u044C\u043D\u0456 \u0442\u0435\u0433\u0438 \u0432 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432."},showFileTagAncestors:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u0432\u043D\u0456 \u0448\u043B\u044F\u0445\u0438 \u0442\u0435\u0433\u0456\u0432",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043F\u043E\u0432\u043D\u0456 \u0448\u043B\u044F\u0445\u0438 \u0456\u0454\u0440\u0430\u0440\u0445\u0456\u0457 \u0442\u0435\u0433\u0456\u0432. \u041F\u0440\u0438 \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043D\u0456: 'ai/openai', '\u0440\u043E\u0431\u043E\u0442\u0430/\u043F\u0440\u043E\u0435\u043A\u0442\u0438/2024'. \u041F\u0440\u0438 \u0432\u0438\u043C\u043A\u043D\u0435\u043D\u043D\u0456: 'openai', '2024'."},colorFileTags:{name:"\u0420\u043E\u0437\u0444\u0430\u0440\u0431\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u0433\u0438 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0442\u0435\u0433\u0456\u0432 \u0434\u043E \u0437\u043D\u0430\u0447\u043A\u0456\u0432 \u0442\u0435\u0433\u0456\u0432 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432."},prioritizeColoredFileTags:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u0432\u0456 \u0442\u0435\u0433\u0438 \u043F\u0435\u0440\u0448\u0438\u043C\u0438",desc:"\u0421\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u0432\u0456 \u0442\u0435\u0433\u0438 \u043F\u0435\u0440\u0435\u0434 \u0456\u043D\u0448\u0438\u043C\u0438 \u0442\u0435\u0433\u0430\u043C\u0438 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432."},showFileTagsInCompactMode:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u0433\u0438 \u0444\u0430\u0439\u043B\u0456\u0432 \u0443 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u043C\u0443 \u0440\u0435\u0436\u0438\u043C\u0456",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0442\u0435\u0433\u0438, \u043A\u043E\u043B\u0438 \u0434\u0430\u0442\u0430, \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u0442\u0430 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u043F\u0440\u0438\u0445\u043E\u0432\u0430\u043D\u0456."},showFileProperties:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043A\u043B\u0456\u043A\u0430\u0431\u0435\u043B\u044C\u043D\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0432 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432."},colorFileProperties:{name:"\u0417\u0430\u0431\u0430\u0440\u0432\u043B\u044E\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u0434\u043E \u0437\u043D\u0430\u0447\u043A\u0456\u0432 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432."},prioritizeColoredFileProperties:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u0432\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u043F\u0435\u0440\u0448\u0438\u043C\u0438",desc:"\u0421\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u0432\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u043F\u0435\u0440\u0435\u0434 \u0456\u043D\u0448\u0438\u043C\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u044F\u043C\u0438 \u043D\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432."},showFilePropertiesInCompactMode:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0432 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u043C\u0443 \u0440\u0435\u0436\u0438\u043C\u0456",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u043F\u0440\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u043C\u0443 \u043A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u043E\u043C\u0443 \u0440\u0435\u0436\u0438\u043C\u0456."},notePropertyType:{name:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043A\u0438",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0432 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u0445 \u0444\u0430\u0439\u043B\u0456\u0432.",options:{frontmatter:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C frontmatter",wordCount:"\u041A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0441\u043B\u0456\u0432",none:"\u041D\u0435\u043C\u0430\u0454"}},propertyFields:{name:"\u041A\u043B\u044E\u0447\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u041A\u043B\u044E\u0447\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0438\u0445 \u0437 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u043C \u0432\u0438\u0434\u0438\u043C\u043E\u0441\u0442\u0456 \u0434\u043B\u044F \u043A\u043E\u0436\u043D\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430 \u0432 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u0442\u0430 \u0441\u043F\u0438\u0441\u043A\u0443 \u0444\u0430\u0439\u043B\u0456\u0432.",addButtonTooltip:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u043A\u043B\u044E\u0447\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",noneConfigured:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u043D\u0435 \u043D\u0430\u043B\u0430\u0448\u0442\u043E\u0432\u0430\u043D\u0456",singleConfigured:"1 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u043D\u0430\u043B\u0430\u0448\u0442\u043E\u0432\u0430\u043D\u0430: {properties}",multipleConfigured:"{count} \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u043D\u0430\u043B\u0430\u0448\u0442\u043E\u0432\u0430\u043D\u043E: {properties}"},showPropertiesOnSeparateRows:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0432 \u043E\u043A\u0440\u0435\u043C\u0438\u0445 \u0440\u044F\u0434\u043A\u0430\u0445",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u0436\u043D\u0443 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u0443 \u0432\u043B\u0430\u0441\u043D\u043E\u043C\u0443 \u0440\u044F\u0434\u043A\u0443."},enablePropertyInternalLinks:{name:"\u041F\u043E\u0432'\u044F\u0437\u0430\u0442\u0438 \u043C\u0456\u0442\u043A\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u0456\u0437 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u043C\u0438",desc:"\u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043D\u0430 \u043C\u0456\u0442\u043A\u0443 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456, \u0449\u043E\u0431 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043F\u043E\u0432'\u044F\u0437\u0430\u043D\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0443."},enablePropertyExternalLinks:{name:"\u041F\u043E\u0432'\u044F\u0437\u0430\u0442\u0438 \u043C\u0456\u0442\u043A\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u0456\u0437 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u043C\u0438",desc:"\u041D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043D\u0430 \u043C\u0456\u0442\u043A\u0443 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456, \u0449\u043E\u0431 \u0432\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043F\u043E\u0432'\u044F\u0437\u0430\u043D\u0443 URL-\u0430\u0434\u0440\u0435\u0441\u0443."},dateFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0434\u0430\u0442\u0438",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0434\u0430\u0442 (\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0444\u043E\u0440\u043C\u0430\u0442 Moment).",placeholder:"D MMM YYYY",help:`\u041F\u043E\u0448\u0438\u0440\u0435\u043D\u0456 \u0444\u043E\u0440\u043C\u0430\u0442\u0438: +D MMM YYYY = 25 \u0442\u0440\u0430 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +\u0422\u043E\u043A\u0435\u043D\u0438: +YYYY/YY = \u0440\u0456\u043A +MMMM/MMM/MM = \u043C\u0456\u0441\u044F\u0446\u044C +DD/D = \u0434\u0435\u043D\u044C +dddd/ddd = \u0434\u0435\u043D\u044C \u0442\u0438\u0436\u043D\u044F`,helpTooltip:"\u0424\u043E\u0440\u043C\u0430\u0442 Moment",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442 Moment"},timeFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0447\u0430\u0441\u0443",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0447\u0430\u0441\u0443 (\u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454 \u0444\u043E\u0440\u043C\u0430\u0442 Moment).",placeholder:"HH:mm",help:`\u041F\u043E\u0448\u0438\u0440\u0435\u043D\u0456 \u0444\u043E\u0440\u043C\u0430\u0442\u0438: +h:mm a = 2:30 PM (12-\u0433\u043E\u0434\u0438\u043D\u043D\u0438\u0439) +HH:mm = 14:30 (24-\u0433\u043E\u0434\u0438\u043D\u043D\u0438\u0439) +h:mm:ss a = 2:30:45 PM +HH:mm:ss = 14:30:45 + +\u0422\u043E\u043A\u0435\u043D\u0438: +HH/H = 24-\u0433\u043E\u0434\u0438\u043D\u043D\u0438\u0439 +hh/h = 12-\u0433\u043E\u0434\u0438\u043D\u043D\u0438\u0439 +mm = \u0445\u0432\u0438\u043B\u0438\u043D\u0438 +ss = \u0441\u0435\u043A\u0443\u043D\u0434\u0438 +a = AM/PM`,helpTooltip:"\u0424\u043E\u0440\u043C\u0430\u0442 Moment",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442 Moment"},showFilePreview:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0442\u0435\u043A\u0441\u0442 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443 \u043F\u0456\u0434 \u043D\u0430\u0437\u0432\u0430\u043C\u0438 \u043D\u043E\u0442\u0430\u0442\u043E\u043A."},skipHeadingsInPreview:{name:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0438 \u0432 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0456",desc:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u0438 \u0440\u044F\u0434\u043A\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0456\u0432 \u043F\u0440\u0438 \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0456\u0457 \u0442\u0435\u043A\u0441\u0442\u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443."},skipCodeBlocksInPreview:{name:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u0438 \u0431\u043B\u043E\u043A\u0438 \u043A\u043E\u0434\u0443 \u0432 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0456",desc:"\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u0438 \u0431\u043B\u043E\u043A\u0438 \u043A\u043E\u0434\u0443 \u043F\u0440\u0438 \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0456\u0457 \u0442\u0435\u043A\u0441\u0442\u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443."},stripHtmlInPreview:{name:"\u0412\u0438\u0434\u0430\u043B\u044F\u0442\u0438 HTML \u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0456",desc:"\u0412\u0438\u0434\u0430\u043B\u044F\u0442\u0438 HTML-\u0442\u0435\u0433\u0438 \u0437 \u0442\u0435\u043A\u0441\u0442\u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443. \u041C\u043E\u0436\u0435 \u0432\u043F\u043B\u0438\u0432\u0430\u0442\u0438 \u043D\u0430 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0438\u0432\u043D\u0456\u0441\u0442\u044C \u0443 \u0432\u0435\u043B\u0438\u043A\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u0445."},stripLatexInPreview:{name:"\u0412\u0438\u0434\u0430\u043B\u044F\u0442\u0438 LaTeX \u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u043C\u0443 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0456",desc:"\u0412\u0438\u0434\u0430\u043B\u044F\u0442\u0438 \u0432\u0431\u0443\u0434\u043E\u0432\u0430\u043D\u0456 \u0442\u0430 \u0431\u043B\u043E\u043A\u043E\u0432\u0456 \u0432\u0438\u0440\u0430\u0437\u0438 LaTeX \u0437 \u0442\u0435\u043A\u0441\u0442\u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443."},previewProperties:{name:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 frontmatter \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u0438\u0445 \u043A\u043E\u043C\u0430\u043C\u0438. \u0411\u0443\u0434\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043E \u043F\u0435\u0440\u0448\u0443 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C \u0437 \u0442\u0435\u043A\u0441\u0442\u043E\u043C.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u0438\u0441\u044F \u0434\u043E \u0432\u043C\u0456\u0441\u0442\u0443 \u043D\u043E\u0442\u0430\u0442\u043A\u0438",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0432\u043C\u0456\u0441\u0442 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u044F\u043A \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434, \u043A\u043E\u043B\u0438 \u0436\u043E\u0434\u043D\u0430 \u0456\u0437 \u0437\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0445 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u043D\u0435 \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u0442\u0435\u043A\u0441\u0442\u0443."},previewRows:{name:"\u0420\u044F\u0434\u043A\u0438 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443",desc:"\u041A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0440\u044F\u0434\u043A\u0456\u0432 \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0442\u0435\u043A\u0441\u0442\u0443 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443.",options:{1:"1 \u0440\u044F\u0434\u043E\u043A",2:"2 \u0440\u044F\u0434\u043A\u0438",3:"3 \u0440\u044F\u0434\u043A\u0438",4:"4 \u0440\u044F\u0434\u043A\u0438",5:"5 \u0440\u044F\u0434\u043A\u0456\u0432"}},fileNameRows:{name:"\u0420\u044F\u0434\u043A\u0438 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0430",desc:"\u041A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u0440\u044F\u0434\u043A\u0456\u0432 \u0434\u043B\u044F \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043A\u0456\u0432 \u043D\u043E\u0442\u0430\u0442\u043E\u043A.",options:{1:"1 \u0440\u044F\u0434\u043E\u043A",2:"2 \u0440\u044F\u0434\u043A\u0438"}},showFeatureImage:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0433\u043E\u043B\u043E\u0432\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0454 \u043C\u0456\u043D\u0456\u0430\u0442\u044E\u0440\u0443 \u043F\u0435\u0440\u0448\u043E\u0433\u043E \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0443 \u043D\u043E\u0442\u0430\u0442\u0446\u0456."},forceSquareFeatureImage:{name:"\u041F\u0440\u0438\u043C\u0443\u0441\u043E\u0432\u043E \u043A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u0435 \u0433\u043E\u043B\u043E\u0432\u043D\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0433\u043E\u043B\u043E\u0432\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u044F\u043A \u043A\u0432\u0430\u0434\u0440\u0430\u0442\u043D\u0456 \u043C\u0456\u043D\u0456\u0430\u0442\u044E\u0440\u0438."},featureImageProperties:{name:"\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 frontmatter, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u0438\u0445 \u043A\u043E\u043C\u0430\u043C\u0438, \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438 \u0432 \u043F\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443. \u041F\u0440\u0438 \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u043E\u0441\u0442\u0456 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043F\u0435\u0440\u0448\u0435 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437 \u0432\u043C\u0456\u0441\u0442\u0443 markdown.",placeholder:"\u043C\u0456\u043D\u0456\u0430\u0442\u044E\u0440\u0430, featureResized, feature"},featureImageExcludeProperties:{name:"\u0412\u0438\u043A\u043B\u044E\u0447\u0438\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u044F\u043C\u0438",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 frontmatter, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u0438\u0445 \u043A\u043E\u043C\u0430\u043C\u0438. \u041D\u043E\u0442\u0430\u0442\u043A\u0438, \u0449\u043E \u043C\u0456\u0441\u0442\u044F\u0442\u044C \u0431\u0443\u0434\u044C-\u044F\u043A\u0443 \u0437 \u0446\u0438\u0445 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439, \u043D\u0435 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u044E\u0442\u044C \u0433\u043E\u043B\u043E\u0432\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F.",placeholder:"private, confidential"},featureImageSize:{name:"\u0420\u043E\u0437\u043C\u0456\u0440 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F-\u043E\u0431\u043A\u043B\u0430\u0434\u0438\u043D\u043A\u0438",desc:"\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u044C-\u043E\u0431\u043A\u043B\u0430\u0434\u0438\u043D\u043E\u043A \u0443 \u0441\u043F\u0438\u0441\u043A\u0430\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u041F\u0456\u043A\u0441\u0435\u043B\u044C\u043D\u0438\u0439 \u0440\u043E\u0437\u043C\u0456\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F-\u043E\u0431\u043A\u043B\u0430\u0434\u0438\u043D\u043A\u0438",desc:"\u0420\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0430 \u0437\u0434\u0430\u0442\u043D\u0456\u0441\u0442\u044C, \u0449\u043E \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043F\u0440\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0445 \u043C\u0456\u043D\u0456\u0430\u0442\u044E\u0440 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u044C-\u043E\u0431\u043A\u043B\u0430\u0434\u0438\u043D\u043E\u043A. \u0417\u0431\u0456\u043B\u044C\u0448\u0456\u0442\u044C \u0446\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F, \u044F\u043A\u0449\u043E \u0432\u0435\u043B\u0438\u043A\u0456 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0438 \u0432\u0438\u0433\u043B\u044F\u0434\u0430\u044E\u0442\u044C \u0440\u043E\u0437\u043C\u0438\u0442\u0438\u043C\u0438.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0437\u043E\u0432\u043D\u0456\u0448\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F",desc:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0432\u0456\u0434\u0434\u0430\u043B\u0435\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F \u0442\u0430 \u043C\u0456\u043D\u0456\u0430\u0442\u044E\u0440\u0438 YouTube \u0434\u043B\u044F \u043E\u0431\u043A\u043B\u0430\u0434\u0438\u043D\u043E\u043A."},showRootFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0443 \u043F\u0430\u043F\u043A\u0443",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043D\u0430\u0437\u0432\u0443 \u0441\u0445\u043E\u0432\u0438\u0449\u0430 \u044F\u043A \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0443 \u043F\u0430\u043F\u043A\u0443 \u0432 \u0434\u0435\u0440\u0435\u0432\u0456."},showFolderIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u043F\u043E\u0440\u044F\u0434 \u0437 \u043F\u0430\u043F\u043A\u0430\u043C\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457."},inheritFolderColors:{name:"\u0423\u0441\u043F\u0430\u0434\u043A\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u043F\u0430\u043F\u043E\u043A",desc:"\u0414\u043E\u0447\u0456\u0440\u043D\u0456 \u043F\u0430\u043F\u043A\u0438 \u0443\u0441\u043F\u0430\u0434\u043A\u043E\u0432\u0443\u044E\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u0432\u0456\u0434 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0445 \u043F\u0430\u043F\u043E\u043A."},folderSortOrder:{name:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u043F\u0430\u043F\u043E\u043A",desc:"\u041A\u043B\u0430\u0446\u043D\u0456\u0442\u044C \u043F\u0440\u0430\u0432\u043E\u044E \u043A\u043D\u043E\u043F\u043A\u043E\u044E \u043C\u0438\u0448\u0456 \u043D\u0430 \u043F\u0430\u043F\u0446\u0456, \u0449\u043E\u0431 \u0437\u0430\u0434\u0430\u0442\u0438 \u0456\u043D\u0448\u0438\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0434\u043B\u044F \u0457\u0457 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432.",options:{alphaAsc:"\u0412\u0456\u0434 \u0410 \u0434\u043E \u042F",alphaDesc:"\u0412\u0456\u0434 \u042F \u0434\u043E \u0410"}},showNoteCount:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043E\u043A",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043A\u0456\u043B\u044C\u043A\u0456\u0441\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u043F\u043E\u0440\u044F\u0434 \u0437 \u043A\u043E\u0436\u043D\u043E\u044E \u043F\u0430\u043F\u043A\u043E\u044E \u0442\u0430 \u0442\u0435\u0433\u043E\u043C."},showSectionIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u0434\u043B\u044F \u044F\u0440\u043B\u0438\u043A\u0456\u0432 \u0442\u0430 \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u043F\u043E\u0440\u0443\u0447 \u0437 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u043C\u0438 \u0432 \u0440\u043E\u0437\u0434\u0456\u043B\u0430\u0445 \u042F\u0440\u043B\u0438\u043A\u0438 \u0442\u0430 \u041E\u0441\u0442\u0430\u043D\u043D\u0456."},interfaceIcons:{name:"\u0406\u043A\u043E\u043D\u043A\u0438 \u0456\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443",desc:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u043F\u0430\u043D\u0435\u043B\u0456 \u0456\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0456\u0432, \u043F\u0430\u043F\u043E\u043A, \u0442\u0435\u0433\u0456\u0432, \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u0438\u0445, \u043F\u043E\u0448\u0443\u043A\u0443 \u0442\u0430 \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F.",buttonText:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438"},showIconsColorOnly:{name:"\u0417\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u0456\u0440 \u043B\u0438\u0448\u0435 \u0434\u043E \u0456\u043A\u043E\u043D\u043E\u043A",desc:"\u041F\u0440\u0438 \u0443\u0432\u0456\u043C\u043A\u043D\u0435\u043D\u043D\u0456 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0446\u044C\u043A\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u043B\u0438\u0448\u0435 \u0434\u043E \u0456\u043A\u043E\u043D\u043E\u043A. \u041F\u0440\u0438 \u0432\u0438\u043C\u043A\u043D\u0435\u043D\u043D\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u044F\u043A \u0434\u043E \u0456\u043A\u043E\u043D\u043E\u043A, \u0442\u0430\u043A \u0456 \u0434\u043E \u0442\u0435\u043A\u0441\u0442\u043E\u0432\u0438\u0445 \u043C\u0456\u0442\u043E\u043A."},navRainbowMode:{name:"\u0420\u0435\u0436\u0438\u043C \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457.",options:{none:"\u0412\u0438\u043C\u043A.",foreground:"\u041A\u043E\u043B\u0456\u0440 \u0442\u0435\u043A\u0441\u0442\u0443",background:"\u041A\u043E\u043B\u0456\u0440 \u0444\u043E\u043D\u0443"}},navRainbowFirstColor:{name:"\u041F\u0435\u0440\u0448\u0438\u0439 \u043A\u043E\u043B\u0456\u0440",desc:"\u041F\u0435\u0440\u0448\u0438\u0439 \u043A\u043E\u043B\u0456\u0440 \u0443 \u0433\u0440\u0430\u0434\u0456\u0454\u043D\u0442\u0456 \u0432\u0435\u0441\u0435\u043B\u043A\u0438."},navRainbowLastColor:{name:"\u041E\u0441\u0442\u0430\u043D\u043D\u0456\u0439 \u043A\u043E\u043B\u0456\u0440",desc:"\u041E\u0441\u0442\u0430\u043D\u043D\u0456\u0439 \u043A\u043E\u043B\u0456\u0440 \u0443 \u0433\u0440\u0430\u0434\u0456\u0454\u043D\u0442\u0456 \u0432\u0435\u0441\u0435\u043B\u043A\u0438."},navRainbowTransitionStyle:{name:"\u0421\u0442\u0438\u043B\u044C \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0443",desc:"\u0406\u043D\u0442\u0435\u0440\u043F\u043E\u043B\u044F\u0446\u0456\u044F \u043C\u0456\u0436 \u043F\u0435\u0440\u0448\u0438\u043C \u0456 \u043E\u0441\u0442\u0430\u043D\u043D\u0456\u043C \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u043C.",options:{hue:"\u0422\u043E\u043D",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0434\u043E \u044F\u0440\u043B\u0438\u043A\u0456\u0432",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 \u0434\u043E \u044F\u0440\u043B\u0438\u043A\u0456\u0432."},navRainbowApplyToRecent:{name:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0434\u043E \u043D\u0435\u0449\u043E\u0434\u0430\u0432\u043D\u0456\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 \u0434\u043E \u043D\u0435\u0449\u043E\u0434\u0430\u0432\u043D\u0456\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432."},navRainbowApplyToFolders:{name:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0434\u043E \u043F\u0430\u043F\u043E\u043A",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 \u0434\u043E \u043F\u0430\u043F\u043E\u043A."},navRainbowFolderScope:{name:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u043F\u0430\u043F\u043E\u043A",desc:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0440\u0456\u0432\u043D\u0456 \u043F\u0430\u043F\u043E\u043A \u0434\u043B\u044F \u043F\u043E\u0447\u0430\u0442\u043A\u0443 \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432.",options:{root:"\u041A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 \u0440\u0456\u0432\u0435\u043D\u044C",child:"\u0414\u043E\u0447\u0456\u0440\u043D\u0456\u0439 \u0440\u0456\u0432\u0435\u043D\u044C",all:"\u041A\u043E\u0436\u043D\u0438\u0439 \u0440\u0456\u0432\u0435\u043D\u044C"}},navRainbowApplyToTags:{name:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0434\u043E \u0442\u0435\u0433\u0456\u0432",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 \u0434\u043E \u0442\u0435\u0433\u0456\u0432."},navRainbowTagScope:{name:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u0442\u0435\u0433\u0456\u0432",desc:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0440\u0456\u0432\u043D\u0456 \u0442\u0435\u0433\u0456\u0432 \u0434\u043B\u044F \u043F\u043E\u0447\u0430\u0442\u043A\u0443 \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432.",options:{root:"\u041A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 \u0440\u0456\u0432\u0435\u043D\u044C",child:"\u0414\u043E\u0447\u0456\u0440\u043D\u0456\u0439 \u0440\u0456\u0432\u0435\u043D\u044C",all:"\u041A\u043E\u0436\u043D\u0438\u0439 \u0440\u0456\u0432\u0435\u043D\u044C"}},navRainbowApplyToProperties:{name:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u0434\u043E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",desc:"\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 \u0434\u043E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439."},navRainbowBalanceHueLuminance:{name:"\u0420\u0456\u0432\u043D\u043E\u043C\u0456\u0440\u043D\u0430 \u044F\u0441\u043A\u0440\u0430\u0432\u0456\u0441\u0442\u044C \u043C\u0456\u0436 \u0432\u0456\u0434\u0442\u0456\u043D\u043A\u0430\u043C\u0438",desc:"\u0406\u043D\u0442\u0435\u0440\u043F\u043E\u043B\u044E\u0454 \u044F\u0441\u043A\u0440\u0430\u0432\u0456\u0441\u0442\u044C \u043C\u0456\u0436 \u043F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u0438\u043C \u0456 \u043A\u0456\u043D\u0446\u0435\u0432\u0438\u043C \u043A\u043E\u043B\u044C\u043E\u0440\u0430\u043C\u0438 \u043F\u0456\u0434 \u0447\u0430\u0441 \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0456\u0432 \u0432\u0456\u0434\u0442\u0456\u043D\u043A\u0456\u0432."},navRainbowSeparateThemeColors:{name:"\u041E\u043A\u0440\u0435\u043C\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0434\u043B\u044F \u0441\u0432\u0456\u0442\u043B\u043E\u0433\u043E \u0456 \u0442\u0435\u043C\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0456\u0432",desc:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0440\u0456\u0437\u043D\u0456 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u0435\u0441\u0435\u043B\u043A\u0438 \u0434\u043B\u044F \u0441\u0432\u0456\u0442\u043B\u043E\u0433\u043E \u0456 \u0442\u0435\u043C\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0456\u0432."},navRainbowCopyLightToDark:"\u041A\u043E\u043F\u0456\u044E\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u0456\u0440 \u0441\u0432\u0456\u0442\u043B\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0443 \u0432 \u0442\u0435\u043C\u043D\u0438\u0439 \u0440\u0435\u0436\u0438\u043C",navRainbowPropertyScope:{name:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",desc:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0440\u0456\u0432\u043D\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u0434\u043B\u044F \u043F\u043E\u0447\u0430\u0442\u043A\u0443 \u043F\u0440\u0438\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432.",options:{root:"\u041A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0439 \u0440\u0456\u0432\u0435\u043D\u044C",child:"\u0414\u043E\u0447\u0456\u0440\u043D\u0456\u0439 \u0440\u0456\u0432\u0435\u043D\u044C",all:"\u041A\u043E\u0436\u043D\u0438\u0439 \u0440\u0456\u0432\u0435\u043D\u044C"}},collapseBehavior:{name:"\u0417\u0433\u043E\u0440\u0442\u0430\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438",desc:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C, \u043D\u0430 \u0449\u043E \u0432\u043F\u043B\u0438\u0432\u0430\u0454 \u043A\u043D\u043E\u043F\u043A\u0430 \u0440\u043E\u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F/\u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u044F \u0432\u0441\u044C\u043E\u0433\u043E.",options:{all:"\u0412\u0441\u0435",foldersOnly:"\u041B\u0438\u0448\u0435 \u043F\u0430\u043F\u043A\u0438",tagsOnly:"\u041B\u0438\u0448\u0435 \u0442\u0435\u0433\u0438",propertiesOnly:"\u041B\u0438\u0448\u0435 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456"}},smartCollapse:{name:"\u0422\u0440\u0438\u043C\u0430\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0439 \u0435\u043B\u0435\u043C\u0435\u043D\u0442 \u0440\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438\u043C",desc:"\u041F\u0440\u0438 \u0437\u0433\u043E\u0440\u0442\u0430\u043D\u043D\u0456 \u0442\u0440\u0438\u043C\u0430\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u0439 \u0435\u043B\u0435\u043C\u0435\u043D\u0442 \u0442\u0430 \u0439\u043E\u0433\u043E \u0431\u0430\u0442\u044C\u043A\u0456\u0432 \u0440\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438\u043C\u0438."},navIndent:{name:"\u0412\u0456\u0434\u0441\u0442\u0443\u043F \u0434\u0435\u0440\u0435\u0432\u0430",desc:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0448\u0438\u0440\u0438\u043D\u0443 \u0432\u0456\u0434\u0441\u0442\u0443\u043F\u0443 \u0434\u043B\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u0438\u0445 \u043F\u0430\u043F\u043E\u043A \u0456 \u0442\u0435\u0433\u0456\u0432."},navItemHeight:{name:"\u0412\u0438\u0441\u043E\u0442\u0430 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",desc:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0441\u043E\u0442\u0443 \u043F\u0430\u043F\u043E\u043A \u0456 \u0442\u0435\u0433\u0456\u0432 \u0443 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457."},navItemHeightScaleText:{name:"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u043A\u0441\u0442 \u0437 \u0432\u0438\u0441\u043E\u0442\u043E\u044E \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",desc:"\u0417\u043C\u0435\u043D\u0448\u0443\u0432\u0430\u0442\u0438 \u0440\u043E\u0437\u043C\u0456\u0440 \u0442\u0435\u043A\u0441\u0442\u0443 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457 \u043F\u0440\u0438 \u0437\u043C\u0435\u043D\u0448\u0435\u043D\u043D\u0456 \u0432\u0438\u0441\u043E\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430."},showIndentGuides:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u0430\u043F\u0440\u044F\u043C\u043D\u0456 \u0432\u0456\u0434\u0441\u0442\u0443\u043F\u0456\u0432",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u043D\u0430\u043F\u0440\u044F\u043C\u043D\u0456 \u0432\u0456\u0434\u0441\u0442\u0443\u043F\u0456\u0432 \u0434\u043B\u044F \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u0438\u0445 \u043F\u0430\u043F\u043E\u043A \u0456 \u0442\u0435\u0433\u0456\u0432."},navRootSpacing:{name:"\u0412\u0456\u0434\u0441\u0442\u0443\u043F \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u0438\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",desc:"\u0412\u0456\u0434\u0441\u0442\u0430\u043D\u044C \u043C\u0456\u0436 \u043F\u0430\u043F\u043A\u0430\u043C\u0438 \u0442\u0430 \u0442\u0435\u0433\u0430\u043C\u0438 \u043A\u043E\u0440\u0435\u043D\u0435\u0432\u043E\u0433\u043E \u0440\u0456\u0432\u043D\u044F."},showTags:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u0433\u0438",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B \u0442\u0435\u0433\u0456\u0432 \u0432 \u043D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440\u0456."},showTagIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u0442\u0435\u0433\u0456\u0432",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u043F\u043E\u0440\u044F\u0434 \u0437 \u0442\u0435\u0433\u0430\u043C\u0438 \u0432 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457."},inheritTagColors:{name:"\u0423\u0441\u043F\u0430\u0434\u043A\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0442\u0435\u0433\u0456\u0432",desc:"\u0414\u043E\u0447\u0456\u0440\u043D\u0456 \u0442\u0435\u0433\u0438 \u0443\u0441\u043F\u0430\u0434\u043A\u043E\u0432\u0443\u044E\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u0432\u0456\u0434 \u0431\u0430\u0442\u044C\u043A\u0456\u0432\u0441\u044C\u043A\u0438\u0445 \u0442\u0435\u0433\u0456\u0432."},tagSortOrder:{name:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0435\u0433\u0456\u0432",desc:"\u041A\u043B\u0430\u0446\u043D\u0456\u0442\u044C \u043F\u0440\u0430\u0432\u043E\u044E \u043A\u043D\u043E\u043F\u043A\u043E\u044E \u043C\u0438\u0448\u0456 \u043D\u0430 \u0442\u0435\u0437\u0456, \u0449\u043E\u0431 \u0437\u0430\u0434\u0430\u0442\u0438 \u0456\u043D\u0448\u0438\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0434\u043B\u044F \u0457\u0457 \u0434\u043E\u0447\u0456\u0440\u043D\u0456\u0445 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432.",options:{alphaAsc:"\u0412\u0456\u0434 \u0410 \u0434\u043E \u042F",alphaDesc:"\u0412\u0456\u0434 \u042F \u0434\u043E \u0410",frequency:"\u0417\u0430 \u0447\u0430\u0441\u0442\u043E\u0442\u043E\u044E",lowToHigh:"\u0432\u0456\u0434 \u043D\u0438\u0437\u044C\u043A\u043E\u0457 \u0434\u043E \u0432\u0438\u0441\u043E\u043A\u043E\u0457",highToLow:"\u0432\u0456\u0434 \u0432\u0438\u0441\u043E\u043A\u043E\u0457 \u0434\u043E \u043D\u0438\u0437\u044C\u043A\u043E\u0457"}},showAllTagsFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443 \u0442\u0435\u0433\u0456\u0432",desc:'\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 "\u0422\u0435\u0433\u0438" \u044F\u043A \u0437\u0433\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u0443 \u043F\u0430\u043F\u043A\u0443.'},showUntagged:{name:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0431\u0435\u0437 \u0442\u0435\u0433\u0456\u0432",desc:'\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0435\u043B\u0435\u043C\u0435\u043D\u0442 "\u0411\u0435\u0437 \u0442\u0435\u0433\u0456\u0432" \u0434\u043B\u044F \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0431\u0435\u0437 \u0436\u043E\u0434\u043D\u0438\u0445 \u0442\u0435\u0433\u0456\u0432.'},scopeTagsToCurrentContext:{name:"\u0424\u0456\u043B\u044C\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0442\u0435\u0433\u0438 \u0437\u0430 \u0432\u0438\u0431\u043E\u0440\u043E\u043C",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043B\u0438\u0448\u0435 \u0442\u0435\u0433\u0438, \u0449\u043E \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u044E\u0442\u044C\u0441\u044F \u0432 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u0445 \u0443 \u0432\u0438\u0431\u0440\u0430\u043D\u0456\u0439 \u043F\u0430\u043F\u0446\u0456 \u0430\u0431\u043E \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456."},keepEmptyTagsProperty:{name:"\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C tags \u043F\u0456\u0441\u043B\u044F \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u044F \u043E\u0441\u0442\u0430\u043D\u043D\u044C\u043E\u0433\u043E \u0442\u0435\u0433\u0443",desc:"\u0417\u0431\u0435\u0440\u0456\u0433\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C tags \u0443 frontmatter, \u043A\u043E\u043B\u0438 \u0432\u0441\u0456 \u0442\u0435\u0433\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043E. \u041F\u0440\u0438 \u0432\u0438\u043C\u043A\u043D\u0435\u043D\u043D\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C tags \u0432\u0438\u0434\u0430\u043B\u044F\u0454\u0442\u044C\u0441\u044F \u0437 frontmatter."},showProperties:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u0443 \u043D\u0430\u0432\u0456\u0433\u0430\u0442\u043E\u0440\u0456.",propertyKeysInfoPrefix:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0432 ",propertyKeysInfoLinkText:"\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0456 > \u041A\u043B\u044E\u0447\u0456 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u0437\u043D\u0430\u0447\u043A\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \u0437\u043D\u0430\u0447\u043A\u0438 \u043F\u043E\u0440\u044F\u0434 \u0456\u0437 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u044F\u043C\u0438 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0456 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457."},inheritPropertyColors:{name:"\u0423\u0441\u043F\u0430\u0434\u043A\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",desc:"\u0417\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439 \u0443\u0441\u043F\u0430\u0434\u043A\u043E\u0432\u0443\u044E\u0442\u044C \u043A\u043E\u043B\u0456\u0440 \u0442\u0430 \u0444\u043E\u043D \u0432\u0456\u0434 \u043A\u043B\u044E\u0447\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456."},propertySortOrder:{name:"\u041F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",desc:"\u041A\u043B\u0430\u0446\u043D\u0456\u0442\u044C \u043F\u0440\u0430\u0432\u043E\u044E \u043A\u043D\u043E\u043F\u043A\u043E\u044E \u043C\u0438\u0448\u0456 \u043D\u0430 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u0456\u0441\u0442\u044C, \u0449\u043E\u0431 \u0437\u0430\u0434\u0430\u0442\u0438 \u0456\u043D\u0448\u0438\u0439 \u043F\u043E\u0440\u044F\u0434\u043E\u043A \u0441\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0457\u0457 \u0437\u043D\u0430\u0447\u0435\u043D\u044C.",options:{alphaAsc:"\u0410 \u0434\u043E \u042F",alphaDesc:"\u042F \u0434\u043E \u0410",frequency:"\u0427\u0430\u0441\u0442\u043E\u0442\u0430",lowToHigh:"\u0437\u0430 \u0437\u0440\u043E\u0441\u0442\u0430\u043D\u043D\u044F\u043C",highToLow:"\u0437\u0430 \u0441\u043F\u0430\u0434\u0430\u043D\u043D\u044F\u043C"}},showAllPropertiesFolder:{name:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u0430\u043F\u043A\u0443 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439",desc:"\u0412\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u0438 \xAB\u0412\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456\xBB \u044F\u043A \u0437\u0433\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u0443 \u043F\u0430\u043F\u043A\u0443."},scopePropertiesToCurrentContext:{name:"\u0424\u0456\u043B\u044C\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456 \u0437\u0430 \u0432\u0438\u0431\u043E\u0440\u043E\u043C",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043B\u0438\u0448\u0435 \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0456, \u0449\u043E \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u044E\u0442\u044C\u0441\u044F \u0432 \u043D\u043E\u0442\u0430\u0442\u043A\u0430\u0445 \u0443 \u0432\u0438\u0431\u0440\u0430\u043D\u0456\u0439 \u043F\u0430\u043F\u0446\u0456 \u0430\u0431\u043E \u0442\u0435\u0437\u0456."},hiddenTags:{name:"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u0442\u0435\u0433\u0438 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432 \u0442\u0435\u0433\u0456\u0432, \u0440\u043E\u0437\u0434\u0456\u043B\u0435\u043D\u0438\u0445 \u043A\u043E\u043C\u0430\u043C\u0438. \u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u043D\u0430\u0437\u0432: \u0442\u0435\u0433* (\u043F\u043E\u0447\u0438\u043D\u0430\u0454\u0442\u044C\u0441\u044F \u0437), *\u0442\u0435\u0433 (\u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0454\u0442\u044C\u0441\u044F \u043D\u0430). \u0428\u0430\u0431\u043B\u043E\u043D\u0438 \u0448\u043B\u044F\u0445\u0456\u0432: \u0430\u0440\u0445\u0456\u0432 (\u0442\u0435\u0433 \u0456 \u043D\u0430\u0449\u0430\u0434\u043A\u0438), \u0430\u0440\u0445\u0456\u0432/* (\u043B\u0438\u0448\u0435 \u043D\u0430\u0449\u0430\u0434\u043A\u0438), \u043F\u0440\u043E\u0435\u043A\u0442\u0438/*/\u0447\u0435\u0440\u043D\u0435\u0442\u043A\u0438 (\u0441\u0438\u043C\u0432\u043E\u043B \u043F\u0456\u0434\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 \u043F\u043E\u0441\u0435\u0440\u0435\u0434\u0438\u043D\u0456).",placeholder:"\u0430\u0440\u0445\u0456\u0432*, *\u0447\u0435\u0440\u043D\u0435\u0442\u043A\u0430, \u043F\u0440\u043E\u0435\u043A\u0442\u0438/*/\u0441\u0442\u0430\u0440\u0456"},hiddenFileTags:{name:"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0437 \u0442\u0435\u0433\u0430\u043C\u0438 (\u043F\u0440\u043E\u0444\u0456\u043B\u044C \u0441\u0445\u043E\u0432\u0438\u0449\u0430)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u0423\u0432\u0456\u043C\u043A\u043D\u0443\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",desc:"\u0422\u0435\u043A\u0438 \u0437 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u0438\u043C \u0444\u0430\u0439\u043B\u043E\u043C \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u044C\u0441\u044F \u044F\u043A \u043A\u043B\u0456\u043A\u0430\u0431\u0435\u043B\u044C\u043D\u0456 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F."},folderNoteType:{name:"\u0422\u0438\u043F \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438 \u0437\u0430 \u0437\u0430\u043C\u043E\u0432\u0447\u0443\u0432\u0430\u043D\u043D\u044F\u043C",desc:"\u0422\u0438\u043F \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438, \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043E\u0457 \u0437 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0433\u043E \u043C\u0435\u043D\u044E.",options:{ask:"\u0417\u0430\u043F\u0438\u0442\u0443\u0432\u0430\u0442\u0438 \u043F\u0440\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u0456",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"\u041D\u0430\u0437\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438",desc:"\u041D\u0430\u0437\u0432\u0430 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043A\u0438 \u0431\u0435\u0437 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F. \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 \u0442\u0456\u0454\u0457 \u0436 \u043D\u0430\u0437\u0432\u0438, \u0449\u043E \u0439 \u0443 \u043F\u0430\u043F\u043A\u0438.",placeholder:"index"},folderNoteNamePattern:{name:"\u0428\u0430\u0431\u043B\u043E\u043D \u043D\u0430\u0437\u0432\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A\u0438",desc:"\u0428\u0430\u0431\u043B\u043E\u043D \u0456\u043C\u0435\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0442\u0435\u043A\u0438 \u0431\u0435\u0437 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u043D\u044F. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435 {{folder}} \u0434\u043B\u044F \u0432\u0441\u0442\u0430\u0432\u043A\u0438 \u0456\u043C\u0435\u043D\u0456 \u0442\u0435\u043A\u0438. \u042F\u043A\u0449\u043E \u0437\u0430\u0434\u0430\u043D\u043E, \u0456\u043C'\u044F \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A\u0438 \u043D\u0435 \u0437\u0430\u0441\u0442\u043E\u0441\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F."},folderNoteTemplate:{name:"\u0428\u0430\u0431\u043B\u043E\u043D \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A\u0438",desc:"\u0424\u0430\u0439\u043B \u0448\u0430\u0431\u043B\u043E\u043D\u0443 \u0434\u043B\u044F \u043D\u043E\u0432\u0438\u0445 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0442\u0435\u043A Markdown. \u0412\u043A\u0430\u0436\u0456\u0442\u044C \u0440\u043E\u0437\u0442\u0430\u0448\u0443\u0432\u0430\u043D\u043D\u044F \u0442\u0435\u043A\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0456\u0432 \u0443 \u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0435 > \u0428\u0430\u0431\u043B\u043E\u043D\u0438."},enableFolderNoteLinks:{name:"\u0423\u0432\u0456\u043C\u043A\u043D\u0443\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0442\u0435\u043A",desc:"\u041C\u0456\u0442\u043A\u0438 \u0442\u0435\u043A \u0432\u0456\u0434\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u044C\u0441\u044F \u044F\u043A \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0456 \u0432\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u044E\u0442\u044C \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456. \u041A\u043E\u043B\u0438 \u0432\u0438\u043C\u043A\u043D\u0435\u043D\u043E, \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A \u0432\u0441\u0435 \u043E\u0434\u043D\u043E \u043D\u0430\u0434\u0430\u044E\u0442\u044C \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0456 \u043D\u0430\u0437\u0432\u0438, \u0437\u043D\u0430\u0447\u043A\u0430 \u0442\u0430 \u043A\u043E\u043B\u044C\u043E\u0440\u0443."},hideFolderNoteInList:{name:"\u041F\u0440\u0438\u0445\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0443 \u043F\u0430\u043F\u043A\u0438 \u0432 \u0441\u043F\u0438\u0441\u043A\u0443",desc:"\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A \u0437\u0456 \u0441\u043F\u0438\u0441\u043A\u0443 \u0444\u0430\u0439\u043B\u0456\u0432."},pinCreatedFolderNote:{name:"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u044E\u0432\u0430\u0442\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A",desc:"\u0417\u0430\u043A\u0440\u0456\u043F\u043B\u044E\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A \u043F\u0440\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u0456 \u0437 \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0433\u043E \u043C\u0435\u043D\u044E."},openFolderNotesInNewTab:{name:"\u0412\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u043F\u0430\u043F\u043E\u043A \u0443 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456",desc:"\u0412\u0456\u0434\u043A\u0440\u0438\u0432\u0430\u0442\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438 \u0442\u0435\u043A \u0443 \u043D\u043E\u0432\u0456\u0439 \u0432\u043A\u043B\u0430\u0434\u0446\u0456 \u043F\u0440\u0438 \u043D\u0430\u0442\u0438\u0441\u043A\u0430\u043D\u043D\u0456 \u043D\u0430 \u0442\u0435\u043A\u0443."},confirmBeforeDelete:{name:"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u043F\u0435\u0440\u0435\u0434 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u044F\u043C",desc:"\u041F\u043E\u043A\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0434\u0456\u0430\u043B\u043E\u0433 \u043F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043D\u043D\u044F \u043F\u0440\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u0456 \u043D\u043E\u0442\u0430\u0442\u043E\u043A \u0430\u0431\u043E \u043F\u0430\u043F\u043E\u043A"},deleteAttachments:{name:"\u0412\u0438\u0434\u0430\u043B\u044F\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F \u043F\u0440\u0438 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0456\u0432",desc:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u0432\u0438\u0434\u0430\u043B\u044F\u0442\u0438 \u0432\u043A\u043B\u0430\u0434\u0435\u043D\u043D\u044F, \u043F\u043E\u0432'\u044F\u0437\u0430\u043D\u0456 \u0437 \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u0438\u043C \u0444\u0430\u0439\u043B\u043E\u043C, \u044F\u043A\u0449\u043E \u0432\u043E\u043D\u0438 \u043D\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u044E\u0442\u044C\u0441\u044F \u0432 \u0456\u043D\u0448\u043E\u043C\u0443 \u043C\u0456\u0441\u0446\u0456",options:{ask:"\u0417\u0430\u043F\u0438\u0442\u0443\u0432\u0430\u0442\u0438 \u0449\u043E\u0440\u0430\u0437\u0443",always:"\u0417\u0430\u0432\u0436\u0434\u0438",never:"\u041D\u0456\u043A\u043E\u043B\u0438"}},moveFileConflicts:{name:"\u041A\u043E\u043D\u0444\u043B\u0456\u043A\u0442\u0438 \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u044F",desc:"\u041F\u0440\u0438 \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u0456 \u0444\u0430\u0439\u043B\u0443 \u0434\u043E \u0442\u0435\u043A\u0438, \u0434\u0435 \u0432\u0436\u0435 \u0456\u0441\u043D\u0443\u0454 \u0444\u0430\u0439\u043B \u0437 \u0442\u0430\u043A\u043E\u044E \u0436 \u043D\u0430\u0437\u0432\u043E\u044E. \u0417\u0430\u043F\u0438\u0442\u0443\u0432\u0430\u0442\u0438 \u0449\u043E\u0440\u0430\u0437\u0443 (\u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u0442\u0438, \u043F\u0435\u0440\u0435\u0437\u0430\u043F\u0438\u0441\u0430\u0442\u0438, \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438) \u0430\u0431\u043E \u0437\u0430\u0432\u0436\u0434\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438.",options:{ask:"\u0417\u0430\u043F\u0438\u0442\u0443\u0432\u0430\u0442\u0438 \u0449\u043E\u0440\u0430\u0437\u0443",rename:"\u0417\u0430\u0432\u0436\u0434\u0438 \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u043E\u0432\u0443\u0432\u0430\u0442\u0438"}},metadataCleanup:{name:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0456",desc:"\u0412\u0438\u0434\u0430\u043B\u044F\u0454 \u043E\u0441\u0438\u0440\u043E\u0442\u0456\u043B\u0456 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0456, \u0437\u0430\u043B\u0438\u0448\u0435\u043D\u0456 \u043F\u0456\u0441\u043B\u044F \u0432\u0438\u0434\u0430\u043B\u0435\u043D\u043D\u044F, \u043F\u0435\u0440\u0435\u043C\u0456\u0449\u0435\u043D\u043D\u044F \u0430\u0431\u043E \u043F\u0435\u0440\u0435\u0439\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u043D\u044F \u0444\u0430\u0439\u043B\u0456\u0432, \u043F\u0430\u043F\u043E\u043A \u0430\u0431\u043E \u0442\u0435\u0433\u0456\u0432 \u043F\u043E\u0437\u0430 Obsidian. \u0426\u0435 \u0432\u043F\u043B\u0438\u0432\u0430\u0454 \u043B\u0438\u0448\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C Notebook Navigator.",buttonText:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0456",error:"\u041E\u0447\u0438\u0449\u0435\u043D\u043D\u044F \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C \u043D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F",loading:"\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0430 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0438\u0445...",statusClean:"\u041D\u0435\u043C\u0430\u0454 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0438\u0445 \u0434\u043B\u044F \u043E\u0447\u0438\u0449\u0435\u043D\u043D\u044F",statusCounts:"\u041E\u0441\u0438\u0440\u043E\u0442\u0456\u043B\u0456 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438: {folders} \u043F\u0430\u043F\u043E\u043A, {tags} \u0442\u0435\u0433\u0456\u0432, {properties} \u0432\u043B\u0430\u0441\u0442\u0438\u0432\u043E\u0441\u0442\u0435\u0439, {files} \u0444\u0430\u0439\u043B\u0456\u0432, {pinned} \u0437\u0430\u043A\u0440\u0456\u043F\u043B\u0435\u043D\u044C, {separators} \u0440\u043E\u0437\u0434\u0456\u043B\u044C\u043D\u0438\u043A\u0456\u0432"},rebuildCache:{name:"\u041F\u0435\u0440\u0435\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438 \u043A\u0435\u0448",desc:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0439\u0442\u0435, \u044F\u043A\u0449\u043E \u0443 \u0432\u0430\u0441 \u0437\u043D\u0438\u043A\u0430\u044E\u0442\u044C \u0442\u0435\u0433\u0438, \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0438 \u0430\u0431\u043E \u0432\u0456\u0434\u0441\u0443\u0442\u043D\u0456 \u0433\u043E\u043B\u043E\u0432\u043D\u0456 \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F. \u0426\u0435 \u043C\u043E\u0436\u0435 \u0441\u0442\u0430\u0442\u0438\u0441\u044F \u043F\u0456\u0441\u043B\u044F \u043A\u043E\u043D\u0444\u043B\u0456\u043A\u0442\u0456\u0432 \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u0430\u0446\u0456\u0457 \u0430\u0431\u043E \u043D\u0435\u043E\u0447\u0456\u043A\u0443\u0432\u0430\u043D\u0438\u0445 \u0437\u0430\u043A\u0440\u0438\u0442\u0442\u0456\u0432.",buttonText:"\u041F\u0435\u0440\u0435\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438 \u043A\u0435\u0448",error:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u043F\u0435\u0440\u0435\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438 \u043A\u0435\u0448",indexingTitle:"\u0406\u043D\u0434\u0435\u043A\u0441\u0430\u0446\u0456\u044F \u0441\u0445\u043E\u0432\u0438\u0449\u0430...",progress:"\u041E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u043A\u0435\u0448\u0443 Notebook Navigator."},externalIcons:{downloadButton:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438",downloadingLabel:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F...",removeButton:"\u0412\u0438\u043B\u0443\u0447\u0438\u0442\u0438",statusInstalled:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043E (\u0432\u0435\u0440\u0441\u0456\u044F {version})",statusNotInstalled:"\u041D\u0435 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043E",versionUnknown:"\u043D\u0435\u0432\u0456\u0434\u043E\u043C\u043E",downloadFailed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 {name}. \u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0437'\u0454\u0434\u043D\u0430\u043D\u043D\u044F \u0442\u0430 \u0441\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0437\u043D\u043E\u0432\u0443.",removeFailed:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0432\u0438\u043B\u0443\u0447\u0438\u0442\u0438 {name}.",infoNote:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u0456 \u043F\u0430\u043A\u0435\u0442\u0438 \u0456\u043A\u043E\u043D\u043E\u043A \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u0443\u044E\u0442\u044C \u0441\u0442\u0430\u043D \u0432\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u043C\u0456\u0436 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u044F\u043C\u0438. \u041F\u0430\u043A\u0435\u0442\u0438 \u0456\u043A\u043E\u043D\u043E\u043A \u0437\u0430\u043B\u0438\u0448\u0430\u044E\u0442\u044C\u0441\u044F \u0432 \u043B\u043E\u043A\u0430\u043B\u044C\u043D\u0456\u0439 \u0431\u0430\u0437\u0456 \u0434\u0430\u043D\u0438\u0445 \u043D\u0430 \u043A\u043E\u0436\u043D\u043E\u043C\u0443 \u043F\u0440\u0438\u0441\u0442\u0440\u043E\u0457; \u0441\u0438\u043D\u0445\u0440\u043E\u043D\u0456\u0437\u0430\u0446\u0456\u044F \u043B\u0438\u0448\u0435 \u0432\u0456\u0434\u0441\u0442\u0435\u0436\u0443\u0454, \u0447\u0438 \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0443\u0432\u0430\u0442\u0438 \u0430\u0431\u043E \u0432\u0438\u043B\u0443\u0447\u0430\u0442\u0438 \u0457\u0445. \u041F\u0430\u043A\u0435\u0442\u0438 \u0456\u043A\u043E\u043D\u043E\u043A \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0443\u044E\u0442\u044C\u0441\u044F \u0437 \u0440\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0456\u044E Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0456 frontmatter",desc:"\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 frontmatter \u0434\u043B\u044F \u043D\u0430\u0437\u0432\u0438 \u043D\u043E\u0442\u0430\u0442\u043A\u0438, \u0447\u0430\u0441\u043E\u0432\u0438\u0445 \u043C\u0456\u0442\u043E\u043A, \u0456\u043A\u043E\u043D\u043E\u043A \u0442\u0430 \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432"},frontmatterIconField:{name:"\u041F\u043E\u043B\u0435 \u0456\u043A\u043E\u043D\u043A\u0438",desc:"\u041F\u043E\u043B\u0435 frontmatter \u0434\u043B\u044F \u0456\u043A\u043E\u043D\u043E\u043A \u0444\u0430\u0439\u043B\u0456\u0432. \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 \u0456\u043A\u043E\u043D\u043E\u043A, \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0445 \u0443 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u0445.",placeholder:"icon"},frontmatterColorField:{name:"\u041F\u043E\u043B\u0435 \u043A\u043E\u043B\u044C\u043E\u0440\u0443",desc:"\u041F\u043E\u043B\u0435 frontmatter \u0434\u043B\u044F \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432 \u0444\u0430\u0439\u043B\u0456\u0432. \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 \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432, \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0445 \u0443 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u0445.",placeholder:"color"},frontmatterBackgroundField:{name:"\u041F\u043E\u043B\u0435 \u0444\u043E\u043D\u0443",desc:"\u041F\u043E\u043B\u0435 frontmatter \u0434\u043B\u044F \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432 \u0444\u043E\u043D\u0443. \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 \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432 \u0444\u043E\u043D\u0443, \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0445 \u0443 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u0445.",placeholder:"background"},frontmatterMigration:{name:"\u041F\u0435\u0440\u0435\u043D\u0435\u0441\u0442\u0438 \u0456\u043A\u043E\u043D\u043A\u0438 \u0442\u0430 \u043A\u043E\u043B\u044C\u043E\u0440\u0438 \u0437 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u044C",desc:"\u0417\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043E \u0432 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u0445: {icons} \u0456\u043A\u043E\u043D\u043E\u043A, {colors} \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432.",button:"\u041F\u0435\u0440\u0435\u043D\u0435\u0441\u0442\u0438",buttonWorking:"\u041F\u0435\u0440\u0435\u043D\u0435\u0441\u0435\u043D\u043D\u044F...",noticeNone:"\u041D\u0435\u043C\u0430\u0454 \u0456\u043A\u043E\u043D\u043E\u043A \u0430\u0431\u043E \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432 \u0444\u0430\u0439\u043B\u0456\u0432, \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u0438\u0445 \u0443 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F\u0445.",noticeDone:"\u041F\u0435\u0440\u0435\u043D\u0435\u0441\u0435\u043D\u043E {migratedIcons}/{icons} \u0456\u043A\u043E\u043D\u043E\u043A, {migratedColors}/{colors} \u043A\u043E\u043B\u044C\u043E\u0440\u0456\u0432.",noticeFailures:"\u041D\u0435\u0432\u0434\u0430\u043B\u0456 \u0437\u0430\u043F\u0438\u0441\u0438: {failures}.",noticeError:"\u041F\u0435\u0440\u0435\u043D\u0435\u0441\u0435\u043D\u043D\u044F \u043D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F. \u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0434\u043B\u044F \u0434\u0435\u0442\u0430\u043B\u0435\u0439."},frontmatterNameField:{name:"\u041F\u043E\u043B\u044F \u043D\u0430\u0437\u0432\u0438",desc:"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u043E\u043B\u0456\u0432 frontmatter \u0447\u0435\u0440\u0435\u0437 \u043A\u043E\u043C\u0443. \u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u0442\u044C\u0441\u044F \u043F\u0435\u0440\u0448\u0435 \u043D\u0435\u043F\u043E\u0440\u043E\u0436\u043D\u0454 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F. \u041F\u043E\u0432\u0435\u0440\u0442\u0430\u0454\u0442\u044C\u0441\u044F \u0434\u043E \u043D\u0430\u0437\u0432\u0438 \u0444\u0430\u0439\u043B\u0443.",placeholder:"title, name"},frontmatterCreatedField:{name:"\u041F\u043E\u043B\u0435 \u0447\u0430\u0441\u043E\u0432\u043E\u0457 \u043C\u0456\u0442\u043A\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F",desc:"\u041D\u0430\u0437\u0432\u0430 \u043F\u043E\u043B\u044F frontmatter \u0434\u043B\u044F \u0447\u0430\u0441\u043E\u0432\u043E\u0457 \u043C\u0456\u0442\u043A\u0438 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F. \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 \u043B\u0438\u0448\u0435 \u0434\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0457 \u0441\u0438\u0441\u0442\u0435\u043C\u0438.",placeholder:"created"},frontmatterModifiedField:{name:"\u041F\u043E\u043B\u0435 \u0447\u0430\u0441\u043E\u0432\u043E\u0457 \u043C\u0456\u0442\u043A\u0438 \u0437\u043C\u0456\u043D\u0438",desc:"\u041D\u0430\u0437\u0432\u0430 \u043F\u043E\u043B\u044F frontmatter \u0434\u043B\u044F \u0447\u0430\u0441\u043E\u0432\u043E\u0457 \u043C\u0456\u0442\u043A\u0438 \u0437\u043C\u0456\u043D\u0438. \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 \u043B\u0438\u0448\u0435 \u0434\u0430\u0442\u0438 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0457 \u0441\u0438\u0441\u0442\u0435\u043C\u0438.",placeholder:"modified"},frontmatterDateFormat:{name:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0447\u0430\u0441\u043E\u0432\u043E\u0457 \u043C\u0456\u0442\u043A\u0438",desc:"\u0424\u043E\u0440\u043C\u0430\u0442 \u0434\u043B\u044F \u0440\u043E\u0437\u0431\u043E\u0440\u0443 \u0447\u0430\u0441\u043E\u0432\u0438\u0445 \u043C\u0456\u0442\u043E\u043A \u0443 frontmatter. \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 \u043F\u0430\u0440\u0441\u0438\u043D\u0433\u0443 ISO 8601.",helpTooltip:"\u0424\u043E\u0440\u043C\u0430\u0442 Moment",momentLinkText:"\u0444\u043E\u0440\u043C\u0430\u0442 Moment",help:`\u041F\u043E\u0448\u0438\u0440\u0435\u043D\u0456 \u0444\u043E\u0440\u043C\u0430\u0442\u0438: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u041F\u0456\u0434\u0442\u0440\u0438\u043C\u0430\u0442\u0438 \u0440\u043E\u0437\u0440\u043E\u0431\u043A\u0443",desc:"\u042F\u043A\u0449\u043E \u0432\u0430\u043C \u043F\u043E\u0434\u043E\u0431\u0430\u0454\u0442\u044C\u0441\u044F \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 Notebook Navigator, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0440\u043E\u0437\u0433\u043B\u044F\u043D\u044C\u0442\u0435 \u043C\u043E\u0436\u043B\u0438\u0432\u0456\u0441\u0442\u044C \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u043A\u0438 \u0439\u043E\u0433\u043E \u043F\u043E\u0434\u0430\u043B\u044C\u0448\u043E\u0457 \u0440\u043E\u0437\u0440\u043E\u0431\u043A\u0438.",buttonText:"\u2764\uFE0F \u0421\u043F\u043E\u043D\u0441\u043E\u0440\u0443\u0432\u0430\u0442\u0438",coffeeButton:"\u2615\uFE0F \u041A\u0443\u043F\u0438\u0442\u0438 \u043C\u0435\u043D\u0456 \u043A\u0430\u0432\u0443"},updateCheckOnStart:{name:"\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u044F\u0442\u0438 \u043D\u043E\u0432\u0443 \u0432\u0435\u0440\u0441\u0456\u044E \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0443",desc:"\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u044F\u0454 \u043D\u043E\u0432\u0456 \u0440\u0435\u043B\u0456\u0437\u0438 \u043F\u043B\u0430\u0433\u0456\u043D\u0430 \u043F\u0440\u0438 \u0437\u0430\u043F\u0443\u0441\u043A\u0443 \u0442\u0430 \u043F\u043E\u043A\u0430\u0437\u0443\u0454 \u0441\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u043D\u044F, \u043A\u043E\u043B\u0438 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F. \u041F\u0435\u0440\u0435\u0432\u0456\u0440\u043A\u0438 \u0432\u0456\u0434\u0431\u0443\u0432\u0430\u044E\u0442\u044C\u0441\u044F \u043D\u0435 \u0447\u0430\u0441\u0442\u0456\u0448\u0435 \u043E\u0434\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u0443 \u043D\u0430 \u0434\u0435\u043D\u044C.",status:"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u043D\u043E\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044F: {version}"},whatsNew:{name:"\u0429\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0432 Notebook Navigator {version}",desc:"\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u044C\u0442\u0435 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F \u0442\u0430 \u043F\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u043D\u044F",buttonText:"\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u043E\u0441\u0442\u0430\u043D\u043D\u0456 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F"},masteringVideo:{name:"\u041E\u043F\u0430\u043D\u0443\u0432\u0430\u043D\u043D\u044F Notebook Navigator (\u0432\u0456\u0434\u0435\u043E)",desc:"\u0426\u0435 \u0432\u0456\u0434\u0435\u043E \u043E\u0445\u043E\u043F\u043B\u044E\u0454 \u0432\u0441\u0435, \u0449\u043E \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u0434\u043B\u044F \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0438\u0432\u043D\u043E\u0457 \u0440\u043E\u0431\u043E\u0442\u0438 \u0437 Notebook Navigator, \u0432\u043A\u043B\u044E\u0447\u0430\u044E\u0447\u0438 \u0433\u0430\u0440\u044F\u0447\u0456 \u043A\u043B\u0430\u0432\u0456\u0448\u0456, \u043F\u043E\u0448\u0443\u043A, \u0442\u0435\u0433\u0438 \u0442\u0430 \u0440\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u0435 \u043D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F."},cacheStatistics:{localCache:"\u041B\u043E\u043A\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u0435\u0448",items:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",withTags:"\u0437 \u0442\u0435\u0433\u0430\u043C\u0438",withPreviewText:"\u0437 \u0442\u0435\u043A\u0441\u0442\u043E\u043C \u043F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u044C\u043E\u0433\u043E \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434\u0443",withFeatureImage:"\u0437 \u0433\u043E\u043B\u043E\u0432\u043D\u0438\u043C \u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u043D\u044F\u043C",withMetadata:"\u0437 \u043C\u0435\u0442\u0430\u0434\u0430\u043D\u0438\u043C\u0438"},metadataInfo:{successfullyParsed:"\u0423\u0441\u043F\u0456\u0448\u043D\u043E \u0440\u043E\u0437\u0456\u0431\u0440\u0430\u043D\u043E",itemsWithName:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432 \u0437 \u043D\u0430\u0437\u0432\u043E\u044E",withCreatedDate:"\u0437 \u0434\u0430\u0442\u043E\u044E \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F",withModifiedDate:"\u0437 \u0434\u0430\u0442\u043E\u044E \u0437\u043C\u0456\u043D\u0438",withIcon:"\u0437 \u0456\u043A\u043E\u043D\u043A\u043E\u044E",withColor:"\u0437 \u043A\u043E\u043B\u044C\u043E\u0440\u043E\u043C",failedToParse:"\u041D\u0435 \u0432\u0434\u0430\u043B\u043E\u0441\u044F \u0440\u043E\u0437\u0456\u0431\u0440\u0430\u0442\u0438",createdDates:"\u0434\u0430\u0442 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F",modifiedDates:"\u0434\u0430\u0442 \u0437\u043C\u0456\u043D\u0438",checkTimestampFormat:"\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0444\u043E\u0440\u043C\u0430\u0442 \u0447\u0430\u0441\u043E\u0432\u043E\u0457 \u043C\u0456\u0442\u043A\u0438.",exportFailed:"\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u043C\u0438\u043B\u043A\u0438"}}},whatsNew:{title:"\u0429\u043E \u043D\u043E\u0432\u043E\u0433\u043E \u0432 Notebook Navigator",supportMessage:"\u042F\u043A\u0449\u043E Notebook Navigator \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0439 \u0434\u043B\u044F \u0432\u0430\u0441, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0440\u043E\u0437\u0433\u043B\u044F\u043D\u044C\u0442\u0435 \u043C\u043E\u0436\u043B\u0438\u0432\u0456\u0441\u0442\u044C \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u043A\u0438 \u0439\u043E\u0433\u043E \u0440\u043E\u0437\u0440\u043E\u0431\u043A\u0438.",supportButton:"\u041A\u0443\u043F\u0438\u0442\u0438 \u043C\u0435\u043D\u0456 \u043A\u0430\u0432\u0443",thanksButton:"\u0414\u044F\u043A\u0443\u044E!"}}});var QO,ZO=He(()=>{QO={common:{cancel:"H\u1EE7y",delete:"X\xF3a",clear:"X\xF3a",remove:"G\u1EE1 b\u1ECF",restoreDefault:"Kh\xF4i ph\u1EE5c m\u1EB7c \u0111\u1ECBnh",submit:"G\u1EEDi",configure:"C\u1EA5u h\xECnh",lightMode:"Ch\u1EBF \u0111\u1ED9 s\xE1ng",darkMode:"Ch\u1EBF \u0111\u1ED9 t\u1ED1i",noSelection:"Ch\u01B0a ch\u1ECDn g\xEC",untagged:"Kh\xF4ng c\xF3 th\u1EBB",featureImageAlt:"\u1EA2nh n\u1ED5i b\u1EADt",unknownError:"L\u1ED7i kh\xF4ng x\xE1c \u0111\u1ECBnh",clipboardWriteError:"Kh\xF4ng th\u1EC3 ghi v\xE0o clipboard",updateBannerTitle:"C\xF3 b\u1EA3n c\u1EADp nh\u1EADt Notebook Navigator",updateBannerInstruction:"C\u1EADp nh\u1EADt trong C\xE0i \u0111\u1EB7t -> Plugin c\u1ED9ng \u0111\u1ED3ng",previous:"Tr\u01B0\u1EDBc",next:"Sau"},listPane:{emptyStateNoSelection:"Ch\u1ECDn m\u1ED9t th\u01B0 m\u1EE5c ho\u1EB7c th\u1EBB \u0111\u1EC3 xem ghi ch\xFA",emptyStateNoNotes:"Kh\xF4ng c\xF3 ghi ch\xFA",pinnedSection:"\u0110\xE3 ghim",notesSection:"Ghi ch\xFA",filesSection:"T\u1EC7p",hiddenItemAriaLabel:"{name} (\u1EA9n)"},tagList:{untaggedLabel:"Kh\xF4ng c\xF3 th\u1EBB",tags:"Th\u1EBB"},navigationPane:{shortcutsHeader:"L\u1ED1i t\u1EAFt",recentFilesHeader:"T\u1EC7p g\u1EA7n \u0111\xE2y",properties:"Thu\u1ED9c t\xEDnh",reorderRootFoldersTitle:"S\u1EAFp x\u1EBFp l\u1EA1i \u0111i\u1EC1u h\u01B0\u1EDBng",reorderRootFoldersHint:"D\xF9ng m\u0169i t\xEAn ho\u1EB7c k\xE9o \u0111\u1EC3 s\u1EAFp x\u1EBFp l\u1EA1i",vaultRootLabel:"Vault",resetRootToAlpha:"\u0110\u1EB7t l\u1EA1i theo th\u1EE9 t\u1EF1 b\u1EA3ng ch\u1EEF c\xE1i",resetRootToFrequency:"\u0110\u1EB7t l\u1EA1i theo t\u1EA7n su\u1EA5t",pinShortcuts:"Ghim l\u1ED1i t\u1EAFt",pinShortcutsAndRecentFiles:"Ghim l\u1ED1i t\u1EAFt v\xE0 t\u1EC7p g\u1EA7n \u0111\xE2y",unpinShortcuts:"B\u1ECF ghim l\u1ED1i t\u1EAFt",unpinShortcutsAndRecentFiles:"B\u1ECF ghim l\u1ED1i t\u1EAFt v\xE0 t\u1EC7p g\u1EA7n \u0111\xE2y",profileMenuAria:"\u0110\u1ED5i h\u1ED3 s\u01A1 vault"},navigationCalendar:{ariaLabel:"L\u1ECBch",dailyNotesNotEnabled:"Plugin ghi ch\xFA h\xE0ng ng\xE0y ch\u01B0a \u0111\u01B0\u1EE3c b\u1EADt.",createDailyNote:{title:"Ghi ch\xFA h\xE0ng ng\xE0y m\u1EDBi",message:"T\u1EC7p {filename} kh\xF4ng t\u1ED3n t\u1EA1i. B\u1EA1n c\xF3 mu\u1ED1n t\u1EA1o kh\xF4ng?",confirmButton:"T\u1EA1o"},helpModal:{title:"Ph\xEDm t\u1EAFt l\u1ECBch",items:["Nh\u1EA5p v\xE0o b\u1EA5t k\u1EF3 ng\xE0y n\xE0o \u0111\u1EC3 m\u1EDF ho\u1EB7c t\u1EA1o ghi ch\xFA h\xE0ng ng\xE0y. Tu\u1EA7n, th\xE1ng, qu\xFD v\xE0 n\u0103m ho\u1EA1t \u0111\u1ED9ng t\u01B0\u01A1ng t\u1EF1.","Ch\u1EA5m \u0111\u1EB7c d\u01B0\u1EDBi m\u1ED9t ng\xE0y ngh\u0129a l\xE0 c\xF3 ghi ch\xFA. Ch\u1EA5m r\u1ED7ng ngh\u0129a l\xE0 c\xF3 nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh.","N\u1EBFu ghi ch\xFA c\xF3 \u1EA3nh n\u1ED5i b\u1EADt, n\xF3 s\u1EBD hi\u1EC3n th\u1ECB l\xE0m n\u1EC1n c\u1EE7a ng\xE0y."],dateFilterCmdCtrl:"`Cmd/Ctrl`+nh\u1EA5p v\xE0o ng\xE0y \u0111\u1EC3 l\u1ECDc theo ng\xE0y \u0111\xF3 trong danh s\xE1ch t\u1EC7p.",dateFilterOptionAlt:"`Option/Alt`+nh\u1EA5p v\xE0o ng\xE0y \u0111\u1EC3 l\u1ECDc theo ng\xE0y \u0111\xF3 trong danh s\xE1ch t\u1EC7p."}},dailyNotes:{templateReadFailed:"Kh\xF4ng th\u1EC3 \u0111\u1ECDc m\u1EABu ghi ch\xFA h\xE0ng ng\xE0y.",createFailed:"Kh\xF4ng th\u1EC3 t\u1EA1o ghi ch\xFA h\xE0ng ng\xE0y."},shortcuts:{folderExists:"Th\u01B0 m\u1EE5c \u0111\xE3 c\xF3 trong l\u1ED1i t\u1EAFt",noteExists:"Ghi ch\xFA \u0111\xE3 c\xF3 trong l\u1ED1i t\u1EAFt",tagExists:"Th\u1EBB \u0111\xE3 c\xF3 trong l\u1ED1i t\u1EAFt",propertyExists:"Thu\u1ED9c t\xEDnh \u0111\xE3 c\xF3 trong ph\xEDm t\u1EAFt",invalidProperty:"Ph\xEDm t\u1EAFt thu\u1ED9c t\xEDnh kh\xF4ng h\u1EE3p l\u1EC7",searchExists:"L\u1ED1i t\u1EAFt t\xECm ki\u1EBFm \u0111\xE3 t\u1ED3n t\u1EA1i",emptySearchQuery:"Nh\u1EADp truy v\u1EA5n t\xECm ki\u1EBFm tr\u01B0\u1EDBc khi l\u01B0u",emptySearchName:"Nh\u1EADp t\xEAn tr\u01B0\u1EDBc khi l\u01B0u t\xECm ki\u1EBFm",add:"Th\xEAm v\xE0o l\u1ED1i t\u1EAFt",addNotesCount:"Th\xEAm {count} ghi ch\xFA v\xE0o l\u1ED1i t\u1EAFt",addFilesCount:"Th\xEAm {count} t\u1EC7p v\xE0o l\u1ED1i t\u1EAFt",rename:"\u0110\u1ED5i t\xEAn l\u1ED1i t\u1EAFt",remove:"G\u1EE1 kh\u1ECFi l\u1ED1i t\u1EAFt",removeAll:"X\xF3a t\u1EA5t c\u1EA3 l\u1ED1i t\u1EAFt",removeAllConfirm:"X\xF3a t\u1EA5t c\u1EA3 l\u1ED1i t\u1EAFt?",folderNotesPinned:"\u0110\xE3 ghim {count} ghi ch\xFA th\u01B0 m\u1EE5c"},paneHeader:{collapseAllFolders:"Thu g\u1ECDn c\xE1c m\u1EE5c",expandAllFolders:"M\u1EDF r\u1ED9ng t\u1EA5t c\u1EA3 c\xE1c m\u1EE5c",showCalendar:"Hi\u1EC3n th\u1ECB l\u1ECBch",hideCalendar:"\u1EA8n l\u1ECBch",newFolder:"Th\u01B0 m\u1EE5c m\u1EDBi",newNote:"Ghi ch\xFA m\u1EDBi",mobileBackToNavigation:"Quay l\u1EA1i \u0111i\u1EC1u h\u01B0\u1EDBng",changeSortOrder:"\u0110\u1ED5i th\u1EE9 t\u1EF1 s\u1EAFp x\u1EBFp",defaultSort:"M\u1EB7c \u0111\u1ECBnh",descendants:"ph\u1EA7n t\u1EED con",subfolders:"th\u01B0 m\u1EE5c con",subtags:"th\u1EBB con",childValues:"gi\xE1 tr\u1ECB con",applySortToDescendants:t=>`\xC1p d\u1EE5ng s\u1EAFp x\u1EBFp cho ${t}`,applyAppearanceToDescendants:t=>`\xC1p d\u1EE5ng giao di\u1EC7n cho ${t}`,showFolders:"Hi\u1EC7n \u0111i\u1EC1u h\u01B0\u1EDBng",reorderRootFolders:"S\u1EAFp x\u1EBFp l\u1EA1i \u0111i\u1EC1u h\u01B0\u1EDBng",finishRootFolderReorder:"Ho\xE0n t\u1EA5t",showExcludedItems:"Hi\u1EC7n th\u01B0 m\u1EE5c, th\u1EBB v\xE0 ghi ch\xFA \u1EA9n",hideExcludedItems:"\u1EA8n th\u01B0 m\u1EE5c, th\u1EBB v\xE0 ghi ch\xFA \u1EA9n",showDualPane:"Hi\u1EC7n hai ng\u0103n",showSinglePane:"Hi\u1EC7n m\u1ED9t ng\u0103n",changeAppearance:"\u0110\u1ED5i giao di\u1EC7n",showNotesFromSubfolders:"Hi\u1EC7n ghi ch\xFA t\u1EEB th\u01B0 m\u1EE5c con",showFilesFromSubfolders:"Hi\u1EC7n t\u1EADp tin t\u1EEB th\u01B0 m\u1EE5c con",showNotesFromDescendants:"Hi\u1EC7n ghi ch\xFA t\u1EEB ph\u1EA7n t\u1EED con",showFilesFromDescendants:"Hi\u1EC7n t\u1EADp tin t\u1EEB ph\u1EA7n t\u1EED con",search:"T\xECm ki\u1EBFm"},searchInput:{placeholder:"T\xECm ki\u1EBFm...",placeholderOmnisearch:"Omnisearch...",clearSearch:"X\xF3a t\xECm ki\u1EBFm",switchToFilterSearch:"Chuy\u1EC3n sang t\xECm ki\u1EBFm b\u1ED9 l\u1ECDc",switchToOmnisearch:"Chuy\u1EC3n sang Omnisearch",saveSearchShortcut:"L\u01B0u l\u1ED1i t\u1EAFt t\xECm ki\u1EBFm",removeSearchShortcut:"G\u1EE1 l\u1ED1i t\u1EAFt t\xECm ki\u1EBFm",shortcutModalTitle:"L\u01B0u l\u1ED1i t\u1EAFt t\xECm ki\u1EBFm",shortcutNamePlaceholder:"Nh\u1EADp t\xEAn l\u1ED1i t\u1EAFt",shortcutStartIn:"Lu\xF4n b\u1EAFt \u0111\u1EA7u trong: {path}",searchHelp:"C\xFA ph\xE1p t\xECm ki\u1EBFm",searchHelpTitle:"C\xFA ph\xE1p t\xECm ki\u1EBFm",searchHelpModal:{intro:"K\u1EBFt h\u1EE3p t\xEAn t\u1EC7p, thu\u1ED9c t\xEDnh, th\u1EBB, ng\xE0y v\xE0 b\u1ED9 l\u1ECDc trong m\u1ED9t truy v\u1EA5n (v\xED d\u1EE5: `meeting .status=active #work @thisweek`). C\xE0i \u0111\u1EB7t plugin Omnisearch \u0111\u1EC3 s\u1EED d\u1EE5ng t\xECm ki\u1EBFm to\xE0n v\u0103n.",introSwitching:"Chuy\u1EC3n \u0111\u1ED5i gi\u1EEFa t\xECm ki\u1EBFm b\u1ED9 l\u1ECDc v\xE0 Omnisearch b\u1EB1ng ph\xEDm m\u0169i t\xEAn l\xEAn/xu\u1ED1ng ho\u1EB7c nh\u1EA5p v\xE0o bi\u1EC3u t\u01B0\u1EE3ng t\xECm ki\u1EBFm.",sections:{fileNames:{title:"T\xEAn t\u1EC7p",items:['`word` T\xECm ghi ch\xFA c\xF3 "word" trong t\xEAn t\u1EC7p.',"`word1 word2` M\u1ED7i t\u1EEB ph\u1EA3i kh\u1EDBp v\u1EDBi t\xEAn t\u1EC7p.",'`-word` Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 "word" trong t\xEAn t\u1EC7p.']},tags:{title:"Th\u1EBB",items:["`#tag` Bao g\u1ED3m ghi ch\xFA c\xF3 th\u1EBB (c\u0169ng kh\u1EDBp v\u1EDBi th\u1EBB l\u1ED3ng nhau nh\u01B0 `#tag/subtag`).","`#` Ch\u1EC9 bao g\u1ED3m ghi ch\xFA c\xF3 th\u1EBB.","`-#tag` Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 th\u1EBB.","`-#` Ch\u1EC9 bao g\u1ED3m ghi ch\xFA kh\xF4ng c\xF3 th\u1EBB.","`#tag1 #tag2` Kh\u1EDBp c\u1EA3 hai th\u1EBB (AND ng\u1EA7m \u0111\u1ECBnh).","`#tag1 AND #tag2` Kh\u1EDBp c\u1EA3 hai th\u1EBB (AND r\xF5 r\xE0ng).","`#tag1 OR #tag2` T\xECm m\u1ED9t trong c\xE1c th\u1EBB.","`#a OR #b AND #c` AND c\xF3 \u0111\u1ED9 \u01B0u ti\xEAn cao h\u01A1n: kh\u1EDBp `#a`, ho\u1EB7c c\u1EA3 `#b` v\xE0 `#c`.","Cmd/Ctrl+Nh\u1EA5p v\xE0o th\u1EBB \u0111\u1EC3 th\xEAm v\u1EDBi AND. Cmd/Ctrl+Shift+Nh\u1EA5p \u0111\u1EC3 th\xEAm v\u1EDBi OR."]},properties:{title:"Thu\u1ED9c t\xEDnh",items:["`.key` Bao g\u1ED3m ghi ch\xFA c\xF3 kh\xF3a thu\u1ED9c t\xEDnh.","`.key=value` Bao g\u1ED3m ghi ch\xFA c\xF3 gi\xE1 tr\u1ECB thu\u1ED9c t\xEDnh.",'`."Reading Status"` Bao g\u1ED3m ghi ch\xFA c\xF3 kh\xF3a thu\u1ED9c t\xEDnh ch\u1EE9a kho\u1EA3ng tr\u1EAFng.','`."Reading Status"="In Progress"` Kh\xF3a v\xE0 gi\xE1 tr\u1ECB c\xF3 kho\u1EA3ng tr\u1EAFng ph\u1EA3i \u0111\u01B0\u1EE3c \u0111\u1EB7t trong d\u1EA5u ngo\u1EB7c k\xE9p.',"`-.key` Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 kh\xF3a thu\u1ED9c t\xEDnh.","`-.key=value` Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 gi\xE1 tr\u1ECB thu\u1ED9c t\xEDnh.","Cmd/Ctrl+Nh\u1EA5p v\xE0o thu\u1ED9c t\xEDnh \u0111\u1EC3 th\xEAm v\u1EDBi AND. Cmd/Ctrl+Shift+Nh\u1EA5p \u0111\u1EC3 th\xEAm v\u1EDBi OR."]},tasks:{title:"B\u1ED9 l\u1ECDc",items:["`has:task` Bao g\u1ED3m ghi ch\xFA c\xF3 nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh.","`-has:task` Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh.","`folder:meetings` Bao g\u1ED3m ghi ch\xFA c\xF3 t\xEAn th\u01B0 m\u1EE5c ch\u1EE9a `meetings`.","`folder:/work/meetings` Bao g\u1ED3m ghi ch\xFA ch\u1EC9 trong `work/meetings` (kh\xF4ng bao g\u1ED3m th\u01B0 m\u1EE5c con).","`folder:/` Bao g\u1ED3m ghi ch\xFA ch\u1EC9 trong th\u01B0 m\u1EE5c g\u1ED1c c\u1EE7a kho.","`-folder:archive` Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 t\xEAn th\u01B0 m\u1EE5c ch\u1EE9a `archive`.","`-folder:/archive` Lo\u1EA1i tr\u1EEB ghi ch\xFA ch\u1EC9 trong `archive` (kh\xF4ng bao g\u1ED3m th\u01B0 m\u1EE5c con).","`ext:md` Bao g\u1ED3m ghi ch\xFA c\xF3 ph\u1EA7n m\u1EDF r\u1ED9ng `md` (`ext:.md` c\u0169ng \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3).","`-ext:pdf` Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 ph\u1EA7n m\u1EDF r\u1ED9ng `pdf`.","K\u1EBFt h\u1EE3p v\u1EDBi th\u1EBB, t\xEAn v\xE0 ng\xE0y th\xE1ng (v\xED d\u1EE5: `folder:/work/meetings ext:md @thisweek`)."]},connectors:{title:"H\xE0nh vi AND/OR",items:["`AND` v\xE0 `OR` l\xE0 to\xE1n t\u1EED ch\u1EC9 trong c\xE1c truy v\u1EA5n ch\u1EC9 ch\u1EE9a th\u1EBB v\xE0 thu\u1ED9c t\xEDnh.","Truy v\u1EA5n ch\u1EC9 ch\u1EE9a th\u1EBB v\xE0 thu\u1ED9c t\xEDnh ch\u1EC9 bao g\u1ED3m b\u1ED9 l\u1ECDc th\u1EBB v\xE0 thu\u1ED9c t\xEDnh: `#tag`, `-#tag`, `#`, `-#`, `.key`, `-.key`, `.key=value`, `-.key=value`.","N\u1EBFu truy v\u1EA5n bao g\u1ED3m t\xEAn, ng\xE0y (`@...`), b\u1ED9 l\u1ECDc nhi\u1EC7m v\u1EE5 (`has:task`), b\u1ED9 l\u1ECDc th\u01B0 m\u1EE5c (`folder:...`) ho\u1EB7c b\u1ED9 l\u1ECDc ph\u1EA7n m\u1EDF r\u1ED9ng (`ext:...`), `AND` v\xE0 `OR` \u0111\u01B0\u1EE3c t\xECm ki\u1EBFm nh\u01B0 t\u1EEB.","V\xED d\u1EE5 truy v\u1EA5n to\xE1n t\u1EED: `#work OR .status=started`.","V\xED d\u1EE5 truy v\u1EA5n h\u1ED7n h\u1EE3p: `#work OR ext:md` (`OR` \u0111\u01B0\u1EE3c t\xECm ki\u1EBFm trong t\xEAn t\u1EC7p)."]},dates:{title:"Ng\xE0y",items:["`@today` T\xECm ghi ch\xFA h\xF4m nay s\u1EED d\u1EE5ng tr\u01B0\u1EDDng ng\xE0y m\u1EB7c \u0111\u1ECBnh.","`@yesterday`, `@last7d`, `@last30d`, `@thisweek`, `@thismonth` Ph\u1EA1m vi ng\xE0y t\u01B0\u01A1ng \u0111\u1ED1i.","`@2026-02-07` T\xECm m\u1ED9t ng\xE0y c\u1EE5 th\u1EC3 (c\u0169ng h\u1ED7 tr\u1EE3 `@20260207`).","`@2026` T\xECm m\u1ED9t n\u0103m d\u01B0\u01A1ng l\u1ECBch.","`@2026-02` ho\u1EB7c `@202602` T\xECm m\u1ED9t th\xE1ng d\u01B0\u01A1ng l\u1ECBch.","`@2026-W05` ho\u1EB7c `@2026W05` T\xECm m\u1ED9t tu\u1EA7n ISO.","`@2026-Q2` ho\u1EB7c `@2026Q2` T\xECm m\u1ED9t qu\xFD d\u01B0\u01A1ng l\u1ECBch.","`@13/02/2026` \u0110\u1ECBnh d\u1EA1ng s\u1ED1 c\xF3 d\u1EA5u ph\xE2n c\xE1ch (`@07022026` theo \u0111\u1ECBa ph\u01B0\u01A1ng c\u1EE7a b\u1EA1n khi m\u01A1 h\u1ED3).","`@2026-02-01..2026-02-07` T\xECm ph\u1EA1m vi ng\xE0y bao g\u1ED3m (h\u1ED7 tr\u1EE3 \u0111\u1EA7u m\u1EDF).","`@c:...` ho\u1EB7c `@m:...` Nh\u1EAFm m\u1EE5c ti\xEAu ng\xE0y t\u1EA1o ho\u1EB7c s\u1EEDa \u0111\u1ED5i.","`-@...` Lo\u1EA1i tr\u1EEB m\u1ED9t k\u1EBFt qu\u1EA3 kh\u1EDBp ng\xE0y."]},omnisearch:{title:"Omnisearch",items:["T\xECm ki\u1EBFm to\xE0n v\u0103n trong to\xE0n b\u1ED9 kho, \u0111\u01B0\u1EE3c l\u1ECDc theo th\u01B0 m\u1EE5c hi\u1EC7n t\u1EA1i ho\u1EB7c th\u1EBB \u0111\xE3 ch\u1ECDn.","C\xF3 th\u1EC3 ch\u1EADm v\u1EDBi \xEDt h\u01A1n 3 k\xFD t\u1EF1 trong kho l\u1EDBn.","Kh\xF4ng th\u1EC3 t\xECm ki\u1EBFm \u0111\u01B0\u1EDDng d\u1EABn c\xF3 k\xFD t\u1EF1 kh\xF4ng ph\u1EA3i ASCII ho\u1EB7c t\xECm ki\u1EBFm \u0111\u01B0\u1EDDng d\u1EABn con ch\xEDnh x\xE1c.","Tr\u1EA3 v\u1EC1 k\u1EBFt qu\u1EA3 gi\u1EDBi h\u1EA1n tr\u01B0\u1EDBc khi l\u1ECDc th\u01B0 m\u1EE5c, n\xEAn c\xE1c t\u1EC7p li\xEAn quan c\xF3 th\u1EC3 kh\xF4ng xu\u1EA5t hi\u1EC7n n\u1EBFu c\xF3 nhi\u1EC1u k\u1EBFt qu\u1EA3 kh\u1EDBp \u1EDF n\u01A1i kh\xE1c.","B\u1EA3n xem tr\u01B0\u1EDBc ghi ch\xFA hi\u1EC3n th\u1ECB tr\xEDch \u0111o\u1EA1n Omnisearch thay v\xEC v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc m\u1EB7c \u0111\u1ECBnh."]}}}},contextMenu:{file:{openInNewTab:"M\u1EDF trong tab m\u1EDBi",openToRight:"M\u1EDF b\xEAn ph\u1EA3i",openInNewWindow:"M\u1EDF trong c\u1EEDa s\u1ED5 m\u1EDBi",openMultipleInNewTabs:"M\u1EDF {count} ghi ch\xFA trong tab m\u1EDBi",openMultipleFilesInNewTabs:"M\u1EDF {count} t\u1EC7p trong tab m\u1EDBi",openMultipleToRight:"M\u1EDF {count} ghi ch\xFA b\xEAn ph\u1EA3i",openMultipleFilesToRight:"M\u1EDF {count} t\u1EC7p b\xEAn ph\u1EA3i",openMultipleInNewWindows:"M\u1EDF {count} ghi ch\xFA trong c\u1EEDa s\u1ED5 m\u1EDBi",openMultipleFilesInNewWindows:"M\u1EDF {count} t\u1EC7p trong c\u1EEDa s\u1ED5 m\u1EDBi",pinNote:"Ghim ghi ch\xFA",pinFile:"Ghim t\u1EC7p",unpinNote:"B\u1ECF ghim ghi ch\xFA",unpinFile:"B\u1ECF ghim t\u1EC7p",pinMultipleNotes:"Ghim {count} ghi ch\xFA",pinMultipleFiles:"Ghim {count} t\u1EC7p",unpinMultipleNotes:"B\u1ECF ghim {count} ghi ch\xFA",unpinMultipleFiles:"B\u1ECF ghim {count} t\u1EC7p",duplicateNote:"Nh\xE2n b\u1EA3n ghi ch\xFA",duplicateFile:"Nh\xE2n b\u1EA3n t\u1EC7p",duplicateMultipleNotes:"Nh\xE2n b\u1EA3n {count} ghi ch\xFA",duplicateMultipleFiles:"Nh\xE2n b\u1EA3n {count} t\u1EC7p",openVersionHistory:"M\u1EDF l\u1ECBch s\u1EED phi\xEAn b\u1EA3n",revealInFolder:"Hi\u1EC7n trong th\u01B0 m\u1EE5c",revealInFinder:"Hi\u1EC7n trong Finder",showInExplorer:"Hi\u1EC7n trong tr\xECnh qu\u1EA3n l\xFD t\u1EC7p",openInDefaultApp:"M\u1EDF b\u1EB1ng \u1EE9ng d\u1EE5ng m\u1EB7c \u0111\u1ECBnh",renameNote:"\u0110\u1ED5i t\xEAn ghi ch\xFA",renameFile:"\u0110\u1ED5i t\xEAn t\u1EC7p",deleteNote:"X\xF3a ghi ch\xFA",deleteFile:"X\xF3a t\u1EC7p",setCalendarHighlight:"\u0110\u1EB7t \u0111\xE1nh d\u1EA5u",removeCalendarHighlight:"X\xF3a \u0111\xE1nh d\u1EA5u",deleteMultipleNotes:"X\xF3a {count} ghi ch\xFA",deleteMultipleFiles:"X\xF3a {count} t\u1EC7p",moveNoteToFolder:"Di chuy\u1EC3n ghi ch\xFA...",moveFileToFolder:"Di chuy\u1EC3n t\u1EC7p...",moveMultipleNotesToFolder:"Di chuy\u1EC3n {count} ghi ch\xFA...",moveMultipleFilesToFolder:"Di chuy\u1EC3n {count} t\u1EC7p...",addTag:"Th\xEAm th\u1EBB",addPropertyKey:"\u0110\u1EB7t thu\u1ED9c t\xEDnh",removeTag:"G\u1EE1 th\u1EBB",removeAllTags:"G\u1EE1 t\u1EA5t c\u1EA3 th\u1EBB",changeIcon:"\u0110\u1ED5i bi\u1EC3u t\u01B0\u1EE3ng",changeColor:"\u0110\u1ED5i m\xE0u"},folder:{newNote:"Ghi ch\xFA m\u1EDBi",newNoteFromTemplate:"Ghi ch\xFA m\u1EDBi t\u1EEB m\u1EABu",newFolder:"Th\u01B0 m\u1EE5c m\u1EDBi",newCanvas:"Canvas m\u1EDBi",newBase:"C\u01A1 s\u1EDF d\u1EEF li\u1EC7u m\u1EDBi",newDrawing:"B\u1EA3n v\u1EBD m\u1EDBi",newExcalidrawDrawing:"B\u1EA3n v\u1EBD Excalidraw m\u1EDBi",newTldrawDrawing:"B\u1EA3n v\u1EBD Tldraw m\u1EDBi",duplicateFolder:"Nh\xE2n b\u1EA3n th\u01B0 m\u1EE5c",searchInFolder:"T\xECm trong th\u01B0 m\u1EE5c",createFolderNote:"T\u1EA1o ghi ch\xFA th\u01B0 m\u1EE5c",detachFolderNote:"T\xE1ch ghi ch\xFA th\u01B0 m\u1EE5c",deleteFolderNote:"X\xF3a ghi ch\xFA th\u01B0 m\u1EE5c",changeIcon:"\u0110\u1ED5i bi\u1EC3u t\u01B0\u1EE3ng",changeColor:"\u0110\u1ED5i m\xE0u",changeBackground:"\u0110\u1ED5i n\u1EC1n",excludeFolder:"\u1EA8n th\u01B0 m\u1EE5c",unhideFolder:"Hi\u1EC7n th\u01B0 m\u1EE5c",moveFolder:"Di chuy\u1EC3n th\u01B0 m\u1EE5c...",renameFolder:"\u0110\u1ED5i t\xEAn th\u01B0 m\u1EE5c",deleteFolder:"X\xF3a th\u01B0 m\u1EE5c"},tag:{changeIcon:"\u0110\u1ED5i bi\u1EC3u t\u01B0\u1EE3ng",changeColor:"\u0110\u1ED5i m\xE0u",changeBackground:"\u0110\u1ED5i n\u1EC1n",showTag:"Hi\u1EC7n th\u1EBB",hideTag:"\u1EA8n th\u1EBB"},property:{addKey:"C\u1EA5u h\xECnh kh\xF3a thu\u1ED9c t\xEDnh",renameKey:"\u0110\u1ED5i t\xEAn thu\u1ED9c t\xEDnh",deleteKey:"X\xF3a thu\u1ED9c t\xEDnh"},navigation:{addSeparator:"Th\xEAm d\u1EA5u ph\xE2n c\xE1ch",removeSeparator:"G\u1EE1 d\u1EA5u ph\xE2n c\xE1ch"},copyPath:{title:"Sao ch\xE9p \u0111\u01B0\u1EDDng d\u1EABn",asObsidianUrl:"d\u01B0\u1EDBi d\u1EA1ng URL Obsidian",fromVaultFolder:"t\u1EEB th\u01B0 m\u1EE5c vault",fromSystemRoot:"t\u1EEB g\u1ED1c h\u1EC7 th\u1ED1ng"},style:{title:"Ki\u1EC3u",copy:"Sao ch\xE9p ki\u1EC3u",paste:"D\xE1n ki\u1EC3u",removeIcon:"X\xF3a bi\u1EC3u t\u01B0\u1EE3ng",removeColor:"X\xF3a m\xE0u",removeBackground:"X\xF3a n\u1EC1n",clear:"X\xF3a ki\u1EC3u"}},folderAppearance:{standardPreset:"Chu\u1EA9n",compactPreset:"G\u1ECDn",defaultSuffix:"(m\u1EB7c \u0111\u1ECBnh)",defaultLabel:"M\u1EB7c \u0111\u1ECBnh",titleRows:"D\xF2ng ti\xEAu \u0111\u1EC1",previewRows:"D\xF2ng xem tr\u01B0\u1EDBc",groupBy:"Nh\xF3m theo",defaultTitleOption:t=>`D\xF2ng ti\xEAu \u0111\u1EC1 m\u1EB7c \u0111\u1ECBnh (${t})`,defaultPreviewOption:t=>`D\xF2ng xem tr\u01B0\u1EDBc m\u1EB7c \u0111\u1ECBnh (${t})`,defaultGroupOption:t=>`Nh\xF3m m\u1EB7c \u0111\u1ECBnh (${t})`,titleRowOption:t=>`${t} d\xF2ng ti\xEAu \u0111\u1EC1`,previewRowOption:t=>`${t} d\xF2ng xem tr\u01B0\u1EDBc`},modals:{bulkApply:{applyButton:"\xC1p d\u1EE5ng",applySortTitle:t=>`\xC1p d\u1EE5ng s\u1EAFp x\u1EBFp cho ${t}?`,applyAppearanceTitle:t=>`\xC1p d\u1EE5ng giao di\u1EC7n cho ${t}?`,affectedCountMessage:t=>`Ghi \u0111\xE8 hi\u1EC7n c\xF3 s\u1EBD thay \u0111\u1ED5i: ${t}.`},navRainbowSection:{title:t=>`M\xE0u c\u1EA7u v\u1ED3ng: ${t}`},iconPicker:{searchPlaceholder:"T\xECm bi\u1EC3u t\u01B0\u1EE3ng...",recentlyUsedHeader:"D\xF9ng g\u1EA7n \u0111\xE2y",emptyStateSearch:"B\u1EAFt \u0111\u1EA7u nh\u1EADp \u0111\u1EC3 t\xECm bi\u1EC3u t\u01B0\u1EE3ng",emptyStateNoResults:"Kh\xF4ng t\xECm th\u1EA5y bi\u1EC3u t\u01B0\u1EE3ng",showingResultsInfo:"Hi\u1EC3n th\u1ECB 50 trong {count} k\u1EBFt qu\u1EA3. Nh\u1EADp th\xEAm \u0111\u1EC3 thu h\u1EB9p.",emojiInstructions:"Nh\u1EADp ho\u1EB7c d\xE1n b\u1EA5t k\u1EF3 emoji n\xE0o \u0111\u1EC3 d\xF9ng l\xE0m bi\u1EC3u t\u01B0\u1EE3ng",removeIcon:"G\u1EE1 bi\u1EC3u t\u01B0\u1EE3ng",removeFromRecents:"X\xF3a kh\u1ECFi bi\u1EC3u t\u01B0\u1EE3ng g\u1EA7n \u0111\xE2y",allTabLabel:"T\u1EA5t c\u1EA3"},fileIconRuleEditor:{addRuleAria:"Th\xEAm quy t\u1EAFc"},interfaceIcons:{title:"Bi\u1EC3u t\u01B0\u1EE3ng giao di\u1EC7n",fileItemsSection:"M\u1EE5c t\u1EC7p",items:{"nav-shortcuts":"L\u1ED1i t\u1EAFt","nav-recent-files":"T\u1EC7p g\u1EA7n \u0111\xE2y","nav-expand-all":"M\u1EDF r\u1ED9ng t\u1EA5t c\u1EA3","nav-collapse-all":"Thu g\u1ECDn t\u1EA5t c\u1EA3","nav-calendar":"L\u1ECBch","nav-tree-expand":"M\u0169i t\xEAn c\xE2y: m\u1EDF r\u1ED9ng","nav-tree-collapse":"M\u0169i t\xEAn c\xE2y: thu g\u1ECDn","nav-hidden-items":"M\u1EE5c \u1EA9n","nav-root-reorder":"S\u1EAFp x\u1EBFp l\u1EA1i th\u01B0 m\u1EE5c g\u1ED1c","nav-new-folder":"Th\u01B0 m\u1EE5c m\u1EDBi","nav-show-single-pane":"Hi\u1EC7n m\u1ED9t ng\u0103n","nav-show-dual-pane":"Hi\u1EC7n hai ng\u0103n","nav-profile-chevron":"M\u0169i t\xEAn menu h\u1ED3 s\u01A1","list-search":"T\xECm ki\u1EBFm","list-descendants":"Ghi ch\xFA t\u1EEB th\u01B0 m\u1EE5c con","list-sort-ascending":"Th\u1EE9 t\u1EF1: t\u0103ng d\u1EA7n","list-sort-descending":"Th\u1EE9 t\u1EF1: gi\u1EA3m d\u1EA7n","list-appearance":"Thay \u0111\u1ED5i giao di\u1EC7n","list-new-note":"Ghi ch\xFA m\u1EDBi","nav-folder-open":"Th\u01B0 m\u1EE5c m\u1EDF","nav-folder-closed":"Th\u01B0 m\u1EE5c \u0111\xF3ng","nav-tags":"Th\u1EBB","nav-tag":"Th\u1EBB","nav-properties":"Thu\u1ED9c t\xEDnh","nav-property":"Thu\u1ED9c t\xEDnh","nav-property-value":"Gi\xE1 tr\u1ECB","list-pinned":"M\u1EE5c \u0111\xE3 ghim","file-unfinished-task":"Nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh","file-word-count":"S\u1ED1 t\u1EEB"}},colorPicker:{currentColor:"Hi\u1EC7n t\u1EA1i",newColor:"M\u1EDBi",paletteDefault:"M\u1EB7c \u0111\u1ECBnh",paletteCustom:"T\xF9y ch\u1EC9nh",copyColors:"Sao ch\xE9p m\xE0u",colorsCopied:"\u0110\xE3 sao ch\xE9p m\xE0u v\xE0o clipboard",pasteColors:"D\xE1n m\xE0u",pasteClipboardError:"Kh\xF4ng th\u1EC3 \u0111\u1ECDc clipboard",pasteInvalidFormat:"Y\xEAu c\u1EA7u gi\xE1 tr\u1ECB m\xE0u hex",colorsPasted:"\u0110\xE3 d\xE1n m\xE0u th\xE0nh c\xF4ng",resetUserColors:"X\xF3a m\xE0u t\xF9y ch\u1EC9nh",clearCustomColorsConfirm:"X\xF3a t\u1EA5t c\u1EA3 m\xE0u t\xF9y ch\u1EC9nh?",userColorSlot:"M\xE0u {slot}",recentColors:"M\xE0u g\u1EA7n \u0111\xE2y",clearRecentColors:"X\xF3a m\xE0u g\u1EA7n \u0111\xE2y",removeRecentColor:"G\u1EE1 m\xE0u",apply:"\xC1p d\u1EE5ng",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"Ch\u1ECDn h\u1ED3 s\u01A1 vault",currentBadge:"\u0110ang d\xF9ng",emptyState:"Kh\xF4ng c\xF3 h\u1ED3 s\u01A1 vault."},tagOperation:{renameTitle:"\u0110\u1ED5i t\xEAn th\u1EBB {tag}",deleteTitle:"X\xF3a th\u1EBB {tag}",newTagPrompt:"T\xEAn th\u1EBB m\u1EDBi",newTagPlaceholder:"Nh\u1EADp t\xEAn th\u1EBB m\u1EDBi",renameWarning:"\u0110\u1ED5i t\xEAn th\u1EBB {oldTag} s\u1EBD s\u1EEDa \u0111\u1ED5i {count} {files}.",deleteWarning:"X\xF3a th\u1EBB {tag} s\u1EBD s\u1EEDa \u0111\u1ED5i {count} {files}.",modificationWarning:"\u0110i\u1EC1u n\xE0y s\u1EBD c\u1EADp nh\u1EADt ng\xE0y s\u1EEDa \u0111\u1ED5i t\u1EC7p.",affectedFiles:"C\xE1c t\u1EC7p b\u1ECB \u1EA3nh h\u01B0\u1EDFng:",andMore:"...v\xE0 {count} n\u1EEFa",confirmRename:"\u0110\u1ED5i t\xEAn th\u1EBB",renameUnchanged:"{tag} kh\xF4ng \u0111\u1ED5i",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"\u0110\xE3 \u0111\u1ED5i t\xEAn {renamed}/{total}. Ch\u01B0a c\u1EADp nh\u1EADt: {notUpdated}. Si\xEAu d\u1EEF li\u1EC7u v\xE0 ph\xEDm t\u1EAFt ch\u01B0a \u0111\u01B0\u1EE3c c\u1EADp nh\u1EADt.",invalidTagName:"Nh\u1EADp t\xEAn th\u1EBB h\u1EE3p l\u1EC7.",descendantRenameError:"Kh\xF4ng th\u1EC3 di chuy\u1EC3n th\u1EBB v\xE0o ch\xEDnh n\xF3 ho\u1EB7c ph\u1EA7n t\u1EED con.",confirmDelete:"X\xF3a th\u1EBB",deleteBatchNotFinalized:"\u0110\xE3 x\xF3a kh\u1ECFi {removed}/{total}. Ch\u01B0a c\u1EADp nh\u1EADt: {notUpdated}. Si\xEAu d\u1EEF li\u1EC7u v\xE0 ph\xEDm t\u1EAFt ch\u01B0a \u0111\u01B0\u1EE3c c\u1EADp nh\u1EADt.",checkConsoleForDetails:"Ki\u1EC3m tra b\u1EA3ng \u0111i\u1EC1u khi\u1EC3n \u0111\u1EC3 bi\u1EBFt chi ti\u1EBFt.",file:"t\u1EC7p",files:"t\u1EC7p",inlineParsingWarning:{title:"T\u01B0\u01A1ng th\xEDch th\u1EBB n\u1ED9i tuy\u1EBFn",message:"{tag} ch\u1EE9a c\xE1c k\xFD t\u1EF1 m\xE0 Obsidian kh\xF4ng th\u1EC3 ph\xE2n t\xEDch trong th\u1EBB n\u1ED9i tuy\u1EBFn. C\xE1c th\u1EBB Frontmatter kh\xF4ng b\u1ECB \u1EA3nh h\u01B0\u1EDFng.",confirm:"V\u1EABn s\u1EED d\u1EE5ng"}},propertyOperation:{renameTitle:"\u0110\u1ED5i t\xEAn thu\u1ED9c t\xEDnh {property}",deleteTitle:"X\xF3a thu\u1ED9c t\xEDnh {property}",newKeyPrompt:"T\xEAn thu\u1ED9c t\xEDnh m\u1EDBi",newKeyPlaceholder:"Nh\u1EADp t\xEAn thu\u1ED9c t\xEDnh m\u1EDBi",renameWarning:"\u0110\u1ED5i t\xEAn thu\u1ED9c t\xEDnh {property} s\u1EBD s\u1EEDa \u0111\u1ED5i {count} {files}.",renameConflictWarning:"Thu\u1ED9c t\xEDnh {newKey} \u0111\xE3 t\u1ED3n t\u1EA1i trong {count} {files}. \u0110\u1ED5i t\xEAn {oldKey} s\u1EBD thay th\u1EBF c\xE1c gi\xE1 tr\u1ECB hi\u1EC7n c\xF3 c\u1EE7a {newKey}.",deleteWarning:"X\xF3a thu\u1ED9c t\xEDnh {property} s\u1EBD s\u1EEDa \u0111\u1ED5i {count} {files}.",confirmRename:"\u0110\u1ED5i t\xEAn thu\u1ED9c t\xEDnh",confirmDelete:"X\xF3a thu\u1ED9c t\xEDnh",renameNoChanges:"{oldKey} \u2192 {newKey} (kh\xF4ng thay \u0111\u1ED5i)",renameSettingsUpdateFailed:"\u0110\xE3 \u0111\u1ED5i t\xEAn thu\u1ED9c t\xEDnh {oldKey} \u2192 {newKey}. Kh\xF4ng th\u1EC3 c\u1EADp nh\u1EADt c\xE0i \u0111\u1EB7t.",deleteSingleSuccess:"\u0110\xE3 x\xF3a thu\u1ED9c t\xEDnh {property} kh\u1ECFi 1 ghi ch\xFA",deleteMultipleSuccess:"\u0110\xE3 x\xF3a thu\u1ED9c t\xEDnh {property} kh\u1ECFi {count} ghi ch\xFA",deleteSettingsUpdateFailed:"\u0110\xE3 x\xF3a thu\u1ED9c t\xEDnh {property}. Kh\xF4ng th\u1EC3 c\u1EADp nh\u1EADt c\xE0i \u0111\u1EB7t.",invalidKeyName:"Nh\u1EADp t\xEAn thu\u1ED9c t\xEDnh h\u1EE3p l\u1EC7."},fileSystem:{newFolderTitle:"Th\u01B0 m\u1EE5c m\u1EDBi",renameFolderTitle:"\u0110\u1ED5i t\xEAn th\u01B0 m\u1EE5c",renameFileTitle:"\u0110\u1ED5i t\xEAn t\u1EC7p",deleteFolderTitle:"X\xF3a '{name}'?",deleteFileTitle:"X\xF3a '{name}'?",deleteFileAttachmentsTitle:"X\xF3a t\u1EC7p \u0111\xEDnh k\xE8m?",moveFileConflictTitle:"Xung \u0111\u1ED9t di chuy\u1EC3n",folderNamePrompt:"Nh\u1EADp t\xEAn th\u01B0 m\u1EE5c:",hideInOtherVaultProfiles:"\u1EA8n trong c\xE1c h\u1ED3 s\u01A1 vault kh\xE1c",renamePrompt:"Nh\u1EADp t\xEAn m\u1EDBi:",renameVaultTitle:"\u0110\u1ED5i t\xEAn hi\u1EC3n th\u1ECB vault",renameVaultPrompt:"Nh\u1EADp t\xEAn hi\u1EC3n th\u1ECB t\xF9y ch\u1EC9nh (\u0111\u1EC3 tr\u1ED1ng \u0111\u1EC3 d\xF9ng m\u1EB7c \u0111\u1ECBnh):",deleteFolderConfirm:"B\u1EA1n c\xF3 ch\u1EAFc mu\u1ED1n x\xF3a th\u01B0 m\u1EE5c n\xE0y v\xE0 t\u1EA5t c\u1EA3 n\u1ED9i dung?",deleteFileConfirm:"B\u1EA1n c\xF3 ch\u1EAFc mu\u1ED1n x\xF3a t\u1EC7p n\xE0y?",deleteFileAttachmentsDescriptionSingle:"T\u1EC7p \u0111\xEDnh k\xE8m n\xE0y kh\xF4ng c\xF2n \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng trong b\u1EA5t k\u1EF3 ghi ch\xFA n\xE0o. B\u1EA1n c\xF3 mu\u1ED1n x\xF3a kh\xF4ng?",deleteFileAttachmentsDescriptionMultiple:"C\xE1c t\u1EC7p \u0111\xEDnh k\xE8m n\xE0y kh\xF4ng c\xF2n \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng trong b\u1EA5t k\u1EF3 ghi ch\xFA n\xE0o. B\u1EA1n c\xF3 mu\u1ED1n x\xF3a kh\xF4ng?",deleteFileAttachmentsViewFileTreeAriaLabel:"C\xE2y t\u1EC7p",deleteFileAttachmentsViewGalleryAriaLabel:"Th\u01B0 vi\u1EC7n \u1EA3nh",moveFileConflictDescriptionSingle:'\u0110\xE3 t\xECm th\u1EA5y xung \u0111\u1ED9t t\u1EC7p trong "{folder}".',moveFileConflictDescriptionMultiple:'\u0110\xE3 t\xECm th\u1EA5y {count} xung \u0111\u1ED9t t\u1EC7p trong "{folder}".',moveFileConflictAffectedFiles:"C\xE1c t\u1EC7p b\u1ECB \u1EA3nh h\u01B0\u1EDFng",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"(ch\u1EC9 \u0111\u1ED5i t\xEAn)",moveFileConflictRename:"\u0110\u1ED5i t\xEAn",moveFileConflictOverwrite:"Ghi \u0111\xE8",removeAllTagsTitle:"G\u1EE1 t\u1EA5t c\u1EA3 th\u1EBB",removeAllTagsFromNote:"B\u1EA1n c\xF3 ch\u1EAFc mu\u1ED1n g\u1EE1 t\u1EA5t c\u1EA3 th\u1EBB kh\u1ECFi ghi ch\xFA n\xE0y?",removeAllTagsFromNotes:"B\u1EA1n c\xF3 ch\u1EAFc mu\u1ED1n g\u1EE1 t\u1EA5t c\u1EA3 th\u1EBB kh\u1ECFi {count} ghi ch\xFA?"},folderNoteType:{title:"Ch\u1ECDn lo\u1EA1i ghi ch\xFA th\u01B0 m\u1EE5c",folderLabel:"Th\u01B0 m\u1EE5c: {name}"},folderSuggest:{placeholder:t=>`Di chuy\u1EC3n ${t} \u0111\u1EBFn th\u01B0 m\u1EE5c...`,multipleFilesLabel:t=>`${t} t\u1EC7p`,navigatePlaceholder:"Chuy\u1EC3n \u0111\u1EBFn th\u01B0 m\u1EE5c...",instructions:{navigate:"\u0111\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDBng",move:"\u0111\u1EC3 di chuy\u1EC3n",select:"\u0111\u1EC3 ch\u1ECDn",dismiss:"\u0111\u1EC3 \u0111\xF3ng"}},homepage:{placeholder:"T\xECm t\u1EC7p...",instructions:{navigate:"\u0111\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDBng",select:"\u0111\u1EC3 \u0111\u1EB7t trang ch\u1EE7",dismiss:"\u0111\u1EC3 \u0111\xF3ng"}},calendarTemplate:{placeholder:"T\xECm m\u1EABu...",instructions:{navigate:"\u0111\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDBng",select:"\u0111\u1EC3 ch\u1ECDn m\u1EABu",dismiss:"\u0111\u1EC3 \u0111\xF3ng"}},navigationBanner:{placeholder:"T\xECm \u1EA3nh...",instructions:{navigate:"\u0111\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDBng",select:"\u0111\u1EC3 \u0111\u1EB7t banner",dismiss:"\u0111\u1EC3 \u0111\xF3ng"}},tagSuggest:{navigatePlaceholder:"Chuy\u1EC3n \u0111\u1EBFn th\u1EBB...",addPlaceholder:"T\xECm th\u1EBB \u0111\u1EC3 th\xEAm...",removePlaceholder:"Ch\u1ECDn th\u1EBB \u0111\u1EC3 g\u1EE1...",createNewTag:"T\u1EA1o th\u1EBB m\u1EDBi: #{tag}",instructions:{navigate:"\u0111\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDBng",select:"\u0111\u1EC3 ch\u1ECDn",dismiss:"\u0111\u1EC3 \u0111\xF3ng",add:"\u0111\u1EC3 th\xEAm th\u1EBB",remove:"\u0111\u1EC3 g\u1EE1 th\u1EBB"}},propertySuggest:{placeholder:"Ch\u1ECDn kh\xF3a thu\u1ED9c t\xEDnh...",navigatePlaceholder:"\u0110i\u1EC1u h\u01B0\u1EDBng \u0111\u1EBFn thu\u1ED9c t\xEDnh...",instructions:{navigate:"\u0111\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDBng",select:"\u0111\u1EC3 th\xEAm thu\u1ED9c t\xEDnh",dismiss:"\u0111\u1EC3 \u0111\xF3ng"}},propertyKeyVisibility:{title:"Hi\u1EC3n th\u1ECB kh\xF3a thu\u1ED9c t\xEDnh",description:"Ki\u1EC3m so\xE1t n\u01A1i hi\u1EC3n th\u1ECB gi\xE1 tr\u1ECB thu\u1ED9c t\xEDnh. C\xE1c c\u1ED9t t\u01B0\u01A1ng \u1EE9ng v\u1EDBi b\u1EA3ng \u0111i\u1EC1u h\u01B0\u1EDBng, b\u1EA3ng danh s\xE1ch v\xE0 menu ng\u1EEF c\u1EA3nh t\u1EC7p. S\u1EED d\u1EE5ng h\xE0ng d\u01B0\u1EDBi c\xF9ng \u0111\u1EC3 chuy\u1EC3n \u0111\u1ED5i t\u1EA5t c\u1EA3 c\xE1c h\xE0ng trong m\u1ED9t c\u1ED9t.",searchPlaceholder:"T\xECm kh\xF3a thu\u1ED9c t\xEDnh...",propertyColumnLabel:"Thu\u1ED9c t\xEDnh",showInNavigation:"Hi\u1EC3n th\u1ECB trong \u0111i\u1EC1u h\u01B0\u1EDBng",showInList:"Hi\u1EC3n th\u1ECB trong danh s\xE1ch",showInFileMenu:"Hi\u1EC3n th\u1ECB trong menu t\u1EC7p",toggleAllInNavigation:"Chuy\u1EC3n \u0111\u1ED5i t\u1EA5t c\u1EA3 trong \u0111i\u1EC1u h\u01B0\u1EDBng",toggleAllInList:"Chuy\u1EC3n \u0111\u1ED5i t\u1EA5t c\u1EA3 trong danh s\xE1ch",toggleAllInFileMenu:"Chuy\u1EC3n \u0111\u1ED5i t\u1EA5t c\u1EA3 trong menu t\u1EC7p",applyButton:"\xC1p d\u1EE5ng",emptyState:"Kh\xF4ng t\xECm th\u1EA5y kh\xF3a thu\u1ED9c t\xEDnh."},welcome:{title:"Ch\xE0o m\u1EEBng \u0111\u1EBFn v\u1EDBi {pluginName}",introText:'Xin ch\xE0o! Tr\u01B0\u1EDBc khi b\u1EAFt \u0111\u1EA7u, t\xF4i khuy\xEAn b\u1EA1n n\xEAn xem n\u0103m ph\xFAt \u0111\u1EA7u ti\xEAn c\u1EE7a video b\xEAn d\u01B0\u1EDBi \u0111\u1EC3 hi\u1EC3u c\xE1ch ho\u1EA1t \u0111\u1ED9ng c\u1EE7a c\xE1c b\u1EA3ng \u0111i\u1EC1u khi\u1EC3n v\xE0 n\xFAt chuy\u1EC3n \u0111\u1ED5i "Hi\u1EC3n th\u1ECB ghi ch\xFA t\u1EEB th\u01B0 m\u1EE5c con".',continueText:"N\u1EBFu b\u1EA1n c\xF3 th\xEAm n\u0103m ph\xFAt n\u1EEFa, h\xE3y ti\u1EBFp t\u1EE5c xem video \u0111\u1EC3 hi\u1EC3u c\xE1c ch\u1EBF \u0111\u1ED9 hi\u1EC3n th\u1ECB thu g\u1ECDn v\xE0 c\xE1ch thi\u1EBFt l\u1EADp ph\xEDm t\u1EAFt v\xE0 c\xE1c ph\xEDm n\xF3ng quan tr\u1ECDng m\u1ED9t c\xE1ch ch\xEDnh x\xE1c.",thanksText:"C\u1EA3m \u01A1n b\u1EA1n r\u1EA5t nhi\u1EC1u v\xEC \u0111\xE3 t\u1EA3i xu\u1ED1ng, ch\xFAc b\u1EA1n s\u1EED d\u1EE5ng vui v\u1EBB!",videoAlt:"C\xE0i \u0111\u1EB7t v\xE0 l\xE0m ch\u1EE7 Notebook Navigator",openVideoButton:"Ph\xE1t video",closeButton:"C\xF3 l\u1EBD sau"}},fileSystem:{errors:{createFolder:"Kh\xF4ng th\u1EC3 t\u1EA1o th\u01B0 m\u1EE5c: {error}",createFile:"Kh\xF4ng th\u1EC3 t\u1EA1o t\u1EC7p: {error}",renameFolder:"Kh\xF4ng th\u1EC3 \u0111\u1ED5i t\xEAn th\u01B0 m\u1EE5c: {error}",renameFolderNoteConflict:'Kh\xF4ng th\u1EC3 \u0111\u1ED5i t\xEAn: "{name}" \u0111\xE3 t\u1ED3n t\u1EA1i trong th\u01B0 m\u1EE5c n\xE0y',renameFile:"Kh\xF4ng th\u1EC3 \u0111\u1ED5i t\xEAn t\u1EC7p: {error}",deleteFolder:"Kh\xF4ng th\u1EC3 x\xF3a th\u01B0 m\u1EE5c: {error}",deleteFile:"Kh\xF4ng th\u1EC3 x\xF3a t\u1EC7p: {error}",deleteAttachments:"Kh\xF4ng th\u1EC3 x\xF3a t\u1EC7p \u0111\xEDnh k\xE8m: {error}",duplicateNote:"Kh\xF4ng th\u1EC3 nh\xE2n b\u1EA3n ghi ch\xFA: {error}",duplicateFolder:"Kh\xF4ng th\u1EC3 nh\xE2n b\u1EA3n th\u01B0 m\u1EE5c: {error}",openVersionHistory:"Kh\xF4ng th\u1EC3 m\u1EDF l\u1ECBch s\u1EED phi\xEAn b\u1EA3n: {error}",versionHistoryNotFound:"Kh\xF4ng t\xECm th\u1EA5y l\u1EC7nh l\u1ECBch s\u1EED phi\xEAn b\u1EA3n. \u0110\u1EA3m b\u1EA3o Obsidian Sync \u0111\xE3 b\u1EADt.",revealInExplorer:"Kh\xF4ng th\u1EC3 hi\u1EC7n t\u1EC7p trong tr\xECnh qu\u1EA3n l\xFD h\u1EC7 th\u1ED1ng: {error}",openInDefaultApp:"Kh\xF4ng th\u1EC3 m\u1EDF b\u1EB1ng \u1EE9ng d\u1EE5ng m\u1EB7c \u0111\u1ECBnh: {error}",openInDefaultAppNotAvailable:"M\u1EDF b\u1EB1ng \u1EE9ng d\u1EE5ng m\u1EB7c \u0111\u1ECBnh kh\xF4ng kh\u1EA3 d\u1EE5ng tr\xEAn n\u1EC1n t\u1EA3ng n\xE0y",folderNoteAlreadyExists:"Ghi ch\xFA th\u01B0 m\u1EE5c \u0111\xE3 t\u1ED3n t\u1EA1i",folderAlreadyExists:'Th\u01B0 m\u1EE5c "{name}" \u0111\xE3 t\u1ED3n t\u1EA1i',folderNotesDisabled:"B\u1EADt ghi ch\xFA th\u01B0 m\u1EE5c trong c\xE0i \u0111\u1EB7t \u0111\u1EC3 chuy\u1EC3n \u0111\u1ED5i t\u1EC7p",folderNoteAlreadyLinked:"T\u1EC7p n\xE0y \u0111\xE3 ho\u1EA1t \u0111\u1ED9ng nh\u01B0 ghi ch\xFA th\u01B0 m\u1EE5c",folderNoteNotFound:"Kh\xF4ng c\xF3 ghi ch\xFA th\u01B0 m\u1EE5c trong th\u01B0 m\u1EE5c \u0111\xE3 ch\u1ECDn",folderNoteUnsupportedExtension:"Ph\u1EA7n m\u1EDF r\u1ED9ng t\u1EC7p kh\xF4ng \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3: {extension}",folderNoteMoveFailed:"Kh\xF4ng th\u1EC3 di chuy\u1EC3n t\u1EC7p khi chuy\u1EC3n \u0111\u1ED5i: {error}",folderNoteRenameConflict:'T\u1EC7p c\xF3 t\xEAn "{name}" \u0111\xE3 t\u1ED3n t\u1EA1i trong th\u01B0 m\u1EE5c',folderNoteConversionFailed:"Kh\xF4ng th\u1EC3 chuy\u1EC3n \u0111\u1ED5i t\u1EC7p th\xE0nh ghi ch\xFA th\u01B0 m\u1EE5c",folderNoteConversionFailedWithReason:"Kh\xF4ng th\u1EC3 chuy\u1EC3n \u0111\u1ED5i t\u1EC7p th\xE0nh ghi ch\xFA th\u01B0 m\u1EE5c: {error}",folderNoteOpenFailed:"\u0110\xE3 chuy\u1EC3n \u0111\u1ED5i t\u1EC7p nh\u01B0ng kh\xF4ng th\u1EC3 m\u1EDF ghi ch\xFA th\u01B0 m\u1EE5c: {error}",failedToDeleteFile:"Kh\xF4ng th\u1EC3 x\xF3a {name}: {error}",failedToDeleteMultipleFiles:"Kh\xF4ng th\u1EC3 x\xF3a {count} t\u1EC7p",versionHistoryNotAvailable:"D\u1ECBch v\u1EE5 l\u1ECBch s\u1EED phi\xEAn b\u1EA3n kh\xF4ng kh\u1EA3 d\u1EE5ng",drawingAlreadyExists:"B\u1EA3n v\u1EBD v\u1EDBi t\xEAn n\xE0y \u0111\xE3 t\u1ED3n t\u1EA1i",failedToCreateDrawing:"Kh\xF4ng th\u1EC3 t\u1EA1o b\u1EA3n v\u1EBD",noFolderSelected:"Ch\u01B0a ch\u1ECDn th\u01B0 m\u1EE5c trong Notebook Navigator",noFileSelected:"Ch\u01B0a ch\u1ECDn t\u1EC7p"},warnings:{linkBreakingNameCharacters:"T\xEAn n\xE0y ch\u1EE9a k\xFD t\u1EF1 l\xE0m h\u1ECFng li\xEAn k\u1EBFt Obsidian: #, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"T\xEAn kh\xF4ng th\u1EC3 b\u1EAFt \u0111\u1EA7u b\u1EB1ng d\u1EA5u ch\u1EA5m ho\u1EB7c ch\u1EE9a : ho\u1EB7c /.",forbiddenNameCharactersWindows:'K\xFD t\u1EF1 \u0111\u01B0\u1EE3c Windows d\xE0nh ri\xEAng kh\xF4ng \u0111\u01B0\u1EE3c ph\xE9p: <, >, ", \\, |, ?, *.'},notices:{hideFolder:"\u0110\xE3 \u1EA9n th\u01B0 m\u1EE5c: {name}",showFolder:"\u0110\xE3 hi\u1EC7n th\u01B0 m\u1EE5c: {name}"},notifications:{deletedMultipleFiles:"\u0110\xE3 x\xF3a {count} t\u1EC7p",movedMultipleFiles:"\u0110\xE3 di chuy\u1EC3n {count} t\u1EC7p \u0111\u1EBFn {folder}",folderNoteConversionSuccess:'\u0110\xE3 chuy\u1EC3n \u0111\u1ED5i t\u1EC7p th\xE0nh ghi ch\xFA th\u01B0 m\u1EE5c trong "{name}"',folderMoved:'\u0110\xE3 di chuy\u1EC3n th\u01B0 m\u1EE5c "{name}"',deepLinkCopied:"\u0110\xE3 sao ch\xE9p URL Obsidian v\xE0o clipboard",pathCopied:"\u0110\xE3 sao ch\xE9p \u0111\u01B0\u1EDDng d\u1EABn v\xE0o clipboard",relativePathCopied:"\u0110\xE3 sao ch\xE9p \u0111\u01B0\u1EDDng d\u1EABn t\u01B0\u01A1ng \u0111\u1ED1i v\xE0o clipboard",tagAddedToNote:"\u0110\xE3 th\xEAm th\u1EBB v\xE0o 1 ghi ch\xFA",tagAddedToNotes:"\u0110\xE3 th\xEAm th\u1EBB v\xE0o {count} ghi ch\xFA",tagRemovedFromNote:"\u0110\xE3 g\u1EE1 th\u1EBB kh\u1ECFi 1 ghi ch\xFA",tagRemovedFromNotes:"\u0110\xE3 g\u1EE1 th\u1EBB kh\u1ECFi {count} ghi ch\xFA",tagsClearedFromNote:"\u0110\xE3 x\xF3a t\u1EA5t c\u1EA3 th\u1EBB kh\u1ECFi 1 ghi ch\xFA",tagsClearedFromNotes:"\u0110\xE3 x\xF3a t\u1EA5t c\u1EA3 th\u1EBB kh\u1ECFi {count} ghi ch\xFA",noTagsToRemove:"Kh\xF4ng c\xF3 th\u1EBB \u0111\u1EC3 g\u1EE1",noFilesSelected:"Ch\u01B0a ch\u1ECDn t\u1EC7p",tagOperationsNotAvailable:"Thao t\xE1c th\u1EBB kh\xF4ng kh\u1EA3 d\u1EE5ng",propertyOperationsNotAvailable:"Thao t\xE1c thu\u1ED9c t\xEDnh kh\xF4ng kh\u1EA3 d\u1EE5ng",tagsRequireMarkdown:"Th\u1EBB ch\u1EC9 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3 tr\xEAn ghi ch\xFA Markdown",propertiesRequireMarkdown:"Thu\u1ED9c t\xEDnh ch\u1EC9 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3 tr\xEAn ghi ch\xFA Markdown",propertySetOnNote:"\u0110\xE3 c\u1EADp nh\u1EADt thu\u1ED9c t\xEDnh tr\xEAn 1 ghi ch\xFA",propertySetOnNotes:"\u0110\xE3 c\u1EADp nh\u1EADt thu\u1ED9c t\xEDnh tr\xEAn {count} ghi ch\xFA",iconPackDownloaded:"\u0110\xE3 t\u1EA3i {provider}",iconPackUpdated:"\u0110\xE3 c\u1EADp nh\u1EADt {provider} ({version})",iconPackRemoved:"\u0110\xE3 g\u1EE1 {provider}",iconPackLoadFailed:"Kh\xF4ng th\u1EC3 t\u1EA3i {provider}",hiddenFileReveal:'T\u1EC7p b\u1ECB \u1EA9n. B\u1EADt "Hi\u1EC7n m\u1EE5c \u1EA9n" \u0111\u1EC3 hi\u1EC3n th\u1ECB'},confirmations:{deleteMultipleFiles:"B\u1EA1n c\xF3 ch\u1EAFc mu\u1ED1n x\xF3a {count} t\u1EC7p?",deleteConfirmation:"H\xE0nh \u0111\u1ED9ng n\xE0y kh\xF4ng th\u1EC3 ho\xE0n t\xE1c."},defaultNames:{untitled:"Ch\u01B0a \u0111\u1EB7t t\xEAn"}},dragDrop:{errors:{cannotMoveIntoSelf:"Kh\xF4ng th\u1EC3 di chuy\u1EC3n th\u01B0 m\u1EE5c v\xE0o ch\xEDnh n\xF3 ho\u1EB7c th\u01B0 m\u1EE5c con.",itemAlreadyExists:'M\u1EE5c c\xF3 t\xEAn "{name}" \u0111\xE3 t\u1ED3n t\u1EA1i \u1EDF v\u1ECB tr\xED n\xE0y.',failedToMove:"Kh\xF4ng th\u1EC3 di chuy\u1EC3n: {error}",failedToAddTag:'Kh\xF4ng th\u1EC3 th\xEAm th\u1EBB "{tag}"',failedToSetProperty:"Kh\xF4ng th\u1EC3 c\u1EADp nh\u1EADt thu\u1ED9c t\xEDnh: {error}",failedToClearTags:"Kh\xF4ng th\u1EC3 x\xF3a th\u1EBB",failedToMoveFolder:'Kh\xF4ng th\u1EC3 di chuy\u1EC3n th\u01B0 m\u1EE5c "{name}"',failedToImportFiles:"Kh\xF4ng th\u1EC3 nh\u1EADp: {names}"},notifications:{filesAlreadyExist:"{count} t\u1EC7p \u0111\xE3 t\u1ED3n t\u1EA1i \u1EDF \u0111\xEDch",filesAlreadyHaveTag:"{count} t\u1EC7p \u0111\xE3 c\xF3 th\u1EBB n\xE0y ho\u1EB7c th\u1EBB c\u1EE5 th\u1EC3 h\u01A1n",filesAlreadyHaveProperty:"{count} t\u1EC7p \u0111\xE3 c\xF3 thu\u1ED9c t\xEDnh n\xE0y",noTagsToClear:"Kh\xF4ng c\xF3 th\u1EBB \u0111\u1EC3 x\xF3a",fileImported:"\u0110\xE3 nh\u1EADp 1 t\u1EC7p",filesImported:"\u0110\xE3 nh\u1EADp {count} t\u1EC7p"}},dateGroups:{today:"H\xF4m nay",yesterday:"H\xF4m qua",previous7Days:"7 ng\xE0y tr\u01B0\u1EDBc",previous30Days:"30 ng\xE0y tr\u01B0\u1EDBc"},commands:{open:"M\u1EDF",toggleLeftSidebar:"B\u1EADt/t\u1EAFt thanh b\xEAn tr\xE1i",openHomepage:"M\u1EDF trang ch\u1EE7",openDailyNote:"M\u1EDF ghi ch\xFA h\u1EB1ng ng\xE0y",openWeeklyNote:"M\u1EDF ghi ch\xFA h\u1EB1ng tu\u1EA7n",openMonthlyNote:"M\u1EDF ghi ch\xFA h\u1EB1ng th\xE1ng",openQuarterlyNote:"M\u1EDF ghi ch\xFA h\u1EB1ng qu\xFD",openYearlyNote:"M\u1EDF ghi ch\xFA h\u1EB1ng n\u0103m",revealFile:"Hi\u1EC7n t\u1EC7p",search:"T\xECm ki\u1EBFm",searchVaultRoot:"T\xECm ki\u1EBFm trong th\u01B0 m\u1EE5c g\u1ED1c vault",toggleDualPane:"B\u1EADt/t\u1EAFt hai ng\u0103n",toggleDualPaneOrientation:"Chuy\u1EC3n \u0111\u1ED5i h\u01B0\u1EDBng hai ng\u0103n",toggleCalendar:"B\u1EADt/t\u1EAFt l\u1ECBch",selectVaultProfile:"Ch\u1ECDn h\u1ED3 s\u01A1 vault",selectVaultProfile1:"Ch\u1ECDn h\u1ED3 s\u01A1 vault 1",selectVaultProfile2:"Ch\u1ECDn h\u1ED3 s\u01A1 vault 2",selectVaultProfile3:"Ch\u1ECDn h\u1ED3 s\u01A1 vault 3",deleteFile:"X\xF3a t\u1EC7p",createNewNote:"T\u1EA1o ghi ch\xFA m\u1EDBi",createNewNoteFromTemplate:"Ghi ch\xFA m\u1EDBi t\u1EEB m\u1EABu",moveFiles:"Di chuy\u1EC3n t\u1EC7p",selectNextFile:"Ch\u1ECDn t\u1EC7p ti\u1EBFp theo",selectPreviousFile:"Ch\u1ECDn t\u1EC7p tr\u01B0\u1EDBc",navigateBack:"\u0110i\u1EC1u h\u01B0\u1EDBng l\xF9i",navigateForward:"\u0110i\u1EC1u h\u01B0\u1EDBng t\u1EDBi",convertToFolderNote:"Chuy\u1EC3n th\xE0nh ghi ch\xFA th\u01B0 m\u1EE5c",setAsFolderNote:"\u0110\u1EB7t l\xE0m ghi ch\xFA th\u01B0 m\u1EE5c",detachFolderNote:"T\xE1ch ghi ch\xFA th\u01B0 m\u1EE5c",pinAllFolderNotes:"Ghim t\u1EA5t c\u1EA3 ghi ch\xFA th\u01B0 m\u1EE5c",navigateToFolder:"Chuy\u1EC3n \u0111\u1EBFn th\u01B0 m\u1EE5c",navigateToTag:"Chuy\u1EC3n \u0111\u1EBFn th\u1EBB",navigateToProperty:"\u0110i\u1EC1u h\u01B0\u1EDBng \u0111\u1EBFn thu\u1ED9c t\xEDnh",addShortcut:"Th\xEAm v\xE0o l\u1ED1i t\u1EAFt",openShortcut:"M\u1EDF l\u1ED1i t\u1EAFt {number}",toggleDescendants:"B\u1EADt/t\u1EAFt ph\u1EA7n t\u1EED con",toggleHidden:"B\u1EADt/t\u1EAFt th\u01B0 m\u1EE5c, th\u1EBB v\xE0 ghi ch\xFA \u1EA9n",toggleTagSort:"B\u1EADt/t\u1EAFt s\u1EAFp x\u1EBFp th\u1EBB",toggleCompactMode:"B\u1EADt/t\u1EAFt ch\u1EBF \u0111\u1ED9 g\u1ECDn",collapseExpand:"Thu g\u1ECDn / m\u1EDF r\u1ED9ng t\u1EA5t c\u1EA3",addTag:"Th\xEAm th\u1EBB v\xE0o t\u1EC7p \u0111\xE3 ch\u1ECDn",setProperty:"\u0110\u1EB7t thu\u1ED9c t\xEDnh cho t\u1EC7p \u0111\xE3 ch\u1ECDn",removeTag:"G\u1EE1 th\u1EBB kh\u1ECFi t\u1EC7p \u0111\xE3 ch\u1ECDn",removeAllTags:"G\u1EE1 t\u1EA5t c\u1EA3 th\u1EBB kh\u1ECFi t\u1EC7p \u0111\xE3 ch\u1ECDn",openAllFiles:"M\u1EDF t\u1EA5t c\u1EA3 t\u1EC7p",rebuildCache:"X\xE2y d\u1EF1ng l\u1EA1i cache"},plugin:{viewName:"Notebook Navigator",calendarViewName:"L\u1ECBch",ribbonTooltip:"Notebook Navigator",revealInNavigator:"Hi\u1EC7n trong Notebook Navigator"},tooltips:{lastModifiedAt:"S\u1EEDa \u0111\u1ED5i l\u1EA7n cu\u1ED1i",createdAt:"T\u1EA1o l\xFAc",file:"t\u1EC7p",files:"t\u1EC7p",folder:"th\u01B0 m\u1EE5c",folders:"th\u01B0 m\u1EE5c"},settings:{metadataReport:{exportSuccess:"B\xE1o c\xE1o metadata th\u1EA5t b\u1EA1i \u0111\xE3 xu\u1EA5t \u0111\u1EBFn: {filename}",exportFailed:"Kh\xF4ng th\u1EC3 xu\u1EA5t b\xE1o c\xE1o metadata"},sections:{general:"Chung",navigationPane:"\u0110i\u1EC1u h\u01B0\u1EDBng",calendar:"L\u1ECBch",files:"T\u1EC7p",icons:"G\xF3i bi\u1EC3u t\u01B0\u1EE3ng",folders:"Th\u01B0 m\u1EE5c",folderNotes:"Ghi ch\xFA th\u01B0 m\u1EE5c",foldersAndTags:"Th\u01B0 m\u1EE5c",tagsAndProperties:"Th\u1EBB v\xE0 thu\u1ED9c t\xEDnh",tags:"Th\u1EBB",listPane:"Danh s\xE1ch",notes:"Ghi ch\xFA",advanced:"N\xE2ng cao"},groups:{general:{vaultProfiles:"H\u1ED3 s\u01A1 vault",filtering:"L\u1ECDc",templates:"M\u1EABu",behavior:"H\xE0nh vi",keyboardNavigation:"\u0110i\u1EC1u h\u01B0\u1EDBng b\u1EB1ng b\xE0n ph\xEDm",mouseButtons:"N\xFAt chu\u1ED9t",view:"Giao di\u1EC7n",icons:"Bi\u1EC3u t\u01B0\u1EE3ng",desktopAppearance:"Giao di\u1EC7n m\xE1y t\xEDnh",mobileAppearance:"Giao di\u1EC7n di \u0111\u1ED9ng",formatting:"\u0110\u1ECBnh d\u1EA1ng"},navigation:{appearance:"Giao di\u1EC7n",rainbowColors:"M\xE0u c\u1EA7u v\u1ED3ng",leftSidebar:"Thanh b\xEAn tr\xE1i",calendarIntegration:"T\xEDch h\u1EE3p l\u1ECBch"},list:{display:"Giao di\u1EC7n",pinnedNotes:"Ghi ch\xFA \u0111\xE3 ghim"},notes:{frontmatter:"Frontmatter",tasks:"Nhi\u1EC7m v\u1EE5",icon:"Bi\u1EC3u t\u01B0\u1EE3ng",title:"Ti\xEAu \u0111\u1EC1",previewText:"V\u0103n b\u1EA3n xem tr\u01B0\u1EDBc",featureImage:"H\xECnh \u1EA3nh n\u1ED5i b\u1EADt",tags:"Th\u1EBB",properties:"Thu\u1ED9c t\xEDnh",date:"Ng\xE0y",parentFolder:"Th\u01B0 m\u1EE5c cha"}},syncMode:{notSynced:"(ch\u01B0a \u0111\u1ED3ng b\u1ED9)",disabled:"(\u0111\xE3 t\u1EAFt)",switchToSynced:"B\u1EADt \u0111\u1ED3ng b\u1ED9",switchToLocal:"T\u1EAFt \u0111\u1ED3ng b\u1ED9"},items:{listPaneTitle:{name:"Ti\xEAu \u0111\u1EC1 ng\u0103n danh s\xE1ch",desc:"Ch\u1ECDn n\u01A1i hi\u1EC3n th\u1ECB ti\xEAu \u0111\u1EC1 ng\u0103n danh s\xE1ch.",options:{header:"Hi\u1EC7n \u1EDF header",list:"Hi\u1EC7n \u1EDF ng\u0103n danh s\xE1ch",hidden:"Kh\xF4ng hi\u1EC7n"}},sortNotesBy:{name:"S\u1EAFp x\u1EBFp ghi ch\xFA theo",desc:"Ch\u1ECDn c\xE1ch s\u1EAFp x\u1EBFp ghi ch\xFA trong danh s\xE1ch.",options:{"modified-desc":"Ng\xE0y s\u1EEDa (m\u1EDBi nh\u1EA5t tr\xEAn)","modified-asc":"Ng\xE0y s\u1EEDa (c\u0169 nh\u1EA5t tr\xEAn)","created-desc":"Ng\xE0y t\u1EA1o (m\u1EDBi nh\u1EA5t tr\xEAn)","created-asc":"Ng\xE0y t\u1EA1o (c\u0169 nh\u1EA5t tr\xEAn)","title-asc":"Ti\xEAu \u0111\u1EC1 (A tr\xEAn)","title-desc":"Ti\xEAu \u0111\u1EC1 (Z tr\xEAn)","filename-asc":"T\xEAn t\u1EC7p (A tr\xEAn)","filename-desc":"T\xEAn t\u1EC7p (Z tr\xEAn)","property-asc":"Thu\u1ED9c t\xEDnh (A tr\xEAn)","property-desc":"Thu\u1ED9c t\xEDnh (Z tr\xEAn)"},propertyOverride:{asc:"Thu\u1ED9c t\xEDnh \u2018{property}\u2019 (A tr\xEAn)",desc:"Thu\u1ED9c t\xEDnh \u2018{property}\u2019 (Z tr\xEAn)"}},propertySortKey:{name:"Thu\u1ED9c t\xEDnh s\u1EAFp x\u1EBFp",desc:"D\xF9ng v\u1EDBi s\u1EAFp x\u1EBFp theo thu\u1ED9c t\xEDnh. Ghi ch\xFA c\xF3 thu\u1ED9c t\xEDnh frontmatter n\xE0y \u0111\u01B0\u1EE3c li\u1EC7t k\xEA tr\u01B0\u1EDBc v\xE0 s\u1EAFp x\u1EBFp theo gi\xE1 tr\u1ECB thu\u1ED9c t\xEDnh. M\u1EA3ng \u0111\u01B0\u1EE3c k\u1EBFt h\u1EE3p th\xE0nh m\u1ED9t gi\xE1 tr\u1ECB.",placeholder:"order"},propertySortSecondary:{name:"S\u1EAFp x\u1EBFp ph\u1EE5",desc:"D\xF9ng v\u1EDBi s\u1EAFp x\u1EBFp theo thu\u1ED9c t\xEDnh khi c\xE1c ghi ch\xFA c\xF3 c\xF9ng gi\xE1 tr\u1ECB thu\u1ED9c t\xEDnh ho\u1EB7c kh\xF4ng c\xF3 gi\xE1 tr\u1ECB thu\u1ED9c t\xEDnh.",options:{title:"Ti\xEAu \u0111\u1EC1",filename:"T\xEAn t\u1EC7p",created:"Ng\xE0y t\u1EA1o",modified:"Ng\xE0y ch\u1EC9nh s\u1EEDa"}},revealFileOnListChanges:{name:"Cu\u1ED9n \u0111\u1EBFn t\u1EC7p \u0111\xE3 ch\u1ECDn khi danh s\xE1ch thay \u0111\u1ED5i",desc:"Cu\u1ED9n \u0111\u1EBFn t\u1EC7p \u0111\xE3 ch\u1ECDn khi ghim ghi ch\xFA, hi\u1EC7n ghi ch\xFA con, \u0111\u1ED5i giao di\u1EC7n th\u01B0 m\u1EE5c ho\u1EB7c thao t\xE1c t\u1EC7p."},includeDescendantNotes:{name:"Hi\u1EC7n ghi ch\xFA t\u1EEB th\u01B0 m\u1EE5c con / ph\u1EA7n t\u1EED con",desc:"Bao g\u1ED3m ghi ch\xFA t\u1EEB th\u01B0 m\u1EE5c con l\u1ED3ng nhau v\xE0 ph\u1EA7n t\u1EED con c\u1EE7a th\u1EBB khi xem th\u01B0 m\u1EE5c ho\u1EB7c th\u1EBB."},limitPinnedToCurrentFolder:{name:"Ch\u1EC9 ghim ghi ch\xFA trong th\u01B0 m\u1EE5c c\u1EE7a n\xF3",desc:"Ghi ch\xFA \u0111\xE3 ghim ch\u1EC9 hi\u1EC3n th\u1ECB l\xE0 \u0111\xE3 ghim trong th\u01B0 m\u1EE5c ri\xEAng c\u1EE7a n\xF3. H\u1EEFu \xEDch cho ghi ch\xFA th\u01B0 m\u1EE5c ho\u1EB7c n\u1EBFu b\u1EA1n c\xF3 nhi\u1EC1u ghi ch\xFA \u0111\xE3 ghim. Kh\xF4ng \u1EA3nh h\u01B0\u1EDFng \u0111\u1EBFn ch\u1EBF \u0111\u1ED9 xem th\u1EBB ho\u1EB7c thu\u1ED9c t\xEDnh."},separateNoteCounts:{name:"Hi\u1EC7n s\u1ED1 l\u01B0\u1EE3ng hi\u1EC7n t\u1EA1i v\xE0 con ri\xEAng bi\u1EC7t",desc:'Hi\u1EC3n th\u1ECB s\u1ED1 l\u01B0\u1EE3ng ghi ch\xFA theo \u0111\u1ECBnh d\u1EA1ng "hi\u1EC7n t\u1EA1i \u25BE con" trong th\u01B0 m\u1EE5c v\xE0 th\u1EBB.'},groupNotes:{name:"Nh\xF3m ghi ch\xFA",desc:"Hi\u1EC3n th\u1ECB header gi\u1EEFa c\xE1c ghi ch\xFA \u0111\u01B0\u1EE3c nh\xF3m theo ng\xE0y ho\u1EB7c th\u01B0 m\u1EE5c. Ch\u1EBF \u0111\u1ED9 xem th\u1EBB d\xF9ng nh\xF3m ng\xE0y khi b\u1EADt nh\xF3m th\u01B0 m\u1EE5c.",options:{none:"Kh\xF4ng nh\xF3m",date:"Nh\xF3m theo ng\xE0y",folder:"Nh\xF3m theo th\u01B0 m\u1EE5c"}},showSelectedNavigationPills:{name:"Lu\xF4n hi\u1EC3n th\u1ECB t\u1EA5t c\u1EA3 nh\xE3n th\u1EBB v\xE0 thu\u1ED9c t\xEDnh",desc:'Khi t\u1EAFt, c\xE1c nh\xE3n kh\u1EDBp v\u1EDBi l\u1EF1a ch\u1ECDn \u0111i\u1EC1u h\u01B0\u1EDBng hi\u1EC7n t\u1EA1i s\u1EBD b\u1ECB \u1EA9n (v\xED d\u1EE5: nh\xE3n th\u1EBB "c\xF4ng th\u1EE9c" b\u1ECB \u1EA9n khi duy\u1EC7t th\u1EBB "c\xF4ng th\u1EE9c"). B\u1EADt \u0111\u1EC3 gi\u1EEF t\u1EA5t c\u1EA3 c\xE1c nh\xE3n lu\xF4n hi\u1EC3n th\u1ECB.'},showPinnedGroupHeader:{name:"Hi\u1EC7n header nh\xF3m \u0111\xE3 ghim",desc:"Hi\u1EC3n th\u1ECB header ph\u1EA7n \u0111\xE3 ghim ph\xEDa tr\xEAn ghi ch\xFA \u0111\xE3 ghim."},showPinnedIcon:{name:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng \u0111\xE3 ghim",desc:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng b\xEAn c\u1EA1nh header ph\u1EA7n \u0111\xE3 ghim."},defaultListMode:{name:"Ch\u1EBF \u0111\u1ED9 danh s\xE1ch m\u1EB7c \u0111\u1ECBnh",desc:"Ch\u1ECDn b\u1ED1 c\u1EE5c danh s\xE1ch m\u1EB7c \u0111\u1ECBnh. Chu\u1EA9n hi\u1EC7n ti\xEAu \u0111\u1EC1, ng\xE0y, m\xF4 t\u1EA3 v\xE0 v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc. G\u1ECDn ch\u1EC9 hi\u1EC7n ti\xEAu \u0111\u1EC1. Ghi \u0111\xE8 giao di\u1EC7n theo th\u01B0 m\u1EE5c.",options:{standard:"Chu\u1EA9n",compact:"G\u1ECDn"}},showFileIcons:{name:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng t\u1EC7p",desc:"Hi\u1EC3n th\u1ECB bi\u1EC3u t\u01B0\u1EE3ng t\u1EC7p v\u1EDBi kho\u1EA3ng c\xE1ch c\u0103n tr\xE1i. T\u1EAFt s\u1EBD g\u1EE1 c\u1EA3 bi\u1EC3u t\u01B0\u1EE3ng v\xE0 th\u1EE5t l\u1EC1. \u01AFu ti\xEAn: bi\u1EC3u t\u01B0\u1EE3ng t\xE1c v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh > bi\u1EC3u t\u01B0\u1EE3ng t\xF9y ch\u1EC9nh > bi\u1EC3u t\u01B0\u1EE3ng t\xEAn t\u1EC7p > bi\u1EC3u t\u01B0\u1EE3ng lo\u1EA1i t\u1EC7p > bi\u1EC3u t\u01B0\u1EE3ng m\u1EB7c \u0111\u1ECBnh."},showFileIconUnfinishedTask:{name:"Bi\u1EC3u t\u01B0\u1EE3ng nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh",desc:"Hi\u1EC3n th\u1ECB bi\u1EC3u t\u01B0\u1EE3ng nhi\u1EC7m v\u1EE5 khi ghi ch\xFA c\xF3 nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh."},showFileBackgroundUnfinishedTask:{name:"N\u1EC1n nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh",desc:"\xC1p d\u1EE5ng m\xE0u n\u1EC1n khi ghi ch\xFA c\xF3 nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh."},unfinishedTaskBackgroundColor:{name:"M\xE0u n\u1EC1n",desc:"\u0110\u1EB7t m\xE0u n\u1EC1n \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng khi ghi ch\xFA c\xF3 nhi\u1EC7m v\u1EE5 ch\u01B0a ho\xE0n th\xE0nh."},showFilenameMatchIcons:{name:"Bi\u1EC3u t\u01B0\u1EE3ng theo t\xEAn t\u1EC7p",desc:"G\xE1n bi\u1EC3u t\u01B0\u1EE3ng cho t\u1EC7p d\u1EF1a tr\xEAn v\u0103n b\u1EA3n trong t\xEAn."},fileNameIconMap:{name:"B\u1EA3n \u0111\u1ED3 bi\u1EC3u t\u01B0\u1EE3ng t\xEAn t\u1EC7p",desc:"T\u1EC7p ch\u1EE9a v\u0103n b\u1EA3n s\u1EBD nh\u1EADn bi\u1EC3u t\u01B0\u1EE3ng \u0111\u01B0\u1EE3c ch\u1EC9 \u0111\u1ECBnh. M\u1ED9t \xE1nh x\u1EA1 m\u1ED7i d\xF2ng: v\u0103n b\u1EA3n=bi\u1EC3u t\u01B0\u1EE3ng",placeholder:`# v\u0103n b\u1EA3n=bi\u1EC3u t\u01B0\u1EE3ng +h\u1ECDp=LiCalendar +h\xF3a \u0111\u01A1n=PhReceipt`,editTooltip:"Ch\u1EC9nh s\u1EEDa \xE1nh x\u1EA1"},showCategoryIcons:{name:"Bi\u1EC3u t\u01B0\u1EE3ng theo lo\u1EA1i t\u1EC7p",desc:"G\xE1n bi\u1EC3u t\u01B0\u1EE3ng cho t\u1EC7p d\u1EF1a tr\xEAn ph\u1EA7n m\u1EDF r\u1ED9ng."},fileTypeIconMap:{name:"B\u1EA3n \u0111\u1ED3 bi\u1EC3u t\u01B0\u1EE3ng lo\u1EA1i t\u1EC7p",desc:"T\u1EC7p c\xF3 ph\u1EA7n m\u1EDF r\u1ED9ng s\u1EBD nh\u1EADn bi\u1EC3u t\u01B0\u1EE3ng \u0111\u01B0\u1EE3c ch\u1EC9 \u0111\u1ECBnh. M\u1ED9t \xE1nh x\u1EA1 m\u1ED7i d\xF2ng: ph\u1EA7n m\u1EDF r\u1ED9ng=bi\u1EC3u t\u01B0\u1EE3ng",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"Ch\u1EC9nh s\u1EEDa \xE1nh x\u1EA1"},optimizeNoteHeight:{name:"Chi\u1EC1u cao ghi ch\xFA thay \u0111\u1ED5i",desc:"S\u1EED d\u1EE5ng chi\u1EC1u cao g\u1ECDn cho ghi ch\xFA \u0111\xE3 ghim v\xE0 ghi ch\xFA kh\xF4ng c\xF3 v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc."},compactItemHeight:{name:"Chi\u1EC1u cao m\u1EE5c g\u1ECDn",desc:"\u0110\u1EB7t chi\u1EC1u cao m\u1EE5c danh s\xE1ch g\u1ECDn tr\xEAn m\xE1y t\xEDnh v\xE0 di \u0111\u1ED9ng.",resetTooltip:"\u0110\u1EB7t l\u1EA1i m\u1EB7c \u0111\u1ECBnh (28px)"},compactItemHeightScaleText:{name:"Co ch\u1EEF theo chi\u1EC1u cao m\u1EE5c g\u1ECDn",desc:"Co ch\u1EEF danh s\xE1ch g\u1ECDn khi gi\u1EA3m chi\u1EC1u cao m\u1EE5c."},showParentFolder:{name:"Hi\u1EC7n th\u01B0 m\u1EE5c cha",desc:"Hi\u1EC3n th\u1ECB t\xEAn th\u01B0 m\u1EE5c cha cho ghi ch\xFA trong th\u01B0 m\u1EE5c con ho\u1EB7c th\u1EBB."},parentFolderClickRevealsFile:{name:"Nh\u1EA5n th\u01B0 m\u1EE5c cha \u0111\u1EC3 m\u1EDF th\u01B0 m\u1EE5c",desc:"Nh\u1EA5n nh\xE3n th\u01B0 m\u1EE5c cha s\u1EBD m\u1EDF th\u01B0 m\u1EE5c trong b\u1EA3ng danh s\xE1ch."},showParentFolderColor:{name:"Hi\u1EC7n m\xE0u th\u01B0 m\u1EE5c cha",desc:"D\xF9ng m\xE0u th\u01B0 m\u1EE5c tr\xEAn nh\xE3n th\u01B0 m\u1EE5c cha."},showParentFolderIcon:{name:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng th\u01B0 m\u1EE5c cha",desc:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng th\u01B0 m\u1EE5c b\xEAn c\u1EA1nh nh\xE3n th\u01B0 m\u1EE5c cha."},showQuickActions:{name:"Hi\u1EC7n thao t\xE1c nhanh",desc:"Hi\u1EC7n n\xFAt thao t\xE1c khi di chu\u1ED9t qua t\u1EC7p. \u0110i\u1EC1u khi\u1EC3n n\xFAt ch\u1ECDn thao t\xE1c xu\u1EA5t hi\u1EC7n."},dualPane:{name:"B\u1ED1 c\u1EE5c hai ng\u0103n",desc:"Hi\u1EC7n ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng v\xE0 ng\u0103n danh s\xE1ch c\u1EA1nh nhau tr\xEAn m\xE1y t\xEDnh."},dualPaneOrientation:{name:"H\u01B0\u1EDBng hai ng\u0103n",desc:"Ch\u1ECDn b\u1ED1 c\u1EE5c ngang ho\u1EB7c d\u1ECDc khi b\u1EADt hai ng\u0103n.",options:{horizontal:"Chia ngang",vertical:"Chia d\u1ECDc"}},appearanceBackground:{name:"M\xE0u n\u1EC1n",desc:"Ch\u1ECDn m\xE0u n\u1EC1n cho ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng v\xE0 danh s\xE1ch.",options:{separate:"N\u1EC1n ri\xEAng",primary:"D\xF9ng n\u1EC1n danh s\xE1ch",secondary:"D\xF9ng n\u1EC1n \u0111i\u1EC1u h\u01B0\u1EDBng"}},appearanceScale:{name:"M\u1EE9c thu ph\xF3ng",desc:"\u0110i\u1EC1u khi\u1EC3n m\u1EE9c thu ph\xF3ng t\u1ED5ng th\u1EC3 c\u1EE7a Notebook Navigator."},useFloatingToolbars:{name:"S\u1EED d\u1EE5ng thanh c\xF4ng c\u1EE5 n\u1ED5i tr\xEAn iOS/iPadOS",desc:"\xC1p d\u1EE5ng cho Obsidian 1.11 tr\u1EDF l\xEAn."},startView:{name:"Ch\u1EBF \u0111\u1ED9 xem kh\u1EDFi \u0111\u1ED9ng m\u1EB7c \u0111\u1ECBnh",desc:"Ch\u1ECDn ng\u0103n hi\u1EC3n th\u1ECB khi m\u1EDF Notebook Navigator. Ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng hi\u1EC7n l\u1ED1i t\u1EAFt, t\u1EC7p g\u1EA7n \u0111\xE2y v\xE0 c\xE2y th\u01B0 m\u1EE5c. Ng\u0103n danh s\xE1ch hi\u1EC7n danh s\xE1ch t\u1EC7p ngay.",options:{navigation:"Ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng",files:"Ng\u0103n danh s\xE1ch"}},toolbarButtons:{name:"N\xFAt thanh c\xF4ng c\u1EE5",desc:"Ch\u1ECDn n\xFAt xu\u1EA5t hi\u1EC7n tr\xEAn thanh c\xF4ng c\u1EE5. N\xFAt \u1EA9n v\u1EABn truy c\u1EADp \u0111\u01B0\u1EE3c qua l\u1EC7nh v\xE0 menu.",navigationLabel:"Thanh c\xF4ng c\u1EE5 \u0111i\u1EC1u h\u01B0\u1EDBng",listLabel:"Thanh c\xF4ng c\u1EE5 danh s\xE1ch"},createNewNotesInNewTab:{name:"M\u1EDF ghi ch\xFA m\u1EDBi trong tab m\u1EDBi",desc:"Khi b\u1EADt, l\u1EC7nh T\u1EA1o ghi ch\xFA m\u1EDBi s\u1EBD m\u1EDF ghi ch\xFA trong tab m\u1EDBi. Khi t\u1EAFt, ghi ch\xFA s\u1EBD thay th\u1EBF tab hi\u1EC7n t\u1EA1i."},autoRevealActiveNote:{name:"T\u1EF1 \u0111\u1ED9ng hi\u1EC7n ghi ch\xFA \u0111ang ho\u1EA1t \u0111\u1ED9ng",desc:"T\u1EF1 \u0111\u1ED9ng hi\u1EC7n ghi ch\xFA khi m\u1EDF t\u1EEB Quick Switcher, li\xEAn k\u1EBFt ho\u1EB7c t\xECm ki\u1EBFm."},autoRevealShortestPath:{name:"S\u1EED d\u1EE5ng \u0111\u01B0\u1EDDng d\u1EABn ng\u1EAFn nh\u1EA5t",desc:"B\u1EADt: T\u1EF1 \u0111\u1ED9ng hi\u1EC3n th\u1ECB ch\u1ECDn th\u01B0 m\u1EE5c cha ho\u1EB7c th\u1EBB g\u1EA7n nh\u1EA5t c\xF3 th\u1EC3 nh\xECn th\u1EA5y. T\u1EAFt: T\u1EF1 \u0111\u1ED9ng hi\u1EC3n th\u1ECB ch\u1ECDn th\u01B0 m\u1EE5c th\u1EF1c t\u1EBF v\xE0 th\u1EBB ch\xEDnh x\xE1c c\u1EE7a t\u1EC7p."},autoRevealIgnoreRightSidebar:{name:"B\u1ECF qua s\u1EF1 ki\u1EC7n t\u1EEB thanh b\xEAn ph\u1EA3i",desc:"Kh\xF4ng \u0111\u1ED5i ghi ch\xFA \u0111ang ho\u1EA1t \u0111\u1ED9ng khi nh\u1EA5n ho\u1EB7c \u0111\u1ED5i ghi ch\xFA \u1EDF thanh b\xEAn ph\u1EA3i."},autoRevealIgnoreOtherWindows:{name:"B\u1ECF qua s\u1EF1 ki\u1EC7n t\u1EEB c\u1EEDa s\u1ED5 kh\xE1c",desc:"Kh\xF4ng \u0111\u1ED5i ghi ch\xFA \u0111ang ho\u1EA1t \u0111\u1ED9ng khi l\xE0m vi\u1EC7c v\u1EDBi ghi ch\xFA \u1EDF c\u1EEDa s\u1ED5 kh\xE1c."},paneTransitionDuration:{name:"Ho\u1EA1t \u1EA3nh ng\u0103n \u0111\u01A1n",desc:"Th\u1EDDi l\u01B0\u1EE3ng chuy\u1EC3n \u0111\u1ED5i khi chuy\u1EC3n gi\u1EEFa c\xE1c ng\u0103n trong ch\u1EBF \u0111\u1ED9 ng\u0103n \u0111\u01A1n (mili gi\xE2y).",resetTooltip:"\u0110\u1EB7t l\u1EA1i m\u1EB7c \u0111\u1ECBnh"},autoSelectFirstFileOnFocusChange:{name:"T\u1EF1 \u0111\u1ED9ng ch\u1ECDn ghi ch\xFA \u0111\u1EA7u ti\xEAn",desc:"T\u1EF1 \u0111\u1ED9ng m\u1EDF ghi ch\xFA \u0111\u1EA7u ti\xEAn khi chuy\u1EC3n th\u01B0 m\u1EE5c ho\u1EB7c th\u1EBB."},skipAutoScroll:{name:"T\u1EAFt t\u1EF1 \u0111\u1ED9ng cu\u1ED9n cho l\u1ED1i t\u1EAFt",desc:"Kh\xF4ng cu\u1ED9n ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng khi nh\u1EA5n m\u1EE5c trong l\u1ED1i t\u1EAFt."},autoExpandNavItems:{name:"M\u1EDF r\u1ED9ng khi ch\u1ECDn",desc:"M\u1EDF r\u1ED9ng th\u01B0 m\u1EE5c v\xE0 th\u1EBB khi ch\u1ECDn. \u1EDE ch\u1EBF \u0111\u1ED9 m\u1ED9t ng\u0103n, ch\u1ECDn l\u1EA7n \u0111\u1EA7u m\u1EDF r\u1ED9ng, ch\u1ECDn l\u1EA7n hai hi\u1EC7n t\u1EC7p."},springLoadedFolders:{name:"M\u1EDF r\u1ED9ng khi k\xE9o",desc:"M\u1EDF r\u1ED9ng th\u01B0 m\u1EE5c v\xE0 th\u1EBB khi di chu\u1ED9t qua trong l\xFAc k\xE9o."},springLoadedFoldersInitialDelay:{name:"\u0110\u1ED9 tr\u1EC5 m\u1EDF r\u1ED9ng l\u1EA7n \u0111\u1EA7u",desc:"\u0110\u1ED9 tr\u1EC5 tr\u01B0\u1EDBc khi th\u01B0 m\u1EE5c ho\u1EB7c th\u1EBB \u0111\u1EA7u ti\xEAn \u0111\u01B0\u1EE3c m\u1EDF r\u1ED9ng trong l\xFAc k\xE9o (gi\xE2y)."},springLoadedFoldersSubsequentDelay:{name:"\u0110\u1ED9 tr\u1EC5 m\u1EDF r\u1ED9ng ti\u1EBFp theo",desc:"\u0110\u1ED9 tr\u1EC5 tr\u01B0\u1EDBc khi m\u1EDF r\u1ED9ng th\xEAm th\u01B0 m\u1EE5c ho\u1EB7c th\u1EBB trong c\xF9ng m\u1ED9t l\u1EA7n k\xE9o (gi\xE2y)."},navigationBanner:{name:"Banner \u0111i\u1EC1u h\u01B0\u1EDBng (h\u1ED3 s\u01A1 vault)",desc:"Hi\u1EC3n th\u1ECB \u1EA3nh ph\xEDa tr\xEAn ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng. Thay \u0111\u1ED5i theo h\u1ED3 s\u01A1 vault \u0111\xE3 ch\u1ECDn.",current:"Banner hi\u1EC7n t\u1EA1i: {path}",chooseButton:"Ch\u1ECDn \u1EA3nh"},pinNavigationBanner:{name:"Ghim bi\u1EC3u ng\u1EEF",desc:"Ghim bi\u1EC3u ng\u1EEF \u0111i\u1EC1u h\u01B0\u1EDBng ph\xEDa tr\xEAn c\xE2y \u0111i\u1EC1u h\u01B0\u1EDBng."},showShortcuts:{name:"Hi\u1EC7n l\u1ED1i t\u1EAFt",desc:"Hi\u1EC3n th\u1ECB ph\u1EA7n l\u1ED1i t\u1EAFt trong ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng."},shortcutBadgeDisplay:{name:"Huy hi\u1EC7u l\u1ED1i t\u1EAFt",desc:"N\u1ED9i dung hi\u1EC3n th\u1ECB b\xEAn c\u1EA1nh l\u1ED1i t\u1EAFt. S\u1EED d\u1EE5ng l\u1EC7nh 'M\u1EDF l\u1ED1i t\u1EAFt 1-9' \u0111\u1EC3 m\u1EDF l\u1ED1i t\u1EAFt tr\u1EF1c ti\u1EBFp.",options:{index:"V\u1ECB tr\xED (1-9)",count:"S\u1ED1 l\u01B0\u1EE3ng m\u1EE5c",none:"Kh\xF4ng c\xF3"}},showRecentNotes:{name:"Hi\u1EC7n t\u1EC7p g\u1EA7n \u0111\xE2y",desc:"Hi\u1EC3n th\u1ECB ph\u1EA7n t\u1EC7p g\u1EA7n \u0111\xE2y trong ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng."},hideRecentNotes:{name:"\u1EA8n lo\u1EA1i t\u1EC7p",desc:"Ch\u1ECDn lo\u1EA1i t\u1EC7p c\u1EA7n \u1EA9n trong ph\u1EA7n t\u1EC7p g\u1EA7n \u0111\xE2y.",options:{none:"Kh\xF4ng",folderNotes:"Ghi ch\xFA th\u01B0 m\u1EE5c"}},recentNotesCount:{name:"S\u1ED1 l\u01B0\u1EE3ng t\u1EC7p g\u1EA7n \u0111\xE2y",desc:"S\u1ED1 t\u1EC7p g\u1EA7n \u0111\xE2y \u0111\u1EC3 hi\u1EC3n th\u1ECB."},pinRecentNotesWithShortcuts:{name:"Ghim t\u1EC7p g\u1EA7n \u0111\xE2y c\xF9ng l\u1ED1i t\u1EAFt",desc:"Bao g\u1ED3m t\u1EC7p g\u1EA7n \u0111\xE2y khi l\u1ED1i t\u1EAFt \u0111\u01B0\u1EE3c ghim."},calendarEnabled:{name:"B\u1EADt l\u1ECBch",desc:"B\u1EADt c\xE1c t\xEDnh n\u0103ng l\u1ECBch c\u1EE7a Notebook Navigator."},calendarPlacement:{name:"V\u1ECB tr\xED l\u1ECBch",desc:"Hi\u1EC3n th\u1ECB trong thanh b\xEAn tr\xE1i ho\u1EB7c ph\u1EA3i.",options:{leftSidebar:"Thanh b\xEAn tr\xE1i",rightSidebar:"Thanh b\xEAn ph\u1EA3i"}},calendarLeftPlacement:{name:"V\u1ECB tr\xED ch\u1EBF \u0111\u1ED9 b\u1EA3ng \u0111\u01A1n",desc:"N\u01A1i hi\u1EC3n th\u1ECB l\u1ECBch trong ch\u1EBF \u0111\u1ED9 b\u1EA3ng \u0111\u01A1n.",options:{navigationPane:"B\u1EA3ng \u0111i\u1EC1u h\u01B0\u1EDBng",below:"B\xEAn d\u01B0\u1EDBi c\xE1c b\u1EA3ng"}},calendarLocale:{name:"Ng\xF4n ng\u1EEF",desc:"\u0110i\u1EC1u khi\u1EC3n \u0111\xE1nh s\u1ED1 tu\u1EA7n v\xE0 ng\xE0y \u0111\u1EA7u tu\u1EA7n.",incompatibleWeekPatternWarning:'M\u1EABu ghi ch\xFA h\xE0ng tu\u1EA7n s\u1EED d\u1EE5ng token tu\u1EA7n ISO ("W" ho\u1EB7c "G"). L\u1ECBch s\u1EBD hi\u1EC3n th\u1ECB tu\u1EA7n b\u1EAFt \u0111\u1EA7u t\u1EEB th\u1EE9 Hai thay v\xEC ng\xE0y \u0111\u1EA7u tu\u1EA7n c\u1EE7a ng\xF4n ng\u1EEF n\xE0y.',options:{systemDefault:"M\u1EB7c \u0111\u1ECBnh"}},calendarWeekendDays:{name:"Ng\xE0y cu\u1ED1i tu\u1EA7n",desc:"Hi\u1EC3n th\u1ECB ng\xE0y cu\u1ED1i tu\u1EA7n v\u1EDBi m\xE0u n\u1EC1n kh\xE1c.",options:{none:"Kh\xF4ng",satSun:"Th\u1EE9 b\u1EA3y v\xE0 ch\u1EE7 nh\u1EADt",friSat:"Th\u1EE9 s\xE1u v\xE0 th\u1EE9 b\u1EA3y",thuFri:"Th\u1EE9 n\u0103m v\xE0 th\u1EE9 s\xE1u"}},calendarMonthHeadingFormat:{name:"\u0110\u1ECBnh d\u1EA1ng t\xEAn th\xE1ng",desc:"T\xEAn th\xE1ng b\xECnh th\u01B0\u1EDDng ho\u1EB7c vi\u1EBFt t\u1EAFt khi ch\u1EBF \u0111\u1ED9 xem n\u0103m b\u1ECB \u1EA9n.",options:{full:"th\xE1ng 1 (\u0111\u1EA7y \u0111\u1EE7)",short:"Thg 01 (ng\u1EAFn)"}},showInfoButtons:{name:"Hi\u1EC3n th\u1ECB n\xFAt th\xF4ng tin",desc:"Hi\u1EC3n th\u1ECB n\xFAt th\xF4ng tin tr\xEAn thanh t\xECm ki\u1EBFm v\xE0 ti\xEAu \u0111\u1EC1 l\u1ECBch."},calendarWeeksToShow:{name:"S\u1ED1 tu\u1EA7n hi\u1EC3n th\u1ECB trong thanh b\xEAn tr\xE1i",desc:"L\u1ECBch trong thanh b\xEAn ph\u1EA3i lu\xF4n hi\u1EC3n th\u1ECB c\u1EA3 th\xE1ng.",options:{fullMonth:"C\u1EA3 th\xE1ng",oneWeek:"1 tu\u1EA7n",weeksCount:"{count} tu\u1EA7n"}},calendarHighlightToday:{name:"L\xE0m n\u1ED5i b\u1EADt ng\xE0y h\xF4m nay",desc:"L\xE0m n\u1ED5i b\u1EADt ng\xE0y h\xF4m nay b\u1EB1ng m\xE0u n\u1EC1n v\xE0 ch\u1EEF in \u0111\u1EADm."},calendarShowFeatureImage:{name:"Hi\u1EC3n th\u1ECB h\xECnh \u1EA3nh n\u1ED5i b\u1EADt",desc:"Hi\u1EC3n th\u1ECB h\xECnh \u1EA3nh n\u1ED5i b\u1EADt c\u1EE7a ghi ch\xFA trong l\u1ECBch."},calendarShowWeekNumber:{name:"Hi\u1EC3n th\u1ECB s\u1ED1 tu\u1EA7n",desc:"Th\xEAm c\u1ED9t v\u1EDBi s\u1ED1 tu\u1EA7n."},calendarShowQuarter:{name:"Hi\u1EC3n th\u1ECB qu\xFD",desc:"Th\xEAm nh\xE3n qu\xFD v\xE0o ti\xEAu \u0111\u1EC1 l\u1ECBch."},calendarShowYearCalendar:{name:"Hi\u1EC3n th\u1ECB l\u1ECBch n\u0103m",desc:"Hi\u1EC3n th\u1ECB \u0111i\u1EC1u h\u01B0\u1EDBng n\u0103m v\xE0 l\u01B0\u1EDBi th\xE1ng trong thanh b\xEAn ph\u1EA3i."},calendarConfirmBeforeCreate:{name:"X\xE1c nh\u1EADn tr\u01B0\u1EDBc khi t\u1EA1o",desc:"Hi\u1EC3n th\u1ECB h\u1ED9p tho\u1EA1i x\xE1c nh\u1EADn khi t\u1EA1o ghi ch\xFA h\xE0ng ng\xE0y m\u1EDBi."},calendarIntegrationMode:{name:"Ngu\u1ED3n ghi ch\xFA h\xE0ng ng\xE0y",desc:"Ngu\u1ED3n cho ghi ch\xFA l\u1ECBch.",options:{dailyNotes:"Ghi ch\xFA h\xE0ng ng\xE0y (plugin l\xF5i)",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"Th\u01B0 m\u1EE5c v\xE0 \u0111\u1ECBnh d\u1EA1ng ng\xE0y \u0111\u01B0\u1EE3c c\u1EA5u h\xECnh trong plugin Daily Notes c\u1ED1t l\xF5i."}},calendarCustomRootFolder:{name:"Th\u01B0 m\u1EE5c g\u1ED1c",desc:"Th\u01B0 m\u1EE5c c\u01A1 s\u1EDF cho ghi ch\xFA \u0111\u1ECBnh k\u1EF3. M\u1EABu ng\xE0y c\xF3 th\u1EC3 bao g\u1ED3m th\u01B0 m\u1EE5c con. Thay \u0111\u1ED5i theo h\u1ED3 s\u01A1 vault \u0111\xE3 ch\u1ECDn.",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"V\u1ECB tr\xED th\u01B0 m\u1EE5c m\u1EABu",desc:"Tr\xECnh ch\u1ECDn t\u1EC7p m\u1EABu hi\u1EC3n th\u1ECB ghi ch\xFA t\u1EEB th\u01B0 m\u1EE5c n\xE0y.",placeholder:"Templates"},calendarCustomFilePattern:{name:"Ghi ch\xFA h\xE0ng ng\xE0y",desc:"\u0110\u1ECBnh d\u1EA1ng \u0111\u01B0\u1EDDng d\u1EABn s\u1EED d\u1EE5ng \u0111\u1ECBnh d\u1EA1ng ng\xE0y Moment. \u0110\u1EB7t t\xEAn th\u01B0 m\u1EE5c con trong d\u1EA5u ngo\u1EB7c vu\xF4ng, vd: [Work]/YYYY. Nh\u1EA5p v\xE0o bi\u1EC3u t\u01B0\u1EE3ng m\u1EABu \u0111\u1EC3 \u0111\u1EB7t m\u1EABu. \u0110\u1EB7t v\u1ECB tr\xED th\u01B0 m\u1EE5c m\u1EABu trong Chung > M\u1EABu.",momentDescPrefix:"\u0110\u1ECBnh d\u1EA1ng \u0111\u01B0\u1EDDng d\u1EABn s\u1EED d\u1EE5ng ",momentLinkText:"\u0111\u1ECBnh d\u1EA1ng ng\xE0y Moment",momentDescSuffix:". \u0110\u1EB7t t\xEAn th\u01B0 m\u1EE5c con trong d\u1EA5u ngo\u1EB7c vu\xF4ng, vd: [Work]/YYYY. Nh\u1EA5p v\xE0o bi\u1EC3u t\u01B0\u1EE3ng m\u1EABu \u0111\u1EC3 \u0111\u1EB7t m\u1EABu. \u0110\u1EB7t v\u1ECB tr\xED th\u01B0 m\u1EE5c m\u1EABu trong Chung > M\u1EABu.",placeholder:"YYYY/YYYYMMDD",example:"C\xFA ph\xE1p hi\u1EC7n t\u1EA1i: {path}",parsingError:"M\u1EABu ph\u1EA3i c\xF3 th\u1EC3 \u0111\u1ECBnh d\u1EA1ng v\xE0 ph\xE2n t\xEDch l\u1EA1i th\xE0nh m\u1ED9t ng\xE0y \u0111\u1EA7y \u0111\u1EE7 (n\u0103m, th\xE1ng, ng\xE0y)."},calendarCustomWeekPattern:{name:"Ghi ch\xFA h\xE0ng tu\u1EA7n",parsingError:"M\u1EABu ph\u1EA3i c\xF3 th\u1EC3 \u0111\u1ECBnh d\u1EA1ng v\xE0 ph\xE2n t\xEDch l\u1EA1i th\xE0nh m\u1ED9t tu\u1EA7n \u0111\u1EA7y \u0111\u1EE7 (n\u0103m tu\u1EA7n, s\u1ED1 tu\u1EA7n).",localeMismatchWarning:'M\u1EABu n\xE0y s\u1EED d\u1EE5ng token tu\u1EA7n ISO ("W" ho\u1EB7c "G"). L\u1ECBch s\u1EBD hi\u1EC3n th\u1ECB tu\u1EA7n b\u1EAFt \u0111\u1EA7u t\u1EEB th\u1EE9 Hai. S\u1EED d\u1EE5ng "w" ho\u1EB7c "g" n\u1EBFu ghi ch\xFA h\xE0ng tu\u1EA7n c\u1EA7n tu\xE2n theo ng\xF4n ng\u1EEF \u0111\xE3 ch\u1ECDn.'},calendarCustomMonthPattern:{name:"Ghi ch\xFA h\xE0ng th\xE1ng",parsingError:"M\u1EABu ph\u1EA3i c\xF3 th\u1EC3 \u0111\u1ECBnh d\u1EA1ng v\xE0 ph\xE2n t\xEDch l\u1EA1i th\xE0nh m\u1ED9t th\xE1ng \u0111\u1EA7y \u0111\u1EE7 (n\u0103m, th\xE1ng)."},calendarCustomQuarterPattern:{name:"Ghi ch\xFA h\xE0ng qu\xFD",parsingError:"M\u1EABu ph\u1EA3i c\xF3 th\u1EC3 \u0111\u1ECBnh d\u1EA1ng v\xE0 ph\xE2n t\xEDch l\u1EA1i th\xE0nh m\u1ED9t qu\xFD \u0111\u1EA7y \u0111\u1EE7 (n\u0103m, qu\xFD)."},calendarCustomYearPattern:{name:"Ghi ch\xFA h\xE0ng n\u0103m",parsingError:"M\u1EABu ph\u1EA3i c\xF3 th\u1EC3 \u0111\u1ECBnh d\u1EA1ng v\xE0 ph\xE2n t\xEDch l\u1EA1i th\xE0nh m\u1ED9t n\u0103m \u0111\u1EA7y \u0111\u1EE7 (n\u0103m)."},calendarTemplateFile:{current:"T\u1EC7p m\u1EABu: {name}"},showTooltips:{name:"Hi\u1EC7n ch\xFA th\xEDch",desc:"Hi\u1EC3n th\u1ECB ch\xFA th\xEDch khi di chu\u1ED9t v\u1EDBi th\xF4ng tin b\u1ED5 sung cho ghi ch\xFA v\xE0 th\u01B0 m\u1EE5c."},showTooltipPath:{name:"Hi\u1EC7n \u0111\u01B0\u1EDDng d\u1EABn",desc:"Hi\u1EC3n th\u1ECB \u0111\u01B0\u1EDDng d\u1EABn th\u01B0 m\u1EE5c b\xEAn d\u01B0\u1EDBi t\xEAn ghi ch\xFA trong ch\xFA th\xEDch."},resetPaneSeparator:{name:"\u0110\u1EB7t l\u1EA1i v\u1ECB tr\xED thanh ph\xE2n c\xE1ch",desc:"\u0110\u1EB7t l\u1EA1i thanh ph\xE2n c\xE1ch k\xE9o \u0111\u01B0\u1EE3c gi\u1EEFa ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng v\xE0 ng\u0103n danh s\xE1ch v\u1EC1 v\u1ECB tr\xED m\u1EB7c \u0111\u1ECBnh.",buttonText:"\u0110\u1EB7t l\u1EA1i thanh ph\xE2n c\xE1ch",notice:"\u0110\xE3 \u0111\u1EB7t l\u1EA1i v\u1ECB tr\xED thanh ph\xE2n c\xE1ch. Kh\u1EDFi \u0111\u1ED9ng l\u1EA1i Obsidian ho\u1EB7c m\u1EDF l\u1EA1i Notebook Navigator \u0111\u1EC3 \xE1p d\u1EE5ng."},settingsTransfer:{name:"Nh\u1EADp v\xE0 xu\u1EA5t c\xE0i \u0111\u1EB7t",desc:"Xu\u1EA5t ho\u1EB7c nh\u1EADp c\xE0i \u0111\u1EB7t Notebook Navigator d\u01B0\u1EDBi d\u1EA1ng JSON. Vi\u1EC7c nh\u1EADp s\u1EBD thay th\u1EBF t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t.",importButtonText:"Nh\u1EADp",exportButtonText:"Xu\u1EA5t",import:{modalTitle:"Nh\u1EADp c\xE0i \u0111\u1EB7t",fileButtonName:"Nh\u1EADp t\u1EEB t\u1EC7p",fileButtonDesc:"T\u1EA3i t\u1EC7p JSON t\u1EEB \u1ED5 \u0111\u0129a.",fileButtonText:"Nh\u1EADp t\u1EEB t\u1EC7p",editorName:"JSON",editorDesc:"D\xE1n ho\u1EB7c ch\u1EC9nh s\u1EEDa JSON b\xEAn d\u01B0\u1EDBi. C\xE1c c\xE0i \u0111\u1EB7t kh\xF4ng \u0111\u01B0\u1EE3c bao g\u1ED3m s\u1EBD \u0111\u01B0\u1EE3c \u0111\u1EB7t l\u1EA1i v\u1EC1 m\u1EB7c \u0111\u1ECBnh.",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"Nh\u1EADp",successNotice:"\u0110\xE3 nh\u1EADp c\xE0i \u0111\u1EB7t.",errorNotice:"Nh\u1EADp c\xE0i \u0111\u1EB7t th\u1EA5t b\u1EA1i: {message}",fileReadError:"Kh\xF4ng th\u1EC3 \u0111\u1ECDc t\u1EC7p: {message}"},export:{modalTitle:"Xu\u1EA5t c\xE0i \u0111\u1EB7t",editorName:"JSON",editorDesc:"Ch\u1EC9 bao g\u1ED3m c\xE1c c\xE0i \u0111\u1EB7t \u0111\xE3 thay \u0111\u1ED5i so v\u1EDBi m\u1EB7c \u0111\u1ECBnh.",placeholder:"{}",copyButtonText:"Sao ch\xE9p v\xE0o b\u1ED9 nh\u1EDB t\u1EA1m",downloadButtonText:"T\u1EA3i xu\u1ED1ng",copyNotice:"\u0110\xE3 sao ch\xE9p c\xE0i \u0111\u1EB7t v\xE0o b\u1ED9 nh\u1EDB t\u1EA1m.",downloadNotice:"\u0110\xE3 xu\u1EA5t c\xE0i \u0111\u1EB7t.",downloadError:"Xu\u1EA5t c\xE0i \u0111\u1EB7t th\u1EA5t b\u1EA1i: {message}"}},resetAllSettings:{name:"\u0110\u1EB7t l\u1EA1i t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t",desc:"\u0110\u1EB7t l\u1EA1i t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t Notebook Navigator v\u1EC1 gi\xE1 tr\u1ECB m\u1EB7c \u0111\u1ECBnh.",buttonText:"\u0110\u1EB7t l\u1EA1i t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t",confirmTitle:"\u0110\u1EB7t l\u1EA1i t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t?",confirmMessage:"Thao t\xE1c n\xE0y s\u1EBD \u0111\u1EB7t l\u1EA1i t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t Notebook Navigator v\u1EC1 gi\xE1 tr\u1ECB m\u1EB7c \u0111\u1ECBnh. Kh\xF4ng th\u1EC3 ho\xE0n t\xE1c.",confirmButtonText:"\u0110\u1EB7t l\u1EA1i t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t",notice:"\u0110\xE3 \u0111\u1EB7t l\u1EA1i t\u1EA5t c\u1EA3 c\xE0i \u0111\u1EB7t. Kh\u1EDFi \u0111\u1ED9ng l\u1EA1i Obsidian ho\u1EB7c m\u1EDF l\u1EA1i Notebook Navigator \u0111\u1EC3 \xE1p d\u1EE5ng.",error:"\u0110\u1EB7t l\u1EA1i c\xE0i \u0111\u1EB7t th\u1EA5t b\u1EA1i"},multiSelectModifier:{name:"Ph\xEDm b\u1ED5 tr\u1EE3 ch\u1ECDn nhi\u1EC1u",desc:"Ch\u1ECDn ph\xEDm b\u1ED5 tr\u1EE3 \u0111\u1EC3 b\u1EADt/t\u1EAFt ch\u1ECDn nhi\u1EC1u. Khi ch\u1ECDn Option/Alt, nh\u1EA5n Cmd/Ctrl m\u1EDF ghi ch\xFA trong tab m\u1EDBi.",options:{cmdCtrl:"Nh\u1EA5n Cmd/Ctrl",optionAlt:"Nh\u1EA5n Option/Alt"}},enterToOpenFiles:{name:"Nh\u1EA5n Enter \u0111\u1EC3 m\u1EDF t\u1EC7p",desc:"Ch\u1EC9 m\u1EDF t\u1EC7p khi nh\u1EA5n Enter trong qu\xE1 tr\xECnh \u0111i\u1EC1u h\u01B0\u1EDBng b\u1EB1ng b\xE0n ph\xEDm trong danh s\xE1ch."},shiftEnterOpenContext:{name:"Shift+Enter",desc:"M\u1EDF t\u1EC7p \u0111\xE3 ch\u1ECDn trong tab m\u1EDBi, chia \u0111\xF4i ho\u1EB7c c\u1EEDa s\u1ED5 khi nh\u1EA5n Shift+Enter."},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"M\u1EDF t\u1EC7p \u0111\xE3 ch\u1ECDn trong tab m\u1EDBi, chia \u0111\xF4i ho\u1EB7c c\u1EEDa s\u1ED5 khi nh\u1EA5n Cmd+Enter."},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"M\u1EDF t\u1EC7p \u0111\xE3 ch\u1ECDn trong tab m\u1EDBi, chia \u0111\xF4i ho\u1EB7c c\u1EEDa s\u1ED5 khi nh\u1EA5n Ctrl+Enter."},mouseBackForwardAction:{name:"N\xFAt quay l\u1EA1i/ti\u1EBFn l\xEAn c\u1EE7a chu\u1ED9t",desc:"H\xE0nh \u0111\u1ED9ng cho n\xFAt quay l\u1EA1i v\xE0 ti\u1EBFn l\xEAn c\u1EE7a chu\u1ED9t tr\xEAn m\xE1y t\xEDnh.",options:{none:"S\u1EED d\u1EE5ng m\u1EB7c \u0111\u1ECBnh h\u1EC7 th\u1ED1ng",singlePaneSwitch:"Chuy\u1EC3n ng\u0103n (m\u1ED9t ng\u0103n)",history:"\u0110i\u1EC1u h\u01B0\u1EDBng l\u1ECBch s\u1EED"}},fileVisibility:{name:"Hi\u1EC7n lo\u1EA1i t\u1EC7p (h\u1ED3 s\u01A1 vault)",desc:"L\u1ECDc lo\u1EA1i t\u1EC7p hi\u1EC3n th\u1ECB trong tr\xECnh \u0111i\u1EC1u h\u01B0\u1EDBng. Lo\u1EA1i t\u1EC7p kh\xF4ng \u0111\u01B0\u1EE3c Obsidian h\u1ED7 tr\u1EE3 c\xF3 th\u1EC3 m\u1EDF b\u1EB1ng \u1EE9ng d\u1EE5ng ngo\xE0i.",options:{documents:"T\xE0i li\u1EC7u (.md, .canvas, .base)",supported:"\u0110\u01B0\u1EE3c h\u1ED7 tr\u1EE3 (m\u1EDF trong Obsidian)",all:"T\u1EA5t c\u1EA3 (c\xF3 th\u1EC3 m\u1EDF ngo\xE0i)"}},homepage:{name:"Trang ch\u1EE7",desc:"Ch\u1ECDn n\u1ED9i dung Notebook Navigator m\u1EDF t\u1EF1 \u0111\u1ED9ng khi kh\u1EDFi \u0111\u1ED9ng.",current:"Hi\u1EC7n t\u1EA1i: {path}",chooseButton:"Ch\u1ECDn t\u1EC7p",options:{none:"Kh\xF4ng",file:"T\u1EC7p",dailyNote:"Ghi ch\xFA h\xE0ng ng\xE0y",weeklyNote:"Ghi ch\xFA h\xE0ng tu\u1EA7n",monthlyNote:"Ghi ch\xFA h\xE0ng th\xE1ng",quarterlyNote:"Ghi ch\xFA h\xE0ng qu\xFD"},file:{name:"T\u1EC7p kh\u1EDFi \u0111\u1ED9ng",empty:"Ch\u01B0a ch\u1ECDn t\u1EC7p"}},excludedNotes:{name:"\u1EA8n ghi ch\xFA theo quy t\u1EAFc thu\u1ED9c t\xEDnh (h\u1ED3 s\u01A1 vault)",desc:"Danh s\xE1ch quy t\u1EAFc frontmatter ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y. S\u1EED d\u1EE5ng m\u1EE5c `key` ho\u1EB7c `key=value` (v\xED d\u1EE5: status=done, published=true, archived).",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u1EA8n t\u1EC7p (h\u1ED3 s\u01A1 vault)",desc:"Danh s\xE1ch m\u1EABu t\xEAn t\u1EC7p ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y \u0111\u1EC3 \u1EA9n. H\u1ED7 tr\u1EE3 k\xFD t\u1EF1 \u0111\u1EA1i di\u1EC7n * v\xE0 \u0111\u01B0\u1EDDng d\u1EABn / (v\xED d\u1EE5: temp-*, *.png, /assets/*).",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"H\u1ED3 s\u01A1 vault",desc:"H\u1ED3 s\u01A1 l\u01B0u tr\u1EEF hi\u1EC3n th\u1ECB lo\u1EA1i t\u1EC7p, t\u1EC7p \u1EA9n, th\u01B0 m\u1EE5c \u1EA9n, th\u1EBB \u1EA9n, ghi ch\xFA \u1EA9n, l\u1ED1i t\u1EAFt v\xE0 banner \u0111i\u1EC1u h\u01B0\u1EDBng. Chuy\u1EC3n h\u1ED3 s\u01A1 t\u1EEB header ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng.",defaultName:"M\u1EB7c \u0111\u1ECBnh",addButton:"Th\xEAm h\u1ED3 s\u01A1",editProfilesButton:"S\u1EEDa h\u1ED3 s\u01A1",addProfileOption:"Th\xEAm h\u1ED3 s\u01A1...",applyButton:"\xC1p d\u1EE5ng",deleteButton:"X\xF3a h\u1ED3 s\u01A1",addModalTitle:"Th\xEAm h\u1ED3 s\u01A1",editProfilesModalTitle:"S\u1EEDa h\u1ED3 s\u01A1",addModalPlaceholder:"T\xEAn h\u1ED3 s\u01A1",deleteModalTitle:"X\xF3a {name}",deleteModalMessage:"G\u1EE1 {name}? B\u1ED9 l\u1ECDc t\u1EC7p, th\u01B0 m\u1EE5c, th\u1EBB v\xE0 ghi ch\xFA \u1EA9n \u0111\u01B0\u1EE3c l\u01B0u trong h\u1ED3 s\u01A1 n\xE0y s\u1EBD b\u1ECB x\xF3a.",moveUp:"Di chuy\u1EC3n l\xEAn",moveDown:"Di chuy\u1EC3n xu\u1ED1ng",errors:{emptyName:"Nh\u1EADp t\xEAn h\u1ED3 s\u01A1",duplicateName:"T\xEAn h\u1ED3 s\u01A1 \u0111\xE3 t\u1ED3n t\u1EA1i"}},vaultTitle:{name:"V\u1ECB tr\xED ti\xEAu \u0111\u1EC1 vault",desc:"Ch\u1ECDn n\u01A1i ti\xEAu \u0111\u1EC1 vault \u0111\u01B0\u1EE3c hi\u1EC3n th\u1ECB.",options:{header:"Hi\u1EC3n th\u1ECB \u1EDF ti\xEAu \u0111\u1EC1",navigation:"Hi\u1EC3n th\u1ECB trong b\u1EA3ng \u0111i\u1EC1u h\u01B0\u1EDBng"}},excludedFolders:{name:"\u1EA8n th\u01B0 m\u1EE5c (h\u1ED3 s\u01A1 vault)",desc:"Danh s\xE1ch th\u01B0 m\u1EE5c c\u1EA7n \u1EA9n ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y. M\u1EABu t\xEAn: assets* (th\u01B0 m\u1EE5c b\u1EAFt \u0111\u1EA7u b\u1EB1ng assets), *_temp (k\u1EBFt th\xFAc b\u1EB1ng _temp). M\u1EABu \u0111\u01B0\u1EDDng d\u1EABn: /archive (ch\u1EC9 archive g\u1ED1c), /res* (th\u01B0 m\u1EE5c g\u1ED1c b\u1EAFt \u0111\u1EA7u b\u1EB1ng res), /*/temp (th\u01B0 m\u1EE5c temp \u1EDF \u0111\u1ED9 s\xE2u m\u1ED9t c\u1EA5p), /projects/* (t\u1EA5t c\u1EA3 th\u01B0 m\u1EE5c trong projects).",placeholder:"m\u1EABu, assets*, /l\u01B0u tr\u1EEF, /res*"},showFileDate:{name:"Hi\u1EC7n ng\xE0y",desc:"Hi\u1EC3n th\u1ECB ng\xE0y b\xEAn d\u01B0\u1EDBi t\xEAn ghi ch\xFA."},alphabeticalDateMode:{name:"Khi s\u1EAFp x\u1EBFp theo t\xEAn",desc:"Ng\xE0y hi\u1EC3n th\u1ECB khi ghi ch\xFA \u0111\u01B0\u1EE3c s\u1EAFp x\u1EBFp theo b\u1EA3ng ch\u1EEF c\xE1i.",options:{created:"Ng\xE0y t\u1EA1o",modified:"Ng\xE0y s\u1EEDa"}},showFileTags:{name:"Hi\u1EC7n th\u1EBB t\u1EC7p",desc:"Hi\u1EC3n th\u1ECB th\u1EBB c\xF3 th\u1EC3 nh\u1EA5n trong m\u1EE5c t\u1EC7p."},showFileTagAncestors:{name:"Hi\u1EC7n \u0111\u01B0\u1EDDng d\u1EABn th\u1EBB \u0111\u1EA7y \u0111\u1EE7",desc:"Hi\u1EC3n th\u1ECB \u0111\u01B0\u1EDDng d\u1EABn ph\xE2n c\u1EA5p th\u1EBB \u0111\u1EA7y \u0111\u1EE7. Khi b\u1EADt: 'ai/openai', 'c\xF4ng vi\u1EC7c/d\u1EF1 \xE1n/2024'. Khi t\u1EAFt: 'openai', '2024'."},colorFileTags:{name:"T\xF4 m\xE0u th\u1EBB t\u1EC7p",desc:"\xC1p d\u1EE5ng m\xE0u th\u1EBB cho huy hi\u1EC7u th\u1EBB tr\xEAn m\u1EE5c t\u1EC7p."},prioritizeColoredFileTags:{name:"Hi\u1EC7n th\u1EBB c\xF3 m\xE0u tr\u01B0\u1EDBc",desc:"S\u1EAFp x\u1EBFp th\u1EBB c\xF3 m\xE0u tr\u01B0\u1EDBc c\xE1c th\u1EBB kh\xE1c tr\xEAn m\u1EE5c t\u1EC7p."},showFileTagsInCompactMode:{name:"Hi\u1EC7n th\u1EBB t\u1EC7p \u1EDF ch\u1EBF \u0111\u1ED9 g\u1ECDn",desc:"Hi\u1EC3n th\u1ECB th\u1EBB khi ng\xE0y, xem tr\u01B0\u1EDBc v\xE0 \u1EA3nh b\u1ECB \u1EA9n."},showFileProperties:{name:"Hi\u1EC7n thu\u1ED9c t\xEDnh t\u1EC7p",desc:"Hi\u1EC3n th\u1ECB c\xE1c thu\u1ED9c t\xEDnh c\xF3 th\u1EC3 nh\u1EA5p trong m\u1EE5c t\u1EC7p."},colorFileProperties:{name:"T\xF4 m\xE0u thu\u1ED9c t\xEDnh t\u1EC7p",desc:"\xC1p d\u1EE5ng m\xE0u thu\u1ED9c t\xEDnh cho huy hi\u1EC7u thu\u1ED9c t\xEDnh tr\xEAn m\u1EE5c t\u1EC7p."},prioritizeColoredFileProperties:{name:"Hi\u1EC7n thu\u1ED9c t\xEDnh c\xF3 m\xE0u tr\u01B0\u1EDBc",desc:"S\u1EAFp x\u1EBFp thu\u1ED9c t\xEDnh c\xF3 m\xE0u tr\u01B0\u1EDBc c\xE1c thu\u1ED9c t\xEDnh kh\xE1c tr\xEAn m\u1EE5c t\u1EC7p."},showFilePropertiesInCompactMode:{name:"Hi\u1EC7n thu\u1ED9c t\xEDnh \u1EDF ch\u1EBF \u0111\u1ED9 g\u1ECDn",desc:"Hi\u1EC3n th\u1ECB thu\u1ED9c t\xEDnh khi ch\u1EBF \u0111\u1ED9 g\u1ECDn \u0111ang ho\u1EA1t \u0111\u1ED9ng."},notePropertyType:{name:"Thu\u1ED9c t\xEDnh ghi ch\xFA",desc:"Ch\u1ECDn thu\u1ED9c t\xEDnh ghi ch\xFA \u0111\u1EC3 hi\u1EC3n th\u1ECB trong c\xE1c m\u1EE5c t\u1EC7p.",options:{frontmatter:"Thu\u1ED9c t\xEDnh frontmatter",wordCount:"S\u1ED1 t\u1EEB",none:"Kh\xF4ng"}},propertyFields:{name:"Kh\xF3a thu\u1ED9c t\xEDnh (h\u1ED3 s\u01A1 kho)",desc:"C\xE1c kh\xF3a thu\u1ED9c t\xEDnh frontmatter, v\u1EDBi kh\u1EA3 n\u0103ng thi\u1EBFt l\u1EADp hi\u1EC3n th\u1ECB t\u1EEBng kh\xF3a cho \u0111i\u1EC1u h\u01B0\u1EDBng v\xE0 danh s\xE1ch t\u1EC7p.",addButtonTooltip:"C\u1EA5u h\xECnh kh\xF3a thu\u1ED9c t\xEDnh",noneConfigured:"Ch\u01B0a c\u1EA5u h\xECnh thu\u1ED9c t\xEDnh n\xE0o",singleConfigured:"1 thu\u1ED9c t\xEDnh \u0111\xE3 c\u1EA5u h\xECnh: {properties}",multipleConfigured:"{count} thu\u1ED9c t\xEDnh \u0111\xE3 c\u1EA5u h\xECnh: {properties}"},showPropertiesOnSeparateRows:{name:"Hi\u1EC3n th\u1ECB thu\u1ED9c t\xEDnh tr\xEAn c\xE1c d\xF2ng ri\xEAng",desc:"Hi\u1EC3n th\u1ECB m\u1ED7i thu\u1ED9c t\xEDnh tr\xEAn m\u1ED9t d\xF2ng ri\xEAng."},enablePropertyInternalLinks:{name:"Li\xEAn k\u1EBFt nh\xE3n thu\u1ED9c t\xEDnh v\u1EDBi ghi ch\xFA",desc:"Nh\u1EA5p v\xE0o nh\xE3n thu\u1ED9c t\xEDnh \u0111\u1EC3 m\u1EDF ghi ch\xFA \u0111\u01B0\u1EE3c li\xEAn k\u1EBFt."},enablePropertyExternalLinks:{name:"Li\xEAn k\u1EBFt nh\xE3n thu\u1ED9c t\xEDnh v\u1EDBi URL",desc:"Nh\u1EA5p v\xE0o nh\xE3n thu\u1ED9c t\xEDnh \u0111\u1EC3 m\u1EDF URL \u0111\u01B0\u1EE3c li\xEAn k\u1EBFt."},dateFormat:{name:"\u0110\u1ECBnh d\u1EA1ng ng\xE0y",desc:"\u0110\u1ECBnh d\u1EA1ng hi\u1EC3n th\u1ECB ng\xE0y (d\xF9ng \u0111\u1ECBnh d\u1EA1ng Moment).",placeholder:"D MMM YYYY",help:`\u0110\u1ECBnh d\u1EA1ng ph\u1ED5 bi\u1EBFn: +D MMM YYYY = 25 Th5 2022 +DD/MM/YYYY = 25/05/2022 +YYYY-MM-DD = 2022-05-25 + +Token: +YYYY/YY = n\u0103m +MMMM/MMM/MM = th\xE1ng +DD/D = ng\xE0y +dddd/ddd = th\u1EE9`,helpTooltip:"\u0110\u1ECBnh d\u1EA1ng v\u1EDBi Moment",momentLinkText:"\u0111\u1ECBnh d\u1EA1ng Moment"},timeFormat:{name:"\u0110\u1ECBnh d\u1EA1ng gi\u1EDD",desc:"\u0110\u1ECBnh d\u1EA1ng hi\u1EC3n th\u1ECB gi\u1EDD (d\xF9ng \u0111\u1ECBnh d\u1EA1ng Moment).",placeholder:"HH:mm",help:`\u0110\u1ECBnh d\u1EA1ng ph\u1ED5 bi\u1EBFn: +h:mm a = 2:30 PM (12 gi\u1EDD) +HH:mm = 14:30 (24 gi\u1EDD) +h:mm:ss a = 2:30:45 PM +HH:mm:ss = 14:30:45 + +Token: +HH/H = 24 gi\u1EDD +hh/h = 12 gi\u1EDD +mm = ph\xFAt +ss = gi\xE2y +a = SA/CH`,helpTooltip:"\u0110\u1ECBnh d\u1EA1ng v\u1EDBi Moment",momentLinkText:"\u0111\u1ECBnh d\u1EA1ng Moment"},showFilePreview:{name:"Hi\u1EC7n xem tr\u01B0\u1EDBc ghi ch\xFA",desc:"Hi\u1EC3n th\u1ECB v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc b\xEAn d\u01B0\u1EDBi t\xEAn ghi ch\xFA."},skipHeadingsInPreview:{name:"B\u1ECF qua ti\xEAu \u0111\u1EC1 trong xem tr\u01B0\u1EDBc",desc:"B\u1ECF qua d\xF2ng ti\xEAu \u0111\u1EC1 khi t\u1EA1o v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc."},skipCodeBlocksInPreview:{name:"B\u1ECF qua kh\u1ED1i code trong xem tr\u01B0\u1EDBc",desc:"B\u1ECF qua kh\u1ED1i code khi t\u1EA1o v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc."},stripHtmlInPreview:{name:"X\xF3a HTML trong xem tr\u01B0\u1EDBc",desc:"X\xF3a th\u1EBB HTML kh\u1ECFi v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc. C\xF3 th\u1EC3 \u1EA3nh h\u01B0\u1EDFng \u0111\u1EBFn hi\u1EC7u su\u1EA5t v\u1EDBi ghi ch\xFA l\u1EDBn."},stripLatexInPreview:{name:"X\xF3a LaTeX trong xem tr\u01B0\u1EDBc",desc:"X\xF3a bi\u1EC3u th\u1EE9c LaTeX n\u1ED9i tuy\u1EBFn v\xE0 kh\u1ED1i kh\u1ECFi v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc."},previewProperties:{name:"Thu\u1ED9c t\xEDnh xem tr\u01B0\u1EDBc",desc:"Danh s\xE1ch thu\u1ED9c t\xEDnh frontmatter ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y \u0111\u1EC3 ki\u1EC3m tra v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc. Thu\u1ED9c t\xEDnh \u0111\u1EA7u ti\xEAn c\xF3 v\u0103n b\u1EA3n s\u1EBD \u0111\u01B0\u1EE3c d\xF9ng.",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"Quay l\u1EA1i n\u1ED9i dung ghi ch\xFA",desc:"Hi\u1EC3n th\u1ECB n\u1ED9i dung ghi ch\xFA l\xE0m xem tr\u01B0\u1EDBc khi kh\xF4ng c\xF3 thu\u1ED9c t\xEDnh n\xE0o \u0111\u01B0\u1EE3c ch\u1EC9 \u0111\u1ECBnh ch\u1EE9a v\u0103n b\u1EA3n."},previewRows:{name:"D\xF2ng xem tr\u01B0\u1EDBc",desc:"S\u1ED1 d\xF2ng hi\u1EC3n th\u1ECB cho v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc.",options:{1:"1 d\xF2ng",2:"2 d\xF2ng",3:"3 d\xF2ng",4:"4 d\xF2ng",5:"5 d\xF2ng"}},fileNameRows:{name:"D\xF2ng ti\xEAu \u0111\u1EC1",desc:"S\u1ED1 d\xF2ng hi\u1EC3n th\u1ECB cho ti\xEAu \u0111\u1EC1 ghi ch\xFA.",options:{1:"1 d\xF2ng",2:"2 d\xF2ng"}},showFeatureImage:{name:"Hi\u1EC7n \u1EA3nh n\u1ED5i b\u1EADt",desc:"Hi\u1EC3n th\u1ECB h\xECnh thu nh\u1ECF c\u1EE7a h\xECnh \u1EA3nh \u0111\u1EA7u ti\xEAn trong ghi ch\xFA."},forceSquareFeatureImage:{name:"Bu\u1ED9c \u1EA3nh n\u1ED5i b\u1EADt vu\xF4ng",desc:"Hi\u1EC3n th\u1ECB \u1EA3nh n\u1ED5i b\u1EADt d\u1EA1ng thu nh\u1ECF vu\xF4ng."},featureImageProperties:{name:"Thu\u1ED9c t\xEDnh \u1EA3nh",desc:"Danh s\xE1ch thu\u1ED9c t\xEDnh frontmatter ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y \u0111\u1EC3 ki\u1EC3m tra tr\u01B0\u1EDBc. N\u1EBFu kh\xF4ng t\xECm th\u1EA5y, s\u1EED d\u1EE5ng \u1EA3nh \u0111\u1EA7u ti\xEAn trong n\u1ED9i dung markdown.",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"Lo\u1EA1i tr\u1EEB ghi ch\xFA c\xF3 thu\u1ED9c t\xEDnh",desc:"Danh s\xE1ch thu\u1ED9c t\xEDnh frontmatter ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y. Ghi ch\xFA ch\u1EE9a b\u1EA5t k\u1EF3 thu\u1ED9c t\xEDnh n\xE0o trong s\u1ED1 n\xE0y kh\xF4ng l\u01B0u tr\u1EEF \u1EA3nh n\u1ED5i b\u1EADt.",placeholder:"private, confidential"},featureImageSize:{name:"K\xEDch th\u01B0\u1EDBc hi\u1EC3n th\u1ECB \u1EA3nh n\u1ED5i b\u1EADt",desc:"K\xEDch th\u01B0\u1EDBc hi\u1EC3n th\u1ECB t\u1ED1i \u0111a cho \u1EA3nh n\u1ED5i b\u1EADt trong danh s\xE1ch ghi ch\xFA.",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"K\xEDch th\u01B0\u1EDBc pixel \u1EA3nh n\u1ED5i b\u1EADt",desc:"\u0110\u1ED9 ph\xE2n gi\u1EA3i \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng khi t\u1EA1o h\xECnh thu nh\u1ECF \u1EA3nh n\u1ED5i b\u1EADt \u0111\xE3 l\u01B0u. T\u0103ng gi\xE1 tr\u1ECB n\xE0y n\u1EBFu b\u1EA3n xem tr\u01B0\u1EDBc l\u1EDBn h\u01A1n b\u1ECB m\u1EDD.",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"T\u1EA3i h\xECnh \u1EA3nh b\xEAn ngo\xE0i",desc:"T\u1EA3i h\xECnh \u1EA3nh t\u1EEB xa v\xE0 h\xECnh thu nh\u1ECF YouTube cho h\xECnh \u1EA3nh n\u1ED5i b\u1EADt."},showRootFolder:{name:"Hi\u1EC7n th\u01B0 m\u1EE5c g\u1ED1c",desc:"Hi\u1EC3n th\u1ECB t\xEAn vault l\xE0m th\u01B0 m\u1EE5c g\u1ED1c trong c\xE2y."},showFolderIcons:{name:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng th\u01B0 m\u1EE5c",desc:"Hi\u1EC3n th\u1ECB bi\u1EC3u t\u01B0\u1EE3ng b\xEAn c\u1EA1nh th\u01B0 m\u1EE5c trong ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng."},inheritFolderColors:{name:"K\u1EBF th\u1EEBa m\xE0u th\u01B0 m\u1EE5c",desc:"Th\u01B0 m\u1EE5c con k\u1EBF th\u1EEBa m\xE0u t\u1EEB th\u01B0 m\u1EE5c cha."},folderSortOrder:{name:"Th\u1EE9 t\u1EF1 s\u1EAFp x\u1EBFp th\u01B0 m\u1EE5c",desc:"Nh\u1EA5p chu\u1ED9t ph\u1EA3i v\xE0o th\u01B0 m\u1EE5c b\u1EA5t k\u1EF3 \u0111\u1EC3 thi\u1EBFt l\u1EADp th\u1EE9 t\u1EF1 s\u1EAFp x\u1EBFp kh\xE1c cho c\xE1c m\u1EE5c con.",options:{alphaAsc:"A \u0111\u1EBFn Z",alphaDesc:"Z \u0111\u1EBFn A"}},showNoteCount:{name:"Hi\u1EC7n s\u1ED1 l\u01B0\u1EE3ng ghi ch\xFA",desc:"Hi\u1EC3n th\u1ECB s\u1ED1 l\u01B0\u1EE3ng ghi ch\xFA b\xEAn c\u1EA1nh m\u1ED7i th\u01B0 m\u1EE5c v\xE0 th\u1EBB."},showSectionIcons:{name:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng cho l\u1ED1i t\u1EAFt v\xE0 m\u1EE5c g\u1EA7n \u0111\xE2y",desc:"Hi\u1EC3n th\u1ECB bi\u1EC3u t\u01B0\u1EE3ng b\xEAn c\u1EA1nh c\xE1c m\u1EE5c trong ph\u1EA7n L\u1ED1i t\u1EAFt v\xE0 G\u1EA7n \u0111\xE2y."},interfaceIcons:{name:"Bi\u1EC3u t\u01B0\u1EE3ng giao di\u1EC7n",desc:"Ch\u1EC9nh s\u1EEDa bi\u1EC3u t\u01B0\u1EE3ng thanh c\xF4ng c\u1EE5, th\u01B0 m\u1EE5c, th\u1EBB, \u0111\xE3 ghim, t\xECm ki\u1EBFm v\xE0 s\u1EAFp x\u1EBFp.",buttonText:"Ch\u1EC9nh s\u1EEDa bi\u1EC3u t\u01B0\u1EE3ng"},showIconsColorOnly:{name:"Ch\u1EC9 \xE1p d\u1EE5ng m\xE0u cho bi\u1EC3u t\u01B0\u1EE3ng",desc:"Khi b\u1EADt, m\xE0u t\xF9y ch\u1EC9nh ch\u1EC9 \xE1p d\u1EE5ng cho bi\u1EC3u t\u01B0\u1EE3ng. Khi t\u1EAFt, m\xE0u \xE1p d\u1EE5ng cho c\u1EA3 bi\u1EC3u t\u01B0\u1EE3ng v\xE0 nh\xE3n v\u0103n b\u1EA3n."},navRainbowMode:{name:"Ch\u1EBF \u0111\u1ED9 m\xE0u c\u1EA7u v\u1ED3ng (h\u1ED3 s\u01A1 vault)",desc:"\xC1p d\u1EE5ng m\xE0u c\u1EA7u v\u1ED3ng trong b\u1EA3ng \u0111i\u1EC1u h\u01B0\u1EDBng.",options:{none:"T\u1EAFt",foreground:"M\xE0u ch\u1EEF",background:"M\xE0u n\u1EC1n"}},navRainbowFirstColor:{name:"M\xE0u \u0111\u1EA7u ti\xEAn",desc:"M\xE0u \u0111\u1EA7u ti\xEAn trong d\u1EA3i chuy\u1EC3n m\xE0u c\u1EA7u v\u1ED3ng."},navRainbowLastColor:{name:"M\xE0u cu\u1ED1i c\xF9ng",desc:"M\xE0u cu\u1ED1i c\xF9ng trong d\u1EA3i chuy\u1EC3n m\xE0u c\u1EA7u v\u1ED3ng."},navRainbowTransitionStyle:{name:"Ki\u1EC3u chuy\u1EC3n ti\u1EBFp",desc:"N\u1ED9i suy \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng gi\u1EEFa m\xE0u \u0111\u1EA7u ti\xEAn v\xE0 m\xE0u cu\u1ED1i c\xF9ng.",options:{hue:"S\u1EAFc \u0111\u1ED9",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\xC1p d\u1EE5ng cho l\u1ED1i t\u1EAFt",desc:"\xC1p d\u1EE5ng m\xE0u c\u1EA7u v\u1ED3ng cho l\u1ED1i t\u1EAFt."},navRainbowApplyToRecent:{name:"\xC1p d\u1EE5ng cho m\u1EE5c g\u1EA7n \u0111\xE2y",desc:"\xC1p d\u1EE5ng m\xE0u c\u1EA7u v\u1ED3ng cho m\u1EE5c g\u1EA7n \u0111\xE2y."},navRainbowApplyToFolders:{name:"\xC1p d\u1EE5ng cho th\u01B0 m\u1EE5c",desc:"\xC1p d\u1EE5ng m\xE0u c\u1EA7u v\u1ED3ng cho th\u01B0 m\u1EE5c."},navRainbowFolderScope:{name:"Ph\u1EA1m vi th\u01B0 m\u1EE5c",desc:"Ch\u1ECDn c\u1EA5p th\u01B0 m\u1EE5c b\u1EAFt \u0111\u1EA7u g\xE1n m\xE0u.",options:{root:"C\u1EA5p g\u1ED1c",child:"C\u1EA5p con",all:"M\u1ECDi c\u1EA5p"}},navRainbowApplyToTags:{name:"\xC1p d\u1EE5ng cho th\u1EBB",desc:"\xC1p d\u1EE5ng m\xE0u c\u1EA7u v\u1ED3ng cho th\u1EBB."},navRainbowTagScope:{name:"Ph\u1EA1m vi th\u1EBB",desc:"Ch\u1ECDn c\u1EA5p th\u1EBB b\u1EAFt \u0111\u1EA7u g\xE1n m\xE0u.",options:{root:"C\u1EA5p g\u1ED1c",child:"C\u1EA5p con",all:"M\u1ECDi c\u1EA5p"}},navRainbowApplyToProperties:{name:"\xC1p d\u1EE5ng cho thu\u1ED9c t\xEDnh",desc:"\xC1p d\u1EE5ng m\xE0u c\u1EA7u v\u1ED3ng cho thu\u1ED9c t\xEDnh."},navRainbowBalanceHueLuminance:{name:"\u0110\u1ED9 s\xE1ng \u0111\u1ED3ng nh\u1EA5t gi\u1EEFa c\xE1c s\u1EAFc \u0111\u1ED9",desc:"N\u1ED9i suy \u0111\u1ED9 s\xE1ng gi\u1EEFa m\xE0u b\u1EAFt \u0111\u1EA7u v\xE0 m\xE0u k\u1EBFt th\xFAc trong qu\xE1 tr\xECnh chuy\u1EC3n \u0111\u1ED5i s\u1EAFc \u0111\u1ED9."},navRainbowSeparateThemeColors:{name:"T\xE1ch ri\xEAng m\xE0u ch\u1EBF \u0111\u1ED9 s\xE1ng v\xE0 t\u1ED1i",desc:"S\u1EED d\u1EE5ng m\xE0u c\u1EA7u v\u1ED3ng kh\xE1c nhau cho ch\u1EBF \u0111\u1ED9 s\xE1ng v\xE0 ch\u1EBF \u0111\u1ED9 t\u1ED1i."},navRainbowCopyLightToDark:"Sao ch\xE9p m\xE0u ch\u1EBF \u0111\u1ED9 s\xE1ng sang ch\u1EBF \u0111\u1ED9 t\u1ED1i",navRainbowPropertyScope:{name:"Ph\u1EA1m vi thu\u1ED9c t\xEDnh",desc:"Ch\u1ECDn c\u1EA5p thu\u1ED9c t\xEDnh b\u1EAFt \u0111\u1EA7u g\xE1n m\xE0u.",options:{root:"C\u1EA5p g\u1ED1c",child:"C\u1EA5p con",all:"M\u1ECDi c\u1EA5p"}},collapseBehavior:{name:"Thu g\u1ECDn m\u1EE5c",desc:"Ch\u1ECDn n\xFAt m\u1EDF r\u1ED9ng/thu g\u1ECDn t\u1EA5t c\u1EA3 \u1EA3nh h\u01B0\u1EDFng \u0111\u1EBFn g\xEC.",options:{all:"T\u1EA5t c\u1EA3",foldersOnly:"Ch\u1EC9 th\u01B0 m\u1EE5c",tagsOnly:"Ch\u1EC9 th\u1EBB",propertiesOnly:"Ch\u1EC9 thu\u1ED9c t\xEDnh"}},smartCollapse:{name:"Gi\u1EEF m\u1EE5c \u0111\xE3 ch\u1ECDn m\u1EDF r\u1ED9ng",desc:"Khi thu g\u1ECDn, gi\u1EEF m\u1EE5c \u0111\xE3 ch\u1ECDn v\xE0 cha c\u1EE7a n\xF3 m\u1EDF r\u1ED9ng."},navIndent:{name:"Th\u1EE5t l\u1EC1 c\xE2y",desc:"\u0110i\u1EC1u ch\u1EC9nh \u0111\u1ED9 r\u1ED9ng th\u1EE5t l\u1EC1 cho th\u01B0 m\u1EE5c v\xE0 th\u1EBB l\u1ED3ng nhau."},navItemHeight:{name:"Chi\u1EC1u cao m\u1EE5c",desc:"\u0110i\u1EC1u ch\u1EC9nh chi\u1EC1u cao c\u1EE7a th\u01B0 m\u1EE5c v\xE0 th\u1EBB trong ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng."},navItemHeightScaleText:{name:"Co ch\u1EEF theo chi\u1EC1u cao m\u1EE5c",desc:"Gi\u1EA3m c\u1EE1 ch\u1EEF \u0111i\u1EC1u h\u01B0\u1EDBng khi gi\u1EA3m chi\u1EC1u cao m\u1EE5c."},showIndentGuides:{name:"Hi\u1EC3n th\u1ECB \u0111\u01B0\u1EDDng d\u1EABn th\u1EE5t l\u1EC1",desc:"Hi\u1EC3n th\u1ECB \u0111\u01B0\u1EDDng d\u1EABn th\u1EE5t l\u1EC1 cho c\xE1c th\u01B0 m\u1EE5c v\xE0 th\u1EBB l\u1ED3ng nhau."},navRootSpacing:{name:"Kho\u1EA3ng c\xE1ch m\u1EE5c g\u1ED1c",desc:"Kho\u1EA3ng c\xE1ch gi\u1EEFa c\xE1c th\u01B0 m\u1EE5c v\xE0 th\u1EBB c\u1EA5p g\u1ED1c."},showTags:{name:"Hi\u1EC7n th\u1EBB",desc:"Hi\u1EC3n th\u1ECB ph\u1EA7n th\u1EBB trong tr\xECnh \u0111i\u1EC1u h\u01B0\u1EDBng."},showTagIcons:{name:"Hi\u1EC7n bi\u1EC3u t\u01B0\u1EE3ng th\u1EBB",desc:"Hi\u1EC3n th\u1ECB bi\u1EC3u t\u01B0\u1EE3ng b\xEAn c\u1EA1nh th\u1EBB trong ng\u0103n \u0111i\u1EC1u h\u01B0\u1EDBng."},inheritTagColors:{name:"K\u1EBF th\u1EEBa m\xE0u th\u1EBB",desc:"Th\u1EBB con k\u1EBF th\u1EEBa m\xE0u t\u1EEB th\u1EBB cha."},tagSortOrder:{name:"Th\u1EE9 t\u1EF1 s\u1EAFp x\u1EBFp th\u1EBB",desc:"Nh\u1EA5p chu\u1ED9t ph\u1EA3i v\xE0o th\u1EBB b\u1EA5t k\u1EF3 \u0111\u1EC3 thi\u1EBFt l\u1EADp th\u1EE9 t\u1EF1 s\u1EAFp x\u1EBFp kh\xE1c cho c\xE1c m\u1EE5c con.",options:{alphaAsc:"A \u0111\u1EBFn Z",alphaDesc:"Z \u0111\u1EBFn A",frequency:"T\u1EA7n su\u1EA5t",lowToHigh:"th\u1EA5p \u0111\u1EBFn cao",highToLow:"cao \u0111\u1EBFn th\u1EA5p"}},showAllTagsFolder:{name:"Hi\u1EC7n th\u01B0 m\u1EE5c th\u1EBB",desc:'Hi\u1EC3n th\u1ECB "Th\u1EBB" nh\u01B0 th\u01B0 m\u1EE5c c\xF3 th\u1EC3 thu g\u1ECDn.'},showUntagged:{name:"Hi\u1EC7n ghi ch\xFA kh\xF4ng c\xF3 th\u1EBB",desc:'Hi\u1EC3n th\u1ECB m\u1EE5c "Kh\xF4ng c\xF3 th\u1EBB" cho ghi ch\xFA kh\xF4ng c\xF3 th\u1EBB n\xE0o.'},scopeTagsToCurrentContext:{name:"L\u1ECDc th\u1EBB theo l\u1EF1a ch\u1ECDn",desc:"Ch\u1EC9 hi\u1EC3n th\u1ECB th\u1EBB xu\u1EA5t hi\u1EC7n trong ghi ch\xFA thu\u1ED9c th\u01B0 m\u1EE5c ho\u1EB7c thu\u1ED9c t\xEDnh \u0111\xE3 ch\u1ECDn."},keepEmptyTagsProperty:{name:"Gi\u1EEF thu\u1ED9c t\xEDnh tags sau khi g\u1EE1 th\u1EBB cu\u1ED1i",desc:"Gi\u1EEF thu\u1ED9c t\xEDnh tags frontmatter khi t\u1EA5t c\u1EA3 th\u1EBB b\u1ECB g\u1EE1. Khi t\u1EAFt, thu\u1ED9c t\xEDnh tags b\u1ECB x\xF3a kh\u1ECFi frontmatter."},showProperties:{name:"Hi\u1EC3n th\u1ECB thu\u1ED9c t\xEDnh",desc:"Hi\u1EC3n th\u1ECB ph\u1EA7n thu\u1ED9c t\xEDnh trong tr\xECnh \u0111i\u1EC1u h\u01B0\u1EDBng.",propertyKeysInfoPrefix:"C\u1EA5u h\xECnh thu\u1ED9c t\xEDnh trong ",propertyKeysInfoLinkText:"Chung > Kh\xF3a thu\u1ED9c t\xEDnh",propertyKeysInfoSuffix:""},showPropertyIcons:{name:"Hi\u1EC3n th\u1ECB bi\u1EC3u t\u01B0\u1EE3ng thu\u1ED9c t\xEDnh",desc:"Hi\u1EC3n th\u1ECB bi\u1EC3u t\u01B0\u1EE3ng b\xEAn c\u1EA1nh thu\u1ED9c t\xEDnh trong b\u1EA3ng \u0111i\u1EC1u h\u01B0\u1EDBng."},inheritPropertyColors:{name:"K\u1EBF th\u1EEBa m\xE0u thu\u1ED9c t\xEDnh",desc:"Gi\xE1 tr\u1ECB thu\u1ED9c t\xEDnh k\u1EBF th\u1EEBa m\xE0u s\u1EAFc v\xE0 n\u1EC1n t\u1EEB kh\xF3a thu\u1ED9c t\xEDnh."},propertySortOrder:{name:"Th\u1EE9 t\u1EF1 s\u1EAFp x\u1EBFp thu\u1ED9c t\xEDnh",desc:"Nh\u1EA5p chu\u1ED9t ph\u1EA3i v\xE0o b\u1EA5t k\u1EF3 thu\u1ED9c t\xEDnh n\xE0o \u0111\u1EC3 \u0111\u1EB7t th\u1EE9 t\u1EF1 s\u1EAFp x\u1EBFp kh\xE1c cho c\xE1c gi\xE1 tr\u1ECB c\u1EE7a n\xF3.",options:{alphaAsc:"A \u0111\u1EBFn Z",alphaDesc:"Z \u0111\u1EBFn A",frequency:"T\u1EA7n su\u1EA5t",lowToHigh:"th\u1EA5p \u0111\u1EBFn cao",highToLow:"cao \u0111\u1EBFn th\u1EA5p"}},showAllPropertiesFolder:{name:"Hi\u1EC3n th\u1ECB th\u01B0 m\u1EE5c thu\u1ED9c t\xEDnh",desc:'Hi\u1EC3n th\u1ECB "Thu\u1ED9c t\xEDnh" d\u01B0\u1EDBi d\u1EA1ng th\u01B0 m\u1EE5c c\xF3 th\u1EC3 thu g\u1ECDn.'},scopePropertiesToCurrentContext:{name:"L\u1ECDc thu\u1ED9c t\xEDnh theo l\u1EF1a ch\u1ECDn",desc:"Ch\u1EC9 hi\u1EC3n th\u1ECB thu\u1ED9c t\xEDnh xu\u1EA5t hi\u1EC7n trong ghi ch\xFA thu\u1ED9c th\u01B0 m\u1EE5c ho\u1EB7c th\u1EBB \u0111\xE3 ch\u1ECDn."},hiddenTags:{name:"\u1EA8n th\u1EBB (h\u1ED3 s\u01A1 vault)",desc:"Danh s\xE1ch m\u1EABu th\u1EBB ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y. M\u1EABu t\xEAn: tag* (b\u1EAFt \u0111\u1EA7u b\u1EB1ng), *tag (k\u1EBFt th\xFAc b\u1EB1ng). M\u1EABu \u0111\u01B0\u1EDDng d\u1EABn: archive (th\u1EBB v\xE0 con ch\xE1u), archive/* (ch\u1EC9 con ch\xE1u), projects/*/drafts (k\xFD t\u1EF1 \u0111\u1EA1i di\u1EC7n \u1EDF gi\u1EEFa).",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\u1EA8n ghi ch\xFA c\xF3 th\u1EBB (h\u1ED3 s\u01A1 vault)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"B\u1EADt ghi ch\xFA th\u01B0 m\u1EE5c",desc:"Th\u01B0 m\u1EE5c c\xF3 t\u1EC7p ghi ch\xFA tr\xF9ng kh\u1EDBp \u0111\u01B0\u1EE3c hi\u1EC3n th\u1ECB d\u01B0\u1EDBi d\u1EA1ng li\xEAn k\u1EBFt c\xF3 th\u1EC3 nh\u1EA5p."},folderNoteType:{name:"Lo\u1EA1i ghi ch\xFA th\u01B0 m\u1EE5c m\u1EB7c \u0111\u1ECBnh",desc:"Lo\u1EA1i ghi ch\xFA th\u01B0 m\u1EE5c t\u1EA1o t\u1EEB menu ng\u1EEF c\u1EA3nh.",options:{ask:"H\u1ECFi khi t\u1EA1o",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"T\xEAn ghi ch\xFA th\u01B0 m\u1EE5c",desc:"T\xEAn ghi ch\xFA th\u01B0 m\u1EE5c kh\xF4ng c\xF3 ph\u1EA7n m\u1EDF r\u1ED9ng. \u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 d\xF9ng c\xF9ng t\xEAn v\u1EDBi th\u01B0 m\u1EE5c.",placeholder:"index"},folderNoteNamePattern:{name:"M\u1EABu t\xEAn ghi ch\xFA th\u01B0 m\u1EE5c",desc:"M\u1EABu t\xEAn cho ghi ch\xFA th\u01B0 m\u1EE5c kh\xF4ng c\xF3 ph\u1EA7n m\u1EDF r\u1ED9ng. D\xF9ng {{folder}} \u0111\u1EC3 ch\xE8n t\xEAn th\u01B0 m\u1EE5c. Khi \u0111\u01B0\u1EE3c \u0111\u1EB7t, t\xEAn ghi ch\xFA th\u01B0 m\u1EE5c kh\xF4ng \u0111\u01B0\u1EE3c \xE1p d\u1EE5ng."},folderNoteTemplate:{name:"M\u1EABu ghi ch\xFA th\u01B0 m\u1EE5c",desc:"T\u1EC7p m\u1EABu cho ghi ch\xFA th\u01B0 m\u1EE5c Markdown m\u1EDBi. \u0110\u1EB7t v\u1ECB tr\xED th\u01B0 m\u1EE5c m\u1EABu trong Chung > M\u1EABu."},enableFolderNoteLinks:{name:"B\u1EADt li\xEAn k\u1EBFt ghi ch\xFA th\u01B0 m\u1EE5c",desc:"Nh\xE3n th\u01B0 m\u1EE5c \u0111\u01B0\u1EE3c hi\u1EC3n th\u1ECB d\u01B0\u1EDBi d\u1EA1ng li\xEAn k\u1EBFt v\xE0 m\u1EDF ghi ch\xFA th\u01B0 m\u1EE5c khi nh\u1EA5p. Khi t\u1EAFt, ghi ch\xFA th\u01B0 m\u1EE5c v\u1EABn cung c\u1EA5p si\xEAu d\u1EEF li\u1EC7u t\xEAn, bi\u1EC3u t\u01B0\u1EE3ng v\xE0 m\xE0u."},hideFolderNoteInList:{name:"\u1EA8n ghi ch\xFA th\u01B0 m\u1EE5c trong danh s\xE1ch",desc:"\u1EA8n ghi ch\xFA th\u01B0 m\u1EE5c kh\u1ECFi danh s\xE1ch t\u1EC7p."},pinCreatedFolderNote:{name:"Ghim ghi ch\xFA th\u01B0 m\u1EE5c \u0111\xE3 t\u1EA1o",desc:"Ghim ghi ch\xFA th\u01B0 m\u1EE5c khi t\u1EA1o t\u1EEB menu ng\u1EEF c\u1EA3nh."},openFolderNotesInNewTab:{name:"M\u1EDF ghi ch\xFA th\u01B0 m\u1EE5c trong tab m\u1EDBi",desc:"M\u1EDF ghi ch\xFA th\u01B0 m\u1EE5c trong tab m\u1EDBi khi nh\u1EA5p v\xE0o th\u01B0 m\u1EE5c."},confirmBeforeDelete:{name:"X\xE1c nh\u1EADn tr\u01B0\u1EDBc khi x\xF3a",desc:"Hi\u1EC7n h\u1ED9p tho\u1EA1i x\xE1c nh\u1EADn khi x\xF3a ghi ch\xFA ho\u1EB7c th\u01B0 m\u1EE5c"},deleteAttachments:{name:"X\xF3a t\u1EC7p \u0111\xEDnh k\xE8m khi x\xF3a t\u1EC7p",desc:"T\u1EF1 \u0111\u1ED9ng x\xF3a t\u1EC7p \u0111\xEDnh k\xE8m li\xEAn k\u1EBFt v\u1EDBi t\u1EC7p \u0111\xE3 x\xF3a n\u1EBFu ch\xFAng kh\xF4ng \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng \u1EDF n\u01A1i kh\xE1c",options:{ask:"H\u1ECFi m\u1ED7i l\u1EA7n",always:"Lu\xF4n lu\xF4n",never:"Kh\xF4ng bao gi\u1EDD"}},moveFileConflicts:{name:"Xung \u0111\u1ED9t di chuy\u1EC3n",desc:"Khi di chuy\u1EC3n t\u1EC7p v\xE0o th\u01B0 m\u1EE5c \u0111\xE3 c\xF3 t\u1EC7p c\xF9ng t\xEAn. H\u1ECFi m\u1ED7i l\u1EA7n (\u0111\u1ED5i t\xEAn, ghi \u0111\xE8, h\u1EE7y) ho\u1EB7c lu\xF4n \u0111\u1ED5i t\xEAn.",options:{ask:"H\u1ECFi m\u1ED7i l\u1EA7n",rename:"Lu\xF4n \u0111\u1ED5i t\xEAn"}},metadataCleanup:{name:"D\u1ECDn d\u1EB9p metadata",desc:"G\u1EE1 metadata m\u1ED3 c\xF4i c\xF2n s\xF3t l\u1EA1i khi t\u1EC7p, th\u01B0 m\u1EE5c ho\u1EB7c th\u1EBB b\u1ECB x\xF3a, di chuy\u1EC3n ho\u1EB7c \u0111\u1ED5i t\xEAn b\xEAn ngo\xE0i Obsidian. \u0110i\u1EC1u n\xE0y ch\u1EC9 \u1EA3nh h\u01B0\u1EDFng \u0111\u1EBFn t\u1EC7p c\xE0i \u0111\u1EB7t Notebook Navigator.",buttonText:"D\u1ECDn d\u1EB9p metadata",error:"D\u1ECDn d\u1EB9p c\xE0i \u0111\u1EB7t th\u1EA5t b\u1EA1i",loading:"\u0110ang ki\u1EC3m tra metadata...",statusClean:"Kh\xF4ng c\xF3 metadata c\u1EA7n d\u1ECDn",statusCounts:"M\u1EE5c m\u1ED3 c\xF4i: {folders} th\u01B0 m\u1EE5c, {tags} th\u1EBB, {properties} thu\u1ED9c t\xEDnh, {files} t\u1EC7p, {pinned} ghim, {separators} d\u1EA5u ph\xE2n c\xE1ch"},rebuildCache:{name:"X\xE2y d\u1EF1ng l\u1EA1i cache",desc:"D\xF9ng n\u1EBFu b\u1EA1n g\u1EB7p th\u1EBB b\u1ECB thi\u1EBFu, xem tr\u01B0\u1EDBc kh\xF4ng \u0111\xFAng ho\u1EB7c \u1EA3nh n\u1ED5i b\u1EADt b\u1ECB thi\u1EBFu. \u0110i\u1EC1u n\xE0y c\xF3 th\u1EC3 x\u1EA3y ra sau xung \u0111\u1ED9t \u0111\u1ED3ng b\u1ED9 ho\u1EB7c \u0111\xF3ng b\u1EA5t th\u01B0\u1EDDng.",buttonText:"X\xE2y d\u1EF1ng l\u1EA1i cache",error:"Kh\xF4ng th\u1EC3 x\xE2y d\u1EF1ng l\u1EA1i cache",indexingTitle:"\u0110ang l\u1EADp ch\u1EC9 m\u1EE5c vault...",progress:"\u0110ang c\u1EADp nh\u1EADt cache Notebook Navigator."},externalIcons:{downloadButton:"T\u1EA3i v\u1EC1",downloadingLabel:"\u0110ang t\u1EA3i...",removeButton:"G\u1EE1 b\u1ECF",statusInstalled:"\u0110\xE3 t\u1EA3i (phi\xEAn b\u1EA3n {version})",statusNotInstalled:"Ch\u01B0a t\u1EA3i",versionUnknown:"kh\xF4ng r\xF5",downloadFailed:"Kh\xF4ng th\u1EC3 t\u1EA3i {name}. Ki\u1EC3m tra k\u1EBFt n\u1ED1i v\xE0 th\u1EED l\u1EA1i.",removeFailed:"Kh\xF4ng th\u1EC3 g\u1EE1 {name}.",infoNote:"G\xF3i bi\u1EC3u t\u01B0\u1EE3ng \u0111\xE3 t\u1EA3i \u0111\u1ED3ng b\u1ED9 tr\u1EA1ng th\xE1i c\xE0i \u0111\u1EB7t gi\u1EEFa c\xE1c thi\u1EBFt b\u1ECB. G\xF3i bi\u1EC3u t\u01B0\u1EE3ng \u1EDF trong c\u01A1 s\u1EDF d\u1EEF li\u1EC7u c\u1EE5c b\u1ED9 tr\xEAn m\u1ED7i thi\u1EBFt b\u1ECB; \u0111\u1ED3ng b\u1ED9 ch\u1EC9 theo d\xF5i t\u1EA3i hay g\u1EE1. G\xF3i bi\u1EC3u t\u01B0\u1EE3ng t\u1EA3i t\u1EEB kho Notebook Navigator (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)."},useFrontmatterDates:{name:"D\xF9ng metadata frontmatter",desc:"D\xF9ng frontmatter cho t\xEAn ghi ch\xFA, d\u1EA5u th\u1EDDi gian, bi\u1EC3u t\u01B0\u1EE3ng v\xE0 m\xE0u"},frontmatterIconField:{name:"Tr\u01B0\u1EDDng bi\u1EC3u t\u01B0\u1EE3ng",desc:"Tr\u01B0\u1EDDng frontmatter cho bi\u1EC3u t\u01B0\u1EE3ng t\u1EC7p. \u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 d\xF9ng bi\u1EC3u t\u01B0\u1EE3ng l\u01B0u trong c\xE0i \u0111\u1EB7t.",placeholder:"icon"},frontmatterColorField:{name:"Tr\u01B0\u1EDDng m\xE0u",desc:"Tr\u01B0\u1EDDng frontmatter cho m\xE0u t\u1EC7p. \u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 d\xF9ng m\xE0u l\u01B0u trong c\xE0i \u0111\u1EB7t.",placeholder:"color"},frontmatterBackgroundField:{name:"Tr\u01B0\u1EDDng n\u1EC1n",desc:"Tr\u01B0\u1EDDng frontmatter cho m\xE0u n\u1EC1n. \u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 d\xF9ng m\xE0u n\u1EC1n l\u01B0u trong c\xE0i \u0111\u1EB7t.",placeholder:"background"},frontmatterMigration:{name:"Di chuy\u1EC3n bi\u1EC3u t\u01B0\u1EE3ng v\xE0 m\xE0u t\u1EEB c\xE0i \u0111\u1EB7t",desc:"L\u01B0u trong c\xE0i \u0111\u1EB7t: {icons} bi\u1EC3u t\u01B0\u1EE3ng, {colors} m\xE0u.",button:"Di chuy\u1EC3n",buttonWorking:"\u0110ang di chuy\u1EC3n...",noticeNone:"Kh\xF4ng c\xF3 bi\u1EC3u t\u01B0\u1EE3ng ho\u1EB7c m\xE0u t\u1EC7p l\u01B0u trong c\xE0i \u0111\u1EB7t.",noticeDone:"\u0110\xE3 di chuy\u1EC3n {migratedIcons}/{icons} bi\u1EC3u t\u01B0\u1EE3ng, {migratedColors}/{colors} m\xE0u.",noticeFailures:"M\u1EE5c th\u1EA5t b\u1EA1i: {failures}.",noticeError:"Di chuy\u1EC3n th\u1EA5t b\u1EA1i. Ki\u1EC3m tra console \u0111\u1EC3 bi\u1EBFt chi ti\u1EBFt."},frontmatterNameField:{name:"C\xE1c tr\u01B0\u1EDDng t\xEAn",desc:"Danh s\xE1ch tr\u01B0\u1EDDng frontmatter ph\xE2n c\xE1ch b\u1EB1ng d\u1EA5u ph\u1EA9y. S\u1EED d\u1EE5ng gi\xE1 tr\u1ECB kh\xF4ng tr\u1ED1ng \u0111\u1EA7u ti\xEAn. Quay l\u1EA1i t\xEAn t\u1EC7p.",placeholder:"title, name"},frontmatterCreatedField:{name:"Tr\u01B0\u1EDDng d\u1EA5u th\u1EDDi gian t\u1EA1o",desc:"T\xEAn tr\u01B0\u1EDDng frontmatter cho d\u1EA5u th\u1EDDi gian t\u1EA1o. \u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 ch\u1EC9 d\xF9ng ng\xE0y h\u1EC7 th\u1ED1ng t\u1EC7p.",placeholder:"created"},frontmatterModifiedField:{name:"Tr\u01B0\u1EDDng d\u1EA5u th\u1EDDi gian s\u1EEDa",desc:"T\xEAn tr\u01B0\u1EDDng frontmatter cho d\u1EA5u th\u1EDDi gian s\u1EEDa. \u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 ch\u1EC9 d\xF9ng ng\xE0y h\u1EC7 th\u1ED1ng t\u1EC7p.",placeholder:"modified"},frontmatterDateFormat:{name:"\u0110\u1ECBnh d\u1EA1ng d\u1EA5u th\u1EDDi gian",desc:"\u0110\u1ECBnh d\u1EA1ng d\xF9ng \u0111\u1EC3 ph\xE2n t\xEDch d\u1EA5u th\u1EDDi gian trong frontmatter. \u0110\u1EC3 tr\u1ED1ng \u0111\u1EC3 d\xF9ng \u0111\u1ECBnh d\u1EA1ng ISO 8601",helpTooltip:"\u0110\u1ECBnh d\u1EA1ng v\u1EDBi Moment",momentLinkText:"\u0111\u1ECBnh d\u1EA1ng Moment",help:`\u0110\u1ECBnh d\u1EA1ng ph\u1ED5 bi\u1EBFn: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"H\u1ED7 tr\u1EE3 ph\xE1t tri\u1EC3n",desc:"N\u1EBFu b\u1EA1n th\xEDch d\xF9ng Notebook Navigator, h\xE3y c\xE2n nh\u1EAFc h\u1ED7 tr\u1EE3 vi\u1EC7c ph\xE1t tri\u1EC3n li\xEAn t\u1EE5c.",buttonText:"\u2764\uFE0F T\xE0i tr\u1EE3",coffeeButton:"\u2615\uFE0F Mua cho t\xF4i m\u1ED9t ly c\xE0 ph\xEA"},updateCheckOnStart:{name:"Ki\u1EC3m tra phi\xEAn b\u1EA3n m\u1EDBi khi kh\u1EDFi \u0111\u1ED9ng",desc:"Ki\u1EC3m tra b\u1EA3n ph\xE1t h\xE0nh plugin m\u1EDBi khi kh\u1EDFi \u0111\u1ED9ng v\xE0 hi\u1EC7n th\xF4ng b\xE1o khi c\xF3 b\u1EA3n c\u1EADp nh\u1EADt. Ki\u1EC3m tra x\u1EA3y ra t\u1ED1i \u0111a m\u1ED9t l\u1EA7n m\u1ED7i ng\xE0y.",status:"C\xF3 phi\xEAn b\u1EA3n m\u1EDBi: {version}"},whatsNew:{name:"C\xF3 g\xEC m\u1EDBi trong Notebook Navigator {version}",desc:"Xem c\u1EADp nh\u1EADt v\xE0 c\u1EA3i ti\u1EBFn g\u1EA7n \u0111\xE2y",buttonText:"Xem c\u1EADp nh\u1EADt g\u1EA7n \u0111\xE2y"},masteringVideo:{name:"L\xE0m ch\u1EE7 Notebook Navigator (video)",desc:"Video n\xE0y bao g\u1ED3m m\u1ECDi th\u1EE9 b\u1EA1n c\u1EA7n \u0111\u1EC3 l\xE0m vi\u1EC7c hi\u1EC7u qu\u1EA3 v\u1EDBi Notebook Navigator, bao g\u1ED3m ph\xEDm t\u1EAFt, t\xECm ki\u1EBFm, th\u1EBB v\xE0 t\xF9y ch\u1EC9nh n\xE2ng cao."},cacheStatistics:{localCache:"Cache c\u1EE5c b\u1ED9",items:"m\u1EE5c",withTags:"c\xF3 th\u1EBB",withPreviewText:"c\xF3 v\u0103n b\u1EA3n xem tr\u01B0\u1EDBc",withFeatureImage:"c\xF3 \u1EA3nh n\u1ED5i b\u1EADt",withMetadata:"c\xF3 metadata"},metadataInfo:{successfullyParsed:"\u0110\xE3 ph\xE2n t\xEDch th\xE0nh c\xF4ng",itemsWithName:"m\u1EE5c c\xF3 t\xEAn",withCreatedDate:"c\xF3 ng\xE0y t\u1EA1o",withModifiedDate:"c\xF3 ng\xE0y s\u1EEDa",withIcon:"c\xF3 bi\u1EC3u t\u01B0\u1EE3ng",withColor:"c\xF3 m\xE0u",failedToParse:"Kh\xF4ng th\u1EC3 ph\xE2n t\xEDch",createdDates:"ng\xE0y t\u1EA1o",modifiedDates:"ng\xE0y s\u1EEDa",checkTimestampFormat:"Ki\u1EC3m tra \u0111\u1ECBnh d\u1EA1ng d\u1EA5u th\u1EDDi gian.",exportFailed:"Xu\u1EA5t l\u1ED7i"}}},whatsNew:{title:"C\xF3 g\xEC m\u1EDBi trong Notebook Navigator",supportMessage:"N\u1EBFu b\u1EA1n th\u1EA5y Notebook Navigator h\u1EEFu \xEDch, h\xE3y c\xE2n nh\u1EAFc h\u1ED7 tr\u1EE3 vi\u1EC7c ph\xE1t tri\u1EC3n.",supportButton:"Mua cho t\xF4i m\u1ED9t ly c\xE0 ph\xEA",thanksButton:"C\u1EA3m \u01A1n!"}}});var jw,JO=He(()=>{jw={common:{cancel:"\u53D6\u6D88",delete:"\u5220\u9664",clear:"\u6E05\u9664",remove:"\u79FB\u9664",restoreDefault:"\u6062\u590D\u9ED8\u8BA4",submit:"\u63D0\u4EA4",configure:"\u914D\u7F6E",lightMode:"\u6D45\u8272\u6A21\u5F0F",darkMode:"\u6DF1\u8272\u6A21\u5F0F",noSelection:"\u672A\u9009\u62E9",untagged:"\u65E0\u6807\u7B7E",featureImageAlt:"\u7279\u8272\u56FE\u7247",unknownError:"\u672A\u77E5\u9519\u8BEF",clipboardWriteError:"\u65E0\u6CD5\u5199\u5165\u526A\u8D34\u677F",updateBannerTitle:"Notebook Navigator \u6709\u53EF\u7528\u66F4\u65B0",updateBannerInstruction:"\u5728\u8BBE\u7F6E -> \u793E\u533A\u63D2\u4EF6\u4E2D\u66F4\u65B0",previous:"\u4E0A\u4E00\u4E2A",next:"\u4E0B\u4E00\u4E2A"},listPane:{emptyStateNoSelection:"\u9009\u62E9\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u4EE5\u67E5\u770B\u7B14\u8BB0",emptyStateNoNotes:"\u65E0\u7B14\u8BB0",pinnedSection:"\u5DF2\u56FA\u5B9A",notesSection:"\u7B14\u8BB0",filesSection:"\u6587\u4EF6",hiddenItemAriaLabel:"{name} (\u5DF2\u9690\u85CF)"},tagList:{untaggedLabel:"\u65E0\u6807\u7B7E",tags:"\u6807\u7B7E"},navigationPane:{shortcutsHeader:"\u5FEB\u6377\u65B9\u5F0F",recentFilesHeader:"\u6700\u8FD1\u6587\u4EF6",properties:"\u5C5E\u6027",reorderRootFoldersTitle:"\u91CD\u65B0\u6392\u5217\u5BFC\u822A",reorderRootFoldersHint:"\u4F7F\u7528\u7BAD\u5934\u6216\u62D6\u52A8\u6765\u91CD\u65B0\u6392\u5217",vaultRootLabel:"\u4ED3\u5E93",resetRootToAlpha:"\u91CD\u7F6E\u4E3A\u5B57\u6BCD\u987A\u5E8F",resetRootToFrequency:"\u91CD\u7F6E\u4E3A\u9891\u7387\u6392\u5E8F",pinShortcuts:"\u56FA\u5B9A\u5FEB\u6377\u65B9\u5F0F",pinShortcutsAndRecentFiles:"\u56FA\u5B9A\u5FEB\u6377\u65B9\u5F0F\u548C\u6700\u8FD1\u6587\u4EF6",unpinShortcuts:"\u53D6\u6D88\u56FA\u5B9A\u5FEB\u6377\u65B9\u5F0F",unpinShortcutsAndRecentFiles:"\u53D6\u6D88\u56FA\u5B9A\u5FEB\u6377\u65B9\u5F0F\u548C\u6700\u8FD1\u6587\u4EF6",profileMenuAria:"\u66F4\u6539\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6"},navigationCalendar:{ariaLabel:"\u5BFC\u822A\u65E5\u5386",dailyNotesNotEnabled:"\u672A\u542F\u7528\u6BCF\u65E5\u7B14\u8BB0\u3002\u8BF7\u5728 Obsidian \u8BBE\u7F6E \u2192 \u6838\u5FC3\u63D2\u4EF6\u4E2D\u542F\u7528\u6BCF\u65E5\u7B14\u8BB0\u3002",createDailyNote:{title:"\u521B\u5EFA\u6BCF\u65E5\u7B14\u8BB0",message:"\u6BCF\u65E5\u7B14\u8BB0 {filename} \u4E0D\u5B58\u5728\u3002\u662F\u5426\u521B\u5EFA\uFF1F",confirmButton:"\u521B\u5EFA"},helpModal:{title:"\u65E5\u5386\u5FEB\u6377\u952E",items:["\u70B9\u51FB\u4EFB\u610F\u65E5\u671F\u4EE5\u6253\u5F00\u6216\u521B\u5EFA\u6BCF\u65E5\u7B14\u8BB0\u3002\u5468\u3001\u6708\u3001\u5B63\u5EA6\u548C\u5E74\u4EFD\u7684\u64CD\u4F5C\u65B9\u5F0F\u76F8\u540C\u3002","\u65E5\u671F\u4E0B\u65B9\u7684\u5B9E\u5FC3\u5706\u70B9\u8868\u793A\u6709\u7B14\u8BB0\u3002\u7A7A\u5FC3\u5706\u70B9\u8868\u793A\u6709\u672A\u5B8C\u6210\u7684\u4EFB\u52A1\u3002","\u5982\u679C\u7B14\u8BB0\u6709\u7279\u8272\u56FE\u7247\uFF0C\u5B83\u4F1A\u663E\u793A\u4E3A\u8BE5\u65E5\u671F\u7684\u80CC\u666F\u3002"],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u70B9\u51FB\u65E5\u671F\uFF0C\u6309\u8BE5\u65E5\u671F\u7B5B\u9009\u6587\u4EF6\u5217\u8868\u3002",dateFilterOptionAlt:"`Option/Alt`+\u70B9\u51FB\u65E5\u671F\uFF0C\u6309\u8BE5\u65E5\u671F\u7B5B\u9009\u6587\u4EF6\u5217\u8868\u3002"}},dailyNotes:{templateReadFailed:"\u8BFB\u53D6\u6BCF\u65E5\u7B14\u8BB0\u6A21\u677F\u5931\u8D25",createFailed:"\u521B\u5EFA\u6BCF\u65E5\u7B14\u8BB0\u5931\u8D25"},shortcuts:{folderExists:"\u6587\u4EF6\u5939\u5DF2\u5728\u5FEB\u6377\u65B9\u5F0F\u4E2D",noteExists:"\u7B14\u8BB0\u5DF2\u5728\u5FEB\u6377\u65B9\u5F0F\u4E2D",tagExists:"\u6807\u7B7E\u5DF2\u5728\u5FEB\u6377\u65B9\u5F0F\u4E2D",propertyExists:"\u5C5E\u6027\u5DF2\u5728\u5FEB\u6377\u65B9\u5F0F\u4E2D",invalidProperty:"\u65E0\u6548\u7684\u5C5E\u6027\u5FEB\u6377\u65B9\u5F0F",searchExists:"\u641C\u7D22\u5FEB\u6377\u65B9\u5F0F\u5DF2\u5B58\u5728",emptySearchQuery:"\u4FDD\u5B58\u524D\u8BF7\u8F93\u5165\u641C\u7D22\u67E5\u8BE2",emptySearchName:"\u4FDD\u5B58\u641C\u7D22\u524D\u8BF7\u8F93\u5165\u540D\u79F0",add:"\u6DFB\u52A0\u5230\u5FEB\u6377\u65B9\u5F0F",addNotesCount:"\u6DFB\u52A0 {count} \u4E2A\u7B14\u8BB0\u5230\u5FEB\u6377\u65B9\u5F0F",addFilesCount:"\u6DFB\u52A0 {count} \u4E2A\u6587\u4EF6\u5230\u5FEB\u6377\u65B9\u5F0F",rename:"\u91CD\u547D\u540D\u5FEB\u6377\u65B9\u5F0F",remove:"\u4ECE\u5FEB\u6377\u65B9\u5F0F\u79FB\u9664",removeAll:"\u79FB\u9664\u6240\u6709\u5FEB\u6377\u65B9\u5F0F",removeAllConfirm:"\u79FB\u9664\u6240\u6709\u5FEB\u6377\u65B9\u5F0F\uFF1F",folderNotesPinned:"\u5DF2\u56FA\u5B9A {count} \u4E2A\u6587\u4EF6\u5939\u7B14\u8BB0"},paneHeader:{collapseAllFolders:"\u6298\u53E0\u9879\u76EE",expandAllFolders:"\u5C55\u5F00\u6240\u6709\u9879\u76EE",showCalendar:"\u663E\u793A\u65E5\u5386",hideCalendar:"\u9690\u85CF\u65E5\u5386",newFolder:"\u65B0\u5EFA\u6587\u4EF6\u5939",newNote:"\u65B0\u7B14\u8BB0",mobileBackToNavigation:"\u8FD4\u56DE\u5BFC\u822A",changeSortOrder:"\u66F4\u6539\u6392\u5E8F\u65B9\u5F0F",defaultSort:"\u9ED8\u8BA4",descendants:"\u5B50\u9879",subfolders:"\u5B50\u6587\u4EF6\u5939",subtags:"\u5B50\u6807\u7B7E",childValues:"\u5B50\u503C",applySortToDescendants:t=>`\u5C06\u6392\u5E8F\u5E94\u7528\u5230${t}`,applyAppearanceToDescendants:t=>`\u5C06\u5916\u89C2\u5E94\u7528\u5230${t}`,showFolders:"\u663E\u793A\u5BFC\u822A",reorderRootFolders:"\u91CD\u65B0\u6392\u5217\u5BFC\u822A",finishRootFolderReorder:"\u5B8C\u6210",showExcludedItems:"\u663E\u793A\u9690\u85CF\u7684\u6587\u4EF6\u5939\u3001\u6807\u7B7E\u548C\u7B14\u8BB0",hideExcludedItems:"\u9690\u85CF\u9690\u85CF\u7684\u6587\u4EF6\u5939\u3001\u6807\u7B7E\u548C\u7B14\u8BB0",showDualPane:"\u663E\u793A\u53CC\u7A97\u683C",showSinglePane:"\u663E\u793A\u5355\u7A97\u683C",changeAppearance:"\u66F4\u6539\u5916\u89C2",showNotesFromSubfolders:"\u663E\u793A\u5B50\u6587\u4EF6\u5939\u7684\u7B14\u8BB0",showFilesFromSubfolders:"\u663E\u793A\u5B50\u6587\u4EF6\u5939\u7684\u6587\u4EF6",showNotesFromDescendants:"\u663E\u793A\u540E\u4EE3\u7684\u7B14\u8BB0",showFilesFromDescendants:"\u663E\u793A\u540E\u4EE3\u7684\u6587\u4EF6",search:"\u641C\u7D22"},searchInput:{placeholder:"\u641C\u7D22...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\u6E05\u9664\u641C\u7D22",switchToFilterSearch:"\u5207\u6362\u5230\u7B5B\u9009\u641C\u7D22",switchToOmnisearch:"\u5207\u6362\u5230 Omnisearch",saveSearchShortcut:"\u5C06\u641C\u7D22\u4FDD\u5B58\u5230\u5FEB\u6377\u65B9\u5F0F",removeSearchShortcut:"\u4ECE\u5FEB\u6377\u65B9\u5F0F\u79FB\u9664\u641C\u7D22",shortcutModalTitle:"\u4FDD\u5B58\u641C\u7D22\u5FEB\u6377\u65B9\u5F0F",shortcutNamePlaceholder:"\u8F93\u5165\u5FEB\u6377\u65B9\u5F0F\u540D\u79F0",shortcutStartIn:"\u59CB\u7EC8\u4ECE\u6B64\u5904\u5F00\u59CB: {path}",searchHelp:"\u641C\u7D22\u8BED\u6CD5",searchHelpTitle:"\u641C\u7D22\u8BED\u6CD5",searchHelpModal:{intro:"\u5728\u4E00\u4E2A\u67E5\u8BE2\u4E2D\u7EC4\u5408\u6587\u4EF6\u540D\u3001\u5C5E\u6027\u3001\u6807\u7B7E\u3001\u65E5\u671F\u548C\u8FC7\u6EE4\u5668\uFF08\u4F8B\u5982\uFF1A`meeting .status=active #work @thisweek`\uFF09\u3002\u5B89\u88C5 Omnisearch \u63D2\u4EF6\u4EE5\u4F7F\u7528\u5168\u6587\u641C\u7D22\u3002",introSwitching:"\u4F7F\u7528\u4E0A/\u4E0B\u7BAD\u5934\u952E\u6216\u70B9\u51FB\u641C\u7D22\u56FE\u6807\u5728\u8FC7\u6EE4\u641C\u7D22\u548C Omnisearch \u4E4B\u95F4\u5207\u6362\u3002",sections:{fileNames:{title:"\u6587\u4EF6\u540D",items:['`word` \u67E5\u627E\u6587\u4EF6\u540D\u4E2D\u542B\u6709 "word" \u7684\u7B14\u8BB0\u3002',"`word1 word2` \u6BCF\u4E2A\u8BCD\u90FD\u5FC5\u987B\u5339\u914D\u6587\u4EF6\u540D\u3002",'`-word` \u6392\u9664\u6587\u4EF6\u540D\u4E2D\u542B\u6709 "word" \u7684\u7B14\u8BB0\u3002']},tags:{title:"\u6807\u7B7E",items:["`#tag` \u5305\u542B\u5E26\u6709\u6807\u7B7E\u7684\u7B14\u8BB0\uFF08\u4E5F\u5339\u914D\u5D4C\u5957\u6807\u7B7E\u5982 `#tag/subtag`\uFF09\u3002","`#` \u4EC5\u5305\u542B\u6709\u6807\u7B7E\u7684\u7B14\u8BB0\u3002","`-#tag` \u6392\u9664\u5E26\u6709\u6807\u7B7E\u7684\u7B14\u8BB0\u3002","`-#` \u4EC5\u5305\u542B\u65E0\u6807\u7B7E\u7684\u7B14\u8BB0\u3002","`#tag1 #tag2` \u5339\u914D\u4E24\u4E2A\u6807\u7B7E\uFF08\u9690\u5F0F AND\uFF09\u3002","`#tag1 AND #tag2` \u5339\u914D\u4E24\u4E2A\u6807\u7B7E\uFF08\u663E\u5F0F AND\uFF09\u3002","`#tag1 OR #tag2` \u5339\u914D\u4EFB\u4E00\u6807\u7B7E\u3002","`#a OR #b AND #c` AND \u4F18\u5148\u7EA7\u66F4\u9AD8\uFF1A\u5339\u914D `#a`\uFF0C\u6216\u540C\u65F6\u5339\u914D `#b` \u548C `#c`\u3002","Cmd/Ctrl+\u70B9\u51FB\u6807\u7B7E\u4EE5 AND \u65B9\u5F0F\u6DFB\u52A0\u3002Cmd/Ctrl+Shift+\u70B9\u51FB\u4EE5 OR \u65B9\u5F0F\u6DFB\u52A0\u3002"]},properties:{title:"\u5C5E\u6027",items:["`.key` \u5305\u542B\u5177\u6709\u5C5E\u6027\u952E\u7684\u7B14\u8BB0\u3002","`.key=value` \u5305\u542B\u5177\u6709\u5C5E\u6027\u503C\u7684\u7B14\u8BB0\u3002",'`."Reading Status"` \u5305\u542B\u5C5E\u6027\u952E\u5305\u542B\u7A7A\u683C\u7684\u7B14\u8BB0\u3002','`."Reading Status"="In Progress"` \u5305\u542B\u7A7A\u683C\u7684\u952E\u548C\u503C\u5FC5\u987B\u7528\u53CC\u5F15\u53F7\u62EC\u8D77\u6765\u3002',"`-.key` \u6392\u9664\u5177\u6709\u5C5E\u6027\u952E\u7684\u7B14\u8BB0\u3002","`-.key=value` \u6392\u9664\u5177\u6709\u5C5E\u6027\u503C\u7684\u7B14\u8BB0\u3002","Cmd/Ctrl+\u70B9\u51FB\u5C5E\u6027\u4EE5 AND \u65B9\u5F0F\u6DFB\u52A0\u3002Cmd/Ctrl+Shift+\u70B9\u51FB\u4EE5 OR \u65B9\u5F0F\u6DFB\u52A0\u3002"]},tasks:{title:"\u8FC7\u6EE4\u5668",items:["`has:task` \u5305\u542B\u6709\u672A\u5B8C\u6210\u4EFB\u52A1\u7684\u7B14\u8BB0\u3002","`-has:task` \u6392\u9664\u6709\u672A\u5B8C\u6210\u4EFB\u52A1\u7684\u7B14\u8BB0\u3002","`folder:meetings` \u5305\u542B\u6587\u4EF6\u5939\u540D\u79F0\u542B\u6709 `meetings` \u7684\u7B14\u8BB0\u3002","`folder:/work/meetings` \u4EC5\u5305\u542B `work/meetings` \u4E2D\u7684\u7B14\u8BB0\uFF08\u4E0D\u542B\u5B50\u6587\u4EF6\u5939\uFF09\u3002","`folder:/` \u4EC5\u5305\u542B\u4ED3\u5E93\u6839\u76EE\u5F55\u4E2D\u7684\u7B14\u8BB0\u3002","`-folder:archive` \u6392\u9664\u6587\u4EF6\u5939\u540D\u79F0\u542B\u6709 `archive` \u7684\u7B14\u8BB0\u3002","`-folder:/archive` \u4EC5\u6392\u9664 `archive` \u4E2D\u7684\u7B14\u8BB0\uFF08\u4E0D\u542B\u5B50\u6587\u4EF6\u5939\uFF09\u3002","`ext:md` \u5305\u542B\u6269\u5C55\u540D\u4E3A `md` \u7684\u7B14\u8BB0\uFF08\u4E5F\u652F\u6301 `ext:.md`\uFF09\u3002","`-ext:pdf` \u6392\u9664\u6269\u5C55\u540D\u4E3A `pdf` \u7684\u7B14\u8BB0\u3002","\u4E0E\u6807\u7B7E\u3001\u540D\u79F0\u548C\u65E5\u671F\u7EC4\u5408\u4F7F\u7528\uFF08\u4F8B\u5982\uFF1A`folder:/work/meetings ext:md @thisweek`\uFF09\u3002"]},connectors:{title:"AND/OR \u884C\u4E3A",items:["`AND` \u548C `OR` \u4EC5\u5728\u7EAF\u6807\u7B7E/\u5C5E\u6027\u67E5\u8BE2\u4E2D\u4F5C\u4E3A\u8FD0\u7B97\u7B26\u3002","\u7EAF\u6807\u7B7E/\u5C5E\u6027\u67E5\u8BE2\u4EC5\u5305\u542B\u6807\u7B7E\u548C\u5C5E\u6027\u8FC7\u6EE4\u5668: `#tag`\u3001`-#tag`\u3001`#`\u3001`-#`\u3001`.key`\u3001`-.key`\u3001`.key=value`\u3001`-.key=value`\u3002","\u5982\u679C\u67E5\u8BE2\u5305\u542B\u540D\u79F0\u3001\u65E5\u671F\uFF08`@...`\uFF09\u3001\u4EFB\u52A1\u8FC7\u6EE4\u5668\uFF08`has:task`\uFF09\u3001\u6587\u4EF6\u5939\u8FC7\u6EE4\u5668\uFF08`folder:...`\uFF09\u6216\u6269\u5C55\u540D\u8FC7\u6EE4\u5668\uFF08`ext:...`\uFF09\uFF0C`AND` \u548C `OR` \u5C06\u4F5C\u4E3A\u8BCD\u8BED\u8FDB\u884C\u5339\u914D\u3002","\u8FD0\u7B97\u7B26\u67E5\u8BE2\u793A\u4F8B: `#work OR .status=started`\u3002","\u6DF7\u5408\u67E5\u8BE2\u793A\u4F8B\uFF1A`#work OR ext:md`\uFF08`OR` \u5728\u6587\u4EF6\u540D\u4E2D\u8FDB\u884C\u5339\u914D\uFF09\u3002"]},dates:{title:"\u65E5\u671F",items:["`@today` \u4F7F\u7528\u9ED8\u8BA4\u65E5\u671F\u5B57\u6BB5\u67E5\u627E\u4ECA\u5929\u7684\u7B14\u8BB0\u3002","`@yesterday`\u3001`@last7d`\u3001`@last30d`\u3001`@thisweek`\u3001`@thismonth` \u76F8\u5BF9\u65E5\u671F\u8303\u56F4\u3002","`@2026-02-07` \u67E5\u627E\u7279\u5B9A\u65E5\u671F\uFF08\u4E5F\u652F\u6301 `@20260207`\uFF09\u3002","`@2026` \u67E5\u627E\u65E5\u5386\u5E74\u3002","`@2026-02` \u6216 `@202602` \u67E5\u627E\u65E5\u5386\u6708\u3002","`@2026-W05` \u6216 `@2026W05` \u67E5\u627E ISO \u5468\u3002","`@2026-Q2` \u6216 `@2026Q2` \u67E5\u627E\u65E5\u5386\u5B63\u5EA6\u3002","`@13/02/2026` \u5E26\u5206\u9694\u7B26\u7684\u6570\u5B57\u683C\u5F0F\uFF08`@07022026` \u5728\u6B67\u4E49\u65F6\u9075\u5FAA\u60A8\u7684\u533A\u57DF\u8BBE\u7F6E\uFF09\u3002","`@2026-02-01..2026-02-07` \u67E5\u627E\u5305\u542B\u6027\u65E5\u671F\u8303\u56F4\uFF08\u652F\u6301\u5F00\u653E\u7AEF\u70B9\uFF09\u3002","`@c:...` \u6216 `@m:...` \u6307\u5B9A\u521B\u5EFA\u6216\u4FEE\u6539\u65E5\u671F\u3002","`-@...` \u6392\u9664\u65E5\u671F\u5339\u914D\u3002"]},omnisearch:{title:"Omnisearch",items:["\u5BF9\u6574\u4E2A\u4ED3\u5E93\u8FDB\u884C\u5168\u6587\u641C\u7D22\uFF0C\u6309\u5F53\u524D\u6587\u4EF6\u5939\u6216\u9009\u5B9A\u6807\u7B7E\u8FC7\u6EE4\u3002","\u5728\u5927\u578B\u4ED3\u5E93\u4E2D\u8F93\u5165\u5C11\u4E8E3\u4E2A\u5B57\u7B26\u65F6\u53EF\u80FD\u4F1A\u8F83\u6162\u3002","\u65E0\u6CD5\u641C\u7D22\u5305\u542B\u975EASCII\u5B57\u7B26\u7684\u8DEF\u5F84\uFF0C\u4E5F\u65E0\u6CD5\u6B63\u786E\u641C\u7D22\u5B50\u8DEF\u5F84\u3002","\u5728\u6587\u4EF6\u5939\u8FC7\u6EE4\u4E4B\u524D\u8FD4\u56DE\u6709\u9650\u7684\u7ED3\u679C\uFF0C\u56E0\u6B64\u5982\u679C\u5176\u4ED6\u5730\u65B9\u5B58\u5728\u5927\u91CF\u5339\u914D\u9879\uFF0C\u76F8\u5173\u6587\u4EF6\u53EF\u80FD\u4E0D\u4F1A\u663E\u793A\u3002","\u7B14\u8BB0\u9884\u89C8\u663E\u793A Omnisearch \u6458\u5F55\uFF0C\u800C\u4E0D\u662F\u9ED8\u8BA4\u9884\u89C8\u6587\u672C\u3002"]}}}},contextMenu:{file:{openInNewTab:"\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00",openToRight:"\u5728\u53F3\u4FA7\u6253\u5F00",openInNewWindow:"\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00",openMultipleInNewTabs:"\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00 {count} \u4E2A\u7B14\u8BB0",openMultipleToRight:"\u5728\u53F3\u4FA7\u6253\u5F00 {count} \u4E2A\u7B14\u8BB0",openMultipleInNewWindows:"\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00 {count} \u4E2A\u7B14\u8BB0",pinNote:"\u56FA\u5B9A\u7B14\u8BB0",unpinNote:"\u53D6\u6D88\u56FA\u5B9A\u7B14\u8BB0",pinMultipleNotes:"\u56FA\u5B9A {count} \u4E2A\u7B14\u8BB0",unpinMultipleNotes:"\u53D6\u6D88\u56FA\u5B9A {count} \u4E2A\u7B14\u8BB0",duplicateNote:"\u590D\u5236\u7B14\u8BB0",duplicateMultipleNotes:"\u590D\u5236 {count} \u4E2A\u7B14\u8BB0",openVersionHistory:"\u6253\u5F00\u7248\u672C\u5386\u53F2",revealInFolder:"\u5728\u6587\u4EF6\u5939\u4E2D\u5B9A\u4F4D",revealInFinder:"\u5728\u8BBF\u8FBE\u4E2D\u663E\u793A",showInExplorer:"\u5728\u8D44\u6E90\u7BA1\u7406\u5668\u4E2D\u663E\u793A",openInDefaultApp:"\u5728\u9ED8\u8BA4\u5E94\u7528\u4E2D\u6253\u5F00",renameNote:"\u91CD\u547D\u540D\u7B14\u8BB0",deleteNote:"\u5220\u9664\u7B14\u8BB0",deleteMultipleNotes:"\u5220\u9664 {count} \u4E2A\u7B14\u8BB0",moveNoteToFolder:"\u79FB\u52A8\u7B14\u8BB0\u5230...",moveFileToFolder:"\u79FB\u52A8\u6587\u4EF6\u5230...",moveMultipleNotesToFolder:"\u5C06 {count} \u4E2A\u7B14\u8BB0\u79FB\u52A8\u5230...",moveMultipleFilesToFolder:"\u5C06 {count} \u4E2A\u6587\u4EF6\u79FB\u52A8\u5230...",addTag:"\u6DFB\u52A0\u6807\u7B7E",addPropertyKey:"\u8BBE\u7F6E\u5C5E\u6027",removeTag:"\u79FB\u9664\u6807\u7B7E",removeAllTags:"\u79FB\u9664\u6240\u6709\u6807\u7B7E",changeIcon:"\u66F4\u6539\u56FE\u6807",changeColor:"\u66F4\u6539\u989C\u8272",openMultipleFilesInNewTabs:"\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00 {count} \u4E2A\u6587\u4EF6",openMultipleFilesToRight:"\u5728\u53F3\u4FA7\u6253\u5F00 {count} \u4E2A\u6587\u4EF6",openMultipleFilesInNewWindows:"\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00 {count} \u4E2A\u6587\u4EF6",pinFile:"\u56FA\u5B9A\u6587\u4EF6",unpinFile:"\u53D6\u6D88\u56FA\u5B9A\u6587\u4EF6",pinMultipleFiles:"\u56FA\u5B9A {count} \u4E2A\u6587\u4EF6",unpinMultipleFiles:"\u53D6\u6D88\u56FA\u5B9A {count} \u4E2A\u6587\u4EF6",duplicateFile:"\u590D\u5236\u6587\u4EF6",duplicateMultipleFiles:"\u590D\u5236 {count} \u4E2A\u6587\u4EF6",renameFile:"\u91CD\u547D\u540D\u6587\u4EF6",deleteFile:"\u5220\u9664\u6587\u4EF6",setCalendarHighlight:"\u8BBE\u7F6E\u9AD8\u4EAE",removeCalendarHighlight:"\u79FB\u9664\u9AD8\u4EAE",deleteMultipleFiles:"\u5220\u9664 {count} \u4E2A\u6587\u4EF6"},folder:{newNote:"\u65B0\u7B14\u8BB0",newNoteFromTemplate:"\u4ECE\u6A21\u677F\u65B0\u5EFA\u7B14\u8BB0",newFolder:"\u65B0\u5EFA\u6587\u4EF6\u5939",newCanvas:"\u65B0\u5EFA\u753B\u5E03",newBase:"\u65B0\u5EFA\u6570\u636E\u5E93",newDrawing:"\u65B0\u5EFA\u7ED8\u56FE",newExcalidrawDrawing:"\u65B0\u5EFA Excalidraw \u7ED8\u56FE",newTldrawDrawing:"\u65B0\u5EFA Tldraw \u7ED8\u56FE",duplicateFolder:"\u590D\u5236\u6587\u4EF6\u5939",searchInFolder:"\u5728\u6587\u4EF6\u5939\u4E2D\u641C\u7D22",createFolderNote:"\u521B\u5EFA\u6587\u4EF6\u5939\u7B14\u8BB0",detachFolderNote:"\u89E3\u9664\u6587\u4EF6\u5939\u7B14\u8BB0",deleteFolderNote:"\u5220\u9664\u6587\u4EF6\u5939\u7B14\u8BB0",changeIcon:"\u66F4\u6539\u56FE\u6807",changeColor:"\u66F4\u6539\u989C\u8272",changeBackground:"\u66F4\u6539\u80CC\u666F",excludeFolder:"\u9690\u85CF\u6587\u4EF6\u5939",unhideFolder:"\u663E\u793A\u6587\u4EF6\u5939",moveFolder:"\u79FB\u52A8\u6587\u4EF6\u5939\u5230...",renameFolder:"\u91CD\u547D\u540D\u6587\u4EF6\u5939",deleteFolder:"\u5220\u9664\u6587\u4EF6\u5939"},tag:{changeIcon:"\u66F4\u6539\u56FE\u6807",changeColor:"\u66F4\u6539\u989C\u8272",changeBackground:"\u66F4\u6539\u80CC\u666F",showTag:"\u663E\u793A\u6807\u7B7E",hideTag:"\u9690\u85CF\u6807\u7B7E"},property:{addKey:"\u914D\u7F6E\u5C5E\u6027\u952E",renameKey:"\u91CD\u547D\u540D\u5C5E\u6027",deleteKey:"\u5220\u9664\u5C5E\u6027"},navigation:{addSeparator:"\u6DFB\u52A0\u5206\u9694\u7B26",removeSeparator:"\u79FB\u9664\u5206\u9694\u7B26"},copyPath:{title:"\u590D\u5236\u8DEF\u5F84",asObsidianUrl:"\u4F5C\u4E3A Obsidian URL",fromVaultFolder:"\u4ECE\u4ED3\u5E93\u6587\u4EF6\u5939",fromSystemRoot:"\u4ECE\u7CFB\u7EDF\u6839\u76EE\u5F55"},style:{title:"\u6837\u5F0F",copy:"\u590D\u5236\u6837\u5F0F",paste:"\u7C98\u8D34\u6837\u5F0F",removeIcon:"\u79FB\u9664\u56FE\u6807",removeColor:"\u79FB\u9664\u989C\u8272",removeBackground:"\u79FB\u9664\u80CC\u666F",clear:"\u6E05\u9664\u6837\u5F0F"}},folderAppearance:{standardPreset:"\u6807\u51C6",compactPreset:"\u7D27\u51D1",defaultSuffix:"(\u9ED8\u8BA4)",defaultLabel:"\u9ED8\u8BA4",titleRows:"\u6807\u9898\u884C\u6570",previewRows:"\u9884\u89C8\u884C\u6570",groupBy:"\u5206\u7EC4\u4F9D\u636E",defaultTitleOption:t=>`\u9ED8\u8BA4\u6807\u9898\u884C\u6570 (${t})`,defaultPreviewOption:t=>`\u9ED8\u8BA4\u9884\u89C8\u884C\u6570 (${t})`,defaultGroupOption:t=>`\u9ED8\u8BA4\u5206\u7EC4 (${t})`,titleRowOption:t=>`\u6807\u9898${t}\u884C`,previewRowOption:t=>`\u9884\u89C8${t}\u884C`},modals:{bulkApply:{applyButton:"\u5E94\u7528",applySortTitle:t=>`\u5C06\u6392\u5E8F\u5E94\u7528\u5230${t}\uFF1F`,applyAppearanceTitle:t=>`\u5C06\u5916\u89C2\u5E94\u7528\u5230${t}\uFF1F`,affectedCountMessage:t=>`\u5C06\u66F4\u6539\u7684\u73B0\u6709\u8986\u76D6\uFF1A${t}\u3002`},navRainbowSection:{title:t=>`\u5F69\u8679\u989C\u8272: ${t}`},iconPicker:{searchPlaceholder:"\u641C\u7D22\u56FE\u6807...",recentlyUsedHeader:"\u6700\u8FD1\u4F7F\u7528",emptyStateSearch:"\u5F00\u59CB\u8F93\u5165\u4EE5\u641C\u7D22\u56FE\u6807",emptyStateNoResults:"\u672A\u627E\u5230\u56FE\u6807",showingResultsInfo:"\u663E\u793A {count} \u4E2A\u7ED3\u679C\u4E2D\u7684 50 \u4E2A\u3002\u8F93\u5165\u66F4\u591A\u5185\u5BB9\u4EE5\u7F29\u5C0F\u8303\u56F4\u3002",emojiInstructions:"\u8F93\u5165\u6216\u7C98\u8D34\u4EFB\u4F55\u8868\u60C5\u7B26\u53F7\u4F5C\u4E3A\u56FE\u6807\u4F7F\u7528",removeIcon:"\u79FB\u9664\u56FE\u6807",removeFromRecents:"\u4ECE\u6700\u8FD1\u4F7F\u7528\u4E2D\u79FB\u9664",allTabLabel:"\u5168\u90E8"},fileIconRuleEditor:{addRuleAria:"\u6DFB\u52A0\u89C4\u5219"},interfaceIcons:{title:"\u754C\u9762\u56FE\u6807",fileItemsSection:"\u6587\u4EF6\u9879\u76EE",items:{"nav-shortcuts":"\u5FEB\u6377\u65B9\u5F0F","nav-recent-files":"\u6700\u8FD1\u6587\u4EF6","nav-expand-all":"\u5168\u90E8\u5C55\u5F00","nav-collapse-all":"\u5168\u90E8\u6298\u53E0","nav-calendar":"\u65E5\u5386","nav-tree-expand":"\u6811\u5F62\u7BAD\u5934: \u5C55\u5F00","nav-tree-collapse":"\u6811\u5F62\u7BAD\u5934: \u6298\u53E0","nav-hidden-items":"\u9690\u85CF\u9879\u76EE","nav-root-reorder":"\u91CD\u65B0\u6392\u5217\u6839\u6587\u4EF6\u5939","nav-new-folder":"\u65B0\u5EFA\u6587\u4EF6\u5939","nav-show-single-pane":"\u663E\u793A\u5355\u7A97\u683C","nav-show-dual-pane":"\u663E\u793A\u53CC\u7A97\u683C","nav-profile-chevron":"\u914D\u7F6E\u83DC\u5355\u7BAD\u5934","list-search":"\u641C\u7D22","list-descendants":"\u5B50\u6587\u4EF6\u5939\u4E2D\u7684\u7B14\u8BB0","list-sort-ascending":"\u6392\u5E8F: \u5347\u5E8F","list-sort-descending":"\u6392\u5E8F: \u964D\u5E8F","list-appearance":"\u66F4\u6539\u5916\u89C2","list-new-note":"\u65B0\u5EFA\u7B14\u8BB0","nav-folder-open":"\u6587\u4EF6\u5939\u6253\u5F00","nav-folder-closed":"\u6587\u4EF6\u5939\u5173\u95ED","nav-tags":"\u6807\u7B7E","nav-tag":"\u6807\u7B7E","nav-properties":"\u5C5E\u6027","nav-property":"\u5C5E\u6027","nav-property-value":"\u503C","list-pinned":"\u56FA\u5B9A\u9879\u76EE","file-unfinished-task":"\u672A\u5B8C\u6210\u4EFB\u52A1","file-word-count":"\u5B57\u6570\u7EDF\u8BA1"}},colorPicker:{currentColor:"\u5F53\u524D",newColor:"\u65B0\u989C\u8272",paletteDefault:"\u9ED8\u8BA4",paletteCustom:"\u81EA\u5B9A\u4E49",copyColors:"\u590D\u5236\u989C\u8272",colorsCopied:"\u989C\u8272\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F",pasteColors:"\u7C98\u8D34\u989C\u8272",pasteClipboardError:"\u65E0\u6CD5\u8BFB\u53D6\u526A\u8D34\u677F",pasteInvalidFormat:"\u9700\u8981\u5341\u516D\u8FDB\u5236\u989C\u8272\u503C",colorsPasted:"\u989C\u8272\u7C98\u8D34\u6210\u529F",resetUserColors:"\u6E05\u9664\u81EA\u5B9A\u4E49\u989C\u8272",clearCustomColorsConfirm:"\u5220\u9664\u6240\u6709\u81EA\u5B9A\u4E49\u989C\u8272\uFF1F",userColorSlot:"\u989C\u8272 {slot}",recentColors:"\u6700\u8FD1\u4F7F\u7528\u7684\u989C\u8272",clearRecentColors:"\u6E05\u9664\u6700\u8FD1\u4F7F\u7528\u7684\u989C\u8272",removeRecentColor:"\u79FB\u9664\u989C\u8272",apply:"\u5E94\u7528",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u66F4\u6539\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6",currentBadge:"\u6D3B\u52A8",emptyState:"\u6CA1\u6709\u53EF\u7528\u7684\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6\u3002"},tagOperation:{renameTitle:"\u91CD\u547D\u540D\u6807\u7B7E {tag}",deleteTitle:"\u5220\u9664\u6807\u7B7E {tag}",newTagPrompt:"\u8F93\u5165\u65B0\u7684\u6807\u7B7E\u540D\u79F0\uFF1A",newTagPlaceholder:"\u65B0\u540D\u79F0",renameWarning:"\u91CD\u547D\u540D\u6807\u7B7E {oldTag} \u5C06\u4FEE\u6539 {count} \u4E2A{files}\u3002",deleteWarning:"\u5220\u9664\u6807\u7B7E {tag} \u5C06\u4FEE\u6539 {count} \u4E2A{files}\u3002",modificationWarning:"\u8FD9\u5C06\u66F4\u65B0\u6587\u4EF6\u7684\u4FEE\u6539\u65E5\u671F\u3002",affectedFiles:"\u53D7\u5F71\u54CD\u7684\u6587\u4EF6:",andMore:"\u4EE5\u53CA {count} \u4E2A\u66F4\u591A...",confirmRename:"\u91CD\u547D\u540D\u6807\u7B7E",renameUnchanged:"{tag} \u672A\u66F4\u6539",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"\u5DF2\u91CD\u547D\u540D {renamed}/{total}\u3002\u672A\u66F4\u65B0\uFF1A{notUpdated}\u3002\u5143\u6570\u636E\u548C\u5FEB\u6377\u65B9\u5F0F\u672A\u66F4\u65B0\u3002",invalidTagName:"\u8BF7\u8F93\u5165\u6709\u6548\u7684\u6807\u7B7E\u540D\u79F0\u3002",descendantRenameError:"\u65E0\u6CD5\u5C06\u6807\u7B7E\u79FB\u52A8\u5230\u81EA\u8EAB\u6216\u5176\u5B50\u6807\u7B7E\u4E2D\u3002",confirmDelete:"\u5220\u9664\u6807\u7B7E",deleteBatchNotFinalized:"\u5DF2\u4ECE {removed}/{total} \u4E2D\u5220\u9664\u3002\u672A\u66F4\u65B0\uFF1A{notUpdated}\u3002\u5143\u6570\u636E\u548C\u5FEB\u6377\u65B9\u5F0F\u672A\u66F4\u65B0\u3002",checkConsoleForDetails:"\u67E5\u770B\u63A7\u5236\u53F0\u4E86\u89E3\u8BE6\u60C5\u3002",file:"\u4E2A\u6587\u4EF6",files:"\u4E2A\u6587\u4EF6",inlineParsingWarning:{title:"\u5185\u8054\u6807\u7B7E\u517C\u5BB9\u6027",message:"{tag} \u5305\u542B Obsidian \u65E0\u6CD5\u5728\u5185\u8054\u6807\u7B7E\u4E2D\u89E3\u6790\u7684\u5B57\u7B26\u3002Frontmatter \u6807\u7B7E\u4E0D\u53D7\u5F71\u54CD\u3002",confirm:"\u4ECD\u7136\u4F7F\u7528"}},propertyOperation:{renameTitle:"\u91CD\u547D\u540D\u5C5E\u6027 {property}",deleteTitle:"\u5220\u9664\u5C5E\u6027 {property}",newKeyPrompt:"\u65B0\u5C5E\u6027\u540D\u79F0",newKeyPlaceholder:"\u8F93\u5165\u65B0\u5C5E\u6027\u540D\u79F0",renameWarning:"\u91CD\u547D\u540D\u5C5E\u6027 {property} \u5C06\u4FEE\u6539 {count} \u4E2A{files}\u3002",renameConflictWarning:"\u5C5E\u6027 {newKey} \u5DF2\u5B58\u5728\u4E8E {count} \u4E2A{files}\u4E2D\u3002\u91CD\u547D\u540D {oldKey} \u5C06\u66FF\u6362\u73B0\u6709\u7684 {newKey} \u503C\u3002",deleteWarning:"\u5220\u9664\u5C5E\u6027 {property} \u5C06\u4FEE\u6539 {count} \u4E2A{files}\u3002",confirmRename:"\u91CD\u547D\u540D\u5C5E\u6027",confirmDelete:"\u5220\u9664\u5C5E\u6027",renameNoChanges:"{oldKey} \u2192 {newKey}\uFF08\u65E0\u66F4\u6539\uFF09",renameSettingsUpdateFailed:"\u5DF2\u91CD\u547D\u540D\u5C5E\u6027 {oldKey} \u2192 {newKey}\u3002\u66F4\u65B0\u8BBE\u7F6E\u5931\u8D25\u3002",deleteSingleSuccess:"\u5DF2\u4ECE 1 \u7BC7\u7B14\u8BB0\u4E2D\u5220\u9664\u5C5E\u6027 {property}",deleteMultipleSuccess:"\u5DF2\u4ECE {count} \u7BC7\u7B14\u8BB0\u4E2D\u5220\u9664\u5C5E\u6027 {property}",deleteSettingsUpdateFailed:"\u5DF2\u5220\u9664\u5C5E\u6027 {property}\u3002\u66F4\u65B0\u8BBE\u7F6E\u5931\u8D25\u3002",invalidKeyName:"\u8BF7\u8F93\u5165\u6709\u6548\u7684\u5C5E\u6027\u540D\u79F0\u3002"},fileSystem:{newFolderTitle:"\u65B0\u5EFA\u6587\u4EF6\u5939",renameFolderTitle:"\u91CD\u547D\u540D\u6587\u4EF6\u5939",renameFileTitle:"\u91CD\u547D\u540D\u6587\u4EF6",deleteFolderTitle:"\u5220\u9664 '{name}'\uFF1F",deleteFileTitle:"\u5220\u9664 '{name}'\uFF1F",deleteFileAttachmentsTitle:"\u5220\u9664\u6587\u4EF6\u9644\u4EF6\uFF1F",moveFileConflictTitle:"\u79FB\u52A8\u51B2\u7A81",folderNamePrompt:"\u8F93\u5165\u6587\u4EF6\u5939\u540D\u79F0\uFF1A",hideInOtherVaultProfiles:"\u5728\u5176\u4ED6\u4ED3\u5E93\u914D\u7F6E\u4E2D\u9690\u85CF",renamePrompt:"\u8F93\u5165\u65B0\u540D\u79F0\uFF1A",renameVaultTitle:"\u66F4\u6539\u4ED3\u5E93\u663E\u793A\u540D\u79F0",renameVaultPrompt:"\u8F93\u5165\u81EA\u5B9A\u4E49\u663E\u793A\u540D\u79F0\uFF08\u7559\u7A7A\u4F7F\u7528\u9ED8\u8BA4\u503C\uFF09\uFF1A",deleteFolderConfirm:"\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6587\u4EF6\u5939\u53CA\u5176\u6240\u6709\u5185\u5BB9\u5417\uFF1F",deleteFileConfirm:"\u60A8\u786E\u5B9A\u8981\u5220\u9664\u6B64\u6587\u4EF6\u5417\uFF1F",deleteFileAttachmentsDescriptionSingle:"\u6B64\u9644\u4EF6\u4E0D\u518D\u88AB\u4EFB\u4F55\u7B14\u8BB0\u4F7F\u7528\u3002\u662F\u5426\u8981\u5220\u9664\uFF1F",deleteFileAttachmentsDescriptionMultiple:"\u8FD9\u4E9B\u9644\u4EF6\u4E0D\u518D\u88AB\u4EFB\u4F55\u7B14\u8BB0\u4F7F\u7528\u3002\u662F\u5426\u8981\u5220\u9664\uFF1F",deleteFileAttachmentsViewFileTreeAriaLabel:"\u6587\u4EF6\u6811",deleteFileAttachmentsViewGalleryAriaLabel:"\u56FE\u5E93",moveFileConflictDescriptionSingle:'\u5728 "{folder}" \u4E2D\u53D1\u73B0\u6587\u4EF6\u51B2\u7A81\u3002',moveFileConflictDescriptionMultiple:'\u5728 "{folder}" \u4E2D\u53D1\u73B0 {count} \u4E2A\u6587\u4EF6\u51B2\u7A81\u3002',moveFileConflictAffectedFiles:"\u53D7\u5F71\u54CD\u7684\u6587\u4EF6",moveFileConflictItem:'"{name}" -> "{suggested}"{renameOnly}',moveFileConflictRenameOnly:"\uFF08\u4EC5\u91CD\u547D\u540D\uFF09",moveFileConflictRename:"\u91CD\u547D\u540D",moveFileConflictOverwrite:"\u8986\u76D6",removeAllTagsTitle:"\u79FB\u9664\u6240\u6709\u6807\u7B7E",removeAllTagsFromNote:"\u60A8\u786E\u5B9A\u8981\u4ECE\u8FD9\u4E2A\u7B14\u8BB0\u4E2D\u79FB\u9664\u6240\u6709\u6807\u7B7E\u5417\uFF1F",removeAllTagsFromNotes:"\u60A8\u786E\u5B9A\u8981\u4ECE {count} \u4E2A\u7B14\u8BB0\u4E2D\u79FB\u9664\u6240\u6709\u6807\u7B7E\u5417\uFF1F"},folderNoteType:{title:"\u9009\u62E9\u6587\u4EF6\u5939\u7B14\u8BB0\u7C7B\u578B",folderLabel:"\u6587\u4EF6\u5939\uFF1A{name}"},folderSuggest:{placeholder:t=>`\u5C06 ${t} \u79FB\u52A8\u5230\u6587\u4EF6\u5939...`,multipleFilesLabel:t=>`${t} \u4E2A\u6587\u4EF6`,navigatePlaceholder:"\u5BFC\u822A\u5230\u6587\u4EF6\u5939...",instructions:{navigate:"\u5BFC\u822A",move:"\u79FB\u52A8",select:"\u9009\u62E9",dismiss:"\u53D6\u6D88"}},homepage:{placeholder:"\u641C\u7D22\u6587\u4EF6...",instructions:{navigate:"\u5BFC\u822A",select:"\u8BBE\u4E3A\u4E3B\u9875",dismiss:"\u53D6\u6D88"}},calendarTemplate:{placeholder:"\u641C\u7D22\u6A21\u677F...",instructions:{navigate:"\u5BFC\u822A",select:"\u9009\u62E9\u6A21\u677F",dismiss:"\u53D6\u6D88"}},navigationBanner:{placeholder:"\u641C\u7D22\u56FE\u7247...",instructions:{navigate:"\u5BFC\u822A",select:"\u8BBE\u4E3A\u6A2A\u5E45",dismiss:"\u53D6\u6D88"}},tagSuggest:{navigatePlaceholder:"\u5BFC\u822A\u5230\u6807\u7B7E...",addPlaceholder:"\u641C\u7D22\u8981\u6DFB\u52A0\u7684\u6807\u7B7E...",removePlaceholder:"\u9009\u62E9\u8981\u79FB\u9664\u7684\u6807\u7B7E...",createNewTag:"\u521B\u5EFA\u65B0\u6807\u7B7E: #{tag}",instructions:{navigate:"\u5BFC\u822A",select:"\u9009\u62E9",dismiss:"\u53D6\u6D88",add:"\u6DFB\u52A0\u6807\u7B7E",remove:"\u79FB\u9664\u6807\u7B7E"}},propertySuggest:{placeholder:"\u9009\u62E9\u5C5E\u6027\u952E...",navigatePlaceholder:"\u5BFC\u822A\u5230\u5C5E\u6027...",instructions:{navigate:"\u5BFC\u822A",select:"\u6DFB\u52A0\u5C5E\u6027",dismiss:"\u53D6\u6D88"}},propertyKeyVisibility:{title:"\u5C5E\u6027\u952E\u53EF\u89C1\u6027",description:"\u63A7\u5236\u5C5E\u6027\u503C\u7684\u663E\u793A\u4F4D\u7F6E\u3002\u5404\u5217\u5206\u522B\u5BF9\u5E94\u5BFC\u822A\u9762\u677F\u3001\u5217\u8868\u9762\u677F\u548C\u6587\u4EF6\u4E0A\u4E0B\u6587\u83DC\u5355\u3002\u4F7F\u7528\u5E95\u90E8\u884C\u5207\u6362\u67D0\u5217\u4E2D\u7684\u6240\u6709\u884C\u3002",searchPlaceholder:"\u641C\u7D22\u5C5E\u6027\u952E...",propertyColumnLabel:"\u5C5E\u6027",showInNavigation:"\u5728\u5BFC\u822A\u4E2D\u663E\u793A",showInList:"\u5728\u5217\u8868\u4E2D\u663E\u793A",showInFileMenu:"\u5728\u6587\u4EF6\u83DC\u5355\u4E2D\u663E\u793A",toggleAllInNavigation:"\u5207\u6362\u5BFC\u822A\u4E2D\u7684\u5168\u90E8",toggleAllInList:"\u5207\u6362\u5217\u8868\u4E2D\u7684\u5168\u90E8",toggleAllInFileMenu:"\u5207\u6362\u6587\u4EF6\u83DC\u5355\u4E2D\u7684\u5168\u90E8",applyButton:"\u5E94\u7528",emptyState:"\u672A\u627E\u5230\u5C5E\u6027\u952E\u3002"},welcome:{title:"\u6B22\u8FCE\u4F7F\u7528 {pluginName}",introText:'\u60A8\u597D\uFF01\u5728\u5F00\u59CB\u4E4B\u524D\uFF0C\u5F3A\u70C8\u5EFA\u8BAE\u60A8\u89C2\u770B\u4E0B\u9762\u89C6\u9891\u7684\u524D\u4E94\u5206\u949F\uFF0C\u4EE5\u4E86\u89E3\u9762\u677F\u548C\u5F00\u5173"\u663E\u793A\u5B50\u6587\u4EF6\u5939\u4E2D\u7684\u7B14\u8BB0"\u662F\u5982\u4F55\u5DE5\u4F5C\u7684\u3002',continueText:"\u5982\u679C\u60A8\u8FD8\u6709\u4E94\u5206\u949F\u65F6\u95F4\uFF0C\u8BF7\u7EE7\u7EED\u89C2\u770B\u89C6\u9891\u4EE5\u4E86\u89E3\u7D27\u51D1\u663E\u793A\u6A21\u5F0F\u4EE5\u53CA\u5982\u4F55\u6B63\u786E\u8BBE\u7F6E\u5FEB\u6377\u65B9\u5F0F\u548C\u91CD\u8981\u7684\u5FEB\u6377\u952E\u3002",thanksText:"\u975E\u5E38\u611F\u8C22\u60A8\u7684\u4E0B\u8F7D\uFF0C\u795D\u60A8\u4F7F\u7528\u6109\u5FEB\uFF01",videoAlt:"\u5B89\u88C5\u548C\u638C\u63E1 Notebook Navigator",openVideoButton:"\u64AD\u653E\u89C6\u9891",closeButton:"\u4EE5\u540E\u518D\u8BF4"}},fileSystem:{errors:{createFolder:"\u521B\u5EFA\u6587\u4EF6\u5939\u5931\u8D25\uFF1A{error}",createFile:"\u521B\u5EFA\u6587\u4EF6\u5931\u8D25\uFF1A{error}",renameFolder:"\u91CD\u547D\u540D\u6587\u4EF6\u5939\u5931\u8D25\uFF1A{error}",renameFolderNoteConflict:'\u65E0\u6CD5\u91CD\u547D\u540D\uFF1A"{name}"\u5DF2\u5728\u6B64\u6587\u4EF6\u5939\u4E2D\u5B58\u5728',renameFile:"\u91CD\u547D\u540D\u6587\u4EF6\u5931\u8D25\uFF1A{error}",deleteFolder:"\u5220\u9664\u6587\u4EF6\u5939\u5931\u8D25\uFF1A{error}",deleteFile:"\u5220\u9664\u6587\u4EF6\u5931\u8D25\uFF1A{error}",deleteAttachments:"\u5220\u9664\u9644\u4EF6\u5931\u8D25: {error}",duplicateNote:"\u590D\u5236\u7B14\u8BB0\u5931\u8D25\uFF1A{error}",duplicateFolder:"\u590D\u5236\u6587\u4EF6\u5939\u5931\u8D25\uFF1A{error}",openVersionHistory:"\u6253\u5F00\u7248\u672C\u5386\u53F2\u5931\u8D25\uFF1A{error}",versionHistoryNotFound:"\u672A\u627E\u5230\u7248\u672C\u5386\u53F2\u547D\u4EE4\u3002\u8BF7\u786E\u4FDD\u5DF2\u542F\u7528 Obsidian \u540C\u6B65\u3002",revealInExplorer:"\u5728\u7CFB\u7EDF\u8D44\u6E90\u7BA1\u7406\u5668\u4E2D\u5B9A\u4F4D\u6587\u4EF6\u5931\u8D25\uFF1A{error}",openInDefaultApp:"\u5728\u9ED8\u8BA4\u5E94\u7528\u4E2D\u6253\u5F00\u5931\u8D25\uFF1A{error}",openInDefaultAppNotAvailable:"\u6B64\u5E73\u53F0\u4E0D\u652F\u6301\u5728\u9ED8\u8BA4\u5E94\u7528\u4E2D\u6253\u5F00",folderNoteAlreadyExists:"\u6587\u4EF6\u5939\u7B14\u8BB0\u5DF2\u5B58\u5728",folderAlreadyExists:'\u6587\u4EF6\u5939"{name}"\u5DF2\u5B58\u5728',folderNotesDisabled:"\u8BF7\u5728\u8BBE\u7F6E\u4E2D\u542F\u7528\u6587\u4EF6\u5939\u7B14\u8BB0\u4EE5\u8F6C\u6362\u6587\u4EF6",folderNoteAlreadyLinked:"\u6B64\u6587\u4EF6\u5DF2\u4F5C\u4E3A\u6587\u4EF6\u5939\u7B14\u8BB0",folderNoteNotFound:"\u6240\u9009\u6587\u4EF6\u5939\u4E2D\u6CA1\u6709\u6587\u4EF6\u5939\u7B14\u8BB0",folderNoteUnsupportedExtension:"\u4E0D\u652F\u6301\u7684\u6587\u4EF6\u6269\u5C55\u540D\uFF1A{extension}",folderNoteMoveFailed:"\u8F6C\u6362\u8FC7\u7A0B\u4E2D\u79FB\u52A8\u6587\u4EF6\u5931\u8D25\uFF1A{error}",folderNoteRenameConflict:'\u6587\u4EF6\u5939\u4E2D\u5DF2\u5B58\u5728\u540D\u4E3A"{name}"\u7684\u6587\u4EF6',folderNoteConversionFailed:"\u8F6C\u6362\u4E3A\u6587\u4EF6\u5939\u7B14\u8BB0\u5931\u8D25",folderNoteConversionFailedWithReason:"\u8F6C\u6362\u4E3A\u6587\u4EF6\u5939\u7B14\u8BB0\u5931\u8D25\uFF1A{error}",folderNoteOpenFailed:"\u6587\u4EF6\u5DF2\u8F6C\u6362\u4F46\u6253\u5F00\u6587\u4EF6\u5939\u7B14\u8BB0\u5931\u8D25\uFF1A{error}",failedToDeleteFile:"\u5220\u9664 {name} \u5931\u8D25: {error}",failedToDeleteMultipleFiles:"\u5220\u9664{count}\u4E2A\u6587\u4EF6\u5931\u8D25",versionHistoryNotAvailable:"\u7248\u672C\u5386\u53F2\u670D\u52A1\u4E0D\u53EF\u7528",drawingAlreadyExists:"\u540C\u540D\u7ED8\u56FE\u5DF2\u5B58\u5728",failedToCreateDrawing:"\u521B\u5EFA\u7ED8\u56FE\u5931\u8D25",noFolderSelected:"Notebook Navigator \u4E2D\u672A\u9009\u62E9\u6587\u4EF6\u5939",noFileSelected:"\u672A\u9009\u62E9\u6587\u4EF6"},warnings:{linkBreakingNameCharacters:"\u8BE5\u540D\u79F0\u5305\u542B\u4F1A\u7834\u574F Obsidian \u94FE\u63A5\u7684\u5B57\u7B26\uFF1A#, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u540D\u79F0\u4E0D\u80FD\u4EE5 . \u5F00\u5934\uFF0C\u4E5F\u4E0D\u80FD\u5305\u542B : \u6216 /\u3002",forbiddenNameCharactersWindows:'Windows \u4FDD\u7559\u5B57\u7B26\u4E0D\u5141\u8BB8\u4F7F\u7528\uFF1A<, >, ", \\, |, ?, *\u3002'},notices:{hideFolder:"\u5DF2\u9690\u85CF\u6587\u4EF6\u5939\uFF1A{name}",showFolder:"\u5DF2\u663E\u793A\u6587\u4EF6\u5939\uFF1A{name}"},notifications:{deletedMultipleFiles:"\u5DF2\u5220\u9664 {count} \u4E2A\u6587\u4EF6",movedMultipleFiles:"\u5DF2\u5C06{count}\u4E2A\u6587\u4EF6\u79FB\u52A8\u5230{folder}",folderNoteConversionSuccess:'\u5DF2\u5728"{name}"\u4E2D\u5C06\u6587\u4EF6\u8F6C\u6362\u4E3A\u6587\u4EF6\u5939\u7B14\u8BB0',folderMoved:'\u5DF2\u79FB\u52A8\u6587\u4EF6\u5939"{name}"',deepLinkCopied:"Obsidian URL \u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F",pathCopied:"\u8DEF\u5F84\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F",relativePathCopied:"\u76F8\u5BF9\u8DEF\u5F84\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F",tagAddedToNote:"\u5DF2\u5C06\u6807\u7B7E\u6DFB\u52A0\u5230 1 \u4E2A\u7B14\u8BB0",tagAddedToNotes:"\u5DF2\u5C06\u6807\u7B7E\u6DFB\u52A0\u5230 {count} \u4E2A\u7B14\u8BB0",tagRemovedFromNote:"\u5DF2\u4ECE 1 \u4E2A\u7B14\u8BB0\u4E2D\u79FB\u9664\u6807\u7B7E",tagRemovedFromNotes:"\u5DF2\u4ECE {count} \u4E2A\u7B14\u8BB0\u4E2D\u79FB\u9664\u6807\u7B7E",tagsClearedFromNote:"\u5DF2\u4ECE 1 \u4E2A\u7B14\u8BB0\u4E2D\u6E05\u9664\u6240\u6709\u6807\u7B7E",tagsClearedFromNotes:"\u5DF2\u4ECE {count} \u4E2A\u7B14\u8BB0\u4E2D\u6E05\u9664\u6240\u6709\u6807\u7B7E",noTagsToRemove:"\u6CA1\u6709\u53EF\u79FB\u9664\u7684\u6807\u7B7E",noFilesSelected:"\u672A\u9009\u62E9\u6587\u4EF6",tagOperationsNotAvailable:"\u6807\u7B7E\u64CD\u4F5C\u4E0D\u53EF\u7528",propertyOperationsNotAvailable:"\u5C5E\u6027\u64CD\u4F5C\u4E0D\u53EF\u7528",tagsRequireMarkdown:"\u6807\u7B7E\u4EC5\u652F\u6301Markdown\u7B14\u8BB0",propertiesRequireMarkdown:"\u5C5E\u6027\u4EC5\u5728 Markdown \u7B14\u8BB0\u4E2D\u53D7\u652F\u6301",propertySetOnNote:"\u5DF2\u5728 1 \u7BC7\u7B14\u8BB0\u4E2D\u66F4\u65B0\u5C5E\u6027",propertySetOnNotes:"\u5DF2\u5728 {count} \u7BC7\u7B14\u8BB0\u4E2D\u66F4\u65B0\u5C5E\u6027",iconPackDownloaded:"{provider} \u5DF2\u4E0B\u8F7D",iconPackUpdated:"{provider} \u5DF2\u66F4\u65B0 ({version})",iconPackRemoved:"{provider} \u5DF2\u79FB\u9664",iconPackLoadFailed:"{provider} \u52A0\u8F7D\u5931\u8D25",hiddenFileReveal:"\u6587\u4EF6\u5DF2\u9690\u85CF\u3002\u542F\u7528\u300C\u663E\u793A\u9690\u85CF\u9879\u76EE\u300D\u4EE5\u663E\u793A\u5B83"},confirmations:{deleteMultipleFiles:"\u786E\u5B9A\u8981\u5220\u9664 {count} \u4E2A\u6587\u4EF6\u5417\uFF1F",deleteConfirmation:"\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u3002"},defaultNames:{untitled:"\u672A\u547D\u540D"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u65E0\u6CD5\u5C06\u6587\u4EF6\u5939\u79FB\u52A8\u5230\u81EA\u8EAB\u6216\u5176\u5B50\u6587\u4EF6\u5939\u4E2D\u3002",itemAlreadyExists:'\u6B64\u4F4D\u7F6E\u5DF2\u5B58\u5728\u540D\u4E3A "{name}" \u7684\u9879\u76EE\u3002',failedToMove:"\u79FB\u52A8\u5931\u8D25\uFF1A{error}",failedToAddTag:'\u6DFB\u52A0\u6807\u7B7E "{tag}" \u5931\u8D25',failedToSetProperty:"\u66F4\u65B0\u5C5E\u6027\u5931\u8D25: {error}",failedToClearTags:"\u6E05\u9664\u6807\u7B7E\u5931\u8D25",failedToMoveFolder:'\u79FB\u52A8\u6587\u4EF6\u5939"{name}"\u5931\u8D25',failedToImportFiles:"\u5BFC\u5165\u5931\u8D25: {names}"},notifications:{filesAlreadyExist:"{count} \u4E2A\u6587\u4EF6\u5728\u76EE\u6807\u4F4D\u7F6E\u5DF2\u5B58\u5728",filesAlreadyHaveTag:"{count} \u4E2A\u6587\u4EF6\u5DF2\u7ECF\u6709\u6B64\u6807\u7B7E\u6216\u66F4\u5177\u4F53\u7684\u6807\u7B7E",filesAlreadyHaveProperty:"{count} \u4E2A\u6587\u4EF6\u5DF2\u62E5\u6709\u6B64\u5C5E\u6027",noTagsToClear:"\u6CA1\u6709\u8981\u6E05\u9664\u7684\u6807\u7B7E",fileImported:"\u5DF2\u5BFC\u5165 1 \u4E2A\u6587\u4EF6",filesImported:"\u5DF2\u5BFC\u5165 {count} \u4E2A\u6587\u4EF6"}},dateGroups:{today:"\u4ECA\u5929",yesterday:"\u6628\u5929",previous7Days:"\u8FC7\u53BB 7 \u5929",previous30Days:"\u8FC7\u53BB 30 \u5929"},commands:{open:"\u6253\u5F00",toggleLeftSidebar:"\u5207\u6362\u5DE6\u4FA7\u8FB9\u680F",openHomepage:"\u6253\u5F00\u4E3B\u9875",openDailyNote:"\u6253\u5F00\u6BCF\u65E5\u7B14\u8BB0",openWeeklyNote:"\u6253\u5F00\u6BCF\u5468\u7B14\u8BB0",openMonthlyNote:"\u6253\u5F00\u6BCF\u6708\u7B14\u8BB0",openQuarterlyNote:"\u6253\u5F00\u5B63\u5EA6\u7B14\u8BB0",openYearlyNote:"\u6253\u5F00\u6BCF\u5E74\u7B14\u8BB0",revealFile:"\u5B9A\u4F4D\u6587\u4EF6",search:"\u641C\u7D22",searchVaultRoot:"\u5728\u4ED3\u5E93\u6839\u76EE\u5F55\u641C\u7D22",toggleDualPane:"\u5207\u6362\u53CC\u7A97\u683C\u5E03\u5C40",toggleDualPaneOrientation:"\u5207\u6362\u53CC\u7A97\u683C\u65B9\u5411",toggleCalendar:"\u5207\u6362\u65E5\u5386",selectVaultProfile:"\u66F4\u6539\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6",selectVaultProfile1:"\u5207\u6362\u5230\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6 1",selectVaultProfile2:"\u5207\u6362\u5230\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6 2",selectVaultProfile3:"\u5207\u6362\u5230\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6 3",deleteFile:"\u5220\u9664\u6587\u4EF6",createNewNote:"\u521B\u5EFA\u65B0\u7B14\u8BB0",createNewNoteFromTemplate:"\u4ECE\u6A21\u677F\u65B0\u5EFA\u7B14\u8BB0",moveFiles:"\u79FB\u52A8\u6587\u4EF6",selectNextFile:"\u9009\u62E9\u4E0B\u4E00\u4E2A\u6587\u4EF6",selectPreviousFile:"\u9009\u62E9\u4E0A\u4E00\u4E2A\u6587\u4EF6",navigateBack:"\u5411\u540E\u5BFC\u822A",navigateForward:"\u5411\u524D\u5BFC\u822A",convertToFolderNote:"\u8F6C\u6362\u4E3A\u6587\u4EF6\u5939\u7B14\u8BB0",setAsFolderNote:"\u8BBE\u4E3A\u6587\u4EF6\u5939\u7B14\u8BB0",detachFolderNote:"\u89E3\u9664\u6587\u4EF6\u5939\u7B14\u8BB0",pinAllFolderNotes:"\u56FA\u5B9A\u6240\u6709\u6587\u4EF6\u5939\u7B14\u8BB0",navigateToFolder:"\u5BFC\u822A\u5230\u6587\u4EF6\u5939",navigateToTag:"\u5BFC\u822A\u5230\u6807\u7B7E",navigateToProperty:"\u5BFC\u822A\u5230\u5C5E\u6027",addShortcut:"\u6DFB\u52A0\u5230\u5FEB\u6377\u65B9\u5F0F",openShortcut:"\u6253\u5F00\u5FEB\u6377\u65B9\u5F0F {number}",toggleDescendants:"\u5207\u6362\u540E\u4EE3",toggleHidden:"\u5207\u6362\u9690\u85CF\u7684\u6587\u4EF6\u5939\u3001\u6807\u7B7E\u548C\u7B14\u8BB0",toggleTagSort:"\u5207\u6362\u6807\u7B7E\u6392\u5E8F",toggleCompactMode:"\u5207\u6362\u7D27\u51D1\u6A21\u5F0F",collapseExpand:"\u6298\u53E0/\u5C55\u5F00\u6240\u6709\u9879\u76EE",addTag:"\u4E3A\u9009\u5B9A\u6587\u4EF6\u6DFB\u52A0\u6807\u7B7E",setProperty:"\u4E3A\u9009\u5B9A\u6587\u4EF6\u8BBE\u7F6E\u5C5E\u6027",removeTag:"\u4ECE\u9009\u5B9A\u6587\u4EF6\u79FB\u9664\u6807\u7B7E",removeAllTags:"\u4ECE\u9009\u5B9A\u6587\u4EF6\u79FB\u9664\u6240\u6709\u6807\u7B7E",openAllFiles:"\u6253\u5F00\u6240\u6709\u6587\u4EF6",rebuildCache:"\u91CD\u5EFA\u7F13\u5B58"},plugin:{viewName:"\u7B14\u8BB0\u672C\u5BFC\u822A\u5668",calendarViewName:"\u65E5\u5386",ribbonTooltip:"\u7B14\u8BB0\u672C\u5BFC\u822A\u5668",revealInNavigator:"\u5728\u7B14\u8BB0\u672C\u5BFC\u822A\u5668\u4E2D\u5B9A\u4F4D"},tooltips:{lastModifiedAt:"\u6700\u540E\u4FEE\u6539\u4E8E",createdAt:"\u521B\u5EFA\u4E8E",file:"\u4E2A\u6587\u4EF6",files:"\u4E2A\u6587\u4EF6",folder:"\u4E2A\u6587\u4EF6\u5939",folders:"\u4E2A\u6587\u4EF6\u5939"},settings:{metadataReport:{exportSuccess:"\u5931\u8D25\u7684\u5143\u6570\u636E\u62A5\u544A\u5DF2\u5BFC\u51FA\u81F3\uFF1A{filename}",exportFailed:"\u5BFC\u51FA\u5143\u6570\u636E\u62A5\u544A\u5931\u8D25"},sections:{general:"\u901A\u7528",notes:"\u7B14\u8BB0",navigationPane:"\u5BFC\u822A",calendar:"\u5BFC\u822A\u65E5\u5386",files:"\u6587\u4EF6",icons:"\u56FE\u6807\u5305",tags:"\u6807\u7B7E",folders:"\u6587\u4EF6\u5939",folderNotes:"\u6587\u4EF6\u5939\u7B14\u8BB0",foldersAndTags:"\u6587\u4EF6\u5939",tagsAndProperties:"\u6807\u7B7E\u4E0E\u5C5E\u6027",listPane:"\u5217\u8868",advanced:"\u9AD8\u7EA7"},groups:{general:{vaultProfiles:"\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6",filtering:"\u8FC7\u6EE4",templates:"\u6A21\u677F",behavior:"\u884C\u4E3A",keyboardNavigation:"\u952E\u76D8\u5BFC\u822A",mouseButtons:"\u9F20\u6807\u6309\u94AE",view:"\u5916\u89C2",icons:"\u56FE\u6807",desktopAppearance:"\u684C\u9762\u5916\u89C2",mobileAppearance:"\u79FB\u52A8\u7AEF\u5916\u89C2",formatting:"\u683C\u5F0F"},navigation:{appearance:"\u5916\u89C2",rainbowColors:"\u5F69\u8679\u989C\u8272",leftSidebar:"\u5DE6\u4FA7\u8FB9\u680F",calendarIntegration:"\u65E5\u5386\u96C6\u6210"},list:{display:"\u5916\u89C2",pinnedNotes:"\u56FA\u5B9A\u7B14\u8BB0"},notes:{frontmatter:"\u524D\u7F6E\u5143\u6570\u636E",tasks:"\u4EFB\u52A1",icon:"\u56FE\u6807",title:"\u6807\u9898",previewText:"\u9884\u89C8\u6587\u672C",featureImage:"\u7279\u8272\u56FE\u7247",tags:"\u6807\u7B7E",properties:"\u5C5E\u6027",date:"\u65E5\u671F",parentFolder:"\u7236\u6587\u4EF6\u5939"}},syncMode:{notSynced:"\uFF08\u672A\u540C\u6B65\uFF09",disabled:"\uFF08\u5DF2\u7981\u7528\uFF09",switchToSynced:"\u542F\u7528\u540C\u6B65",switchToLocal:"\u7981\u7528\u540C\u6B65"},items:{listPaneTitle:{name:"\u5217\u8868\u7A97\u683C\u6807\u9898",desc:"\u9009\u62E9\u5217\u8868\u7A97\u683C\u6807\u9898\u7684\u663E\u793A\u4F4D\u7F6E\u3002",options:{header:"\u663E\u793A\u5728\u6807\u9898\u680F",list:"\u663E\u793A\u5728\u5217\u8868\u7A97\u683C",hidden:"\u4E0D\u663E\u793A"}},sortNotesBy:{name:"\u7B14\u8BB0\u6392\u5E8F\u65B9\u5F0F",desc:"\u9009\u62E9\u7B14\u8BB0\u5217\u8868\u4E2D\u7684\u7B14\u8BB0\u6392\u5E8F\u65B9\u5F0F\u3002",options:{"modified-desc":"\u7F16\u8F91\u65E5\u671F\uFF08\u6700\u65B0\u5728\u9876\u90E8\uFF09","modified-asc":"\u7F16\u8F91\u65E5\u671F\uFF08\u6700\u65E7\u5728\u9876\u90E8\uFF09","created-desc":"\u521B\u5EFA\u65E5\u671F\uFF08\u6700\u65B0\u5728\u9876\u90E8\uFF09","created-asc":"\u521B\u5EFA\u65E5\u671F\uFF08\u6700\u65E7\u5728\u9876\u90E8\uFF09","title-asc":"\u6807\u9898\uFF08\u5347\u5E8F\uFF09","title-desc":"\u6807\u9898\uFF08\u964D\u5E8F\uFF09","filename-asc":"\u6587\u4EF6\u540D\uFF08\u5347\u5E8F\uFF09","filename-desc":"\u6587\u4EF6\u540D\uFF08\u964D\u5E8F\uFF09","property-asc":"\u5C5E\u6027\uFF08\u5347\u5E8F\uFF09","property-desc":"\u5C5E\u6027\uFF08\u964D\u5E8F\uFF09"},propertyOverride:{asc:"\u5C5E\u6027 \u2018{property}\u2019\uFF08\u5347\u5E8F\uFF09",desc:"\u5C5E\u6027 \u2018{property}\u2019\uFF08\u964D\u5E8F\uFF09"}},propertySortKey:{name:"\u6392\u5E8F\u5C5E\u6027",desc:"\u7528\u4E8E\u5C5E\u6027\u6392\u5E8F\u3002\u5177\u6709\u6B64 frontmatter \u5C5E\u6027\u7684\u7B14\u8BB0\u9996\u5148\u5217\u51FA\uFF0C\u5E76\u6309\u5C5E\u6027\u503C\u6392\u5E8F\u3002\u6570\u7EC4\u5408\u5E76\u4E3A\u5355\u4E00\u503C\u3002",placeholder:"order"},propertySortSecondary:{name:"\u6B21\u8981\u6392\u5E8F",desc:"\u4E0E\u5C5E\u6027\u6392\u5E8F\u914D\u5408\u4F7F\u7528\uFF0C\u5F53\u7B14\u8BB0\u5177\u6709\u76F8\u540C\u7684\u5C5E\u6027\u503C\u6216\u6CA1\u6709\u5C5E\u6027\u503C\u65F6\u751F\u6548\u3002",options:{title:"\u6807\u9898",filename:"\u6587\u4EF6\u540D",created:"\u521B\u5EFA\u65E5\u671F",modified:"\u7F16\u8F91\u65E5\u671F"}},revealFileOnListChanges:{name:"\u5217\u8868\u53D8\u66F4\u65F6\u6EDA\u52A8\u5230\u9009\u5B9A\u6587\u4EF6",desc:"\u5728\u56FA\u5B9A\u7B14\u8BB0\u3001\u663E\u793A\u540E\u4EE3\u7B14\u8BB0\u3001\u66F4\u6539\u6587\u4EF6\u5939\u5916\u89C2\u6216\u6267\u884C\u6587\u4EF6\u64CD\u4F5C\u65F6\u6EDA\u52A8\u5230\u9009\u5B9A\u7684\u6587\u4EF6\u3002"},includeDescendantNotes:{name:"\u663E\u793A\u5B50\u6587\u4EF6\u5939/\u540E\u4EE3\u7684\u7B14\u8BB0",desc:"\u5728\u67E5\u770B\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u65F6\u5305\u542B\u5D4C\u5957\u5B50\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u540E\u4EE3\u4E2D\u7684\u7B14\u8BB0\u3002"},limitPinnedToCurrentFolder:{name:"\u4EC5\u5728\u7B14\u8BB0\u6240\u5728\u6587\u4EF6\u5939\u4E2D\u56FA\u5B9A",desc:"\u56FA\u5B9A\u7B14\u8BB0\u4EC5\u5728\u5176\u6240\u5728\u6587\u4EF6\u5939\u4E2D\u663E\u793A\u4E3A\u5DF2\u56FA\u5B9A\u3002\u9002\u7528\u4E8E\u6587\u4EF6\u5939\u7B14\u8BB0\u6216\u56FA\u5B9A\u7B14\u8BB0\u8F83\u591A\u7684\u60C5\u51B5\u3002\u4E0D\u5F71\u54CD\u6807\u7B7E\u6216\u5C5E\u6027\u89C6\u56FE\u3002"},separateNoteCounts:{name:"\u5206\u522B\u663E\u793A\u5F53\u524D\u548C\u540E\u4EE3\u8BA1\u6570",desc:'\u5728\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u4E2D\u4EE5"\u5F53\u524D \u25BE \u540E\u4EE3"\u683C\u5F0F\u663E\u793A\u7B14\u8BB0\u8BA1\u6570\u3002'},groupNotes:{name:"\u5206\u7EC4\u7B14\u8BB0",desc:"\u5728\u6309\u65E5\u671F\u6216\u6587\u4EF6\u5939\u5206\u7EC4\u7684\u7B14\u8BB0\u4E4B\u95F4\u663E\u793A\u6807\u9898\u3002\u542F\u7528\u6587\u4EF6\u5939\u5206\u7EC4\u65F6\uFF0C\u6807\u7B7E\u89C6\u56FE\u4F7F\u7528\u65E5\u671F\u5206\u7EC4\u3002",options:{none:"\u4E0D\u5206\u7EC4",date:"\u6309\u65E5\u671F\u5206\u7EC4",folder:"\u6309\u6587\u4EF6\u5939\u5206\u7EC4"}},showSelectedNavigationPills:{name:"\u59CB\u7EC8\u663E\u793A\u6240\u6709\u6807\u7B7E\u548C\u5C5E\u6027\u6807\u8BB0",desc:'\u7981\u7528\u65F6\uFF0C\u4E0E\u5F53\u524D\u5BFC\u822A\u9009\u62E9\u5339\u914D\u7684\u6807\u8BB0\u4F1A\u88AB\u9690\u85CF\uFF08\u4F8B\u5982\uFF0C\u6D4F\u89C8"\u98DF\u8C31"\u6807\u7B7E\u65F6\uFF0C"\u98DF\u8C31"\u6807\u7B7E\u6807\u8BB0\u4F1A\u88AB\u9690\u85CF\uFF09\u3002\u542F\u7528\u540E\u6240\u6709\u6807\u8BB0\u59CB\u7EC8\u53EF\u89C1\u3002'},showPinnedGroupHeader:{name:"\u663E\u793A\u56FA\u5B9A\u7EC4\u6807\u9898",desc:"\u5728\u56FA\u5B9A\u7B14\u8BB0\u4E0A\u65B9\u663E\u793A\u5206\u7EC4\u6807\u9898\u3002"},showPinnedIcon:{name:"\u663E\u793A\u56FA\u5B9A\u56FE\u6807",desc:"\u5728\u56FA\u5B9A\u90E8\u5206\u6807\u9898\u65C1\u663E\u793A\u56FE\u6807\u3002"},defaultListMode:{name:"\u9ED8\u8BA4\u5217\u8868\u6A21\u5F0F",desc:"\u9009\u62E9\u9ED8\u8BA4\u5217\u8868\u5E03\u5C40\u3002\u6807\u51C6\u663E\u793A\u6807\u9898\u3001\u65E5\u671F\u3001\u63CF\u8FF0\u548C\u9884\u89C8\u6587\u672C\u3002\u7D27\u51D1\u53EA\u663E\u793A\u6807\u9898\u3002\u5916\u89C2\u53EF\u6309\u6587\u4EF6\u5939\u8986\u76D6\u3002",options:{standard:"\u6807\u51C6",compact:"\u7D27\u51D1"}},showFileIcons:{name:"\u663E\u793A\u6587\u4EF6\u56FE\u6807",desc:"\u663E\u793A\u6587\u4EF6\u56FE\u6807\u5E76\u4FDD\u7559\u5DE6\u5BF9\u9F50\u95F4\u8DDD\u3002\u7981\u7528\u540E\u5C06\u79FB\u9664\u56FE\u6807\u548C\u7F29\u8FDB\u3002\u4F18\u5148\u7EA7\uFF1A\u672A\u5B8C\u6210\u4EFB\u52A1\u56FE\u6807 > \u81EA\u5B9A\u4E49\u56FE\u6807 > \u6587\u4EF6\u540D\u56FE\u6807 > \u6587\u4EF6\u7C7B\u578B\u56FE\u6807 > \u9ED8\u8BA4\u56FE\u6807\u3002"},showFileIconUnfinishedTask:{name:"\u672A\u5B8C\u6210\u4EFB\u52A1\u56FE\u6807",desc:"\u5F53\u7B14\u8BB0\u5305\u542B\u672A\u5B8C\u6210\u4EFB\u52A1\u65F6\u663E\u793A\u4EFB\u52A1\u56FE\u6807\u3002"},showFileBackgroundUnfinishedTask:{name:"\u672A\u5B8C\u6210\u4EFB\u52A1\u80CC\u666F",desc:"\u5F53\u7B14\u8BB0\u5305\u542B\u672A\u5B8C\u6210\u4EFB\u52A1\u65F6\u5E94\u7528\u80CC\u666F\u989C\u8272\u3002"},unfinishedTaskBackgroundColor:{name:"\u80CC\u666F\u989C\u8272",desc:"\u8BBE\u7F6E\u7B14\u8BB0\u5305\u542B\u672A\u5B8C\u6210\u4EFB\u52A1\u65F6\u4F7F\u7528\u7684\u80CC\u666F\u989C\u8272\u3002"},showFilenameMatchIcons:{name:"\u6309\u6587\u4EF6\u540D\u8BBE\u7F6E\u56FE\u6807",desc:"\u6839\u636E\u6587\u4EF6\u540D\u4E2D\u7684\u6587\u672C\u5206\u914D\u56FE\u6807\u3002"},fileNameIconMap:{name:"\u6587\u4EF6\u540D\u56FE\u6807\u6620\u5C04",desc:"\u5305\u542B\u6307\u5B9A\u6587\u672C\u7684\u6587\u4EF6\u5C06\u83B7\u5F97\u6307\u5B9A\u56FE\u6807\u3002\u6BCF\u884C\u4E00\u4E2A\u6620\u5C04\uFF1A\u6587\u672C=\u56FE\u6807",placeholder:`# \u6587\u672C=\u56FE\u6807 +\u4F1A\u8BAE=LiCalendar +\u53D1\u7968=PhReceipt`,editTooltip:"\u7F16\u8F91\u6620\u5C04"},showCategoryIcons:{name:"\u6309\u6587\u4EF6\u7C7B\u578B\u8BBE\u7F6E\u56FE\u6807",desc:"\u6839\u636E\u6587\u4EF6\u6269\u5C55\u540D\u5206\u914D\u56FE\u6807\u3002"},fileTypeIconMap:{name:"\u6587\u4EF6\u7C7B\u578B\u56FE\u6807\u6620\u5C04",desc:"\u5177\u6709\u6307\u5B9A\u6269\u5C55\u540D\u7684\u6587\u4EF6\u5C06\u83B7\u5F97\u6307\u5B9A\u56FE\u6807\u3002\u6BCF\u884C\u4E00\u4E2A\u6620\u5C04\uFF1A\u6269\u5C55\u540D=\u56FE\u6807",placeholder:`# Extension=icon +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u7F16\u8F91\u6620\u5C04"},optimizeNoteHeight:{name:"\u53EF\u53D8\u7B14\u8BB0\u9AD8\u5EA6",desc:"\u4E3A\u56FA\u5B9A\u7B14\u8BB0\u548C\u65E0\u9884\u89C8\u6587\u672C\u7684\u7B14\u8BB0\u4F7F\u7528\u7D27\u51D1\u9AD8\u5EA6\u3002"},compactItemHeight:{name:"\u7CBE\u7B80\u9879\u76EE\u9AD8\u5EA6",desc:"\u8BBE\u7F6E\u684C\u9762\u548C\u79FB\u52A8\u7AEF\u7684\u7D27\u51D1\u5217\u8868\u9879\u9AD8\u5EA6\u3002",resetTooltip:"\u6062\u590D\u9ED8\u8BA4\u503C (28px)"},compactItemHeightScaleText:{name:"\u968F\u7CBE\u7B80\u9AD8\u5EA6\u7F29\u653E\u6587\u672C",desc:"\u5F53\u51CF\u5C0F\u7D27\u51D1\u5217\u8868\u9879\u9AD8\u5EA6\u65F6\u540C\u6B65\u7F29\u653E\u6587\u672C\u3002"},showParentFolder:{name:"\u663E\u793A\u7236\u6587\u4EF6\u5939",desc:"\u4E3A\u5B50\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u4E2D\u7684\u7B14\u8BB0\u663E\u793A\u7236\u6587\u4EF6\u5939\u540D\u79F0\u3002"},parentFolderClickRevealsFile:{name:"\u70B9\u51FB\u7236\u6587\u4EF6\u5939\u6253\u5F00\u6587\u4EF6\u5939",desc:"\u70B9\u51FB\u7236\u6587\u4EF6\u5939\u540D\u79F0\u65F6\uFF0C\u5728\u5217\u8868\u9762\u677F\u4E2D\u6253\u5F00\u8BE5\u6587\u4EF6\u5939\u3002"},showParentFolderColor:{name:"\u663E\u793A\u7236\u6587\u4EF6\u5939\u989C\u8272",desc:"\u5728\u7236\u6587\u4EF6\u5939\u6807\u7B7E\u4E0A\u4F7F\u7528\u6587\u4EF6\u5939\u989C\u8272\u3002"},showParentFolderIcon:{name:"\u663E\u793A\u7236\u6587\u4EF6\u5939\u56FE\u6807",desc:"\u5728\u7236\u6587\u4EF6\u5939\u6807\u7B7E\u65C1\u663E\u793A\u6587\u4EF6\u5939\u56FE\u6807\u3002"},showQuickActions:{name:"\u663E\u793A\u5FEB\u901F\u64CD\u4F5C",desc:"\u60AC\u505C\u5728\u6587\u4EF6\u4E0A\u65F6\u663E\u793A\u64CD\u4F5C\u6309\u94AE\u3002\u6309\u94AE\u63A7\u4EF6\u9009\u62E9\u663E\u793A\u54EA\u4E9B\u64CD\u4F5C\u3002"},dualPane:{name:"\u53CC\u7A97\u683C\u5E03\u5C40",desc:"\u5728\u684C\u9762\u7AEF\u5E76\u6392\u663E\u793A\u5BFC\u822A\u7A97\u683C\u548C\u5217\u8868\u7A97\u683C\u3002"},dualPaneOrientation:{name:"\u53CC\u680F\u5E03\u5C40\u65B9\u5411",desc:"\u53CC\u680F\u542F\u7528\u65F6\u9009\u62E9\u6C34\u5E73\u6216\u5782\u76F4\u5E03\u5C40\u3002",options:{horizontal:"\u6C34\u5E73\u5206\u5272",vertical:"\u5782\u76F4\u5206\u5272"}},appearanceBackground:{name:"\u80CC\u666F\u8272",desc:"\u4E3A\u5BFC\u822A\u7A97\u683C\u548C\u5217\u8868\u7A97\u683C\u9009\u62E9\u80CC\u666F\u8272\u3002",options:{separate:"\u5206\u5F00\u80CC\u666F",primary:"\u4F7F\u7528\u5217\u8868\u80CC\u666F",secondary:"\u4F7F\u7528\u5BFC\u822A\u80CC\u666F"}},appearanceScale:{name:"\u7F29\u653E\u7EA7\u522B",desc:"\u63A7\u5236 Notebook Navigator \u7684\u6574\u4F53\u7F29\u653E\u7EA7\u522B\u3002"},useFloatingToolbars:{name:"\u5728 iOS/iPadOS \u4E0A\u4F7F\u7528\u6D6E\u52A8\u5DE5\u5177\u680F",desc:"\u9002\u7528\u4E8E Obsidian 1.11 \u53CA\u66F4\u9AD8\u7248\u672C\u3002"},startView:{name:"\u9ED8\u8BA4\u542F\u52A8\u89C6\u56FE",desc:"\u9009\u62E9\u6253\u5F00 Notebook Navigator \u65F6\u663E\u793A\u7684\u7A97\u683C\u3002\u5BFC\u822A\u7A97\u683C\u663E\u793A\u5FEB\u6377\u65B9\u5F0F\u3001\u6700\u8FD1\u6587\u4EF6\u548C\u6587\u4EF6\u5939\u7ED3\u6784\u3002\u5217\u8868\u7A97\u683C\u663E\u793A\u6587\u4EF6\u5217\u8868\u3002",options:{navigation:"\u5BFC\u822A\u7A97\u683C",files:"\u5217\u8868\u7A97\u683C"}},toolbarButtons:{name:"\u5DE5\u5177\u680F\u6309\u94AE",desc:"\u9009\u62E9\u5728\u5DE5\u5177\u680F\u4E2D\u663E\u793A\u54EA\u4E9B\u6309\u94AE\u3002\u9690\u85CF\u7684\u6309\u94AE\u4ECD\u53EF\u901A\u8FC7\u547D\u4EE4\u548C\u83DC\u5355\u8BBF\u95EE\u3002",navigationLabel:"\u5BFC\u822A\u5DE5\u5177\u680F",listLabel:"\u5217\u8868\u5DE5\u5177\u680F"},createNewNotesInNewTab:{name:"\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00\u65B0\u7B14\u8BB0",desc:'\u542F\u7528\u540E\uFF0C"\u521B\u5EFA\u65B0\u7B14\u8BB0"\u547D\u4EE4\u4F1A\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00\u7B14\u8BB0\u3002\u7981\u7528\u540E\uFF0C\u7B14\u8BB0\u5C06\u66FF\u6362\u5F53\u524D\u6807\u7B7E\u9875\u3002'},autoRevealActiveNote:{name:"\u81EA\u52A8\u5B9A\u4F4D\u6D3B\u52A8\u7B14\u8BB0",desc:"\u4ECE\u5FEB\u901F\u5207\u6362\u5668\u3001\u94FE\u63A5\u6216\u641C\u7D22\u6253\u5F00\u7B14\u8BB0\u65F6\u81EA\u52A8\u663E\u793A\u3002"},autoRevealShortestPath:{name:"\u4F7F\u7528\u6700\u77ED\u8DEF\u5F84",desc:"\u542F\u7528\uFF1A\u81EA\u52A8\u663E\u793A\u9009\u62E9\u6700\u8FD1\u7684\u53EF\u89C1\u7956\u5148\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u3002\u7981\u7528\uFF1A\u81EA\u52A8\u663E\u793A\u9009\u62E9\u6587\u4EF6\u7684\u5B9E\u9645\u6587\u4EF6\u5939\u548C\u7CBE\u786E\u6807\u7B7E\u3002"},autoRevealIgnoreRightSidebar:{name:"\u5FFD\u7565\u53F3\u4FA7\u8FB9\u680F\u4E8B\u4EF6",desc:"\u5728\u53F3\u4FA7\u8FB9\u680F\u4E2D\u70B9\u51FB\u6216\u66F4\u6539\u7B14\u8BB0\u65F6\u4E0D\u66F4\u6539\u6D3B\u52A8\u7B14\u8BB0\u3002"},autoRevealIgnoreOtherWindows:{name:"\u5FFD\u7565\u5176\u4ED6\u7A97\u53E3\u7684\u4E8B\u4EF6",desc:"\u5728\u5176\u4ED6\u7A97\u53E3\u4E2D\u64CD\u4F5C\u7B14\u8BB0\u65F6\u4E0D\u66F4\u6539\u6D3B\u52A8\u7B14\u8BB0\u3002"},paneTransitionDuration:{name:"\u5355\u7A97\u683C\u52A8\u753B",desc:"\u5728\u5355\u7A97\u683C\u6A21\u5F0F\u4E0B\u5207\u6362\u7A97\u683C\u65F6\u7684\u8FC7\u6E21\u6301\u7EED\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09\u3002",resetTooltip:"\u91CD\u7F6E\u4E3A\u9ED8\u8BA4\u503C"},autoSelectFirstFileOnFocusChange:{name:"\u81EA\u52A8\u9009\u62E9\u7B2C\u4E00\u4E2A\u7B14\u8BB0",desc:"\u5207\u6362\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u65F6\u81EA\u52A8\u6253\u5F00\u7B2C\u4E00\u4E2A\u7B14\u8BB0\u3002"},skipAutoScroll:{name:"\u7981\u7528\u5FEB\u6377\u65B9\u5F0F\u81EA\u52A8\u6EDA\u52A8",desc:"\u70B9\u51FB\u5FEB\u6377\u65B9\u5F0F\u4E2D\u7684\u9879\u76EE\u65F6\u4E0D\u6EDA\u52A8\u5BFC\u822A\u9762\u677F\u3002"},autoExpandNavItems:{name:"\u9009\u4E2D\u65F6\u5C55\u5F00",desc:"\u9009\u4E2D\u65F6\u5C55\u5F00\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u3002\u5728\u5355\u7A97\u683C\u6A21\u5F0F\u4E0B\uFF0C\u9996\u6B21\u9009\u4E2D\u5C55\u5F00\uFF0C\u518D\u6B21\u9009\u4E2D\u663E\u793A\u6587\u4EF6\u3002"},springLoadedFolders:{name:"\u62D6\u52A8\u65F6\u5C55\u5F00",desc:"\u62D6\u52A8\u64CD\u4F5C\u4E2D\u60AC\u505C\u65F6\u5C55\u5F00\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u3002"},springLoadedFoldersInitialDelay:{name:"\u9996\u6B21\u5C55\u5F00\u5EF6\u8FDF",desc:"\u62D6\u52A8\u65F6\u9996\u6B21\u5C55\u5F00\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u524D\u7684\u5EF6\u8FDF\uFF08\u79D2\uFF09\u3002"},springLoadedFoldersSubsequentDelay:{name:"\u540E\u7EED\u5C55\u5F00\u5EF6\u8FDF",desc:"\u540C\u4E00\u6B21\u62D6\u52A8\u4E2D\u5C55\u5F00\u66F4\u591A\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u524D\u7684\u5EF6\u8FDF\uFF08\u79D2\uFF09\u3002"},navigationBanner:{name:"\u5BFC\u822A\u6A2A\u5E45\uFF08\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6\uFF09",desc:"\u5728\u5BFC\u822A\u7A97\u683C\u9876\u90E8\u663E\u793A\u4E00\u5F20\u56FE\u7247\u3002\u968F\u6240\u9009\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6\u800C\u53D8\u5316\u3002",current:"\u5F53\u524D\u6A2A\u5E45\uFF1A{path}",chooseButton:"\u9009\u62E9\u56FE\u7247"},pinNavigationBanner:{name:"\u56FA\u5B9A\u6A2A\u5E45",desc:"\u5C06\u5BFC\u822A\u6A2A\u5E45\u56FA\u5B9A\u5728\u5BFC\u822A\u6811\u4E0A\u65B9\u3002"},showShortcuts:{name:"\u663E\u793A\u5FEB\u6377\u65B9\u5F0F",desc:"\u5728\u5BFC\u822A\u7A97\u683C\u4E2D\u663E\u793A\u5FEB\u6377\u65B9\u5F0F\u90E8\u5206\u3002"},shortcutBadgeDisplay:{name:"\u5FEB\u6377\u65B9\u5F0F\u5FBD\u7AE0",desc:'\u5728\u5FEB\u6377\u65B9\u5F0F\u65C1\u8FB9\u663E\u793A\u7684\u5185\u5BB9\u3002\u4F7F\u7528"\u6253\u5F00\u5FEB\u6377\u65B9\u5F0F1-9"\u547D\u4EE4\u53EF\u76F4\u63A5\u6253\u5F00\u5FEB\u6377\u65B9\u5F0F\u3002',options:{index:"\u4F4D\u7F6E (1-9)",count:"\u9879\u76EE\u8BA1\u6570",none:"\u65E0"}},showRecentNotes:{name:"\u663E\u793A\u6700\u8FD1\u6587\u4EF6",desc:"\u5728\u5BFC\u822A\u7A97\u683C\u4E2D\u663E\u793A\u6700\u8FD1\u6587\u4EF6\u90E8\u5206\u3002"},hideRecentNotes:{name:"\u9690\u85CF\u6587\u4EF6\u7C7B\u578B",desc:"\u9009\u62E9\u5728\u6700\u8FD1\u6587\u4EF6\u90E8\u5206\u4E2D\u9690\u85CF\u7684\u6587\u4EF6\u7C7B\u578B\u3002",options:{none:"\u65E0",folderNotes:"\u6587\u4EF6\u5939\u7B14\u8BB0"}},recentNotesCount:{name:"\u6700\u8FD1\u6587\u4EF6\u6570\u91CF",desc:"\u8981\u663E\u793A\u7684\u6700\u8FD1\u6587\u4EF6\u6570\u91CF\u3002"},pinRecentNotesWithShortcuts:{name:"\u5C06\u6700\u8FD1\u6587\u4EF6\u4E0E\u5FEB\u6377\u65B9\u5F0F\u4E00\u8D77\u56FA\u5B9A",desc:"\u56FA\u5B9A\u5FEB\u6377\u65B9\u5F0F\u65F6\u5305\u542B\u6700\u8FD1\u6587\u4EF6\u3002"},calendarEnabled:{name:"\u542F\u7528\u65E5\u5386",desc:"\u542F\u7528 Notebook Navigator \u7684\u65E5\u5386\u529F\u80FD\u3002"},calendarPlacement:{name:"\u65E5\u5386\u4F4D\u7F6E",desc:"\u5728\u5DE6\u4FA7\u8FB9\u680F\u6216\u53F3\u4FA7\u8FB9\u680F\u4E2D\u663E\u793A\u3002",options:{leftSidebar:"\u5DE6\u4FA7\u8FB9\u680F",rightSidebar:"\u53F3\u4FA7\u8FB9\u680F"}},calendarLeftPlacement:{name:"\u5355\u7A97\u683C\u4F4D\u7F6E",desc:"\u5355\u7A97\u683C\u6A21\u5F0F\u4E0B\u65E5\u5386\u663E\u793A\u7684\u4F4D\u7F6E\u3002",options:{navigationPane:"\u5BFC\u822A\u7A97\u683C",below:"\u7A97\u683C\u4E0B\u65B9"}},calendarLocale:{name:"\u65E5\u5386\u8BED\u8A00",desc:"\u9009\u62E9\u65E5\u5386\u663E\u793A\u7684\u8BED\u8A00\u3002",incompatibleWeekPatternWarning:'\u5468\u8BB0\u6A21\u5F0F\u4F7F\u7528\u4E86 ISO \u5468\u6807\u8BB0\uFF08"W" \u6216 "G"\uFF09\u3002\u65E5\u5386\u5C06\u4ECE\u661F\u671F\u4E00\u5F00\u59CB\u663E\u793A\u6BCF\u5468\uFF0C\u800C\u4E0D\u662F\u6B64\u8BED\u8A00\u8BBE\u7F6E\u7684\u6BCF\u5468\u7B2C\u4E00\u5929\u3002',options:{systemDefault:"\u7CFB\u7EDF\u9ED8\u8BA4"}},calendarWeekendDays:{name:"\u5468\u672B",desc:"\u7528\u4E0D\u540C\u7684\u80CC\u666F\u989C\u8272\u663E\u793A\u5468\u672B\u3002",options:{none:"\u65E0",satSun:"\u5468\u516D\u548C\u5468\u65E5",friSat:"\u5468\u4E94\u548C\u5468\u516D",thuFri:"\u5468\u56DB\u548C\u5468\u4E94"}},calendarMonthHeadingFormat:{name:"\u6708\u4EFD\u540D\u79F0\u683C\u5F0F",desc:"\u5E74\u89C6\u56FE\u9690\u85CF\u65F6\uFF0C\u663E\u793A\u6B63\u5E38\u6216\u7F29\u5199\u7684\u6708\u4EFD\u540D\u79F0\u3002",options:{full:"\u4E00\u6708 (\u5B8C\u6574)",short:"1\u6708 (\u7B80\u79F0)"}},showInfoButtons:{name:"\u663E\u793A\u4FE1\u606F\u6309\u94AE",desc:"\u5728\u641C\u7D22\u680F\u548C\u65E5\u5386\u6807\u9898\u4E2D\u663E\u793A\u4FE1\u606F\u6309\u94AE\u3002"},calendarWeeksToShow:{name:"\u5DE6\u4FA7\u8FB9\u680F\u663E\u793A\u5468\u6570",desc:"\u53F3\u4FA7\u8FB9\u680F\u7684\u65E5\u5386\u59CB\u7EC8\u663E\u793A\u5B8C\u6574\u6708\u4EFD\u3002",options:{fullMonth:"\u5B8C\u6574\u6708\u4EFD",oneWeek:"1 \u5468",weeksCount:"{count} \u5468"}},calendarHighlightToday:{name:"\u9AD8\u4EAE\u4ECA\u5929\u65E5\u671F",desc:"\u4F7F\u7528\u80CC\u666F\u989C\u8272\u548C\u52A0\u7C97\u6587\u672C\u9AD8\u4EAE\u4ECA\u5929\u65E5\u671F\u3002"},calendarShowFeatureImage:{name:"\u663E\u793A\u7279\u8272\u56FE\u7247",desc:"\u5728\u65E5\u5386\u4E2D\u663E\u793A\u7B14\u8BB0\u7684\u7279\u8272\u56FE\u7247\u3002"},calendarShowWeekNumber:{name:"\u663E\u793A\u5468\u53F7",desc:"\u5728\u6BCF\u884C\u5F00\u5934\u663E\u793A\u5468\u53F7\u3002"},calendarShowQuarter:{name:"\u663E\u793A\u5B63\u5EA6",desc:"\u5728\u65E5\u5386\u6807\u9898\u4E2D\u6DFB\u52A0\u5B63\u5EA6\u6807\u7B7E\u3002"},calendarShowYearCalendar:{name:"\u663E\u793A\u5E74\u5386",desc:"\u5728\u53F3\u4FA7\u8FB9\u680F\u4E2D\u663E\u793A\u5E74\u4EFD\u5BFC\u822A\u548C\u6708\u4EFD\u7F51\u683C\u3002"},calendarConfirmBeforeCreate:{name:"\u521B\u5EFA\u524D\u786E\u8BA4",desc:"\u70B9\u51FB\u6CA1\u6709\u7B14\u8BB0\u7684\u65E5\u671F\u65F6\u663E\u793A\u786E\u8BA4\u5BF9\u8BDD\u6846\u3002"},calendarIntegrationMode:{name:"\u65E5\u8BB0\u6765\u6E90",desc:"\u65E5\u5386\u7B14\u8BB0\u7684\u6765\u6E90\u3002",options:{dailyNotes:"\u65E5\u8BB0\uFF08\u6838\u5FC3\u63D2\u4EF6\uFF09",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u6587\u4EF6\u5939\u548C\u65E5\u671F\u683C\u5F0F\u5728\u65E5\u8BB0\u6838\u5FC3\u63D2\u4EF6\u4E2D\u914D\u7F6E\u3002"}},calendarCustomRootFolder:{name:"\u6839\u6587\u4EF6\u5939",desc:"\u5468\u671F\u7B14\u8BB0\u7684\u57FA\u7840\u6587\u4EF6\u5939\u3002\u65E5\u671F\u6A21\u5F0F\u53EF\u4EE5\u5305\u542B\u5B50\u6587\u4EF6\u5939\u3002\u968F\u6240\u9009\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6\u66F4\u6539\u3002",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u6A21\u677F\u6587\u4EF6\u5939\u4F4D\u7F6E",desc:"\u6A21\u677F\u6587\u4EF6\u9009\u62E9\u5668\u663E\u793A\u6B64\u6587\u4EF6\u5939\u4E2D\u7684\u7B14\u8BB0\u3002",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u65E5\u8BB0",desc:"\u4F7F\u7528 Moment \u65E5\u671F\u683C\u5F0F\u8BBE\u7F6E\u8DEF\u5F84\u3002\u5C06\u5B50\u6587\u4EF6\u5939\u540D\u79F0\u7528\u65B9\u62EC\u53F7\u62EC\u8D77\u6765\uFF0C\u4F8B\u5982 [Work]/YYYY\u3002\u70B9\u51FB\u6A21\u677F\u56FE\u6807\u8BBE\u7F6E\u6A21\u677F\u3002\u5728\u5E38\u89C4 > \u6A21\u677F\u4E2D\u8BBE\u7F6E\u6A21\u677F\u6587\u4EF6\u5939\u4F4D\u7F6E\u3002",momentDescPrefix:"\u4F7F\u7528 ",momentLinkText:"Moment \u65E5\u671F\u683C\u5F0F",momentDescSuffix:" \u8BBE\u7F6E\u8DEF\u5F84\u3002\u5C06\u5B50\u6587\u4EF6\u5939\u540D\u79F0\u7528\u65B9\u62EC\u53F7\u62EC\u8D77\u6765\uFF0C\u4F8B\u5982 [Work]/YYYY\u3002\u70B9\u51FB\u6A21\u677F\u56FE\u6807\u8BBE\u7F6E\u6A21\u677F\u3002\u5728\u5E38\u89C4 > \u6A21\u677F\u4E2D\u8BBE\u7F6E\u6A21\u677F\u6587\u4EF6\u5939\u4F4D\u7F6E\u3002",placeholder:"YYYY/YYYYMMDD",example:"\u5F53\u524D\u8BED\u6CD5\uFF1A{path}",parsingError:"\u6A21\u5F0F\u5FC5\u987B\u80FD\u683C\u5F0F\u5316\u5E76\u91CD\u65B0\u89E3\u6790\u4E3A\u5B8C\u6574\u65E5\u671F\uFF08\u5E74\u3001\u6708\u3001\u65E5\uFF09\u3002"},calendarCustomWeekPattern:{name:"\u5468\u8BB0",parsingError:"\u6A21\u5F0F\u5FC5\u987B\u80FD\u683C\u5F0F\u5316\u5E76\u91CD\u65B0\u89E3\u6790\u4E3A\u5B8C\u6574\u5468\uFF08\u5468\u5E74\u3001\u5468\u6570\uFF09\u3002",localeMismatchWarning:'\u6B64\u6A21\u5F0F\u4F7F\u7528\u4E86 ISO \u5468\u6807\u8BB0\uFF08"W" \u6216 "G"\uFF09\u3002\u65E5\u5386\u5C06\u4ECE\u661F\u671F\u4E00\u5F00\u59CB\u663E\u793A\u6BCF\u5468\u3002\u5982\u679C\u5468\u8BB0\u5E94\u9075\u5FAA\u6240\u9009\u8BED\u8A00\u8BBE\u7F6E\uFF0C\u8BF7\u4F7F\u7528 "w" \u6216 "g"\u3002'},calendarCustomMonthPattern:{name:"\u6708\u8BB0",parsingError:"\u6A21\u5F0F\u5FC5\u987B\u80FD\u683C\u5F0F\u5316\u5E76\u91CD\u65B0\u89E3\u6790\u4E3A\u5B8C\u6574\u6708\u4EFD\uFF08\u5E74\u3001\u6708\uFF09\u3002"},calendarCustomQuarterPattern:{name:"\u5B63\u5EA6\u7B14\u8BB0",parsingError:"\u6A21\u5F0F\u5FC5\u987B\u80FD\u683C\u5F0F\u5316\u5E76\u91CD\u65B0\u89E3\u6790\u4E3A\u5B8C\u6574\u5B63\u5EA6\uFF08\u5E74\u3001\u5B63\u5EA6\uFF09\u3002"},calendarCustomYearPattern:{name:"\u5E74\u8BB0",parsingError:"\u6A21\u5F0F\u5FC5\u987B\u80FD\u683C\u5F0F\u5316\u5E76\u91CD\u65B0\u89E3\u6790\u4E3A\u5B8C\u6574\u5E74\u4EFD\uFF08\u5E74\uFF09\u3002"},calendarTemplateFile:{current:"\u6A21\u677F\u6587\u4EF6\uFF1A{name}"},showTooltips:{name:"\u663E\u793A\u5DE5\u5177\u63D0\u793A",desc:"\u60AC\u505C\u65F6\u663E\u793A\u7B14\u8BB0\u548C\u6587\u4EF6\u5939\u7684\u989D\u5916\u4FE1\u606F\u5DE5\u5177\u63D0\u793A\u3002"},showTooltipPath:{name:"\u663E\u793A\u8DEF\u5F84",desc:"\u5728\u5DE5\u5177\u63D0\u793A\u4E2D\u7684\u7B14\u8BB0\u540D\u79F0\u4E0B\u65B9\u663E\u793A\u6587\u4EF6\u5939\u8DEF\u5F84\u3002"},resetPaneSeparator:{name:"\u91CD\u7F6E\u9762\u677F\u5206\u9694\u7B26\u4F4D\u7F6E",desc:"\u5C06\u5BFC\u822A\u9762\u677F\u548C\u5217\u8868\u9762\u677F\u4E4B\u95F4\u7684\u53EF\u62D6\u52A8\u5206\u9694\u7B26\u91CD\u7F6E\u4E3A\u9ED8\u8BA4\u4F4D\u7F6E\u3002",buttonText:"\u91CD\u7F6E\u5206\u9694\u7B26",notice:"\u5206\u9694\u7B26\u4F4D\u7F6E\u5DF2\u91CD\u7F6E\u3002\u91CD\u542F Obsidian \u6216\u91CD\u65B0\u6253\u5F00 Notebook Navigator \u4EE5\u5E94\u7528\u3002"},settingsTransfer:{name:"\u5BFC\u5165\u548C\u5BFC\u51FA\u8BBE\u7F6E",desc:"\u5C06 Notebook Navigator \u8BBE\u7F6E\u5BFC\u51FA\u6216\u5BFC\u5165\u4E3A JSON\u3002\u5BFC\u5165\u4F1A\u66FF\u6362\u6240\u6709\u8BBE\u7F6E\u3002",importButtonText:"\u5BFC\u5165",exportButtonText:"\u5BFC\u51FA",import:{modalTitle:"\u5BFC\u5165\u8BBE\u7F6E",fileButtonName:"\u4ECE\u6587\u4EF6\u5BFC\u5165",fileButtonDesc:"\u4ECE\u78C1\u76D8\u52A0\u8F7D JSON \u6587\u4EF6\u3002",fileButtonText:"\u4ECE\u6587\u4EF6\u5BFC\u5165",editorName:"JSON",editorDesc:"\u5728\u4E0B\u65B9\u7C98\u8D34\u6216\u7F16\u8F91 JSON\u3002\u672A\u5305\u542B\u7684\u8BBE\u7F6E\u5C06\u91CD\u7F6E\u4E3A\u9ED8\u8BA4\u503C\u3002",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u5BFC\u5165",successNotice:"\u8BBE\u7F6E\u5DF2\u5BFC\u5165\u3002",errorNotice:"\u5BFC\u5165\u8BBE\u7F6E\u5931\u8D25: {message}",fileReadError:"\u65E0\u6CD5\u8BFB\u53D6\u6587\u4EF6: {message}"},export:{modalTitle:"\u5BFC\u51FA\u8BBE\u7F6E",editorName:"JSON",editorDesc:"\u4EC5\u5305\u542B\u4E0E\u9ED8\u8BA4\u503C\u4E0D\u540C\u7684\u8BBE\u7F6E\u3002",placeholder:"{}",copyButtonText:"\u590D\u5236\u5230\u526A\u8D34\u677F",downloadButtonText:"\u4E0B\u8F7D",copyNotice:"\u8BBE\u7F6E\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F\u3002",downloadNotice:"\u8BBE\u7F6E\u5DF2\u5BFC\u51FA\u3002",downloadError:"\u4E0B\u8F7D\u8BBE\u7F6E\u5931\u8D25: {message}"}},resetAllSettings:{name:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E",desc:"\u5C06 Notebook Navigator \u7684\u6240\u6709\u8BBE\u7F6E\u91CD\u7F6E\u4E3A\u9ED8\u8BA4\u503C\u3002",buttonText:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E",confirmTitle:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E\uFF1F",confirmMessage:"\u8FD9\u5C06\u628A Notebook Navigator \u7684\u6240\u6709\u8BBE\u7F6E\u91CD\u7F6E\u4E3A\u9ED8\u8BA4\u503C\u3002\u6B64\u64CD\u4F5C\u65E0\u6CD5\u64A4\u9500\u3002",confirmButtonText:"\u91CD\u7F6E\u6240\u6709\u8BBE\u7F6E",notice:"\u6240\u6709\u8BBE\u7F6E\u5DF2\u91CD\u7F6E\u3002\u91CD\u542F Obsidian \u6216\u91CD\u65B0\u6253\u5F00 Notebook Navigator \u4EE5\u5E94\u7528\u3002",error:"\u91CD\u7F6E\u8BBE\u7F6E\u5931\u8D25\u3002"},multiSelectModifier:{name:"\u591A\u9009\u4FEE\u9970\u952E",desc:"\u9009\u62E9\u54EA\u4E2A\u4FEE\u9970\u952E\u5207\u6362\u591A\u9009\u6A21\u5F0F\u3002\u9009\u62E9 Option/Alt \u65F6\uFF0CCmd/Ctrl \u70B9\u51FB\u4F1A\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00\u7B14\u8BB0\u3002",options:{cmdCtrl:"Cmd/Ctrl \u70B9\u51FB",optionAlt:"Option/Alt \u70B9\u51FB"}},enterToOpenFiles:{name:"\u6309 Enter \u952E\u6253\u5F00\u6587\u4EF6",desc:"\u4EC5\u5728\u5217\u8868\u952E\u76D8\u5BFC\u822A\u65F6\u6309 Enter \u952E\u6253\u5F00\u6587\u4EF6\u3002"},shiftEnterOpenContext:{name:"Shift+Enter",desc:"\u6309 Shift+Enter \u5728\u65B0\u6807\u7B7E\u9875\u3001\u5206\u680F\u6216\u7A97\u53E3\u4E2D\u6253\u5F00\u6240\u9009\u6587\u4EF6\u3002"},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"\u6309 Cmd+Enter \u5728\u65B0\u6807\u7B7E\u9875\u3001\u5206\u680F\u6216\u7A97\u53E3\u4E2D\u6253\u5F00\u6240\u9009\u6587\u4EF6\u3002"},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"\u6309 Ctrl+Enter \u5728\u65B0\u6807\u7B7E\u9875\u3001\u5206\u680F\u6216\u7A97\u53E3\u4E2D\u6253\u5F00\u6240\u9009\u6587\u4EF6\u3002"},mouseBackForwardAction:{name:"\u9F20\u6807\u540E\u9000/\u524D\u8FDB\u6309\u94AE",desc:"\u684C\u9762\u7AEF\u9F20\u6807\u540E\u9000\u548C\u524D\u8FDB\u6309\u94AE\u7684\u64CD\u4F5C\u3002",options:{none:"\u4F7F\u7528\u7CFB\u7EDF\u9ED8\u8BA4",singlePaneSwitch:"\u5207\u6362\u9762\u677F\uFF08\u5355\u9762\u677F\uFF09",history:"\u6D4F\u89C8\u5386\u53F2"}},excludedNotes:{name:"\u6309\u5C5E\u6027\u89C4\u5219\u9690\u85CF\u7B14\u8BB0 (\u5E93\u914D\u7F6E)",desc:"\u9017\u53F7\u5206\u9694\u7684\u524D\u7F6E\u5143\u6570\u636E\u89C4\u5219\u5217\u8868\u3002\u4F7F\u7528 `key` \u6216 `key=value` \u6761\u76EE\uFF08\u4F8B\u5982\uFF1Astatus=done, published=true, archived\uFF09\u3002",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u9690\u85CF\u6587\u4EF6 (\u5E93\u914D\u7F6E)",desc:"\u9017\u53F7\u5206\u9694\u7684\u6587\u4EF6\u540D\u6A21\u5F0F\u5217\u8868\uFF0C\u7528\u4E8E\u9690\u85CF\u6587\u4EF6\u3002\u652F\u6301 * \u901A\u914D\u7B26\u548C / \u8DEF\u5F84\uFF08\u4F8B\u5982\uFF1Atemp-*\u3001*.png\u3001/assets/*\uFF09\u3002",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6",desc:"\u914D\u7F6E\u6587\u4EF6\u5B58\u50A8\u6587\u4EF6\u7C7B\u578B\u53EF\u89C1\u6027\u3001\u9690\u85CF\u6587\u4EF6\u3001\u9690\u85CF\u6587\u4EF6\u5939\u3001\u9690\u85CF\u6807\u7B7E\u3001\u9690\u85CF\u7B14\u8BB0\u3001\u5FEB\u6377\u65B9\u5F0F\u548C\u5BFC\u822A\u6A2A\u5E45\u3002\u4ECE\u5BFC\u822A\u7A97\u683C\u6807\u9898\u5207\u6362\u914D\u7F6E\u6587\u4EF6\u3002",defaultName:"\u9ED8\u8BA4",addButton:"\u6DFB\u52A0\u914D\u7F6E\u6587\u4EF6",editProfilesButton:"\u7F16\u8F91\u914D\u7F6E\u6587\u4EF6",addProfileOption:"\u6DFB\u52A0\u914D\u7F6E\u6587\u4EF6...",applyButton:"\u5E94\u7528",deleteButton:"\u5220\u9664\u914D\u7F6E\u6587\u4EF6",addModalTitle:"\u6DFB\u52A0\u914D\u7F6E\u6587\u4EF6",editProfilesModalTitle:"\u7F16\u8F91\u914D\u7F6E\u6587\u4EF6",addModalPlaceholder:"\u914D\u7F6E\u6587\u4EF6\u540D\u79F0",deleteModalTitle:"\u5220\u9664 {name}",deleteModalMessage:"\u5220\u9664 {name}\uFF1F\u4FDD\u5B58\u5728\u6B64\u914D\u7F6E\u6587\u4EF6\u4E2D\u7684\u9690\u85CF\u6587\u4EF6\u3001\u6587\u4EF6\u5939\u3001\u6807\u7B7E\u548C\u7B14\u8BB0\u8FC7\u6EE4\u5668\u5C06\u88AB\u5220\u9664\u3002",moveUp:"\u4E0A\u79FB",moveDown:"\u4E0B\u79FB",errors:{emptyName:"\u8BF7\u8F93\u5165\u914D\u7F6E\u6587\u4EF6\u540D\u79F0",duplicateName:"\u914D\u7F6E\u6587\u4EF6\u540D\u79F0\u5DF2\u5B58\u5728"}},vaultTitle:{name:"\u5E93\u6807\u9898\u4F4D\u7F6E",desc:"\u9009\u62E9\u5E93\u6807\u9898\u663E\u793A\u7684\u4F4D\u7F6E\u3002",options:{header:"\u663E\u793A\u5728\u6807\u9898\u680F",navigation:"\u663E\u793A\u5728\u5BFC\u822A\u7A97\u683C"}},excludedFolders:{name:"\u9690\u85CF\u6587\u4EF6\u5939 (\u5E93\u914D\u7F6E)",desc:"\u9017\u53F7\u5206\u9694\u7684\u8981\u9690\u85CF\u7684\u6587\u4EF6\u5939\u5217\u8868\u3002\u540D\u79F0\u6A21\u5F0F\uFF1Aassets*\uFF08\u4EE5assets\u5F00\u5934\u7684\u6587\u4EF6\u5939\uFF09\uFF0C*_temp\uFF08\u4EE5_temp\u7ED3\u5C3E\uFF09\u3002\u8DEF\u5F84\u6A21\u5F0F\uFF1A/archive\uFF08\u4EC5\u6839\u76EE\u5F55archive\uFF09\uFF0C/res*\uFF08\u4EE5res\u5F00\u5934\u7684\u6839\u6587\u4EF6\u5939\uFF09\uFF0C/*/temp\uFF08\u4E00\u7EA7\u76EE\u5F55\u4E0B\u7684temp\u6587\u4EF6\u5939\uFF09\uFF0C/projects/*\uFF08projects\u5185\u7684\u6240\u6709\u6587\u4EF6\u5939\uFF09\u3002",placeholder:"templates, assets*, /archive, /res*"},fileVisibility:{name:"\u663E\u793A\u6587\u4EF6\u7C7B\u578B (\u5E93\u914D\u7F6E)",desc:"\u8FC7\u6EE4\u5728\u5BFC\u822A\u5668\u4E2D\u663E\u793A\u7684\u6587\u4EF6\u7C7B\u578B\u3002Obsidian\u4E0D\u652F\u6301\u7684\u6587\u4EF6\u7C7B\u578B\u53EF\u80FD\u4F1A\u5728\u5916\u90E8\u5E94\u7528\u7A0B\u5E8F\u4E2D\u6253\u5F00\u3002",options:{documents:"\u6587\u6863 (.md, .canvas, .base)",supported:"\u652F\u6301 (\u5728Obsidian\u4E2D\u6253\u5F00)",all:"\u5168\u90E8 (\u53EF\u80FD\u5916\u90E8\u6253\u5F00)"}},homepage:{name:"\u4E3B\u9875",desc:"\u9009\u62E9 Notebook Navigator \u542F\u52A8\u65F6\u81EA\u52A8\u6253\u5F00\u7684\u5185\u5BB9\u3002",current:"\u5F53\u524D\uFF1A{path}",chooseButton:"\u9009\u62E9\u6587\u4EF6",options:{none:"\u65E0",file:"\u6587\u4EF6",dailyNote:"\u65E5\u8BB0",weeklyNote:"\u5468\u8BB0",monthlyNote:"\u6708\u8BB0",quarterlyNote:"\u5B63\u5EA6\u7B14\u8BB0"},file:{name:"\u542F\u52A8\u6587\u4EF6",empty:"\u672A\u9009\u62E9\u6587\u4EF6"}},showFileDate:{name:"\u663E\u793A\u65E5\u671F",desc:"\u5728\u7B14\u8BB0\u540D\u79F0\u4E0B\u65B9\u663E\u793A\u65E5\u671F\u3002"},alphabeticalDateMode:{name:"\u6309\u540D\u79F0\u6392\u5E8F\u65F6",desc:"\u7B14\u8BB0\u6309\u5B57\u6BCD\u987A\u5E8F\u6392\u5E8F\u65F6\u663E\u793A\u7684\u65E5\u671F\u3002",options:{created:"\u521B\u5EFA\u65E5\u671F",modified:"\u4FEE\u6539\u65E5\u671F"}},showFileTags:{name:"\u663E\u793A\u6587\u4EF6\u6807\u7B7E",desc:"\u5728\u6587\u4EF6\u9879\u4E2D\u663E\u793A\u53EF\u70B9\u51FB\u7684\u6807\u7B7E\u3002"},showFileTagAncestors:{name:"\u663E\u793A\u5B8C\u6574\u6807\u7B7E\u8DEF\u5F84",desc:"\u663E\u793A\u5B8C\u6574\u7684\u6807\u7B7E\u5C42\u7EA7\u8DEF\u5F84\u3002\u542F\u7528\uFF1A'ai/openai'\uFF0C'\u5DE5\u4F5C/\u9879\u76EE/2024'\u3002\u7981\u7528\uFF1A'openai'\uFF0C'2024'\u3002"},colorFileTags:{name:"\u4E3A\u6587\u4EF6\u6807\u7B7E\u7740\u8272",desc:"\u5C06\u6807\u7B7E\u989C\u8272\u5E94\u7528\u4E8E\u6587\u4EF6\u9879\u4E2D\u7684\u6807\u7B7E\u5FBD\u7AE0\u3002"},prioritizeColoredFileTags:{name:"\u4F18\u5148\u663E\u793A\u5F69\u8272\u6807\u7B7E",desc:"\u5C06\u5F69\u8272\u6807\u7B7E\u6392\u5217\u5728\u5176\u4ED6\u6807\u7B7E\u4E4B\u524D\u3002"},showFileTagsInCompactMode:{name:"\u5728\u7CBE\u7B80\u6A21\u5F0F\u4E2D\u663E\u793A\u6587\u4EF6\u6807\u7B7E",desc:"\u5F53\u65E5\u671F\u3001\u9884\u89C8\u548C\u56FE\u50CF\u88AB\u9690\u85CF\u65F6\u663E\u793A\u6807\u7B7E\u3002"},showFileProperties:{name:"\u663E\u793A\u6587\u4EF6\u5C5E\u6027",desc:"\u5728\u6587\u4EF6\u9879\u4E2D\u663E\u793A\u53EF\u70B9\u51FB\u7684\u5C5E\u6027\u3002"},colorFileProperties:{name:"\u4E3A\u6587\u4EF6\u5C5E\u6027\u7740\u8272",desc:"\u5C06\u5C5E\u6027\u989C\u8272\u5E94\u7528\u5230\u6587\u4EF6\u9879\u7684\u5C5E\u6027\u5FBD\u7AE0\u4E0A\u3002"},prioritizeColoredFileProperties:{name:"\u4F18\u5148\u663E\u793A\u5F69\u8272\u5C5E\u6027",desc:"\u5728\u6587\u4EF6\u9879\u4E2D\u5C06\u5F69\u8272\u5C5E\u6027\u6392\u5217\u5728\u5176\u4ED6\u5C5E\u6027\u4E4B\u524D\u3002"},showFilePropertiesInCompactMode:{name:"\u5728\u7CBE\u7B80\u6A21\u5F0F\u4E2D\u663E\u793A\u5C5E\u6027",desc:"\u7CBE\u7B80\u6A21\u5F0F\u542F\u7528\u65F6\u663E\u793A\u5C5E\u6027\u3002"},notePropertyType:{name:"\u7B14\u8BB0\u5C5E\u6027",desc:"\u9009\u62E9\u8981\u5728\u6587\u4EF6\u9879\u4E2D\u663E\u793A\u7684\u7B14\u8BB0\u5C5E\u6027\u3002",options:{frontmatter:"\u524D\u7F6E\u5143\u6570\u636E\u5C5E\u6027",wordCount:"\u5B57\u6570\u7EDF\u8BA1",none:"\u65E0"}},propertyFields:{name:"\u5C5E\u6027\u952E\uFF08\u4FDD\u9669\u5E93\u914D\u7F6E\uFF09",desc:"Frontmatter \u5C5E\u6027\u952E\uFF0C\u53EF\u6309\u952E\u8BBE\u7F6E\u5BFC\u822A\u548C\u6587\u4EF6\u5217\u8868\u7684\u53EF\u89C1\u6027\u3002",addButtonTooltip:"\u914D\u7F6E\u5C5E\u6027\u952E",noneConfigured:"\u672A\u914D\u7F6E\u5C5E\u6027",singleConfigured:"\u5DF2\u914D\u7F6E 1 \u4E2A\u5C5E\u6027\uFF1A{properties}",multipleConfigured:"\u5DF2\u914D\u7F6E {count} \u4E2A\u5C5E\u6027\uFF1A{properties}"},showPropertiesOnSeparateRows:{name:"\u5728\u5355\u72EC\u7684\u884C\u4E2D\u663E\u793A\u5C5E\u6027",desc:"\u5C06\u6BCF\u4E2A\u5C5E\u6027\u663E\u793A\u5728\u5355\u72EC\u7684\u884C\u4E2D\u3002"},enablePropertyInternalLinks:{name:"\u5C06\u5C5E\u6027\u6807\u7B7E\u94FE\u63A5\u5230\u7B14\u8BB0",desc:"\u70B9\u51FB\u5C5E\u6027\u6807\u7B7E\u4EE5\u6253\u5F00\u94FE\u63A5\u7684\u7B14\u8BB0\u3002"},enablePropertyExternalLinks:{name:"\u5C06\u5C5E\u6027\u6807\u7B7E\u94FE\u63A5\u5230 URL",desc:"\u70B9\u51FB\u5C5E\u6027\u6807\u7B7E\u4EE5\u6253\u5F00\u94FE\u63A5\u7684 URL\u3002"},dateFormat:{name:"\u65E5\u671F\u683C\u5F0F",desc:"\u7528\u4E8E\u663E\u793A\u65E5\u671F\u7684\u683C\u5F0F\uFF08\u4F7F\u7528 Moment \u683C\u5F0F\uFF09\u3002",placeholder:"YYYY\u5E74M\u6708D\u65E5",help:`\u5E38\u7528\u683C\u5F0F\uFF1A +YYYY\u5E74M\u6708D\u65E5 = 2022\u5E745\u670825\u65E5 +YYYY-MM-DD = 2022-05-25 +MM/DD/YYYY = 05/25/2022 + +\u6807\u8BB0\uFF1A +YYYY/YY = \u5E74 +MMMM/MMM/MM/M = \u6708 +DD/D = \u65E5 +dddd/ddd = \u661F\u671F`,helpTooltip:"\u4F7F\u7528 Moment \u683C\u5F0F",momentLinkText:"Moment \u683C\u5F0F"},timeFormat:{name:"\u65F6\u95F4\u683C\u5F0F",desc:"\u7528\u4E8E\u663E\u793A\u65F6\u95F4\u7684\u683C\u5F0F\uFF08\u4F7F\u7528 Moment \u683C\u5F0F\uFF09\u3002",placeholder:"HH:mm",help:`\u5E38\u7528\u683C\u5F0F\uFF1A +HH:mm = 14:30\uFF0824\u5C0F\u65F6\u5236\uFF09 +Ah:mm = \u4E0B\u53482:30\uFF0812\u5C0F\u65F6\u5236\uFF09 +HH:mm:ss = 14:30:45 +Ah:mm:ss = \u4E0B\u53482:30:45 + +\u6807\u8BB0\uFF1A +HH/H = 24\u5C0F\u65F6\u5236 +hh/h = 12\u5C0F\u65F6\u5236 +mm = \u5206\u949F +ss = \u79D2 +A = \u4E0A\u5348/\u4E0B\u5348`,helpTooltip:"\u4F7F\u7528 Moment \u683C\u5F0F",momentLinkText:"Moment \u683C\u5F0F"},showFilePreview:{name:"\u663E\u793A\u7B14\u8BB0\u9884\u89C8",desc:"\u5728\u7B14\u8BB0\u540D\u79F0\u4E0B\u65B9\u663E\u793A\u9884\u89C8\u6587\u672C\u3002"},skipHeadingsInPreview:{name:"\u9884\u89C8\u4E2D\u8DF3\u8FC7\u6807\u9898",desc:"\u751F\u6210\u9884\u89C8\u6587\u672C\u65F6\u8DF3\u8FC7\u6807\u9898\u884C\u3002"},skipCodeBlocksInPreview:{name:"\u9884\u89C8\u4E2D\u8DF3\u8FC7\u4EE3\u7801\u5757",desc:"\u751F\u6210\u9884\u89C8\u6587\u672C\u65F6\u8DF3\u8FC7\u4EE3\u7801\u5757\u3002"},stripHtmlInPreview:{name:"\u79FB\u9664\u9884\u89C8\u4E2D\u7684 HTML",desc:"\u4ECE\u9884\u89C8\u6587\u672C\u4E2D\u79FB\u9664 HTML \u6807\u7B7E\u3002\u53EF\u80FD\u4F1A\u5F71\u54CD\u5927\u578B\u7B14\u8BB0\u7684\u6027\u80FD\u3002"},stripLatexInPreview:{name:"\u79FB\u9664\u9884\u89C8\u4E2D\u7684 LaTeX",desc:"\u4ECE\u9884\u89C8\u6587\u672C\u4E2D\u79FB\u9664\u884C\u5185\u548C\u5757\u7EA7 LaTeX \u8868\u8FBE\u5F0F\u3002"},previewProperties:{name:"\u9884\u89C8\u5C5E\u6027",desc:"\u7528\u4E8E\u67E5\u627E\u9884\u89C8\u6587\u672C\u7684\u524D\u7F6E\u5C5E\u6027\u7684\u9017\u53F7\u5206\u9694\u5217\u8868\u3002\u5C06\u4F7F\u7528\u7B2C\u4E00\u4E2A\u5305\u542B\u6587\u672C\u7684\u5C5E\u6027\u3002",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u56DE\u9000\u5230\u7B14\u8BB0\u5185\u5BB9",desc:"\u5F53\u6307\u5B9A\u7684\u5C5E\u6027\u90FD\u4E0D\u5305\u542B\u6587\u672C\u65F6\uFF0C\u663E\u793A\u7B14\u8BB0\u5185\u5BB9\u4F5C\u4E3A\u9884\u89C8\u3002"},previewRows:{name:"\u9884\u89C8\u884C\u6570",desc:"\u9884\u89C8\u6587\u672C\u663E\u793A\u7684\u884C\u6570\u3002",options:{1:"1 \u884C",2:"2 \u884C",3:"3 \u884C",4:"4 \u884C",5:"5 \u884C"}},fileNameRows:{name:"\u6807\u9898\u884C\u6570",desc:"\u7B14\u8BB0\u6807\u9898\u663E\u793A\u7684\u884C\u6570\u3002",options:{1:"1 \u884C",2:"2 \u884C"}},showFeatureImage:{name:"\u663E\u793A\u7279\u8272\u56FE\u7247",desc:"\u663E\u793A\u7B14\u8BB0\u4E2D\u627E\u5230\u7684\u7B2C\u4E00\u5F20\u56FE\u7247\u7684\u7F29\u7565\u56FE\u3002"},forceSquareFeatureImage:{name:"\u5F3A\u5236\u6B63\u65B9\u5F62\u7279\u8272\u56FE\u7247",desc:"\u5C06\u7279\u8272\u56FE\u7247\u6E32\u67D3\u4E3A\u6B63\u65B9\u5F62\u7F29\u7565\u56FE\u3002"},featureImageProperties:{name:"\u56FE\u7247\u5C5E\u6027",desc:"\u9996\u5148\u68C0\u67E5\u7684\u524D\u7F6E\u5143\u6570\u636E\u5C5E\u6027\u7684\u9017\u53F7\u5206\u9694\u5217\u8868\u3002\u5982\u679C\u672A\u627E\u5230\uFF0C\u5219\u4F7F\u7528 markdown \u5185\u5BB9\u4E2D\u7684\u7B2C\u4E00\u5F20\u56FE\u7247\u3002",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"\u6392\u9664\u542B\u6709\u5C5E\u6027\u7684\u7B14\u8BB0",desc:"\u9017\u53F7\u5206\u9694\u7684\u524D\u7F6E\u5143\u6570\u636E\u5C5E\u6027\u5217\u8868\u3002\u5305\u542B\u8FD9\u4E9B\u5C5E\u6027\u7684\u7B14\u8BB0\u4E0D\u4F1A\u5B58\u50A8\u7279\u8272\u56FE\u7247\u3002",placeholder:"private, confidential"},featureImageSize:{name:"\u7279\u8272\u56FE\u7247\u663E\u793A\u5927\u5C0F",desc:"\u7B14\u8BB0\u5217\u8868\u4E2D\u7279\u8272\u56FE\u7247\u7684\u6700\u5927\u6E32\u67D3\u5927\u5C0F\u3002",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u7279\u8272\u56FE\u7247\u50CF\u7D20\u5927\u5C0F",desc:"\u751F\u6210\u5B58\u50A8\u7684\u7279\u8272\u56FE\u7247\u7F29\u7565\u56FE\u65F6\u4F7F\u7528\u7684\u5206\u8FA8\u7387\u3002\u5982\u679C\u8F83\u5927\u7684\u9884\u89C8\u770B\u8D77\u6765\u6A21\u7CCA\uFF0C\u8BF7\u589E\u5927\u6B64\u503C\u3002",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u4E0B\u8F7D\u5916\u90E8\u56FE\u7247",desc:"\u4E0B\u8F7D\u8FDC\u7A0B\u56FE\u7247\u548C YouTube \u7F29\u7565\u56FE\u4F5C\u4E3A\u7279\u8272\u56FE\u7247\u3002"},showRootFolder:{name:"\u663E\u793A\u6839\u6587\u4EF6\u5939",desc:"\u5728\u6811\u4E2D\u663E\u793A\u6839\u6587\u4EF6\u5939\u540D\u79F0\u3002"},showFolderIcons:{name:"\u663E\u793A\u6587\u4EF6\u5939\u56FE\u6807",desc:"\u5728\u5BFC\u822A\u7A97\u683C\u7684\u6587\u4EF6\u5939\u65C1\u663E\u793A\u56FE\u6807\u3002"},inheritFolderColors:{name:"\u7EE7\u627F\u6587\u4EF6\u5939\u989C\u8272",desc:"\u5B50\u6587\u4EF6\u5939\u4ECE\u7236\u6587\u4EF6\u5939\u7EE7\u627F\u989C\u8272\u3002"},folderSortOrder:{name:"\u6587\u4EF6\u5939\u6392\u5E8F\u65B9\u5F0F",desc:"\u53F3\u952E\u70B9\u51FB\u4EFB\u610F\u6587\u4EF6\u5939\uFF0C\u53EF\u4E3A\u5176\u5B50\u9879\u8BBE\u7F6E\u4E0D\u540C\u7684\u6392\u5E8F\u65B9\u5F0F\u3002",options:{alphaAsc:"A \u5230 Z",alphaDesc:"Z \u5230 A"}},showNoteCount:{name:"\u663E\u793A\u7B14\u8BB0\u6570",desc:"\u5728\u6BCF\u4E2A\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u65C1\u663E\u793A\u7B14\u8BB0\u6570\u91CF\u3002"},showSectionIcons:{name:"\u663E\u793A\u5FEB\u6377\u65B9\u5F0F\u548C\u6700\u8FD1\u9879\u76EE\u7684\u56FE\u6807",desc:"\u5728\u5FEB\u6377\u65B9\u5F0F\u548C\u6700\u8FD1\u6587\u4EF6\u5206\u533A\u4E2D\u7684\u9879\u76EE\u65C1\u663E\u793A\u56FE\u6807\u3002"},interfaceIcons:{name:"\u754C\u9762\u56FE\u6807",desc:"\u7F16\u8F91\u5DE5\u5177\u680F\u3001\u6587\u4EF6\u5939\u3001\u6807\u7B7E\u3001\u56FA\u5B9A\u3001\u641C\u7D22\u548C\u6392\u5E8F\u56FE\u6807\u3002",buttonText:"\u7F16\u8F91\u56FE\u6807"},showIconsColorOnly:{name:"\u4EC5\u5BF9\u56FE\u6807\u5E94\u7528\u989C\u8272",desc:"\u542F\u7528\u65F6\uFF0C\u81EA\u5B9A\u4E49\u989C\u8272\u4EC5\u5E94\u7528\u4E8E\u56FE\u6807\u3002\u7981\u7528\u65F6\uFF0C\u989C\u8272\u5C06\u540C\u65F6\u5E94\u7528\u4E8E\u56FE\u6807\u548C\u6587\u672C\u6807\u7B7E\u3002"},navRainbowMode:{name:"\u5F69\u8679\u989C\u8272\u6A21\u5F0F\uFF08\u4ED3\u5E93\u914D\u7F6E\u6587\u4EF6\uFF09",desc:"\u5728\u5BFC\u822A\u7A97\u683C\u4E2D\u5E94\u7528\u5F69\u8679\u989C\u8272\u3002",options:{none:"\u5173\u95ED",foreground:"\u6587\u5B57\u989C\u8272",background:"\u80CC\u666F\u989C\u8272"}},navRainbowFirstColor:{name:"\u7B2C\u4E00\u79CD\u989C\u8272",desc:"\u5F69\u8679\u6E10\u53D8\u4E2D\u7684\u7B2C\u4E00\u79CD\u989C\u8272\u3002"},navRainbowLastColor:{name:"\u6700\u540E\u4E00\u79CD\u989C\u8272",desc:"\u5F69\u8679\u6E10\u53D8\u4E2D\u7684\u6700\u540E\u4E00\u79CD\u989C\u8272\u3002"},navRainbowTransitionStyle:{name:"\u8FC7\u6E21\u6837\u5F0F",desc:"\u7B2C\u4E00\u79CD\u548C\u6700\u540E\u4E00\u79CD\u989C\u8272\u4E4B\u95F4\u4F7F\u7528\u7684\u63D2\u503C\u3002",options:{hue:"\u8272\u76F8",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u5E94\u7528\u5230\u5FEB\u6377\u65B9\u5F0F",desc:"\u5C06\u5F69\u8679\u989C\u8272\u5E94\u7528\u5230\u5FEB\u6377\u65B9\u5F0F\u3002"},navRainbowApplyToRecent:{name:"\u5E94\u7528\u5230\u6700\u8FD1\u9879\u76EE",desc:"\u5C06\u5F69\u8679\u989C\u8272\u5E94\u7528\u5230\u6700\u8FD1\u9879\u76EE\u3002"},navRainbowApplyToFolders:{name:"\u5E94\u7528\u5230\u6587\u4EF6\u5939",desc:"\u5C06\u5F69\u8679\u989C\u8272\u5E94\u7528\u5230\u6587\u4EF6\u5939\u3002"},navRainbowFolderScope:{name:"\u6587\u4EF6\u5939\u8303\u56F4",desc:"\u9009\u62E9\u54EA\u4E9B\u6587\u4EF6\u5939\u7EA7\u522B\u5F00\u59CB\u989C\u8272\u5206\u914D\u3002",options:{root:"\u6839\u7EA7\u522B",child:"\u5B50\u7EA7\u522B",all:"\u6BCF\u4E2A\u7EA7\u522B"}},navRainbowApplyToTags:{name:"\u5E94\u7528\u5230\u6807\u7B7E",desc:"\u5C06\u5F69\u8679\u989C\u8272\u5E94\u7528\u5230\u6807\u7B7E\u3002"},navRainbowTagScope:{name:"\u6807\u7B7E\u8303\u56F4",desc:"\u9009\u62E9\u54EA\u4E9B\u6807\u7B7E\u7EA7\u522B\u5F00\u59CB\u989C\u8272\u5206\u914D\u3002",options:{root:"\u6839\u7EA7\u522B",child:"\u5B50\u7EA7\u522B",all:"\u6BCF\u4E2A\u7EA7\u522B"}},navRainbowApplyToProperties:{name:"\u5E94\u7528\u5230\u5C5E\u6027",desc:"\u5C06\u5F69\u8679\u989C\u8272\u5E94\u7528\u5230\u5C5E\u6027\u3002"},navRainbowBalanceHueLuminance:{name:"\u8272\u76F8\u95F4\u4E00\u81F4\u7684\u4EAE\u5EA6",desc:"\u5728\u8272\u76F8\u8FC7\u6E21\u671F\u95F4\u5728\u8D77\u59CB\u989C\u8272\u548C\u7ED3\u675F\u989C\u8272\u4E4B\u95F4\u63D2\u503C\u4EAE\u5EA6\u3002"},navRainbowSeparateThemeColors:{name:"\u5206\u522B\u8BBE\u7F6E\u6D45\u8272\u548C\u6DF1\u8272\u6A21\u5F0F\u989C\u8272",desc:"\u4E3A\u6D45\u8272\u6A21\u5F0F\u548C\u6DF1\u8272\u6A21\u5F0F\u4F7F\u7528\u4E0D\u540C\u7684\u5F69\u8679\u989C\u8272\u3002"},navRainbowCopyLightToDark:"\u5C06\u6D45\u8272\u6A21\u5F0F\u989C\u8272\u590D\u5236\u5230\u6DF1\u8272\u6A21\u5F0F",navRainbowPropertyScope:{name:"\u5C5E\u6027\u8303\u56F4",desc:"\u9009\u62E9\u54EA\u4E9B\u5C5E\u6027\u7EA7\u522B\u5F00\u59CB\u989C\u8272\u5206\u914D\u3002",options:{root:"\u6839\u7EA7\u522B",child:"\u5B50\u7EA7\u522B",all:"\u6BCF\u4E2A\u7EA7\u522B"}},collapseBehavior:{name:"\u6298\u53E0\u9879\u76EE",desc:"\u9009\u62E9\u5C55\u5F00/\u6298\u53E0\u5168\u90E8\u6309\u94AE\u5F71\u54CD\u7684\u5185\u5BB9\u3002",options:{all:"\u5168\u90E8",foldersOnly:"\u4EC5\u6587\u4EF6\u5939",tagsOnly:"\u4EC5\u6807\u7B7E",propertiesOnly:"\u4EC5\u5C5E\u6027"}},smartCollapse:{name:"\u4FDD\u6301\u9009\u4E2D\u9879\u5C55\u5F00",desc:"\u6298\u53E0\u65F6\uFF0C\u4FDD\u6301\u9009\u4E2D\u9879\u53CA\u5176\u7236\u7EA7\u5C55\u5F00\u3002"},navIndent:{name:"\u6811\u5F62\u7F29\u8FDB",desc:"\u8C03\u6574\u5D4C\u5957\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u7684\u7F29\u8FDB\u5BBD\u5EA6\u3002"},navItemHeight:{name:"\u884C\u9AD8",desc:"\u8C03\u6574\u5BFC\u822A\u7A97\u683C\u4E2D\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u7684\u9AD8\u5EA6\u3002"},navItemHeightScaleText:{name:"\u968F\u884C\u9AD8\u8C03\u6574\u6587\u5B57\u5927\u5C0F",desc:"\u964D\u4F4E\u884C\u9AD8\u65F6\u51CF\u5C0F\u5BFC\u822A\u6587\u5B57\u5927\u5C0F\u3002"},showIndentGuides:{name:"\u663E\u793A\u7F29\u8FDB\u53C2\u8003\u7EBF",desc:"\u663E\u793A\u5D4C\u5957\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u7684\u7F29\u8FDB\u53C2\u8003\u7EBF\u3002"},navRootSpacing:{name:"\u6839\u7EA7\u9879\u76EE\u95F4\u8DDD",desc:"\u6839\u7EA7\u6587\u4EF6\u5939\u548C\u6807\u7B7E\u4E4B\u95F4\u7684\u95F4\u8DDD\u3002"},showTags:{name:"\u663E\u793A\u6807\u7B7E",desc:"\u5728\u5BFC\u822A\u5668\u4E2D\u663E\u793A\u6807\u7B7E\u90E8\u5206\u3002"},showTagIcons:{name:"\u663E\u793A\u6807\u7B7E\u56FE\u6807",desc:"\u5728\u5BFC\u822A\u7A97\u683C\u7684\u6807\u7B7E\u65C1\u663E\u793A\u56FE\u6807\u3002"},inheritTagColors:{name:"\u7EE7\u627F\u6807\u7B7E\u989C\u8272",desc:"\u5B50\u6807\u7B7E\u4ECE\u7236\u6807\u7B7E\u7EE7\u627F\u989C\u8272\u3002"},tagSortOrder:{name:"\u6807\u7B7E\u6392\u5E8F\u65B9\u5F0F",desc:"\u53F3\u952E\u70B9\u51FB\u4EFB\u610F\u6807\u7B7E\uFF0C\u53EF\u4E3A\u5176\u5B50\u9879\u8BBE\u7F6E\u4E0D\u540C\u7684\u6392\u5E8F\u65B9\u5F0F\u3002",options:{alphaAsc:"A \u5230 Z",alphaDesc:"Z \u5230 A",frequency:"\u9891\u7387",lowToHigh:"\u4ECE\u4F4E\u5230\u9AD8",highToLow:"\u4ECE\u9AD8\u5230\u4F4E"}},showAllTagsFolder:{name:"\u663E\u793A\u6807\u7B7E\u6587\u4EF6\u5939",desc:'\u5C06"\u6807\u7B7E"\u663E\u793A\u4E3A\u53EF\u6298\u53E0\u6587\u4EF6\u5939\u3002'},showUntagged:{name:"\u663E\u793A\u65E0\u6807\u7B7E\u7B14\u8BB0",desc:'\u4E3A\u6CA1\u6709\u4EFB\u4F55\u6807\u7B7E\u7684\u7B14\u8BB0\u663E\u793A"\u65E0\u6807\u7B7E"\u9879\u76EE\u3002'},scopeTagsToCurrentContext:{name:"\u6309\u9009\u62E9\u7B5B\u9009\u6807\u7B7E",desc:"\u4EC5\u663E\u793A\u6240\u9009\u6587\u4EF6\u5939\u6216\u5C5E\u6027\u4E2D\u7B14\u8BB0\u5305\u542B\u7684\u6807\u7B7E\u3002"},keepEmptyTagsProperty:{name:"\u5220\u9664\u6700\u540E\u4E00\u4E2A\u6807\u7B7E\u540E\u4FDD\u7559 tags \u5C5E\u6027",desc:"\u5F53\u6240\u6709\u6807\u7B7E\u88AB\u5220\u9664\u65F6\u4FDD\u7559 frontmatter \u4E2D\u7684 tags \u5C5E\u6027\u3002\u7981\u7528\u65F6,tags \u5C5E\u6027\u5C06\u4ECE frontmatter \u4E2D\u5220\u9664\u3002"},showProperties:{name:"\u663E\u793A\u5C5E\u6027",desc:"\u5728\u5BFC\u822A\u5668\u4E2D\u663E\u793A\u5C5E\u6027\u90E8\u5206\u3002",propertyKeysInfoPrefix:"\u5728",propertyKeysInfoLinkText:"\u5E38\u89C4 > \u5C5E\u6027\u952E",propertyKeysInfoSuffix:"\u4E2D\u914D\u7F6E\u5C5E\u6027"},showPropertyIcons:{name:"\u663E\u793A\u5C5E\u6027\u56FE\u6807",desc:"\u5728\u5BFC\u822A\u7A97\u683C\u4E2D\u5C5E\u6027\u65C1\u8FB9\u663E\u793A\u56FE\u6807\u3002"},inheritPropertyColors:{name:"\u7EE7\u627F\u5C5E\u6027\u989C\u8272",desc:"\u5C5E\u6027\u503C\u7EE7\u627F\u5176\u5C5E\u6027\u952E\u7684\u989C\u8272\u548C\u80CC\u666F\u8272\u3002"},propertySortOrder:{name:"\u5C5E\u6027\u6392\u5E8F\u65B9\u5F0F",desc:"\u53F3\u952E\u70B9\u51FB\u4EFB\u610F\u5C5E\u6027\u4EE5\u8BBE\u7F6E\u5176\u503C\u7684\u4E0D\u540C\u6392\u5E8F\u65B9\u5F0F\u3002",options:{alphaAsc:"A \u5230 Z",alphaDesc:"Z \u5230 A",frequency:"\u9891\u7387",lowToHigh:"\u4ECE\u4F4E\u5230\u9AD8",highToLow:"\u4ECE\u9AD8\u5230\u4F4E"}},showAllPropertiesFolder:{name:"\u663E\u793A\u5C5E\u6027\u6587\u4EF6\u5939",desc:'\u5C06"\u5C5E\u6027"\u663E\u793A\u4E3A\u53EF\u6298\u53E0\u6587\u4EF6\u5939\u3002'},scopePropertiesToCurrentContext:{name:"\u6309\u9009\u62E9\u7B5B\u9009\u5C5E\u6027",desc:"\u4EC5\u663E\u793A\u6240\u9009\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u4E2D\u7B14\u8BB0\u5305\u542B\u7684\u5C5E\u6027\u3002"},hiddenTags:{name:"\u9690\u85CF\u6807\u7B7E (\u5E93\u914D\u7F6E)",desc:"\u9017\u53F7\u5206\u9694\u7684\u6807\u7B7E\u6A21\u5F0F\u5217\u8868\u3002\u540D\u79F0\u6A21\u5F0F\uFF1Atag*\uFF08\u4EE5...\u5F00\u5934\uFF09\u3001*tag\uFF08\u4EE5...\u7ED3\u5C3E\uFF09\u3002\u8DEF\u5F84\u6A21\u5F0F\uFF1Aarchive\uFF08\u6807\u7B7E\u53CA\u5176\u540E\u4EE3\uFF09\u3001archive/*\uFF08\u4EC5\u540E\u4EE3\uFF09\u3001projects/*/drafts\uFF08\u4E2D\u95F4\u901A\u914D\u7B26\uFF09\u3002",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\u9690\u85CF\u5E26\u6807\u7B7E\u7684\u7B14\u8BB0 (\u5E93\u914D\u7F6E)",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u542F\u7528\u6587\u4EF6\u5939\u7B14\u8BB0",desc:"\u5177\u6709\u5339\u914D\u7B14\u8BB0\u6587\u4EF6\u7684\u6587\u4EF6\u5939\u663E\u793A\u4E3A\u53EF\u70B9\u51FB\u7684\u94FE\u63A5\u3002"},folderNoteType:{name:"\u9ED8\u8BA4\u6587\u4EF6\u5939\u7B14\u8BB0\u7C7B\u578B",desc:"\u4ECE\u4E0A\u4E0B\u6587\u83DC\u5355\u521B\u5EFA\u7684\u6587\u4EF6\u5939\u7B14\u8BB0\u7C7B\u578B\u3002",options:{ask:"\u521B\u5EFA\u65F6\u8BE2\u95EE",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"\u6587\u4EF6\u5939\u7B14\u8BB0\u540D\u79F0",desc:"\u6587\u4EF6\u5939\u7B14\u8BB0\u7684\u540D\u79F0\u3002\u7559\u7A7A\u4EE5\u4F7F\u7528\u4E0E\u6587\u4EF6\u5939\u76F8\u540C\u7684\u540D\u79F0\u3002",placeholder:"index"},folderNoteNamePattern:{name:"\u6587\u4EF6\u5939\u7B14\u8BB0\u540D\u79F0\u6A21\u5F0F",desc:"\u4E0D\u542B\u6269\u5C55\u540D\u7684\u6587\u4EF6\u5939\u7B14\u8BB0\u540D\u79F0\u6A21\u5F0F\u3002\u4F7F\u7528 {{folder}} \u63D2\u5165\u6587\u4EF6\u5939\u540D\u79F0\u3002\u8BBE\u7F6E\u540E\uFF0C\u6587\u4EF6\u5939\u7B14\u8BB0\u540D\u79F0\u4E0D\u9002\u7528\u3002"},folderNoteTemplate:{name:"\u6587\u4EF6\u5939\u7B14\u8BB0\u6A21\u677F",desc:"\u65B0\u5EFA Markdown \u6587\u4EF6\u5939\u7B14\u8BB0\u7684\u6A21\u677F\u6587\u4EF6\u3002\u5728\u5E38\u89C4 > \u6A21\u677F\u4E2D\u8BBE\u7F6E\u6A21\u677F\u6587\u4EF6\u5939\u4F4D\u7F6E\u3002"},enableFolderNoteLinks:{name:"\u542F\u7528\u6587\u4EF6\u5939\u7B14\u8BB0\u94FE\u63A5",desc:"\u6587\u4EF6\u5939\u6807\u7B7E\u663E\u793A\u4E3A\u94FE\u63A5\u6837\u5F0F\uFF0C\u70B9\u51FB\u53EF\u6253\u5F00\u6587\u4EF6\u5939\u7B14\u8BB0\u3002\u5173\u95ED\u65F6\uFF0C\u6587\u4EF6\u5939\u7B14\u8BB0\u4ECD\u63D0\u4F9B\u540D\u79F0\u3001\u56FE\u6807\u548C\u989C\u8272\u5143\u6570\u636E\u3002"},hideFolderNoteInList:{name:"\u5728\u5217\u8868\u4E2D\u9690\u85CF\u6587\u4EF6\u5939\u7B14\u8BB0",desc:"\u5728\u6587\u4EF6\u5217\u8868\u4E2D\u9690\u85CF\u6587\u4EF6\u5939\u7B14\u8BB0\u3002"},pinCreatedFolderNote:{name:"\u56FA\u5B9A\u521B\u5EFA\u7684\u6587\u4EF6\u5939\u7B14\u8BB0",desc:"\u4ECE\u4E0A\u4E0B\u6587\u83DC\u5355\u521B\u5EFA\u65F6\u56FA\u5B9A\u6587\u4EF6\u5939\u7B14\u8BB0\u3002"},openFolderNotesInNewTab:{name:"\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00\u6587\u4EF6\u5939\u7B14\u8BB0",desc:"\u70B9\u51FB\u6587\u4EF6\u5939\u65F6\u5728\u65B0\u6807\u7B7E\u9875\u4E2D\u6253\u5F00\u6587\u4EF6\u5939\u7B14\u8BB0\u3002"},confirmBeforeDelete:{name:"\u5220\u9664\u524D\u786E\u8BA4",desc:"\u5220\u9664\u7B14\u8BB0\u6216\u6587\u4EF6\u5939\u65F6\u663E\u793A\u786E\u8BA4\u5BF9\u8BDD\u6846"},deleteAttachments:{name:"\u5220\u9664\u6587\u4EF6\u65F6\u5220\u9664\u9644\u4EF6",desc:"\u5982\u679C\u9644\u4EF6\u672A\u5728\u5176\u4ED6\u5730\u65B9\u4F7F\u7528\uFF0C\u5219\u5728\u5220\u9664\u6587\u4EF6\u65F6\u81EA\u52A8\u5220\u9664\u5173\u8054\u7684\u9644\u4EF6",options:{ask:"\u6BCF\u6B21\u8BE2\u95EE",always:"\u59CB\u7EC8",never:"\u4ECE\u4E0D"}},moveFileConflicts:{name:"\u79FB\u52A8\u51B2\u7A81",desc:"\u5C06\u6587\u4EF6\u79FB\u52A8\u5230\u5DF2\u6709\u540C\u540D\u6587\u4EF6\u7684\u6587\u4EF6\u5939\u65F6\u3002\u6BCF\u6B21\u8BE2\u95EE\uFF08\u91CD\u547D\u540D\u3001\u8986\u76D6\u3001\u53D6\u6D88\uFF09\u6216\u59CB\u7EC8\u91CD\u547D\u540D\u3002",options:{ask:"\u6BCF\u6B21\u8BE2\u95EE",rename:"\u59CB\u7EC8\u91CD\u547D\u540D"}},metadataCleanup:{name:"\u6E05\u7406\u5143\u6570\u636E",desc:"\u79FB\u9664\u5728 Obsidian \u5916\u90E8\u5220\u9664\u3001\u79FB\u52A8\u6216\u91CD\u547D\u540D\u6587\u4EF6\u3001\u6587\u4EF6\u5939\u6216\u6807\u7B7E\u65F6\u7559\u4E0B\u7684\u5B64\u7ACB\u5143\u6570\u636E\u3002\u8FD9\u4EC5\u5F71\u54CD Notebook Navigator \u8BBE\u7F6E\u6587\u4EF6\u3002",buttonText:"\u6E05\u7406\u5143\u6570\u636E",error:"\u8BBE\u7F6E\u6E05\u7406\u5931\u8D25",loading:"\u6B63\u5728\u68C0\u67E5\u5143\u6570\u636E...",statusClean:"\u6CA1\u6709\u9700\u8981\u6E05\u7406\u7684\u5143\u6570\u636E",statusCounts:"\u5B64\u7ACB\u9879\u76EE\uFF1A{folders} \u6587\u4EF6\u5939\uFF0C{tags} \u6807\u7B7E\uFF0C{properties} \u5C5E\u6027\uFF0C{files} \u6587\u4EF6\uFF0C{pinned} \u7F6E\u9876\uFF0C{separators} \u5206\u9694\u7B26"},rebuildCache:{name:"\u91CD\u5EFA\u7F13\u5B58",desc:"\u5982\u679C\u51FA\u73B0\u6807\u7B7E\u7F3A\u5931\u3001\u9884\u89C8\u4E0D\u6B63\u786E\u6216\u56FE\u7247\u7F3A\u5931\uFF0C\u8BF7\u4F7F\u7528\u6B64\u529F\u80FD\u3002\u8FD9\u53EF\u80FD\u5728\u540C\u6B65\u51B2\u7A81\u6216\u610F\u5916\u5173\u95ED\u540E\u53D1\u751F\u3002",buttonText:"\u91CD\u5EFA\u7F13\u5B58",error:"\u91CD\u5EFA\u7F13\u5B58\u5931\u8D25",indexingTitle:"\u6B63\u5728\u7D22\u5F15\u4ED3\u5E93...",progress:"\u6B63\u5728\u66F4\u65B0 Notebook Navigator \u7F13\u5B58."},externalIcons:{downloadButton:"\u4E0B\u8F7D",downloadingLabel:"\u6B63\u5728\u4E0B\u8F7D...",removeButton:"\u79FB\u9664",statusInstalled:"\u5DF2\u4E0B\u8F7D (\u7248\u672C {version})",statusNotInstalled:"\u672A\u4E0B\u8F7D",versionUnknown:"\u672A\u77E5",downloadFailed:"\u4E0B\u8F7D{name}\u5931\u8D25\u3002\u8BF7\u68C0\u67E5\u60A8\u7684\u8FDE\u63A5\u5E76\u91CD\u8BD5\u3002",removeFailed:"\u79FB\u9664{name}\u5931\u8D25\u3002",infoNote:"\u4E0B\u8F7D\u7684\u56FE\u6807\u5305\u4F1A\u5728\u8BBE\u5907\u4E4B\u95F4\u540C\u6B65\u5B89\u88C5\u72B6\u6001\u3002\u56FE\u6807\u5305\u4FDD\u5B58\u5728\u6BCF\u4E2A\u8BBE\u5907\u7684\u672C\u5730\u6570\u636E\u5E93\u4E2D\uFF1B\u540C\u6B65\u4EC5\u8DDF\u8E2A\u5B83\u4EEC\u662F\u5426\u5E94\u8BE5\u88AB\u4E0B\u8F7D\u6216\u79FB\u9664\u3002\u56FE\u6807\u5305\u4ECENotebook Navigator\u4ED3\u5E93\u4E0B\u8F7D (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)\u3002"},useFrontmatterDates:{name:"\u4F7F\u7528\u524D\u8A00\u5143\u6570\u636E",desc:"\u4F7F\u7528\u524D\u8A00\u8BBE\u7F6E\u7B14\u8BB0\u540D\u79F0\u3001\u65F6\u95F4\u6233\u3001\u56FE\u6807\u548C\u989C\u8272"},frontmatterNameField:{name:"\u540D\u79F0\u5B57\u6BB5\uFF08\u591A\u4E2A\uFF09",desc:"\u9017\u53F7\u5206\u9694\u7684\u524D\u8A00\u5B57\u6BB5\u5217\u8868\u3002\u4F7F\u7528\u7B2C\u4E00\u4E2A\u975E\u7A7A\u503C\u3002\u56DE\u9000\u5230\u6587\u4EF6\u540D\u3002",placeholder:"title, name"},frontmatterIconField:{name:"\u56FE\u6807\u5B57\u6BB5",desc:"\u6587\u4EF6\u56FE\u6807\u7684\u524D\u8A00\u5B57\u6BB5\u3002\u7559\u7A7A\u4F7F\u7528\u5B58\u50A8\u5728\u8BBE\u7F6E\u4E2D\u7684\u56FE\u6807\u3002",placeholder:"icon"},frontmatterColorField:{name:"\u989C\u8272\u5B57\u6BB5",desc:"\u6587\u4EF6\u989C\u8272\u7684\u524D\u8A00\u5B57\u6BB5\u3002\u7559\u7A7A\u4F7F\u7528\u5B58\u50A8\u5728\u8BBE\u7F6E\u4E2D\u7684\u989C\u8272\u3002",placeholder:"color"},frontmatterBackgroundField:{name:"\u80CC\u666F\u5B57\u6BB5",desc:"\u80CC\u666F\u989C\u8272\u7684\u524D\u8A00\u5B57\u6BB5\u3002\u7559\u7A7A\u4F7F\u7528\u5B58\u50A8\u5728\u8BBE\u7F6E\u4E2D\u7684\u80CC\u666F\u989C\u8272\u3002",placeholder:"background"},frontmatterMigration:{name:"\u4ECE\u8BBE\u7F6E\u8FC1\u79FB\u56FE\u6807\u548C\u989C\u8272",desc:"\u5B58\u50A8\u5728\u8BBE\u7F6E\u4E2D\uFF1A{icons} \u4E2A\u56FE\u6807\uFF0C{colors} \u79CD\u989C\u8272\u3002",button:"\u8FC1\u79FB",buttonWorking:"\u6B63\u5728\u8FC1\u79FB...",noticeNone:"\u8BBE\u7F6E\u4E2D\u672A\u4FDD\u5B58\u4EFB\u4F55\u6587\u4EF6\u56FE\u6807\u6216\u989C\u8272\u3002",noticeDone:"\u5DF2\u8FC1\u79FB {migratedIcons}/{icons} \u4E2A\u56FE\u6807\uFF0C{migratedColors}/{colors} \u79CD\u989C\u8272\u3002",noticeFailures:"\u5931\u8D25\u7684\u6761\u76EE\uFF1A{failures}\u3002",noticeError:"\u8FC1\u79FB\u5931\u8D25\u3002\u8BF7\u68C0\u67E5\u63A7\u5236\u53F0\u4EE5\u83B7\u53D6\u8BE6\u7EC6\u4FE1\u606F\u3002"},frontmatterCreatedField:{name:"\u521B\u5EFA\u65F6\u95F4\u6233\u5B57\u6BB5",desc:"\u521B\u5EFA\u65F6\u95F4\u6233\u7684\u524D\u8A00\u5B57\u6BB5\u540D\u79F0\u3002\u7559\u7A7A\u4EC5\u4F7F\u7528\u6587\u4EF6\u7CFB\u7EDF\u65E5\u671F\u3002",placeholder:"created"},frontmatterModifiedField:{name:"\u4FEE\u6539\u65F6\u95F4\u6233\u5B57\u6BB5",desc:"\u4FEE\u6539\u65F6\u95F4\u6233\u7684\u524D\u8A00\u5B57\u6BB5\u540D\u79F0\u3002\u7559\u7A7A\u4EC5\u4F7F\u7528\u6587\u4EF6\u7CFB\u7EDF\u65E5\u671F\u3002",placeholder:"modified"},frontmatterDateFormat:{name:"\u65F6\u95F4\u6233\u683C\u5F0F",desc:"\u7528\u4E8E\u89E3\u6790\u524D\u8A00\u4E2D\u65F6\u95F4\u6233\u7684\u683C\u5F0F\u3002\u7559\u7A7A\u4F7F\u7528 ISO 8601 \u89E3\u6790\u3002",helpTooltip:"\u4F7F\u7528 Moment \u683C\u5F0F",momentLinkText:"Moment \u683C\u5F0F",help:`\u5E38\u7528\u683C\u5F0F: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u652F\u6301\u5F00\u53D1",desc:"\u5982\u679C\u60A8\u559C\u6B22\u4F7F\u7528\u7B14\u8BB0\u672C\u5BFC\u822A\u5668\uFF0C\u8BF7\u8003\u8651\u652F\u6301\u5176\u6301\u7EED\u5F00\u53D1\u3002",buttonText:"\u2764\uFE0F \u8D5E\u52A9",coffeeButton:"\u2615\uFE0F \u8BF7\u6211\u559D\u5496\u5561"},updateCheckOnStart:{name:"\u542F\u52A8\u65F6\u68C0\u67E5\u65B0\u7248\u672C",desc:"\u542F\u52A8\u65F6\u68C0\u67E5\u65B0\u7684\u63D2\u4EF6\u7248\u672C\uFF0C\u5F53\u6709\u53EF\u7528\u66F4\u65B0\u65F6\u663E\u793A\u901A\u77E5\u3002\u68C0\u67E5\u6700\u591A\u6BCF\u5929\u4E00\u6B21\u3002",status:"\u6709\u65B0\u7248\u672C\u53EF\u7528\uFF1A{version}"},whatsNew:{name:"Notebook Navigator {version} \u7684\u6700\u65B0\u52A8\u6001",desc:"\u67E5\u770B\u6700\u8FD1\u7684\u66F4\u65B0\u548C\u6539\u8FDB",buttonText:"\u67E5\u770B\u6700\u8FD1\u66F4\u65B0"},masteringVideo:{name:"\u7CBE\u901A Notebook Navigator\uFF08\u89C6\u9891\uFF09",desc:"\u672C\u89C6\u9891\u6DB5\u76D6\u4E86\u5728 Notebook Navigator \u4E2D\u9AD8\u6548\u5DE5\u4F5C\u6240\u9700\u7684\u4E00\u5207\u5185\u5BB9\uFF0C\u5305\u62EC\u5FEB\u6377\u952E\u3001\u641C\u7D22\u3001\u6807\u7B7E\u548C\u9AD8\u7EA7\u81EA\u5B9A\u4E49\u3002"},cacheStatistics:{localCache:"\u672C\u5730\u7F13\u5B58",items:"\u9879",withTags:"\u5305\u542B\u6807\u7B7E",withPreviewText:"\u5305\u542B\u9884\u89C8\u6587\u672C",withFeatureImage:"\u5305\u542B\u7279\u8272\u56FE\u7247",withMetadata:"\u5305\u542B\u5143\u6570\u636E"},metadataInfo:{successfullyParsed:"\u6210\u529F\u89E3\u6790",itemsWithName:"\u4E2A\u5E26\u540D\u79F0\u7684\u9879\u76EE",withCreatedDate:"\u4E2A\u5E26\u521B\u5EFA\u65E5\u671F",withModifiedDate:"\u4E2A\u5E26\u4FEE\u6539\u65E5\u671F",withIcon:"\u4E2A\u5E26\u56FE\u6807",withColor:"\u4E2A\u5E26\u989C\u8272",failedToParse:"\u89E3\u6790\u5931\u8D25",createdDates:"\u4E2A\u521B\u5EFA\u65E5\u671F",modifiedDates:"\u4E2A\u4FEE\u6539\u65E5\u671F",checkTimestampFormat:"\u8BF7\u68C0\u67E5\u60A8\u7684\u65F6\u95F4\u6233\u683C\u5F0F\u3002",exportFailed:"\u5BFC\u51FA\u9519\u8BEF"}}},whatsNew:{title:"Notebook Navigator \u7684\u65B0\u529F\u80FD",supportMessage:"\u5982\u679C\u60A8\u89C9\u5F97 Notebook Navigator \u6709\u7528\uFF0C\u8BF7\u8003\u8651\u652F\u6301\u5176\u5F00\u53D1\u3002",supportButton:"\u8BF7\u6211\u559D\u5496\u5561",thanksButton:"\u8C22\u8C22\uFF01"}}});var uI,e0=He(()=>{uI={common:{cancel:"\u53D6\u6D88",delete:"\u522A\u9664",clear:"\u6E05\u9664",remove:"\u79FB\u9664",restoreDefault:"\u6062\u5FA9\u9810\u8A2D",submit:"\u63D0\u4EA4",configure:"\u8A2D\u5B9A",lightMode:"\u6DFA\u8272\u6A21\u5F0F",darkMode:"\u6DF1\u8272\u6A21\u5F0F",noSelection:"\u672A\u9078\u64C7",untagged:"\u7121\u6A19\u7C64",featureImageAlt:"\u7279\u8272\u5716\u7247",unknownError:"\u672A\u77E5\u932F\u8AA4",clipboardWriteError:"\u7121\u6CD5\u5BEB\u5165\u526A\u8CBC\u7C3F",updateBannerTitle:"Notebook Navigator \u6709\u53EF\u7528\u66F4\u65B0",updateBannerInstruction:"\u5728\u8A2D\u5B9A -> \u793E\u7FA4\u5916\u639B\u4E2D\u66F4\u65B0",previous:"\u4E0A\u4E00\u500B",next:"\u4E0B\u4E00\u500B"},listPane:{emptyStateNoSelection:"\u9078\u64C7\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u4EE5\u6AA2\u8996\u7B46\u8A18",emptyStateNoNotes:"\u7121\u7B46\u8A18",pinnedSection:"\u5DF2\u91D8\u9078",notesSection:"\u7B46\u8A18",filesSection:"\u6A94\u6848",hiddenItemAriaLabel:"{name} (\u5DF2\u96B1\u85CF)"},tagList:{untaggedLabel:"\u7121\u6A19\u7C64",tags:"\u6A19\u7C64"},navigationPane:{shortcutsHeader:"\u6377\u5F91",recentFilesHeader:"\u6700\u8FD1\u6A94\u6848",properties:"\u5C6C\u6027",reorderRootFoldersTitle:"\u91CD\u65B0\u6392\u5217\u5C0E\u89BD",reorderRootFoldersHint:"\u4F7F\u7528\u65B9\u5411\u9375\u6216\u62D6\u66F3\u4F86\u91CD\u65B0\u6392\u5217",vaultRootLabel:"\u4FDD\u96AA\u5EAB",resetRootToAlpha:"\u91CD\u8A2D\u70BA\u5B57\u6BCD\u9806\u5E8F",resetRootToFrequency:"\u91CD\u8A2D\u70BA\u983B\u7387\u6392\u5E8F",pinShortcuts:"\u91D8\u9078\u6377\u5F91",pinShortcutsAndRecentFiles:"\u91D8\u9078\u6377\u5F91\u548C\u6700\u8FD1\u6A94\u6848",unpinShortcuts:"\u53D6\u6D88\u91D8\u9078\u6377\u5F91",unpinShortcutsAndRecentFiles:"\u53D6\u6D88\u91D8\u9078\u6377\u5F91\u548C\u6700\u8FD1\u6A94\u6848",profileMenuAria:"\u8B8A\u66F4\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94"},navigationCalendar:{ariaLabel:"\u5C0E\u89BD\u65E5\u66C6",dailyNotesNotEnabled:"\u672A\u555F\u7528\u6BCF\u65E5\u7B46\u8A18\u3002\u8ACB\u5728 Obsidian \u8A2D\u5B9A \u2192 \u6838\u5FC3\u5916\u639B\u4E2D\u555F\u7528\u6BCF\u65E5\u7B46\u8A18\u3002",createDailyNote:{title:"\u5EFA\u7ACB\u6BCF\u65E5\u7B46\u8A18",message:"\u6BCF\u65E5\u7B46\u8A18 {filename} \u4E0D\u5B58\u5728\u3002\u662F\u5426\u5EFA\u7ACB\uFF1F",confirmButton:"\u5EFA\u7ACB"},helpModal:{title:"\u884C\u4E8B\u66C6\u5FEB\u6377\u9375",items:["\u9EDE\u64CA\u4EFB\u610F\u65E5\u671F\u4EE5\u958B\u555F\u6216\u5EFA\u7ACB\u6BCF\u65E5\u7B46\u8A18\u3002\u9031\u3001\u6708\u3001\u5B63\u5EA6\u548C\u5E74\u4EFD\u7684\u64CD\u4F5C\u65B9\u5F0F\u76F8\u540C\u3002","\u65E5\u671F\u4E0B\u65B9\u7684\u5BE6\u5FC3\u5713\u9EDE\u8868\u793A\u6709\u7B46\u8A18\u3002\u7A7A\u5FC3\u5713\u9EDE\u8868\u793A\u6709\u672A\u5B8C\u6210\u7684\u4EFB\u52D9\u3002","\u5982\u679C\u7B46\u8A18\u6709\u7279\u8272\u5716\u7247\uFF0C\u5B83\u6703\u986F\u793A\u70BA\u8A72\u65E5\u671F\u7684\u80CC\u666F\u3002"],dateFilterCmdCtrl:"`Cmd/Ctrl`+\u9EDE\u64CA\u65E5\u671F\uFF0C\u6309\u8A72\u65E5\u671F\u7BE9\u9078\u6A94\u6848\u5217\u8868\u3002",dateFilterOptionAlt:"`Option/Alt`+\u9EDE\u64CA\u65E5\u671F\uFF0C\u6309\u8A72\u65E5\u671F\u7BE9\u9078\u6A94\u6848\u5217\u8868\u3002"}},dailyNotes:{templateReadFailed:"\u8B80\u53D6\u6BCF\u65E5\u7B46\u8A18\u7BC4\u672C\u5931\u6557",createFailed:"\u5EFA\u7ACB\u6BCF\u65E5\u7B46\u8A18\u5931\u6557"},shortcuts:{folderExists:"\u8CC7\u6599\u593E\u5DF2\u5728\u6377\u5F91\u4E2D",noteExists:"\u7B46\u8A18\u5DF2\u5728\u6377\u5F91\u4E2D",tagExists:"\u6A19\u7C64\u5DF2\u5728\u6377\u5F91\u4E2D",propertyExists:"\u5C6C\u6027\u5DF2\u5728\u6377\u5F91\u4E2D",invalidProperty:"\u7121\u6548\u7684\u5C6C\u6027\u6377\u5F91",searchExists:"\u641C\u5C0B\u6377\u5F91\u5DF2\u5B58\u5728",emptySearchQuery:"\u5132\u5B58\u524D\u8ACB\u8F38\u5165\u641C\u5C0B\u67E5\u8A62",emptySearchName:"\u5132\u5B58\u641C\u5C0B\u524D\u8ACB\u8F38\u5165\u540D\u7A31",add:"\u65B0\u589E\u81F3\u6377\u5F91",addNotesCount:"\u65B0\u589E {count} \u500B\u7B46\u8A18\u81F3\u6377\u5F91",addFilesCount:"\u65B0\u589E {count} \u500B\u6A94\u6848\u81F3\u6377\u5F91",rename:"\u91CD\u65B0\u547D\u540D\u6377\u5F91",remove:"\u5F9E\u6377\u5F91\u79FB\u9664",removeAll:"\u79FB\u9664\u6240\u6709\u6377\u5F91",removeAllConfirm:"\u79FB\u9664\u6240\u6709\u6377\u5F91\uFF1F",folderNotesPinned:"\u5DF2\u91D8\u9078 {count} \u500B\u8CC7\u6599\u593E\u7B46\u8A18"},paneHeader:{collapseAllFolders:"\u647A\u758A\u9805\u76EE",expandAllFolders:"\u5C55\u958B\u6240\u6709\u9805\u76EE",showCalendar:"\u986F\u793A\u65E5\u66C6",hideCalendar:"\u96B1\u85CF\u65E5\u66C6",newFolder:"\u65B0\u5EFA\u8CC7\u6599\u593E",newNote:"\u65B0\u7B46\u8A18",mobileBackToNavigation:"\u8FD4\u56DE\u5C0E\u89BD",changeSortOrder:"\u8B8A\u66F4\u6392\u5E8F\u65B9\u5F0F",defaultSort:"\u9810\u8A2D",descendants:"\u5B50\u9805",subfolders:"\u5B50\u8CC7\u6599\u593E",subtags:"\u5B50\u6A19\u7C64",childValues:"\u5B50\u503C",applySortToDescendants:t=>`\u5C07\u6392\u5E8F\u5957\u7528\u5230${t}`,applyAppearanceToDescendants:t=>`\u5C07\u5916\u89C0\u5957\u7528\u5230${t}`,showFolders:"\u986F\u793A\u5C0E\u89BD",reorderRootFolders:"\u91CD\u65B0\u6392\u5217\u5C0E\u89BD",finishRootFolderReorder:"\u5B8C\u6210\u91CD\u65B0\u6392\u5217",showExcludedItems:"\u986F\u793A\u96B1\u85CF\u7684\u8CC7\u6599\u593E\u3001\u6A19\u7C64\u548C\u7B46\u8A18",hideExcludedItems:"\u96B1\u85CF\u96B1\u85CF\u7684\u8CC7\u6599\u593E\u3001\u6A19\u7C64\u548C\u7B46\u8A18",showDualPane:"\u986F\u793A\u96D9\u7A97\u683C",showSinglePane:"\u986F\u793A\u55AE\u7A97\u683C",changeAppearance:"\u8B8A\u66F4\u5916\u89C0",showNotesFromSubfolders:"\u986F\u793A\u5B50\u8CC7\u6599\u593E\u7684\u7B46\u8A18",showFilesFromSubfolders:"\u986F\u793A\u5B50\u8CC7\u6599\u593E\u7684\u6A94\u6848",showNotesFromDescendants:"\u986F\u793A\u5F8C\u4EE3\u7684\u7B46\u8A18",showFilesFromDescendants:"\u986F\u793A\u5F8C\u4EE3\u7684\u6A94\u6848",search:"\u641C\u5C0B"},searchInput:{placeholder:"\u641C\u5C0B...",placeholderOmnisearch:"Omnisearch...",clearSearch:"\u6E05\u9664\u641C\u5C0B",switchToFilterSearch:"\u5207\u63DB\u5230\u7BE9\u9078\u641C\u5C0B",switchToOmnisearch:"\u5207\u63DB\u5230 Omnisearch",saveSearchShortcut:"\u5C07\u641C\u5C0B\u5132\u5B58\u81F3\u6377\u5F91",removeSearchShortcut:"\u5F9E\u6377\u5F91\u79FB\u9664\u641C\u5C0B",shortcutModalTitle:"\u5132\u5B58\u641C\u5C0B\u6377\u5F91",shortcutNamePlaceholder:"\u8F38\u5165\u6377\u5F91\u540D\u7A31",shortcutStartIn:"\u59CB\u7D42\u5F9E\u6B64\u8655\u958B\u59CB: {path}",searchHelp:"\u641C\u5C0B\u8A9E\u6CD5",searchHelpTitle:"\u641C\u5C0B\u8A9E\u6CD5",searchHelpModal:{intro:"\u5728\u4E00\u500B\u67E5\u8A62\u4E2D\u7D44\u5408\u6A94\u6848\u540D\u7A31\u3001\u5C6C\u6027\u3001\u6A19\u7C64\u3001\u65E5\u671F\u548C\u7BE9\u9078\u5668\uFF08\u4F8B\u5982\uFF1A`meeting .status=active #work @thisweek`\uFF09\u3002\u5B89\u88DD Omnisearch \u5916\u639B\u7A0B\u5F0F\u4EE5\u4F7F\u7528\u5168\u6587\u641C\u5C0B\u3002",introSwitching:"\u4F7F\u7528\u4E0A/\u4E0B\u7BAD\u982D\u9375\u6216\u9EDE\u64CA\u641C\u5C0B\u5716\u793A\u5728\u7BE9\u9078\u641C\u5C0B\u548C Omnisearch \u4E4B\u9593\u5207\u63DB\u3002",sections:{fileNames:{title:"\u6A94\u6848\u540D\u7A31",items:['`word` \u5C0B\u627E\u6A94\u6848\u540D\u7A31\u4E2D\u542B\u6709 "word" \u7684\u7B46\u8A18\u3002',"`word1 word2` \u6BCF\u500B\u8A5E\u90FD\u5FC5\u9808\u7B26\u5408\u6A94\u6848\u540D\u7A31\u3002",'`-word` \u6392\u9664\u6A94\u6848\u540D\u7A31\u4E2D\u542B\u6709 "word" \u7684\u7B46\u8A18\u3002']},tags:{title:"\u6A19\u7C64",items:["`#tag` \u5305\u542B\u5E36\u6709\u6A19\u7C64\u7684\u7B46\u8A18\uFF08\u4E5F\u7B26\u5408\u5DE2\u72C0\u6A19\u7C64\u5982 `#tag/subtag`\uFF09\u3002","`#` \u50C5\u5305\u542B\u6709\u6A19\u7C64\u7684\u7B46\u8A18\u3002","`-#tag` \u6392\u9664\u5E36\u6709\u6A19\u7C64\u7684\u7B46\u8A18\u3002","`-#` \u50C5\u5305\u542B\u7121\u6A19\u7C64\u7684\u7B46\u8A18\u3002","`#tag1 #tag2` \u7B26\u5408\u5169\u500B\u6A19\u7C64\uFF08\u96B1\u5F0F AND\uFF09\u3002","`#tag1 AND #tag2` \u7B26\u5408\u5169\u500B\u6A19\u7C64\uFF08\u986F\u5F0F AND\uFF09\u3002","`#tag1 OR #tag2` \u7B26\u5408\u4EFB\u4E00\u6A19\u7C64\u3002","`#a OR #b AND #c` AND \u512A\u5148\u9806\u5E8F\u8F03\u9AD8\uFF1A\u7B26\u5408 `#a`\uFF0C\u6216\u540C\u6642\u7B26\u5408 `#b` \u548C `#c`\u3002","Cmd/Ctrl+\u9EDE\u64CA\u6A19\u7C64\u4EE5 AND \u65B9\u5F0F\u65B0\u589E\u3002Cmd/Ctrl+Shift+\u9EDE\u64CA\u4EE5 OR \u65B9\u5F0F\u65B0\u589E\u3002"]},properties:{title:"\u5C6C\u6027",items:["`.key` \u5305\u542B\u5177\u6709\u5C6C\u6027\u9375\u7684\u7B46\u8A18\u3002","`.key=value` \u5305\u542B\u5177\u6709\u5C6C\u6027\u503C\u7684\u7B46\u8A18\u3002",'`."Reading Status"` \u5305\u542B\u5C6C\u6027\u9375\u5305\u542B\u7A7A\u683C\u7684\u7B46\u8A18\u3002','`."Reading Status"="In Progress"` \u5305\u542B\u7A7A\u683C\u7684\u9375\u548C\u503C\u5FC5\u9808\u7528\u96D9\u5F15\u865F\u62EC\u8D77\u4F86\u3002',"`-.key` \u6392\u9664\u5177\u6709\u5C6C\u6027\u9375\u7684\u7B46\u8A18\u3002","`-.key=value` \u6392\u9664\u5177\u6709\u5C6C\u6027\u503C\u7684\u7B46\u8A18\u3002","Cmd/Ctrl+\u9EDE\u64CA\u5C6C\u6027\u4EE5 AND \u65B9\u5F0F\u65B0\u589E\u3002Cmd/Ctrl+Shift+\u9EDE\u64CA\u4EE5 OR \u65B9\u5F0F\u65B0\u589E\u3002"]},tasks:{title:"\u7BE9\u9078\u5668",items:["`has:task` \u5305\u542B\u6709\u672A\u5B8C\u6210\u4EFB\u52D9\u7684\u7B46\u8A18\u3002","`-has:task` \u6392\u9664\u6709\u672A\u5B8C\u6210\u4EFB\u52D9\u7684\u7B46\u8A18\u3002","`folder:meetings` \u5305\u542B\u8CC7\u6599\u593E\u540D\u7A31\u542B\u6709 `meetings` \u7684\u7B46\u8A18\u3002","`folder:/work/meetings` \u50C5\u5305\u542B `work/meetings` \u4E2D\u7684\u7B46\u8A18\uFF08\u4E0D\u542B\u5B50\u8CC7\u6599\u593E\uFF09\u3002","`folder:/` \u50C5\u5305\u542B\u4FDD\u7BA1\u5EAB\u6839\u76EE\u9304\u4E2D\u7684\u7B46\u8A18\u3002","`-folder:archive` \u6392\u9664\u8CC7\u6599\u593E\u540D\u7A31\u542B\u6709 `archive` \u7684\u7B46\u8A18\u3002","`-folder:/archive` \u50C5\u6392\u9664 `archive` \u4E2D\u7684\u7B46\u8A18\uFF08\u4E0D\u542B\u5B50\u8CC7\u6599\u593E\uFF09\u3002","`ext:md` \u5305\u542B\u526F\u6A94\u540D\u70BA `md` \u7684\u7B46\u8A18\uFF08\u4E5F\u652F\u63F4 `ext:.md`\uFF09\u3002","`-ext:pdf` \u6392\u9664\u526F\u6A94\u540D\u70BA `pdf` \u7684\u7B46\u8A18\u3002","\u8207\u6A19\u7C64\u3001\u540D\u7A31\u548C\u65E5\u671F\u7D44\u5408\u4F7F\u7528\uFF08\u4F8B\u5982\uFF1A`folder:/work/meetings ext:md @thisweek`\uFF09\u3002"]},connectors:{title:"AND/OR \u884C\u70BA",items:["`AND` \u548C `OR` \u50C5\u5728\u7D14\u6A19\u7C64/\u5C6C\u6027\u67E5\u8A62\u4E2D\u4F5C\u70BA\u904B\u7B97\u5B50\u3002","\u7D14\u6A19\u7C64/\u5C6C\u6027\u67E5\u8A62\u50C5\u5305\u542B\u6A19\u7C64\u548C\u5C6C\u6027\u7BE9\u9078\u5668: `#tag`\u3001`-#tag`\u3001`#`\u3001`-#`\u3001`.key`\u3001`-.key`\u3001`.key=value`\u3001`-.key=value`\u3002","\u5982\u679C\u67E5\u8A62\u5305\u542B\u540D\u7A31\u3001\u65E5\u671F\uFF08`@...`\uFF09\u3001\u4EFB\u52D9\u7BE9\u9078\u5668\uFF08`has:task`\uFF09\u3001\u8CC7\u6599\u593E\u7BE9\u9078\u5668\uFF08`folder:...`\uFF09\u6216\u526F\u6A94\u540D\u7BE9\u9078\u5668\uFF08`ext:...`\uFF09\uFF0C`AND` \u548C `OR` \u5C07\u4F5C\u70BA\u8A5E\u8A9E\u9032\u884C\u6BD4\u5C0D\u3002","\u904B\u7B97\u5B50\u67E5\u8A62\u7BC4\u4F8B: `#work OR .status=started`\u3002","\u6DF7\u5408\u67E5\u8A62\u7BC4\u4F8B\uFF1A`#work OR ext:md`\uFF08`OR` \u5728\u6A94\u6848\u540D\u7A31\u4E2D\u9032\u884C\u6BD4\u5C0D\uFF09\u3002"]},dates:{title:"\u65E5\u671F",items:["`@today` \u4F7F\u7528\u9810\u8A2D\u65E5\u671F\u6B04\u4F4D\u5C0B\u627E\u4ECA\u5929\u7684\u7B46\u8A18\u3002","`@yesterday`\u3001`@last7d`\u3001`@last30d`\u3001`@thisweek`\u3001`@thismonth` \u76F8\u5C0D\u65E5\u671F\u7BC4\u570D\u3002","`@2026-02-07` \u5C0B\u627E\u7279\u5B9A\u65E5\u671F\uFF08\u4E5F\u652F\u63F4 `@20260207`\uFF09\u3002","`@2026` \u5C0B\u627E\u65E5\u66C6\u5E74\u3002","`@2026-02` \u6216 `@202602` \u5C0B\u627E\u65E5\u66C6\u6708\u3002","`@2026-W05` \u6216 `@2026W05` \u5C0B\u627E ISO \u9031\u3002","`@2026-Q2` \u6216 `@2026Q2` \u5C0B\u627E\u65E5\u66C6\u5B63\u5EA6\u3002","`@13/02/2026` \u5E36\u5206\u9694\u7B26\u7684\u6578\u5B57\u683C\u5F0F\uFF08`@07022026` \u5728\u6B67\u7FA9\u6642\u9075\u5FAA\u60A8\u7684\u5730\u5340\u8A2D\u5B9A\uFF09\u3002","`@2026-02-01..2026-02-07` \u5C0B\u627E\u5305\u542B\u6027\u65E5\u671F\u7BC4\u570D\uFF08\u652F\u63F4\u958B\u653E\u7AEF\u9EDE\uFF09\u3002","`@c:...` \u6216 `@m:...` \u6307\u5B9A\u5EFA\u7ACB\u6216\u4FEE\u6539\u65E5\u671F\u3002","`-@...` \u6392\u9664\u65E5\u671F\u7B26\u5408\u3002"]},omnisearch:{title:"Omnisearch",items:["\u5C0D\u6574\u500B\u4FDD\u7BA1\u5EAB\u9032\u884C\u5168\u6587\u641C\u5C0B\uFF0C\u6309\u76EE\u524D\u8CC7\u6599\u593E\u6216\u9078\u5B9A\u6A19\u7C64\u7BE9\u9078\u3002","\u5728\u5927\u578B\u4FDD\u7BA1\u5EAB\u4E2D\u8F38\u5165\u5C11\u65BC3\u500B\u5B57\u5143\u6642\u53EF\u80FD\u6703\u8F03\u6162\u3002","\u7121\u6CD5\u641C\u5C0B\u5305\u542B\u975EASCII\u5B57\u5143\u7684\u8DEF\u5F91\uFF0C\u4E5F\u7121\u6CD5\u6B63\u78BA\u641C\u5C0B\u5B50\u8DEF\u5F91\u3002","\u5728\u8CC7\u6599\u593E\u7BE9\u9078\u4E4B\u524D\u8FD4\u56DE\u6709\u9650\u7684\u7D50\u679C\uFF0C\u56E0\u6B64\u5982\u679C\u5176\u4ED6\u5730\u65B9\u5B58\u5728\u5927\u91CF\u7B26\u5408\u9805\uFF0C\u76F8\u95DC\u6A94\u6848\u53EF\u80FD\u4E0D\u6703\u986F\u793A\u3002","\u7B46\u8A18\u9810\u89BD\u986F\u793A Omnisearch \u6458\u9304\uFF0C\u800C\u4E0D\u662F\u9810\u8A2D\u9810\u89BD\u6587\u5B57\u3002"]}}}},contextMenu:{file:{openInNewTab:"\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F",openToRight:"\u5728\u53F3\u5074\u958B\u555F",openInNewWindow:"\u5728\u65B0\u8996\u7A97\u4E2D\u958B\u555F",openMultipleInNewTabs:"\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F {count} \u500B\u7B46\u8A18",openMultipleToRight:"\u5728\u53F3\u5074\u958B\u555F {count} \u500B\u7B46\u8A18",openMultipleInNewWindows:"\u5728\u65B0\u8996\u7A97\u4E2D\u958B\u555F {count} \u500B\u7B46\u8A18",pinNote:"\u91D8\u9078\u7B46\u8A18",unpinNote:"\u53D6\u6D88\u91D8\u9078\u7B46\u8A18",pinMultipleNotes:"\u91D8\u9078 {count} \u500B\u7B46\u8A18",unpinMultipleNotes:"\u53D6\u6D88\u91D8\u9078 {count} \u500B\u7B46\u8A18",duplicateNote:"\u8907\u88FD\u7B46\u8A18",duplicateMultipleNotes:"\u8907\u88FD {count} \u500B\u7B46\u8A18",openVersionHistory:"\u958B\u555F\u7248\u672C\u6B77\u53F2",revealInFolder:"\u5728\u8CC7\u6599\u593E\u4E2D\u5B9A\u4F4D",revealInFinder:"\u5728 Finder \u4E2D\u986F\u793A",showInExplorer:"\u5728\u6A94\u6848\u7E3D\u7BA1\u4E2D\u986F\u793A",openInDefaultApp:"\u4EE5\u9810\u8A2D\u61C9\u7528\u7A0B\u5F0F\u958B\u555F",renameNote:"\u91CD\u65B0\u547D\u540D\u7B46\u8A18",deleteNote:"\u522A\u9664\u7B46\u8A18",deleteMultipleNotes:"\u522A\u9664 {count} \u500B\u7B46\u8A18",moveNoteToFolder:"\u79FB\u52D5\u7B46\u8A18\u81F3...",moveFileToFolder:"\u79FB\u52D5\u6A94\u6848\u81F3...",moveMultipleNotesToFolder:"\u5C07 {count} \u500B\u7B46\u8A18\u79FB\u52D5\u81F3...",moveMultipleFilesToFolder:"\u5C07 {count} \u500B\u6A94\u6848\u79FB\u52D5\u81F3...",addTag:"\u65B0\u589E\u6A19\u7C64",addPropertyKey:"\u8A2D\u5B9A\u5C6C\u6027",removeTag:"\u79FB\u9664\u6A19\u7C64",removeAllTags:"\u79FB\u9664\u6240\u6709\u6A19\u7C64",changeIcon:"\u8B8A\u66F4\u5716\u793A",changeColor:"\u8B8A\u66F4\u984F\u8272",openMultipleFilesInNewTabs:"\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F {count} \u500B\u6A94\u6848",openMultipleFilesToRight:"\u5728\u53F3\u5074\u958B\u555F {count} \u500B\u6A94\u6848",openMultipleFilesInNewWindows:"\u5728\u65B0\u8996\u7A97\u4E2D\u958B\u555F {count} \u500B\u6A94\u6848",pinFile:"\u91D8\u9078\u6A94\u6848",unpinFile:"\u53D6\u6D88\u91D8\u9078\u6A94\u6848",pinMultipleFiles:"\u91D8\u9078 {count} \u500B\u6A94\u6848",unpinMultipleFiles:"\u53D6\u6D88\u91D8\u9078 {count} \u500B\u6A94\u6848",duplicateFile:"\u8907\u88FD\u6A94\u6848",duplicateMultipleFiles:"\u8907\u88FD {count} \u500B\u6A94\u6848",renameFile:"\u91CD\u65B0\u547D\u540D\u6A94\u6848",deleteFile:"\u522A\u9664\u6A94\u6848",setCalendarHighlight:"\u8A2D\u5B9A\u9192\u76EE\u63D0\u793A",removeCalendarHighlight:"\u79FB\u9664\u9192\u76EE\u63D0\u793A",deleteMultipleFiles:"\u522A\u9664 {count} \u500B\u6A94\u6848"},folder:{newNote:"\u65B0\u7B46\u8A18",newNoteFromTemplate:"\u5F9E\u7BC4\u672C\u65B0\u5EFA\u7B46\u8A18",newFolder:"\u65B0\u5EFA\u8CC7\u6599\u593E",newCanvas:"\u65B0\u5EFA\u756B\u5E03",newBase:"\u65B0\u5EFA\u8CC7\u6599\u5EAB",newDrawing:"\u65B0\u5EFA\u7E6A\u5716",newExcalidrawDrawing:"\u65B0\u5EFA Excalidraw \u7E6A\u5716",newTldrawDrawing:"\u65B0\u5EFA Tldraw \u7E6A\u5716",duplicateFolder:"\u8907\u88FD\u8CC7\u6599\u593E",searchInFolder:"\u5728\u8CC7\u6599\u593E\u4E2D\u641C\u5C0B",createFolderNote:"\u5EFA\u7ACB\u8CC7\u6599\u593E\u7B46\u8A18",detachFolderNote:"\u89E3\u9664\u8CC7\u6599\u593E\u7B46\u8A18",deleteFolderNote:"\u522A\u9664\u8CC7\u6599\u593E\u7B46\u8A18",changeIcon:"\u8B8A\u66F4\u5716\u793A",changeColor:"\u8B8A\u66F4\u984F\u8272",changeBackground:"\u8B8A\u66F4\u80CC\u666F",excludeFolder:"\u96B1\u85CF\u8CC7\u6599\u593E",unhideFolder:"\u986F\u793A\u8CC7\u6599\u593E",moveFolder:"\u79FB\u52D5\u8CC7\u6599\u593E\u81F3...",renameFolder:"\u91CD\u65B0\u547D\u540D\u8CC7\u6599\u593E",deleteFolder:"\u522A\u9664\u8CC7\u6599\u593E"},tag:{changeIcon:"\u8B8A\u66F4\u5716\u793A",changeColor:"\u8B8A\u66F4\u984F\u8272",changeBackground:"\u8B8A\u66F4\u80CC\u666F",showTag:"\u986F\u793A\u6A19\u7C64",hideTag:"\u96B1\u85CF\u6A19\u7C64"},property:{addKey:"\u8A2D\u5B9A\u5C6C\u6027\u9375",renameKey:"\u91CD\u65B0\u547D\u540D\u5C6C\u6027",deleteKey:"\u522A\u9664\u5C6C\u6027"},navigation:{addSeparator:"\u65B0\u589E\u5206\u9694\u7DDA",removeSeparator:"\u79FB\u9664\u5206\u9694\u7DDA"},copyPath:{title:"\u8907\u88FD\u8DEF\u5F91",asObsidianUrl:"\u4F5C\u70BA Obsidian URL",fromVaultFolder:"\u5F9E\u4FDD\u96AA\u5EAB\u8CC7\u6599\u593E",fromSystemRoot:"\u5F9E\u7CFB\u7D71\u6839\u76EE\u9304"},style:{title:"\u6A23\u5F0F",copy:"\u8907\u88FD\u6A23\u5F0F",paste:"\u8CBC\u4E0A\u6A23\u5F0F",removeIcon:"\u79FB\u9664\u5716\u793A",removeColor:"\u79FB\u9664\u984F\u8272",removeBackground:"\u79FB\u9664\u80CC\u666F",clear:"\u6E05\u9664\u6A23\u5F0F"}},folderAppearance:{standardPreset:"\u6A19\u6E96",compactPreset:"\u7CBE\u7C21",defaultSuffix:"(\u9810\u8A2D)",defaultLabel:"\u9810\u8A2D",titleRows:"\u6A19\u984C\u884C\u6578",previewRows:"\u9810\u89BD\u884C\u6578",groupBy:"\u5206\u7D44\u4F9D\u64DA",defaultTitleOption:t=>`\u9810\u8A2D\u6A19\u984C\u884C\u6578 (${t})`,defaultPreviewOption:t=>`\u9810\u8A2D\u9810\u89BD\u884C\u6578 (${t})`,defaultGroupOption:t=>`\u9810\u8A2D\u5206\u7D44 (${t})`,titleRowOption:t=>`\u6A19\u984C${t}\u884C`,previewRowOption:t=>`\u9810\u89BD${t}\u884C`},modals:{bulkApply:{applyButton:"\u5957\u7528",applySortTitle:t=>`\u5C07\u6392\u5E8F\u5957\u7528\u5230${t}\uFF1F`,applyAppearanceTitle:t=>`\u5C07\u5916\u89C0\u5957\u7528\u5230${t}\uFF1F`,affectedCountMessage:t=>`\u5C07\u66F4\u6539\u7684\u73FE\u6709\u8986\u5BEB\uFF1A${t}\u3002`},navRainbowSection:{title:t=>`\u5F69\u8679\u984F\u8272: ${t}`},iconPicker:{searchPlaceholder:"\u641C\u5C0B\u5716\u793A...",recentlyUsedHeader:"\u6700\u8FD1\u4F7F\u7528",emptyStateSearch:"\u958B\u59CB\u8F38\u5165\u4EE5\u641C\u5C0B\u5716\u793A",emptyStateNoResults:"\u672A\u627E\u5230\u5716\u793A",showingResultsInfo:"\u986F\u793A {count} \u500B\u7D50\u679C\u4E2D\u7684 50 \u500B\u3002\u8F38\u5165\u66F4\u591A\u5167\u5BB9\u4EE5\u7E2E\u5C0F\u7BC4\u570D\u3002",emojiInstructions:"\u8F38\u5165\u6216\u8CBC\u4E0A\u4EFB\u4F55\u8868\u60C5\u7B26\u865F\u4F5C\u70BA\u5716\u793A\u4F7F\u7528",removeIcon:"\u79FB\u9664\u5716\u793A",removeFromRecents:"\u5F9E\u6700\u8FD1\u4F7F\u7528\u4E2D\u79FB\u9664",allTabLabel:"\u5168\u90E8"},fileIconRuleEditor:{addRuleAria:"\u65B0\u589E\u898F\u5247"},interfaceIcons:{title:"\u4ECB\u9762\u5716\u793A",fileItemsSection:"\u6A94\u6848\u9805\u76EE",items:{"nav-shortcuts":"\u6377\u5F91","nav-recent-files":"\u6700\u8FD1\u6A94\u6848","nav-expand-all":"\u5168\u90E8\u5C55\u958B","nav-collapse-all":"\u5168\u90E8\u647A\u758A","nav-calendar":"\u65E5\u66C6","nav-tree-expand":"\u6A39\u72C0\u7BAD\u982D: \u5C55\u958B","nav-tree-collapse":"\u6A39\u72C0\u7BAD\u982D: \u647A\u758A","nav-hidden-items":"\u96B1\u85CF\u9805\u76EE","nav-root-reorder":"\u91CD\u65B0\u6392\u5217\u6839\u8CC7\u6599\u593E","nav-new-folder":"\u65B0\u5EFA\u8CC7\u6599\u593E","nav-show-single-pane":"\u986F\u793A\u55AE\u7A97\u683C","nav-show-dual-pane":"\u986F\u793A\u96D9\u7A97\u683C","nav-profile-chevron":"\u8A2D\u5B9A\u6A94\u9078\u55AE\u7BAD\u982D","list-search":"\u641C\u5C0B","list-descendants":"\u5B50\u8CC7\u6599\u593E\u4E2D\u7684\u7B46\u8A18","list-sort-ascending":"\u6392\u5E8F: \u5347\u5E8F","list-sort-descending":"\u6392\u5E8F: \u964D\u5E8F","list-appearance":"\u8B8A\u66F4\u5916\u89C0","list-new-note":"\u65B0\u5EFA\u7B46\u8A18","nav-folder-open":"\u8CC7\u6599\u593E\u958B\u555F","nav-folder-closed":"\u8CC7\u6599\u593E\u95DC\u9589","nav-tags":"\u6A19\u7C64","nav-tag":"\u6A19\u7C64","nav-properties":"\u5C6C\u6027","nav-property":"\u5C6C\u6027","nav-property-value":"\u503C","list-pinned":"\u91D8\u9078\u9805\u76EE","file-unfinished-task":"\u672A\u5B8C\u6210\u4EFB\u52D9","file-word-count":"\u5B57\u6578\u7D71\u8A08"}},colorPicker:{currentColor:"\u76EE\u524D",newColor:"\u65B0\u984F\u8272",paletteDefault:"\u9810\u8A2D",paletteCustom:"\u81EA\u8A02",copyColors:"\u8907\u88FD\u984F\u8272",colorsCopied:"\u984F\u8272\u5DF2\u8907\u88FD\u5230\u526A\u8CBC\u7C3F",pasteColors:"\u8CBC\u4E0A\u984F\u8272",pasteClipboardError:"\u7121\u6CD5\u8B80\u53D6\u526A\u8CBC\u7C3F",pasteInvalidFormat:"\u9700\u8981\u5341\u516D\u9032\u4F4D\u984F\u8272\u503C",colorsPasted:"\u984F\u8272\u8CBC\u4E0A\u6210\u529F",resetUserColors:"\u6E05\u9664\u81EA\u8A02\u984F\u8272",clearCustomColorsConfirm:"\u522A\u9664\u6240\u6709\u81EA\u8A02\u984F\u8272\uFF1F",userColorSlot:"\u984F\u8272 {slot}",recentColors:"\u6700\u8FD1\u4F7F\u7528\u7684\u984F\u8272",clearRecentColors:"\u6E05\u9664\u6700\u8FD1\u4F7F\u7528\u7684\u984F\u8272",removeRecentColor:"\u79FB\u9664\u984F\u8272",apply:"\u5957\u7528",hexLabel:"HEX",rgbLabel:"RGBA"},selectVaultProfile:{title:"\u9078\u64C7\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94",currentBadge:"\u4F7F\u7528\u4E2D",emptyState:"\u6C92\u6709\u53EF\u7528\u7684\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\u3002"},tagOperation:{renameTitle:"\u91CD\u65B0\u547D\u540D\u6A19\u7C64 {tag}",deleteTitle:"\u522A\u9664\u6A19\u7C64 {tag}",newTagPrompt:"\u65B0\u6A19\u7C64\u540D\u7A31",newTagPlaceholder:"\u8F38\u5165\u65B0\u6A19\u7C64\u540D\u7A31",renameWarning:"\u91CD\u65B0\u547D\u540D\u6A19\u7C64 {oldTag} \u5C07\u4FEE\u6539 {count} \u500B{files}\u3002",deleteWarning:"\u522A\u9664\u6A19\u7C64 {tag} \u5C07\u4FEE\u6539 {count} \u500B{files}\u3002",modificationWarning:"\u9019\u5C07\u66F4\u65B0\u6A94\u6848\u4FEE\u6539\u65E5\u671F\u3002",affectedFiles:"\u53D7\u5F71\u97FF\u7684\u6A94\u6848\uFF1A",andMore:"\u4EE5\u53CA {count} \u500B\u66F4\u591A...",confirmRename:"\u91CD\u65B0\u547D\u540D\u6A19\u7C64",renameUnchanged:"{tag} \u672A\u8B8A\u66F4",renameNoChanges:"{oldTag} \u2192 {newTag} ({countLabel})",renameBatchNotFinalized:"\u5DF2\u91CD\u65B0\u547D\u540D {renamed}/{total}\u3002\u672A\u66F4\u65B0\uFF1A{notUpdated}\u3002\u4E2D\u7E7C\u8CC7\u6599\u548C\u6377\u5F91\u672A\u66F4\u65B0\u3002",invalidTagName:"\u8ACB\u8F38\u5165\u6709\u6548\u7684\u6A19\u7C64\u540D\u7A31\u3002",descendantRenameError:"\u7121\u6CD5\u5C07\u6A19\u7C64\u79FB\u52D5\u5230\u81EA\u8EAB\u6216\u5176\u5B50\u6A19\u7C64\u4E2D\u3002",confirmDelete:"\u522A\u9664\u6A19\u7C64",deleteBatchNotFinalized:"\u5DF2\u5F9E {removed}/{total} \u4E2D\u522A\u9664\u3002\u672A\u66F4\u65B0\uFF1A{notUpdated}\u3002\u4E2D\u7E7C\u8CC7\u6599\u548C\u6377\u5F91\u672A\u66F4\u65B0\u3002",checkConsoleForDetails:"\u67E5\u770B\u4E3B\u63A7\u53F0\u4E86\u89E3\u8A73\u60C5\u3002",file:"\u500B\u6A94\u6848",files:"\u500B\u6A94\u6848",inlineParsingWarning:{title:"\u5167\u5D4C\u6A19\u7C64\u76F8\u5BB9\u6027",message:"{tag} \u5305\u542B Obsidian \u7121\u6CD5\u5728\u5167\u5D4C\u6A19\u7C64\u4E2D\u89E3\u6790\u7684\u5B57\u5143\u3002Frontmatter \u6A19\u7C64\u4E0D\u53D7\u5F71\u97FF\u3002",confirm:"\u4ECD\u7136\u4F7F\u7528"}},propertyOperation:{renameTitle:"\u91CD\u65B0\u547D\u540D\u5C6C\u6027 {property}",deleteTitle:"\u522A\u9664\u5C6C\u6027 {property}",newKeyPrompt:"\u65B0\u5C6C\u6027\u540D\u7A31",newKeyPlaceholder:"\u8F38\u5165\u65B0\u5C6C\u6027\u540D\u7A31",renameWarning:"\u91CD\u65B0\u547D\u540D\u5C6C\u6027 {property} \u5C07\u4FEE\u6539 {count} \u500B{files}\u3002",renameConflictWarning:"\u5C6C\u6027 {newKey} \u5DF2\u5B58\u5728\u65BC {count} \u500B{files}\u4E2D\u3002\u91CD\u65B0\u547D\u540D {oldKey} \u5C07\u53D6\u4EE3\u73FE\u6709\u7684 {newKey} \u503C\u3002",deleteWarning:"\u522A\u9664\u5C6C\u6027 {property} \u5C07\u4FEE\u6539 {count} \u500B{files}\u3002",confirmRename:"\u91CD\u65B0\u547D\u540D\u5C6C\u6027",confirmDelete:"\u522A\u9664\u5C6C\u6027",renameNoChanges:"{oldKey} \u2192 {newKey}\uFF08\u7121\u8B8A\u66F4\uFF09",renameSettingsUpdateFailed:"\u5DF2\u91CD\u65B0\u547D\u540D\u5C6C\u6027 {oldKey} \u2192 {newKey}\u3002\u66F4\u65B0\u8A2D\u5B9A\u5931\u6557\u3002",deleteSingleSuccess:"\u5DF2\u5F9E 1 \u7BC7\u7B46\u8A18\u4E2D\u522A\u9664\u5C6C\u6027 {property}",deleteMultipleSuccess:"\u5DF2\u5F9E {count} \u7BC7\u7B46\u8A18\u4E2D\u522A\u9664\u5C6C\u6027 {property}",deleteSettingsUpdateFailed:"\u5DF2\u522A\u9664\u5C6C\u6027 {property}\u3002\u66F4\u65B0\u8A2D\u5B9A\u5931\u6557\u3002",invalidKeyName:"\u8ACB\u8F38\u5165\u6709\u6548\u7684\u5C6C\u6027\u540D\u7A31\u3002"},fileSystem:{newFolderTitle:"\u65B0\u5EFA\u8CC7\u6599\u593E",renameFolderTitle:"\u91CD\u65B0\u547D\u540D\u8CC7\u6599\u593E",renameFileTitle:"\u91CD\u65B0\u547D\u540D\u6A94\u6848",deleteFolderTitle:"\u522A\u9664 '{name}'\uFF1F",deleteFileTitle:"\u522A\u9664 '{name}'\uFF1F",deleteFileAttachmentsTitle:"\u522A\u9664\u6A94\u6848\u9644\u4EF6\uFF1F",moveFileConflictTitle:"\u79FB\u52D5\u885D\u7A81",folderNamePrompt:"\u8F38\u5165\u8CC7\u6599\u593E\u540D\u7A31\uFF1A",hideInOtherVaultProfiles:"\u5728\u5176\u4ED6\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\u4E2D\u96B1\u85CF",renamePrompt:"\u8F38\u5165\u65B0\u540D\u7A31\uFF1A",renameVaultTitle:"\u8B8A\u66F4\u4FDD\u96AA\u5EAB\u986F\u793A\u540D\u7A31",renameVaultPrompt:"\u8F38\u5165\u81EA\u8A02\u986F\u793A\u540D\u7A31\uFF08\u7559\u7A7A\u4F7F\u7528\u9810\u8A2D\u503C\uFF09\uFF1A",deleteFolderConfirm:"\u60A8\u78BA\u5B9A\u8981\u522A\u9664\u6B64\u8CC7\u6599\u593E\u53CA\u5176\u6240\u6709\u5167\u5BB9\u55CE\uFF1F",deleteFileConfirm:"\u60A8\u78BA\u5B9A\u8981\u522A\u9664\u6B64\u6A94\u6848\u55CE\uFF1F",deleteFileAttachmentsDescriptionSingle:"\u6B64\u9644\u4EF6\u4E0D\u518D\u88AB\u4EFB\u4F55\u7B46\u8A18\u4F7F\u7528\u3002\u662F\u5426\u8981\u522A\u9664\uFF1F",deleteFileAttachmentsDescriptionMultiple:"\u9019\u4E9B\u9644\u4EF6\u4E0D\u518D\u88AB\u4EFB\u4F55\u7B46\u8A18\u4F7F\u7528\u3002\u662F\u5426\u8981\u522A\u9664\uFF1F",deleteFileAttachmentsViewFileTreeAriaLabel:"\u6A94\u6848\u6A39",deleteFileAttachmentsViewGalleryAriaLabel:"\u5716\u5EAB",moveFileConflictDescriptionSingle:"\u5728\u300C{folder}\u300D\u4E2D\u767C\u73FE\u6A94\u6848\u885D\u7A81\u3002",moveFileConflictDescriptionMultiple:"\u5728\u300C{folder}\u300D\u4E2D\u767C\u73FE {count} \u500B\u6A94\u6848\u885D\u7A81\u3002",moveFileConflictAffectedFiles:"\u53D7\u5F71\u97FF\u7684\u6A94\u6848",moveFileConflictItem:"\u300C{name}\u300D->\u300C{suggested}\u300D{renameOnly}",moveFileConflictRenameOnly:"\uFF08\u50C5\u91CD\u65B0\u547D\u540D\uFF09",moveFileConflictRename:"\u91CD\u65B0\u547D\u540D",moveFileConflictOverwrite:"\u8986\u84CB",removeAllTagsTitle:"\u79FB\u9664\u6240\u6709\u6A19\u7C64",removeAllTagsFromNote:"\u60A8\u78BA\u5B9A\u8981\u5F9E\u9019\u500B\u7B46\u8A18\u4E2D\u79FB\u9664\u6240\u6709\u6A19\u7C64\u55CE\uFF1F",removeAllTagsFromNotes:"\u60A8\u78BA\u5B9A\u8981\u5F9E {count} \u500B\u7B46\u8A18\u4E2D\u79FB\u9664\u6240\u6709\u6A19\u7C64\u55CE\uFF1F"},folderNoteType:{title:"\u9078\u64C7\u8CC7\u6599\u593E\u7B46\u8A18\u985E\u578B",folderLabel:"\u8CC7\u6599\u593E\uFF1A{name}"},folderSuggest:{placeholder:t=>`\u5C07 ${t} \u79FB\u52D5\u81F3\u8CC7\u6599\u593E...`,multipleFilesLabel:t=>`${t} \u500B\u6A94\u6848`,navigatePlaceholder:"\u5C0E\u89BD\u81F3\u8CC7\u6599\u593E...",instructions:{navigate:"\u5C0E\u89BD",move:"\u79FB\u52D5",select:"\u9078\u64C7",dismiss:"\u53D6\u6D88"}},homepage:{placeholder:"\u641C\u5C0B\u6A94\u6848...",instructions:{navigate:"\u5C0E\u89BD",select:"\u8A2D\u70BA\u9996\u9801",dismiss:"\u53D6\u6D88"}},calendarTemplate:{placeholder:"\u641C\u5C0B\u7BC4\u672C...",instructions:{navigate:"\u5C0E\u89BD",select:"\u9078\u64C7\u7BC4\u672C",dismiss:"\u53D6\u6D88"}},navigationBanner:{placeholder:"\u641C\u5C0B\u5716\u7247...",instructions:{navigate:"\u5C0E\u89BD",select:"\u8A2D\u70BA\u6A6B\u5E45",dismiss:"\u53D6\u6D88"}},tagSuggest:{navigatePlaceholder:"\u5C0E\u89BD\u81F3\u6A19\u7C64...",addPlaceholder:"\u641C\u5C0B\u8981\u65B0\u589E\u7684\u6A19\u7C64...",removePlaceholder:"\u9078\u64C7\u8981\u79FB\u9664\u7684\u6A19\u7C64...",createNewTag:"\u5EFA\u7ACB\u65B0\u6A19\u7C64: #{tag}",instructions:{navigate:"\u5C0E\u89BD",select:"\u9078\u64C7",dismiss:"\u53D6\u6D88",add:"\u65B0\u589E\u6A19\u7C64",remove:"\u79FB\u9664\u6A19\u7C64"}},propertySuggest:{placeholder:"\u9078\u64C7\u5C6C\u6027\u9375...",navigatePlaceholder:"\u5C0E\u822A\u5230\u5C6C\u6027...",instructions:{navigate:"\u5C0E\u89BD",select:"\u65B0\u589E\u5C6C\u6027",dismiss:"\u53D6\u6D88"}},propertyKeyVisibility:{title:"\u5C6C\u6027\u9375\u53EF\u898B\u6027",description:"\u63A7\u5236\u5C6C\u6027\u503C\u7684\u986F\u793A\u4F4D\u7F6E\u3002\u5404\u6B04\u5206\u5225\u5C0D\u61C9\u5C0E\u822A\u9762\u677F\u3001\u5217\u8868\u9762\u677F\u548C\u6A94\u6848\u4E0A\u4E0B\u6587\u9078\u55AE\u3002\u4F7F\u7528\u5E95\u90E8\u5217\u5207\u63DB\u67D0\u6B04\u4E2D\u7684\u6240\u6709\u5217\u3002",searchPlaceholder:"\u641C\u5C0B\u5C6C\u6027\u9375...",propertyColumnLabel:"\u5C6C\u6027",showInNavigation:"\u5728\u5C0E\u89BD\u4E2D\u986F\u793A",showInList:"\u5728\u6E05\u55AE\u4E2D\u986F\u793A",showInFileMenu:"\u5728\u6A94\u6848\u9078\u55AE\u4E2D\u986F\u793A",toggleAllInNavigation:"\u5207\u63DB\u5C0E\u89BD\u4E2D\u7684\u5168\u90E8",toggleAllInList:"\u5207\u63DB\u6E05\u55AE\u4E2D\u7684\u5168\u90E8",toggleAllInFileMenu:"\u5207\u63DB\u6A94\u6848\u9078\u55AE\u4E2D\u7684\u5168\u90E8",applyButton:"\u5957\u7528",emptyState:"\u672A\u627E\u5230\u5C6C\u6027\u9375\u3002"},welcome:{title:"\u6B61\u8FCE\u4F7F\u7528 {pluginName}",introText:"\u60A8\u597D\uFF01\u5728\u958B\u59CB\u4E4B\u524D\uFF0C\u5F37\u70C8\u5EFA\u8B70\u60A8\u89C0\u770B\u4E0B\u65B9\u5F71\u7247\u7684\u524D\u4E94\u5206\u9418\uFF0C\u4EE5\u4E86\u89E3\u9762\u677F\u548C\u300C\u986F\u793A\u5B50\u8CC7\u6599\u593E\u4E2D\u7684\u7B46\u8A18\u300D\u958B\u95DC\u662F\u5982\u4F55\u904B\u4F5C\u7684\u3002",continueText:"\u5982\u679C\u60A8\u9084\u6709\u4E94\u5206\u9418\u6642\u9593\uFF0C\u8ACB\u7E7C\u7E8C\u89C0\u770B\u5F71\u7247\u4EE5\u4E86\u89E3\u7CBE\u7C21\u986F\u793A\u6A21\u5F0F\u4EE5\u53CA\u5982\u4F55\u6B63\u78BA\u8A2D\u5B9A\u6377\u5F91\u548C\u91CD\u8981\u7684\u5FEB\u901F\u9375\u3002",thanksText:"\u975E\u5E38\u611F\u8B1D\u60A8\u7684\u4E0B\u8F09\uFF0C\u795D\u60A8\u4F7F\u7528\u6109\u5FEB\uFF01",videoAlt:"\u5B89\u88DD\u8207\u7CBE\u901A Notebook Navigator",openVideoButton:"\u64AD\u653E\u5F71\u7247",closeButton:"\u4EE5\u5F8C\u518D\u8AAA"}},fileSystem:{errors:{createFolder:"\u5EFA\u7ACB\u8CC7\u6599\u593E\u5931\u6557\uFF1A{error}",createFile:"\u5EFA\u7ACB\u6A94\u6848\u5931\u6557\uFF1A{error}",renameFolder:"\u91CD\u65B0\u547D\u540D\u8CC7\u6599\u593E\u5931\u6557\uFF1A{error}",renameFolderNoteConflict:"\u7121\u6CD5\u91CD\u65B0\u547D\u540D\uFF1A\u300C{name}\u300D\u5DF2\u5728\u6B64\u8CC7\u6599\u593E\u4E2D\u5B58\u5728",renameFile:"\u91CD\u65B0\u547D\u540D\u6A94\u6848\u5931\u6557\uFF1A{error}",deleteFolder:"\u522A\u9664\u8CC7\u6599\u593E\u5931\u6557\uFF1A{error}",deleteFile:"\u522A\u9664\u6A94\u6848\u5931\u6557\uFF1A{error}",deleteAttachments:"\u522A\u9664\u9644\u4EF6\u5931\u6557: {error}",duplicateNote:"\u8907\u88FD\u7B46\u8A18\u5931\u6557\uFF1A{error}",duplicateFolder:"\u8907\u88FD\u8CC7\u6599\u593E\u5931\u6557\uFF1A{error}",openVersionHistory:"\u958B\u555F\u7248\u672C\u6B77\u53F2\u5931\u6557\uFF1A{error}",versionHistoryNotFound:"\u672A\u627E\u5230\u7248\u672C\u6B77\u53F2\u547D\u4EE4\u3002\u8ACB\u78BA\u4FDD\u5DF2\u555F\u7528 Obsidian \u540C\u6B65\u3002",revealInExplorer:"\u5728\u7CFB\u7D71\u6A94\u6848\u7E3D\u7BA1\u4E2D\u5B9A\u4F4D\u6A94\u6848\u5931\u6557\uFF1A{error}",openInDefaultApp:"\u4EE5\u9810\u8A2D\u61C9\u7528\u7A0B\u5F0F\u958B\u555F\u5931\u6557\uFF1A{error}",openInDefaultAppNotAvailable:"\u6B64\u5E73\u53F0\u4E0D\u652F\u63F4\u4EE5\u9810\u8A2D\u61C9\u7528\u7A0B\u5F0F\u958B\u555F",folderNoteAlreadyExists:"\u8CC7\u6599\u593E\u7B46\u8A18\u5DF2\u5B58\u5728",folderAlreadyExists:"\u8CC7\u6599\u593E\u300C{name}\u300D\u5DF2\u5B58\u5728",folderNotesDisabled:"\u8ACB\u5728\u8A2D\u5B9A\u4E2D\u555F\u7528\u8CC7\u6599\u593E\u7B46\u8A18\u4EE5\u8F49\u63DB\u6A94\u6848",folderNoteAlreadyLinked:"\u6B64\u6A94\u6848\u5DF2\u4F5C\u70BA\u8CC7\u6599\u593E\u7B46\u8A18",folderNoteNotFound:"\u6240\u9078\u8CC7\u6599\u593E\u4E2D\u6C92\u6709\u8CC7\u6599\u593E\u7B46\u8A18",folderNoteUnsupportedExtension:"\u4E0D\u652F\u63F4\u7684\u6A94\u6848\u526F\u6A94\u540D\uFF1A{extension}",folderNoteMoveFailed:"\u8F49\u63DB\u904E\u7A0B\u4E2D\u79FB\u52D5\u6A94\u6848\u5931\u6557\uFF1A{error}",folderNoteRenameConflict:"\u8CC7\u6599\u593E\u4E2D\u5DF2\u5B58\u5728\u540D\u70BA\u300C{name}\u300D\u7684\u6A94\u6848",folderNoteConversionFailed:"\u8F49\u63DB\u70BA\u8CC7\u6599\u593E\u7B46\u8A18\u5931\u6557",folderNoteConversionFailedWithReason:"\u8F49\u63DB\u70BA\u8CC7\u6599\u593E\u7B46\u8A18\u5931\u6557\uFF1A{error}",folderNoteOpenFailed:"\u6A94\u6848\u5DF2\u8F49\u63DB\u4F46\u958B\u555F\u8CC7\u6599\u593E\u7B46\u8A18\u5931\u6557\uFF1A{error}",failedToDeleteFile:"\u522A\u9664 {name} \u5931\u6557: {error}",failedToDeleteMultipleFiles:"\u522A\u9664 {count} \u500B\u6A94\u6848\u5931\u6557",versionHistoryNotAvailable:"\u7248\u672C\u6B77\u53F2\u670D\u52D9\u4E0D\u53EF\u7528",drawingAlreadyExists:"\u540C\u540D\u7E6A\u5716\u5DF2\u5B58\u5728",failedToCreateDrawing:"\u5EFA\u7ACB\u7E6A\u5716\u5931\u6557",noFolderSelected:"Notebook Navigator \u4E2D\u672A\u9078\u64C7\u8CC7\u6599\u593E",noFileSelected:"\u672A\u9078\u64C7\u6A94\u6848"},warnings:{linkBreakingNameCharacters:"\u8A72\u540D\u7A31\u5305\u542B\u6703\u7834\u58DE Obsidian \u9023\u7D50\u7684\u5B57\u5143\uFF1A#, |, ^, %%, [[, ]].",forbiddenNameCharactersAllPlatforms:"\u540D\u7A31\u4E0D\u80FD\u4EE5 . \u958B\u982D\uFF0C\u4E5F\u4E0D\u80FD\u5305\u542B : \u6216 /\u3002",forbiddenNameCharactersWindows:'Windows \u4FDD\u7559\u5B57\u5143\u4E0D\u5141\u8A31\u4F7F\u7528\uFF1A<, >, ", \\, |, ?, *\u3002'},notices:{hideFolder:"\u5DF2\u96B1\u85CF\u8CC7\u6599\u593E\uFF1A{name}",showFolder:"\u5DF2\u986F\u793A\u8CC7\u6599\u593E\uFF1A{name}"},notifications:{deletedMultipleFiles:"\u5DF2\u522A\u9664 {count} \u500B\u6A94\u6848",movedMultipleFiles:"\u5DF2\u5C07 {count} \u500B\u6A94\u6848\u79FB\u52D5\u81F3 {folder}",folderNoteConversionSuccess:"\u5DF2\u5728\u300C{name}\u300D\u4E2D\u5C07\u6A94\u6848\u8F49\u63DB\u70BA\u8CC7\u6599\u593E\u7B46\u8A18",folderMoved:"\u5DF2\u79FB\u52D5\u8CC7\u6599\u593E\u300C{name}\u300D",deepLinkCopied:"Obsidian URL \u5DF2\u8907\u88FD\u5230\u526A\u8CBC\u7C3F",pathCopied:"\u8DEF\u5F91\u5DF2\u8907\u88FD\u5230\u526A\u8CBC\u7C3F",relativePathCopied:"\u76F8\u5C0D\u8DEF\u5F91\u5DF2\u8907\u88FD\u5230\u526A\u8CBC\u7C3F",tagAddedToNote:"\u5DF2\u5C07\u6A19\u7C64\u65B0\u589E\u5230 1 \u500B\u7B46\u8A18",tagAddedToNotes:"\u5DF2\u5C07\u6A19\u7C64\u65B0\u589E\u5230 {count} \u500B\u7B46\u8A18",tagRemovedFromNote:"\u5DF2\u5F9E 1 \u500B\u7B46\u8A18\u4E2D\u79FB\u9664\u6A19\u7C64",tagRemovedFromNotes:"\u5DF2\u5F9E {count} \u500B\u7B46\u8A18\u4E2D\u79FB\u9664\u6A19\u7C64",tagsClearedFromNote:"\u5DF2\u5F9E 1 \u500B\u7B46\u8A18\u4E2D\u6E05\u9664\u6240\u6709\u6A19\u7C64",tagsClearedFromNotes:"\u5DF2\u5F9E {count} \u500B\u7B46\u8A18\u4E2D\u6E05\u9664\u6240\u6709\u6A19\u7C64",noTagsToRemove:"\u6C92\u6709\u53EF\u79FB\u9664\u7684\u6A19\u7C64",noFilesSelected:"\u672A\u9078\u64C7\u6A94\u6848",tagOperationsNotAvailable:"\u6A19\u7C64\u64CD\u4F5C\u4E0D\u53EF\u7528",propertyOperationsNotAvailable:"\u5C6C\u6027\u64CD\u4F5C\u4E0D\u53EF\u7528",tagsRequireMarkdown:"\u6A19\u7C64\u50C5\u652F\u63F4 Markdown \u7B46\u8A18",propertiesRequireMarkdown:"\u5C6C\u6027\u50C5\u5728 Markdown \u7B46\u8A18\u4E2D\u53D7\u652F\u63F4",propertySetOnNote:"\u5DF2\u5728 1 \u7BC7\u7B46\u8A18\u4E2D\u66F4\u65B0\u5C6C\u6027",propertySetOnNotes:"\u5DF2\u5728 {count} \u7BC7\u7B46\u8A18\u4E2D\u66F4\u65B0\u5C6C\u6027",iconPackDownloaded:"{provider} \u5DF2\u4E0B\u8F09",iconPackUpdated:"{provider} \u5DF2\u66F4\u65B0 ({version})",iconPackRemoved:"{provider} \u5DF2\u79FB\u9664",iconPackLoadFailed:"{provider} \u8F09\u5165\u5931\u6557",hiddenFileReveal:"\u6A94\u6848\u5DF2\u96B1\u85CF\u3002\u555F\u7528\u300C\u986F\u793A\u96B1\u85CF\u9805\u76EE\u300D\u4EE5\u986F\u793A\u5B83"},confirmations:{deleteMultipleFiles:"\u78BA\u5B9A\u8981\u522A\u9664 {count} \u500B\u6A94\u6848\u55CE\uFF1F",deleteConfirmation:"\u6B64\u64CD\u4F5C\u7121\u6CD5\u5FA9\u539F\u3002"},defaultNames:{untitled:"\u672A\u547D\u540D"}},dragDrop:{errors:{cannotMoveIntoSelf:"\u7121\u6CD5\u5C07\u8CC7\u6599\u593E\u79FB\u52D5\u5230\u81EA\u8EAB\u6216\u5176\u5B50\u8CC7\u6599\u593E\u4E2D\u3002",itemAlreadyExists:"\u6B64\u4F4D\u7F6E\u5DF2\u5B58\u5728\u540D\u70BA\u300C{name}\u300D\u7684\u9805\u76EE\u3002",failedToMove:"\u79FB\u52D5\u5931\u6557\uFF1A{error}",failedToAddTag:"\u65B0\u589E\u6A19\u7C64\u300C{tag}\u300D\u5931\u6557",failedToSetProperty:"\u66F4\u65B0\u5C6C\u6027\u5931\u6557: {error}",failedToClearTags:"\u6E05\u9664\u6A19\u7C64\u5931\u6557",failedToMoveFolder:"\u79FB\u52D5\u8CC7\u6599\u593E\u300C{name}\u300D\u5931\u6557",failedToImportFiles:"\u532F\u5165\u5931\u6557\uFF1A{names}"},notifications:{filesAlreadyExist:"{count} \u500B\u6A94\u6848\u5728\u76EE\u6A19\u4F4D\u7F6E\u5DF2\u5B58\u5728",filesAlreadyHaveTag:"{count} \u500B\u6A94\u6848\u5DF2\u7D93\u6709\u6B64\u6A19\u7C64\u6216\u66F4\u5177\u9AD4\u7684\u6A19\u7C64",filesAlreadyHaveProperty:"{count} \u500B\u6A94\u6848\u5DF2\u64C1\u6709\u6B64\u5C6C\u6027",noTagsToClear:"\u6C92\u6709\u8981\u6E05\u9664\u7684\u6A19\u7C64",fileImported:"\u5DF2\u532F\u5165 1 \u500B\u6A94\u6848",filesImported:"\u5DF2\u532F\u5165 {count} \u500B\u6A94\u6848"}},dateGroups:{today:"\u4ECA\u5929",yesterday:"\u6628\u5929",previous7Days:"\u904E\u53BB 7 \u5929",previous30Days:"\u904E\u53BB 30 \u5929"},commands:{open:"\u958B\u555F",toggleLeftSidebar:"\u5207\u63DB\u5DE6\u5074\u908A\u6B04",openHomepage:"\u958B\u555F\u9996\u9801",openDailyNote:"\u958B\u555F\u6BCF\u65E5\u7B46\u8A18",openWeeklyNote:"\u958B\u555F\u6BCF\u9031\u7B46\u8A18",openMonthlyNote:"\u958B\u555F\u6BCF\u6708\u7B46\u8A18",openQuarterlyNote:"\u958B\u555F\u5B63\u5EA6\u7B46\u8A18",openYearlyNote:"\u958B\u555F\u6BCF\u5E74\u7B46\u8A18",revealFile:"\u5B9A\u4F4D\u6A94\u6848",search:"\u641C\u5C0B",searchVaultRoot:"\u5728\u4FDD\u96AA\u5EAB\u6839\u76EE\u9304\u641C\u5C0B",toggleDualPane:"\u5207\u63DB\u96D9\u7A97\u683C\u5E03\u5C40",toggleDualPaneOrientation:"\u5207\u63DB\u96D9\u7A97\u683C\u65B9\u5411",toggleCalendar:"\u5207\u63DB\u65E5\u66C6",selectVaultProfile:"\u8B8A\u66F4\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94",selectVaultProfile1:"\u5207\u63DB\u5230\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94 1",selectVaultProfile2:"\u5207\u63DB\u5230\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94 2",selectVaultProfile3:"\u5207\u63DB\u5230\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94 3",deleteFile:"\u522A\u9664\u6A94\u6848",createNewNote:"\u5EFA\u7ACB\u65B0\u7B46\u8A18",createNewNoteFromTemplate:"\u5F9E\u7BC4\u672C\u65B0\u5EFA\u7B46\u8A18",moveFiles:"\u79FB\u52D5\u6A94\u6848",selectNextFile:"\u9078\u64C7\u4E0B\u4E00\u500B\u6A94\u6848",selectPreviousFile:"\u9078\u64C7\u4E0A\u4E00\u500B\u6A94\u6848",navigateBack:"\u5411\u5F8C\u5C0E\u89BD",navigateForward:"\u5411\u524D\u5C0E\u89BD",convertToFolderNote:"\u8F49\u63DB\u70BA\u8CC7\u6599\u593E\u7B46\u8A18",setAsFolderNote:"\u8A2D\u70BA\u8CC7\u6599\u593E\u7B46\u8A18",detachFolderNote:"\u89E3\u9664\u8CC7\u6599\u593E\u7B46\u8A18",pinAllFolderNotes:"\u91D8\u9078\u6240\u6709\u8CC7\u6599\u593E\u7B46\u8A18",navigateToFolder:"\u5C0E\u89BD\u81F3\u8CC7\u6599\u593E",navigateToTag:"\u5C0E\u89BD\u81F3\u6A19\u7C64",navigateToProperty:"\u5C0E\u822A\u5230\u5C6C\u6027",addShortcut:"\u65B0\u589E\u81F3\u6377\u5F91",openShortcut:"\u958B\u555F\u6377\u5F91 {number}",toggleDescendants:"\u5207\u63DB\u5F8C\u4EE3",toggleHidden:"\u5207\u63DB\u96B1\u85CF\u7684\u8CC7\u6599\u593E\u3001\u6A19\u7C64\u548C\u7B46\u8A18",toggleTagSort:"\u5207\u63DB\u6A19\u7C64\u6392\u5E8F",toggleCompactMode:"\u5207\u63DB\u7CBE\u7C21\u6A21\u5F0F",collapseExpand:"\u647A\u758A/\u5C55\u958B\u6240\u6709\u9805\u76EE",addTag:"\u70BA\u9078\u5B9A\u6A94\u6848\u65B0\u589E\u6A19\u7C64",setProperty:"\u70BA\u9078\u5B9A\u6A94\u6848\u8A2D\u5B9A\u5C6C\u6027",removeTag:"\u5F9E\u9078\u5B9A\u6A94\u6848\u79FB\u9664\u6A19\u7C64",removeAllTags:"\u5F9E\u9078\u5B9A\u6A94\u6848\u79FB\u9664\u6240\u6709\u6A19\u7C64",openAllFiles:"\u958B\u555F\u6240\u6709\u6A94\u6848",rebuildCache:"\u91CD\u5EFA\u5FEB\u53D6"},plugin:{viewName:"\u7B46\u8A18\u672C\u5C0E\u89BD\u5668",calendarViewName:"\u65E5\u66C6",ribbonTooltip:"\u7B46\u8A18\u672C\u5C0E\u89BD\u5668",revealInNavigator:"\u5728\u7B46\u8A18\u672C\u5C0E\u89BD\u5668\u4E2D\u5B9A\u4F4D"},tooltips:{lastModifiedAt:"\u6700\u5F8C\u4FEE\u6539\u65BC",createdAt:"\u5EFA\u7ACB\u65BC",file:"\u500B\u6A94\u6848",files:"\u500B\u6A94\u6848",folder:"\u500B\u8CC7\u6599\u593E",folders:"\u500B\u8CC7\u6599\u593E"},settings:{metadataReport:{exportSuccess:"\u5931\u6557\u7684\u4E2D\u7E7C\u8CC7\u6599\u5831\u544A\u5DF2\u532F\u51FA\u81F3\uFF1A{filename}",exportFailed:"\u532F\u51FA\u4E2D\u7E7C\u8CC7\u6599\u5831\u544A\u5931\u6557"},sections:{general:"\u4E00\u822C",notes:"\u7B46\u8A18",navigationPane:"\u5C0E\u89BD",calendar:"\u5C0E\u89BD\u65E5\u66C6",files:"\u6A94\u6848",icons:"\u5716\u793A\u5305",tags:"\u6A19\u7C64",folders:"\u8CC7\u6599\u593E",folderNotes:"\u8CC7\u6599\u593E\u7B46\u8A18",foldersAndTags:"\u8CC7\u6599\u593E",tagsAndProperties:"\u6A19\u7C64\u8207\u5C6C\u6027",listPane:"\u5217\u8868",advanced:"\u9032\u968E"},groups:{general:{vaultProfiles:"\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94",filtering:"\u7BE9\u9078",templates:"\u7BC4\u672C",behavior:"\u884C\u70BA",keyboardNavigation:"\u9375\u76E4\u5C0E\u89BD",mouseButtons:"\u6ED1\u9F20\u6309\u9215",view:"\u5916\u89C0",icons:"\u5716\u793A",desktopAppearance:"\u684C\u9762\u5916\u89C0",mobileAppearance:"\u884C\u52D5\u88DD\u7F6E\u5916\u89C0",formatting:"\u683C\u5F0F"},navigation:{appearance:"\u5916\u89C0",rainbowColors:"\u5F69\u8679\u984F\u8272",leftSidebar:"\u5DE6\u5074\u908A\u6B04",calendarIntegration:"\u884C\u4E8B\u66C6\u6574\u5408"},list:{display:"\u5916\u89C0",pinnedNotes:"\u91D8\u9078\u7B46\u8A18"},notes:{frontmatter:"\u524D\u7F6E\u4E2D\u7E7C\u8CC7\u6599",tasks:"\u4EFB\u52D9",icon:"\u5716\u793A",title:"\u6A19\u984C",previewText:"\u9810\u89BD\u6587\u5B57",featureImage:"\u7279\u8272\u5716\u7247",tags:"\u6A19\u7C64",properties:"\u5C6C\u6027",date:"\u65E5\u671F",parentFolder:"\u7236\u8CC7\u6599\u593E"}},syncMode:{notSynced:"\uFF08\u672A\u540C\u6B65\uFF09",disabled:"\uFF08\u5DF2\u505C\u7528\uFF09",switchToSynced:"\u555F\u7528\u540C\u6B65",switchToLocal:"\u505C\u7528\u540C\u6B65"},items:{listPaneTitle:{name:"\u5217\u8868\u7A97\u683C\u6A19\u984C",desc:"\u9078\u64C7\u5217\u8868\u7A97\u683C\u6A19\u984C\u7684\u986F\u793A\u4F4D\u7F6E\u3002",options:{header:"\u986F\u793A\u5728\u6A19\u984C\u5217",list:"\u986F\u793A\u5728\u5217\u8868\u7A97\u683C",hidden:"\u4E0D\u986F\u793A"}},sortNotesBy:{name:"\u7B46\u8A18\u6392\u5E8F\u65B9\u5F0F",desc:"\u9078\u64C7\u7B46\u8A18\u5217\u8868\u4E2D\u7684\u7B46\u8A18\u6392\u5E8F\u65B9\u5F0F\u3002",options:{"modified-desc":"\u7DE8\u8F2F\u65E5\u671F\uFF08\u6700\u65B0\u5728\u9802\u90E8\uFF09","modified-asc":"\u7DE8\u8F2F\u65E5\u671F\uFF08\u6700\u820A\u5728\u9802\u90E8\uFF09","created-desc":"\u5EFA\u7ACB\u65E5\u671F\uFF08\u6700\u65B0\u5728\u9802\u90E8\uFF09","created-asc":"\u5EFA\u7ACB\u65E5\u671F\uFF08\u6700\u820A\u5728\u9802\u90E8\uFF09","title-asc":"\u6A19\u984C\uFF08\u5347\u5E8F\uFF09","title-desc":"\u6A19\u984C\uFF08\u964D\u5E8F\uFF09","filename-asc":"\u6A94\u6848\u540D\u7A31\uFF08\u5347\u5E8F\uFF09","filename-desc":"\u6A94\u6848\u540D\u7A31\uFF08\u964D\u5E8F\uFF09","property-asc":"\u5C6C\u6027\uFF08\u5347\u5E8F\uFF09","property-desc":"\u5C6C\u6027\uFF08\u964D\u5E8F\uFF09"},propertyOverride:{asc:"\u5C6C\u6027 \u2018{property}\u2019\uFF08\u5347\u5E8F\uFF09",desc:"\u5C6C\u6027 \u2018{property}\u2019\uFF08\u964D\u5E8F\uFF09"}},propertySortKey:{name:"\u6392\u5E8F\u5C6C\u6027",desc:"\u7528\u65BC\u5C6C\u6027\u6392\u5E8F\u3002\u5177\u6709\u6B64 frontmatter \u5C6C\u6027\u7684\u7B46\u8A18\u9996\u5148\u5217\u51FA\uFF0C\u4E26\u6309\u5C6C\u6027\u503C\u6392\u5E8F\u3002\u9663\u5217\u5408\u4F75\u70BA\u55AE\u4E00\u503C\u3002",placeholder:"order"},propertySortSecondary:{name:"\u6B21\u8981\u6392\u5E8F",desc:"\u8207\u5C6C\u6027\u6392\u5E8F\u914D\u5408\u4F7F\u7528\uFF0C\u7576\u7B46\u8A18\u5177\u6709\u76F8\u540C\u7684\u5C6C\u6027\u503C\u6216\u6C92\u6709\u5C6C\u6027\u503C\u6642\u751F\u6548\u3002",options:{title:"\u6A19\u984C",filename:"\u6A94\u6848\u540D\u7A31",created:"\u5EFA\u7ACB\u65E5\u671F",modified:"\u7DE8\u8F2F\u65E5\u671F"}},revealFileOnListChanges:{name:"\u5217\u8868\u8B8A\u66F4\u6642\u6372\u52D5\u5230\u9078\u5B9A\u6A94\u6848",desc:"\u5728\u91D8\u9078\u7B46\u8A18\u3001\u986F\u793A\u5F8C\u4EE3\u7B46\u8A18\u3001\u8B8A\u66F4\u8CC7\u6599\u593E\u5916\u89C0\u6216\u57F7\u884C\u6A94\u6848\u64CD\u4F5C\u6642\u6372\u52D5\u5230\u9078\u5B9A\u7684\u6A94\u6848\u3002"},includeDescendantNotes:{name:"\u986F\u793A\u5B50\u8CC7\u6599\u593E/\u5F8C\u4EE3\u7684\u7B46\u8A18",desc:"\u5728\u6AA2\u8996\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u6642\u5305\u542B\u5DE2\u72C0\u5B50\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u5F8C\u4EE3\u4E2D\u7684\u7B46\u8A18\u3002"},limitPinnedToCurrentFolder:{name:"\u50C5\u5728\u7B46\u8A18\u6240\u5728\u8CC7\u6599\u593E\u4E2D\u91D8\u9078",desc:"\u91D8\u9078\u7B46\u8A18\u50C5\u5728\u5176\u6240\u5728\u8CC7\u6599\u593E\u4E2D\u986F\u793A\u70BA\u5DF2\u91D8\u9078\u3002\u9069\u7528\u65BC\u8CC7\u6599\u593E\u7B46\u8A18\u6216\u91D8\u9078\u7B46\u8A18\u8F03\u591A\u7684\u60C5\u6CC1\u3002\u4E0D\u5F71\u97FF\u6A19\u7C64\u6216\u5C6C\u6027\u6AA2\u8996\u3002"},separateNoteCounts:{name:"\u5206\u5225\u986F\u793A\u76EE\u524D\u548C\u5F8C\u4EE3\u8A08\u6578",desc:"\u5728\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u4E2D\u4EE5\u300C\u76EE\u524D \u25BE \u5F8C\u4EE3\u300D\u683C\u5F0F\u986F\u793A\u7B46\u8A18\u8A08\u6578\u3002"},groupNotes:{name:"\u5206\u7D44\u7B46\u8A18",desc:"\u5728\u6309\u65E5\u671F\u6216\u8CC7\u6599\u593E\u5206\u7D44\u7684\u7B46\u8A18\u4E4B\u9593\u986F\u793A\u6A19\u984C\u3002\u555F\u7528\u8CC7\u6599\u593E\u5206\u7D44\u6642\uFF0C\u6A19\u7C64\u6AA2\u8996\u4F7F\u7528\u65E5\u671F\u5206\u7D44\u3002",options:{none:"\u4E0D\u5206\u7D44",date:"\u6309\u65E5\u671F\u5206\u7D44",folder:"\u6309\u8CC7\u6599\u593E\u5206\u7D44"}},showSelectedNavigationPills:{name:"\u59CB\u7D42\u986F\u793A\u6240\u6709\u6A19\u7C64\u548C\u5C6C\u6027\u6A19\u8A18",desc:"\u505C\u7528\u6642\uFF0C\u8207\u76EE\u524D\u5C0E\u89BD\u9078\u64C7\u76F8\u7B26\u7684\u6A19\u8A18\u6703\u88AB\u96B1\u85CF\uFF08\u4F8B\u5982\uFF0C\u700F\u89BD\u300C\u98DF\u8B5C\u300D\u6A19\u7C64\u6642\uFF0C\u300C\u98DF\u8B5C\u300D\u6A19\u7C64\u6A19\u8A18\u6703\u88AB\u96B1\u85CF\uFF09\u3002\u555F\u7528\u5F8C\u6240\u6709\u6A19\u8A18\u59CB\u7D42\u53EF\u898B\u3002"},showPinnedGroupHeader:{name:"\u986F\u793A\u91D8\u9078\u7FA4\u7D44\u6A19\u984C",desc:"\u5728\u91D8\u9078\u7B46\u8A18\u4E0A\u65B9\u986F\u793A\u5206\u7D44\u6A19\u984C\u3002"},showPinnedIcon:{name:"\u986F\u793A\u91D8\u9078\u5716\u793A",desc:"\u5728\u91D8\u9078\u5340\u6BB5\u6A19\u984C\u65C1\u986F\u793A\u5716\u793A\u3002"},defaultListMode:{name:"\u9810\u8A2D\u5217\u8868\u6A21\u5F0F",desc:"\u9078\u64C7\u9810\u8A2D\u5217\u8868\u5E03\u5C40\u3002\u6A19\u6E96\u986F\u793A\u6A19\u984C\u3001\u65E5\u671F\u3001\u63CF\u8FF0\u548C\u9810\u89BD\u6587\u5B57\u3002\u7CBE\u7C21\u53EA\u986F\u793A\u6A19\u984C\u3002\u5916\u89C0\u53EF\u6309\u8CC7\u6599\u593E\u8986\u5BEB\u3002",options:{standard:"\u6A19\u6E96",compact:"\u7CBE\u7C21"}},showFileIcons:{name:"\u986F\u793A\u6A94\u6848\u5716\u793A",desc:"\u986F\u793A\u6A94\u6848\u5716\u793A\u4E26\u4FDD\u7559\u5DE6\u5C0D\u9F4A\u9593\u8DDD\u3002\u505C\u7528\u5F8C\u5C07\u79FB\u9664\u5716\u793A\u548C\u7E2E\u6392\u3002\u512A\u5148\u9806\u5E8F\uFF1A\u672A\u5B8C\u6210\u4EFB\u52D9\u5716\u793A > \u81EA\u8A02\u5716\u793A > \u6A94\u540D\u5716\u793A > \u6A94\u6848\u985E\u578B\u5716\u793A > \u9810\u8A2D\u5716\u793A\u3002"},showFileIconUnfinishedTask:{name:"\u672A\u5B8C\u6210\u4EFB\u52D9\u5716\u793A",desc:"\u7576\u7B46\u8A18\u5305\u542B\u672A\u5B8C\u6210\u4EFB\u52D9\u6642\u986F\u793A\u4EFB\u52D9\u5716\u793A\u3002"},showFileBackgroundUnfinishedTask:{name:"\u672A\u5B8C\u6210\u4EFB\u52D9\u80CC\u666F",desc:"\u7576\u7B46\u8A18\u5305\u542B\u672A\u5B8C\u6210\u4EFB\u52D9\u6642\u5957\u7528\u80CC\u666F\u984F\u8272\u3002"},unfinishedTaskBackgroundColor:{name:"\u80CC\u666F\u984F\u8272",desc:"\u8A2D\u5B9A\u7B46\u8A18\u5305\u542B\u672A\u5B8C\u6210\u4EFB\u52D9\u6642\u4F7F\u7528\u7684\u80CC\u666F\u984F\u8272\u3002"},showFilenameMatchIcons:{name:"\u6309\u6A94\u540D\u8A2D\u5B9A\u5716\u793A",desc:"\u6839\u64DA\u6A94\u540D\u4E2D\u7684\u6587\u5B57\u6307\u6D3E\u5716\u793A\u3002"},fileNameIconMap:{name:"\u6A94\u540D\u5716\u793A\u5C0D\u61C9",desc:"\u5305\u542B\u6307\u5B9A\u6587\u5B57\u7684\u6A94\u6848\u5C07\u53D6\u5F97\u6307\u5B9A\u5716\u793A\u3002\u6BCF\u884C\u4E00\u500B\u5C0D\u61C9\uFF1A\u6587\u5B57=\u5716\u793A",placeholder:`# \u6587\u5B57=\u5716\u793A +\u6703\u8B70=LiCalendar +\u767C\u7968=PhReceipt`,editTooltip:"\u7DE8\u8F2F\u5C0D\u61C9"},showCategoryIcons:{name:"\u6309\u6A94\u6848\u985E\u578B\u8A2D\u5B9A\u5716\u793A",desc:"\u6839\u64DA\u6A94\u6848\u526F\u6A94\u540D\u6307\u6D3E\u5716\u793A\u3002"},fileTypeIconMap:{name:"\u6A94\u6848\u985E\u578B\u5716\u793A\u5C0D\u61C9",desc:"\u5177\u6709\u6307\u5B9A\u526F\u6A94\u540D\u7684\u6A94\u6848\u5C07\u53D6\u5F97\u6307\u5B9A\u5716\u793A\u3002\u6BCF\u884C\u4E00\u500B\u5C0D\u61C9\uFF1A\u526F\u6A94\u540D=\u5716\u793A",placeholder:`# \u526F\u6A94\u540D=\u5716\u793A +cpp=LiFileCode +pdf=RaBook`,editTooltip:"\u7DE8\u8F2F\u5C0D\u61C9"},optimizeNoteHeight:{name:"\u53EF\u8B8A\u7B46\u8A18\u9AD8\u5EA6",desc:"\u70BA\u91D8\u9078\u7B46\u8A18\u548C\u7121\u9810\u89BD\u6587\u5B57\u7684\u7B46\u8A18\u4F7F\u7528\u7CBE\u7C21\u9AD8\u5EA6\u3002"},compactItemHeight:{name:"\u7CBE\u7C21\u9805\u76EE\u9AD8\u5EA6",desc:"\u8A2D\u5B9A\u684C\u9762\u548C\u884C\u52D5\u88DD\u7F6E\u7684\u7CBE\u7C21\u5217\u8868\u9805\u76EE\u9AD8\u5EA6\u3002",resetTooltip:"\u6062\u5FA9\u9810\u8A2D\u503C (28px)"},compactItemHeightScaleText:{name:"\u96A8\u7CBE\u7C21\u9AD8\u5EA6\u7E2E\u653E\u6587\u5B57",desc:"\u7576\u6E1B\u5C0F\u7CBE\u7C21\u5217\u8868\u9805\u76EE\u9AD8\u5EA6\u6642\u540C\u6B65\u7E2E\u653E\u6587\u5B57\u3002"},showParentFolder:{name:"\u986F\u793A\u7236\u8CC7\u6599\u593E",desc:"\u70BA\u5B50\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u4E2D\u7684\u7B46\u8A18\u986F\u793A\u7236\u8CC7\u6599\u593E\u540D\u7A31\u3002"},parentFolderClickRevealsFile:{name:"\u9EDE\u6309\u7236\u8CC7\u6599\u593E\u958B\u555F\u8CC7\u6599\u593E",desc:"\u9EDE\u6309\u7236\u8CC7\u6599\u593E\u540D\u7A31\u6642\uFF0C\u5728\u5217\u8868\u9762\u677F\u4E2D\u958B\u555F\u8A72\u8CC7\u6599\u593E\u3002"},showParentFolderColor:{name:"\u986F\u793A\u7236\u8CC7\u6599\u593E\u984F\u8272",desc:"\u5728\u7236\u8CC7\u6599\u593E\u6A19\u7C64\u4E0A\u4F7F\u7528\u8CC7\u6599\u593E\u984F\u8272\u3002"},showParentFolderIcon:{name:"\u986F\u793A\u7236\u8CC7\u6599\u593E\u5716\u793A",desc:"\u5728\u7236\u8CC7\u6599\u593E\u6A19\u7C64\u65C1\u986F\u793A\u8CC7\u6599\u593E\u5716\u793A\u3002"},showQuickActions:{name:"\u986F\u793A\u5FEB\u901F\u64CD\u4F5C",desc:"\u61F8\u505C\u5728\u6A94\u6848\u4E0A\u6642\u986F\u793A\u64CD\u4F5C\u6309\u9215\u3002\u6309\u9215\u63A7\u5236\u9805\u9078\u64C7\u986F\u793A\u54EA\u4E9B\u64CD\u4F5C\u3002"},dualPane:{name:"\u96D9\u7A97\u683C\u5E03\u5C40",desc:"\u5728\u684C\u9762\u7AEF\u4E26\u6392\u986F\u793A\u5C0E\u89BD\u7A97\u683C\u548C\u5217\u8868\u7A97\u683C\u3002"},dualPaneOrientation:{name:"\u96D9\u6B04\u5E03\u5C40\u65B9\u5411",desc:"\u96D9\u6B04\u555F\u7528\u6642\u9078\u64C7\u6C34\u5E73\u6216\u5782\u76F4\u5E03\u5C40\u3002",options:{horizontal:"\u6C34\u5E73\u5206\u5272",vertical:"\u5782\u76F4\u5206\u5272"}},appearanceBackground:{name:"\u80CC\u666F\u8272",desc:"\u70BA\u5C0E\u89BD\u7A97\u683C\u548C\u5217\u8868\u7A97\u683C\u9078\u64C7\u80CC\u666F\u8272\u3002",options:{separate:"\u5206\u958B\u80CC\u666F",primary:"\u4F7F\u7528\u5217\u8868\u80CC\u666F",secondary:"\u4F7F\u7528\u5C0E\u89BD\u80CC\u666F"}},appearanceScale:{name:"\u7E2E\u653E\u7D1A\u5225",desc:"\u63A7\u5236 Notebook Navigator \u7684\u6574\u9AD4\u7E2E\u653E\u7D1A\u5225\u3002"},useFloatingToolbars:{name:"\u5728 iOS/iPadOS \u4E0A\u4F7F\u7528\u6D6E\u52D5\u5DE5\u5177\u5217",desc:"\u9069\u7528\u65BC Obsidian 1.11 \u53CA\u66F4\u9AD8\u7248\u672C\u3002"},startView:{name:"\u9810\u8A2D\u555F\u52D5\u6AA2\u8996",desc:"\u9078\u64C7\u958B\u555F Notebook Navigator \u6642\u986F\u793A\u7684\u7A97\u683C\u3002\u5C0E\u89BD\u7A97\u683C\u986F\u793A\u6377\u5F91\u3001\u6700\u8FD1\u6A94\u6848\u548C\u8CC7\u6599\u593E\u7D50\u69CB\u3002\u5217\u8868\u7A97\u683C\u986F\u793A\u6A94\u6848\u5217\u8868\u3002",options:{navigation:"\u5C0E\u89BD\u7A97\u683C",files:"\u5217\u8868\u7A97\u683C"}},toolbarButtons:{name:"\u5DE5\u5177\u5217\u6309\u9215",desc:"\u9078\u64C7\u5728\u5DE5\u5177\u5217\u4E2D\u986F\u793A\u54EA\u4E9B\u6309\u9215\u3002\u96B1\u85CF\u7684\u6309\u9215\u4ECD\u53EF\u900F\u904E\u547D\u4EE4\u548C\u9078\u55AE\u5B58\u53D6\u3002",navigationLabel:"\u5C0E\u89BD\u5DE5\u5177\u5217",listLabel:"\u5217\u8868\u5DE5\u5177\u5217"},createNewNotesInNewTab:{name:"\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F\u65B0\u7B46\u8A18",desc:"\u555F\u7528\u5F8C\uFF0C\u300C\u5EFA\u7ACB\u65B0\u7B46\u8A18\u300D\u547D\u4EE4\u6703\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F\u7B46\u8A18\u3002\u505C\u7528\u5F8C\uFF0C\u7B46\u8A18\u5C07\u53D6\u4EE3\u76EE\u524D\u7684\u5206\u9801\u3002"},autoRevealActiveNote:{name:"\u81EA\u52D5\u5B9A\u4F4D\u4F7F\u7528\u4E2D\u7684\u7B46\u8A18",desc:"\u5F9E\u5FEB\u901F\u5207\u63DB\u5668\u3001\u9023\u7D50\u6216\u641C\u5C0B\u958B\u555F\u7B46\u8A18\u6642\u81EA\u52D5\u986F\u793A\u3002"},autoRevealShortestPath:{name:"\u4F7F\u7528\u6700\u77ED\u8DEF\u5F91",desc:"\u555F\u7528\uFF1A\u81EA\u52D5\u986F\u793A\u9078\u64C7\u6700\u8FD1\u7684\u53EF\u898B\u7956\u5148\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u3002\u505C\u7528\uFF1A\u81EA\u52D5\u986F\u793A\u9078\u64C7\u6A94\u6848\u7684\u5BE6\u969B\u8CC7\u6599\u593E\u548C\u7CBE\u78BA\u6A19\u7C64\u3002"},autoRevealIgnoreRightSidebar:{name:"\u5FFD\u7565\u53F3\u5074\u908A\u6B04\u4E8B\u4EF6",desc:"\u5728\u53F3\u5074\u908A\u6B04\u4E2D\u9EDE\u6309\u6216\u8B8A\u66F4\u7B46\u8A18\u6642\u4E0D\u8B8A\u66F4\u4F7F\u7528\u4E2D\u7684\u7B46\u8A18\u3002"},autoRevealIgnoreOtherWindows:{name:"\u5FFD\u7565\u5176\u4ED6\u8996\u7A97\u7684\u4E8B\u4EF6",desc:"\u5728\u5176\u4ED6\u8996\u7A97\u4E2D\u64CD\u4F5C\u7B46\u8A18\u6642\u4E0D\u8B8A\u66F4\u4F7F\u7528\u4E2D\u7684\u7B46\u8A18\u3002"},paneTransitionDuration:{name:"\u55AE\u7A97\u683C\u52D5\u756B",desc:"\u5728\u55AE\u7A97\u683C\u6A21\u5F0F\u4E0B\u5207\u63DB\u7A97\u683C\u6642\u7684\u904E\u6E21\u6301\u7E8C\u6642\u9593\uFF08\u6BEB\u79D2\uFF09\u3002",resetTooltip:"\u91CD\u8A2D\u70BA\u9810\u8A2D\u503C"},autoSelectFirstFileOnFocusChange:{name:"\u81EA\u52D5\u9078\u64C7\u7B2C\u4E00\u500B\u7B46\u8A18",desc:"\u5207\u63DB\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u6642\u81EA\u52D5\u958B\u555F\u7B2C\u4E00\u500B\u7B46\u8A18\u3002"},skipAutoScroll:{name:"\u505C\u7528\u6377\u5F91\u81EA\u52D5\u6372\u52D5",desc:"\u9EDE\u6309\u6377\u5F91\u4E2D\u7684\u9805\u76EE\u6642\u4E0D\u6372\u52D5\u5C0E\u89BD\u9762\u677F\u3002"},autoExpandNavItems:{name:"\u9078\u53D6\u6642\u5C55\u958B",desc:"\u9078\u53D6\u6642\u5C55\u958B\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u3002\u5728\u55AE\u7A97\u683C\u6A21\u5F0F\u4E0B\uFF0C\u9996\u6B21\u9078\u53D6\u5C55\u958B\uFF0C\u518D\u6B21\u9078\u53D6\u986F\u793A\u6A94\u6848\u3002"},springLoadedFolders:{name:"\u62D6\u66F3\u6642\u5C55\u958B",desc:"\u62D6\u66F3\u64CD\u4F5C\u4E2D\u61F8\u505C\u6642\u5C55\u958B\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u3002"},springLoadedFoldersInitialDelay:{name:"\u9996\u6B21\u5C55\u958B\u5EF6\u9072",desc:"\u62D6\u66F3\u6642\u9996\u6B21\u5C55\u958B\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u524D\u7684\u5EF6\u9072\uFF08\u79D2\uFF09\u3002"},springLoadedFoldersSubsequentDelay:{name:"\u5F8C\u7E8C\u5C55\u958B\u5EF6\u9072",desc:"\u540C\u4E00\u6B21\u62D6\u66F3\u4E2D\u5C55\u958B\u66F4\u591A\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u524D\u7684\u5EF6\u9072\uFF08\u79D2\uFF09\u3002"},navigationBanner:{name:"\u5C0E\u89BD\u6A6B\u5E45\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"\u5728\u5C0E\u89BD\u7A97\u683C\u9802\u90E8\u986F\u793A\u4E00\u5F35\u5716\u7247\u3002\u96A8\u6240\u9078\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\u800C\u8B8A\u5316\u3002",current:"\u76EE\u524D\u6A6B\u5E45\uFF1A{path}",chooseButton:"\u9078\u64C7\u5716\u7247"},pinNavigationBanner:{name:"\u56FA\u5B9A\u6A6B\u5E45",desc:"\u5C07\u5C0E\u822A\u6A6B\u5E45\u56FA\u5B9A\u5728\u5C0E\u822A\u6A39\u4E0A\u65B9\u3002"},showShortcuts:{name:"\u986F\u793A\u6377\u5F91",desc:"\u5728\u5C0E\u89BD\u7A97\u683C\u4E2D\u986F\u793A\u6377\u5F91\u5340\u6BB5\u3002"},shortcutBadgeDisplay:{name:"\u6377\u5F91\u5FBD\u7AE0",desc:"\u5728\u6377\u5F91\u65C1\u908A\u986F\u793A\u7684\u5167\u5BB9\u3002\u4F7F\u7528\u300C\u958B\u555F\u6377\u5F91 1-9\u300D\u547D\u4EE4\u53EF\u76F4\u63A5\u958B\u555F\u6377\u5F91\u3002",options:{index:"\u4F4D\u7F6E (1-9)",count:"\u9805\u76EE\u8A08\u6578",none:"\u7121"}},showRecentNotes:{name:"\u986F\u793A\u6700\u8FD1\u6A94\u6848",desc:"\u5728\u5C0E\u89BD\u7A97\u683C\u4E2D\u986F\u793A\u6700\u8FD1\u6A94\u6848\u5340\u6BB5\u3002"},hideRecentNotes:{name:"\u96B1\u85CF\u6A94\u6848\u985E\u578B",desc:"\u9078\u64C7\u5728\u6700\u8FD1\u6A94\u6848\u5340\u6BB5\u4E2D\u96B1\u85CF\u7684\u6A94\u6848\u985E\u578B\u3002",options:{none:"\u7121",folderNotes:"\u8CC7\u6599\u593E\u7B46\u8A18"}},recentNotesCount:{name:"\u6700\u8FD1\u6A94\u6848\u6578\u91CF",desc:"\u8981\u986F\u793A\u7684\u6700\u8FD1\u6A94\u6848\u6578\u91CF\u3002"},pinRecentNotesWithShortcuts:{name:"\u5C07\u6700\u8FD1\u6A94\u6848\u8207\u6377\u5F91\u4E00\u8D77\u91D8\u9078",desc:"\u91D8\u9078\u6377\u5F91\u6642\u5305\u542B\u6700\u8FD1\u6A94\u6848\u3002"},calendarEnabled:{name:"\u555F\u7528\u65E5\u66C6",desc:"\u555F\u7528 Notebook Navigator \u7684\u65E5\u66C6\u529F\u80FD\u3002"},calendarPlacement:{name:"\u65E5\u66C6\u4F4D\u7F6E",desc:"\u5728\u5DE6\u5074\u908A\u6B04\u6216\u53F3\u5074\u908A\u6B04\u4E2D\u986F\u793A\u3002",options:{leftSidebar:"\u5DE6\u5074\u908A\u6B04",rightSidebar:"\u53F3\u5074\u908A\u6B04"}},calendarLeftPlacement:{name:"\u55AE\u7A97\u683C\u4F4D\u7F6E",desc:"\u55AE\u7A97\u683C\u6A21\u5F0F\u4E0B\u65E5\u66C6\u986F\u793A\u7684\u4F4D\u7F6E\u3002",options:{navigationPane:"\u5C0E\u822A\u7A97\u683C",below:"\u7A97\u683C\u4E0B\u65B9"}},calendarLocale:{name:"\u65E5\u66C6\u8A9E\u8A00",desc:"\u9078\u64C7\u65E5\u66C6\u986F\u793A\u7684\u8A9E\u8A00\u3002",incompatibleWeekPatternWarning:'\u9031\u8A18\u6A21\u5F0F\u4F7F\u7528\u4E86 ISO \u9031\u6A19\u8A18\uFF08"W" \u6216 "G"\uFF09\u3002\u65E5\u66C6\u5C07\u5F9E\u661F\u671F\u4E00\u958B\u59CB\u986F\u793A\u6BCF\u9031\uFF0C\u800C\u4E0D\u662F\u6B64\u8A9E\u8A00\u8A2D\u5B9A\u7684\u6BCF\u9031\u7B2C\u4E00\u5929\u3002',options:{systemDefault:"\u7CFB\u7D71\u9810\u8A2D"}},calendarWeekendDays:{name:"\u9031\u672B",desc:"\u4EE5\u4E0D\u540C\u80CC\u666F\u984F\u8272\u986F\u793A\u9031\u672B\u3002",options:{none:"\u7121",satSun:"\u9031\u516D\u548C\u9031\u65E5",friSat:"\u9031\u4E94\u548C\u9031\u516D",thuFri:"\u9031\u56DB\u548C\u9031\u4E94"}},calendarMonthHeadingFormat:{name:"\u6708\u4EFD\u540D\u7A31\u683C\u5F0F",desc:"\u5E74\u6AA2\u8996\u96B1\u85CF\u6642\uFF0C\u986F\u793A\u6B63\u5E38\u6216\u7E2E\u5BEB\u7684\u6708\u4EFD\u540D\u7A31\u3002",options:{full:"\u4E00\u6708 (\u5B8C\u6574)",short:"1\u6708 (\u7C21\u7A31)"}},showInfoButtons:{name:"\u986F\u793A\u8CC7\u8A0A\u6309\u9215",desc:"\u5728\u641C\u5C0B\u5217\u548C\u65E5\u66C6\u6A19\u984C\u4E2D\u986F\u793A\u8CC7\u8A0A\u6309\u9215\u3002"},calendarWeeksToShow:{name:"\u5DE6\u5074\u908A\u6B04\u986F\u793A\u9031\u6578",desc:"\u53F3\u5074\u908A\u6B04\u7684\u65E5\u66C6\u59CB\u7D42\u986F\u793A\u5B8C\u6574\u6708\u4EFD\u3002",options:{fullMonth:"\u5B8C\u6574\u6708\u4EFD",oneWeek:"1 \u9031",weeksCount:"{count} \u9031"}},calendarHighlightToday:{name:"\u9192\u76EE\u986F\u793A\u4ECA\u5929\u65E5\u671F",desc:"\u4F7F\u7528\u80CC\u666F\u984F\u8272\u548C\u7C97\u9AD4\u6587\u5B57\u9192\u76EE\u986F\u793A\u4ECA\u5929\u65E5\u671F\u3002"},calendarShowFeatureImage:{name:"\u986F\u793A\u7279\u8272\u5716\u7247",desc:"\u5728\u65E5\u66C6\u4E2D\u986F\u793A\u7B46\u8A18\u7684\u7279\u8272\u5716\u7247\u3002"},calendarShowWeekNumber:{name:"\u986F\u793A\u9031\u865F",desc:"\u5728\u6BCF\u884C\u958B\u982D\u986F\u793A\u9031\u865F\u3002"},calendarShowQuarter:{name:"\u986F\u793A\u5B63\u5EA6",desc:"\u5728\u884C\u4E8B\u66C6\u6A19\u984C\u4E2D\u65B0\u589E\u5B63\u5EA6\u6A19\u7C64\u3002"},calendarShowYearCalendar:{name:"\u986F\u793A\u5E74\u66C6",desc:"\u5728\u53F3\u5074\u908A\u6B04\u4E2D\u986F\u793A\u5E74\u4EFD\u5C0E\u89BD\u548C\u6708\u4EFD\u7DB2\u683C\u3002"},calendarConfirmBeforeCreate:{name:"\u5EFA\u7ACB\u524D\u78BA\u8A8D",desc:"\u9EDE\u6309\u6C92\u6709\u7B46\u8A18\u7684\u65E5\u671F\u6642\u986F\u793A\u78BA\u8A8D\u5C0D\u8A71\u65B9\u584A\u3002"},calendarIntegrationMode:{name:"\u65E5\u8A18\u4F86\u6E90",desc:"\u884C\u4E8B\u66C6\u7B46\u8A18\u7684\u4F86\u6E90\u3002",options:{dailyNotes:"\u65E5\u8A18\uFF08\u6838\u5FC3\u5916\u639B\uFF09",notebookNavigator:"Notebook Navigator"},info:{dailyNotes:"\u8CC7\u6599\u593E\u548C\u65E5\u671F\u683C\u5F0F\u5728\u65E5\u8A18\u6838\u5FC3\u5916\u639B\u7A0B\u5F0F\u4E2D\u8A2D\u5B9A\u3002"}},calendarCustomRootFolder:{name:"\u6839\u8CC7\u6599\u593E",desc:"\u9031\u671F\u7B46\u8A18\u7684\u57FA\u790E\u8CC7\u6599\u593E\u3002\u65E5\u671F\u6A21\u5F0F\u53EF\u4EE5\u5305\u542B\u5B50\u8CC7\u6599\u593E\u3002\u96A8\u6240\u9078\u5132\u5B58\u5EAB\u8A2D\u5B9A\u6A94\u66F4\u6539\u3002",placeholder:"Personal/Diary"},calendarTemplateFolder:{name:"\u7BC4\u672C\u8CC7\u6599\u593E\u4F4D\u7F6E",desc:"\u7BC4\u672C\u6A94\u6848\u9078\u64C7\u5668\u986F\u793A\u6B64\u8CC7\u6599\u593E\u4E2D\u7684\u7B46\u8A18\u3002",placeholder:"Templates"},calendarCustomFilePattern:{name:"\u65E5\u8A18",desc:"\u4F7F\u7528 Moment \u65E5\u671F\u683C\u5F0F\u8A2D\u5B9A\u8DEF\u5F91\u3002\u5C07\u5B50\u8CC7\u6599\u593E\u540D\u7A31\u7528\u65B9\u62EC\u865F\u62EC\u8D77\u4F86\uFF0C\u4F8B\u5982 [Work]/YYYY\u3002\u9EDE\u64CA\u7BC4\u672C\u5716\u793A\u8A2D\u5B9A\u7BC4\u672C\u3002\u5728\u4E00\u822C > \u7BC4\u672C\u4E2D\u8A2D\u5B9A\u7BC4\u672C\u8CC7\u6599\u593E\u4F4D\u7F6E\u3002",momentDescPrefix:"\u4F7F\u7528 ",momentLinkText:"Moment \u65E5\u671F\u683C\u5F0F",momentDescSuffix:" \u8A2D\u5B9A\u8DEF\u5F91\u3002\u5C07\u5B50\u8CC7\u6599\u593E\u540D\u7A31\u7528\u65B9\u62EC\u865F\u62EC\u8D77\u4F86\uFF0C\u4F8B\u5982 [Work]/YYYY\u3002\u9EDE\u64CA\u7BC4\u672C\u5716\u793A\u8A2D\u5B9A\u7BC4\u672C\u3002\u5728\u4E00\u822C > \u7BC4\u672C\u4E2D\u8A2D\u5B9A\u7BC4\u672C\u8CC7\u6599\u593E\u4F4D\u7F6E\u3002",placeholder:"YYYY/YYYYMMDD",example:"\u76EE\u524D\u8A9E\u6CD5\uFF1A{path}",parsingError:"\u6A21\u5F0F\u5FC5\u9808\u80FD\u683C\u5F0F\u5316\u4E26\u91CD\u65B0\u89E3\u6790\u70BA\u5B8C\u6574\u65E5\u671F\uFF08\u5E74\u3001\u6708\u3001\u65E5\uFF09\u3002"},calendarCustomWeekPattern:{name:"\u9031\u8A18",parsingError:"\u6A21\u5F0F\u5FC5\u9808\u80FD\u683C\u5F0F\u5316\u4E26\u91CD\u65B0\u89E3\u6790\u70BA\u5B8C\u6574\u9031\uFF08\u9031\u5E74\u3001\u9031\u6578\uFF09\u3002",localeMismatchWarning:'\u6B64\u6A21\u5F0F\u4F7F\u7528\u4E86 ISO \u9031\u6A19\u8A18\uFF08"W" \u6216 "G"\uFF09\u3002\u65E5\u66C6\u5C07\u5F9E\u661F\u671F\u4E00\u958B\u59CB\u986F\u793A\u6BCF\u9031\u3002\u5982\u679C\u9031\u8A18\u61C9\u9075\u5FAA\u6240\u9078\u8A9E\u8A00\u8A2D\u5B9A\uFF0C\u8ACB\u4F7F\u7528 "w" \u6216 "g"\u3002'},calendarCustomMonthPattern:{name:"\u6708\u8A18",parsingError:"\u6A21\u5F0F\u5FC5\u9808\u80FD\u683C\u5F0F\u5316\u4E26\u91CD\u65B0\u89E3\u6790\u70BA\u5B8C\u6574\u6708\u4EFD\uFF08\u5E74\u3001\u6708\uFF09\u3002"},calendarCustomQuarterPattern:{name:"\u5B63\u5EA6\u7B46\u8A18",parsingError:"\u6A21\u5F0F\u5FC5\u9808\u80FD\u683C\u5F0F\u5316\u4E26\u91CD\u65B0\u89E3\u6790\u70BA\u5B8C\u6574\u5B63\u5EA6\uFF08\u5E74\u3001\u5B63\u5EA6\uFF09\u3002"},calendarCustomYearPattern:{name:"\u5E74\u8A18",parsingError:"\u6A21\u5F0F\u5FC5\u9808\u80FD\u683C\u5F0F\u5316\u4E26\u91CD\u65B0\u89E3\u6790\u70BA\u5B8C\u6574\u5E74\u4EFD\uFF08\u5E74\uFF09\u3002"},calendarTemplateFile:{current:"\u7BC4\u672C\u6A94\u6848\uFF1A{name}"},showTooltips:{name:"\u986F\u793A\u5DE5\u5177\u63D0\u793A",desc:"\u61F8\u505C\u6642\u986F\u793A\u7B46\u8A18\u548C\u8CC7\u6599\u593E\u7684\u984D\u5916\u8CC7\u8A0A\u5DE5\u5177\u63D0\u793A\u3002"},showTooltipPath:{name:"\u986F\u793A\u8DEF\u5F91",desc:"\u5728\u5DE5\u5177\u63D0\u793A\u4E2D\u7684\u7B46\u8A18\u540D\u7A31\u4E0B\u65B9\u986F\u793A\u8CC7\u6599\u593E\u8DEF\u5F91\u3002"},resetPaneSeparator:{name:"\u91CD\u8A2D\u9762\u677F\u5206\u9694\u7B26\u4F4D\u7F6E",desc:"\u5C07\u5C0E\u89BD\u9762\u677F\u548C\u5217\u8868\u9762\u677F\u4E4B\u9593\u7684\u53EF\u62D6\u66F3\u5206\u9694\u7B26\u91CD\u8A2D\u70BA\u9810\u8A2D\u4F4D\u7F6E\u3002",buttonText:"\u91CD\u8A2D\u5206\u9694\u7B26",notice:"\u5206\u9694\u7B26\u4F4D\u7F6E\u5DF2\u91CD\u8A2D\u3002\u91CD\u65B0\u555F\u52D5 Obsidian \u6216\u91CD\u65B0\u958B\u555F Notebook Navigator \u4EE5\u5957\u7528\u3002"},settingsTransfer:{name:"\u532F\u5165\u548C\u532F\u51FA\u8A2D\u5B9A",desc:"\u5C07 Notebook Navigator \u8A2D\u5B9A\u532F\u51FA\u6216\u532F\u5165\u70BA JSON\u3002\u532F\u5165\u6703\u53D6\u4EE3\u6240\u6709\u8A2D\u5B9A\u3002",importButtonText:"\u532F\u5165",exportButtonText:"\u532F\u51FA",import:{modalTitle:"\u532F\u5165\u8A2D\u5B9A",fileButtonName:"\u5F9E\u6A94\u6848\u532F\u5165",fileButtonDesc:"\u5F9E\u78C1\u789F\u8F09\u5165 JSON \u6A94\u6848\u3002",fileButtonText:"\u5F9E\u6A94\u6848\u532F\u5165",editorName:"JSON",editorDesc:"\u5728\u4E0B\u65B9\u8CBC\u4E0A\u6216\u7DE8\u8F2F JSON\u3002\u672A\u5305\u542B\u7684\u8A2D\u5B9A\u5C07\u91CD\u8A2D\u70BA\u9810\u8A2D\u503C\u3002",placeholder:`{ + "folderSortOrder": "alpha-desc" +}`,confirmButtonText:"\u532F\u5165",successNotice:"\u8A2D\u5B9A\u5DF2\u532F\u5165\u3002",errorNotice:"\u532F\u5165\u8A2D\u5B9A\u5931\u6557: {message}",fileReadError:"\u7121\u6CD5\u8B80\u53D6\u6A94\u6848: {message}"},export:{modalTitle:"\u532F\u51FA\u8A2D\u5B9A",editorName:"JSON",editorDesc:"\u50C5\u5305\u542B\u8207\u9810\u8A2D\u503C\u4E0D\u540C\u7684\u8A2D\u5B9A\u3002",placeholder:"{}",copyButtonText:"\u8907\u88FD\u5230\u526A\u8CBC\u7C3F",downloadButtonText:"\u4E0B\u8F09",copyNotice:"\u8A2D\u5B9A\u5DF2\u8907\u88FD\u5230\u526A\u8CBC\u7C3F\u3002",downloadNotice:"\u8A2D\u5B9A\u5DF2\u532F\u51FA\u3002",downloadError:"\u4E0B\u8F09\u8A2D\u5B9A\u5931\u6557: {message}"}},resetAllSettings:{name:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A",desc:"\u5C07 Notebook Navigator \u7684\u6240\u6709\u8A2D\u5B9A\u91CD\u8A2D\u70BA\u9810\u8A2D\u503C\u3002",buttonText:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A",confirmTitle:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A\uFF1F",confirmMessage:"\u9019\u5C07\u628A Notebook Navigator \u7684\u6240\u6709\u8A2D\u5B9A\u91CD\u8A2D\u70BA\u9810\u8A2D\u503C\u3002\u6B64\u64CD\u4F5C\u7121\u6CD5\u5FA9\u539F\u3002",confirmButtonText:"\u91CD\u8A2D\u6240\u6709\u8A2D\u5B9A",notice:"\u6240\u6709\u8A2D\u5B9A\u5DF2\u91CD\u8A2D\u3002\u91CD\u65B0\u555F\u52D5 Obsidian \u6216\u91CD\u65B0\u958B\u555F Notebook Navigator \u4EE5\u5957\u7528\u3002",error:"\u91CD\u8A2D\u8A2D\u5B9A\u5931\u6557\u3002"},multiSelectModifier:{name:"\u591A\u9078\u4FEE\u98FE\u9375",desc:"\u9078\u64C7\u54EA\u500B\u4FEE\u98FE\u9375\u5207\u63DB\u591A\u9078\u6A21\u5F0F\u3002\u9078\u64C7 Option/Alt \u6642\uFF0CCmd/Ctrl \u9EDE\u6309\u6703\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F\u7B46\u8A18\u3002",options:{cmdCtrl:"Cmd/Ctrl \u9EDE\u6309",optionAlt:"Option/Alt \u9EDE\u6309"}},enterToOpenFiles:{name:"\u6309 Enter \u9375\u958B\u555F\u6A94\u6848",desc:"\u50C5\u5728\u6E05\u55AE\u9375\u76E4\u5C0E\u89BD\u6642\u6309 Enter \u9375\u958B\u555F\u6A94\u6848\u3002"},shiftEnterOpenContext:{name:"Shift+Enter",desc:"\u6309 Shift+Enter \u5728\u65B0\u5206\u9801\u3001\u5206\u5272\u6216\u8996\u7A97\u4E2D\u958B\u555F\u6240\u9078\u6A94\u6848\u3002"},cmdEnterOpenContext:{name:"Cmd+Enter",desc:"\u6309 Cmd+Enter \u5728\u65B0\u5206\u9801\u3001\u5206\u5272\u6216\u8996\u7A97\u4E2D\u958B\u555F\u6240\u9078\u6A94\u6848\u3002"},ctrlEnterOpenContext:{name:"Ctrl+Enter",desc:"\u6309 Ctrl+Enter \u5728\u65B0\u5206\u9801\u3001\u5206\u5272\u6216\u8996\u7A97\u4E2D\u958B\u555F\u6240\u9078\u6A94\u6848\u3002"},mouseBackForwardAction:{name:"\u6ED1\u9F20\u4E0A\u4E00\u9801/\u4E0B\u4E00\u9801\u6309\u9215",desc:"\u684C\u9762\u7AEF\u6ED1\u9F20\u4E0A\u4E00\u9801\u548C\u4E0B\u4E00\u9801\u6309\u9215\u7684\u64CD\u4F5C\u3002",options:{none:"\u4F7F\u7528\u7CFB\u7D71\u9810\u8A2D",singlePaneSwitch:"\u5207\u63DB\u9762\u677F\uFF08\u55AE\u9762\u677F\uFF09",history:"\u700F\u89BD\u6B77\u53F2"}},excludedNotes:{name:"\u4F9D\u5C6C\u6027\u898F\u5247\u96B1\u85CF\u7B46\u8A18\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"\u9017\u865F\u5206\u9694\u7684\u524D\u7F6E\u4E2D\u7E7C\u8CC7\u6599\u898F\u5247\u5217\u8868\u3002\u4F7F\u7528 `key` \u6216 `key=value` \u689D\u76EE\uFF08\u4F8B\u5982\uFF1Astatus=done, published=true, archived\uFF09\u3002",placeholder:"status=done, published=true, archived"},excludedFileNamePatterns:{name:"\u96B1\u85CF\u6A94\u6848\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"\u9017\u865F\u5206\u9694\u7684\u6A94\u540D\u6A21\u5F0F\u5217\u8868\uFF0C\u7528\u65BC\u96B1\u85CF\u6A94\u6848\u3002\u652F\u63F4 * \u842C\u7528\u5B57\u5143\u548C / \u8DEF\u5F91\uFF08\u4F8B\u5982\uFF1Atemp-*\u3001*.png\u3001/assets/*\uFF09\u3002",placeholder:"temp-*, *.png, /assets/*"},vaultProfiles:{name:"\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94",desc:"\u8A2D\u5B9A\u6A94\u5132\u5B58\u6A94\u6848\u985E\u578B\u53EF\u898B\u6027\u3001\u96B1\u85CF\u6A94\u6848\u3001\u96B1\u85CF\u8CC7\u6599\u593E\u3001\u96B1\u85CF\u6A19\u7C64\u3001\u96B1\u85CF\u7B46\u8A18\u3001\u6377\u5F91\u548C\u5C0E\u89BD\u6A6B\u5E45\u3002\u5F9E\u5C0E\u89BD\u7A97\u683C\u6A19\u984C\u5207\u63DB\u8A2D\u5B9A\u6A94\u3002",defaultName:"\u9810\u8A2D",addButton:"\u65B0\u589E\u8A2D\u5B9A\u6A94",editProfilesButton:"\u7DE8\u8F2F\u8A2D\u5B9A\u6A94",addProfileOption:"\u65B0\u589E\u8A2D\u5B9A\u6A94...",applyButton:"\u5957\u7528",deleteButton:"\u522A\u9664\u8A2D\u5B9A\u6A94",addModalTitle:"\u65B0\u589E\u8A2D\u5B9A\u6A94",editProfilesModalTitle:"\u7DE8\u8F2F\u8A2D\u5B9A\u6A94",addModalPlaceholder:"\u8A2D\u5B9A\u6A94\u540D\u7A31",deleteModalTitle:"\u522A\u9664 {name}",deleteModalMessage:"\u522A\u9664 {name}\uFF1F\u5132\u5B58\u5728\u6B64\u8A2D\u5B9A\u6A94\u4E2D\u7684\u96B1\u85CF\u6A94\u6848\u3001\u8CC7\u6599\u593E\u3001\u6A19\u7C64\u548C\u7B46\u8A18\u7BE9\u9078\u5668\u5C07\u88AB\u522A\u9664\u3002",moveUp:"\u4E0A\u79FB",moveDown:"\u4E0B\u79FB",errors:{emptyName:"\u8ACB\u8F38\u5165\u8A2D\u5B9A\u6A94\u540D\u7A31",duplicateName:"\u8A2D\u5B9A\u6A94\u540D\u7A31\u5DF2\u5B58\u5728"}},vaultTitle:{name:"\u4FDD\u96AA\u5EAB\u6A19\u984C\u4F4D\u7F6E",desc:"\u9078\u64C7\u4FDD\u96AA\u5EAB\u6A19\u984C\u986F\u793A\u7684\u4F4D\u7F6E\u3002",options:{header:"\u986F\u793A\u5728\u6A19\u984C\u5217",navigation:"\u986F\u793A\u5728\u5C0E\u89BD\u7A97\u683C"}},excludedFolders:{name:"\u96B1\u85CF\u8CC7\u6599\u593E\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"\u9017\u865F\u5206\u9694\u7684\u8981\u96B1\u85CF\u7684\u8CC7\u6599\u593E\u5217\u8868\u3002\u540D\u7A31\u6A21\u5F0F\uFF1Aassets*\uFF08\u4EE5 assets \u958B\u982D\u7684\u8CC7\u6599\u593E\uFF09\uFF0C*_temp\uFF08\u4EE5 _temp \u7D50\u5C3E\uFF09\u3002\u8DEF\u5F91\u6A21\u5F0F\uFF1A/archive\uFF08\u50C5\u6839\u76EE\u9304 archive\uFF09\uFF0C/res*\uFF08\u4EE5 res \u958B\u982D\u7684\u6839\u8CC7\u6599\u593E\uFF09\uFF0C/*/temp\uFF08\u4E00\u7D1A\u76EE\u9304\u4E0B\u7684 temp \u8CC7\u6599\u593E\uFF09\uFF0C/projects/*\uFF08projects \u5167\u7684\u6240\u6709\u8CC7\u6599\u593E\uFF09\u3002",placeholder:"templates, assets*, /archive, /res*"},fileVisibility:{name:"\u986F\u793A\u6A94\u6848\u985E\u578B\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"\u7BE9\u9078\u5728\u5C0E\u89BD\u5668\u4E2D\u986F\u793A\u7684\u6A94\u6848\u985E\u578B\u3002Obsidian \u4E0D\u652F\u63F4\u7684\u6A94\u6848\u985E\u578B\u53EF\u80FD\u6703\u5728\u5916\u90E8\u61C9\u7528\u7A0B\u5F0F\u4E2D\u958B\u555F\u3002",options:{documents:"\u6587\u4EF6 (.md, .canvas, .base)",supported:"\u652F\u63F4\uFF08\u5728 Obsidian \u4E2D\u958B\u555F\uFF09",all:"\u5168\u90E8\uFF08\u53EF\u80FD\u5916\u90E8\u958B\u555F\uFF09"}},homepage:{name:"\u9996\u9801",desc:"\u9078\u64C7 Notebook Navigator \u555F\u52D5\u6642\u81EA\u52D5\u958B\u555F\u7684\u5167\u5BB9\u3002",current:"\u76EE\u524D\uFF1A{path}",chooseButton:"\u9078\u64C7\u6A94\u6848",options:{none:"\u7121",file:"\u6A94\u6848",dailyNote:"\u65E5\u8A18",weeklyNote:"\u9031\u8A18",monthlyNote:"\u6708\u8A18",quarterlyNote:"\u5B63\u5EA6\u7B46\u8A18"},file:{name:"\u555F\u52D5\u6A94\u6848",empty:"\u672A\u9078\u64C7\u6A94\u6848"}},showFileDate:{name:"\u986F\u793A\u65E5\u671F",desc:"\u5728\u7B46\u8A18\u540D\u7A31\u4E0B\u65B9\u986F\u793A\u65E5\u671F\u3002"},alphabeticalDateMode:{name:"\u6309\u540D\u7A31\u6392\u5E8F\u6642",desc:"\u7B46\u8A18\u6309\u5B57\u6BCD\u9806\u5E8F\u6392\u5E8F\u6642\u986F\u793A\u7684\u65E5\u671F\u3002",options:{created:"\u5EFA\u7ACB\u65E5\u671F",modified:"\u4FEE\u6539\u65E5\u671F"}},showFileTags:{name:"\u986F\u793A\u6A94\u6848\u6A19\u7C64",desc:"\u5728\u6A94\u6848\u9805\u76EE\u4E2D\u986F\u793A\u53EF\u9EDE\u6309\u7684\u6A19\u7C64\u3002"},showFileTagAncestors:{name:"\u986F\u793A\u5B8C\u6574\u6A19\u7C64\u8DEF\u5F91",desc:"\u986F\u793A\u5B8C\u6574\u7684\u6A19\u7C64\u5C64\u7D1A\u8DEF\u5F91\u3002\u555F\u7528\uFF1A'ai/openai'\uFF0C'\u5DE5\u4F5C/\u5C08\u6848/2024'\u3002\u505C\u7528\uFF1A'openai'\uFF0C'2024'\u3002"},colorFileTags:{name:"\u70BA\u6A94\u6848\u6A19\u7C64\u8457\u8272",desc:"\u5C07\u6A19\u7C64\u984F\u8272\u5957\u7528\u65BC\u6A94\u6848\u9805\u76EE\u4E2D\u7684\u6A19\u7C64\u5FBD\u7AE0\u3002"},prioritizeColoredFileTags:{name:"\u512A\u5148\u986F\u793A\u5F69\u8272\u6A19\u7C64",desc:"\u5C07\u5F69\u8272\u6A19\u7C64\u6392\u5217\u5728\u5176\u4ED6\u6A19\u7C64\u4E4B\u524D\u3002"},showFileTagsInCompactMode:{name:"\u5728\u7CBE\u7C21\u6A21\u5F0F\u4E2D\u986F\u793A\u6A94\u6848\u6A19\u7C64",desc:"\u7576\u65E5\u671F\u3001\u9810\u89BD\u548C\u5716\u7247\u88AB\u96B1\u85CF\u6642\u986F\u793A\u6A19\u7C64\u3002"},showFileProperties:{name:"\u986F\u793A\u6A94\u6848\u5C6C\u6027",desc:"\u5728\u6A94\u6848\u9805\u76EE\u4E2D\u986F\u793A\u53EF\u9EDE\u64CA\u7684\u5C6C\u6027\u3002"},colorFileProperties:{name:"\u70BA\u6A94\u6848\u5C6C\u6027\u8457\u8272",desc:"\u5C07\u5C6C\u6027\u984F\u8272\u5957\u7528\u5230\u6A94\u6848\u9805\u76EE\u7684\u5C6C\u6027\u5FBD\u7AE0\u4E0A\u3002"},prioritizeColoredFileProperties:{name:"\u512A\u5148\u986F\u793A\u5F69\u8272\u5C6C\u6027",desc:"\u5728\u6A94\u6848\u9805\u76EE\u4E2D\u5C07\u5F69\u8272\u5C6C\u6027\u6392\u5217\u5728\u5176\u4ED6\u5C6C\u6027\u4E4B\u524D\u3002"},showFilePropertiesInCompactMode:{name:"\u5728\u7CBE\u7C21\u6A21\u5F0F\u4E2D\u986F\u793A\u5C6C\u6027",desc:"\u7CBE\u7C21\u6A21\u5F0F\u555F\u7528\u6642\u986F\u793A\u5C6C\u6027\u3002"},notePropertyType:{name:"\u7B46\u8A18\u5C6C\u6027",desc:"\u9078\u64C7\u8981\u5728\u6A94\u6848\u9805\u76EE\u4E2D\u986F\u793A\u7684\u7B46\u8A18\u5C6C\u6027\u3002",options:{frontmatter:"\u524D\u7F6E\u4E2D\u7E7C\u8CC7\u6599\u5C6C\u6027",wordCount:"\u5B57\u6578\u7D71\u8A08",none:"\u7121"}},propertyFields:{name:"\u5C6C\u6027\u9375\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"Frontmatter \u5C6C\u6027\u9375\uFF0C\u53EF\u6309\u9375\u8A2D\u5B9A\u5C0E\u89BD\u548C\u6A94\u6848\u6E05\u55AE\u7684\u53EF\u898B\u6027\u3002",addButtonTooltip:"\u8A2D\u5B9A\u5C6C\u6027\u9375",noneConfigured:"\u672A\u8A2D\u5B9A\u5C6C\u6027",singleConfigured:"\u5DF2\u8A2D\u5B9A 1 \u500B\u5C6C\u6027\uFF1A{properties}",multipleConfigured:"\u5DF2\u8A2D\u5B9A {count} \u500B\u5C6C\u6027\uFF1A{properties}"},showPropertiesOnSeparateRows:{name:"\u5728\u500B\u5225\u884C\u4E2D\u986F\u793A\u5C6C\u6027",desc:"\u5C07\u6BCF\u500B\u5C6C\u6027\u986F\u793A\u5728\u500B\u5225\u884C\u4E2D\u3002"},enablePropertyInternalLinks:{name:"\u5C07\u5C6C\u6027\u6A19\u7C64\u9023\u7D50\u5230\u7B46\u8A18",desc:"\u9EDE\u64CA\u5C6C\u6027\u6A19\u7C64\u4EE5\u958B\u555F\u9023\u7D50\u7684\u7B46\u8A18\u3002"},enablePropertyExternalLinks:{name:"\u5C07\u5C6C\u6027\u6A19\u7C64\u9023\u7D50\u5230 URL",desc:"\u9EDE\u64CA\u5C6C\u6027\u6A19\u7C64\u4EE5\u958B\u555F\u9023\u7D50\u7684 URL\u3002"},dateFormat:{name:"\u65E5\u671F\u683C\u5F0F",desc:"\u7528\u65BC\u986F\u793A\u65E5\u671F\u7684\u683C\u5F0F\uFF08\u4F7F\u7528 Moment \u683C\u5F0F\uFF09\u3002",placeholder:"YYYY\u5E74M\u6708D\u65E5",help:`\u5E38\u7528\u683C\u5F0F\uFF1A +YYYY\u5E74M\u6708D\u65E5 = 2022\u5E745\u670825\u65E5 +YYYY-MM-DD = 2022-05-25 +MM/DD/YYYY = 05/25/2022 + +\u6A19\u8A18\uFF1A +YYYY/YY = \u5E74 +MMMM/MMM/MM/M = \u6708 +DD/D = \u65E5 +dddd/ddd = \u661F\u671F`,helpTooltip:"\u4F7F\u7528 Moment \u683C\u5F0F",momentLinkText:"Moment \u683C\u5F0F"},timeFormat:{name:"\u6642\u9593\u683C\u5F0F",desc:"\u7528\u65BC\u986F\u793A\u6642\u9593\u7684\u683C\u5F0F\uFF08\u4F7F\u7528 Moment \u683C\u5F0F\uFF09\u3002",placeholder:"HH:mm",help:`\u5E38\u7528\u683C\u5F0F\uFF1A +HH:mm = 14:30\uFF0824\u5C0F\u6642\u5236\uFF09 +Ah:mm = \u4E0B\u53482:30\uFF0812\u5C0F\u6642\u5236\uFF09 +HH:mm:ss = 14:30:45 +Ah:mm:ss = \u4E0B\u53482:30:45 + +\u6A19\u8A18\uFF1A +HH/H = 24\u5C0F\u6642\u5236 +hh/h = 12\u5C0F\u6642\u5236 +mm = \u5206\u9418 +ss = \u79D2 +A = \u4E0A\u5348/\u4E0B\u5348`,helpTooltip:"\u4F7F\u7528 Moment \u683C\u5F0F",momentLinkText:"Moment \u683C\u5F0F"},showFilePreview:{name:"\u986F\u793A\u7B46\u8A18\u9810\u89BD",desc:"\u5728\u7B46\u8A18\u540D\u7A31\u4E0B\u65B9\u986F\u793A\u9810\u89BD\u6587\u5B57\u3002"},skipHeadingsInPreview:{name:"\u9810\u89BD\u4E2D\u8DF3\u904E\u6A19\u984C",desc:"\u7522\u751F\u9810\u89BD\u6587\u5B57\u6642\u8DF3\u904E\u6A19\u984C\u884C\u3002"},skipCodeBlocksInPreview:{name:"\u9810\u89BD\u4E2D\u8DF3\u904E\u7A0B\u5F0F\u78BC\u5340\u584A",desc:"\u7522\u751F\u9810\u89BD\u6587\u5B57\u6642\u8DF3\u904E\u7A0B\u5F0F\u78BC\u5340\u584A\u3002"},stripHtmlInPreview:{name:"\u79FB\u9664\u9810\u89BD\u4E2D\u7684 HTML",desc:"\u5F9E\u9810\u89BD\u6587\u5B57\u4E2D\u79FB\u9664 HTML \u6A19\u7C64\u3002\u53EF\u80FD\u6703\u5F71\u97FF\u5927\u578B\u7B46\u8A18\u7684\u6548\u80FD\u3002"},stripLatexInPreview:{name:"\u79FB\u9664\u9810\u89BD\u4E2D\u7684 LaTeX",desc:"\u5F9E\u9810\u89BD\u6587\u5B57\u4E2D\u79FB\u9664\u884C\u5167\u548C\u5340\u584A LaTeX \u904B\u7B97\u5F0F\u3002"},previewProperties:{name:"\u9810\u89BD\u5C6C\u6027",desc:"\u7528\u65BC\u5C0B\u627E\u9810\u89BD\u6587\u5B57\u7684\u524D\u7F6E\u5C6C\u6027\u7684\u9017\u865F\u5206\u9694\u5217\u8868\u3002\u5C07\u4F7F\u7528\u7B2C\u4E00\u500B\u5305\u542B\u6587\u5B57\u7684\u5C6C\u6027\u3002",placeholder:"summary, description, abstract"},previewPropertiesFallback:{name:"\u56DE\u9000\u5230\u7B46\u8A18\u5167\u5BB9",desc:"\u7576\u6307\u5B9A\u7684\u5C6C\u6027\u90FD\u4E0D\u5305\u542B\u6587\u5B57\u6642\uFF0C\u986F\u793A\u7B46\u8A18\u5167\u5BB9\u4F5C\u70BA\u9810\u89BD\u3002"},previewRows:{name:"\u9810\u89BD\u884C\u6578",desc:"\u9810\u89BD\u6587\u5B57\u986F\u793A\u7684\u884C\u6578\u3002",options:{1:"1 \u884C",2:"2 \u884C",3:"3 \u884C",4:"4 \u884C",5:"5 \u884C"}},fileNameRows:{name:"\u6A19\u984C\u884C\u6578",desc:"\u7B46\u8A18\u6A19\u984C\u986F\u793A\u7684\u884C\u6578\u3002",options:{1:"1 \u884C",2:"2 \u884C"}},showFeatureImage:{name:"\u986F\u793A\u7279\u8272\u5716\u7247",desc:"\u986F\u793A\u7B46\u8A18\u4E2D\u627E\u5230\u7684\u7B2C\u4E00\u5F35\u5716\u7247\u7684\u7E2E\u5716\u3002"},forceSquareFeatureImage:{name:"\u5F37\u5236\u6B63\u65B9\u5F62\u7279\u8272\u5716\u7247",desc:"\u5C07\u7279\u8272\u5716\u7247\u5448\u73FE\u70BA\u6B63\u65B9\u5F62\u7E2E\u5716\u3002"},featureImageProperties:{name:"\u5716\u7247\u5C6C\u6027",desc:"\u9996\u5148\u6AA2\u67E5\u7684\u524D\u7F6E\u4E2D\u7E7C\u8CC7\u6599\u5C6C\u6027\u7684\u9017\u865F\u5206\u9694\u5217\u8868\u3002\u5982\u679C\u672A\u627E\u5230\uFF0C\u5247\u4F7F\u7528 markdown \u5167\u5BB9\u4E2D\u7684\u7B2C\u4E00\u5F35\u5716\u7247\u3002",placeholder:"thumbnail, featureResized, feature"},featureImageExcludeProperties:{name:"\u6392\u9664\u542B\u6709\u5C6C\u6027\u7684\u7B46\u8A18",desc:"\u9017\u865F\u5206\u9694\u7684\u524D\u7F6E\u4E2D\u7E7C\u8CC7\u6599\u5C6C\u6027\u5217\u8868\u3002\u5305\u542B\u9019\u4E9B\u5C6C\u6027\u7684\u7B46\u8A18\u4E0D\u6703\u5132\u5B58\u7279\u8272\u5716\u7247\u3002",placeholder:"private, confidential"},featureImageSize:{name:"\u7279\u8272\u5716\u7247\u986F\u793A\u5927\u5C0F",desc:"\u7B46\u8A18\u5217\u8868\u4E2D\u7279\u8272\u5716\u7247\u7684\u6700\u5927\u6E32\u67D3\u5927\u5C0F\u3002",options:{standard:"64 px",large:"96 px",extraLarge:"128 px"}},featureImagePixelSize:{name:"\u7279\u8272\u5716\u7247\u50CF\u7D20\u5927\u5C0F",desc:"\u7522\u751F\u5132\u5B58\u7684\u7279\u8272\u5716\u7247\u7E2E\u5716\u6642\u4F7F\u7528\u7684\u89E3\u6790\u5EA6\u3002\u5982\u679C\u8F03\u5927\u7684\u9810\u89BD\u770B\u8D77\u4F86\u6A21\u7CCA\uFF0C\u8ACB\u589E\u5927\u6B64\u503C\u3002",options:{standard:"256 x 144 px",large:"384 x 216 px",extraLarge:"512 x 288 px"}},downloadExternalFeatureImages:{name:"\u4E0B\u8F09\u5916\u90E8\u5716\u7247",desc:"\u4E0B\u8F09\u9060\u7AEF\u5716\u7247\u548C YouTube \u7E2E\u5716\u4F5C\u70BA\u7279\u8272\u5716\u7247\u3002"},showRootFolder:{name:"\u986F\u793A\u6839\u8CC7\u6599\u593E",desc:"\u5728\u6A39\u72C0\u7D50\u69CB\u4E2D\u986F\u793A\u6839\u8CC7\u6599\u593E\u540D\u7A31\u3002"},showFolderIcons:{name:"\u986F\u793A\u8CC7\u6599\u593E\u5716\u793A",desc:"\u5728\u5C0E\u89BD\u7A97\u683C\u7684\u8CC7\u6599\u593E\u65C1\u986F\u793A\u5716\u793A\u3002"},inheritFolderColors:{name:"\u7E7C\u627F\u8CC7\u6599\u593E\u984F\u8272",desc:"\u5B50\u8CC7\u6599\u593E\u5F9E\u7236\u8CC7\u6599\u593E\u7E7C\u627F\u984F\u8272\u3002"},folderSortOrder:{name:"\u8CC7\u6599\u593E\u6392\u5E8F\u65B9\u5F0F",desc:"\u53F3\u9375\u9EDE\u64CA\u4EFB\u610F\u8CC7\u6599\u593E\uFF0C\u53EF\u70BA\u5176\u5B50\u9805\u76EE\u8A2D\u5B9A\u4E0D\u540C\u7684\u6392\u5E8F\u65B9\u5F0F\u3002",options:{alphaAsc:"A \u5230 Z",alphaDesc:"Z \u5230 A"}},showNoteCount:{name:"\u986F\u793A\u7B46\u8A18\u6578",desc:"\u5728\u6BCF\u500B\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u65C1\u986F\u793A\u7B46\u8A18\u6578\u91CF\u3002"},showSectionIcons:{name:"\u986F\u793A\u6377\u5F91\u548C\u6700\u8FD1\u9805\u76EE\u7684\u5716\u793A",desc:"\u5728\u6377\u5F91\u548C\u6700\u8FD1\u6A94\u6848\u5340\u6BB5\u4E2D\u7684\u9805\u76EE\u65C1\u986F\u793A\u5716\u793A\u3002"},interfaceIcons:{name:"\u4ECB\u9762\u5716\u793A",desc:"\u7DE8\u8F2F\u5DE5\u5177\u5217\u3001\u8CC7\u6599\u593E\u3001\u6A19\u7C64\u3001\u91D8\u9078\u3001\u641C\u5C0B\u548C\u6392\u5E8F\u5716\u793A\u3002",buttonText:"\u7DE8\u8F2F\u5716\u793A"},showIconsColorOnly:{name:"\u50C5\u5C0D\u5716\u793A\u5957\u7528\u984F\u8272",desc:"\u555F\u7528\u6642\uFF0C\u81EA\u8A02\u984F\u8272\u50C5\u5957\u7528\u65BC\u5716\u793A\u3002\u505C\u7528\u6642\uFF0C\u984F\u8272\u5C07\u540C\u6642\u5957\u7528\u65BC\u5716\u793A\u548C\u6587\u5B57\u6A19\u7C64\u3002"},navRainbowMode:{name:"\u5F69\u8679\u984F\u8272\u6A21\u5F0F\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"\u5728\u5C0E\u89BD\u7A97\u683C\u4E2D\u5957\u7528\u5F69\u8679\u984F\u8272\u3002",options:{none:"\u95DC\u9589",foreground:"\u6587\u5B57\u984F\u8272",background:"\u80CC\u666F\u984F\u8272"}},navRainbowFirstColor:{name:"\u7B2C\u4E00\u500B\u984F\u8272",desc:"\u5F69\u8679\u6F38\u5C64\u4E2D\u7684\u7B2C\u4E00\u500B\u984F\u8272\u3002"},navRainbowLastColor:{name:"\u6700\u5F8C\u4E00\u500B\u984F\u8272",desc:"\u5F69\u8679\u6F38\u5C64\u4E2D\u7684\u6700\u5F8C\u4E00\u500B\u984F\u8272\u3002"},navRainbowTransitionStyle:{name:"\u904E\u6E21\u6A23\u5F0F",desc:"\u7B2C\u4E00\u500B\u548C\u6700\u5F8C\u4E00\u500B\u984F\u8272\u4E4B\u9593\u4F7F\u7528\u7684\u63D2\u503C\u3002",options:{hue:"\u8272\u76F8",rgb:"RGB"}},navRainbowApplyToShortcuts:{name:"\u5957\u7528\u5230\u6377\u5F91",desc:"\u5C07\u5F69\u8679\u984F\u8272\u5957\u7528\u5230\u6377\u5F91\u3002"},navRainbowApplyToRecent:{name:"\u5957\u7528\u5230\u6700\u8FD1\u9805\u76EE",desc:"\u5C07\u5F69\u8679\u984F\u8272\u5957\u7528\u5230\u6700\u8FD1\u9805\u76EE\u3002"},navRainbowApplyToFolders:{name:"\u5957\u7528\u5230\u8CC7\u6599\u593E",desc:"\u5C07\u5F69\u8679\u984F\u8272\u5957\u7528\u5230\u8CC7\u6599\u593E\u3002"},navRainbowFolderScope:{name:"\u8CC7\u6599\u593E\u7BC4\u570D",desc:"\u9078\u64C7\u54EA\u4E9B\u8CC7\u6599\u593E\u5C64\u7D1A\u958B\u59CB\u984F\u8272\u6307\u6D3E\u3002",options:{root:"\u6839\u5C64\u7D1A",child:"\u5B50\u5C64\u7D1A",all:"\u6BCF\u500B\u5C64\u7D1A"}},navRainbowApplyToTags:{name:"\u5957\u7528\u5230\u6A19\u7C64",desc:"\u5C07\u5F69\u8679\u984F\u8272\u5957\u7528\u5230\u6A19\u7C64\u3002"},navRainbowTagScope:{name:"\u6A19\u7C64\u7BC4\u570D",desc:"\u9078\u64C7\u54EA\u4E9B\u6A19\u7C64\u5C64\u7D1A\u958B\u59CB\u984F\u8272\u6307\u6D3E\u3002",options:{root:"\u6839\u5C64\u7D1A",child:"\u5B50\u5C64\u7D1A",all:"\u6BCF\u500B\u5C64\u7D1A"}},navRainbowApplyToProperties:{name:"\u5957\u7528\u5230\u5C6C\u6027",desc:"\u5C07\u5F69\u8679\u984F\u8272\u5957\u7528\u5230\u5C6C\u6027\u3002"},navRainbowBalanceHueLuminance:{name:"\u8272\u76F8\u9593\u4E00\u81F4\u7684\u4EAE\u5EA6",desc:"\u5728\u8272\u76F8\u904E\u6E21\u671F\u9593\u5728\u8D77\u59CB\u984F\u8272\u548C\u7D50\u675F\u984F\u8272\u4E4B\u9593\u63D2\u503C\u4EAE\u5EA6\u3002"},navRainbowSeparateThemeColors:{name:"\u5206\u5225\u8A2D\u5B9A\u6DFA\u8272\u548C\u6DF1\u8272\u6A21\u5F0F\u984F\u8272",desc:"\u70BA\u6DFA\u8272\u6A21\u5F0F\u548C\u6DF1\u8272\u6A21\u5F0F\u4F7F\u7528\u4E0D\u540C\u7684\u5F69\u8679\u984F\u8272\u3002"},navRainbowCopyLightToDark:"\u5C07\u6DFA\u8272\u6A21\u5F0F\u984F\u8272\u8907\u88FD\u5230\u6DF1\u8272\u6A21\u5F0F",navRainbowPropertyScope:{name:"\u5C6C\u6027\u7BC4\u570D",desc:"\u9078\u64C7\u54EA\u4E9B\u5C6C\u6027\u5C64\u7D1A\u958B\u59CB\u984F\u8272\u6307\u6D3E\u3002",options:{root:"\u6839\u5C64\u7D1A",child:"\u5B50\u5C64\u7D1A",all:"\u6BCF\u500B\u5C64\u7D1A"}},collapseBehavior:{name:"\u647A\u758A\u9805\u76EE",desc:"\u9078\u64C7\u5C55\u958B/\u647A\u758A\u5168\u90E8\u6309\u9215\u5F71\u97FF\u7684\u5167\u5BB9\u3002",options:{all:"\u5168\u90E8",foldersOnly:"\u50C5\u8CC7\u6599\u593E",tagsOnly:"\u50C5\u6A19\u7C64",propertiesOnly:"\u50C5\u5C6C\u6027"}},smartCollapse:{name:"\u4FDD\u6301\u9078\u53D6\u9805\u5C55\u958B",desc:"\u647A\u758A\u6642\uFF0C\u4FDD\u6301\u9078\u53D6\u9805\u53CA\u5176\u7236\u7D1A\u5C55\u958B\u3002"},navIndent:{name:"\u6A39\u72C0\u7E2E\u6392",desc:"\u8ABF\u6574\u5DE2\u72C0\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u7684\u7E2E\u6392\u5BEC\u5EA6\u3002"},navItemHeight:{name:"\u884C\u9AD8",desc:"\u8ABF\u6574\u5C0E\u89BD\u7A97\u683C\u4E2D\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u7684\u9AD8\u5EA6\u3002"},navItemHeightScaleText:{name:"\u96A8\u884C\u9AD8\u8ABF\u6574\u6587\u5B57\u5927\u5C0F",desc:"\u964D\u4F4E\u884C\u9AD8\u6642\u6E1B\u5C0F\u5C0E\u89BD\u6587\u5B57\u5927\u5C0F\u3002"},showIndentGuides:{name:"\u986F\u793A\u7E2E\u6392\u53C3\u8003\u7DDA",desc:"\u986F\u793A\u5DE2\u72C0\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u7684\u7E2E\u6392\u53C3\u8003\u7DDA\u3002"},navRootSpacing:{name:"\u6839\u7D1A\u9805\u76EE\u9593\u8DDD",desc:"\u6839\u7D1A\u8CC7\u6599\u593E\u548C\u6A19\u7C64\u4E4B\u9593\u7684\u9593\u8DDD\u3002"},showTags:{name:"\u986F\u793A\u6A19\u7C64",desc:"\u5728\u5C0E\u89BD\u5668\u4E2D\u986F\u793A\u6A19\u7C64\u5340\u6BB5\u3002"},showTagIcons:{name:"\u986F\u793A\u6A19\u7C64\u5716\u793A",desc:"\u5728\u5C0E\u89BD\u7A97\u683C\u7684\u6A19\u7C64\u65C1\u986F\u793A\u5716\u793A\u3002"},inheritTagColors:{name:"\u7E7C\u627F\u6A19\u7C64\u984F\u8272",desc:"\u5B50\u6A19\u7C64\u5F9E\u7236\u6A19\u7C64\u7E7C\u627F\u984F\u8272\u3002"},tagSortOrder:{name:"\u6A19\u7C64\u6392\u5E8F\u65B9\u5F0F",desc:"\u53F3\u9375\u9EDE\u64CA\u4EFB\u610F\u6A19\u7C64\uFF0C\u53EF\u70BA\u5176\u5B50\u9805\u76EE\u8A2D\u5B9A\u4E0D\u540C\u7684\u6392\u5E8F\u65B9\u5F0F\u3002",options:{alphaAsc:"A \u5230 Z",alphaDesc:"Z \u5230 A",frequency:"\u983B\u7387",lowToHigh:"\u5F9E\u4F4E\u5230\u9AD8",highToLow:"\u5F9E\u9AD8\u5230\u4F4E"}},showAllTagsFolder:{name:"\u986F\u793A\u6A19\u7C64\u8CC7\u6599\u593E",desc:"\u5C07\u300C\u6A19\u7C64\u300D\u986F\u793A\u70BA\u53EF\u647A\u758A\u8CC7\u6599\u593E\u3002"},showUntagged:{name:"\u986F\u793A\u7121\u6A19\u7C64\u7B46\u8A18",desc:"\u70BA\u6C92\u6709\u4EFB\u4F55\u6A19\u7C64\u7684\u7B46\u8A18\u986F\u793A\u300C\u7121\u6A19\u7C64\u300D\u9805\u76EE\u3002"},scopeTagsToCurrentContext:{name:"\u4F9D\u9078\u64C7\u7BE9\u9078\u6A19\u7C64",desc:"\u50C5\u986F\u793A\u6240\u9078\u8CC7\u6599\u593E\u6216\u5C6C\u6027\u4E2D\u7B46\u8A18\u5305\u542B\u7684\u6A19\u7C64\u3002"},keepEmptyTagsProperty:{name:"\u522A\u9664\u6700\u5F8C\u4E00\u500B\u6A19\u7C64\u5F8C\u4FDD\u7559 tags \u5C6C\u6027",desc:"\u7576\u6240\u6709\u6A19\u7C64\u88AB\u522A\u9664\u6642\u4FDD\u7559 frontmatter \u4E2D\u7684 tags \u5C6C\u6027\u3002\u505C\u7528\u6642\uFF0Ctags \u5C6C\u6027\u5C07\u5F9E frontmatter \u4E2D\u522A\u9664\u3002"},showProperties:{name:"\u986F\u793A\u5C6C\u6027",desc:"\u5728\u5C0E\u89BD\u5668\u4E2D\u986F\u793A\u5C6C\u6027\u5340\u6BB5\u3002",propertyKeysInfoPrefix:"\u5728",propertyKeysInfoLinkText:"\u4E00\u822C > \u5C6C\u6027\u9375",propertyKeysInfoSuffix:"\u4E2D\u8A2D\u5B9A\u5C6C\u6027"},showPropertyIcons:{name:"\u986F\u793A\u5C6C\u6027\u5716\u793A",desc:"\u5728\u5C0E\u89BD\u9762\u677F\u4E2D\u5C6C\u6027\u65C1\u908A\u986F\u793A\u5716\u793A\u3002"},inheritPropertyColors:{name:"\u7E7C\u627F\u5C6C\u6027\u984F\u8272",desc:"\u5C6C\u6027\u503C\u7E7C\u627F\u5176\u5C6C\u6027\u9375\u7684\u984F\u8272\u548C\u80CC\u666F\u8272\u3002"},propertySortOrder:{name:"\u5C6C\u6027\u6392\u5E8F\u65B9\u5F0F",desc:"\u53F3\u9375\u9EDE\u64CA\u4EFB\u610F\u5C6C\u6027\u4EE5\u8A2D\u5B9A\u5176\u503C\u7684\u4E0D\u540C\u6392\u5E8F\u65B9\u5F0F\u3002",options:{alphaAsc:"A \u5230 Z",alphaDesc:"Z \u5230 A",frequency:"\u983B\u7387",lowToHigh:"\u7531\u4F4E\u5230\u9AD8",highToLow:"\u7531\u9AD8\u5230\u4F4E"}},showAllPropertiesFolder:{name:"\u986F\u793A\u5C6C\u6027\u8CC7\u6599\u593E",desc:"\u5C07\u300C\u5C6C\u6027\u300D\u986F\u793A\u70BA\u53EF\u647A\u758A\u8CC7\u6599\u593E\u3002"},scopePropertiesToCurrentContext:{name:"\u4F9D\u9078\u64C7\u7BE9\u9078\u5C6C\u6027",desc:"\u50C5\u986F\u793A\u6240\u9078\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u4E2D\u7B46\u8A18\u5305\u542B\u7684\u5C6C\u6027\u3002"},hiddenTags:{name:"\u96B1\u85CF\u6A19\u7C64\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"\u9017\u865F\u5206\u9694\u7684\u6A19\u7C64\u6A21\u5F0F\u5217\u8868\u3002\u540D\u7A31\u6A21\u5F0F\uFF1Atag*\uFF08\u4EE5...\u958B\u982D\uFF09\u3001*tag\uFF08\u4EE5...\u7D50\u5C3E\uFF09\u3002\u8DEF\u5F91\u6A21\u5F0F\uFF1Aarchive\uFF08\u6A19\u7C64\u53CA\u5176\u5F8C\u4EE3\uFF09\u3001archive/*\uFF08\u50C5\u5F8C\u4EE3\uFF09\u3001projects/*/drafts\uFF08\u4E2D\u9593\u842C\u7528\u5B57\u5143\uFF09\u3002",placeholder:"archive*, *draft, projects/*/old"},hiddenFileTags:{name:"\u96B1\u85CF\u5E36\u6709\u6A19\u7C64\u7684\u7B46\u8A18\uFF08\u4FDD\u96AA\u5EAB\u8A2D\u5B9A\u6A94\uFF09",desc:"Comma-separated list of tag patterns. Notes containing matching tags are hidden. Name patterns: tag* (starting with), *tag (ending with). Path patterns: archive (tag and descendants), archive/* (descendants only), projects/*/drafts (mid-segment wildcard).",placeholder:"archive*, *draft, projects/*/old"},enableFolderNotes:{name:"\u555F\u7528\u8CC7\u6599\u593E\u7B46\u8A18",desc:"\u5177\u6709\u5339\u914D\u7B46\u8A18\u6A94\u6848\u7684\u8CC7\u6599\u593E\u986F\u793A\u70BA\u53EF\u9EDE\u64CA\u7684\u9023\u7D50\u3002"},folderNoteType:{name:"\u9810\u8A2D\u8CC7\u6599\u593E\u7B46\u8A18\u985E\u578B",desc:"\u5F9E\u53F3\u9375\u9078\u55AE\u5EFA\u7ACB\u7684\u8CC7\u6599\u593E\u7B46\u8A18\u985E\u578B\u3002",options:{ask:"\u5EFA\u7ACB\u6642\u8A62\u554F",markdown:"Markdown",canvas:"Canvas",base:"Base"}},folderNoteName:{name:"\u8CC7\u6599\u593E\u7B46\u8A18\u540D\u7A31",desc:"\u8CC7\u6599\u593E\u7B46\u8A18\u7684\u540D\u7A31\u3002\u7559\u7A7A\u4EE5\u4F7F\u7528\u8207\u8CC7\u6599\u593E\u76F8\u540C\u7684\u540D\u7A31\u3002",placeholder:"index"},folderNoteNamePattern:{name:"\u8CC7\u6599\u593E\u7B46\u8A18\u540D\u7A31\u6A21\u5F0F",desc:"\u4E0D\u542B\u526F\u6A94\u540D\u7684\u8CC7\u6599\u593E\u7B46\u8A18\u540D\u7A31\u6A21\u5F0F\u3002\u4F7F\u7528 {{folder}} \u63D2\u5165\u8CC7\u6599\u593E\u540D\u7A31\u3002\u8A2D\u5B9A\u5F8C\uFF0C\u8CC7\u6599\u593E\u7B46\u8A18\u540D\u7A31\u4E0D\u9069\u7528\u3002"},folderNoteTemplate:{name:"\u8CC7\u6599\u593E\u7B46\u8A18\u7BC4\u672C",desc:"\u65B0\u5EFA Markdown \u8CC7\u6599\u593E\u7B46\u8A18\u7684\u7BC4\u672C\u6A94\u6848\u3002\u5728\u4E00\u822C > \u7BC4\u672C\u4E2D\u8A2D\u5B9A\u7BC4\u672C\u8CC7\u6599\u593E\u4F4D\u7F6E\u3002"},enableFolderNoteLinks:{name:"\u555F\u7528\u8CC7\u6599\u593E\u7B46\u8A18\u9023\u7D50",desc:"\u8CC7\u6599\u593E\u6A19\u7C64\u986F\u793A\u70BA\u9023\u7D50\u6A23\u5F0F\uFF0C\u9EDE\u64CA\u53EF\u958B\u555F\u8CC7\u6599\u593E\u7B46\u8A18\u3002\u95DC\u9589\u6642\uFF0C\u8CC7\u6599\u593E\u7B46\u8A18\u4ECD\u63D0\u4F9B\u540D\u7A31\u3001\u5716\u793A\u548C\u984F\u8272\u4E2D\u7E7C\u8CC7\u6599\u3002"},hideFolderNoteInList:{name:"\u5728\u5217\u8868\u4E2D\u96B1\u85CF\u8CC7\u6599\u593E\u7B46\u8A18",desc:"\u5728\u6A94\u6848\u5217\u8868\u4E2D\u96B1\u85CF\u8CC7\u6599\u593E\u7B46\u8A18\u3002"},pinCreatedFolderNote:{name:"\u91D8\u9078\u5EFA\u7ACB\u7684\u8CC7\u6599\u593E\u7B46\u8A18",desc:"\u5F9E\u53F3\u9375\u9078\u55AE\u5EFA\u7ACB\u6642\u91D8\u9078\u8CC7\u6599\u593E\u7B46\u8A18\u3002"},openFolderNotesInNewTab:{name:"\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F\u8CC7\u6599\u593E\u7B46\u8A18",desc:"\u9EDE\u64CA\u8CC7\u6599\u593E\u6642\u5728\u65B0\u5206\u9801\u4E2D\u958B\u555F\u8CC7\u6599\u593E\u7B46\u8A18\u3002"},confirmBeforeDelete:{name:"\u522A\u9664\u524D\u78BA\u8A8D",desc:"\u522A\u9664\u7B46\u8A18\u6216\u8CC7\u6599\u593E\u6642\u986F\u793A\u78BA\u8A8D\u5C0D\u8A71\u65B9\u584A"},deleteAttachments:{name:"\u522A\u9664\u6A94\u6848\u6642\u522A\u9664\u9644\u4EF6",desc:"\u5982\u679C\u9644\u4EF6\u672A\u5728\u5176\u4ED6\u5730\u65B9\u4F7F\u7528\uFF0C\u5247\u5728\u522A\u9664\u6A94\u6848\u6642\u81EA\u52D5\u522A\u9664\u95DC\u806F\u7684\u9644\u4EF6",options:{ask:"\u6BCF\u6B21\u8A62\u554F",always:"\u59CB\u7D42",never:"\u5F9E\u4E0D"}},moveFileConflicts:{name:"\u79FB\u52D5\u885D\u7A81",desc:"\u5C07\u6A94\u6848\u79FB\u52D5\u5230\u5DF2\u6709\u540C\u540D\u6A94\u6848\u7684\u8CC7\u6599\u593E\u6642\u3002\u6BCF\u6B21\u8A62\u554F\uFF08\u91CD\u65B0\u547D\u540D\u3001\u8986\u84CB\u3001\u53D6\u6D88\uFF09\u6216\u59CB\u7D42\u91CD\u65B0\u547D\u540D\u3002",options:{ask:"\u6BCF\u6B21\u8A62\u554F",rename:"\u59CB\u7D42\u91CD\u65B0\u547D\u540D"}},metadataCleanup:{name:"\u6E05\u7406\u4E2D\u7E7C\u8CC7\u6599",desc:"\u79FB\u9664\u5728 Obsidian \u5916\u90E8\u522A\u9664\u3001\u79FB\u52D5\u6216\u91CD\u65B0\u547D\u540D\u6A94\u6848\u3001\u8CC7\u6599\u593E\u6216\u6A19\u7C64\u6642\u7559\u4E0B\u7684\u5B64\u7ACB\u4E2D\u7E7C\u8CC7\u6599\u3002\u9019\u50C5\u5F71\u97FF Notebook Navigator \u8A2D\u5B9A\u6A94\u6848\u3002",buttonText:"\u6E05\u7406\u4E2D\u7E7C\u8CC7\u6599",error:"\u8A2D\u5B9A\u6E05\u7406\u5931\u6557",loading:"\u6B63\u5728\u6AA2\u67E5\u4E2D\u7E7C\u8CC7\u6599...",statusClean:"\u6C92\u6709\u9700\u8981\u6E05\u7406\u7684\u4E2D\u7E7C\u8CC7\u6599",statusCounts:"\u5B64\u7ACB\u9805\u76EE\uFF1A{folders} \u8CC7\u6599\u593E\uFF0C{tags} \u6A19\u7C64\uFF0C{properties} \u5C6C\u6027\uFF0C{files} \u6A94\u6848\uFF0C{pinned} \u91D8\u9078\uFF0C{separators} \u5206\u9694\u7DDA"},rebuildCache:{name:"\u91CD\u5EFA\u5FEB\u53D6",desc:"\u5982\u679C\u51FA\u73FE\u6A19\u7C64\u7F3A\u5931\u3001\u9810\u89BD\u4E0D\u6B63\u78BA\u6216\u5716\u7247\u7F3A\u5931\uFF0C\u8ACB\u4F7F\u7528\u6B64\u529F\u80FD\u3002\u9019\u53EF\u80FD\u5728\u540C\u6B65\u885D\u7A81\u6216\u610F\u5916\u95DC\u9589\u5F8C\u767C\u751F\u3002",buttonText:"\u91CD\u5EFA\u5FEB\u53D6",error:"\u91CD\u5EFA\u5FEB\u53D6\u5931\u6557",indexingTitle:"\u6B63\u5728\u7D22\u5F15\u4FDD\u96AA\u5EAB...",progress:"\u6B63\u5728\u66F4\u65B0 Notebook Navigator \u5FEB\u53D6."},externalIcons:{downloadButton:"\u4E0B\u8F09",downloadingLabel:"\u6B63\u5728\u4E0B\u8F09...",removeButton:"\u79FB\u9664",statusInstalled:"\u5DF2\u4E0B\u8F09\uFF08\u7248\u672C {version}\uFF09",statusNotInstalled:"\u672A\u4E0B\u8F09",versionUnknown:"\u672A\u77E5",downloadFailed:"\u4E0B\u8F09 {name} \u5931\u6557\u3002\u8ACB\u6AA2\u67E5\u60A8\u7684\u9023\u7DDA\u4E26\u91CD\u8A66\u3002",removeFailed:"\u79FB\u9664 {name} \u5931\u6557\u3002",infoNote:"\u4E0B\u8F09\u7684\u5716\u793A\u5305\u6703\u5728\u88DD\u7F6E\u4E4B\u9593\u540C\u6B65\u5B89\u88DD\u72C0\u614B\u3002\u5716\u793A\u5305\u5132\u5B58\u5728\u6BCF\u500B\u88DD\u7F6E\u7684\u672C\u6A5F\u8CC7\u6599\u5EAB\u4E2D\uFF1B\u540C\u6B65\u50C5\u8FFD\u8E64\u5B83\u5011\u662F\u5426\u61C9\u8A72\u88AB\u4E0B\u8F09\u6216\u79FB\u9664\u3002\u5716\u793A\u5305\u5F9E Notebook Navigator \u5132\u5B58\u5EAB\u4E0B\u8F09 (https://github.com/johansan/notebook-navigator/tree/main/icon-assets)\u3002"},useFrontmatterDates:{name:"\u4F7F\u7528\u524D\u7F6E\u4E2D\u7E7C\u8CC7\u6599",desc:"\u4F7F\u7528\u524D\u7F6E\u8A2D\u5B9A\u7B46\u8A18\u540D\u7A31\u3001\u6642\u9593\u6233\u8A18\u3001\u5716\u793A\u548C\u984F\u8272"},frontmatterNameField:{name:"\u540D\u7A31\u6B04\u4F4D\uFF08\u591A\u500B\uFF09",desc:"\u9017\u865F\u5206\u9694\u7684\u524D\u7F6E\u6B04\u4F4D\u5217\u8868\u3002\u4F7F\u7528\u7B2C\u4E00\u500B\u975E\u7A7A\u503C\u3002\u56DE\u9000\u5230\u6A94\u540D\u3002",placeholder:"title, name"},frontmatterIconField:{name:"\u5716\u793A\u6B04\u4F4D",desc:"\u6A94\u6848\u5716\u793A\u7684\u524D\u7F6E\u6B04\u4F4D\u3002\u7559\u7A7A\u4F7F\u7528\u5132\u5B58\u5728\u8A2D\u5B9A\u4E2D\u7684\u5716\u793A\u3002",placeholder:"icon"},frontmatterColorField:{name:"\u984F\u8272\u6B04\u4F4D",desc:"\u6A94\u6848\u984F\u8272\u7684\u524D\u7F6E\u6B04\u4F4D\u3002\u7559\u7A7A\u4F7F\u7528\u5132\u5B58\u5728\u8A2D\u5B9A\u4E2D\u7684\u984F\u8272\u3002",placeholder:"color"},frontmatterBackgroundField:{name:"\u80CC\u666F\u6B04\u4F4D",desc:"\u80CC\u666F\u984F\u8272\u7684\u524D\u7F6E\u6B04\u4F4D\u3002\u7559\u7A7A\u4F7F\u7528\u5132\u5B58\u5728\u8A2D\u5B9A\u4E2D\u7684\u80CC\u666F\u984F\u8272\u3002",placeholder:"background"},frontmatterMigration:{name:"\u5F9E\u8A2D\u5B9A\u9077\u79FB\u5716\u793A\u548C\u984F\u8272",desc:"\u5132\u5B58\u5728\u8A2D\u5B9A\u4E2D\uFF1A{icons} \u500B\u5716\u793A\uFF0C{colors} \u7A2E\u984F\u8272\u3002",button:"\u9077\u79FB",buttonWorking:"\u6B63\u5728\u9077\u79FB...",noticeNone:"\u8A2D\u5B9A\u4E2D\u672A\u5132\u5B58\u4EFB\u4F55\u6A94\u6848\u5716\u793A\u6216\u984F\u8272\u3002",noticeDone:"\u5DF2\u9077\u79FB {migratedIcons}/{icons} \u500B\u5716\u793A\uFF0C{migratedColors}/{colors} \u7A2E\u984F\u8272\u3002",noticeFailures:"\u5931\u6557\u7684\u689D\u76EE\uFF1A{failures}\u3002",noticeError:"\u9077\u79FB\u5931\u6557\u3002\u8ACB\u6AA2\u67E5\u4E3B\u63A7\u53F0\u4EE5\u53D6\u5F97\u8A73\u7D30\u8CC7\u8A0A\u3002"},frontmatterCreatedField:{name:"\u5EFA\u7ACB\u6642\u9593\u6233\u8A18\u6B04\u4F4D",desc:"\u5EFA\u7ACB\u6642\u9593\u6233\u8A18\u7684\u524D\u7F6E\u6B04\u4F4D\u540D\u7A31\u3002\u7559\u7A7A\u50C5\u4F7F\u7528\u6A94\u6848\u7CFB\u7D71\u65E5\u671F\u3002",placeholder:"created"},frontmatterModifiedField:{name:"\u4FEE\u6539\u6642\u9593\u6233\u8A18\u6B04\u4F4D",desc:"\u4FEE\u6539\u6642\u9593\u6233\u8A18\u7684\u524D\u7F6E\u6B04\u4F4D\u540D\u7A31\u3002\u7559\u7A7A\u50C5\u4F7F\u7528\u6A94\u6848\u7CFB\u7D71\u65E5\u671F\u3002",placeholder:"modified"},frontmatterDateFormat:{name:"\u6642\u9593\u6233\u8A18\u683C\u5F0F",desc:"\u7528\u65BC\u89E3\u6790\u524D\u7F6E\u4E2D\u6642\u9593\u6233\u8A18\u7684\u683C\u5F0F\u3002\u7559\u7A7A\u4F7F\u7528 ISO 8601 \u89E3\u6790\u3002",helpTooltip:"\u4F7F\u7528 Moment \u683C\u5F0F",momentLinkText:"Moment \u683C\u5F0F",help:`\u5E38\u7528\u683C\u5F0F: +YYYY-MM-DD[T]HH:mm:ss \u2192 2025-01-04T14:30:45 +YYYY-MM-DD[T]HH:mm:ssZ \u2192 2025-08-07T16:53:39+02:00 +DD/MM/YYYY HH:mm:ss \u2192 04/01/2025 14:30:45 +MM/DD/YYYY h:mm:ss a \u2192 01/04/2025 2:30:45 PM`},supportDevelopment:{name:"\u652F\u6301\u958B\u767C",desc:"\u5982\u679C\u60A8\u559C\u6B61\u4F7F\u7528\u7B46\u8A18\u672C\u5C0E\u89BD\u5668\uFF0C\u8ACB\u8003\u616E\u652F\u6301\u5176\u6301\u7E8C\u958B\u767C\u3002",buttonText:"\u2764\uFE0F \u8D0A\u52A9",coffeeButton:"\u2615\uFE0F \u8ACB\u6211\u559D\u5496\u5561"},updateCheckOnStart:{name:"\u555F\u52D5\u6642\u6AA2\u67E5\u65B0\u7248\u672C",desc:"\u555F\u52D5\u6642\u6AA2\u67E5\u65B0\u7684\u5916\u639B\u7248\u672C\uFF0C\u7576\u6709\u53EF\u7528\u66F4\u65B0\u6642\u986F\u793A\u901A\u77E5\u3002\u6AA2\u67E5\u6700\u591A\u6BCF\u5929\u4E00\u6B21\u3002",status:"\u6709\u65B0\u7248\u672C\u53EF\u7528\uFF1A{version}"},whatsNew:{name:"Notebook Navigator {version} \u7684\u6700\u65B0\u52D5\u614B",desc:"\u67E5\u770B\u6700\u8FD1\u7684\u66F4\u65B0\u548C\u6539\u9032",buttonText:"\u67E5\u770B\u6700\u8FD1\u66F4\u65B0"},masteringVideo:{name:"\u7CBE\u901A Notebook Navigator\uFF08\u5F71\u7247\uFF09",desc:"\u672C\u5F71\u7247\u6DB5\u84CB\u4E86\u5728 Notebook Navigator \u4E2D\u9AD8\u6548\u5DE5\u4F5C\u6240\u9700\u7684\u4E00\u5207\u5167\u5BB9\uFF0C\u5305\u62EC\u5FEB\u901F\u9375\u3001\u641C\u5C0B\u3001\u6A19\u7C64\u548C\u9032\u968E\u81EA\u8A02\u3002"},cacheStatistics:{localCache:"\u672C\u6A5F\u5FEB\u53D6",items:"\u9805",withTags:"\u5305\u542B\u6A19\u7C64",withPreviewText:"\u5305\u542B\u9810\u89BD\u6587\u5B57",withFeatureImage:"\u5305\u542B\u7279\u8272\u5716\u7247",withMetadata:"\u5305\u542B\u4E2D\u7E7C\u8CC7\u6599"},metadataInfo:{successfullyParsed:"\u6210\u529F\u89E3\u6790",itemsWithName:"\u500B\u5E36\u540D\u7A31\u7684\u9805\u76EE",withCreatedDate:"\u500B\u5E36\u5EFA\u7ACB\u65E5\u671F",withModifiedDate:"\u500B\u5E36\u4FEE\u6539\u65E5\u671F",withIcon:"\u500B\u5E36\u5716\u793A",withColor:"\u500B\u5E36\u984F\u8272",failedToParse:"\u89E3\u6790\u5931\u6557",createdDates:"\u500B\u5EFA\u7ACB\u65E5\u671F",modifiedDates:"\u500B\u4FEE\u6539\u65E5\u671F",checkTimestampFormat:"\u8ACB\u6AA2\u67E5\u60A8\u7684\u6642\u9593\u6233\u8A18\u683C\u5F0F\u3002",exportFailed:"\u532F\u51FA\u932F\u8AA4"}}},whatsNew:{title:"Notebook Navigator \u7684\u65B0\u529F\u80FD",supportMessage:"\u5982\u679C\u60A8\u89BA\u5F97 Notebook Navigator \u6709\u7528\uFF0C\u8ACB\u8003\u616E\u652F\u6301\u5176\u958B\u767C\u3002",supportButton:"\u8ACB\u6211\u559D\u5496\u5561",thanksButton:"\u8B1D\u8B1D\uFF01"}}});function t0(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function o0(t,e){if(e===void 0)return t;if(Array.isArray(t))return Array.isArray(e)?e:t;if(t0(t)){if(!t0(e))return t;let n={};for(let a of Object.keys(t))n[a]=o0(t[a],e[a]);return n}return typeof e==typeof t?e:t}function s5(t,e){return!e||e===t?t:o0(t,e)}function mI(t){var a;if(t==="en")return qw;let e=n0.get(t);if(e)return e;let n=s5(qw,(a=pI[t])!=null?a:pI.en);return n0.set(t,n),n}function ml(){return(0,a0.getLanguage)()}function gI(){let t=ml();return t&&t in pI?t:"en"}function fI(){return mI(gI()).settings.items.dateFormat.placeholder||"MMM D, YYYY"}function hI(){return mI(gI()).settings.items.timeFormat.placeholder||"h:mm a"}var a0,pI,n0,m,Le=He(()=>{a0=require("obsidian");vO();bO();wO();SO();FO();PO();IO();EO();RO();MO();LO();_O();HO();UO();qO();WO();GO();XO();ZO();JO();e0();pI={ar:hO,de:yO,en:qw,es:TO,fa:kO,fr:NO,id:CO,it:DO,ja:xO,ko:AO,nl:OO,pl:zO,pt:BO,"pt-BR":VO,ru:KO,th:jO,tr:YO,uk:$O,vi:QO,zh:jw,"zh-CN":jw,zh_cn:jw,"zh-TW":uI,zh_tw:uI};n0=new Map;m=mI(gI())});function l5(t){return typeof t=="object"&&t!==null}function r0(t){if(typeof t!="object"||t===null)return!1;let e=t;if(!Reflect.has(e,"dragManager"))return!1;let n=Reflect.get(e,"dragManager");if(!l5(n)||!Reflect.has(n,"draggable"))return!1;let a=Reflect.get(n,"draggable");return a===null||typeof a=="object"}var fp,pv,It,ig,ka=He(()=>{fp="application/x-notebook-navigator-tag",pv="application/x-notebook-navigator-property";It={DEBOUNCE_KEYBOARD:100,DEBOUNCE_KEYBOARD_FILE_OPEN:500,DEBOUNCE_CONTENT:300,DEBOUNCE_TAG_TREE:500,DEBOUNCE_SETTINGS:1e3,KEYBOARD_THROTTLE:16,FILE_OPERATION_DELAY:100,INTERVAL_STATISTICS:5e3,NOTICE_ERROR:2e3,NOTICE_HELP:1e4,YIELD_TO_EVENT_LOOP:0},ig={EDIT_FILE_TITLE:"workspace:edit-file-title",VERSION_HISTORY:"sync:view-version-history"}});function p0(){let t=i0.Platform.isMobile?d5:c5;return`${u0}&t=${t}s`}function m0(){return u0}function f0(t,e){if(!t)return null;let n=t===!0?e:t.trim();return n.length===0?null:/^https?:\/\//i.test(n)?n:`${l0}/images/version-banners/${n}.jpg`}var i0,s0,l0,c0,d0,Ww,hp,u0,c5,d5,g0,vp=He(()=>{i0=require("obsidian"),s0="johansan/notebook-navigator",l0=`https://raw.githubusercontent.com/${s0}/main`,c0=`https://api.github.com/repos/${s0}/releases/latest`,d0="https://github.com/sponsors/johansan/",Ww="https://buymeacoffee.com/johansan",hp="https://momentjs.com/docs/#/displaying/format/",u0="https://www.youtube.com/watch?v=BewIlG8wLAM",c5=66,d5=116;g0=`${l0}/images/youtube-thumbnail.jpg`});function yp(t){return typeof t=="object"&&t!==null&&typeof t.then=="function"}function p5(t){vI.push({error:t,timestamp:Date.now()}),vI.length>u5&&vI.shift()}function te(t,e){var a;let n=(a=e==null?void 0:e.onError)!=null?a:m5;try{let o=t();yp(o)&&o.catch(n)}catch(o){n(o)}}var u5,vI,m5,it=He(()=>{u5=20,vI=[];m5=t=>{console.error("Unhandled async action error",t),p5(t)}});function bp(t){return f5.flatMap(e=>t.workspace.getLeavesOfType(e))}var _o,_c,gt,kt,ln,Pe,Q,Vt,Yw,ge,mt,Gw,$i,$w,Xw,Qw,Md,Od,h0,ct,gl,v0,g5,f5,Sr,kr,Me=He(()=>{_o="notebook-navigator",_c="notebook-navigator-calendar",gt="__untagged__",kt="__tagged__",ln="tags-root",Pe="properties-root",Q={FILE:"file",FOLDER:"folder",TAG:"tag",PROPERTY:"property"},Vt={HEADER:"header",FILE:"file",TOP_SPACER:"top-spacer",BOTTOM_SPACER:"bottom-spacer"},Yw="header-pinned",ge={FOLDER:"folder",VIRTUAL_FOLDER:"virtual-folder",TAG:"tag",UNTAGGED:"untagged",PROPERTY_KEY:"property-key",PROPERTY_VALUE:"property-value",SHORTCUT_HEADER:"shortcut-header",SHORTCUT_FOLDER:"shortcut-folder",SHORTCUT_NOTE:"shortcut-note",SHORTCUT_SEARCH:"shortcut-search",SHORTCUT_TAG:"shortcut-tag",SHORTCUT_PROPERTY:"shortcut-property",RECENT_NOTE:"recent-note",TOP_SPACER:"top-spacer",BOTTOM_SPACER:"bottom-spacer",LIST_SPACER:"list-spacer",ROOT_SPACER:"root-spacer"},mt={SHORTCUTS:"shortcuts",RECENT:"recent",FOLDERS:"folders",TAGS:"tags",PROPERTIES:"properties"},Gw=[mt.SHORTCUTS,mt.RECENT,mt.FOLDERS,mt.TAGS,mt.PROPERTIES],$i={defaultItemHeight:28,defaultIndent:16,defaultFontSize:13,mobileHeightIncrement:12,mobileFontSizeIncrement:3,topSpacer:8,listSpacer:8,bottomSpacer:20},$w=10,Xw={defaultCompactItemHeight:28,defaultCompactFontSize:13,mobileHeightIncrement:8,mobileFontSizeIncrement:2,minCompactPaddingVerticalMobile:6},Qw=58,Md=50,Od=350,h0=10,ct={expandedFoldersKey:"notebook-navigator-expanded-folders",expandedTagsKey:"notebook-navigator-expanded-tags",expandedPropertiesKey:"notebook-navigator-expanded-properties",expandedVirtualFoldersKey:"notebook-navigator-expanded-virtual-folders",selectedFolderKey:"notebook-navigator-selected-folder",selectedPropertyKey:"notebook-navigator-selected-property",selectedFileKey:"notebook-navigator-selected-file",selectedFilesKey:"notebook-navigator-selected-files",selectedTagKey:"notebook-navigator-selected-tag",navigationPaneWidthKey:"notebook-navigator-navigation-pane-width",navigationPaneHeightKey:"notebook-navigator-navigation-pane-height",dualPaneOrientationKey:"notebook-navigator-dual-pane-orientation",dualPaneKey:"notebook-navigator-dual-pane",uiScaleKey:"notebook-navigator-ui-scale",shortcutsExpandedKey:"notebook-navigator-shortcuts-expanded",recentNotesExpandedKey:"notebook-navigator-recent-notes-expanded",recentNotesKey:"notebook-navigator-recent-notes",recentIconsKey:"notebook-navigator-recent-icons",navigationSectionOrderKey:"notebook-navigator-section-order",pinnedShortcutsMaxHeightKey:"notebook-navigator-pinned-shortcuts-max-height",uxPreferencesKey:"notebook-navigator-ux-preferences",fileCacheKey:"notebook-navigator-file-cache",databaseSchemaVersionKey:"notebook-navigator-db-schema-version",databaseContentVersionKey:"notebook-navigator-db-content-version",cacheRebuildNoticeKey:"notebook-navigator-cache-rebuild-notice",localStorageVersionKey:"notebook-navigator-localstorage-version",vaultProfileKey:"notebook-navigator-vault-profile",releaseCheckTimestampKey:"notebook-navigator-release-check-timestamp",searchProviderKey:"notebook-navigator-search-provider",homepageKey:"notebook-navigator-homepage",folderSortOrderKey:"notebook-navigator-folder-sort-order",tagSortOrderKey:"notebook-navigator-tag-sort-order",propertySortOrderKey:"notebook-navigator-property-sort-order",recentColorsKey:"notebook-navigator-recent-colors",paneTransitionDurationKey:"notebook-navigator-pane-transition-duration",toolbarVisibilityKey:"notebook-navigator-toolbar-visibility",useFloatingToolbarsKey:"notebook-navigator-use-floating-toolbars",pinNavigationBannerKey:"notebook-navigator-pin-navigation-banner",navIndentKey:"notebook-navigator-nav-indent",navItemHeightKey:"notebook-navigator-nav-item-height",navItemHeightScaleTextKey:"notebook-navigator-nav-item-height-scale-text",calendarPlacementKey:"notebook-navigator-calendar-placement",calendarLeftPlacementKey:"notebook-navigator-calendar-left-placement",calendarWeeksToShowKey:"notebook-navigator-calendar-weeks-to-show",compactItemHeightKey:"notebook-navigator-compact-item-height",compactItemHeightScaleTextKey:"notebook-navigator-compact-item-height-scale-text",featureImageSizeKey:"notebook-navigator-feature-image-size",featureImagePixelSizeKey:"notebook-navigator-feature-image-pixel-size"},gl={defaultWidth:200,minWidth:150,defaultHeight:260,minHeight:160,pinnedShortcutsMinHeight:80},v0={minWidth:150},g5={md:"markdown",canvas:"canvas",pdf:"pdf",base:"base"},f5=Object.values(g5);Sr="shortcuts-root",kr="recent-notes-root"});function lg(t){return t==="local"||t==="synced"}function yI(t){return t==="ask"||t==="always"||t==="never"}function Zw(t,e){return yI(t)?t:e}function bI(t){return t==="ask"||t==="rename"}function Jw(t,e){return bI(t)?t:e}function wI(t){return typeof t=="string"&&h5.includes(t)}function TI(t){return typeof t=="string"&&v5.includes(t)}function y0(t){return typeof t=="string"&&y5.includes(t)}function b0(t){return typeof t=="string"&&cg.includes(t)}function T0(t){return t==="title"||t==="filename"||t==="created"||t==="modified"}function fl(t){return t==="alpha-asc"||t==="alpha-desc"}function Br(t){return t==="alpha-asc"||t==="alpha-desc"||t==="frequency-asc"||t==="frequency-desc"}function eT(t){return t==="none"||t==="foreground"||t==="background"}function zd(t){return t==="root"||t==="child"||t==="all"}function tT(t){return t==="hue"||t==="rgb"}function S0(t){return t==="none"||t==="singlePaneSwitch"||t==="history"}function nT(t){return t==="none"||t==="folder-notes"}function dg(t){return t==="left-sidebar"||t==="right-sidebar"}function ug(t){return t==="navigation"||t==="below"}function aT(t){return t==="none"||t==="sat-sun"||t==="fri-sat"||t==="thu-fri"}function oT(t){return t==="full"||t==="short"}function mv(t){return t==="none"||t==="wordCount"}var h5,v5,y5,Ld,cg,w0,Bo=He(()=>{h5=["64","96","128"],v5=["256","384","512"];y5=["none","file","daily-note","weekly-note","monthly-note","quarterly-note"];Ld=["vaultProfile","homepage","folderSortOrder","tagSortOrder","propertySortOrder","includeDescendantNotes","useFloatingToolbars","dualPane","dualPaneOrientation","paneTransitionDuration","toolbarVisibility","pinNavigationBanner","navIndent","navItemHeight","navItemHeightScaleText","calendarPlacement","calendarLeftPlacement","calendarWeeksToShow","compactItemHeight","compactItemHeightScaleText","featureImageSize","featureImagePixelSize","uiScale"],cg=["modified-desc","modified-asc","created-desc","created-asc","title-asc","title-desc","filename-asc","filename-desc","property-asc","property-desc"];w0=["title","filename","created","modified"]});function kI(t){return t.startsWith("modified")||t.startsWith("created")}function b5(t){return!kI(t)}function pg(t){return t==="property-asc"||t==="property-desc"}function N0(t,e){return t.startsWith("modified")||pg(t)&&e==="modified"}function P0(t){let{sortOption:e,propertySortKey:n,propertySortSecondary:a,useFrontmatterMetadata:o,frontmatterNameField:r,frontmatterCreatedField:i,frontmatterModifiedField:s}=t;return pg(e)?n.trim().length>0?!0:o?a==="created"?i.trim().length>0:a==="modified"?s.trim().length>0:a==="title"?r.trim().length>0:!1:!1:o?e.startsWith("created")?i.trim().length>0:e.startsWith("modified")?s.trim().length>0:e.startsWith("title")?r.trim().length>0:!1:!1}function ft(t,e){let n="system",a=k0.get(n);return a||(a=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base",usage:"sort"}),k0.set(n,a)),a.compare(t,e)}function wp(t,e,n){let a=ft(t,e);return a===0?0:n==="alpha-desc"?-a:a}function iT(t,e){var a;let n=t.folderTreeSortOverrides;return n&&Object.prototype.hasOwnProperty.call(n,e)&&(a=n[e])!=null?a:t.folderSortOrder}function FI(t,e,n){let a=ft(t,e);return a!==0?n?-a:a:t.length!==e.length?t.length-e.length:0}function rT(t,e,n,a){let o=n?n(t):t.basename,r=n?n(e):e.basename;return FI(o,r,a)}function SI(t,e,n){return FI(t.basename,e.basename,n)}function F0(t,e,n,a){let o=n(t)-n(e);return o===0?0:a?-o:o}function Si(t,e,n,a,o){var r,i,s;return e===Q.FOLDER&&n&&((r=t.folderSortOverrides)!=null&&r[n.path])?t.folderSortOverrides[n.path]:e===Q.TAG&&a&&((i=t.tagSortOverrides)!=null&&i[a])?t.tagSortOverrides[a]:e===Q.PROPERTY&&o&&((s=t.propertySortOverrides)!=null&&s[o])?t.propertySortOverrides[o]:t.defaultFolderSort}function NI(t,e,n,a,o,r,i="title"){let s=(l,c)=>c==="created"?n(l):a(l);switch(e){case"modified-desc":t.sort((l,c)=>s(c,"modified")-s(l,"modified"));break;case"modified-asc":t.sort((l,c)=>s(l,"modified")-s(c,"modified"));break;case"created-desc":t.sort((l,c)=>s(c,"created")-s(l,"created"));break;case"created-asc":t.sort((l,c)=>s(l,"created")-s(c,"created"));break;case"title-asc":t.sort((l,c)=>{let d=rT(l,c,o,!1);return d!==0?d:l.path.localeCompare(c.path)});break;case"title-desc":t.sort((l,c)=>{let d=rT(l,c,o,!0);return d!==0?d:l.path.localeCompare(c.path)});break;case"filename-asc":t.sort((l,c)=>{let d=SI(l,c,!1);return d!==0?d:l.path.localeCompare(c.path)});break;case"filename-desc":t.sort((l,c)=>{let d=SI(l,c,!0);return d!==0?d:l.path.localeCompare(c.path)});break;case"property-asc":case"property-desc":{let l=e==="property-desc";t.sort((c,d)=>{let u=r?r(c):null,g=r?r(d):null,f=!!u,h=!!g;if(f!==h)return f?-1:1;if(f&&h&&u&&g){let w=FI(u,g,l);if(w!==0)return w}let y=0;if(i==="created"?y=F0(c,d,n,l):i==="modified"?y=F0(c,d,a,l):i==="filename"?y=SI(c,d,l):y=rT(c,d,o,l),y!==0)return y;if(i!=="title"){let w=rT(c,d,o,l);if(w!==0)return w}return c.path.localeCompare(d.path)});break}}}function C0(t){return t.endsWith("-desc")?"lucide-sort-desc":"lucide-sort-asc"}function PI(t){return t.startsWith("created")?"ctime":"mtime"}function sT(t,e){return b5(t)?e==="created"?"created":"modified":PI(t)==="ctime"?"created":"modified"}var k0,On=He(()=>{Me();Bo();k0=new Map});function le(t,e){var o,r;let n=new E0.Notice(t,e==null?void 0:e.timeout),a=n.containerEl;if(a){if(!a.isConnected){let i=a.parentElement;if(i&&i.classList.contains("notice-container")&&!i.isConnected){let s=(r=(o=a.ownerDocument)==null?void 0:o.body)!=null?r:null;s&&s.appendChild(i)}}(e==null?void 0:e.variant)==="success"?a.addClass("mod-success"):(e==null?void 0:e.variant)==="warning"?a.addClass("mod-warning"):(e==null?void 0:e.variant)==="loading"&&a.addClass("is-loading")}return n}var E0,Vn=He(()=>{E0=require("obsidian")});function S5(t){var a,o;let e=x0.get(t);if(e)return e;let n=new Set(T5);try{let r=t;if((a=r.viewRegistry)!=null&&a.typeByExtension){let i=r.viewRegistry.typeByExtension;if(i&&typeof i=="object")for(let s of Object.keys(i))typeof s=="string"&&n.add(s)}if((o=r.metadataTypeManager)!=null&&o.registeredExtensions){let i=r.metadataTypeManager.registeredExtensions;if(Array.isArray(i))for(let s of i)typeof s=="string"&&n.add(s)}}catch(r){}return x0.set(t,n),n}function gv(t){return t?F5.has(t.toLowerCase()):!1}function N5(t){return t?t.toLowerCase()==="pdf":!1}function P5(t){if(!t)return!1;let e=t.toLowerCase();return e==="md"||e==="canvas"||e==="base"}function Tp(t){return t!=null&&t.extension?P5(t.extension):!1}function Xi(t,e,n){if(!(t!=null&&t.extension))return!1;switch(e){case fa.DOCUMENTS:return Tp(t);case fa.SUPPORTED:return S5(n).has(t.extension);case fa.ALL:return!0;default:return Tp(t)}}function Cs(t){return t!=null&&t.extension?gv(t.extension):!1}function tr(t){return t!=null&&t.extension?N5(t.extension):!1}function fo(t){return!t||t.length<3?!1:t.slice(-3).toLowerCase()===".md"}function mg(t){return!t||!t.extension?!1:!Tp(t)}function Sp(t){return mg(t)?`.${t.extension}`:""}var fa,T5,x0,k5,F5,Wn=He(()=>{fa={DOCUMENTS:"documents",SUPPORTED:"supported",ALL:"all"},T5=new Set(["md","canvas","base","pdf"]),x0=new WeakMap;k5=["png","jpg","jpeg","gif","svg","webp","avif","heic","heif","bmp"],F5=new Set(k5)});var II,cT,kp,R0,fv,_d,hv=He(()=>{II=["#ef4444","#f97316","#f59e0b","#eab308","#84cc16","#22c55e","#10b981","#14b8a6","#06b6d4","#0ea5e9","#3b82f6","#6366f1","#8b5cf6","#a855f7","#d946ef","#ec4899","#f43f5e","#6b7280","#64748b","#78716c"],cT=II.length,kp="#404040",R0=["#ffffff","#d9d9d9","#a6a6a6","#737373","#000000"],fv=Array.from({length:cT},(t,e)=>e{});function xI(){return x5(D5)}function E5(t){if(typeof t!="string")return null;let e=t.trim();return e&&(e==="Mod"||e==="Ctrl"||e==="Shift"||e==="Alt")?e:null}function L0(t){return{key:t.key,modifiers:Array.isArray(t.modifiers)?[...t.modifiers]:[]}}function x5(t){let e={};return Object.keys(t).forEach(n=>{var o;let a=(o=t[n])!=null?o:[];e[n]=a.map(r=>L0(r))}),e}function R5(t){if(!nt(t)||Array.isArray(t))return null;let e=t.modifiers,n=t.key;if(!Array.isArray(e)||typeof n!="string")return null;let a=[];for(let i of e){let s=E5(i);if(!s)return null;a.push(s)}let o=n.trim();if(!o)return null;let r=[...new Set(a)];return{key:o,modifiers:r}}function A5(t){if(!Array.isArray(t))return null;let e=[];for(let n of t){let a=R5(n);a&&e.push(L0(a))}return e}function z0(t){let e=xI();return!nt(t)||Array.isArray(t)||Object.keys(Mt).forEach(n=>{let a=Mt[n],o=A5(t[a]);o&&(e[a]=o)}),e}function O0(t){let e=t.trim();return e.length===1,e.toLowerCase()}function M5(t){switch(t){case"ArrowLeft":return"ArrowRight";case"ArrowRight":return"ArrowLeft";default:return t}}function O5(t,e){let n=Array.isArray(e.modifiers)?e.modifiers:[],a=new Set(n),o=a.has("Mod"),r=a.has("Ctrl")||!EI.Platform.isMacOS&&o,i=EI.Platform.isMacOS&&o,s=a.has("Alt"),l=a.has("Shift");return!(t.altKey!==s||t.shiftKey!==l||t.ctrlKey!==r||t.metaKey!==i)}function L5(t,e,n){let a=(n==null?void 0:n.directional)==="horizontal"&&(n!=null&&n.isRTL)?M5(e.key):e.key,o=O0(a),r=O0(t.key);return o!==r?!1:O5(t,e)}function ta(t,e,n,a){let o=e[n];if(!o||o.length===0)return!1;for(let r of o)if(L5(t,r,a))return!0;return!1}var EI,Mt,D5,fg=He(()=>{EI=require("obsidian");ha();Mt={PANE_MOVE_UP:"pane:move-up",PANE_MOVE_DOWN:"pane:move-down",PANE_PAGE_UP:"pane:page-up",PANE_PAGE_DOWN:"pane:page-down",PANE_HOME:"pane:home",PANE_END:"pane:end",NAV_COLLAPSE_OR_PARENT:"navigation:collapse-or-parent",NAV_EXPAND_OR_FOCUS_LIST:"navigation:expand-or-focus-list",NAV_FOCUS_LIST:"navigation:focus-list",DELETE_SELECTED:"pane:delete-selected",LIST_FOCUS_NAVIGATION:"list:focus-navigation",LIST_FOCUS_EDITOR:"list:focus-editor",LIST_SELECT_ALL:"list:select-all",LIST_EXTEND_SELECTION_UP:"list:extend-selection-up",LIST_EXTEND_SELECTION_DOWN:"list:extend-selection-down",LIST_RANGE_TO_START:"list:range-to-start",LIST_RANGE_TO_END:"list:range-to-end",SEARCH_FOCUS_LIST:"search:focus-list",SEARCH_FOCUS_NAVIGATION:"search:focus-navigation",SEARCH_CLOSE:"search:close"},D5={[Mt.PANE_MOVE_UP]:[{modifiers:[],key:"ArrowUp"}],[Mt.PANE_MOVE_DOWN]:[{modifiers:[],key:"ArrowDown"}],[Mt.PANE_PAGE_UP]:[{modifiers:[],key:"PageUp"}],[Mt.PANE_PAGE_DOWN]:[{modifiers:[],key:"PageDown"}],[Mt.PANE_HOME]:[{modifiers:[],key:"Home"}],[Mt.PANE_END]:[{modifiers:[],key:"End"}],[Mt.NAV_COLLAPSE_OR_PARENT]:[{modifiers:[],key:"ArrowLeft"}],[Mt.NAV_EXPAND_OR_FOCUS_LIST]:[{modifiers:[],key:"ArrowRight"}],[Mt.NAV_FOCUS_LIST]:[{modifiers:[],key:"Tab"}],[Mt.DELETE_SELECTED]:[{modifiers:[],key:"Delete"},{modifiers:[],key:"Backspace"}],[Mt.LIST_FOCUS_NAVIGATION]:[{modifiers:[],key:"ArrowLeft"},{modifiers:["Shift"],key:"Tab"}],[Mt.LIST_FOCUS_EDITOR]:[{modifiers:[],key:"ArrowRight"},{modifiers:[],key:"Tab"}],[Mt.LIST_SELECT_ALL]:[{modifiers:["Mod"],key:"A"}],[Mt.LIST_EXTEND_SELECTION_UP]:[{modifiers:["Shift"],key:"ArrowUp"}],[Mt.LIST_EXTEND_SELECTION_DOWN]:[{modifiers:["Shift"],key:"ArrowDown"}],[Mt.LIST_RANGE_TO_START]:[{modifiers:["Shift"],key:"Home"}],[Mt.LIST_RANGE_TO_END]:[{modifiers:["Shift"],key:"End"}],[Mt.SEARCH_FOCUS_LIST]:[{modifiers:[],key:"Tab"},{modifiers:[],key:"Enter"}],[Mt.SEARCH_FOCUS_NAVIGATION]:[{modifiers:["Shift"],key:"Tab"}],[Mt.SEARCH_CLOSE]:[{modifiers:[],key:"Escape"}]}});function nr(t){return typeof t!="number"||Number.isNaN(t)?1:t<.75?.75:t>1.5?1.5:Math.round(t*100)/100}function B0(t){return`${Math.round(t*100)}%`}function MI(t){return Math.round(nr(t)*100)}function OI(t){if(typeof t!="number"||Number.isNaN(t))return 1;let e=Math.min(AI,Math.max(RI,Math.round(t)));return Math.round(e/100*100)/100}var RI,AI,_0,Pp=He(()=>{RI=Math.round(75),AI=Math.round(1.5*100),_0=Math.round(.05*100)});function Ce(t,e){let n=Object.create(null);if(!t)return n;for(let a of Object.keys(t)){let o=t[a];e&&!e(o)||(n[a]=o)}return n}function nn(t,e){return t?Object.getPrototypeOf(t)===null?(e&&Object.keys(t).forEach(a=>{let o=t[a];e(o)||delete t[a]}),t):Ce(t,e):Object.create(null)}function an(t){return typeof t=="string"}function Bd(t){return typeof t=="boolean"}function Fr(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Is(t){return t?t.normalize("NFC").toLowerCase():""}function z5(t){let e=t.trim();return e.length===0?"":Is(e)}function Ds(t){return Is(t)}function hl(t,e){if(!t)return null;let n=Oe(e);if(!n)return null;for(let a of Object.keys(t))if(Oe(a)===n)return a;return null}function Qi(t,e){let n=hl(t,e);if(!(n===null||!t))return t[n]}function Es(t){if(!Fr(t))return{folder:!1,tag:!1,property:!1};let e=t.folder===!0,n=t.tag===!0;return{folder:e,tag:n,property:t.property===!0||!Object.prototype.hasOwnProperty.call(t,"property")&&e&&n}}function Bc(t){let e=Ce(void 0);return Fr(t)&&Object.entries(t).forEach(([n,a])=>{e[n]=Es(a)}),e}function Oe(t){return z5(t)}function Hc(t){return t?U0(t):""}function Aa(t){return t?U0(t.toLowerCase()):""}function LI(t,e){if(t.length===0)return[];let n=[...t].sort(e),a=[n[0]];for(let o=1;os.localeCompare(l)),a=n.join("\0"),o=V0.get(a);if(o)return o;let r=new Set(n),i={hasKeys:!0,matches:s=>{if(!s)return!1;for(let l of Object.keys(s))if(r.has(Oe(l)))return!0;return!1}};return V0.set(a,i),i}var _5,B5,H5,U0,H0,V0,Ft=He(()=>{_5=/\p{M}/u,B5=/\p{Script=Latin}/u,H5=/[\u0080-\uFFFF]/,U0=t=>{if(!H5.test(t))return t;let e=t.normalize("NFD"),n="",a=!1;for(let o of e){if(_5.test(o)){if(a)continue;n+=o;continue}n+=o,a=B5.test(o)}return n.normalize("NFC")};H0={hasKeys:!1,matches:()=>!1},V0=new Map});function Y0(t){return t?t.replace(/^\.+/u,""):""}function zI(t){return t?t.toLowerCase().endsWith(`${Hr}.md`):!1}function xs(t){return t&&(t.toLowerCase().endsWith(Hr)?t.slice(0,-Hr.length):t)}function Zi(t){return zI(t.name)}function j5(t){if(typeof t=="boolean")return t;if(typeof t=="number")return t!==0;if(typeof t=="string"){let e=t.trim();if(!e)return!1;let n=e.toLowerCase();return n!=="false"&&n!=="0"}return!!t}function _I(t){return!t||typeof t!="object"||Array.isArray(t)?!1:j5(t[V5])}function dT(t){return _I(t)}function G0(t){return t&&(q0.lastIndex=0,t.replace(q0,""))}function $0(t){return t?U5.test(t):!1}function X0(t){return t&&(j0.lastIndex=0,t.replace(j0,""))}function uT(t){return t?K5.test(t):!1}function Q0(t){return t&&(W0.lastIndex=0,t.replace(W0,""))}function pT(t){return t?q5.test(t):!1}function Hd(t,e,n){return e!=null&&e.fn&&(n!=null&&n.useFrontmatterMetadata)?e.fn:Zi(t)?xs(t.basename):t.basename}var Hr,V5,U5,q0,K5,j0,q5,W0,ki=He(()=>{Hr=".excalidraw",V5="excalidraw-plugin",U5=/(\[\[|\]\]|%%|[#|^:])/u,q0=/(\[\[|\]\]|%%|[#|^:])/gu,K5=/[:/]/u,j0=/[:/]/gu,q5=/[<>"\\|?*]/u,W0=/[<>"\\|?*]/gu});function nL(t,e,n){let a=wg(e),o=t.clone();return(n?o.locale(n):o).startOf(a)}function aL(t,e){let n=Number.isInteger(e)&&e>=0&&e<=6?e:1;return wg(t)==="isoWeek"&&n!==1}function oL(t){return t.replace(/[ \t]*\{title\}/gu,"")}function vT(t){let e=t.trim();return e?/\.md$/iu.test(e)?e:`${e}.md`:""}function Fi(t){let e=t.trim();if(!e||e==="/")return"";let n=(0,hg.normalizePath)(e);return!n||n==="/"||n==="."?"":n.replace(/^\/+/u,"").replace(/\/+$/u,"")}function Ji(t,e=vg){let n=t.trim();if(!n)return e;let a=oL(n),o=(0,hg.normalizePath)(a).replace(/\.md$/iu,"");if(!o||o==="/"||o===".")return e;let r=o.replace(/^\/+/u,""),i=r.lastIndexOf("/");if(i===-1)return r.trim()||e;let s=r.slice(0,i),c=r.slice(i+1).trim();return c?s?`${s}/${c}`:c:e}function vv(t,e){let n=Ji(t,e),a=n.lastIndexOf("/");return a===-1?{folderPattern:"",filePattern:n}:{folderPattern:n.slice(0,a),filePattern:n.slice(a+1)}}function yT(t){let e=(0,hg.normalizePath)(t);return!e||e==="."||e==="/"?"/":e.replace(/^\/+/u,"")}function yv(t){let e=(0,hg.normalizePath)(t).replace(/^\/+/u,"").replace(/\/+$/u,"");return e?e.split("/").filter(Boolean).map(n=>{let a="",o="",r=()=>{o&&(a+=`[${o}]`,o="")};for(let i of n){if(i==="["||i==="]"){r(),a+=`\\${i}`;continue}o+=i}return r(),a}).join("/"):""}function bT(t,e){let n=Vd(t);return!n||n==="/"||n==="."?!1:e?rL(n)?wv(e,n,["2026-01-16","2027-02-17"],a=>a):!1:W5(n)}function bv(t,e){let n=Vd(t);if(!n||n==="/"||n===".")return!1;if(!e)return tL(n);if(!tL(n))return!1;let a=wg(n);return wv(e,n,["2020-12-31","2021-01-01","2026-06-19","2027-02-17"],o=>o.clone().startOf(a))}function wT(t,e){let n=Vd(t);return!n||n==="/"||n==="."?!1:e?J0(n)?wv(e,n,["2026-01-16","2027-02-17"],a=>a):!1:J0(n)}function TT(t,e){let n=Vd(t);return!n||n==="/"||n==="."?!1:e?eL(n)?wv(e,n,["2026-01-16","2026-07-15","2027-04-03"],a=>a):!1:eL(n)}function ST(t,e){let n=Vd(t);return!n||n==="/"||n==="."?!1:e?Z0(n)?wv(e,n,["2026-01-16","2027-02-17"],a=>a):!1:Z0(n)}function wv(t,e,n,a){for(let o of n){let r=t(o,"YYYY-MM-DD",!0);if(!r.isValid())return!1;let i=a(r);if(!i.isValid())return!1;let s=i.format(e);if(!s||s.trim().length===0||!Y5(s))return!1}return!0}function Vd(t){return oL(t.trim()).replace(/\.md$/iu,"")}function W5(t){let e=Vd(t);return!e||e==="/"||e==="."?!1:rL(e)}function yg(t){let e=Vd(t);return e?n=>n.format(e):()=>""}function bg(t){let e="",n=!1;for(let a=0;a0}function $5(t){var a;if(!t)return!1;let e=t.trim().replace(/\.+$/u,"");if(!e)return!1;let n=(a=e.split(".")[0])!=null?a:e;return n?G5.has(n.toLowerCase()):!1}var hg,vg,mT,gT,fT,hT,G5,vl=He(()=>{hg=require("obsidian");ki();vg="YYYY/YYYYMMDD",mT="gggg/[W]ww",gT="YYYY/YYYYMM",fT="YYYY/[Q]Q",hT="YYYY";G5=new Set(["con","prn","aux","nul","clock$","com1","com2","com3","com4","com5","com6","com7","com8","com9","lpt1","lpt2","lpt3","lpt4","lpt5","lpt6","lpt7","lpt8","lpt9"])});function Q5(){return{mode:Co.mode,balanceHueLuminance:Co.balanceHueLuminance,separateThemeColors:Co.separateThemeColors,shortcuts:{...Co.shortcuts},recent:{...Co.recent},folders:{...Co.folders},tags:{...Co.tags},properties:{...Co.properties}}}var iL,Cp,Ip,BI,HI,X5,Co,dt,Ni=He(()=>{hv();fg();Wn();Me();Pp();Bo();Ft();vl();iL=Ce(void 0);Ld.forEach(t=>{iL[t]="synced"});Cp="#ef4444",Ip="#8b5cf6",BI="#fb7185",HI="#c084fc",X5="#ef000050",Co={mode:"none",balanceHueLuminance:!0,separateThemeColors:!1,shortcuts:{enabled:!1,firstColor:Cp,lastColor:Ip,darkFirstColor:Cp,darkLastColor:Ip,transitionStyle:"rgb"},recent:{enabled:!1,firstColor:Cp,lastColor:Ip,darkFirstColor:Cp,darkLastColor:Ip,transitionStyle:"rgb"},folders:{enabled:!0,firstColor:Cp,lastColor:Ip,darkFirstColor:BI,darkLastColor:HI,transitionStyle:"hue",scope:"root"},tags:{enabled:!1,firstColor:Cp,lastColor:Ip,darkFirstColor:BI,darkLastColor:HI,transitionStyle:"hue",scope:"root"},properties:{enabled:!1,firstColor:Cp,lastColor:Ip,darkFirstColor:BI,darkLastColor:HI,transitionStyle:"hue",scope:"root"}};dt={vaultProfiles:[{id:"default",name:"",fileVisibility:fa.SUPPORTED,propertyKeys:[],hiddenFolders:[],hiddenTags:[],hiddenFileNames:[],hiddenFileTags:[],hiddenFileProperties:[],navigationBanner:null,periodicNotesFolder:"",shortcuts:[],navRainbow:Q5()}],vaultProfile:"default",vaultTitle:"navigation",syncModes:iL,createNewNotesInNewTab:!1,autoRevealActiveFile:!0,autoRevealShortestPath:!0,autoRevealIgnoreRightSidebar:!0,autoRevealIgnoreOtherWindows:!0,paneTransitionDuration:150,multiSelectModifier:"cmdCtrl",enterToOpenFiles:!1,shiftEnterOpenContext:"tab",cmdCtrlEnterOpenContext:"split",mouseBackForwardAction:"history",startView:"files",showInfoButtons:!0,homepage:{source:"none",file:null},dualPane:!0,dualPaneOrientation:"horizontal",showTooltips:!1,showTooltipPath:!0,desktopBackground:"separate",desktopScale:1,mobileScale:1,useFloatingToolbars:!0,toolbarVisibility:{navigation:{toggleDualPane:!0,expandCollapse:!0,calendar:!0,hiddenItems:!0,rootReorder:!0,newFolder:!0},list:{back:!0,search:!0,descendants:!0,sort:!0,appearance:!0,newNote:!0}},interfaceIcons:Ce(void 0),colorIconOnly:!1,dateFormat:"MMM D, YYYY",timeFormat:"h:mm a",calendarTemplateFolder:"",confirmBeforeDelete:!0,deleteAttachments:"ask",moveFileConflicts:"ask",externalIconProviders:Ce(void 0),checkForUpdatesOnStart:!0,pinNavigationBanner:!0,showNoteCount:!0,separateNoteCounts:!0,showIndentGuides:!1,rootLevelSpacing:0,navIndent:$i.defaultIndent,navItemHeight:$i.defaultItemHeight,navItemHeightScaleText:!0,collapseBehavior:"all",smartCollapse:!0,autoSelectFirstFileOnFocusChange:!1,autoExpandNavItems:!1,springLoadedFolders:!0,springLoadedFoldersInitialDelay:.5,springLoadedFoldersSubsequentDelay:.5,showSectionIcons:!0,showShortcuts:!0,shortcutBadgeDisplay:"index",skipAutoScroll:!1,showRecentNotes:!0,hideRecentNotes:"none",pinRecentNotesWithShortcuts:!1,recentNotesCount:5,showFolderIcons:!0,showRootFolder:!0,inheritFolderColors:!0,folderSortOrder:"alpha-asc",enableFolderNotes:!1,folderNoteType:"markdown",folderNoteName:"",folderNoteNamePattern:"",folderNoteTemplate:null,enableFolderNoteLinks:!0,hideFolderNoteInList:!0,pinCreatedFolderNote:!1,openFolderNotesInNewTab:!1,showTags:!0,showTagIcons:!0,showAllTagsFolder:!0,showUntagged:!0,scopeTagsToCurrentContext:!1,tagSortOrder:"alpha-asc",inheritTagColors:!0,keepEmptyTagsProperty:!1,showProperties:!0,showPropertyIcons:!0,inheritPropertyColors:!0,propertySortOrder:"alpha-asc",showAllPropertiesFolder:!0,scopePropertiesToCurrentContext:!1,defaultListMode:"standard",includeDescendantNotes:!1,defaultFolderSort:"modified-desc",propertySortKey:"",propertySortSecondary:"title",revealFileOnListChanges:!0,listPaneTitle:"header",noteGrouping:"date",showSelectedNavigationPills:!1,filterPinnedByFolder:!1,showPinnedGroupHeader:!0,showPinnedIcon:!0,optimizeNoteHeight:!0,compactItemHeight:Xw.defaultCompactItemHeight,compactItemHeightScaleText:!0,showQuickActions:!0,quickActionRevealInFolder:!1,quickActionAddTag:!0,quickActionAddToShortcuts:!0,quickActionPinNote:!0,quickActionOpenInNewTab:!1,useFrontmatterMetadata:!1,frontmatterIconField:"icon",frontmatterColorField:"color",frontmatterBackgroundField:"background",frontmatterNameField:"",frontmatterCreatedField:"",frontmatterModifiedField:"",frontmatterDateFormat:"",showFileIconUnfinishedTask:!1,showFileBackgroundUnfinishedTask:!1,unfinishedTaskBackgroundColor:X5,showFileIcons:!0,showFilenameMatchIcons:!1,fileNameIconMap:Ce(void 0),showCategoryIcons:!1,fileTypeIconMap:Ce(void 0),fileNameRows:1,showFilePreview:!0,skipHeadingsInPreview:!0,skipCodeBlocksInPreview:!0,stripHtmlInPreview:!0,stripLatexInPreview:!0,previewRows:2,previewProperties:[],previewPropertiesFallback:!0,showFeatureImage:!0,featureImageProperties:[],featureImageExcludeProperties:[],featureImageSize:"64",featureImagePixelSize:"256",forceSquareFeatureImage:!0,downloadExternalFeatureImages:!0,showFileTags:!0,colorFileTags:!0,prioritizeColoredFileTags:!0,showFileTagAncestors:!1,showFileTagsInCompactMode:!1,showFileProperties:!0,colorFileProperties:!0,prioritizeColoredFileProperties:!0,showFilePropertiesInCompactMode:!1,showPropertiesOnSeparateRows:!1,enablePropertyInternalLinks:!0,enablePropertyExternalLinks:!0,notePropertyType:"none",showFileDate:!0,alphabeticalDateMode:"modified",showParentFolder:!0,parentFolderClickRevealsFile:!1,showParentFolderColor:!1,showParentFolderIcon:!1,calendarEnabled:!0,calendarPlacement:"left-sidebar",calendarConfirmBeforeCreate:!0,calendarLocale:"system-default",calendarWeekendDays:"sat-sun",calendarMonthHeadingFormat:"full",calendarHighlightToday:!0,calendarShowFeatureImage:!0,calendarMonthHighlights:Ce(void 0),calendarShowWeekNumber:!1,calendarShowQuarter:!1,calendarShowYearCalendar:!0,calendarLeftPlacement:"navigation",calendarWeeksToShow:1,calendarIntegrationMode:"notebook-navigator",calendarCustomFilePattern:vg,calendarCustomWeekPattern:mT,calendarCustomMonthPattern:gT,calendarCustomQuarterPattern:fT,calendarCustomYearPattern:hT,calendarCustomFileTemplate:null,calendarCustomWeekTemplate:null,calendarCustomMonthTemplate:null,calendarCustomQuarterTemplate:null,calendarCustomYearTemplate:null,searchProvider:"internal",keyboardShortcuts:xI(),customVaultName:"",pinnedNotes:Ce(void 0),fileIcons:Ce(void 0),fileColors:Ce(void 0),fileBackgroundColors:Ce(void 0),folderIcons:Ce(void 0),folderColors:Ce(void 0),folderBackgroundColors:Ce(void 0),folderSortOverrides:Ce(void 0),folderTreeSortOverrides:Ce(void 0),folderAppearances:Ce(void 0),tagIcons:Ce(void 0),tagColors:Ce(void 0),tagBackgroundColors:Ce(void 0),tagSortOverrides:Ce(void 0),tagTreeSortOverrides:Ce(void 0),tagAppearances:Ce(void 0),propertyIcons:Ce(void 0),propertyColors:Ce(void 0),propertyBackgroundColors:Ce(void 0),propertySortOverrides:Ce(void 0),propertyTreeSortOverrides:Ce(void 0),propertyAppearances:Ce(void 0),virtualFolderColors:Ce(void 0),virtualFolderBackgroundColors:Ce(void 0),navigationSeparators:Ce(void 0),userColors:[...fv],lastShownVersion:"",rootFolderOrder:[],rootTagOrder:[],rootPropertyOrder:[]}});function es(t){return t==="/"?t:t.endsWith("/")?t.slice(0,-1):t}function ec(t){let e=es(t);if(!e)return"";let n=e.split("/").filter(Boolean);return n.length===0?e||"/":n[n.length-1]}function Pi(t){let e=t.lastIndexOf("/");return e===-1||e===0?"/":t.slice(0,e)}function sL(t,e){if(t==="/"||t===e)return!0;let n=t.endsWith("/")?t:`${t}/`;return e.startsWith(n)}function Ci(t){if(typeof t!="string")return null;let e=t.trim();if(!e||e==="/")return null;let n=(0,VI.normalizePath)(e);if(!n||n==="."||n==="/")return null;let a=n.replace(/^\/+/u,"");return!a||a==="."?null:a}function kT(t){if(typeof t!="string")return null;let e=t.trim();if(!e)return null;if(e==="/")return"/";if(/^\/+$/u.test(e))return null;let a=(0,VI.normalizePath)(e).replace(/\/{2,}/gu,"/");if(!a||a==="."||a==="/")return null;let o=a.replace(/^\/+/u,"");if(!o||o===".")return null;let r=o.replace(/\/+$/u,"");return r.length>0?r:null}var VI,Io=He(()=>{VI=require("obsidian")});function Ii(t){return t.split(",").map(e=>e.trim()).filter(e=>e.length>0)}function Ga(t){return t.join(", ")}function Dp(t){return Ga(Ii(t))}function Rs(t){let e=lL.get(t);if(e)return e;let n=Ii(t),a=n.length>0?n:Z5;return lL.set(t,a),a}var lL,Z5,yl=He(()=>{lL=new Map,Z5=Object.freeze([])});function Ud(t){return Rs(Ma(t)).length>0}function cL(t){let e=new Map,n=(o,r)=>{let i=o.trim(),s=Oe(i);if(!s)return;let l=e.get(s);if(l){r&&(l.noteCount+=1);return}e.set(s,{displayKey:i,noteCount:r?1:0})};t.vault.getMarkdownFiles().forEach(o=>{var i;let r=(i=t.metadataCache.getFileCache(o))==null?void 0:i.frontmatter;nt(r)&&Object.keys(r).forEach(s=>{n(s,!0)})});let a=Array.from(e.values()).map(o=>({key:o.displayKey,noteCount:o.noteCount}));return a.sort((o,r)=>{let i=ft(o.key,r.key);return i!==0?i:o.key.localeCompare(r.key)}),a}function dL(t,e){let n=Rs(t),a=Oe(e.trim());if(!a)return Ga(n);let o=n.filter(r=>Oe(r.trim())!==a);return Ga(o)}function uL(t,e,n,a=!1){let o=Rs(t),r=Oe(e.trim()),i=n.trim(),s=Oe(i);if(!r||!s)return Ga(o);let l=a?o.some(u=>Oe(u.trim())===s):!1,c=[],d=new Set;return o.forEach(u=>{let g=u.trim(),f=Oe(g);if(!f||f===r&&l)return;let h=f===r?i:g,y=Oe(h);!y||d.has(y)||(d.add(y),c.push(h))}),Ga(c)}function Un(t){let e=pL(t);return e?Oe(e.displayText):Oe(t)}function pL(t){let e=t.trim();if(!e.startsWith("[[")||!e.endsWith("]]"))return null;let n=e.slice(2,-2).trim();if(n.length===0||n.includes(` +`)||n.includes("\r"))return null;let a=n.indexOf("|"),o=(a===-1?n:n.slice(0,a)).trim();if(o.length===0)return null;let r=a===-1?"":n.slice(a+1).trim(),i=r.length>0?r:o;return{kind:"internal",target:o,displayText:i.startsWith("#")?i.slice(1):i}}function mL(t){let e=t.trim();if(!e||e.includes(` +`)||e.includes("\r")||!J5.exec(e))return null;try{let o=new URL(e).protocol.toLowerCase();return e$.has(o)?null:t$.has(o)||e.slice(o.length).startsWith("//")?e:null}catch(a){return null}}function n$(t){let e=t.trim();if(!e.startsWith("[")||e.startsWith("![")||!e.endsWith(")")||e.includes(` +`)||e.includes("\r"))return null;let n=e.indexOf("](");if(n<=1)return null;let a=e.slice(1,n).trim();if(a.length===0)return null;let o=e.slice(n+2,-1).trim();if(o.startsWith("<")&&o.endsWith(">")&&(o=o.slice(1,-1).trim()),o.length===0)return null;let r=mL(o);return r?{kind:"external",target:r,displayText:a}:{kind:"unsupported",displayText:a}}function a$(t){let e=t.trim(),n=mL(e);return n?{kind:"external",target:n,displayText:n}:null}function UI(t){var e,n;return(n=(e=pL(t))!=null?e:n$(t))!=null?n:a$(t)}function gL(t){var e,n;return(n=(e=UI(t))==null?void 0:e.displayText)!=null?n:t.trim()}function KI(t){let e=t.trim();if(e.length===0)return!1;let n=globalThis.CSS;if(n&&typeof n.supports=="function")return n.supports("color",e);let a=e.toLowerCase();return a.startsWith("#")||a.startsWith("rgb(")||a.startsWith("rgba(")||a.startsWith("hsl(")||a.startsWith("hsla(")||a.startsWith("var(")}function Tv(t){return t?t.map(e=>({...e})):null}function Ep(t,e){var n,a;if(t===e)return!0;if(!t||!e||t.length!==e.length)return!1;for(let o=0;o{yl();Ft();On();ha();_t();J5=/^([a-z][a-z0-9+.-]{1,31}):/i,e$=new Set(["data:","javascript:","vbscript:"]),t$=new Set(["mailto:","sms:","tel:"])});function hL(){return Sv||(Sv=new WeakMap),Sv}function r$(){return qI||(qI=new WeakMap),qI}function i$(){return jI||(jI=new WeakMap),jI}function s$(t){if(t.size===0)return"";let e=i$(),n=e.get(t);if(n!==void 0)return n;let a=Array.from(t).sort().join(",");return e.set(t,a),a}function Kd(t,e){var o;if(!e)return 0;let n=io(t.key,e),a=t.children.get(n);return(o=a==null?void 0:a.notesWithValue.size)!=null?o:0}function FT(t,e){return t===e}function vL(t,e){let n=io(t.key,e),a=t.children.get(n);return a?new Set(a.notesWithValue):new Set}function NT(t,e){return t.length===0?!0:o$.has(t)?e==="boolean"||e===void 0:!1}function GI(t){return t.length===0}function $I(t,e=[]){hL().set(t,new Set(e))}function yL(t,e){return e?new Set(t.notesWithValue):new Set(PT(t))}function tc(t){return PT(t).size}function bL(t){return PT(t)}function l$(t){let e=new Set(t.notesWithValue);return t.children.forEach(n=>{n.notesWithValue.forEach(a=>e.delete(a))}),e}function PT(t){let e=hL(),n=e.get(t);if(n)return n;let a=l$(t);return e.set(t,a),a}function Sg(t){return t.showProperties?bl(t,"any").size>0:!1}function wL(t,e,n,a){var c,d,u;if(t===null)return e;if(t.length===0)return null;let o=bl(n,"navigation");if(o.size===0)return null;let r=new Set,i=[],s=new Map,l=g=>{r.has(g)||(r.add(g),i.push(g))};for(let g of t){let f=CT(g.fieldKey);if(!f||!o.has(f))continue;let h=s.get(f);h||(h={keyNodeId:Pn(f),hasKeyOnlyValue:!1,valueNodeIds:[],valueNodeIdSet:new Set},s.set(f,h));let y=Un(g.value);if(GI(y)){h.hasKeyOnlyValue=!0,l(h.keyNodeId);continue}if(!y)continue;let w=io(f,y);h.valueNodeIdSet.has(w)||(h.valueNodeIdSet.add(w),h.valueNodeIds.push(w)),l(w)}if(i.length===0)return null;if(e===Pe)return a?e:(c=i[0])!=null?c:null;if(e){let g=Yt(e);if(g){let f=s.get(g.key);if(f){if(!g.valuePath)return a||f.hasKeyOnlyValue?f.keyNodeId:(d=f.valueNodeIds[0])!=null?d:null;let h=Un(g.valuePath);if(h){let y=io(g.key,h);if(f.valueNodeIdSet.has(y))return y}}}}return(u=i[0])!=null?u:null}function CT(t){return Oe(t)}function TL(t){let e=new Set;return!t||t.size===0||t.forEach(n=>{let a=CT(n);a&&e.add(a)}),e}function SL(t,e){let n=ft(t,e);return n!==0?n:t.localeCompare(e)}function c$(t){if(t.size<=1)return t;let e=Array.from(t.values()).sort((a,o)=>{var l,c;let r=(l=a.valuePath)!=null?l:"",i=(c=o.valuePath)!=null?c:"",s=SL(r,i);return s!==0?s:a.id.localeCompare(o.id)}),n=new Map;return e.forEach(a=>{n.set(a.id,a)}),n}function kL(t){let e=Array.from(t.values()).sort((a,o)=>{let r=SL(a.key,o.key);return r!==0?r:a.id.localeCompare(o.id)}),n=new Map;return e.forEach(a=>{a.children=c$(a.children),n.set(a.key,a)}),n}function FL(t){let e=fL.get(t);if(e)return e;let n=new Set;for(let a of Rs(t)){let o=Oe(a);o&&n.add(o)}return fL.set(t,n),n}function d$(t,e){if(e.size===0||t.length===0)return new Set;let n=s$(e);if(!n)return new Set;let a=r$(),o=a.get(t);if(o){let i=o.get(n);if(i)return i}let r=new Set;return t.forEach(i=>{let s=i.data.properties;!s||s.length===0||s.forEach(l=>{let c=Oe(l.fieldKey);if(!c||!e.has(c))return;r.add(Pn(c));let d=Un(l.value);GI(d)||r.add(io(c,d))})}),o?o.set(n,r):a.set(t,new Map([[n,r]])),r}function kg(t){let{propertyFields:e,dbFiles:n,propertyTreeProvider:a}=t,o=FL(e);if(o.size===0)return()=>!1;if(n){let r=d$(n,o);return i=>r.has(i)}return!a||!a.hasNodes()?null:r=>a.findNode(r)!==null}function NL(t,e){if(e===Pe)return!0;let n=Dt(e);if(!n)return!1;let a=Yt(n);return a?FL(Ma(t)).has(a.key):!1}function kv(t,e){if(e===Pe)return!0;let n=Dt(e);if(!n)return!1;let a=Yt(n);return a?bl(t,"navigation").has(a.key):!1}function Fg(t,e){return t.showProperties?e===Pe?!0:kv(t,e):!1}function IT(t,e){if(e===Pe)return e;let n=Dt(e);if(!n)return Pe;let a=Yt(n);if(!a)return Pe;let o=t.get(a.key);if(!o)return Pe;if(!a.valuePath)return o.id;let r=Un(a.valuePath);if(!r)return o.id;let i=io(a.key,r);return o.children.has(i)?i:o.id}function YI(t){return t.replace(/%/g,"%25").replace(/=/g,"%3D")}function WI(t){return t.replace(/%3[dD]/g,"=").replace(/%25/g,"%")}function Pn(t){return`${Tg}${YI(t)}`}function io(t,e){return`${Tg}${YI(t)}${XI}${YI(e)}`}function Dt(t){let e=Yt(t);if(!e)return null;let n=Oe(e.key);if(!n)return null;if(!e.valuePath)return Pn(n);let a=Un(e.valuePath);return a?io(n,a):null}function Ng(t,e){var a;let n=t!=null?t:e;return n?(a=Dt(n))!=null?a:n:null}function DT(t){var c,d,u;let{nodeId:e,propertyTreeService:n,propertyTree:a}=t,o=Dt(e);if(!o)return null;let r=n==null?void 0:n.findNode(o);if(r)return{normalizedNodeId:o,node:r};let i=Yt(o);if(!i)return null;let s=(d=(c=n==null?void 0:n.getKeyNode(i.key))!=null?c:a==null?void 0:a.get(i.key))!=null?d:null;if(!s)return null;if(!i.valuePath)return{normalizedNodeId:s.id,node:s};let l=(u=s.children.get(o))!=null?u:null;return l?{normalizedNodeId:o,node:l}:null}function Pg(t){let e=Yt(t);if(!e)return null;let n=Oe(e.key);return n?Pn(n):null}function Di(t){if(!t.startsWith(Tg))return null;let e=t.indexOf(XI,Tg.length);return e===-1?t:t.slice(0,e)}function Yt(t){if(!t.startsWith(Tg))return null;let e=t.slice(Tg.length);if(!e)return null;let n=e.indexOf(XI);if(n===-1){let s=WI(e);return s?{key:s,valuePath:null}:null}let a=e.slice(0,n),o=e.slice(n+1);if(!a||!o)return null;let r=WI(a),i=WI(o);return!r||!i?null:{key:r,valuePath:i}}function Fv(t){return Yt(t)!==null}function u$(t){let e=t.trim();return e?gL(e):""}function p$(t){if(!t)return null;let e=CT(t.key);if(!e)return null;if(t.value){let n=Un(t.value);return n?io(e,n):null}return Pn(e)}function m$(t){if(!nt(t))return null;let e=t.key;if(typeof e!="string"||e.length===0)return null;let n={key:e,value:t.value===null?null:typeof t.value=="string"?t.value:null};return typeof t.displayKey=="string"&&t.displayKey.length>0&&(n.displayKey=t.displayKey),(t.displayValuePath===null||typeof t.displayValuePath=="string")&&(n.displayValuePath=t.displayValuePath),n}function Cg(t){if(typeof t=="string"&&t.length>0)return t===Pe?Pe:Fv(t)?Dt(t):null;let e=m$(t);return e?p$(e):null}function PL(t,e,n,a,o){let r=CT(n.fieldKey);if(!r||o&&!a.has(r))return;let i=n.fieldKey.trim();if(!i)return;let s=t.get(r);s||(s={id:Pn(r),kind:"key",key:r,valuePath:null,name:i,displayPath:i,children:new Map,notesWithValue:new Set},$I(s),t.set(r,s)),s.notesWithValue.add(e);let l=Un(n.value);if(GI(l)){PT(s).add(e);return}let c=u$(n.value);if(!c)return;let d=io(r,l),u=s.children.get(d);u||(u={id:d,kind:"value",key:r,valuePath:l,name:c,displayPath:c,children:new Map,notesWithValue:new Set},s.children.set(d,u)),u.notesWithValue.add(e)}function CL(t,e={}){var c;Sv=new WeakMap;let n=new Map,a=(c=e.excludedFolderPatterns)!=null?c:[],o=a.length>0,r=e.includedPaths,i=e.includedPropertyKeys!==void 0&&e.includedPropertyKeys.size>0,s=TL(e.includedPropertyKeys),l=i;return t.forEachFile((d,u)=>{if(r&&!r.has(d)||o&&ni(d,a))return;let g=u.properties;if(!(!g||g.length===0))for(let f of g)PL(n,d,f,s,l)}),kL(n)}function IL(t,e,n={}){Sv=new WeakMap;let a=new Map,o=n.includedPropertyKeys!==void 0&&n.includedPropertyKeys.size>0,r=TL(n.includedPropertyKeys),i=o;for(let s of e){let l=t.getFile(s);if(!l)continue;let c=l.properties;if(!(!c||c.length===0))for(let d of c)PL(a,s,d,r,i)}return kL(a)}var Sv,fL,qI,jI,o$,Tg,XI,zt=He(()=>{Me();Fa();yl();As();Ft();On();ha();_t();Sv=null,fL=new Map,qI=null,jI=null,o$=new Set(["true","false"]);Tg="key:",XI="="});var QI,fe,$a=He(()=>{QI=1,fe={_app:null,init(t){fe._app=t},isInitialized(){return fe._app!==null},get(t){try{return fe._app?fe._app.loadLocalStorage(t):(console.log(`localStorage accessed before initialization for key "${t}"`),null)}catch(e){return console.error(`Failed to get from localStorage for key "${t}":`,e),null}},set(t,e){try{return fe._app?(fe._app.saveLocalStorage(t,e),!0):(console.log(`localStorage write attempted before initialization for key "${t}"`),!1)}catch(n){return console.error(`Failed to set localStorage for key "${t}":`,n),!1}},remove(t){try{return fe._app?(fe._app.saveLocalStorage(t,null),!0):(console.log(`localStorage remove attempted before initialization for key "${t}"`),!1)}catch(e){return console.error(`Failed to remove from localStorage for key "${t}":`,e),!1}}}});var ET,DL=He(()=>{ET=class{constructor(e){this.entries=new Map;this.maxEntries=Math.max(0,e)}get(e,n){let a=this.entries.get(e);return a?a.featureImageKey!==n?(this.entries.delete(e),null):(this.entries.delete(e),this.entries.set(e,a),a.blob):null}set(e,n){this.maxEntries!==0&&(this.entries.has(e)&&this.entries.delete(e),this.entries.set(e,n),this.evictIfNeeded())}delete(e){this.entries.delete(e)}move(e,n){let a=this.entries.get(e);a&&(this.entries.delete(e),this.entries.set(n,a),this.evictIfNeeded())}clear(){this.entries.clear()}getEntryCount(){return this.entries.size}evictIfNeeded(){for(;this.entries.size>this.maxEntries;){let n=this.entries.keys().next();if(n.done)return;this.entries.delete(n.value)}}}});var St,Ms=He(()=>{St={markdown:{maxReadBytes:{mobile:2e6,desktop:8e6}},thumbnails:{featureImage:{maxWidth:256,maxHeight:144,output:{mimeType:"image/webp",iosMimeType:"image/png",quality:.75},externalRequest:{timeoutMs:1e4,maxLifetimeMs:6e4,parallelLimit:6,timeoutDebtMax:{mobile:0,desktop:2}},thumbnailCanvasParallelLimit:6,imageDecodeBudgetPixels:{mobile:1e8,desktop:Number.MAX_SAFE_INTEGER},maxImageBytes:{local:{mobile:5e7,desktop:5e7},external:{mobile:15e6,desktop:5e7}},maxFallbackPixels:{mobile:15e6,desktop:5e7}},pdf:{maxParallelRenders:2,maxParallelRendersMobile:1,preflight:{mobileBudgetBytes:2e8,operatorListTimeoutMs:1500,multipliers:{transparencyGroup:1.5,softMask:1.5}},workerIdleTimeoutMs:6e4},excalidraw:{maxParallelRenders:1,maxExportDimensionPx:1024,exportScale:{default:.25,min:.05}}},storage:{featureImageCacheMaxEntriesDefault:1e3,previewTextCacheMaxEntriesDefault:1e4,previewLoadMaxBatchDefault:50},contentProvider:{queueBatchSize:100,parallelLimit:10,retry:{initialDelayMs:1e3,maxDelayMs:3e4,maxAttempts:5},metadataCache:{emptyValueRetryLimit:2,recentFileWindowMs:15e3}},operations:{metadataMutationYieldBatchSize:100}}});function RT(t){var c;let e={},n=t.existingKey,a=t.existingStatus,o=null,r=!1,i=!1;if(t.featureImageKey!==void 0){let d=(c=t.featureImageKey)!=null?c:null;d!==t.existingKey&&(n=d,a=n===null?"unprocessed":"none",e.featureImageKey=n,e.featureImageStatus=a,r=!0,i=!0)}if(t.featureImage!==void 0){i=!0;let d=t.featureImage;d instanceof Blob&&d.size>0&&n!==null&&n!==""?(o={featureImageKey:n,blob:d},a="has",e.featureImageStatus="has",r=!1):(o=null,r=!0,a=n===null?"unprocessed":"none",e.featureImageStatus=a)}return{nextKey:n,nextStatus:a,changes:e,blobUpdate:o,shouldDeleteBlob:r,shouldClearCache:i}}var Nt,EL,xT,Nv=He(()=>{DL();Ms();Nt="featureImageBlobs",EL=St.storage.featureImageCacheMaxEntriesDefault;xT=class{constructor(e){this.globalCacheEpoch=0;this.cacheEpochs=new Map;this.inFlight=new Map;this.cache=new ET(e)}clearMemoryCaches(){this.cache.clear(),this.globalCacheEpoch+=1,this.cacheEpochs.clear(),this.inFlight.clear()}deleteFromCache(e){this.cache.delete(e),this.bumpCacheEpoch(e),this.dropInFlightForPath(e)}moveCacheEntry(e,n){this.cache.move(e,n),this.bumpCacheEpoch(e),this.bumpCacheEpoch(n),this.dropInFlightForPath(e),this.dropInFlightForPath(n)}async getBlob(e,n,a){var u;if(!a)return null;let o=this.cache.get(n,a);if(o)return o;let r=this.inFlight.get(n),i=(u=r==null?void 0:r.get(a))!=null?u:null;if(i)return i;let s=this.getCacheEpoch(n),l=this.globalCacheEpoch,c=this.readBlobFromStore(e,n,a).then(g=>(g&&this.globalCacheEpoch===l&&this.getCacheEpoch(n)===s&&this.cache.set(n,{featureImageKey:a,blob:g}),g)).finally(()=>{let g=this.inFlight.get(n);!g||g.get(a)!==c||(g.delete(a),g.size===0&&this.inFlight.delete(n))}),d=r!=null?r:new Map;return d.set(a,c),r||this.inFlight.set(n,d),c}async forEachBlobRecord(e,n){let a=e.transaction([Nt],"readonly"),o=a.objectStore(Nt),r="forEachBlobRecord",i=null;await new Promise((s,l)=>{let c=o.openCursor();c.onsuccess=()=>{let d=c.result;if(!d)return;if(typeof d.key!="string"){d.continue();return}let u=d.key,g=d.value;if(g&&typeof g.featureImageKey=="string"&&g.blob instanceof Blob&&g.blob.size>0)try{n(u,g)}catch(f){console.error("[IndexedDB] callback failed",{store:Nt,op:r,path:u,error:f})}d.continue()},c.onerror=()=>{var d,u,g;i=c.error||null,console.error("[IndexedDB] openCursor failed",{store:Nt,op:r,name:(d=c.error)==null?void 0:d.name,message:(u=c.error)==null?void 0:u.message}),l((g=c.error)!=null?g:new Error("Cursor request failed"))},a.oncomplete=()=>s(),a.onabort=()=>{var d;console.error("[IndexedDB] transaction aborted",{store:Nt,op:r,txError:(d=a.error)==null?void 0:d.message,reqError:i==null?void 0:i.message}),l(a.error||i||new Error("Transaction aborted"))},a.onerror=()=>{var d;console.error("[IndexedDB] transaction error",{store:Nt,op:r,txError:(d=a.error)==null?void 0:d.message,reqError:i==null?void 0:i.message}),l(a.error||i||new Error("Transaction error"))}})}async moveBlob(e,n,a){let o=e.transaction([Nt],"readwrite"),r=o.objectStore(Nt),i=!1,s="moveFeatureImageBlob",l=null;await new Promise((c,d)=>{let u=r.get(n);u.onsuccess=()=>{let g=u.result;if(!g)return;i=!0;let f=r.put(g,a);f.onerror=()=>{var y,w;l=f.error||null,console.error("[IndexedDB] put failed",{store:Nt,op:s,path:a,name:(y=f.error)==null?void 0:y.name,message:(w=f.error)==null?void 0:w.message})};let h=r.delete(n);h.onerror=()=>{var y,w;l=h.error||null,console.error("[IndexedDB] delete failed",{store:Nt,op:s,path:n,name:(y=h.error)==null?void 0:y.name,message:(w=h.error)==null?void 0:w.message})}},u.onerror=()=>{var g,f;l=u.error||null,console.error("[IndexedDB] get failed",{store:Nt,op:s,path:n,name:(g=u.error)==null?void 0:g.name,message:(f=u.error)==null?void 0:f.message});try{o.abort()}catch(h){}},o.oncomplete=()=>c(),o.onabort=()=>{var g;console.error("[IndexedDB] transaction aborted",{store:Nt,op:s,txError:(g=o.error)==null?void 0:g.message,reqError:l==null?void 0:l.message}),d(o.error||l||new Error("Transaction aborted"))},o.onerror=()=>{var g;console.error("[IndexedDB] transaction error",{store:Nt,op:s,txError:(g=o.error)==null?void 0:g.message,reqError:l==null?void 0:l.message}),d(o.error||l||new Error("Transaction error"))}}),i?this.moveCacheEntry(n,a):this.deleteFromCache(n)}async deleteBlob(e,n){let a=e.transaction([Nt],"readwrite"),o=a.objectStore(Nt),r="deleteFeatureImageBlob",i=null;await new Promise((s,l)=>{let c=o.delete(n);c.onerror=()=>{var d,u;i=c.error||null,console.error("[IndexedDB] delete failed",{store:Nt,op:r,path:n,name:(d=c.error)==null?void 0:d.name,message:(u=c.error)==null?void 0:u.message})},a.oncomplete=()=>s(),a.onabort=()=>{var d;console.error("[IndexedDB] transaction aborted",{store:Nt,op:r,txError:(d=a.error)==null?void 0:d.message,reqError:i==null?void 0:i.message}),l(a.error||i||new Error("Transaction aborted"))},a.onerror=()=>{var d;console.error("[IndexedDB] transaction error",{store:Nt,op:r,txError:(d=a.error)==null?void 0:d.message,reqError:i==null?void 0:i.message}),l(a.error||i||new Error("Transaction error"))}}),this.deleteFromCache(n)}async readBlobFromStore(e,n,a){let r=e.transaction([Nt],"readonly").objectStore(Nt),i="getFeatureImageBlob";return new Promise(s=>{let l=r.get(n);l.onsuccess=()=>{let c=l.result;if(!c||c.featureImageKey!==a||!(c.blob instanceof Blob)||c.blob.size===0){s(null);return}s(c.blob)},l.onerror=()=>{var c,d;console.error("[IndexedDB] get failed",{store:Nt,op:i,path:n,name:(c=l.error)==null?void 0:c.name,message:(d=l.error)==null?void 0:d.message}),s(null)}})}getCacheEpoch(e){var n;return(n=this.cacheEpochs.get(e))!=null?n:0}bumpCacheEpoch(e){this.cacheEpochs.set(e,this.getCacheEpoch(e)+1)}dropInFlightForPath(e){this.inFlight.delete(e)}}});var AT,xL=He(()=>{AT=class{constructor(e){this.entries=new Map;this.maxEntries=Math.max(0,e)}has(e){return this.entries.has(e)}get(e){let n=this.entries.get(e);return n===void 0?null:(this.entries.delete(e),this.entries.set(e,n),n)}set(e,n){if(this.maxEntries!==0){if(n.length===0){this.entries.delete(e);return}this.entries.has(e)&&this.entries.delete(e),this.entries.set(e,n),this.evictIfNeeded()}}delete(e){this.entries.delete(e)}clear(){this.entries.clear()}getEntryCount(){return this.entries.size}evictIfNeeded(){for(;this.entries.size>this.maxEntries;){let n=this.entries.keys().next();if(n.done)return;this.entries.delete(n.value)}}}});function g$(t){return{mtime:t.mtime,markdownPipelineMtime:t.markdownPipelineMtime,tagsMtime:t.tagsMtime,metadataMtime:t.metadataMtime,fileThumbnailsMtime:t.fileThumbnailsMtime,tags:t.tags?[...t.tags]:null,wordCount:t.wordCount,taskTotal:t.taskTotal,taskUnfinished:t.taskUnfinished,properties:Tv(t.properties),previewStatus:t.previewStatus,featureImage:null,featureImageStatus:t.featureImageStatus,featureImageKey:t.featureImageKey,metadata:t.metadata?{...t.metadata}:null}}var MT,RL=He(()=>{xL();As();MT=class{constructor(e){this.fileDataByPath=new Map;this.isInitialized=!1;var a;let n=(a=e==null?void 0:e.previewTextCacheMaxEntries)!=null?a:1e4;this.previewTexts=new AT(n)}markInitialized(){this.isInitialized=!0}resetToEmpty(){this.fileDataByPath.clear(),this.previewTexts.clear(),this.isInitialized=!0}getFile(e){return this.fileDataByPath.get(e)||null}getFiles(e){let n=new Map;for(let a of e){let o=this.fileDataByPath.get(a);o&&n.set(a,o)}return n}hasPreview(e){let n=this.fileDataByPath.get(e);return(n==null?void 0:n.previewStatus)==="has"}getPreviewText(e){var n;return(n=this.previewTexts.get(e))!=null?n:""}isPreviewTextLoaded(e){return this.previewTexts.has(e)}getPreviewTextEntryCount(){return this.previewTexts.getEntryCount()}hasFile(e){return this.fileDataByPath.has(e)}getAllFiles(){return Array.from(this.fileDataByPath.values())}getAllFilesWithPaths(){let e=[];for(let[n,a]of this.fileDataByPath.entries())e.push({path:n,data:a});return e}getFileCount(){return this.fileDataByPath.size}forEachFile(e){this.fileDataByPath.forEach((n,a)=>{e(a,n)})}updateFile(e,n){this.fileDataByPath.set(e,n),n.previewStatus!=="has"&&this.previewTexts.delete(e)}setClonedFile(e,n){this.fileDataByPath.set(e,g$(n)),n.previewStatus!=="has"&&this.previewTexts.delete(e)}updateFileContent(e,n){let a=this.fileDataByPath.get(e);a&&(n.previewStatus!==void 0&&(a.previewStatus=n.previewStatus),n.previewText!==void 0&&(n.previewText.length>0?this.previewTexts.set(e,n.previewText):this.previewTexts.delete(e)),a.previewStatus!=="has"&&this.previewTexts.delete(e),n.featureImage!==void 0&&(a.featureImage=null),n.featureImageKey!==void 0&&(a.featureImageKey=n.featureImageKey),n.featureImageStatus!==void 0&&(a.featureImageStatus=n.featureImageStatus),n.metadata!==void 0&&(a.metadata=n.metadata),n.properties!==void 0&&(a.properties=n.properties))}deleteFile(e){this.fileDataByPath.delete(e),this.previewTexts.delete(e)}batchDelete(e){for(let n of e)this.fileDataByPath.delete(n),this.previewTexts.delete(n)}batchUpdate(e){for(let{path:n,data:a}of e)this.fileDataByPath.set(n,a),a.previewStatus!=="has"&&this.previewTexts.delete(n)}batchUpdateFileContent(e){for(let n of e)this.updateFileContent(n.path,n)}isReady(){return this.isInitialized}clear(){this.fileDataByPath.clear(),this.previewTexts.clear(),this.isInitialized=!1}}});var OT,AL=He(()=>{OT=class{constructor(e){this.moveInFlight=new Map;this.getDb=e.getDb,this.init=e.init,this.isClosing=e.isClosing,this.blobs=e.blobs}beginMove(e,n){if(e===n)return;this.pruneMovesInFlight();let a=this.moveInFlight.get(n);(a==null?void 0:a.oldPath)!==e&&(this.moveInFlight.set(n,{oldPath:e,startedAt:Date.now()}),this.blobs.moveCacheEntry(e,n))}async getBlob(e,n){var l;if(!n)return null;await this.init();let a=this.getDb();if(!a)return null;this.pruneMovesInFlight();let o=await this.blobs.getBlob(a,e,n);if(o||!this.isMoveInFlight(e))return o;let r=this.moveInFlight.get(e),i=(l=r==null?void 0:r.oldPath)!=null?l:"";if(i.length===0)return o;let s=await this.blobs.getBlob(a,i,n);return s?(this.blobs.moveCacheEntry(i,e),s):o}async forEachBlobRecord(e){await this.init();let n=this.getDb();n&&await this.blobs.forEachBlobRecord(n,e)}async moveBlob(e,n){if(e===n)return;this.beginMove(e,n);let a=!1;try{await this.init();let o=this.getDb();if(!o)throw new Error("Database not initialized");await this.blobs.moveBlob(o,e,n),a=!0}catch(o){this.isClosing()||console.error("[FeatureImageBlob] Failed to move feature image blob",{oldPath:e,newPath:n,error:o})}finally{a&&this.endMove(e,n)}}async deleteBlob(e){await this.init();let n=this.getDb();if(!n)throw new Error("Database not initialized");await this.blobs.deleteBlob(n,e)}close(){this.moveInFlight.clear()}endMove(e,n){let a=this.moveInFlight.get(n);(a==null?void 0:a.oldPath)===e&&this.moveInFlight.delete(n)}isMoveInFlight(e){return this.moveInFlight.has(e)}pruneMovesInFlight(){let n=Date.now()-1e4;for(let[a,o]of this.moveInFlight.entries())o.startedAt<=n&&this.moveInFlight.delete(a)}}});var Ye,yt,ZI,ML,OL,LL,xp=He(()=>{Ms();Ye="keyvaluepairs",yt="filePreviews",ZI=3,ML=4,OL=St.storage.previewTextCacheMaxEntriesDefault,LL=St.storage.previewLoadMaxBatchDefault});function qd(t,e){return t instanceof Error?t:new Error(e)}function ar(t,e,n,a){let o=e.error||n;t(qd(o,a))}function zL(t){return t instanceof DOMException&&t.name==="VersionError"}var Pv=He(()=>{});function f$(t){return t==="string"||t==="number"||t==="boolean"}function h$(t){if(!Fr(t))return!1;let e=t.fieldKey;if(typeof e!="string"||e.trim().length===0||typeof t.value!="string")return!1;let a=t.valueKind;return!(a!==void 0&&!f$(a))}function BL(t){return Array.isArray(t)?t.every(e=>h$(e)):!1}function LT(t,e){let n=typeof t=="number"&&Number.isFinite(t)&&t>=0,a=typeof e=="number"&&Number.isFinite(e)&&e>=0;return t===null&&e===null?{taskTotal:null,taskUnfinished:null}:n&&a?{taskTotal:Math.trunc(t),taskUnfinished:Math.trunc(e)}:{taskTotal:null,taskUnfinished:null}}function Vc(t){return fo(t)?"unprocessed":"none"}function Ig(t){let e=fo(t.path);return{mtime:t.mtime,markdownPipelineMtime:0,tagsMtime:0,metadataMtime:0,fileThumbnailsMtime:0,tags:e?null:[],wordCount:e?null:0,taskTotal:e?null:0,taskUnfinished:e?null:0,properties:null,previewStatus:Vc(t.path),featureImage:null,featureImageStatus:"unprocessed",featureImageKey:null,metadata:e?null:{}}}function _L(t){let e=t==null?void 0:t.name;if(typeof e!="string")return;let n=e.trim();if(n.length!==0)return n}function Uc(t,e){return _L(t)!==_L(e)}var Yn,Dg=He(()=>{Wn();Ft();Yn={FIELD_NOT_CONFIGURED:0,PARSE_FAILED:-1}});var zT,HL=He(()=>{Ft();xp();Pv();Dg();zT=class{constructor(e){this.previewLoadPromises=new Map;this.previewLoadDeferred=new Map;this.previewLoadQueue=new Set;this.previewLoadFlushTimer=null;this.isPreviewLoadFlushRunning=!1;this.previewLoadSessionId=0;this.previewTextMoveInFlight=new Map;this.isPreviewWarmupEnabled=!1;this.isPreviewWarmupComplete=!1;this.isPreviewWarmupRunning=!1;this.previewWarmupCursorKey=null;this.previewWarmupTimer=null;this.cache=e.deps.cache,this.getDb=e.deps.getDb,this.init=e.deps.init,this.isClosing=e.deps.isClosing,this.emitChanges=e.deps.emitChanges,this.previewTextCacheMaxEntries=e.previewTextCacheMaxEntries,this.previewLoadMaxBatch=e.previewLoadMaxBatch}getCachedPreviewText(e){return this.cache.isReady()?this.cache.getPreviewText(e):""}async ensurePreviewTextLoaded(e){if(this.isClosing()||!this.cache.isReady())return;let n=this.cache.getFile(e);if(!n||n.previewStatus!=="has"||this.cache.getPreviewText(e).length>0)return;let a=this.previewLoadPromises.get(e);if(a)return a;let o={resolve:()=>{}},r=new Promise(i=>{o.resolve=i}).finally(()=>{this.previewLoadPromises.delete(e),this.previewLoadDeferred.delete(e)});return this.previewLoadDeferred.set(e,o),this.previewLoadPromises.set(e,r),this.previewLoadQueue.add(e),this.schedulePreviewTextLoadFlush(),this.enablePreviewTextWarmup(),r}startPreviewTextWarmup(){this.enablePreviewTextWarmup()}beginMove(e,n){if(e===n)return;this.pruneMovesInFlight();let a=this.previewTextMoveInFlight.get(n);if((a==null?void 0:a.oldPath)===e||(this.previewTextMoveInFlight.set(n,{oldPath:e,startedAt:Date.now()}),!this.cache.isReady()))return;let o=this.cache.getPreviewText(e);o.length===0||!this.cache.getFile(n)||(this.cache.updateFileContent(n,{previewText:o,previewStatus:"has"}),this.emitChanges([{path:n,changes:{preview:o},changeType:"content"}]))}async deletePreviewText(e){await this.init();let n=this.getDb();if(!n)throw new Error("Database not initialized");this.cache.isReady()&&this.cache.updateFileContent(e,{previewText:""});let a=n.transaction([yt],"readwrite"),o=a.objectStore(yt);await new Promise((r,i)=>{let s="deletePreviewText",l=null,c=o.delete(e);c.onerror=()=>{var d,u;l=c.error||null,console.error("[IndexedDB] delete failed",{store:yt,op:s,path:e,name:(d=c.error)==null?void 0:d.name,message:(u=c.error)==null?void 0:u.message})},a.oncomplete=()=>r(),a.onabort=()=>{var d;console.error("[IndexedDB] transaction aborted",{store:yt,op:s,txError:(d=a.error)==null?void 0:d.message,reqError:l==null?void 0:l.message}),ar(i,a,l,"Transaction aborted")},a.onerror=()=>{var d;console.error("[IndexedDB] transaction error",{store:yt,op:s,txError:(d=a.error)==null?void 0:d.message,reqError:l==null?void 0:l.message}),ar(i,a,l,"Transaction error")}})}async forEachPreviewTextRecord(e){await this.init();let n=this.getDb();if(!n)return;let a=n.transaction([yt],"readonly"),o=a.objectStore(yt);await new Promise((r,i)=>{let s="forEachPreviewTextRecord",l=null,c=o.openCursor();c.onsuccess=()=>{let d=c.result;if(!d)return;let u=d.key,g=d.value;typeof u=="string"&&typeof g=="string"&&g.length>0&&e(u,g),d.continue()},c.onerror=()=>{let d=c.error;l=d||null,console.error("[IndexedDB] openCursor failed",{store:yt,op:s,name:d==null?void 0:d.name,message:d==null?void 0:d.message}),i(qd(d,"Cursor request failed"))},a.oncomplete=()=>r(),a.onabort=()=>{var d;console.error("[IndexedDB] transaction aborted",{store:yt,op:s,txError:(d=a.error)==null?void 0:d.message,reqError:l==null?void 0:l.message}),ar(i,a,l,"Transaction aborted")},a.onerror=()=>{var d;console.error("[IndexedDB] transaction error",{store:yt,op:s,txError:(d=a.error)==null?void 0:d.message,reqError:l==null?void 0:l.message}),ar(i,a,l,"Transaction error")}})}async movePreviewText(e,n){var a;if(e!==n){this.beginMove(e,n);try{await this.init();let o=this.getDb();if(!o)throw new Error("Database not initialized");let r=o.transaction([yt],"readwrite"),i=r.objectStore(yt),s=await new Promise((l,c)=>{let d="movePreviewText",u=null,g=null,f=i.get(e);f.onsuccess=()=>{let h=f.result;if(typeof h=="string"&&h.length>0){g=h;let w=i.put(h,n);w.onerror=()=>{var v,b;u=w.error||null,console.error("[IndexedDB] put failed",{store:yt,op:d,path:n,name:(v=w.error)==null?void 0:v.name,message:(b=w.error)==null?void 0:b.message})}}let y=i.delete(e);y.onerror=()=>{var w,v;u=y.error||null,console.error("[IndexedDB] delete failed",{store:yt,op:d,path:e,name:(w=y.error)==null?void 0:w.name,message:(v=y.error)==null?void 0:v.message})}},f.onerror=()=>{var h,y;u=f.error||null,console.error("[IndexedDB] get failed",{store:yt,op:d,path:e,name:(h=f.error)==null?void 0:h.name,message:(y=f.error)==null?void 0:y.message});try{r.abort()}catch(w){}},r.oncomplete=()=>l(g),r.onabort=()=>{var h;console.error("[IndexedDB] transaction aborted",{store:yt,op:d,txError:(h=r.error)==null?void 0:h.message,reqError:u==null?void 0:u.message}),ar(c,r,u,"Transaction aborted")},r.onerror=()=>{var h;console.error("[IndexedDB] transaction error",{store:yt,op:d,txError:(h=r.error)==null?void 0:h.message,reqError:u==null?void 0:u.message}),ar(c,r,u,"Transaction error")}});if(this.cache.isReady())if(s&&s.length>0){this.cache.updateFileContent(n,{previewText:s,previewStatus:"has"}),this.emitChanges([{path:n,changes:{preview:s},changeType:"content"}]);try{await this.repairPreviewStatusRecords([{path:n,previewStatus:"has"}])}catch(l){this.isClosing()||console.error("[PreviewText] Failed to persist preview status after move",l)}}else{let l=this.cache.getFile(n);if(l&&l.previewStatus==="has"){let c=Vc(n);this.cache.updateFileContent(n,{previewText:"",previewStatus:c}),this.emitChanges([{path:n,changes:{preview:null},changeType:"content"}]);try{await this.repairPreviewStatusRecords([{path:n,previewStatus:c}])}catch(d){this.isClosing()||console.error("[PreviewText] Failed to persist preview status repair after move",d)}}}}catch(o){this.isClosing()||console.error("[PreviewText] Failed to move preview text",{oldPath:e,newPath:n,error:o})}finally{this.endMove(e,n),this.previewLoadQueue.delete(n),(a=this.previewLoadDeferred.get(n))==null||a.resolve()}}}close(){this.previewLoadSessionId+=1,this.previewLoadFlushTimer!==null&&(globalThis.clearTimeout(this.previewLoadFlushTimer),this.previewLoadFlushTimer=null),this.previewWarmupTimer!==null&&(globalThis.clearTimeout(this.previewWarmupTimer),this.previewWarmupTimer=null),this.isPreviewWarmupEnabled=!1,this.isPreviewWarmupComplete=!0,this.isPreviewWarmupRunning=!1,this.previewWarmupCursorKey=null,this.previewLoadQueue.clear(),this.previewLoadDeferred.forEach(e=>e.resolve()),this.previewLoadDeferred.clear(),this.previewLoadPromises.clear(),this.previewTextMoveInFlight.clear()}schedulePreviewTextLoadFlush(){this.isClosing()||this.previewLoadFlushTimer===null&&(this.previewLoadFlushTimer=globalThis.setTimeout(()=>{this.previewLoadFlushTimer=null,this.flushPreviewTextLoadQueue()},0))}enablePreviewTextWarmup(){if(!this.isClosing()&&!this.isPreviewWarmupComplete&&!this.isPreviewWarmupEnabled){if(this.previewTextCacheMaxEntries===0){this.isPreviewWarmupComplete=!0;return}this.isPreviewWarmupEnabled=!0,this.schedulePreviewTextWarmupFlush()}}schedulePreviewTextWarmupFlush(e=0){this.isClosing()||!this.isPreviewWarmupEnabled||this.isPreviewWarmupComplete||this.previewWarmupTimer===null&&(this.previewWarmupTimer=globalThis.setTimeout(()=>{this.previewWarmupTimer=null,this.flushPreviewTextWarmup()},e))}async flushPreviewTextWarmup(){if(this.isClosing()||!this.isPreviewWarmupEnabled||this.isPreviewWarmupComplete||this.isPreviewWarmupRunning||!this.cache.isReady())return;if(this.previewTextCacheMaxEntries===0||this.cache.getPreviewTextEntryCount()>=this.previewTextCacheMaxEntries){this.isPreviewWarmupEnabled=!1,this.isPreviewWarmupComplete=!0;return}if(this.isPreviewLoadFlushRunning||this.previewLoadFlushTimer!==null||this.previewLoadQueue.size>0){this.schedulePreviewTextWarmupFlush(25);return}let e=this.previewLoadSessionId;this.isPreviewWarmupRunning=!0;try{await this.init();let n=this.getDb();if(!n){this.isPreviewWarmupEnabled=!1,this.isPreviewWarmupComplete=!0;return}if(this.isClosing()||e!==this.previewLoadSessionId)return;let a=this.previewLoadMaxBatch*10;if(!await this.warmPreviewTextCacheBatch(a,e,n)){this.isPreviewWarmupEnabled=!1,this.isPreviewWarmupComplete=!0;return}}catch(n){!this.isClosing()&&e===this.previewLoadSessionId&&console.error("[PreviewText] Warmup failed",n),this.isPreviewWarmupEnabled=!1,this.isPreviewWarmupComplete=!0;return}finally{this.isPreviewWarmupRunning=!1}if(!(this.isClosing()||e!==this.previewLoadSessionId)){if(this.cache.getPreviewTextEntryCount()>=this.previewTextCacheMaxEntries){this.isPreviewWarmupEnabled=!1,this.isPreviewWarmupComplete=!0;return}this.schedulePreviewTextWarmupFlush()}}async warmPreviewTextCacheBatch(e,n,a){if(this.isClosing()||n!==this.previewLoadSessionId||!this.cache.isReady()||this.previewTextCacheMaxEntries===0||this.cache.getPreviewTextEntryCount()>=this.previewTextCacheMaxEntries)return!1;let o=a.transaction([yt],"readonly"),r=o.objectStore(yt),i=!1;return await new Promise((s,l)=>{let c="warmPreviewTextCache",d=null,u=this.previewWarmupCursorKey?IDBKeyRange.lowerBound(this.previewWarmupCursorKey,!0):void 0,g=r.openCursor(u),f=0;g.onsuccess=()=>{if(this.isClosing()||n!==this.previewLoadSessionId)return;let h=g.result;if(!h){i=!0;return}if(this.isPreviewLoadFlushRunning||this.previewLoadFlushTimer!==null||this.previewLoadQueue.size>0||this.cache.getPreviewTextEntryCount()>=this.previewTextCacheMaxEntries)return;f+=1;let y=h.key,w=h.value;if(typeof y=="string"&&(this.previewWarmupCursorKey=y,typeof w=="string"&&w.length>0)){let v=this.cache.getFile(y);v&&v.previewStatus==="has"&&!this.cache.isPreviewTextLoaded(y)&&this.cache.updateFileContent(y,{previewText:w})}this.cache.getPreviewTextEntryCount()>=this.previewTextCacheMaxEntries||f>=e||h.continue()},g.onerror=()=>{var h,y;d=g.error||null,console.error("[IndexedDB] openCursor failed",{store:yt,op:c,name:(h=g.error)==null?void 0:h.name,message:(y=g.error)==null?void 0:y.message}),l(qd(g.error,"Cursor request failed"))},o.oncomplete=()=>s(),o.onabort=()=>{var h;if(this.isClosing()||n!==this.previewLoadSessionId){s();return}console.error("[IndexedDB] transaction aborted",{store:yt,op:c,txError:(h=o.error)==null?void 0:h.message,reqError:d==null?void 0:d.message}),ar(l,o,d,"Transaction aborted")},o.onerror=()=>{var h;if(this.isClosing()||n!==this.previewLoadSessionId){s();return}console.error("[IndexedDB] transaction error",{store:yt,op:c,txError:(h=o.error)==null?void 0:h.message,reqError:d==null?void 0:d.message}),ar(l,o,d,"Transaction error")}}),this.isClosing()||n!==this.previewLoadSessionId||this.cache.getPreviewTextEntryCount()>=this.previewTextCacheMaxEntries?!1:!i}async repairPreviewStatusRecords(e){if(this.isClosing()||e.length===0)return;await this.init();let n=this.getDb();if(!n)return;let a=this.previewLoadSessionId;if(this.isClosing()||a!==this.previewLoadSessionId)return;let o=n.transaction([Ye],"readwrite"),r=o.objectStore(Ye);await new Promise((i,s)=>{let l="repairPreviewStatusRecords",c=null;e.forEach(d=>{let u=r.get(d.path);u.onsuccess=()=>{let g=u.result;if(!Fr(g))return;let f=g;if(f.previewStatus===d.previewStatus)return;f.previewStatus=d.previewStatus;let h=r.put(f,d.path);h.onerror=()=>{var y,w;c=h.error||null,console.error("[IndexedDB] put failed",{store:Ye,op:l,path:d.path,name:(y=h.error)==null?void 0:y.name,message:(w=h.error)==null?void 0:w.message})}},u.onerror=()=>{var g,f;c=u.error||null,console.error("[IndexedDB] get failed",{store:Ye,op:l,path:d.path,name:(g=u.error)==null?void 0:g.name,message:(f=u.error)==null?void 0:f.message});try{o.abort()}catch(h){}}}),o.oncomplete=()=>i(),o.onabort=()=>{var d;if(this.isClosing()){i();return}console.error("[IndexedDB] transaction aborted",{store:Ye,op:l,txError:(d=o.error)==null?void 0:d.message,reqError:c==null?void 0:c.message}),ar(s,o,c,"Transaction aborted")},o.onerror=()=>{var d;if(this.isClosing()){i();return}console.error("[IndexedDB] transaction error",{store:Ye,op:l,txError:(d=o.error)==null?void 0:d.message,reqError:c==null?void 0:c.message}),ar(s,o,c,"Transaction error")}})}async flushPreviewTextLoadQueue(){var n,a,o,r,i,s,l,c,d,u;if(this.isPreviewLoadFlushRunning)return;this.isPreviewLoadFlushRunning=!0;let e=this.previewLoadSessionId;try{this.pruneMovesInFlight();let g=Array.from(this.previewLoadQueue);if(this.previewLoadQueue.clear(),g.length===0)return;let f=g.slice(0,this.previewLoadMaxBatch);if(g.length>this.previewLoadMaxBatch)for(let k of g.slice(this.previewLoadMaxBatch))this.previewLoadQueue.add(k);if(this.isClosing()||e!==this.previewLoadSessionId){for(let k of f)(n=this.previewLoadDeferred.get(k))==null||n.resolve();return}try{await this.init()}catch(k){if(this.isClosing()||e!==this.previewLoadSessionId){for(let C of g)(a=this.previewLoadDeferred.get(C))==null||a.resolve();return}let x=k instanceof Error?k:new Error("Failed to initialize database");console.error("[PreviewText] Failed to initialize database for preview load",x);for(let C of g)(o=this.previewLoadDeferred.get(C))==null||o.resolve();return}let h=this.getDb();if(!h){if(this.isClosing()||e!==this.previewLoadSessionId){for(let k of f)(r=this.previewLoadDeferred.get(k))==null||r.resolve();return}console.error("[PreviewText] Database not initialized for preview load");for(let k of f)(i=this.previewLoadDeferred.get(k))==null||i.resolve();return}let y=[];for(let k of f){let x=this.previewLoadDeferred.get(k);if(!x)continue;let C=this.cache.getFile(k);if(!C||C.previewStatus!=="has"){x.resolve();continue}if(this.cache.getPreviewText(k).length>0){x.resolve();continue}y.push(k)}if(y.length===0)return;let w=new Map,v=[],b=[];if(this.isClosing()||e!==this.previewLoadSessionId){for(let k of y)(s=this.previewLoadDeferred.get(k))==null||s.resolve();return}let S=h.transaction([yt],"readonly"),T=S.objectStore(yt);try{await new Promise((k,x)=>{let C="loadPreviewText:batch",F=null;for(let O of y){let N=T.get(O);N.onsuccess=()=>{let B=N.result;typeof B=="string"&&B.length>0?w.set(O,B):w.set(O,null)},N.onerror=()=>{var B,U;F=N.error||null,!this.isClosing()&&e===this.previewLoadSessionId&&console.error("[IndexedDB] get failed",{store:yt,op:C,path:O,name:(B=N.error)==null?void 0:B.name,message:(U=N.error)==null?void 0:U.message});try{S.abort()}catch(q){}}}S.oncomplete=()=>k(),S.onabort=()=>{var O;if(this.isClosing()||e!==this.previewLoadSessionId){k();return}console.error("[IndexedDB] transaction aborted",{store:yt,op:C,txError:(O=S.error)==null?void 0:O.message,reqError:F==null?void 0:F.message}),ar(x,S,F,"Transaction aborted")},S.onerror=()=>{var O;if(this.isClosing()||e!==this.previewLoadSessionId){k();return}console.error("[IndexedDB] transaction error",{store:yt,op:C,txError:(O=S.error)==null?void 0:O.message,reqError:F==null?void 0:F.message}),ar(x,S,F,"Transaction error")}})}catch(k){let x=k instanceof Error?k:new Error("Preview load failed");!this.isClosing()&&e===this.previewLoadSessionId&&console.error("[PreviewText] Failed to load previews",x);for(let C of y)(l=this.previewLoadDeferred.get(C))==null||l.resolve();return}for(let k of y){let x=w.get(k);if(typeof x=="string"&&x.length>0){this.cache.updateFileContent(k,{previewText:x,previewStatus:"has"}),v.push({path:k,changes:{preview:x},changeType:"content"}),(c=this.previewLoadDeferred.get(k))==null||c.resolve();continue}let C=this.cache.getFile(k);if(C&&C.previewStatus==="has"){if(this.isMoveInFlight(k)){(d=this.previewLoadDeferred.get(k))==null||d.resolve();continue}let F=Vc(k);this.cache.updateFileContent(k,{previewText:"",previewStatus:F}),b.push({path:k,previewStatus:F}),v.push({path:k,changes:{preview:null},changeType:"content"})}(u=this.previewLoadDeferred.get(k))==null||u.resolve()}if(b.length>0&&!this.isClosing()&&e===this.previewLoadSessionId)try{await this.repairPreviewStatusRecords(b)}catch(k){!this.isClosing()&&e===this.previewLoadSessionId&&console.error("[PreviewText] Failed to persist preview status repairs",k)}v.length>0&&this.emitChanges(v)}finally{this.isPreviewLoadFlushRunning=!1,e===this.previewLoadSessionId&&!this.isClosing()&&this.previewLoadQueue.size>0&&this.schedulePreviewTextLoadFlush()}}endMove(e,n){let a=this.previewTextMoveInFlight.get(n);(a==null?void 0:a.oldPath)===e&&this.previewTextMoveInFlight.delete(n)}isMoveInFlight(e){return this.previewTextMoveInFlight.has(e)}pruneMovesInFlight(){let n=Date.now()-1e4;for(let[a,o]of this.previewTextMoveInFlight.entries())o.startedAt<=n&&this.previewTextMoveInFlight.delete(a)}}});function JI(t,e){var c;let n=typeof t.featureImageKey=="string"?t.featureImageKey:null,a=t.featureImageStatus,o=a==="unprocessed"||a==="none"||a==="has"?a:n===null?"unprocessed":"none",r=t.previewStatus,i=r==="unprocessed"||r==="none"||r==="has"?r:typeof t.preview=="string"?t.preview.length>0?"has":"none":typeof e=="string"?Vc(e):"unprocessed";t.mtime=typeof t.mtime=="number"?t.mtime:0,t.markdownPipelineMtime=typeof t.markdownPipelineMtime=="number"?t.markdownPipelineMtime:t.mtime,t.tagsMtime=typeof t.tagsMtime=="number"?t.tagsMtime:t.mtime,t.metadataMtime=typeof t.metadataMtime=="number"?t.metadataMtime:t.mtime,t.fileThumbnailsMtime=typeof t.fileThumbnailsMtime=="number"?t.fileThumbnailsMtime:t.mtime,t.tags=Array.isArray(t.tags)?t.tags:null,t.wordCount=typeof t.wordCount=="number"&&Number.isFinite(t.wordCount)&&t.wordCount>=0?Math.trunc(t.wordCount):null;let s=LT(t.taskTotal,t.taskUnfinished);t.taskTotal=s.taskTotal,t.taskUnfinished=s.taskUnfinished;let l=(c=t.properties)!=null?c:t.customProperty;return t.properties=BL(l)?l:null,"customProperty"in t&&delete t.customProperty,t.previewStatus=i,t.featureImage=null,t.featureImageStatus=o,t.featureImageKey=n,t.metadata=t.metadata&&typeof t.metadata=="object"?t.metadata:null,"preview"in t&&delete t.preview,t}function VL(t){let e={...t};return JI(e)}var eD=He(()=>{Dg()});async function UL(t){let{db:e,cache:n}=t;n.clear();let a=(i,s)=>new Promise((l,c)=>{i.onsuccess=()=>l(i.result),i.onerror=()=>c(qd(i.error,s))}),o=5e3,r=null;for(;;){let s=e.transaction([Ye],"readonly").objectStore(Ye),l=r===null?void 0:IDBKeyRange.lowerBound(r,!0),c=s.getAllKeys(l,o),d=s.getAll(l,o),[u,g]=await Promise.all([a(c,"getAllKeys failed"),a(d,"getAll failed")]);if(u.length===0)break;let f=Math.min(u.length,g.length);for(let h=0;h{Pv();xp();eD()});function qL(t){let e=t.target;if(!(e instanceof IDBOpenDBRequest))return;let n=e.result;if(!n.objectStoreNames.contains(Ye)){let o=n.createObjectStore(Ye);o.createIndex("mtime","mtime",{unique:!1}),o.createIndex("tags","tags",{unique:!1,multiEntry:!0})}n.objectStoreNames.contains(Nt)||n.createObjectStore(Nt),n.objectStoreNames.contains(yt)||n.createObjectStore(yt);let a=e.transaction;if(a){if(t.oldVersion<2){try{a.objectStoreNames.contains(Ye)&&a.objectStore(Ye).clear()}catch(o){console.error("[IndexedDB] clear failed during upgrade",{store:Ye,error:o})}try{a.objectStoreNames.contains(Nt)&&a.objectStore(Nt).clear()}catch(o){console.error("[IndexedDB] clear failed during upgrade",{store:Nt,error:o})}try{a.objectStoreNames.contains(yt)&&a.objectStore(yt).clear()}catch(o){console.error("[IndexedDB] clear failed during upgrade",{store:yt,error:o})}}if(t.oldVersion<3){let o=a.objectStore(Ye),r=a.objectStore(yt),i=o.openCursor();i.onsuccess=()=>{let s=i.result;if(!s)return;let l=s.key;if(typeof l!="string"){s.continue();return}let c=s.value;if(!Fr(c)){s.continue();return}let d=c,u=d.preview,g=typeof u=="string"?u:null,f=y=>{delete d.preview,d.previewStatus=y,d.featureImage=null;let w=s.update(d);w.onsuccess=()=>s.continue(),w.onerror=v=>{var b,S;v.preventDefault(),console.error("[IndexedDB] cursor.update failed during preview migration",{store:Ye,path:l,name:(b=w.error)==null?void 0:b.name,message:(S=w.error)==null?void 0:S.message}),s.continue()}};if(g===null){f("unprocessed");return}if(g.length===0){f("none");return}let h=r.put(g,l);h.onsuccess=()=>f("has"),h.onerror=y=>{var w,v;y.preventDefault(),console.error("[IndexedDB] put failed during preview migration",{store:yt,path:l,name:(w=h.error)==null?void 0:w.name,message:(v=h.error)==null?void 0:v.message}),f("unprocessed")}},i.onerror=()=>{var s,l;console.error("[IndexedDB] preview migration cursor failed",{store:Ye,name:(s=i.error)==null?void 0:s.name,message:(l=i.error)==null?void 0:l.message})}}}}var jL=He(()=>{Nv();Ft();xp()});function v$(t){return String(t)}function y$(t){throw new Error(`Unsupported content provider type: ${v$(t)}`)}function Cv(t){switch(t){case"markdownPipeline":return"markdownPipelineMtime";case"tags":return"tagsMtime";case"metadata":return"metadataMtime";case"fileThumbnails":return"fileThumbnailsMtime";default:return y$(t)}}var tD=He(()=>{});async function WL(t,e){var k;let n=e.contentUpdates,a=(k=e.processedMtimeUpdates)!=null?k:[],o=e.provider;if(a.length>0&&!o)throw new Error("Provider type required when updating processed mtimes");if(n.length===0&&a.length===0)return;let r=new Map;for(let x of n)r.set(x.path,x);let i=new Map;for(let x of a)i.set(x.path,x);let s=new Set;if(r.forEach((x,C)=>s.add(C)),i.forEach((x,C)=>s.add(C)),s.size===0)return;let l=n.some(x=>x.preview!==void 0),c=n.some(x=>x.featureImageKey!==void 0||x.featureImage!==void 0),d=[Ye];c&&d.push(Nt),l&&d.push(yt);let u=t.db.transaction(d,"readwrite"),g=u.objectStore(Ye),f=c?u.objectStore(Nt):null,h=l?u.objectStore(yt):null,y=[],w=[],v=new Set,b=[],S=0,T=[];await new Promise((x,C)=>{let F="batchUpdateFileContentAndProviderProcessedMtimes",O=null;s.forEach(N=>{let B=r.get(N),U=i.get(N),q=g.get(N);q.onsuccess=()=>{var J;let K=q.result||null,L=(J=U==null?void 0:U.mtime)!=null?J:0,z=K?t.normalizeFileData(K):t.normalizeFileData(Ig({mtime:L,path:N}));!K&&L===0&&B&&(S+=1,T.length<5&&T.push(N));let R={...z},A={},D=!1,I=!1,P=o?Cv(o):null,M=!o||!U||!P||R[P]===U.expectedPreviousMtime?B:null,W=(M==null?void 0:M.featureImageKey)!==void 0||(M==null?void 0:M.featureImage)!==void 0,j=M&&W?RT({existingKey:z.featureImageKey,existingStatus:z.featureImageStatus,featureImageKey:M.featureImageKey,featureImage:M.featureImage}):null;if(M){if(M.tags!==void 0&&(R.tags=M.tags,A.tags=M.tags,I=!0),M.wordCount!==void 0&&(R.wordCount=M.wordCount,A.wordCount=M.wordCount,I=!0),M.taskTotal!==void 0||M.taskUnfinished!==void 0){let H=LT(M.taskTotal,M.taskUnfinished);R.taskTotal=H.taskTotal,R.taskUnfinished=H.taskUnfinished,A.taskTotal=H.taskTotal,A.taskUnfinished=H.taskUnfinished,I=!0}if(M.properties!==void 0&&(R.properties=M.properties,A.properties=M.properties,I=!0),M.preview!==void 0){let H=M.preview.length>0?"has":"none";if(R.previewStatus=H,A.preview=M.preview,I=!0,h&&H==="has"){let G=h.put(M.preview,N);G.onerror=()=>{var _,Y;O=G.error||null,console.error("[IndexedDB] put failed",{store:yt,op:F,path:N,name:(_=G.error)==null?void 0:_.name,message:(Y=G.error)==null?void 0:Y.message})},b.push({path:N,previewText:M.preview,previewStatus:H})}else if(h){let G=h.delete(N);G.onerror=()=>{var _,Y;O=G.error||null,console.error("[IndexedDB] delete failed",{store:yt,op:F,path:N,name:(_=G.error)==null?void 0:_.name,message:(Y=G.error)==null?void 0:Y.message})}}}j&&(j.changes.featureImageKey!==void 0&&(A.featureImageKey=j.changes.featureImageKey,I=!0),j.changes.featureImageStatus!==void 0&&(A.featureImageStatus=j.changes.featureImageStatus,I=!0),R.featureImageKey=j.nextKey,R.featureImage=null,R.featureImageStatus=j.nextStatus,j.shouldClearCache&&v.add(N)),M.metadata!==void 0&&(D=Uc(z.metadata,M.metadata),R.metadata=M.metadata,A.metadata=M.metadata,I=!0)}let V=!1;if(U&&o){let{mtime:Z,expectedPreviousMtime:H}=U,G=Cv(o);R[G]===H&&R[G]!==Z&&(R[G]=Z,V=!0)}if(I||V){let Z=g.put(R,N);if(Z.onerror=()=>{var H,G;O=Z.error||null,console.error("[IndexedDB] put failed",{store:Ye,op:F,path:N,name:(H=Z.error)==null?void 0:H.name,message:(G=Z.error)==null?void 0:G.message})},f&&j){if(j.blobUpdate){let H=f.put(j.blobUpdate,N);H.onerror=()=>{var G,_;O=H.error||null,console.error("[IndexedDB] put failed",{store:Nt,op:F,path:N,name:(G=H.error)==null?void 0:G.name,message:(_=H.error)==null?void 0:_.message})}}else if(j.shouldDeleteBlob){let H=f.delete(N);H.onerror=()=>{var G,_;O=H.error||null,console.error("[IndexedDB] delete failed",{store:Nt,op:F,path:N,name:(G=H.error)==null?void 0:G.name,message:(_=H.error)==null?void 0:_.message})}}}if(y.push({path:N,data:R}),I){let H=A.preview!==void 0||A.featureImageKey!==void 0||A.featureImageStatus!==void 0||A.wordCount!==void 0||A.taskTotal!==void 0||A.taskUnfinished!==void 0||A.properties!==void 0,G=A.metadata!==void 0||A.tags!==void 0,Y={path:N,changes:A,changeType:H&&G?"both":H?"content":"metadata"};A.metadata!==void 0&&(Y.metadataNameChanged=D),w.push(Y)}}},q.onerror=()=>{var K,L;O=q.error||null,console.error("[IndexedDB] get failed",{store:Ye,op:F,path:N,name:(K=q.error)==null?void 0:K.name,message:(L=q.error)==null?void 0:L.message});try{u.abort()}catch(z){}}}),u.oncomplete=()=>x(),u.onabort=()=>{var N;console.error("[IndexedDB] transaction aborted",{store:Ye,op:F,txError:(N=u.error)==null?void 0:N.message,reqError:O==null?void 0:O.message}),ar(C,u,O,"Transaction aborted")},u.onerror=()=>{var N;console.error("[IndexedDB] transaction error",{store:Ye,op:F,txError:(N=u.error)==null?void 0:N.message,reqError:O==null?void 0:O.message}),ar(C,u,O,"Transaction error")}}),y.length>0&&(t.cache.batchUpdate(y),b.length>0&&b.forEach(x=>{t.cache.updateFileContent(x.path,{previewText:x.previewText,previewStatus:x.previewStatus})}),w.length>0&&t.emitChanges(w)),v.size>0&&v.forEach(x=>t.featureImageBlobs.deleteFromCache(x)),S>0&&console.error("[IndexedDB] Created file record without known mtime during content update",{count:S,examples:T})}var YL=He(()=>{Nv();tD();xp();Dg();Pv()});async function GL(t,e){let{path:n,preview:a,image:o,metadata:r,featureImageKey:i}=e,s=t.db.transaction([Ye,Nt,yt],"readwrite"),l=s.objectStore(Ye),c=s.objectStore(Nt),d=s.objectStore(yt),u={},g=null,f=!1,h=!1,y="updateFileContent",w=null;if(await new Promise((v,b)=>{let S=l.get(n);S.onsuccess=()=>{let T=S.result||null;if(!T){v();return}let k=t.normalizeFileData(T),x={...k},C=RT({existingKey:k.featureImageKey,existingStatus:k.featureImageStatus,featureImageKey:i,featureImage:o});if(C.changes.featureImageKey!==void 0&&(u.featureImageKey=C.changes.featureImageKey),C.changes.featureImageStatus!==void 0&&(u.featureImageStatus=C.changes.featureImageStatus),C.shouldClearCache&&(h=!0),a!==void 0){let O=a.length>0?"has":"none";if(x.previewStatus=O,u.preview=a,O==="has"){let N=d.put(a,n);N.onerror=()=>{var B,U;w=N.error||null,console.error("[IndexedDB] put failed",{store:yt,op:y,path:n,name:(B=N.error)==null?void 0:B.name,message:(U=N.error)==null?void 0:U.message})}}else{let N=d.delete(n);N.onerror=()=>{var B,U;w=N.error||null,console.error("[IndexedDB] delete failed",{store:yt,op:y,path:n,name:(B=N.error)==null?void 0:B.name,message:(U=N.error)==null?void 0:U.message})}}}if(r!==void 0&&(x.metadata=r,u.metadata=r,f=Uc(k.metadata,r)),x.featureImageKey=C.nextKey,x.featureImage=null,x.featureImageStatus=C.nextStatus,g=x,C.blobUpdate){let O=c.put(C.blobUpdate,n);O.onerror=()=>{var N,B;w=O.error||null,console.error("[IndexedDB] put failed",{store:Nt,op:y,path:n,name:(N=O.error)==null?void 0:N.name,message:(B=O.error)==null?void 0:B.message})}}else if(C.shouldDeleteBlob){let O=c.delete(n);O.onerror=()=>{var N,B;w=O.error||null,console.error("[IndexedDB] delete failed",{store:Nt,op:y,path:n,name:(N=O.error)==null?void 0:N.name,message:(B=O.error)==null?void 0:B.message})}}let F=l.put(x,n);F.onerror=()=>{var O,N;w=F.error||null,console.error("[IndexedDB] put failed",{store:Ye,op:y,path:n,name:(O=F.error)==null?void 0:O.name,message:(N=F.error)==null?void 0:N.message})}},S.onerror=()=>{var T,k;w=S.error||null,console.error("[IndexedDB] get failed",{store:Ye,op:y,path:n,name:(T=S.error)==null?void 0:T.name,message:(k=S.error)==null?void 0:k.message});try{s.abort()}catch(x){}},s.oncomplete=()=>v(),s.onabort=()=>{var T;console.error("[IndexedDB] transaction aborted",{store:Ye,op:y,path:n,txError:(T=s.error)==null?void 0:T.message,reqError:w==null?void 0:w.message}),t.rejectWithTransactionError(b,s,w,"Transaction aborted")},s.onerror=()=>{var T;console.error("[IndexedDB] transaction error",{store:Ye,op:y,path:n,txError:(T=s.error)==null?void 0:T.message,reqError:w==null?void 0:w.message}),t.rejectWithTransactionError(b,s,w,"Transaction error")}}),g){let v=g;if(t.cache.updateFile(n,v),a!==void 0&&t.cache.updateFileContent(n,{previewText:a,previewStatus:v.previewStatus}),h&&t.featureImageBlobs.deleteFromCache(n),Object.keys(u).length>0){let b=u.preview!==void 0||u.featureImageKey!==void 0||u.featureImageStatus!==void 0,S=u.metadata!==void 0,k={path:n,changes:u,changeType:b&&S?"both":b?"content":"metadata"};u.metadata!==void 0&&(k.metadataNameChanged=f),t.emitChanges([k])}}}async function $L(t,e){let{path:n,metadata:a}=e,o=t.db.transaction([Ye],"readwrite"),r=o.objectStore(Ye),i=null,s=!1,l="updateFileMetadata",c=null;if(await new Promise((d,u)=>{let g=r.get(n);g.onsuccess=()=>{let f=g.result||null;if(!f){d();return}let h=t.normalizeFileData(f),y={...h.metadata||{},...a};s=Uc(h.metadata,y),i={...h,metadata:y};let w=r.put(i,n);w.onerror=()=>{var v,b;c=w.error||null,console.error("[IndexedDB] put failed",{store:Ye,op:l,path:n,name:(v=w.error)==null?void 0:v.name,message:(b=w.error)==null?void 0:b.message})}},g.onerror=()=>{var f,h;c=g.error||null,console.error("[IndexedDB] get failed",{store:Ye,op:l,path:n,name:(f=g.error)==null?void 0:f.name,message:(h=g.error)==null?void 0:h.message});try{o.abort()}catch(y){}},o.oncomplete=()=>d(),o.onabort=()=>{var f;console.error("[IndexedDB] transaction aborted",{store:Ye,op:l,path:n,txError:(f=o.error)==null?void 0:f.message,reqError:c==null?void 0:c.message}),t.rejectWithTransactionError(u,o,c,"Transaction aborted")},o.onerror=()=>{var f;console.error("[IndexedDB] transaction error",{store:Ye,op:l,path:n,txError:(f=o.error)==null?void 0:f.message,reqError:c==null?void 0:c.message}),t.rejectWithTransactionError(u,o,c,"Transaction error")}}),i){let d=i;t.cache.updateFile(n,d),t.emitChanges([{path:n,changes:{metadata:d.metadata},changeType:"metadata",metadataNameChanged:s}])}}async function XL(t,e){let{path:n,type:a}=e,o=t.db.transaction([Ye,Nt,yt],"readwrite"),r=o.objectStore(Ye),i=o.objectStore(Nt),s=o.objectStore(yt),l={},c=null,d=!1,u=!1,g="clearFileContent",f=null;if(await new Promise((h,y)=>{let w=r.get(n);w.onsuccess=()=>{let v=w.result||null;if(!v){h();return}let b={...t.normalizeFileData(v)};if(a==="preview"||a==="all"){let T=Vc(n);b.previewStatus!==T&&(b.previewStatus=T,l.preview=null);let k=s.delete(n);k.onerror=()=>{var x,C;f=k.error||null,console.error("[IndexedDB] delete failed",{store:yt,op:g,path:n,name:(x=k.error)==null?void 0:x.name,message:(C=k.error)==null?void 0:C.message})}}if(a==="featureImage"||a==="all"){b.featureImageKey!==null&&(b.featureImageKey=null,l.featureImageKey=null),b.featureImageStatus!=="unprocessed"&&(b.featureImageStatus="unprocessed",l.featureImageStatus="unprocessed"),b.featureImage=null,u=!0;let T=i.delete(n);T.onerror=()=>{var k,x;f=T.error||null,console.error("[IndexedDB] delete failed",{store:Nt,op:g,path:n,name:(k=T.error)==null?void 0:k.name,message:(x=T.error)==null?void 0:x.message})}}(a==="metadata"||a==="all")&&b.metadata!==null&&(d=Uc(b.metadata,null),b.metadata=null,l.metadata=null),c=b;let S=r.put(b,n);S.onerror=()=>{var T,k;f=S.error||null,console.error("[IndexedDB] put failed",{store:Ye,op:g,path:n,name:(T=S.error)==null?void 0:T.name,message:(k=S.error)==null?void 0:k.message})}},w.onerror=()=>{var v,b;f=w.error||null,console.error("[IndexedDB] get failed",{store:Ye,op:g,path:n,name:(v=w.error)==null?void 0:v.name,message:(b=w.error)==null?void 0:b.message});try{o.abort()}catch(S){}},o.oncomplete=()=>h(),o.onabort=()=>{var v;console.error("[IndexedDB] transaction aborted",{store:Ye,op:g,path:n,txError:(v=o.error)==null?void 0:v.message,reqError:f==null?void 0:f.message}),t.rejectWithTransactionError(y,o,f,"Transaction aborted")},o.onerror=()=>{var v;console.error("[IndexedDB] transaction error",{store:Ye,op:g,path:n,txError:(v=o.error)==null?void 0:v.message,reqError:f==null?void 0:f.message}),t.rejectWithTransactionError(y,o,f,"Transaction error")}}),c&&(t.cache.updateFile(n,c),u&&t.featureImageBlobs.deleteFromCache(n),Object.keys(l).length>0)){let h=l.preview===null||l.featureImageKey===null||l.featureImageStatus!==void 0,y=l.metadata===null,v={path:n,changes:l,changeType:h&&y?"both":h?"content":"metadata"};l.metadata!==void 0&&(v.metadataNameChanged=d),t.emitChanges([v])}}async function QL(t,e){let{type:n}=e,a=t.db.transaction([Ye,Nt,yt],"readwrite"),o=a.objectStore(Ye),r=a.objectStore(Nt),i=a.objectStore(yt),s=[],l=[],c="batchClearAllFileContent",d=null;await new Promise((u,g)=>{if(n==="preview"||n==="all"){let h=i.clear();h.onerror=()=>{var y,w;d=h.error||null,console.error("[IndexedDB] clear failed",{store:yt,op:c,name:(y=h.error)==null?void 0:y.name,message:(w=h.error)==null?void 0:w.message})}}if(n==="featureImage"||n==="all"){let h=r.clear();h.onerror=()=>{var y,w;d=h.error||null,console.error("[IndexedDB] clear failed",{store:Nt,op:c,name:(y=h.error)==null?void 0:y.name,message:(w=h.error)==null?void 0:w.message})}}let f=o.openCursor();f.onsuccess=()=>{let h=f.result;if(h){let y=t.normalizeFileData(h.value),w={...y},v={},b=!1,S=!1,T=h.key;if(typeof T!="string"){h.continue();return}let k=fo(T);if(n==="preview"||n==="all"){let x=k?"unprocessed":"none";w.previewStatus!==x&&(w.previewStatus=x,v.preview=null,S=!0)}if((n==="featureImage"||n==="all")&&w.featureImageKey!==null&&(w.featureImageKey=null,v.featureImageKey=null,S=!0),(n==="featureImage"||n==="all")&&(w.featureImage=null,w.featureImageStatus!=="unprocessed"&&(w.featureImageStatus="unprocessed",v.featureImageStatus="unprocessed",S=!0)),(n==="metadata"||n==="all")&&(k?w.metadata!==null&&(b=Uc(y.metadata,null),w.metadata=null,v.metadata=null,S=!0):w.metadata===null&&(b=Uc(y.metadata,{}),w.metadata={},v.metadata={},S=!0)),(n==="tags"||n==="all")&&(k?w.tags!==null&&(w.tags=null,v.tags=null,S=!0):w.tags===null&&(w.tags=[],v.tags=[],S=!0)),(n==="properties"||n==="all")&&w.properties!==null&&(w.properties=null,v.properties=null,S=!0),S){let x=h.update(w);x.onerror=()=>{var B,U;d=x.error||null,console.error("[IndexedDB] cursor.update failed",{store:Ye,op:c,path:T,name:(B=x.error)==null?void 0:B.name,message:(U=x.error)==null?void 0:U.message});try{a.abort()}catch(q){}},l.push({path:T,data:w});let C=v.preview===null||v.featureImageKey===null||v.featureImageStatus!==void 0||v.properties===null,F=v.metadata===null||v.tags!==void 0,N={path:T,changes:v,changeType:C&&F?"both":C?"content":"metadata"};v.metadata!==void 0&&(N.metadataNameChanged=b),s.push(N)}h.continue()}},f.onerror=()=>{let h=f.error;d=h||null,console.error("[IndexedDB] openCursor failed",{store:Ye,op:c,name:h==null?void 0:h.name,message:h==null?void 0:h.message}),g(t.normalizeIdbError(h,"Cursor request failed"))},a.oncomplete=()=>{l.length>0&&(t.cache.batchUpdate(l),t.emitChanges(s)),(n==="featureImage"||n==="all")&&t.featureImageBlobs.clearMemoryCaches(),u()},a.onabort=()=>{var h;console.error("[IndexedDB] transaction aborted",{store:Ye,op:c,txError:(h=a.error)==null?void 0:h.message,reqError:d==null?void 0:d.message}),t.rejectWithTransactionError(g,a,d,"Transaction aborted")},a.onerror=()=>{var h;console.error("[IndexedDB] transaction error",{store:Ye,op:c,txError:(h=a.error)==null?void 0:h.message,reqError:d==null?void 0:d.message}),t.rejectWithTransactionError(g,a,d,"Transaction error")}})}async function ZL(t,e){let{scope:n}=e,a=t.db.transaction([Ye,Nt],"readwrite"),o=a.objectStore(Ye),r=a.objectStore(Nt),i=[],s=[],l=[],c="batchClearFeatureImageContent",d=null;if(await new Promise((u,g)=>{let f=o.openCursor();f.onsuccess=()=>{let h=f.result;if(!h)return;let y=h.key;if(typeof y!="string"){h.continue();return}let w=fo(y);if(!(n==="markdown"?w:!w)){h.continue();return}let b=t.normalizeFileData(h.value),S={...b},T={},k=!1;if(S.featureImageKey!==null&&(S.featureImageKey=null,T.featureImageKey=null,k=!0),S.featureImage=null,S.featureImageStatus!=="unprocessed"&&(S.featureImageStatus="unprocessed",T.featureImageStatus="unprocessed",k=!0),k){let C=h.update(S);C.onerror=()=>{var F,O;d=C.error||null,console.error("[IndexedDB] cursor.update failed",{store:Ye,op:c,path:y,name:(F=C.error)==null?void 0:F.name,message:(O=C.error)==null?void 0:O.message});try{a.abort()}catch(N){}},s.push({path:y,data:S}),i.push({path:y,changes:T,changeType:"content"})}if(b.featureImageKey!==null||b.featureImageStatus==="has"){let C=r.delete(y);C.onerror=()=>{var F,O;d=C.error||null,console.error("[IndexedDB] delete failed",{store:Nt,op:c,path:y,name:(F=C.error)==null?void 0:F.name,message:(O=C.error)==null?void 0:O.message})},l.push(y)}h.continue()},f.onerror=()=>{let h=f.error;d=h||null,console.error("[IndexedDB] openCursor failed",{store:Ye,op:c,name:h==null?void 0:h.name,message:h==null?void 0:h.message}),g(t.normalizeIdbError(h,"Cursor request failed"))},a.oncomplete=()=>u(),a.onabort=()=>{var h;console.error("[IndexedDB] transaction aborted",{store:Ye,op:c,txError:(h=a.error)==null?void 0:h.message,reqError:d==null?void 0:d.message}),t.rejectWithTransactionError(g,a,d,"Transaction aborted")},a.onerror=()=>{var h;console.error("[IndexedDB] transaction error",{store:Ye,op:c,txError:(h=a.error)==null?void 0:h.message,reqError:d==null?void 0:d.message}),t.rejectWithTransactionError(g,a,d,"Transaction error")}}),s.length>0&&(t.cache.batchUpdate(s),t.emitChanges(i)),l.length>0)for(let u of l)t.featureImageBlobs.deleteFromCache(u)}async function JL(t,e){let{paths:n,type:a}=e,o=t.db.transaction([Ye,Nt,yt],"readwrite"),r=o.objectStore(Ye),i=o.objectStore(Nt),s=o.objectStore(yt),l=[],c=[],d="batchClearFileContent",u=null;if(await new Promise((g,f)=>{if(n.length===0){g();return}n.forEach(h=>{let y=r.get(h);y.onsuccess=()=>{let w=y.result||null;if(!w)return;let v={...t.normalizeFileData(w)},b={},S=!1,T=!1;if(a==="preview"||a==="all"){let k=Vc(h);v.previewStatus!==k&&(v.previewStatus=k,b.preview=null,T=!0);let x=s.delete(h);x.onerror=()=>{var C,F;u=x.error||null,console.error("[IndexedDB] delete failed",{store:yt,op:d,path:h,name:(C=x.error)==null?void 0:C.name,message:(F=x.error)==null?void 0:F.message})}}if((a==="featureImage"||a==="all")&&v.featureImageKey!==null&&(v.featureImageKey=null,b.featureImageKey=null,T=!0),(a==="featureImage"||a==="all")&&(v.featureImage=null,v.featureImageStatus!=="unprocessed"&&(v.featureImageStatus="unprocessed",b.featureImageStatus="unprocessed",T=!0)),(a==="metadata"||a==="all")&&v.metadata!==null&&(S=Uc(v.metadata,null),v.metadata=null,b.metadata=null,T=!0),(a==="tags"||a==="all")&&v.tags!==null&&(v.tags=null,b.tags=null,T=!0),(a==="properties"||a==="all")&&v.properties!==null&&(v.properties=null,b.properties=null,T=!0),T){let k=r.put(v,h);if(k.onerror=()=>{var N,B;u=k.error||null,console.error("[IndexedDB] put failed",{store:Ye,op:d,path:h,name:(N=k.error)==null?void 0:N.name,message:(B=k.error)==null?void 0:B.message})},a==="featureImage"||a==="all"){let N=i.delete(h);N.onerror=()=>{var B,U;u=N.error||null,console.error("[IndexedDB] delete failed",{store:Nt,op:d,path:h,name:(B=N.error)==null?void 0:B.name,message:(U=N.error)==null?void 0:U.message})}}l.push({path:h,data:v});let x=b.preview===null||b.featureImageKey===null||b.featureImageStatus!==void 0||b.properties===null,C=b.metadata===null||b.tags!==void 0,O={path:h,changes:b,changeType:x&&C?"both":x?"content":"metadata"};b.metadata!==void 0&&(O.metadataNameChanged=S),c.push(O)}},y.onerror=()=>{var w,v;u=y.error||null,console.error("[IndexedDB] get failed",{store:Ye,op:d,path:h,name:(w=y.error)==null?void 0:w.name,message:(v=y.error)==null?void 0:v.message});try{o.abort()}catch(b){}}}),o.oncomplete=()=>g(),o.onabort=()=>{var h;console.error("[IndexedDB] transaction aborted",{store:Ye,op:d,txError:(h=o.error)==null?void 0:h.message,reqError:u==null?void 0:u.message}),t.rejectWithTransactionError(f,o,u,"Transaction aborted")},o.onerror=()=>{var h;console.error("[IndexedDB] transaction error",{store:Ye,op:d,txError:(h=o.error)==null?void 0:h.message,reqError:u==null?void 0:u.message}),t.rejectWithTransactionError(f,o,u,"Transaction error")}}),l.length>0&&(t.cache.batchUpdate(l),t.emitChanges(c)),a==="featureImage"||a==="all")for(let g of n)t.featureImageBlobs.deleteFromCache(g)}var ez=He(()=>{Wn();Nv();xp();Dg()});var _T,Eg=He(()=>{Me();$a();Wn();Nv();RL();AL();HL();KL();xp();Pv();eD();jL();Dg();YL();ez();_T=class{constructor(e,n){this.changeListeners=new Set;this.db=null;this.fileChangeListeners=new Map;this.isClosing=!1;this.initPromise=null;this.pendingRebuildNotice=!1;var s,l,c,d;this.dbName=`notebooknavigator/cache/${e}`;let a=(s=n==null?void 0:n.previewTextCacheMaxEntries)!=null?s:OL;this.cache=(l=n==null?void 0:n.cache)!=null?l:new MT({previewTextCacheMaxEntries:a});let o=Math.max(0,a),r=Math.max(1,(c=n==null?void 0:n.previewLoadMaxBatch)!=null?c:LL),i=(d=n==null?void 0:n.featureImageCacheMaxEntries)!=null?d:EL;this.featureImageBlobs=new xT(i),this.featureImages=new OT({getDb:()=>this.db,init:()=>this.init(),isClosing:()=>this.isClosing,blobs:this.featureImageBlobs}),this.previewTexts=new zT({deps:{cache:this.cache,getDb:()=>this.db,init:()=>this.init(),isClosing:()=>this.isClosing,emitChanges:u=>this.emitChanges(u)},previewTextCacheMaxEntries:o,previewLoadMaxBatch:r})}consumePendingRebuildNotice(){let e=this.pendingRebuildNotice;return this.pendingRebuildNotice=!1,e}normalizeFileData(e){return VL(e)}onContentChange(e){return this.changeListeners.add(e),()=>this.changeListeners.delete(e)}onFileContentChange(e,n){let a=this.fileChangeListeners.get(e);return a||(a=new Set,this.fileChangeListeners.set(e,a)),a.add(n),()=>{let o=this.fileChangeListeners.get(e);o&&(o.delete(n),o.size===0&&this.fileChangeListeners.delete(e))}}emitChanges(e){if(e.length!==0){this.changeListeners.forEach(n=>{try{n(e)}catch(a){console.error("Error in change listener:",a)}});for(let n of e){let a=this.fileChangeListeners.get(n.path);a&&a.forEach(o=>{try{o(n.changes)}catch(r){console.error("Error in file change listener:",r)}})}}}isInitialized(){return this.db!==null}async init(){if(!this.isClosing&&!this.db)return this.initPromise?this.initPromise:(this.initPromise=this.checkSchemaAndInit().catch(e=>{throw console.error("Failed to initialize database:",e),this.initPromise=null,e}),this.initPromise)}parseStoredVersion(e){if(typeof e=="number"&&Number.isFinite(e))return Math.trunc(e);if(typeof e=="string"){let n=Number.parseInt(e,10);return Number.isFinite(n)?n:null}return null}getStoredVersion(e){let n=fe.get(e);return this.parseStoredVersion(n)}isVersionError(e){return zL(e)}async checkSchemaAndInit(){let e=this.getStoredVersion(ct.databaseSchemaVersionKey),n=this.getStoredVersion(ct.databaseContentVersionKey),a=ZI,o=ML,r=e===null,i=n===null,s=e!==null&&e!==a,l=n!==null&&n!==o,c=s&&e!==null&&e>a;s?c?(console.log(`Database schema version downgraded from ${e} to ${a}. Recreating database.`),await this.deleteDatabase()):console.log(`Database schema version upgraded from ${e} to ${a}.`):r&&console.log("Database schema version is missing. Rebuilding database."),l?console.log(`Content version changed from ${n} to ${o}. Rebuilding content.`):i&&console.log("Content version is missing. Rebuilding content.");let d=c||l||r||i;this.pendingRebuildNotice=c||l;try{await this.openDatabase(d)}catch(u){this.isVersionError(u)?console.log("Database version mismatch detected. Recreating database."):console.error("Database open failed. Recreating database.",u),this.pendingRebuildNotice=!0,await this.deleteDatabase(),await this.openDatabase(!0)}d&&await this.clear(),fe.set(ct.databaseSchemaVersionKey,a.toString()),fe.set(ct.databaseContentVersionKey,o.toString())}async deleteDatabase(){return this.db&&(this.db.close(),this.db=null),new Promise((e,n)=>{let a=indexedDB.deleteDatabase(this.dbName);a.onsuccess=()=>{e()},a.onerror=()=>{let o=a.error;console.error("Failed to delete database:",o),n(this.normalizeIdbError(o,"Failed to delete database"))},a.onblocked=()=>{console.error("Database deletion blocked"),n(new Error("Database deletion blocked"))}})}normalizeIdbError(e,n){return qd(e,n)}rejectWithTransactionError(e,n,a,o){ar(e,n,a,o)}async openDatabase(e=!1){return new Promise((n,a)=>{let o=indexedDB.open(this.dbName,ZI);o.onerror=()=>{let r=o.error;console.error("Database open error:",r),a(this.normalizeIdbError(r,"Failed to open database"))},o.onblocked=()=>{console.error("Database open blocked"),a(new Error("Database open blocked"))},o.onsuccess=async()=>{let r=o.result;if(this.isClosing){try{r.close()}catch(i){}this.db=null,n();return}if(this.db=r,this.featureImageBlobs.clearMemoryCaches(),this.db&&(this.db.onversionchange=()=>{var i;try{(i=this.db)==null||i.close()}catch(s){}this.db=null}),e)this.cache.resetToEmpty();else try{let i=this.db;if(!i){this.cache.resetToEmpty(),n();return}await UL({db:i,cache:this.cache})}catch(i){console.error("[DB Cache] Failed to initialize cache:",i),console.error("[DB Cache] IndexedDB cache hydration failed. Run Notebook Navigator: Rebuild cache to reset the database."),this.cache.resetToEmpty()}n()},o.onupgradeneeded=qL})}async clear(){if(await this.init(),!this.db)throw new Error("Database not initialized");let e=this.db.transaction([Ye,Nt,yt],"readwrite"),n=e.objectStore(Ye),a=e.objectStore(Nt),o=e.objectStore(yt);return new Promise((r,i)=>{let s="clear",l=null,c=n.clear();c.onerror=()=>{var g,f;l=c.error||null,console.error("[IndexedDB] clear failed",{store:Ye,name:(g=c.error)==null?void 0:g.name,message:(f=c.error)==null?void 0:f.message})};let d=a.clear();d.onerror=()=>{var g,f;l=d.error||null,console.error("[IndexedDB] clear failed",{store:Nt,name:(g=d.error)==null?void 0:g.name,message:(f=d.error)==null?void 0:f.message})};let u=o.clear();u.onerror=()=>{var g,f;l=u.error||null,console.error("[IndexedDB] clear failed",{store:yt,name:(g=u.error)==null?void 0:g.name,message:(f=u.error)==null?void 0:f.message})},e.oncomplete=()=>{this.cache.resetToEmpty(),this.featureImageBlobs.clearMemoryCaches(),r()},e.onabort=()=>{var g;console.error("[IndexedDB] transaction aborted",{store:Ye,op:s,txError:(g=e.error)==null?void 0:g.message,reqError:l==null?void 0:l.message}),this.rejectWithTransactionError(i,e,l,"Transaction aborted")},e.onerror=()=>{var g;console.error("[IndexedDB] transaction error",{store:Ye,op:s,txError:(g=e.error)==null?void 0:g.message,reqError:l==null?void 0:l.message}),this.rejectWithTransactionError(i,e,l,"Transaction error")}})}getFile(e){return this.cache.isReady()?this.cache.getFile(e):null}seedMemoryFile(e,n){this.cache.isReady()&&this.cache.setClonedFile(e,n)}beginFeatureImageBlobMove(e,n){this.featureImages.beginMove(e,n)}beginPreviewTextMove(e,n){this.previewTexts.beginMove(e,n)}async setFile(e,n){if(await this.init(),!this.db)throw new Error("Database not initialized");let a=this.db.transaction([Ye],"readwrite"),o=a.objectStore(Ye);return new Promise((r,i)=>{let l=null,c=this.normalizeFileData({...n,featureImage:null}),d=o.put(c,e);d.onerror=()=>{var u,g;l=d.error||null,console.error("[IndexedDB] put failed",{store:Ye,path:e,name:(u=d.error)==null?void 0:u.name,message:(g=d.error)==null?void 0:g.message})},a.oncomplete=()=>{this.cache.updateFile(e,c),r()},a.onabort=()=>{var u;console.error("[IndexedDB] transaction aborted",{store:Ye,op:"put",path:e,txError:(u=a.error)==null?void 0:u.message,reqError:l==null?void 0:l.message}),this.rejectWithTransactionError(i,a,l,"Transaction aborted")},a.onerror=()=>{var u;console.error("[IndexedDB] transaction error",{store:Ye,op:"put",path:e,txError:(u=a.error)==null?void 0:u.message,reqError:l==null?void 0:l.message}),this.rejectWithTransactionError(i,a,l,"Transaction error")}})}async deleteFile(e){if(await this.init(),!this.db)throw new Error("Database not initialized");let n=this.db.transaction([Ye,Nt,yt],"readwrite"),a=n.objectStore(Ye),o=n.objectStore(Nt),r=n.objectStore(yt);return new Promise((i,s)=>{let l="delete",c=null,d=a.delete(e);d.onerror=()=>{var f,h;c=d.error||null,console.error("[IndexedDB] delete failed",{store:Ye,path:e,name:(f=d.error)==null?void 0:f.name,message:(h=d.error)==null?void 0:h.message})};let u=o.delete(e);u.onerror=()=>{var f,h;c=u.error||null,console.error("[IndexedDB] delete failed",{store:Nt,path:e,name:(f=u.error)==null?void 0:f.name,message:(h=u.error)==null?void 0:h.message})};let g=r.delete(e);g.onerror=()=>{var f,h;c=g.error||null,console.error("[IndexedDB] delete failed",{store:yt,path:e,name:(f=g.error)==null?void 0:f.name,message:(h=g.error)==null?void 0:h.message})},n.oncomplete=()=>{this.cache.deleteFile(e),this.featureImageBlobs.deleteFromCache(e),i()},n.onabort=()=>{var f;console.error("[IndexedDB] transaction aborted",{store:Ye,op:l,path:e,txError:(f=n.error)==null?void 0:f.message,reqError:c==null?void 0:c.message}),this.rejectWithTransactionError(s,n,c,"Transaction aborted")},n.onerror=()=>{var f;console.error("[IndexedDB] transaction error",{store:Ye,op:l,path:e,txError:(f=n.error)==null?void 0:f.message,reqError:c==null?void 0:c.message}),this.rejectWithTransactionError(s,n,c,"Transaction error")}})}getFiles(e){return this.cache.isReady()?this.cache.getFiles(e):new Map}async setFiles(e){if(await this.init(),!this.db)throw new Error("Database not initialized");let n=this.db.transaction([Ye],"readwrite"),a=n.objectStore(Ye);return new Promise((o,r)=>{let i="put:batch",s=null;if(e.length===0){o();return}let l=e.map(({path:c,data:d})=>({path:c,data:this.normalizeFileData({...d,featureImage:null})}));l.forEach(({path:c,data:d})=>{let u=a.put(d,c);u.onerror=()=>{var g,f;s=u.error||null,console.error("[IndexedDB] put failed",{store:Ye,path:c,name:(g=u.error)==null?void 0:g.name,message:(f=u.error)==null?void 0:f.message})}}),n.oncomplete=()=>{this.cache.batchUpdate(l),o()},n.onabort=()=>{var c;console.error("[IndexedDB] transaction aborted",{store:Ye,op:i,txError:(c=n.error)==null?void 0:c.message,reqError:s==null?void 0:s.message}),this.rejectWithTransactionError(r,n,s,"Transaction aborted")},n.onerror=()=>{var c;console.error("[IndexedDB] transaction error",{store:Ye,op:i,txError:(c=n.error)==null?void 0:c.message,reqError:s==null?void 0:s.message}),this.rejectWithTransactionError(r,n,s,"Transaction error")}})}async upsertFilesWithPatch(e){if(await this.init(),!this.db)throw new Error("Database not initialized");let n=new Map;for(let i of e){let s=n.get(i.path);if(!s){n.set(i.path,i);continue}let l=s.patch?{...s.patch,...i.patch}:i.patch;n.set(i.path,{...i,patch:l})}let a=Array.from(n.values());if(a.length===0)return;let o=this.db.transaction([Ye],"readwrite"),r=o.objectStore(Ye);await new Promise((i,s)=>{let l="upsertFilesWithPatch",c=null,d=[];a.forEach(u=>{let g=r.get(u.path);g.onsuccess=()=>{let f=g.result||null,h=f?this.normalizeFileData(f):this.normalizeFileData(u.create),y=u.patch?{...h,...u.patch}:h;y.featureImage=null;let w=this.normalizeFileData(y);d.push({path:u.path,data:w});let v=r.put(w,u.path);v.onerror=()=>{var b,S;c=v.error||null,console.error("[IndexedDB] put failed",{store:Ye,op:l,path:u.path,name:(b=v.error)==null?void 0:b.name,message:(S=v.error)==null?void 0:S.message})}},g.onerror=()=>{var f,h;c=g.error||null,console.error("[IndexedDB] get failed",{store:Ye,op:l,path:u.path,name:(f=g.error)==null?void 0:f.name,message:(h=g.error)==null?void 0:h.message})}}),o.oncomplete=()=>{d.length>0&&this.cache.batchUpdate(d),i()},o.onabort=()=>{var u;console.error("[IndexedDB] transaction aborted",{store:Ye,op:l,txError:(u=o.error)==null?void 0:u.message,reqError:c==null?void 0:c.message}),this.rejectWithTransactionError(s,o,c,"Transaction aborted")},o.onerror=()=>{var u;console.error("[IndexedDB] transaction error",{store:Ye,op:l,txError:(u=o.error)==null?void 0:u.message,reqError:c==null?void 0:c.message}),this.rejectWithTransactionError(s,o,c,"Transaction error")}})}async deleteFiles(e){if(await this.init(),!this.db)throw new Error("Database not initialized");let n=this.db.transaction([Ye,Nt,yt],"readwrite"),a=n.objectStore(Ye),o=n.objectStore(Nt),r=n.objectStore(yt);return new Promise((i,s)=>{let l="delete:batch",c=null;if(e.length===0){i();return}e.forEach(d=>{let u=a.delete(d);u.onerror=()=>{var h,y;c=u.error||null,console.error("[IndexedDB] delete failed",{store:Ye,path:d,name:(h=u.error)==null?void 0:h.name,message:(y=u.error)==null?void 0:y.message})};let g=o.delete(d);g.onerror=()=>{var h,y;c=g.error||null,console.error("[IndexedDB] delete failed",{store:Nt,path:d,name:(h=g.error)==null?void 0:h.name,message:(y=g.error)==null?void 0:y.message})};let f=r.delete(d);f.onerror=()=>{var h,y;c=f.error||null,console.error("[IndexedDB] delete failed",{store:yt,path:d,name:(h=f.error)==null?void 0:h.name,message:(y=f.error)==null?void 0:y.message})}}),n.oncomplete=()=>{this.cache.batchDelete(e),e.forEach(d=>this.featureImageBlobs.deleteFromCache(d)),i()},n.onabort=()=>{var d;console.error("[IndexedDB] transaction aborted",{store:Ye,op:l,txError:(d=n.error)==null?void 0:d.message,reqError:c==null?void 0:c.message}),this.rejectWithTransactionError(s,n,c,"Transaction aborted")},n.onerror=()=>{var d;console.error("[IndexedDB] transaction error",{store:Ye,op:l,txError:(d=n.error)==null?void 0:d.message,reqError:c==null?void 0:c.message}),this.rejectWithTransactionError(s,n,c,"Transaction error")}})}getFilesWithContent(e){return this.cache.isReady()?this.cache.getAllFiles().filter(n=>e==="preview"?n.previewStatus!=="unprocessed":e==="featureImage"?n.featureImageStatus==="has":e==="metadata"?n.metadata!==null:!1):[]}getFileCount(){return this.cache.isReady()?this.cache.getFileCount():0}getAllFiles(){return this.cache.isReady()?this.cache.getAllFilesWithPaths():[]}forEachFile(e){this.cache.isReady()&&this.cache.forEachFile(e)}getFilesNeedingContent(e){if(!this.cache.isReady())return new Set;let n=new Set;return this.cache.forEachFile((a,o)=>{(e==="tags"&&fo(a)&&o.tags===null||e==="preview"&&fo(a)&&o.previewStatus==="unprocessed"||e==="featureImage"&&(o.featureImageKey===null||o.featureImageStatus==="unprocessed")||e==="metadata"&&fo(a)&&o.metadata===null||e==="wordCount"&&fo(a)&&o.wordCount===null||e==="tasks"&&fo(a)&&(o.taskTotal===null||o.taskUnfinished===null)||e==="properties"&&fo(a)&&o.properties===null)&&n.add(a)}),n}getFilesNeedingAnyContent(e){if(!this.cache.isReady()||e.length===0)return new Set;let n=e.includes("tags"),a=e.includes("preview"),o=e.includes("featureImage"),r=e.includes("metadata"),i=e.includes("wordCount"),s=e.includes("tasks"),l=e.includes("properties"),c=new Set;return this.cache.forEachFile((d,u)=>{let g=fo(d);(n&&g&&u.tags===null||a&&g&&u.previewStatus==="unprocessed"||o&&(u.featureImageKey===null||u.featureImageStatus==="unprocessed")||r&&g&&u.metadata===null||i&&g&&u.wordCount===null||s&&g&&(u.taskTotal===null||u.taskUnfinished===null)||l&&g&&u.properties===null)&&c.add(d)}),c}async getDatabaseStats(){if(!this.cache.isReady())return{itemCount:0,sizeMB:0};let e=0,n=0;this.cache.forEachFile((o,r)=>{e++,n+=o.length+JSON.stringify(r).length}),await this.forEachPreviewTextRecord((o,r)=>{n+=o.length+r.length}),await this.forEachFeatureImageBlobRecord((o,r)=>{n+=r.blob.size});let a=n/1024/1024;return{itemCount:e,sizeMB:a}}async updateFileContent(e,n,a,o,r){if(await this.init(),!this.db)throw new Error("Database not initialized");await GL({db:this.db,cache:this.cache,featureImageBlobs:this.featureImageBlobs,normalizeFileData:i=>this.normalizeFileData(i),emitChanges:i=>this.emitChanges(i),normalizeIdbError:(i,s)=>this.normalizeIdbError(i,s),rejectWithTransactionError:(i,s,l,c)=>this.rejectWithTransactionError(i,s,l,c)},{path:e,preview:n,image:a,metadata:o,featureImageKey:r})}async updateFileMetadata(e,n){if(await this.init(),!this.db)throw new Error("Database not initialized");await $L({db:this.db,cache:this.cache,featureImageBlobs:this.featureImageBlobs,normalizeFileData:a=>this.normalizeFileData(a),emitChanges:a=>this.emitChanges(a),normalizeIdbError:(a,o)=>this.normalizeIdbError(a,o),rejectWithTransactionError:(a,o,r,i)=>this.rejectWithTransactionError(a,o,r,i)},{path:e,metadata:n})}async updateProviderProcessedMtimes(e,n){await this.batchUpdateFileContentAndProviderProcessedMtimes({provider:e,contentUpdates:[],processedMtimeUpdates:n})}async clearFileContent(e,n){if(await this.init(),!this.db)throw new Error("Database not initialized");await XL({db:this.db,cache:this.cache,featureImageBlobs:this.featureImageBlobs,normalizeFileData:a=>this.normalizeFileData(a),emitChanges:a=>this.emitChanges(a),normalizeIdbError:(a,o)=>this.normalizeIdbError(a,o),rejectWithTransactionError:(a,o,r,i)=>this.rejectWithTransactionError(a,o,r,i)},{path:e,type:n})}async batchClearAllFileContent(e){if(await this.init(),!this.db)throw new Error("Database not initialized");await QL({db:this.db,cache:this.cache,featureImageBlobs:this.featureImageBlobs,normalizeFileData:n=>this.normalizeFileData(n),emitChanges:n=>this.emitChanges(n),normalizeIdbError:(n,a)=>this.normalizeIdbError(n,a),rejectWithTransactionError:(n,a,o,r)=>this.rejectWithTransactionError(n,a,o,r)},{type:e})}async batchClearFeatureImageContent(e){if(await this.init(),!this.db)throw new Error("Database not initialized");await ZL({db:this.db,cache:this.cache,featureImageBlobs:this.featureImageBlobs,normalizeFileData:n=>this.normalizeFileData(n),emitChanges:n=>this.emitChanges(n),normalizeIdbError:(n,a)=>this.normalizeIdbError(n,a),rejectWithTransactionError:(n,a,o,r)=>this.rejectWithTransactionError(n,a,o,r)},{scope:e})}async batchClearFileContent(e,n){if(await this.init(),!this.db)throw new Error("Database not initialized");await JL({db:this.db,cache:this.cache,featureImageBlobs:this.featureImageBlobs,normalizeFileData:a=>this.normalizeFileData(a),emitChanges:a=>this.emitChanges(a),normalizeIdbError:(a,o)=>this.normalizeIdbError(a,o),rejectWithTransactionError:(a,o,r,i)=>this.rejectWithTransactionError(a,o,r,i)},{paths:e,type:n})}async batchUpdateFileContent(e){await this.batchUpdateFileContentAndProviderProcessedMtimes({contentUpdates:e})}async batchUpdateFileContentAndProviderProcessedMtimes(e){if(await this.init(),!this.db)throw new Error("Database not initialized");await WL({db:this.db,cache:this.cache,normalizeFileData:n=>this.normalizeFileData(n),featureImageBlobs:this.featureImageBlobs,emitChanges:n=>this.emitChanges(n)},e)}async batchUpdate(e){await this.setFiles(e)}async clearDatabase(){await this.clear()}hasPreview(e){return this.cache.isReady()?this.cache.hasPreview(e):!1}hasFile(e){return this.cache.isReady()?this.cache.hasFile(e):!1}getCachedPreviewText(e){return this.previewTexts.getCachedPreviewText(e)}async ensurePreviewTextLoaded(e){return this.previewTexts.ensurePreviewTextLoaded(e)}startPreviewTextWarmup(){this.previewTexts.startPreviewTextWarmup()}async deletePreviewText(e){await this.previewTexts.deletePreviewText(e)}getCachedTags(e){let n=this.getFile(e);return!n||n.tags===null?[]:n.tags}async getFeatureImageBlob(e,n){return this.featureImages.getBlob(e,n)}async forEachFeatureImageBlobRecord(e){await this.featureImages.forEachBlobRecord(e)}async forEachPreviewTextRecord(e){await this.previewTexts.forEachPreviewTextRecord(e)}async moveFeatureImageBlob(e,n){await this.featureImages.moveBlob(e,n)}async movePreviewText(e,n){await this.previewTexts.movePreviewText(e,n)}async deleteFeatureImageBlob(e){await this.featureImages.deleteBlob(e)}close(){this.isClosing=!0,this.db&&(this.db.close(),this.db=null),this.initPromise=null,this.cache.clear(),this.previewTexts.close(),this.featureImages.close(),this.featureImageBlobs.clearMemoryCaches()}}});function ai(){return Dv||BT}function lt(){if(!Os){if(!qc)throw new Error("Database not initialized. Call initializeDatabase(appId) first.");let t={};HT!==null&&(t.featureImageCacheMaxEntries=HT),VT!==null&&(t.previewTextCacheMaxEntries=VT),UT!==null&&(t.previewLoadMaxBatch=UT),Os=new _T(qc,Object.keys(t).length>0?t:void 0)}return Os}function Gn(){return ai()||!qc?null:lt()}async function tz(t,e){if(Dv)return;if(BT&&(BT=!1),Iv){Kc&&await Kc;return}let n=Os;if(n&&n.isInitialized()){n.startPreviewTextWarmup();return}Iv=!0,Kc=(async()=>{try{if(ai())return;qc=t,(e==null?void 0:e.featureImageCacheMaxEntries)!==void 0&&(HT=e.featureImageCacheMaxEntries),(e==null?void 0:e.previewTextCacheMaxEntries)!==void 0&&(VT=e.previewTextCacheMaxEntries),(e==null?void 0:e.previewLoadMaxBatch)!==void 0&&(UT=e.previewLoadMaxBatch);let a=lt();if(await a.init(),ai()||Os!==a)return;a.startPreviewTextWarmup()}finally{Iv=!1}})();try{await Kc}finally{Kc=null}}async function nz(){if(ai())return null;if(!qc){let e=Date.now();for(;!qc&&!ai()&&Date.now()-e<5e3;)await new Promise(n=>{globalThis.setTimeout(n,50)})}if(ai()||!qc)return null;if(Kc)try{await Kc}catch(e){return console.error("Failed while waiting for database initialization:",e),null}let t=Gn();if(!t)return null;if(!t.isInitialized()){if(ai()||Os!==t)return null;try{if(await t.init(),ai()||Os!==t)return null;t.startPreviewTextWarmup()}catch(e){return console.error("Failed to initialize database while waiting:",e),null}}return t}function az(){if(!(!Os&&!qc&&!Iv&&!Kc)&&!Dv){Dv=!0,BT=!0;try{try{Os==null||Os.close()}catch(t){console.error("Failed to close database on shutdown:",t)}}finally{Os=null,qc=null,Iv=!1,Kc=null,HT=null,VT=null,UT=null,Dv=!1}}}async function xg(t,e,n,a){if(ai())return;let o=a!=null?a:lt(),r=[];for(let i of t){let s=e.get(i.path),l=n==null?void 0:n.get(i.path);if(s){if(l){let c={mtime:i.stat.mtime,markdownPipelineMtime:l.markdownPipelineMtime,tagsMtime:l.tagsMtime,metadataMtime:l.metadataMtime,fileThumbnailsMtime:l.fileThumbnailsMtime,tags:l.tags,wordCount:l.wordCount,taskTotal:l.taskTotal,taskUnfinished:l.taskUnfinished,properties:l.properties,previewStatus:l.previewStatus,featureImageStatus:l.featureImageStatus,featureImageKey:l.featureImageKey,metadata:l.metadata},d={...l,mtime:i.stat.mtime};r.push({path:i.path,create:d,patch:c}),n==null||n.delete(i.path)}else if(s.mtime!==i.stat.mtime){let c={...s,mtime:i.stat.mtime};r.push({path:i.path,create:c,patch:{mtime:i.stat.mtime}})}}else{if(l){let c={...l,mtime:i.stat.mtime};r.push({path:i.path,create:c}),n==null||n.delete(i.path);continue}r.push({path:i.path,create:Ig({mtime:i.stat.mtime,path:i.path})})}}await o.upsertFilesWithPatch(r)}async function oz(t){if(ai())return;let e=lt(),n=t.map(r=>r.path),a=e.getFiles(n),o=[];for(let r of t){let i=a.get(r.path);if(!i)o.push({path:r.path,create:Ig({mtime:r.stat.mtime,path:r.path})});else{let s={mtime:r.stat.mtime,markdownPipelineMtime:0,tagsMtime:0,metadataMtime:0,fileThumbnailsMtime:0},l={...i,...s};o.push({path:r.path,create:l,patch:s})}}await e.upsertFilesWithPatch(o)}async function Ev(t){if(ai())return;await lt().deleteFiles(t)}var Os,qc,Iv,Dv,BT,Kc,HT,VT,UT,cn=He(()=>{Eg();Os=null,qc=null,Iv=!1,Dv=!1,BT=!1,Kc=null,HT=null,VT=null,UT=null});function KT(t){return t.key==="Enter"||t.code==="Enter"||t.code==="NumpadEnter"}function qT(t,e){return t.metaKey||t.ctrlKey?e.cmdCtrlEnterOpenContext:t.shiftKey?e.shiftEnterOpenContext:null}function jT(t){return rz.Platform.isMacOS?t.metaKey:t.metaKey||t.ctrlKey}function Rg(t,e){return e==="optionAlt"?t.altKey:jT(t)}function nc(t,e,n,a){return e?"tab":a||n!=="optionAlt"?null:jT(t)?"tab":null}var rz,wl=He(()=>{rz=require("obsidian")});var b$,Ag,Ei,nD,Rp,xv,aD,Ap,WT=He(()=>{b$=t=>{if(!t)return null;let e=(t.match(/\*/g)||[]).length;if(e===0)return{type:"literal",value:t};if(e>1)return null;if(t==="*")return{type:"wildcard"};if(t.endsWith("*")){let n=t.slice(0,-1);return!n||n.includes("*")?null:{type:"prefix",value:n}}return null},Ag=(t,e)=>{if(typeof t!="string")return null;let n=t.trim();if(e.requireRoot&&!n.startsWith("/"))return null;let a=e.normalizePattern(n);if(!a)return null;let o=a.split("/").filter(Boolean);if(o.length===0)return null;let r=[];for(let s of o){let l=b$(s);if(!l)return null;r.push(l)}let i=0;for(let s of r){if(s.type==="literal"){i+=1;continue}break}return{raw:t,normalized:a,segments:r,literalPrefixLength:i}},Ei=(t,e)=>{let n=e(t);return n?n.split("/").filter(Boolean):[]},nD=(t,e)=>{if(e.length===0)return!1;let n=t.segments.length,a=Math.min(n,e.length);for(let o=0;oi.type==="wildcard")&&e.length>t.literalPrefixLength)return!0;for(let i=e.length;i{if(t.literalPrefixLength===0||e.length===0)return!1;let n=Math.min(t.literalPrefixLength,t.segments.length,e.length);if(n===0)return!1;for(let a=0;a{let o=t.segments.map((i,s)=>{var l;return s{let n=t.map(o=>Ag(o,e)).filter(o=>!!o);return{patterns:n,matches:o=>{let r=Ei(o,e.normalizePath);return r.length===0||n.length===0?!1:n.some(i=>nD(i,r))}}},Ap=t=>t.join("")});function iz(t){return(t.startsWith("#")?t.substring(1):t).replace(/^\/+|\/+$/g,"")}function w$(t,e){let n=iz(t);return n===e||n.startsWith(`${e}/`)}function T$(t,e){return e.some(n=>w$(t,n))}function Rv(t){return ht(t)}function ht(t){return Is(iz(t))}function jd(t){if(t.length===0)return S$;let e=Ap(t),n=oD.get(e);if(n)return n;let a=new Set,o=new Set,r=new Set,i=Mg(t);for(let l of t){let c=Rv(l);if(c.length===0)continue;let d=c.includes("/"),u=(c.match(/\*/g)||[]).length,g=c.startsWith("*"),f=c.endsWith("*");if(!d&&u===1&&g&&!f){let h=c.slice(1);h.length>0&&r.add(h);continue}if(!d&&u===1&&f&&!g){let h=c.slice(0,-1);h.length>0&&(o.add(h),a.add(h));continue}c.includes("*")||a.add(c)}let s={prefixes:Array.from(a),startsWithNames:Array.from(o),endsWithNames:Array.from(r),pathPatterns:i};return oD.set(e,s),s}function oi(t,e,n){if(n.pathPatterns.length===0&&n.prefixes.length===0&&n.startsWithNames.length===0&&n.endsWithNames.length===0)return!1;let a=Rv(t),o=Ei(a,ht),r=Is(e);return!!(n.pathPatterns.some(i=>nD(i,o))||n.prefixes.length>0&&T$(a,n.prefixes)||n.startsWithNames.some(i=>r.startsWith(i))||n.endsWithNames.some(i=>r.endsWith(i)))}function ia(t,e){let n=jd(t),a=n.pathPatterns.length>0||n.prefixes.length>0||n.startsWithNames.length>0||n.endsWithNames.length>0,o=a&&!e,r=o?(s,l)=>{var u;let c=ht(s),d=l!==void 0?Is(l):(u=c.split("/").pop())!=null?u:c;return!oi(c,d,n)}:()=>!0;return{matcher:n,hasHiddenRules:a,shouldFilterHiddenTags:o,isTagVisible:r,hasVisibleTags:o?s=>{for(let l of s)if(r(l))return!0;return!1}:s=>s.length>0}}function lz(t,e){let n=Rv(e);if(n.length===0)return t;let a=n.includes("*"),o=[],r=new Set;for(let i of t){let s=Rv(i);s.length!==0&&(r.has(s)||!a&&!s.includes("*")&&s.startsWith(`${n}/`)||(o.push(s),r.add(s)))}return r.has(n)||o.push(n),o}var S$,oD,rD,sz,Mg,da=He(()=>{WT();Ft();S$={prefixes:[],startsWithNames:[],endsWithNames:[],pathPatterns:[]};oD=new Map,rD=new Map,sz=()=>{oD.clear(),rD.clear()},Mg=t=>{let e=Ap(t),n=rD.get(e);if(n)return n;let a=t.map(o=>Ag(o,{normalizePattern:Rv})).filter(o=>!!o);return rD.set(e,a),a}});function GT(){YT=null}function k$(){return YT||(YT=new WeakMap),YT}function cz(t,e){let n=new Map,a=new Map;t.sort((o,r)=>{let i=ft(o,r);return i!==0?i:o.localeCompare(r)});for(let o of t){let r=o.split("/"),i="";for(let s=0;s0){let u=ht(r.slice(0,s).join("/"));if(!u||u===c)continue;let g=n.get(u);g&&g.children.get(c)!==d&&g.children.set(c,d)}}}return a}function dz(t,e,n,a=[],o=!1,r=!0){let i=new Set,s=0,l=0,c=new Map,d=ia(a,o),u=d.shouldFilterHiddenTags,g=new Map,f=new Map,h=Array.isArray(e)&&e.length>0,y=h&&e?e:null,w=(b,S)=>{let T=(b.startsWith("#")?b.substring(1):b).replace(/^\/+|\/+$/g,"");if(T.length===0)return;let[k]=T.split("/");if(!k)return;let x=ht(k);if(x.length===0)return;let C=f.get(x);C||(C={name:k,path:x,displayPath:k,children:new Map,notesWithTag:new Set},f.set(x,C)),C.notesWithTag.add(S)};t.forEachFile((b,S)=>{let T=y?ni(b,y):!1;if(n&&!n.has(b))return;if(T){let C=S.tags;if(!h||!C||C.length===0)return;for(let F of C)w(F,b);return}let k=S.tags;if(k===null||k.length===0){k!==null&&b.endsWith(".md")&&s++;return}let x=!1;for(let C of k){let F=(C.startsWith("#")?C.substring(1):C).replace(/^\/+|\/+$/g,""),O=ht(C);if(F.length===0||O.length===0)continue;(!u||d.isTagVisible(C,F.split("/").pop()))&&(x=!0);let N=c.get(O);N||(N=F,c.set(O,N)),i.add(N),g.has(N)||g.set(N,new Set);let B=g.get(N);B&&B.add(b)}b.endsWith(".md")&&x&&l++});let v=cz(Array.from(i),g);if(f.size>0)for(let b of Array.from(f.keys()))v.has(b)&&f.delete(b);return r&>(),{tagTree:v,tagged:l,untagged:s,hiddenRootTags:f}}function uz(t,e,n=[],a=!1,o=!0){var f;let r=new Set,i=0,s=0,l=new Map,c=new Map,d=ia(n,a),u=d.shouldFilterHiddenTags;for(let h of e){let y=t.getFile(h);if(!y)continue;let w=y.tags;if(w===null||w.length===0){w!==null&&h.endsWith(".md")&&i++;continue}let v=!1;for(let b of w){let S=(b.startsWith("#")?b.substring(1):b).replace(/^\/+|\/+$/g,""),T=ht(b);if(S.length===0||T.length===0)continue;(!u||d.isTagVisible(b,S.split("/").pop()))&&(v=!0);let k=l.get(T);k||(k=S,l.set(T,k)),r.add(k),c.has(k)||c.set(k,new Set),(f=c.get(k))==null||f.add(h)}h.endsWith(".md")&&v&&s++}let g=cz(Array.from(r),c);return o&>(),{tagTree:g,tagged:s,untagged:i,hiddenRootTags:new Map}}function Av(t){let e=k$(),n=e.get(t);if(n!==void 0)return n;let a=new Set,o=new Set,r=s=>{if(!o.has(s)){o.add(s),s.notesWithTag.forEach(l=>a.add(l));for(let l of s.children.values())r(l)}};r(t);let i=a.size;return e.set(t,i),i}function $T(t,e){let n=t.notesWithTag.size;if(!e)return{current:n,descendants:0,total:n};let a=Av(t);return{current:n,descendants:Math.max(a-n,0),total:a}}function Tl(t,e=new Set,n=new Set){if(n.has(t))return e;n.add(t),e.add(t.path);for(let a of t.children.values())Tl(a,e,n);return e}function iD(t,e=new Set,n=new Set){if(n.has(t))return e;n.add(t),t.notesWithTag.forEach(a=>e.add(a));for(let a of t.children.values())iD(a,e,n);return e}function Vr(t,e){let n=ht(e);function a(o,r){for(let i of o.values()){if(r.has(i))continue;if(r.add(i),i.path===n)return i;let s=a(i.children,r);if(s)return s}return null}return a(t,new Set)}function XT(t,e){if(e.pathPatterns.length===0&&e.prefixes.length===0&&e.startsWithNames.length===0&&e.endsWithNames.length===0)return t;let n=new Map;function a(o){if(oi(o.path,o.name,e))return null;let i=new Map;for(let[s,l]of o.children){let c=a(l);c&&i.set(s,c)}return i.size===0&&o.notesWithTag.size===0?null:{name:o.name,path:o.path,displayPath:o.displayPath,children:i,notesWithTag:o.notesWithTag}}for(let[o,r]of t){let i=a(r);i&&n.set(o,i)}return n}var YT,Nr=He(()=>{Fa();da();On();YT=null});function QT(t){if(!t)return!1;let e=t.trim();if(e.length===0||/\s/u.test(e)||e.includes("#")||e.startsWith("/")||e.endsWith("/")||e.includes("//"))return!1;let n=!1;for(let a of e)if(!D$.has(a)){if(N$.test(a)){P$.test(a)||(n=!0);continue}if(C$.test(a)){n=!0;continue}if(I$.test(a)){n=!0;continue}return!1}return n}function ZT(t){if(!t)return!1;let e=t.trim();if(e.length===0)return!1;let n=e.startsWith("#")?e:`#${e}`;return F$.test(n)}function JT(t){return t?/\s/u.test(t):!0}function qe(t){if(!t)return null;let e=t.trim();if(e==="")return null;let n=ht(e);return n===""?null:n}function ac(t,e){var o;if(t===kt)return kt;if(t===gt)return gt;let n=qe(t);if(!e||!n)return n;let a=Vr(e,n);return(o=a==null?void 0:a.path)!=null?o:n}function sD(t){if(!t||t.length===0)return[];let e=new Set,n=[];for(let a of t){let o=a.startsWith("#")?a.slice(1):a;if(!o)continue;let r=ht(o);!r||e.has(r)||(e.add(r),n.push(o))}return n}function na(t){var r,i,s;if(t.file.extension!=="md")return Mv;let e=(r=t.fileData)!=null?r:null;if(e&&e.tags!==null)return e.tags;let n=(i=t.db)!=null?i:Gn();if(n){if(typeof n.getFile=="function"){let l=n.getFile(t.file.path);return l&&(s=l.tags)!=null?s:Mv}if(typeof n.getCachedTags=="function"){let l=n.getCachedTags(t.file.path);return l.length>0?l:Mv}}let a=t.app.metadataCache.getFileCache(t.file),o=a?(0,pz.getAllTags)(a):null;return!o||o.length===0?Mv:sD(o)}function Og(t,e,n){return!t||n||!Rg(t,e)?null:t.shiftKey?"OR":"AND"}function mz(t,e){if(t.extension!=="md")return[];let n=e.getFile(t.path),a=n==null?void 0:n.tags;return!a||a.length===0?[]:a.map(o=>ht(o)).filter(o=>o.length>0)}function E$(t,e,n){let a=mz(t,n),o=ht(e);return o.length===0?!1:a.some(r=>r===o)}function gz(t,e,n,a,o,r){let i=a.getFile(t.path);if(!i||i.tags===null)return e;let s=mz(t,a);if(s.length===0)return n.showUntagged?gt:null;let l=i.tags,c=()=>{var d;return l&&l.length>0?l[0]:(d=s[0])!=null?d:null};if(e===kt)return o&&r?kt:c();if(e&&e!==gt&&e!==kt){if(E$(t,e,a))return e;if(o&&r){let d=ht(e);if(d.length>0){let u=`${d}/`;for(let g of s)if(g.startsWith(u))return e}}}return c()}function x$(t,e){if(!t||t===gt||t===kt)return!0;let n=t.split("/"),a="";for(let o=0;o0;a--){let o=n.slice(0,a).join("/");if(x$(o,e))return o}return t}var pz,Mp,F$,N$,P$,C$,I$,D$,Mv,Gt=He(()=>{pz=require("obsidian");Me();cn();wl();da();Nr();Mp="\\u2000-\\u206F\\u2E00-\\u2E7F'!\"#$%&()*+,.:;<=>?@^`{|}~[\\]\\\\\\s",F$=new RegExp(`^#[^${Mp}]+$`,"u"),N$=/^[\p{L}\p{N}\p{M}_\-/]$/u,P$=/^\p{M}$/u,C$=/^\p{Extended_Pictographic}$/u,I$=/^\p{Regional_Indicator}$/u,D$=new Set(["\u200D","\uFE0E","\uFE0F"]);Mv=[]});function Do(t){return t.type===Jt.FOLDER}function so(t){return t.type===Jt.NOTE}function Ls(t){return t.type===Jt.SEARCH}function lD(t){return typeof t=="object"&&t!==null}function cD(t){return lD(t)&&t.type===or.FOLDER&&typeof t.path=="string"}function dD(t){return lD(t)&&t.type===or.TAG&&typeof t.tagPath=="string"}function uD(t){return lD(t)&&t.type===or.PROPERTY&&typeof t.nodeId=="string"}function jc(t){return t===Pe?Pe:typeof t!="string"?null:Dt(t)}function Op(t){return Oe(t)}function eS(t){if(cD(t)){let n=kT(t.path);return n?{type:or.FOLDER,path:n}:void 0}if(dD(t)){let n=qe(t.tagPath);return n?{type:or.TAG,tagPath:n}:void 0}if(!uD(t))return;let e=jc(t.nodeId);if(e)return{type:or.PROPERTY,nodeId:e}}function Ov(t){let e=eS(t);return e?e.type===or.FOLDER?`${or.FOLDER}:${e.path}`:e.type===or.TAG?`${or.TAG}:${e.tagPath}`:`${or.PROPERTY}:${e.nodeId}`:""}function Oa(t){return t.type===Jt.TAG}function ho(t){return t.type===Jt.PROPERTY}function oc(t){return Do(t)?`${Jt.FOLDER}:${t.path}`:so(t)?`${Jt.NOTE}:${t.path}`:Oa(t)?`${Jt.TAG}:${t.tagPath}`:ho(t)?`${Jt.PROPERTY}:${t.nodeId}`:Ls(t)?`${Jt.SEARCH}:${Op(t.name)}`:A$(t)}function R$(t){if(typeof t=="object"&&t!==null)try{return JSON.stringify(t)}catch(e){return"[object Object]"}return String(t)}function A$(t){throw new Error(`Unsupported shortcut type: ${R$(t)}`)}var Jt,Lg,or,Ho=He(()=>{Me();Io();zt();Ft();Gt();Jt={FOLDER:"folder",NOTE:"note",SEARCH:"search",TAG:"tag",PROPERTY:"property"},Lg="application/x-notebook-shortcut",or={FOLDER:"folder",TAG:"tag",PROPERTY:"property"}});function Ur(t){if(!t)return"";let e=t.trim();if(e.length===0)return"";let n=e.startsWith("/")?e:`/${e}`;return es(n)}function bl(t,e="any"){let n=dn(t),a=Array.isArray(n.propertyKeys)?n.propertyKeys:[];if(a.length===0)return new Set;let o=new Set,r=new Set;return a.forEach(i=>{if(!i||e==="navigation"&&!i.showInNavigation||e==="list"&&!i.showInList||e==="file-menu"&&!i.showInFileMenu||e==="any"&&!i.showInNavigation&&!i.showInList&&!i.showInFileMenu)return;let s=typeof i.key=="string"?i.key.trim():"",l=Oe(s);!l||r.has(l)||(r.add(l),o.add(l))}),o}function rS(t,e){let n=new Map;Wc(e).forEach(r=>{let i=Oe(r.key);i&&n.set(i,r)});let a=[],o=new Set;return Rs(t).forEach(r=>{var c,d,u;let i=r.trim(),s=Oe(i);if(!i||!s||o.has(s))return;o.add(s);let l=n.get(s);a.push({key:i,showInNavigation:(c=l==null?void 0:l.showInNavigation)!=null?c:!0,showInList:(d=l==null?void 0:l.showInList)!=null?d:!0,showInFileMenu:(u=l==null?void 0:l.showInFileMenu)!=null?u:!1})}),a}function fD(t,e={}){var n;return{id:(n=e.id)!=null?n:H$(),name:Cz(t),fileVisibility:Iz(e.fileVisibility),hiddenFolders:rc(e.hiddenFolders),hiddenTags:rc(e.hiddenTags),hiddenFileNames:rc(e.hiddenFileNames),hiddenFileTags:rc(e.hiddenFileTags),hiddenFileProperties:rc(e.hiddenFileProperties),navigationBanner:typeof e.navigationBanner=="string"&&e.navigationBanner.length>0?e.navigationBanner:null,periodicNotesFolder:Fi(typeof e.periodicNotesFolder=="string"?e.periodicNotesFolder:""),propertyKeys:Wc(e.propertyKeys),shortcuts:sc(e.shortcuts),navRainbow:Nz(e.navRainbow)}}function V$(t,e={}){var a,o,r;let n=(a=e.sourceProfile)!=null?a:null;return fD(t,{hiddenFolders:n==null?void 0:n.hiddenFolders,hiddenFileProperties:n==null?void 0:n.hiddenFileProperties,hiddenFileNames:n==null?void 0:n.hiddenFileNames,hiddenTags:(o=n==null?void 0:n.hiddenTags)!=null?o:e.fallbackHiddenTags,hiddenFileTags:n==null?void 0:n.hiddenFileTags,fileVisibility:(r=n==null?void 0:n.fileVisibility)!=null?r:e.fallbackFileVisibility,navigationBanner:n==null?void 0:n.navigationBanner,periodicNotesFolder:n==null?void 0:n.periodicNotesFolder,propertyKeys:n==null?void 0:n.propertyKeys,shortcuts:n==null?void 0:n.shortcuts,navRainbow:n==null?void 0:n.navRainbow})}function Dz(t,e,n={}){let a=e.trim();return a?U$(t,a,n)?"duplicate":null:"empty"}function sS(t,e,n={}){let a=Dz(t,e);return a?{error:a}:{profile:V$(e.trim(),n)}}function Bv(t,e,n={}){let a=Dz(t,e,n);return a?a==="empty"?(le(m.settings.items.vaultProfiles.errors.emptyName,{variant:"warning"}),null):(a==="duplicate"&&le(m.settings.items.vaultProfiles.errors.duplicateName,{variant:"warning"}),null):e.trim()}function U$(t,e,n={}){if(!Array.isArray(t))return!1;let a=Oe(e);return a?t.some(o=>{var i;return n.excludeId&&o.id===n.excludeId?!1:Oe((i=o.name)!=null?i:"")===a}):!1}function K$(t){let e=t.trim();if(!e)return"";let n=Ag(e,{normalizePattern:ht});if(n)return n.normalized;if(e.startsWith("*")&&!e.slice(1).includes("*")&&!e.includes("/")){let a=ht(e.slice(1));return a.length>0?`*${a}`:""}if(e.endsWith("*")&&!e.slice(0,-1).includes("*")&&!e.includes("/")){let a=ht(e.slice(0,-1));return a.length>0?`${a}*`:""}return ht(e)}function Ez(t){let e=[],n=new Set;return t.forEach(a=>{let o=K$(a);!o||n.has(o)||(n.add(o),e.push(a))}),e}function ic(){var e;let t=(e=m.settings.items.vaultProfiles.defaultName)==null?void 0:e.trim();return t&&t.length>0?t:M$}function Vo(t){Array.isArray(t.vaultProfiles)||(t.vaultProfiles=[]),t.vaultProfiles.length===0&&t.vaultProfiles.push(fD(ic(),{id:va})),t.vaultProfiles.some(a=>a.id===va)||t.vaultProfiles.unshift(fD(ic(),{id:va})),t.vaultProfiles.forEach(a=>{let o=nt(a)?a:null;if(o){let l=o.hiddenFiles;if(!Array.isArray(o.hiddenFileProperties)&&Array.isArray(l)){let u=l.map(g=>typeof g=="string"?g.trim():"").filter(g=>g.length>0);a.hiddenFileProperties=u}delete o.hiddenFiles;let c=o.hiddenFileNamePatterns;if(!Array.isArray(o.hiddenFileNames)&&Array.isArray(c)){let u=c.map(g=>typeof g=="string"?g.trim():"").filter(g=>g.length>0);a.hiddenFileNames=u}delete o.hiddenFileNamePatterns;let d=o.propertyFields;!Array.isArray(o.propertyKeys)&&typeof d=="string"&&(a.propertyKeys=rS(d)),delete o.propertyFields}a.name=Cz(a.name),a.fileVisibility=Iz(a.fileVisibility),a.hiddenFolders=rc(a.hiddenFolders);let r=Array.isArray(a.hiddenTags)?a.hiddenTags:[];a.hiddenTags=rc(r),a.hiddenFileNames=rc(a.hiddenFileNames);let i=Array.isArray(a.hiddenFileTags)?a.hiddenFileTags:[];a.hiddenFileTags=rc(i),a.hiddenFileProperties=rc(a.hiddenFileProperties),a.navigationBanner=typeof a.navigationBanner=="string"&&a.navigationBanner.length>0?a.navigationBanner:null;let s=o&&typeof o.periodicNotesFolder=="string"?o.periodicNotesFolder:null;a.periodicNotesFolder=Fi(s!=null?s:""),a.propertyKeys=Wc(a.propertyKeys),a.shortcuts=sc(a.shortcuts),a.navRainbow=Nz(a.navRainbow)}),t.vaultProfiles.some(a=>a.id===t.vaultProfile)||(t.vaultProfile=va)}function dn(t){if(!Array.isArray(t.vaultProfiles)||t.vaultProfiles.length===0)throw new Error("No vault profiles configured");return Hv(t.vaultProfiles,t.vaultProfile)}function Hv(t,e){if(!Array.isArray(t)||t.length===0)throw new Error("No vault profiles configured");if(e){let n=t.find(a=>a.id===e);if(n)return n}return t[0]}function Uo(t){return dn(t).hiddenFolders}function Sl(t){return dn(t).hiddenFileNames}function zg(t){return dn(t).hiddenTags}function kl(t){return dn(t).hiddenFileTags}function Xa(t){return dn(t).hiddenFileProperties}function Ma(t){return gD(dn(t).propertyKeys)}function hD(t,e){let n=dn(t),a=rS(e,n.propertyKeys),o=gD(n.propertyKeys),r=gD(a);return o===r?!1:(n.propertyKeys=a,!0)}function _g(t){return dn(t).fileVisibility}function xz(t){return dn(t).navRainbow}function vD(t,e){var o;if(Vo(t),!e)return!1;let n=(o=e.split("/").pop())!=null?o:e,a=e.split("/").filter(Boolean);return t.vaultProfiles.some(r=>{if(!Array.isArray(r.hiddenTags)||r.hiddenTags.length===0)return!1;let i=jd(r.hiddenTags);return oi(e,n,i)?!0:i.pathPatterns.some(s=>Rp(s,a))})}function yD(t,e){var o;if(Vo(t),!e)return!1;let n=(o=e.split("/").pop())!=null?o:e,a=e.split("/").filter(Boolean);return t.vaultProfiles.some(r=>{if(!Array.isArray(r.hiddenFileTags)||r.hiddenFileTags.length===0)return!1;let i=jd(r.hiddenFileTags);return oi(e,n,i)?!0:i.pathPatterns.some(s=>Rp(s,a))})}function Rz(t,e,n){Vo(t);let a=qe(e),o=qe(n);if(!a||!o||a===o)return!1;let r=Ei(a,ht),i=Ei(o,ht),s=!1;return t.vaultProfiles.forEach(l=>{if(!Array.isArray(l.hiddenTags)||l.hiddenTags.length===0)return;let c=Mg(l.hiddenTags),d=new Map(c.map(f=>[f.raw,f])),u=!1,g=l.hiddenTags.map(f=>{let h=d.get(f);if(!h||h.literalPrefixLength===0||!Rp(h,r))return f;let y=xv(h,i,{normalizePattern:ht});return y!==f&&(u=!0),y});u&&(l.hiddenTags=Ez(g),s=!0)}),s}function Az(t,e,n){Vo(t);let a=qe(e),o=qe(n);if(!a||!o||a===o)return!1;let r=Ei(a,ht),i=Ei(o,ht),s=!1;return t.vaultProfiles.forEach(l=>{if(!Array.isArray(l.hiddenFileTags)||l.hiddenFileTags.length===0)return;let c=Mg(l.hiddenFileTags),d=new Map(c.map(f=>[f.raw,f])),u=!1,g=l.hiddenFileTags.map(f=>{let h=d.get(f);if(!h||h.literalPrefixLength===0||!Rp(h,r))return f;let y=xv(h,i,{normalizePattern:ht});return y!==f&&(u=!0),y});u&&(l.hiddenFileTags=Ez(g),s=!0)}),s}function Mz(t,e){Vo(t);let n=qe(e);if(!n)return!1;let a=Ei(n,ht),o=!1;return t.vaultProfiles.forEach(r=>{if(!Array.isArray(r.hiddenTags)||r.hiddenTags.length===0)return;let i=Mg(r.hiddenTags),s=new Map(i.map(d=>[d.raw,d])),l=!1,c=r.hiddenTags.filter(d=>{let u=s.get(d);return!u||!Rp(u,a)||u.literalPrefixLength{if(!Array.isArray(r.hiddenFileTags)||r.hiddenFileTags.length===0)return;let i=Mg(r.hiddenFileTags),s=new Map(i.map(d=>[d.raw,d])),l=!1,c=r.hiddenFileTags.filter(d=>{let u=s.get(d);return!u||!Rp(u,a)||u.literalPrefixLength{if(!Array.isArray(l.hiddenFolders)||l.hiddenFolders.length===0)return;let c=wz(l.hiddenFolders);if(c.patterns.length===0)return;let d=new Map(c.patterns.map(f=>[f.raw,f])),u=!1,g=l.hiddenFolders.map(f=>{let h=d.get(f);if(!h||h.literalPrefixLength===0||!Tz(h,r))return f;let y=xv(h,i,{addLeadingSlash:!0,normalizePattern:Ur});return y!==h.raw&&(u=!0),y});u&&(l.hiddenFolders=Array.from(new Set(g)),s=!0)}),s}function cS(t,e){Vo(t);let n=Ur(e);if(!n)return!1;let a=!1;return t.vaultProfiles.forEach(o=>{if(!Array.isArray(o.hiddenFolders)||o.hiddenFolders.length===0)return;let r=wz(o.hiddenFolders);if(r.patterns.length===0)return;let i=new Map(r.patterns.map(d=>[d.raw,d])),s=Ei(n,aS),l=!1,c=o.hiddenFolders.filter(d=>{let u=i.get(d);return!u||u.literalPrefixLength===0||!Tz(u,s)||u.literalPrefixLength{Ni();Bo();Ho();Le();vl();Wn();Vn();Io();Ft();Gt();ha();da();yl();WT();va="default",M$="Default",bz=t=>{let e=Ur(t);if(!e)return"";let n=e.split("/").filter(Boolean);return n.length===0?"/":`/${n.join("/")}`},aS=t=>{let e=Ur(t);return e?Oe(e):""},hz=t=>{let e=aS(t);if(!e)return"";let n=e.split("/").filter(Boolean);return n.length===0?"/":`/${n.join("/")}`},O$=t=>Ag(t,{normalizePattern:bz,requireRoot:!0}),wz=t=>{let e=t.filter(n=>n.trim().startsWith("/"));return aD(e,{normalizePattern:bz,normalizePath:Ur,requireRoot:!0})},Tz=(t,e)=>{if(t.literalPrefixLength===0||e.length===0)return!1;let n=Math.min(t.literalPrefixLength,t.segments.length,e.length);if(n===0)return!1;for(let a=0;a{let e=pD.get(t);if(e&&e.version===nS)return e.matcher;let n=[],a=new Set;t.forEach(s=>{let l=s.trim();if(!l.startsWith("/"))return;n.push(l);let c=hz(l);c&&a.add(c)});let o=Ap(Array.from(a).sort()),r=mD.get(o);if(r)return pD.set(t,{version:nS,matcher:r}),r;let i=aD(n,{normalizePattern:hz,normalizePath:aS,requireRoot:!0});return mD.set(o,i),pD.set(t,{version:nS,matcher:i}),i},Sz=()=>{mD.clear(),nS+=1};L$=t=>typeof t=="string"&&t.startsWith("/"),kz=t=>{if(!L$(t))return null;let e=O$(t);if(!e||e.literalPrefixLength===0)return null;let n=e.segments.slice(0,e.literalPrefixLength).map(o=>o.type==="literal"?o.value:"");return{normalizedPrefix:Ur(`/${n.join("/")}`),rebuildPattern:o=>{let r=Ur(o);if(!r)return"";let i=Ei(r,Ur);return xv(e,i,{addLeadingSlash:!0,normalizePattern:Ur})}}},rc=t=>Array.isArray(t)?t.map(e=>e.trim()).filter(e=>e.length>0):[],z$=t=>({key:t.key,showInNavigation:t.showInNavigation,showInList:t.showInList,showInFileMenu:t.showInFileMenu}),tS=(t,e)=>{if(typeof t!="string")return e;let n=t.trim();return n.length>0?n:e},Lv=t=>({...t}),Fz=t=>({mode:t.mode,balanceHueLuminance:t.balanceHueLuminance,separateThemeColors:t.separateThemeColors,shortcuts:Lv(t.shortcuts),recent:Lv(t.recent),folders:Lv(t.folders),tags:Lv(t.tags),properties:Lv(t.properties)}),oS=(t,e)=>t===e?!0:!t||!e?!1:t.mode===e.mode&&t.balanceHueLuminance===e.balanceHueLuminance&&t.separateThemeColors===e.separateThemeColors&&t.shortcuts.enabled===e.shortcuts.enabled&&t.shortcuts.firstColor===e.shortcuts.firstColor&&t.shortcuts.lastColor===e.shortcuts.lastColor&&t.shortcuts.darkFirstColor===e.shortcuts.darkFirstColor&&t.shortcuts.darkLastColor===e.shortcuts.darkLastColor&&t.shortcuts.transitionStyle===e.shortcuts.transitionStyle&&t.recent.enabled===e.recent.enabled&&t.recent.firstColor===e.recent.firstColor&&t.recent.lastColor===e.recent.lastColor&&t.recent.darkFirstColor===e.recent.darkFirstColor&&t.recent.darkLastColor===e.recent.darkLastColor&&t.recent.transitionStyle===e.recent.transitionStyle&&t.folders.enabled===e.folders.enabled&&t.folders.firstColor===e.folders.firstColor&&t.folders.lastColor===e.folders.lastColor&&t.folders.darkFirstColor===e.folders.darkFirstColor&&t.folders.darkLastColor===e.folders.darkLastColor&&t.folders.transitionStyle===e.folders.transitionStyle&&t.folders.scope===e.folders.scope&&t.tags.enabled===e.tags.enabled&&t.tags.firstColor===e.tags.firstColor&&t.tags.lastColor===e.tags.lastColor&&t.tags.darkFirstColor===e.tags.darkFirstColor&&t.tags.darkLastColor===e.tags.darkLastColor&&t.tags.transitionStyle===e.tags.transitionStyle&&t.tags.scope===e.tags.scope&&t.properties.enabled===e.properties.enabled&&t.properties.firstColor===e.properties.firstColor&&t.properties.lastColor===e.properties.lastColor&&t.properties.darkFirstColor===e.properties.darkFirstColor&&t.properties.darkLastColor===e.properties.darkLastColor&&t.properties.transitionStyle===e.properties.transitionStyle&&t.properties.scope===e.properties.scope,zv=(t,e)=>{let n=nt(t)?t:null,a=tS(n==null?void 0:n.firstColor,e.firstColor),o=tS(n==null?void 0:n.lastColor,e.lastColor);return{enabled:typeof(n==null?void 0:n.enabled)=="boolean"?n.enabled:e.enabled,firstColor:a,lastColor:o,darkFirstColor:tS(n==null?void 0:n.darkFirstColor,e.darkFirstColor),darkLastColor:tS(n==null?void 0:n.darkLastColor,e.darkLastColor),transitionStyle:tT(n==null?void 0:n.transitionStyle)?n.transitionStyle:e.transitionStyle}},Nz=(t,e=Co)=>{let n=nt(t)?t:null,a=nt(n==null?void 0:n.shortcuts)?n.shortcuts:null,o=nt(n==null?void 0:n.recent)?n.recent:null,r=nt(n==null?void 0:n.folders)?n.folders:null,i=nt(n==null?void 0:n.tags)?n.tags:null,s=nt(n==null?void 0:n.properties)?n.properties:null,l=zv(r,e.folders),c=zv(i,e.tags),d=zv(s,e.properties);return{mode:eT(n==null?void 0:n.mode)?n.mode:e.mode,balanceHueLuminance:typeof(n==null?void 0:n.balanceHueLuminance)=="boolean"?n.balanceHueLuminance:e.balanceHueLuminance,separateThemeColors:typeof(n==null?void 0:n.separateThemeColors)=="boolean"?n.separateThemeColors:e.separateThemeColors,shortcuts:zv(a,e.shortcuts),recent:zv(o,e.recent),folders:{...l,scope:zd(r==null?void 0:r.scope)?r.scope:e.folders.scope},tags:{...c,scope:zd(i==null?void 0:i.scope)?i.scope:e.tags.scope},properties:{...d,scope:zd(s==null?void 0:s.scope)?s.scope:e.properties.scope}}},vz=t=>t!==!1,_$=t=>t===!0,Pz=t=>{if(!nt(t))return null;let e=typeof t.key=="string"?t.key.trim():"",n=Oe(e);return!e||!n?null:{key:e,showInNavigation:vz(t.showInNavigation),showInList:vz(t.showInList),showInFileMenu:_$(t.showInFileMenu)}},Wc=t=>{if(!Array.isArray(t)||t.length===0)return[];let e=[],n=new Set;return t.forEach(a=>{let o=Pz(a);if(!o||!o.showInNavigation&&!o.showInList&&!o.showInFileMenu)return;let r=Oe(o.key);!r||n.has(r)||(n.add(r),e.push(z$(o)))}),e};yz=new WeakMap,B$=t=>{let e=[],n=new Set;return t.forEach(a=>{let o=Pz(a);if(!o)return;let r=Oe(o.key);!r||n.has(r)||(n.add(r),e.push(o.key))}),e},gD=t=>{if(!Array.isArray(t)||t.length===0)return"";let e=yz.get(t);if(e!==void 0)return e;let n=Ga(B$(t));return yz.set(t,n),n},sc=t=>Array.isArray(t)?t.map(e=>!Ls(e)||!e.startTarget?{...e}:{...e,startTarget:{...e.startTarget}}):[],iS=(t,e)=>{if(!Array.isArray(t)||t.length===0)return!1;let n=!1;return t.forEach(a=>{if(!Array.isArray(a.shortcuts)||a.shortcuts.length===0)return;let o=e(a.shortcuts);o&&(a.shortcuts=o,n=!0)}),n},H$=()=>`${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`,Cz=t=>{let e=(t!=null?t:"").trim();return e.length>0?e:ic()},Iz=t=>t===fa.ALL||t===fa.DOCUMENTS||t===fa.SUPPORTED?t:fa.SUPPORTED});function _z(){TD.clear()}function j$(t){return Array.from(new Set(t.map(e=>W$(e)).filter(e=>e.length>0))).sort()}function W$(t){let e=t.trim();return e.length===0?"":Ds(e)}function Lz(t){return t.includes("/")}function bD(t){let e=t.trim(),n=e.length===0?"":Ds(e);return n.length===0?"":n.startsWith("/")?n:`/${n}`}function Y$(t){return!t.startsWith(".")||t.includes("/")||t.includes("*")?!1:t.length>1}function zz(t){if(t==="*")return{glob:t,parts:[],requiresPrefixMatch:!1,requiresSuffixMatch:!1,matchAll:!0};let e=t.split("*").filter(n=>n.length>0);return{glob:t,parts:e,requiresPrefixMatch:!t.startsWith("*"),requiresSuffixMatch:!t.endsWith("*"),matchAll:!1}}function dS(t,e){if(e.matchAll)return!0;let{parts:n,requiresPrefixMatch:a,requiresSuffixMatch:o}=e;if(n.length===0)return!0;let r=0,i=0;if(a){let c=n[0];if(!t.startsWith(c))return!1;r=c.length,i=1}let s=n.length-1,l=o?s:n.length;for(;i{if(!d.includes("*")){if(Lz(d)){r.add(bD(d));return}if(Y$(d)){i.add(d);return}o.add(d);return}if(Lz(d)){l.push(zz(bD(d)));return}s.push(zz(d))});let c={matches:d=>{let u=Ds(d.name),g=Ds(d.basename),f=bD(d.path),h=d.extension?`.${Ds(d.extension)}`:"";return o.has(u)||r.has(f)||h.length>0&&i.has(h)||s.some(y=>dS(u,y)||dS(g,y))||l.some(y=>dS(f,y))?!0:h.length>0&&s.some(y=>dS(h,y))}};return TD.set(n,c),c}function Fl(t,e){return e||t.length===0?null:pS(t)}function qv(t,e){return e.length===0?!1:pS(e).matches(t)}function $$(t,e){if(Uv.size>=G$){let n=Uv.keys().next();n.done||Uv.delete(n.value)}Uv.set(t,e)}function X$(t){let e=t.indexOf("=");if(e===-1){let o=Oe(t);return o?{key:o,value:null}:null}let n=Oe(t.slice(0,e)),a=Un(t.slice(e+1));return!n||!a?null:{key:n,value:a}}function Bz(t,e){if(t==null)return!1;if(typeof t=="string"){let n=Un(t);return n.length>0&&e.has(n)}if(typeof t=="number"){if(!Number.isFinite(t))return!1;let n=Un(t.toString());return n.length>0&&e.has(n)}return typeof t=="boolean"?e.has(t?"true":"false"):Array.isArray(t)?t.some(n=>Bz(n,e)):!1}function Q$(t,e){let n=t.key.localeCompare(e.key);return n!==0?n:t.value===e.value?0:t.value===null?-1:e.value===null?1:t.value.localeCompare(e.value)}function Na(t){let e=Vv.get(t);if(e)return e;if(t.length===0)return Vv.set(t,uS),uS;let n=t.map(X$).filter(c=>c!==null);if(n.length===0)return Vv.set(t,uS),uS;let a=LI(n,Q$),o=a.map(c=>c.value===null?`${c.key}k`:`${c.key}v${c.value}`).join("\0"),r=Uv.get(o);if(r)return Vv.set(t,r),r;let i=new Set,s=new Map;a.forEach(c=>{if(c.value===null){i.add(c.key);return}let d=s.get(c.key);if(d){d.add(c.value);return}s.set(c.key,new Set([c.value]))});let l={hasCriteria:!0,matches:c=>{if(!c)return!1;for(let[d,u]of Object.entries(c)){let g=Oe(d);if(!g)continue;if(i.has(g))return!0;let f=s.get(g);if(f&&Bz(u,f))return!0}return!1}};return $$(o,l),Vv.set(t,l),l}function lo(t,e,n){if(!e.hasCriteria)return!1;let a=n.metadataCache.getFileCache(t);return e.matches(a==null?void 0:a.frontmatter)}function Hz(t,e,n){if(e.length===0)return!1;let a=Na(e);return lo(t,a,n)}function SD(t,e){let n=Oe(e);if(!n)return!1;let a=Oe(t);if(!a)return!1;if(!n.includes("*"))return a===n;if(n.endsWith("*")&&!n.startsWith("*")){let o=n.slice(0,-1);return a.startsWith(o)}if(n.startsWith("*")&&!n.endsWith("*")){let o=n.slice(1);return a.endsWith(o)}return a===n}function Nl(t,e,n){let a=_v(e).matches;if(e.some(i=>!i.startsWith("/")&&SD(t,i)))return!0;if(!n)return!1;let r=n.startsWith("/")?n:`/${n}`;return a(r)}function Z$(t,e){if(!t||e.length===0)return!1;let n=_v(e).matches,a=e.filter(i=>!i.startsWith("/")),o=i=>a.some(s=>SD(i,s)),r=t.parent;for(;r;){let i=r.path.startsWith("/")?r.path:`/${r.path}`;if(o(r.name)||n(i))return!0;r=r.parent}return!1}function rr(t,e){if(!t||e.length===0)return!1;let n=_v(e).matches,a=e.filter(s=>!s.startsWith("/")),o=s=>a.some(l=>SD(s,l)),r=t.path.startsWith("/")?t.path:`/${t.path}`;if(n(r)||o(t.name))return!0;let i=t.parent;for(;i;){let s=i.path.startsWith("/")?i.path:`/${i.path}`;if(n(s)||o(i.name))return!0;i=i.parent}return!1}function mS(t,e){if(!e.startsWith("/"))return[...t,e];let n=_v([e]).matches,a=t.filter(o=>{if(!o.startsWith("/"))return!0;let r=o.startsWith("/")?o:`/${o}`;return!n(r)});return a.push(e),a}function ni(t,e){if(!t||e.length===0)return!1;let n=t.split("/");for(let a=0;ao instanceof wD.TFolder);let a=e.length===0;return t.children.some(o=>o instanceof wD.TFolder?a?!0:!Nl(o.name,e,o.path):!1)}function fS(t,e){var d;let n=(d=e==null?void 0:e.showHiddenItems)!=null?d:!1,a=Xa(t),o=Na(a),r=Sl(t),i=Fl(r,n),s=kl(t),l=s.length>0?ia(s,n):null,c=!n&&(l!=null&&l.shouldFilterHiddenTags)?Gn():null;return{excludedPropertyMatcher:o,excludedFolderPatterns:Uo(t),includeHiddenItems:n,fileNameMatcher:i,hiddenFileTagVisibility:l,db:c}}function Kv(t,e,n){let{excludedPropertyMatcher:a,excludedFolderPatterns:o,includeHiddenItems:r,fileNameMatcher:i,hiddenFileTagVisibility:s,db:l}=e;if(!r&&t.extension==="md"&&a.hasCriteria){let c=n.metadataCache.getFileCache(t);if(a.matches(c==null?void 0:c.frontmatter))return!1}return!(i&&i.matches(t)||s&&s.shouldFilterHiddenTags&&t.extension==="md"&&na({app:n,file:t,db:l}).some(d=>!s.isTagVisible(d))||q$&&Z$(t,o))}function Vz(t,e,n){if(!t||!e)return[];let a=fS(e,n);return t.vault.getMarkdownFiles().filter(o=>Kv(o,a,t))}function Uz(t,e,n){if(!t||!e)return[];let a=_g(e),o=fS(e,n),r=[];for(let i of t.vault.getFiles()){if(i.extension==="md"){Kv(i,o,t)&&r.push(i);continue}tr(i)&&Xi(i,a,t)&&Kv(i,o,t)&&r.push(i)}return r}function Kz(t,e,n){if(!t||!e)return[];let a=fS(e,n);return t.vault.getFiles().filter(o=>Tp(o)?Kv(o,a,t):!1)}function qz(t,e,n){if(!t||!e)return[];let a=_g(e),o=fS(e,n);return t.vault.getFiles().filter(r=>Xi(r,a,t)?Kv(r,o,t):!1)}var wD,q$,TD,uS,G$,Uv,Vv,Fa=He(()=>{wD=require("obsidian");Wn();_t();cn();da();Gt();Ft();As();q$=!1,TD=new Map;uS={hasCriteria:!1,matches:()=>!1},G$=256,Uv=new Map,Vv=new WeakMap});var FD={};pl(FD,{InputModal:()=>ts});var Yz,ts,Lp=He(()=>{Yz=require("obsidian");Le();it();ts=class extends Yz.Modal{constructor(n,a,o,r,i="",s){var u,g;super(n);this.onSubmit=r;this.isSubmitting=!1;this.checkboxEl=null;this.titleEl.setText(a),this.closeOnSubmit=(u=s==null?void 0:s.closeOnSubmit)!=null?u:!0;let l=s==null?void 0:s.inputFilter,c=l?l(i):i;if(this.inputEl=this.contentEl.createEl("input",{type:"text",placeholder:o,value:c}),this.inputEl.addClass("nn-input"),this.cancelHandler=()=>this.close(),this.submitHandler=()=>this.handleSubmit(),s!=null&&s.checkbox){let f=this.contentEl.createEl("label",{cls:"nn-input-checkbox-row"});this.checkboxEl=f.createEl("input",{type:"checkbox"}),this.checkboxEl.checked=!!s.checkbox.defaultChecked,f.createSpan({text:s.checkbox.label})}let d=this.contentEl.createDiv("nn-button-container");this.cancelBtn=d.createEl("button",{text:m.common.cancel}),this.cancelBtn.addEventListener("click",this.cancelHandler),this.submitBtn=d.createEl("button",{text:(g=s==null?void 0:s.submitButtonText)!=null?g:m.common.submit,cls:"mod-cta"}),this.submitBtn.addEventListener("click",this.submitHandler),this.scope.register([],"Enter",f=>{let h=document.activeElement;h instanceof HTMLElement&&this.contentEl.contains(h)&&h!==this.cancelBtn&&(f.preventDefault(),this.handleSubmit())}),this.inputEl.focus(),i&&this.inputEl.select(),(l||s!=null&&s.onInputChange)&&this.inputEl.addEventListener("input",()=>{var y,w;let f=this.inputEl.value,h=l?l(f):f;if(h!==f){let v=(y=this.inputEl.selectionStart)!=null?y:f.length,b=(w=this.inputEl.selectionEnd)!=null?w:v,S=v-(l?l(f.slice(0,v)).length:v),T=b-(l?l(f.slice(0,b)).length:b);this.inputEl.value=h;let k=Math.min(h.length,Math.max(0,v-S)),x=Math.min(h.length,Math.max(0,b-T));this.inputEl.setSelectionRange(k,x)}s!=null&&s.onInputChange&&s.onInputChange({rawValue:f,filteredValue:this.inputEl.value})})}onClose(){this.cancelBtn&&this.cancelHandler&&this.cancelBtn.removeEventListener("click",this.cancelHandler),this.submitBtn&&this.submitHandler&&this.submitBtn.removeEventListener("click",this.submitHandler)}handleSubmit(){if(this.isSubmitting)return;let n=this.inputEl.value;this.closeOnSubmit&&this.close(),this.submitValue(n)}submitValue(n){if(this.isSubmitting)return;this.isSubmitting=!0;let a=this.checkboxEl?{checkboxValue:this.checkboxEl.checked}:void 0;te(async()=>{try{await this.onSubmit(n,a)}finally{this.isSubmitting=!1}})}}});function ut(t,e,n,a){let o=r=>{te(()=>n(r))};return t.addEventListener(e,o,a),()=>t.removeEventListener(e,o,a)}var Yc=He(()=>{it()});var Gz,Ln,ns=He(()=>{Gz=require("obsidian");Le();it();Ln=class extends Gz.Modal{constructor(n,a,o,r,i,s){var c;super(n);this.onConfirm=r;this.didConfirm=!1;this.onCancel=s==null?void 0:s.onCancel,this.titleEl.setText(a),o&&this.contentEl.createEl("p",{text:o}),s!=null&&s.buildContent&&s.buildContent(this.contentEl);let l=this.contentEl.createDiv("nn-button-container");this.cancelHandler=()=>this.close(),this.confirmHandler=()=>{this.didConfirm=!0,this.close(),this.triggerConfirm()},this.cancelBtn=l.createEl("button",{text:m.common.cancel}),this.cancelBtn.addEventListener("click",this.cancelHandler),this.confirmBtn=l.createEl("button",{text:i||m.common.delete,cls:(c=s==null?void 0:s.confirmButtonClass)!=null?c:"mod-warning"}),this.confirmBtn.addEventListener("click",this.confirmHandler),this.scope.register([],"Enter",d=>{d.preventDefault(),this.didConfirm=!0,this.close(),this.triggerConfirm()}),this.scope.register([],"Escape",d=>{d.preventDefault(),this.close()})}onClose(){this.cancelBtn&&this.cancelHandler&&this.cancelBtn.removeEventListener("click",this.cancelHandler),this.confirmBtn&&this.confirmHandler&&this.confirmBtn.removeEventListener("click",this.confirmHandler),!this.didConfirm&&this.onCancel&&te(()=>{var n;return(n=this.onCancel)==null?void 0:n.call(this)})}triggerConfirm(){te(()=>this.onConfirm())}}});var ND=He(()=>{});var i_=ul(en=>{"use strict";var CD=Symbol.for("react.transitional.element"),e7=Symbol.for("react.portal"),t7=Symbol.for("react.fragment"),n7=Symbol.for("react.strict_mode"),a7=Symbol.for("react.profiler"),o7=Symbol.for("react.consumer"),r7=Symbol.for("react.context"),i7=Symbol.for("react.forward_ref"),s7=Symbol.for("react.suspense"),l7=Symbol.for("react.memo"),e_=Symbol.for("react.lazy"),$z=Symbol.iterator;function c7(t){return t===null||typeof t!="object"?null:(t=$z&&t[$z]||t["@@iterator"],typeof t=="function"?t:null)}var t_={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},n_=Object.assign,a_={};function Vg(t,e,n){this.props=t,this.context=e,this.refs=a_,this.updater=n||t_}Vg.prototype.isReactComponent={};Vg.prototype.setState=function(t,e){if(typeof t!="object"&&typeof t!="function"&&t!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,t,e,"setState")};Vg.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this,t,"forceUpdate")};function o_(){}o_.prototype=Vg.prototype;function ID(t,e,n){this.props=t,this.context=e,this.refs=a_,this.updater=n||t_}var DD=ID.prototype=new o_;DD.constructor=ID;n_(DD,Vg.prototype);DD.isPureReactComponent=!0;var Xz=Array.isArray,La={H:null,A:null,T:null,S:null,V:null},r_=Object.prototype.hasOwnProperty;function ED(t,e,n,a,o,r){return n=r.ref,{$$typeof:CD,type:t,key:e,ref:n!==void 0?n:null,props:r}}function d7(t,e){return ED(t.type,e,void 0,void 0,void 0,t.props)}function xD(t){return typeof t=="object"&&t!==null&&t.$$typeof===CD}function u7(t){var e={"=":"=0",":":"=2"};return"$"+t.replace(/[=:]/g,function(n){return e[n]})}var Qz=/\/+/g;function PD(t,e){return typeof t=="object"&&t!==null&&t.key!=null?u7(""+t.key):e.toString(36)}function Zz(){}function p7(t){switch(t.status){case"fulfilled":return t.value;case"rejected":throw t.reason;default:switch(typeof t.status=="string"?t.then(Zz,Zz):(t.status="pending",t.then(function(e){t.status==="pending"&&(t.status="fulfilled",t.value=e)},function(e){t.status==="pending"&&(t.status="rejected",t.reason=e)})),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason}}throw t}function Hg(t,e,n,a,o){var r=typeof t;(r==="undefined"||r==="boolean")&&(t=null);var i=!1;if(t===null)i=!0;else switch(r){case"bigint":case"string":case"number":i=!0;break;case"object":switch(t.$$typeof){case CD:case e7:i=!0;break;case e_:return i=t._init,Hg(i(t._payload),e,n,a,o)}}if(i)return o=o(t),i=a===""?"."+PD(t,0):a,Xz(o)?(n="",i!=null&&(n=i.replace(Qz,"$&/")+"/"),Hg(o,e,n,"",function(c){return c})):o!=null&&(xD(o)&&(o=d7(o,n+(o.key==null||t&&t.key===o.key?"":(""+o.key).replace(Qz,"$&/")+"/")+i)),e.push(o)),1;i=0;var s=a===""?".":a+":";if(Xz(t))for(var l=0;l{"use strict";s_.exports=i_()});function c_(t,e){l_.set(t,e)}function Pl(t){return l_.get(t)}function Yd(t){t.empty(),t.removeClass("nn-emoji-icon"),f7.forEach(e=>{t.removeClass(e)})}var f7,l_,Ug=He(()=>{f7=["nn-iconfont","nn-iconfont-fa-solid","nn-iconfont-rpg-awesome","nn-iconfont-bootstrap-icons","nn-iconfont-material-icons","nn-iconfont-phosphor","nn-iconfont-simple-icons"],l_=new WeakMap});var as,yS,d_=He(()=>{Ug();as=class as{constructor(e={}){this.providers=new Map;this.version=0;this.listeners=new Set;this.config={defaultProvider:as.DEFAULT_PROVIDER,...e}}static getInstance(e){return as.instance||(as.instance=new as(e)),as.instance}registerProvider(e){if(!e.isAvailable())return;let n=this.providers.get(e.id);this.providers.set(e.id,e),n!==e&&this.notifyListeners()}unregisterProvider(e){this.providers.delete(e)&&this.notifyListeners()}getProvider(e){return this.providers.get(e)}getAllProviders(){return Array.from(this.providers.values())}parseIconId(e){let n=e.indexOf(":");return n===-1?{provider:this.config.defaultProvider||as.DEFAULT_PROVIDER,identifier:e,raw:e}:{provider:e.substring(0,n),identifier:e.substring(n+1),raw:e}}formatIconId(e,n){return e===this.config.defaultProvider||e===as.DEFAULT_PROVIDER?n:`${e}:${n}`}renderIcon(e,n,a){let o=Symbol("icon-render");if(c_(e,o),!n){e.empty();return}let r=this.parseIconId(n),i=this.providers.get(r.provider);if(!i){this.renderFallbackIcon(e,a);return}try{let s=i.render(e,r.identifier,a);if(s instanceof Promise){s.then(l=>{Pl(e)===o&&(l==="not-found"||!this.hasRenderedContent(e))&&this.renderFallbackIcon(e,a)}).catch(l=>{Pl(e)===o&&(console.error(`[IconService] Error rendering icon ${n}:`,l),this.renderFallbackIcon(e,a))});return}(s==="not-found"||!this.hasRenderedContent(e))&&this.renderFallbackIcon(e,a)}catch(s){console.error(`[IconService] Error rendering icon ${n}:`,s),this.renderFallbackIcon(e,a)}}search(e,n){if(n){let o=this.providers.get(n);return o?o.search(e):[]}let a=[];for(let o of this.providers.values()){let r=o.search(e);a.push(...r.map(i=>({...i,id:this.formatIconId(o.id,i.id)})))}return a}getAllIcons(e){if(e){let a=this.providers.get(e);return a?a.getAll():[]}let n=[];for(let a of this.providers.values()){let o=a.getAll();n.push(...o.map(r=>({...r,id:this.formatIconId(a.id,r.id)})))}return n}getVersion(){return this.version}subscribe(e){return this.listeners.add(e),()=>{this.listeners.delete(e)}}notifyIconAssetsChanged(){this.notifyListeners()}notifyListeners(){this.version+=1,this.listeners.forEach(e=>{try{e()}catch(n){console.error("[IconService] Listener error",n)}})}hasRenderedContent(e){var n,a;return e.childElementCount>0||((a=(n=e.textContent)==null?void 0:n.trim().length)!=null?a:0)>0}renderFallbackIcon(e,n){if(!e)return;let a=Pl(e),o=this.config.defaultProvider||as.DEFAULT_PROVIDER,r=this.providers.get(o);if(!r){e.empty();return}try{let i=r.render(e,as.FALLBACK_ICON_ID,n);if(i instanceof Promise){i.then(s=>{a&&Pl(e)!==a||(s==="not-found"||!this.hasRenderedContent(e))&&e.empty()}).catch(s=>{a&&Pl(e)!==a||(console.error("[IconService] Error rendering fallback icon",s),e.empty())});return}this.hasRenderedContent(e)||e.empty()}catch(i){console.error("[IconService] Error rendering fallback icon",i),e.empty()}}isValidIcon(e){let n=this.parseIconId(e),a=this.providers.get(n.provider);return a?a.getAll().some(r=>r.id===n.identifier):!1}};as.DEFAULT_PROVIDER="lucide",as.FALLBACK_ICON_ID="image-off";yS=as});var Kg,u_,bS,p_=He(()=>{Kg=require("obsidian");Ug();u_="lucide-",bS=class{constructor(){this.id="lucide";this.name="Lucide";this.iconCache=null}getVersion(){return null}isAvailable(){return typeof Kg.getIconIds=="function"&&typeof Kg.setIcon=="function"}render(e,n,a){Yd(e);let o=this.normalizeIconId(n);return o?((0,Kg.setIcon)(e,o),a?(e.style.setProperty("--icon-size",`${a}px`),e.style.width=`${a}px`,e.style.height=`${a}px`):(e.style.removeProperty("--icon-size"),e.style.removeProperty("width"),e.style.removeProperty("height")),e.childElementCount>0?"rendered":"not-found"):"not-found"}search(e){let n=e.toLowerCase().trim();if(!n)return[];let a=this.getIconList(),o=[];for(let r of a){let i=this.normalizeIconId(r),s=this.getKeywords(i),l=s.map(f=>f.toLowerCase()),c=this.formatDisplayName(i),d=i.toLowerCase(),u=c.toLowerCase(),g=this.resolveMatchScore(n,d,u,l);g!==null&&o.push({icon:{id:i,displayName:c,keywords:s},score:g,name:u||d,id:i})}return o.sort((r,i)=>{if(r.score!==i.score)return r.score-i.score;let s=r.name.localeCompare(i.name);return s!==0?s:r.id.localeCompare(i.id)}),o.map(r=>r.icon).slice(0,50)}getAll(){return this.getIconList().map(n=>{let a=this.normalizeIconId(n);return{id:a,displayName:this.formatDisplayName(a),keywords:this.getKeywords(a)}})}getIconList(){return this.iconCache||(this.iconCache=(0,Kg.getIconIds)()),this.iconCache}formatDisplayName(e){return e.split("-").map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join(" ")}getKeywords(e){let n=e.split("-"),a={folder:["directory","container"],file:["document","page"],tag:["label","category"],search:["find","query"],star:["favorite","bookmark"],heart:["love","like","favorite"],home:["house","main"],settings:["config","preferences","gear"],user:["person","account","profile"],calendar:["date","schedule"],clock:["time","watch"],mail:["email","message","envelope"],phone:["call","mobile"],trash:["delete","bin","remove"],edit:["modify","change","pencil"],plus:["add","new","create"],check:["done","complete","tick"],x:["close","cancel","remove"],arrow:["direction","pointer"],chevron:["expand","collapse"],grid:["layout","dashboard"],list:["items","menu"],image:["picture","photo"],video:["movie","film"],music:["audio","sound"],book:["read","library"],bookmark:["save","mark"],download:["save","get"],upload:["send","put"],share:["send","distribute"],link:["url","connection"],lock:["secure","private"],unlock:["open","public"],eye:["view","see","visible"],alert:["warning","attention"],info:["information","help"],question:["help","ask"],zap:["lightning","fast","energy"],sun:["light","day","bright"],moon:["night","dark"],cloud:["weather","storage"],globe:["world","internet","web"],map:["location","navigate"],pin:["location","mark","attach"],flag:["mark","country","report"],bell:["notification","alert","ring"],message:["chat","talk","comment"],code:["programming","develop"],terminal:["console","command"],database:["storage","data"],server:["host","backend"],cpu:["processor","computer"],wifi:["internet","wireless","network"],battery:["power","charge"],printer:["print","document"],camera:["photo","capture"],mic:["microphone","audio","record"]},o=[];return n.forEach(r=>{a[r]&&o.push(...a[r])}),[...n,...o]}normalizeIconId(e){if(!e)return e;let n=e.trim();return n&&(n.startsWith(u_)?n.substring(u_.length):n)}resolveMatchScore(e,n,a,o){return n===e?0:a&&a===e?1:o.includes(e)?2:n.startsWith(e)?3:a&&a.startsWith(e)?4:o.some(r=>r.startsWith(e))?5:n.includes(e)?6:a&&a.includes(e)?7:o.some(r=>r.includes(e))?8:null}}});var g_=ul((lqe,m_)=>{"use strict";m_.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});function y7(t){if(!t||t.length===0)return!1;let e=t.trim();return e.length===0?!1:h7.test(e)}function zp(t){if(!t)return null;let e=t.trim();if(e.length===0)return null;if(y7(e))return e;let n=e.match(v7);return n&&n[0].length>0?n[0]:null}var f_,h_,v_,y_,h7,v7,RD=He(()=>{f_=ce(g_()),h_=(0,f_.default)(),v_=h_.source,y_=h_.flags.replace(/g/g,""),h7=new RegExp(`^(?:${v_})+$`,y_),v7=new RegExp(`^(?:${v_})`,y_)});var Wv={};pl(Wv,{"#\uFE0F\u20E3":()=>Jbe,"*\uFE0F\u20E3":()=>ewe,"0\uFE0F\u20E3":()=>twe,"1\uFE0F\u20E3":()=>nwe,"2\uFE0F\u20E3":()=>awe,"3\uFE0F\u20E3":()=>owe,"4\uFE0F\u20E3":()=>rwe,"5\uFE0F\u20E3":()=>iwe,"6\uFE0F\u20E3":()=>swe,"7\uFE0F\u20E3":()=>lwe,"8\uFE0F\u20E3":()=>cwe,"9\uFE0F\u20E3":()=>dwe,default:()=>ODe,"\xA9\uFE0F":()=>Xbe,"\xAE\uFE0F":()=>Qbe,"\u203C\uFE0F":()=>Kbe,"\u2049\uFE0F":()=>qbe,"\u2122\uFE0F":()=>Zbe,"\u2139\uFE0F":()=>kwe,"\u2194\uFE0F":()=>uye,"\u2195\uFE0F":()=>dye,"\u2196\uFE0F":()=>cye,"\u2197\uFE0F":()=>aye,"\u2198\uFE0F":()=>rye,"\u2199\uFE0F":()=>sye,"\u21A9\uFE0F":()=>pye,"\u21AA\uFE0F":()=>mye,"\u231A":()=>wde,"\u231B":()=>yde,"\u2328\uFE0F":()=>_ge,"\u23CF\uFE0F":()=>ube,"\u23E9":()=>Zye,"\u23EA":()=>nbe,"\u23EB":()=>rbe,"\u23EC":()=>sbe,"\u23ED\uFE0F":()=>Jye,"\u23EE\uFE0F":()=>abe,"\u23EF\uFE0F":()=>ebe,"\u23F0":()=>Tde,"\u23F1\uFE0F":()=>Sde,"\u23F2\uFE0F":()=>kde,"\u23F3":()=>bde,"\u23F8\uFE0F":()=>lbe,"\u23F9\uFE0F":()=>cbe,"\u23FA\uFE0F":()=>dbe,"\u24C2\uFE0F":()=>Nwe,"\u25AA\uFE0F":()=>bTe,"\u25AB\uFE0F":()=>wTe,"\u25B6\uFE0F":()=>Qye,"\u25C0\uFE0F":()=>tbe,"\u25FB\uFE0F":()=>hTe,"\u25FC\uFE0F":()=>fTe,"\u25FD":()=>yTe,"\u25FE":()=>vTe,"\u2600\uFE0F":()=>lue,"\u2601\uFE0F":()=>hue,"\u2602\uFE0F":()=>xue,"\u2603\uFE0F":()=>Lue,"\u2604\uFE0F":()=>_ue,"\u260E\uFE0F":()=>Dge,"\u2611\uFE0F":()=>Dbe,"\u2614":()=>Rue,"\u2615":()=>Cse,"\u2618\uFE0F":()=>Ere,"\u261D\uFE0F":()=>kQ,"\u2620\uFE0F":()=>oX,"\u2622\uFE0F":()=>eye,"\u2623\uFE0F":()=>tye,"\u2626\uFE0F":()=>Eye,"\u262A\uFE0F":()=>xye,"\u262E\uFE0F":()=>Rye,"\u262F\uFE0F":()=>Iye,"\u2638\uFE0F":()=>Cye,"\u2639\uFE0F":()=>E9,"\u263A\uFE0F":()=>z7,"\u2640\uFE0F":()=>ybe,"\u2642\uFE0F":()=>bbe,"\u2648":()=>Oye,"\u2649":()=>Lye,"\u264A":()=>zye,"\u264B":()=>_ye,"\u264C":()=>Bye,"\u264D":()=>Hye,"\u264E":()=>Vye,"\u264F":()=>Uye,"\u2650":()=>Kye,"\u2651":()=>qye,"\u2652":()=>jye,"\u2653":()=>Wye,"\u265F\uFE0F":()=>ome,"\u2660\uFE0F":()=>eme,"\u2663\uFE0F":()=>ame,"\u2665\uFE0F":()=>tme,"\u2666\uFE0F":()=>nme,"\u2668\uFE0F":()=>Xle,"\u267B\uFE0F":()=>Sbe,"\u267E\uFE0F":()=>Tbe,"\u267F":()=>Ave,"\u2692\uFE0F":()=>Mhe,"\u2693":()=>$ce,"\u2694\uFE0F":()=>zhe,"\u2695\uFE0F":()=>wbe,"\u2696\uFE0F":()=>jhe,"\u2697\uFE0F":()=>Qhe,"\u2699\uFE0F":()=>Khe,"\u269B\uFE0F":()=>Fye,"\u269C\uFE0F":()=>kbe,"\u26A0\uFE0F":()=>Kve,"\u26A1":()=>Mue,"\u26A7\uFE0F":()=>VCe,"\u26AA":()=>rTe,"\u26AB":()=>oTe,"\u26B0\uFE0F":()=>Cve,"\u26B1\uFE0F":()=>Ive,"\u26BD":()=>fpe,"\u26BE":()=>hpe,"\u26C4":()=>zue,"\u26C5":()=>vue,"\u26C8\uFE0F":()=>yue,"\u26CE":()=>Yye,"\u26CF\uFE0F":()=>Ahe,"\u26D1\uFE0F":()=>Qme,"\u26D3\uFE0F":()=>Ghe,"\u26D3\uFE0F\u200D\u{1F4A5}":()=>CDe,"\u26D4":()=>jve,"\u26E9\uFE0F":()=>_le,"\u26EA":()=>Mle,"\u26F0\uFE0F":()=>nle,"\u26F1\uFE0F":()=>Aue,"\u26F2":()=>Hle,"\u26F3":()=>Mpe,"\u26F4\uFE0F":()=>ede,"\u26F5":()=>Xce,"\u26F7\uFE0F":()=>Lte,"\u26F8\uFE0F":()=>Ope,"\u26F9\uFE0F":()=>Xte,"\u26F9\uFE0F\u200D\u2640\uFE0F":()=>Zte,"\u26F9\uFE0F\u200D\u2642\uFE0F":()=>Qte,"\u26FA":()=>Vle,"\u26FD":()=>Kce,"\u2702\uFE0F":()=>The,"\u2705":()=>Ibe,"\u2708\uFE0F":()=>ade,"\u2709\uFE0F":()=>Lfe,"\u270A":()=>PQ,"\u270B":()=>cQ,"\u270C\uFE0F":()=>mQ,"\u270D\uFE0F":()=>LQ,"\u270F\uFE0F":()=>$fe,"\u2712\uFE0F":()=>Xfe,"\u2714\uFE0F":()=>Ebe,"\u2716\uFE0F":()=>xbe,"\u271D\uFE0F":()=>Dye,"\u2721\uFE0F":()=>Pye,"\u2728":()=>Yue,"\u2733\uFE0F":()=>Hbe,"\u2734\uFE0F":()=>Vbe,"\u2744\uFE0F":()=>Oue,"\u2747\uFE0F":()=>Ube,"\u274C":()=>Rbe,"\u274E":()=>Abe,"\u2753":()=>jbe,"\u2754":()=>Wbe,"\u2755":()=>Ybe,"\u2757":()=>Gbe,"\u2763\uFE0F":()=>OX,"\u2764\uFE0F":()=>zX,"\u2764\uFE0F\u200D\u{1F525}":()=>WCe,"\u2764\uFE0F\u200D\u{1FA79}":()=>YCe,"\u2795":()=>Mbe,"\u2796":()=>Obe,"\u2797":()=>Lbe,"\u27A1\uFE0F":()=>oye,"\u27B0":()=>zbe,"\u27BF":()=>_be,"\u2934\uFE0F":()=>gye,"\u2935\uFE0F":()=>fye,"\u2B05\uFE0F":()=>lye,"\u2B06\uFE0F":()=>nye,"\u2B07\uFE0F":()=>iye,"\u2B1B":()=>mTe,"\u2B1C":()=>gTe,"\u2B50":()=>pue,"\u2B55":()=>Cbe,"\u3030\uFE0F":()=>$be,"\u303D\uFE0F":()=>Bbe,"\u3297\uFE0F":()=>Ywe,"\u3299\uFE0F":()=>Gwe,"\u{1F004}":()=>ime,"\u{1F0CF}":()=>rme,"\u{1F170}\uFE0F":()=>vwe,"\u{1F171}\uFE0F":()=>bwe,"\u{1F17E}\uFE0F":()=>Iwe,"\u{1F17F}\uFE0F":()=>Ewe,"\u{1F18E}":()=>ywe,"\u{1F191}":()=>wwe,"\u{1F192}":()=>Twe,"\u{1F193}":()=>Swe,"\u{1F194}":()=>Fwe,"\u{1F195}":()=>Pwe,"\u{1F196}":()=>Cwe,"\u{1F197}":()=>Dwe,"\u{1F198}":()=>xwe,"\u{1F199}":()=>Rwe,"\u{1F19A}":()=>Awe,"\u{1F1E6}\u{1F1E8}":()=>_Te,"\u{1F1E6}\u{1F1E9}":()=>BTe,"\u{1F1E6}\u{1F1EA}":()=>HTe,"\u{1F1E6}\u{1F1EB}":()=>VTe,"\u{1F1E6}\u{1F1EC}":()=>UTe,"\u{1F1E6}\u{1F1EE}":()=>KTe,"\u{1F1E6}\u{1F1F1}":()=>qTe,"\u{1F1E6}\u{1F1F2}":()=>jTe,"\u{1F1E6}\u{1F1F4}":()=>WTe,"\u{1F1E6}\u{1F1F6}":()=>YTe,"\u{1F1E6}\u{1F1F7}":()=>GTe,"\u{1F1E6}\u{1F1F8}":()=>$Te,"\u{1F1E6}\u{1F1F9}":()=>XTe,"\u{1F1E6}\u{1F1FA}":()=>QTe,"\u{1F1E6}\u{1F1FC}":()=>ZTe,"\u{1F1E6}\u{1F1FD}":()=>JTe,"\u{1F1E6}\u{1F1FF}":()=>eSe,"\u{1F1E7}\u{1F1E6}":()=>tSe,"\u{1F1E7}\u{1F1E7}":()=>nSe,"\u{1F1E7}\u{1F1E9}":()=>aSe,"\u{1F1E7}\u{1F1EA}":()=>oSe,"\u{1F1E7}\u{1F1EB}":()=>rSe,"\u{1F1E7}\u{1F1EC}":()=>iSe,"\u{1F1E7}\u{1F1ED}":()=>sSe,"\u{1F1E7}\u{1F1EE}":()=>lSe,"\u{1F1E7}\u{1F1EF}":()=>cSe,"\u{1F1E7}\u{1F1F1}":()=>dSe,"\u{1F1E7}\u{1F1F2}":()=>uSe,"\u{1F1E7}\u{1F1F3}":()=>pSe,"\u{1F1E7}\u{1F1F4}":()=>mSe,"\u{1F1E7}\u{1F1F6}":()=>gSe,"\u{1F1E7}\u{1F1F7}":()=>fSe,"\u{1F1E7}\u{1F1F8}":()=>hSe,"\u{1F1E7}\u{1F1F9}":()=>vSe,"\u{1F1E7}\u{1F1FB}":()=>ySe,"\u{1F1E7}\u{1F1FC}":()=>bSe,"\u{1F1E7}\u{1F1FE}":()=>wSe,"\u{1F1E7}\u{1F1FF}":()=>TSe,"\u{1F1E8}\u{1F1E6}":()=>SSe,"\u{1F1E8}\u{1F1E8}":()=>kSe,"\u{1F1E8}\u{1F1E9}":()=>FSe,"\u{1F1E8}\u{1F1EB}":()=>NSe,"\u{1F1E8}\u{1F1EC}":()=>PSe,"\u{1F1E8}\u{1F1ED}":()=>CSe,"\u{1F1E8}\u{1F1EE}":()=>ISe,"\u{1F1E8}\u{1F1F0}":()=>DSe,"\u{1F1E8}\u{1F1F1}":()=>ESe,"\u{1F1E8}\u{1F1F2}":()=>xSe,"\u{1F1E8}\u{1F1F3}":()=>RSe,"\u{1F1E8}\u{1F1F4}":()=>ASe,"\u{1F1E8}\u{1F1F5}":()=>MSe,"\u{1F1E8}\u{1F1F6}":()=>vNe,"\u{1F1E8}\u{1F1F7}":()=>OSe,"\u{1F1E8}\u{1F1FA}":()=>LSe,"\u{1F1E8}\u{1F1FB}":()=>zSe,"\u{1F1E8}\u{1F1FC}":()=>_Se,"\u{1F1E8}\u{1F1FD}":()=>BSe,"\u{1F1E8}\u{1F1FE}":()=>HSe,"\u{1F1E8}\u{1F1FF}":()=>VSe,"\u{1F1E9}\u{1F1EA}":()=>USe,"\u{1F1E9}\u{1F1EC}":()=>KSe,"\u{1F1E9}\u{1F1EF}":()=>qSe,"\u{1F1E9}\u{1F1F0}":()=>jSe,"\u{1F1E9}\u{1F1F2}":()=>WSe,"\u{1F1E9}\u{1F1F4}":()=>YSe,"\u{1F1E9}\u{1F1FF}":()=>GSe,"\u{1F1EA}\u{1F1E6}":()=>$Se,"\u{1F1EA}\u{1F1E8}":()=>XSe,"\u{1F1EA}\u{1F1EA}":()=>QSe,"\u{1F1EA}\u{1F1EC}":()=>ZSe,"\u{1F1EA}\u{1F1ED}":()=>JSe,"\u{1F1EA}\u{1F1F7}":()=>eke,"\u{1F1EA}\u{1F1F8}":()=>tke,"\u{1F1EA}\u{1F1F9}":()=>nke,"\u{1F1EA}\u{1F1FA}":()=>ake,"\u{1F1EB}\u{1F1EE}":()=>oke,"\u{1F1EB}\u{1F1EF}":()=>rke,"\u{1F1EB}\u{1F1F0}":()=>ike,"\u{1F1EB}\u{1F1F2}":()=>ske,"\u{1F1EB}\u{1F1F4}":()=>lke,"\u{1F1EB}\u{1F1F7}":()=>cke,"\u{1F1EC}\u{1F1E6}":()=>dke,"\u{1F1EC}\u{1F1E7}":()=>uke,"\u{1F1EC}\u{1F1E9}":()=>pke,"\u{1F1EC}\u{1F1EA}":()=>mke,"\u{1F1EC}\u{1F1EB}":()=>gke,"\u{1F1EC}\u{1F1EC}":()=>fke,"\u{1F1EC}\u{1F1ED}":()=>hke,"\u{1F1EC}\u{1F1EE}":()=>vke,"\u{1F1EC}\u{1F1F1}":()=>yke,"\u{1F1EC}\u{1F1F2}":()=>bke,"\u{1F1EC}\u{1F1F3}":()=>wke,"\u{1F1EC}\u{1F1F5}":()=>Tke,"\u{1F1EC}\u{1F1F6}":()=>Ske,"\u{1F1EC}\u{1F1F7}":()=>kke,"\u{1F1EC}\u{1F1F8}":()=>Fke,"\u{1F1EC}\u{1F1F9}":()=>Nke,"\u{1F1EC}\u{1F1FA}":()=>Pke,"\u{1F1EC}\u{1F1FC}":()=>Cke,"\u{1F1EC}\u{1F1FE}":()=>Ike,"\u{1F1ED}\u{1F1F0}":()=>Dke,"\u{1F1ED}\u{1F1F2}":()=>Eke,"\u{1F1ED}\u{1F1F3}":()=>xke,"\u{1F1ED}\u{1F1F7}":()=>Rke,"\u{1F1ED}\u{1F1F9}":()=>Ake,"\u{1F1ED}\u{1F1FA}":()=>Mke,"\u{1F1EE}\u{1F1E8}":()=>Oke,"\u{1F1EE}\u{1F1E9}":()=>Lke,"\u{1F1EE}\u{1F1EA}":()=>zke,"\u{1F1EE}\u{1F1F1}":()=>_ke,"\u{1F1EE}\u{1F1F2}":()=>Bke,"\u{1F1EE}\u{1F1F3}":()=>Hke,"\u{1F1EE}\u{1F1F4}":()=>Vke,"\u{1F1EE}\u{1F1F6}":()=>Uke,"\u{1F1EE}\u{1F1F7}":()=>Kke,"\u{1F1EE}\u{1F1F8}":()=>qke,"\u{1F1EE}\u{1F1F9}":()=>jke,"\u{1F1EF}\u{1F1EA}":()=>Wke,"\u{1F1EF}\u{1F1F2}":()=>Yke,"\u{1F1EF}\u{1F1F4}":()=>Gke,"\u{1F1EF}\u{1F1F5}":()=>$ke,"\u{1F1F0}\u{1F1EA}":()=>Xke,"\u{1F1F0}\u{1F1EC}":()=>Qke,"\u{1F1F0}\u{1F1ED}":()=>Zke,"\u{1F1F0}\u{1F1EE}":()=>Jke,"\u{1F1F0}\u{1F1F2}":()=>eFe,"\u{1F1F0}\u{1F1F3}":()=>tFe,"\u{1F1F0}\u{1F1F5}":()=>nFe,"\u{1F1F0}\u{1F1F7}":()=>aFe,"\u{1F1F0}\u{1F1FC}":()=>oFe,"\u{1F1F0}\u{1F1FE}":()=>rFe,"\u{1F1F0}\u{1F1FF}":()=>iFe,"\u{1F1F1}\u{1F1E6}":()=>sFe,"\u{1F1F1}\u{1F1E7}":()=>lFe,"\u{1F1F1}\u{1F1E8}":()=>cFe,"\u{1F1F1}\u{1F1EE}":()=>dFe,"\u{1F1F1}\u{1F1F0}":()=>uFe,"\u{1F1F1}\u{1F1F7}":()=>pFe,"\u{1F1F1}\u{1F1F8}":()=>mFe,"\u{1F1F1}\u{1F1F9}":()=>gFe,"\u{1F1F1}\u{1F1FA}":()=>fFe,"\u{1F1F1}\u{1F1FB}":()=>hFe,"\u{1F1F1}\u{1F1FE}":()=>vFe,"\u{1F1F2}\u{1F1E6}":()=>yFe,"\u{1F1F2}\u{1F1E8}":()=>bFe,"\u{1F1F2}\u{1F1E9}":()=>wFe,"\u{1F1F2}\u{1F1EA}":()=>TFe,"\u{1F1F2}\u{1F1EB}":()=>SFe,"\u{1F1F2}\u{1F1EC}":()=>kFe,"\u{1F1F2}\u{1F1ED}":()=>FFe,"\u{1F1F2}\u{1F1F0}":()=>NFe,"\u{1F1F2}\u{1F1F1}":()=>PFe,"\u{1F1F2}\u{1F1F2}":()=>CFe,"\u{1F1F2}\u{1F1F3}":()=>IFe,"\u{1F1F2}\u{1F1F4}":()=>DFe,"\u{1F1F2}\u{1F1F5}":()=>EFe,"\u{1F1F2}\u{1F1F6}":()=>xFe,"\u{1F1F2}\u{1F1F7}":()=>RFe,"\u{1F1F2}\u{1F1F8}":()=>AFe,"\u{1F1F2}\u{1F1F9}":()=>MFe,"\u{1F1F2}\u{1F1FA}":()=>OFe,"\u{1F1F2}\u{1F1FB}":()=>LFe,"\u{1F1F2}\u{1F1FC}":()=>zFe,"\u{1F1F2}\u{1F1FD}":()=>_Fe,"\u{1F1F2}\u{1F1FE}":()=>BFe,"\u{1F1F2}\u{1F1FF}":()=>HFe,"\u{1F1F3}\u{1F1E6}":()=>VFe,"\u{1F1F3}\u{1F1E8}":()=>UFe,"\u{1F1F3}\u{1F1EA}":()=>KFe,"\u{1F1F3}\u{1F1EB}":()=>qFe,"\u{1F1F3}\u{1F1EC}":()=>jFe,"\u{1F1F3}\u{1F1EE}":()=>WFe,"\u{1F1F3}\u{1F1F1}":()=>YFe,"\u{1F1F3}\u{1F1F4}":()=>GFe,"\u{1F1F3}\u{1F1F5}":()=>$Fe,"\u{1F1F3}\u{1F1F7}":()=>XFe,"\u{1F1F3}\u{1F1FA}":()=>QFe,"\u{1F1F3}\u{1F1FF}":()=>ZFe,"\u{1F1F4}\u{1F1F2}":()=>JFe,"\u{1F1F5}\u{1F1E6}":()=>eNe,"\u{1F1F5}\u{1F1EA}":()=>tNe,"\u{1F1F5}\u{1F1EB}":()=>nNe,"\u{1F1F5}\u{1F1EC}":()=>aNe,"\u{1F1F5}\u{1F1ED}":()=>oNe,"\u{1F1F5}\u{1F1F0}":()=>rNe,"\u{1F1F5}\u{1F1F1}":()=>iNe,"\u{1F1F5}\u{1F1F2}":()=>sNe,"\u{1F1F5}\u{1F1F3}":()=>lNe,"\u{1F1F5}\u{1F1F7}":()=>cNe,"\u{1F1F5}\u{1F1F8}":()=>dNe,"\u{1F1F5}\u{1F1F9}":()=>uNe,"\u{1F1F5}\u{1F1FC}":()=>pNe,"\u{1F1F5}\u{1F1FE}":()=>mNe,"\u{1F1F6}\u{1F1E6}":()=>gNe,"\u{1F1F7}\u{1F1EA}":()=>fNe,"\u{1F1F7}\u{1F1F4}":()=>hNe,"\u{1F1F7}\u{1F1F8}":()=>yNe,"\u{1F1F7}\u{1F1FA}":()=>bNe,"\u{1F1F7}\u{1F1FC}":()=>wNe,"\u{1F1F8}\u{1F1E6}":()=>TNe,"\u{1F1F8}\u{1F1E7}":()=>SNe,"\u{1F1F8}\u{1F1E8}":()=>kNe,"\u{1F1F8}\u{1F1E9}":()=>FNe,"\u{1F1F8}\u{1F1EA}":()=>NNe,"\u{1F1F8}\u{1F1EC}":()=>PNe,"\u{1F1F8}\u{1F1ED}":()=>CNe,"\u{1F1F8}\u{1F1EE}":()=>INe,"\u{1F1F8}\u{1F1EF}":()=>DNe,"\u{1F1F8}\u{1F1F0}":()=>ENe,"\u{1F1F8}\u{1F1F1}":()=>xNe,"\u{1F1F8}\u{1F1F2}":()=>RNe,"\u{1F1F8}\u{1F1F3}":()=>ANe,"\u{1F1F8}\u{1F1F4}":()=>MNe,"\u{1F1F8}\u{1F1F7}":()=>ONe,"\u{1F1F8}\u{1F1F8}":()=>LNe,"\u{1F1F8}\u{1F1F9}":()=>zNe,"\u{1F1F8}\u{1F1FB}":()=>_Ne,"\u{1F1F8}\u{1F1FD}":()=>BNe,"\u{1F1F8}\u{1F1FE}":()=>HNe,"\u{1F1F8}\u{1F1FF}":()=>VNe,"\u{1F1F9}\u{1F1E6}":()=>UNe,"\u{1F1F9}\u{1F1E8}":()=>KNe,"\u{1F1F9}\u{1F1E9}":()=>qNe,"\u{1F1F9}\u{1F1EB}":()=>jNe,"\u{1F1F9}\u{1F1EC}":()=>WNe,"\u{1F1F9}\u{1F1ED}":()=>YNe,"\u{1F1F9}\u{1F1EF}":()=>GNe,"\u{1F1F9}\u{1F1F0}":()=>$Ne,"\u{1F1F9}\u{1F1F1}":()=>XNe,"\u{1F1F9}\u{1F1F2}":()=>QNe,"\u{1F1F9}\u{1F1F3}":()=>ZNe,"\u{1F1F9}\u{1F1F4}":()=>JNe,"\u{1F1F9}\u{1F1F7}":()=>ePe,"\u{1F1F9}\u{1F1F9}":()=>tPe,"\u{1F1F9}\u{1F1FB}":()=>nPe,"\u{1F1F9}\u{1F1FC}":()=>aPe,"\u{1F1F9}\u{1F1FF}":()=>oPe,"\u{1F1FA}\u{1F1E6}":()=>rPe,"\u{1F1FA}\u{1F1EC}":()=>iPe,"\u{1F1FA}\u{1F1F2}":()=>sPe,"\u{1F1FA}\u{1F1F3}":()=>lPe,"\u{1F1FA}\u{1F1F8}":()=>cPe,"\u{1F1FA}\u{1F1FE}":()=>dPe,"\u{1F1FA}\u{1F1FF}":()=>uPe,"\u{1F1FB}\u{1F1E6}":()=>pPe,"\u{1F1FB}\u{1F1E8}":()=>mPe,"\u{1F1FB}\u{1F1EA}":()=>gPe,"\u{1F1FB}\u{1F1EC}":()=>fPe,"\u{1F1FB}\u{1F1EE}":()=>hPe,"\u{1F1FB}\u{1F1F3}":()=>vPe,"\u{1F1FB}\u{1F1FA}":()=>yPe,"\u{1F1FC}\u{1F1EB}":()=>bPe,"\u{1F1FC}\u{1F1F8}":()=>wPe,"\u{1F1FD}\u{1F1F0}":()=>TPe,"\u{1F1FE}\u{1F1EA}":()=>SPe,"\u{1F1FE}\u{1F1F9}":()=>kPe,"\u{1F1FF}\u{1F1E6}":()=>FPe,"\u{1F1FF}\u{1F1F2}":()=>NPe,"\u{1F1FF}\u{1F1FC}":()=>PPe,"\u{1F201}":()=>Mwe,"\u{1F202}\uFE0F":()=>Owe,"\u{1F21A}":()=>Vwe,"\u{1F22F}":()=>_we,"\u{1F232}":()=>Uwe,"\u{1F233}":()=>Wwe,"\u{1F234}":()=>jwe,"\u{1F235}":()=>Xwe,"\u{1F236}":()=>zwe,"\u{1F237}\uFE0F":()=>Lwe,"\u{1F238}":()=>qwe,"\u{1F239}":()=>Hwe,"\u{1F23A}":()=>$we,"\u{1F250}":()=>Bwe,"\u{1F251}":()=>Kwe,"\u{1F300}":()=>Iue,"\u{1F301}":()=>Ule,"\u{1F302}":()=>Eue,"\u{1F303}":()=>Kle,"\u{1F304}":()=>jle,"\u{1F305}":()=>Wle,"\u{1F306}":()=>Yle,"\u{1F307}":()=>Gle,"\u{1F308}":()=>Due,"\u{1F309}":()=>$le,"\u{1F30A}":()=>Vue,"\u{1F30B}":()=>ale,"\u{1F30C}":()=>fue,"\u{1F30D}":()=>Gse,"\u{1F30E}":()=>$se,"\u{1F30F}":()=>Xse,"\u{1F310}":()=>Qse,"\u{1F311}":()=>$de,"\u{1F312}":()=>Xde,"\u{1F313}":()=>Qde,"\u{1F314}":()=>Zde,"\u{1F315}":()=>Jde,"\u{1F316}":()=>eue,"\u{1F317}":()=>tue,"\u{1F318}":()=>nue,"\u{1F319}":()=>aue,"\u{1F31A}":()=>oue,"\u{1F31B}":()=>rue,"\u{1F31C}":()=>iue,"\u{1F31D}":()=>cue,"\u{1F31E}":()=>due,"\u{1F31F}":()=>mue,"\u{1F320}":()=>gue,"\u{1F321}\uFE0F":()=>sue,"\u{1F324}\uFE0F":()=>bue,"\u{1F325}\uFE0F":()=>wue,"\u{1F326}\uFE0F":()=>Tue,"\u{1F327}\uFE0F":()=>Sue,"\u{1F328}\uFE0F":()=>kue,"\u{1F329}\uFE0F":()=>Fue,"\u{1F32A}\uFE0F":()=>Nue,"\u{1F32B}\uFE0F":()=>Pue,"\u{1F32C}\uFE0F":()=>Cue,"\u{1F32D}":()=>Cie,"\u{1F32E}":()=>Die,"\u{1F32F}":()=>Eie,"\u{1F330}":()=>uie,"\u{1F331}":()=>kre,"\u{1F332}":()=>Fre,"\u{1F333}":()=>Nre,"\u{1F334}":()=>Pre,"\u{1F335}":()=>Cre,"\u{1F336}\uFE0F":()=>aie,"\u{1F337}":()=>Sre,"\u{1F338}":()=>gre,"\u{1F339}":()=>vre,"\u{1F33A}":()=>bre,"\u{1F33B}":()=>wre,"\u{1F33C}":()=>Tre,"\u{1F33D}":()=>nie,"\u{1F33E}":()=>Ire,"\u{1F33F}":()=>Dre,"\u{1F340}":()=>xre,"\u{1F341}":()=>Rre,"\u{1F342}":()=>Are,"\u{1F343}":()=>Mre,"\u{1F344}":()=>cie,"\u{1F344}\u200D\u{1F7EB}":()=>PDe,"\u{1F345}":()=>Xre,"\u{1F346}":()=>Jre,"\u{1F347}":()=>Ore,"\u{1F348}":()=>Lre,"\u{1F349}":()=>zre,"\u{1F34A}":()=>_re,"\u{1F34B}":()=>Bre,"\u{1F34B}\u200D\u{1F7E9}":()=>NDe,"\u{1F34C}":()=>Hre,"\u{1F34D}":()=>Vre,"\u{1F34E}":()=>Kre,"\u{1F34F}":()=>qre,"\u{1F350}":()=>jre,"\u{1F351}":()=>Wre,"\u{1F352}":()=>Yre,"\u{1F353}":()=>Gre,"\u{1F354}":()=>Fie,"\u{1F355}":()=>Pie,"\u{1F356}":()=>wie,"\u{1F357}":()=>Tie,"\u{1F358}":()=>qie,"\u{1F359}":()=>jie,"\u{1F35A}":()=>Wie,"\u{1F35B}":()=>Yie,"\u{1F35C}":()=>Gie,"\u{1F35D}":()=>$ie,"\u{1F35E}":()=>pie,"\u{1F35F}":()=>Nie,"\u{1F360}":()=>Xie,"\u{1F361}":()=>nse,"\u{1F362}":()=>Qie,"\u{1F363}":()=>Zie,"\u{1F364}":()=>Jie,"\u{1F365}":()=>ese,"\u{1F366}":()=>use,"\u{1F367}":()=>pse,"\u{1F368}":()=>mse,"\u{1F369}":()=>gse,"\u{1F36A}":()=>fse,"\u{1F36B}":()=>wse,"\u{1F36C}":()=>Tse,"\u{1F36D}":()=>Sse,"\u{1F36E}":()=>kse,"\u{1F36F}":()=>Fse,"\u{1F370}":()=>vse,"\u{1F371}":()=>Kie,"\u{1F372}":()=>Lie,"\u{1F373}":()=>Mie,"\u{1F374}":()=>qse,"\u{1F375}":()=>Ise,"\u{1F376}":()=>Dse,"\u{1F377}":()=>xse,"\u{1F378}":()=>Rse,"\u{1F379}":()=>Ase,"\u{1F37A}":()=>Mse,"\u{1F37B}":()=>Ose,"\u{1F37C}":()=>Nse,"\u{1F37D}\uFE0F":()=>Kse,"\u{1F37E}":()=>Ese,"\u{1F37F}":()=>Bie,"\u{1F380}":()=>ope,"\u{1F381}":()=>rpe,"\u{1F382}":()=>hse,"\u{1F383}":()=>Uue,"\u{1F384}":()=>Kue,"\u{1F385}":()=>wee,"\u{1F386}":()=>que,"\u{1F387}":()=>jue,"\u{1F388}":()=>Gue,"\u{1F389}":()=>$ue,"\u{1F38A}":()=>Xue,"\u{1F38B}":()=>Que,"\u{1F38C}":()=>ATe,"\u{1F38D}":()=>Zue,"\u{1F38E}":()=>Jue,"\u{1F38F}":()=>epe,"\u{1F390}":()=>tpe,"\u{1F391}":()=>npe,"\u{1F392}":()=>zme,"\u{1F393}":()=>$me,"\u{1F396}\uFE0F":()=>cpe,"\u{1F397}\uFE0F":()=>ipe,"\u{1F399}\uFE0F":()=>gge,"\u{1F39A}\uFE0F":()=>fge,"\u{1F39B}\uFE0F":()=>hge,"\u{1F39E}\uFE0F":()=>Yge,"\u{1F39F}\uFE0F":()=>spe,"\u{1F3A0}":()=>Qle,"\u{1F3A1}":()=>Zle,"\u{1F3A2}":()=>Jle,"\u{1F3A3}":()=>Lpe,"\u{1F3A4}":()=>vge,"\u{1F3A5}":()=>Wge,"\u{1F3A6}":()=>pbe,"\u{1F3A7}":()=>yge,"\u{1F3A8}":()=>dme,"\u{1F3A9}":()=>Gme,"\u{1F3AA}":()=>tce,"\u{1F3AB}":()=>lpe,"\u{1F3AC}":()=>$ge,"\u{1F3AD}":()=>lme,"\u{1F3AE}":()=>Gpe,"\u{1F3AF}":()=>Upe,"\u{1F3B0}":()=>Xpe,"\u{1F3B1}":()=>jpe,"\u{1F3B2}":()=>Qpe,"\u{1F3B3}":()=>Fpe,"\u{1F3B4}":()=>sme,"\u{1F3B5}":()=>pge,"\u{1F3B6}":()=>mge,"\u{1F3B7}":()=>wge,"\u{1F3B8}":()=>Tge,"\u{1F3B9}":()=>Sge,"\u{1F3BA}":()=>kge,"\u{1F3BB}":()=>Fge,"\u{1F3BC}":()=>uge,"\u{1F3BD}":()=>_pe,"\u{1F3BE}":()=>Spe,"\u{1F3BF}":()=>Bpe,"\u{1F3C0}":()=>ype,"\u{1F3C1}":()=>xTe,"\u{1F3C2}":()=>zte,"\u{1F3C3}":()=>bte,"\u{1F3C3}\u200D\u2640\uFE0F":()=>Tte,"\u{1F3C3}\u200D\u2640\uFE0F\u200D\u27A1\uFE0F":()=>yDe,"\u{1F3C3}\u200D\u2642\uFE0F":()=>wte,"\u{1F3C3}\u200D\u2642\uFE0F\u200D\u27A1\uFE0F":()=>bDe,"\u{1F3C3}\u200D\u27A1\uFE0F":()=>vDe,"\u{1F3C4}":()=>Vte,"\u{1F3C4}\u200D\u2640\uFE0F":()=>Kte,"\u{1F3C4}\u200D\u2642\uFE0F":()=>Ute,"\u{1F3C5}":()=>upe,"\u{1F3C6}":()=>dpe,"\u{1F3C7}":()=>Ote,"\u{1F3C8}":()=>wpe,"\u{1F3C9}":()=>Tpe,"\u{1F3CA}":()=>Yte,"\u{1F3CA}\u200D\u2640\uFE0F":()=>$te,"\u{1F3CA}\u200D\u2642\uFE0F":()=>Gte,"\u{1F3CB}\uFE0F":()=>Jte,"\u{1F3CB}\uFE0F\u200D\u2640\uFE0F":()=>tne,"\u{1F3CB}\uFE0F\u200D\u2642\uFE0F":()=>ene,"\u{1F3CC}\uFE0F":()=>_te,"\u{1F3CC}\uFE0F\u200D\u2640\uFE0F":()=>Hte,"\u{1F3CC}\uFE0F\u200D\u2642\uFE0F":()=>Bte,"\u{1F3CD}\uFE0F":()=>xce,"\u{1F3CE}\uFE0F":()=>Ece,"\u{1F3CF}":()=>Npe,"\u{1F3D0}":()=>bpe,"\u{1F3D1}":()=>Ppe,"\u{1F3D2}":()=>Cpe,"\u{1F3D3}":()=>Dpe,"\u{1F3D4}\uFE0F":()=>tle,"\u{1F3D5}\uFE0F":()=>rle,"\u{1F3D6}\uFE0F":()=>ile,"\u{1F3D7}\uFE0F":()=>ple,"\u{1F3D8}\uFE0F":()=>gle,"\u{1F3D9}\uFE0F":()=>qle,"\u{1F3DA}\uFE0F":()=>fle,"\u{1F3DB}\uFE0F":()=>ule,"\u{1F3DC}\uFE0F":()=>sle,"\u{1F3DD}\uFE0F":()=>lle,"\u{1F3DE}\uFE0F":()=>cle,"\u{1F3DF}\uFE0F":()=>dle,"\u{1F3E0}":()=>hle,"\u{1F3E1}":()=>vle,"\u{1F3E2}":()=>yle,"\u{1F3E3}":()=>ble,"\u{1F3E4}":()=>wle,"\u{1F3E5}":()=>Tle,"\u{1F3E6}":()=>Sle,"\u{1F3E7}":()=>Eve,"\u{1F3E8}":()=>kle,"\u{1F3E9}":()=>Fle,"\u{1F3EA}":()=>Nle,"\u{1F3EB}":()=>Ple,"\u{1F3EC}":()=>Cle,"\u{1F3ED}":()=>Ile,"\u{1F3EE}":()=>ife,"\u{1F3EF}":()=>Dle,"\u{1F3F0}":()=>Ele,"\u{1F3F3}\uFE0F":()=>OTe,"\u{1F3F3}\uFE0F\u200D\u26A7\uFE0F":()=>UCe,"\u{1F3F3}\uFE0F\u200D\u{1F308}":()=>LTe,"\u{1F3F4}":()=>MTe,"\u{1F3F4}\u200D\u2620\uFE0F":()=>zTe,"\u{1F3F4}\u{E0067}\u{E0062}\u{E0065}\u{E006E}\u{E0067}\u{E007F}":()=>CPe,"\u{1F3F4}\u{E0067}\u{E0062}\u{E0073}\u{E0063}\u{E0074}\u{E007F}":()=>IPe,"\u{1F3F4}\u{E0067}\u{E0062}\u{E0077}\u{E006C}\u{E0073}\u{E007F}":()=>DPe,"\u{1F3F5}\uFE0F":()=>hre,"\u{1F3F7}\uFE0F":()=>Ffe,"\u{1F3F8}":()=>Epe,"\u{1F3F9}":()=>Bhe,"\u{1F3FA}":()=>Yse,"\u{1F400}":()=>roe,"\u{1F401}":()=>ooe,"\u{1F402}":()=>Hae,"\u{1F403}":()=>Vae,"\u{1F404}":()=>Uae,"\u{1F405}":()=>Rae,"\u{1F406}":()=>Aae,"\u{1F407}":()=>loe,"\u{1F408}":()=>Dae,"\u{1F408}\u200D\u2B1B":()=>jPe,"\u{1F409}":()=>Koe,"\u{1F40A}":()=>_oe,"\u{1F40B}":()=>Yoe,"\u{1F40C}":()=>tre,"\u{1F40D}":()=>Voe,"\u{1F40E}":()=>Oae,"\u{1F40F}":()=>Yae,"\u{1F410}":()=>$ae,"\u{1F411}":()=>Gae,"\u{1F412}":()=>vae,"\u{1F413}":()=>koe,"\u{1F414}":()=>Soe,"\u{1F415}":()=>Tae,"\u{1F415}\u200D\u{1F9BA}":()=>kae,"\u{1F416}":()=>qae,"\u{1F417}":()=>jae,"\u{1F418}":()=>eoe,"\u{1F419}":()=>Joe,"\u{1F41A}":()=>ere,"\u{1F41B}":()=>are,"\u{1F41C}":()=>ore,"\u{1F41D}":()=>rre,"\u{1F41E}":()=>ire,"\u{1F41F}":()=>$oe,"\u{1F420}":()=>Xoe,"\u{1F421}":()=>Qoe,"\u{1F422}":()=>Boe,"\u{1F423}":()=>Foe,"\u{1F424}":()=>Noe,"\u{1F425}":()=>Poe,"\u{1F426}":()=>Coe,"\u{1F426}\u200D\u2B1B":()=>UIe,"\u{1F426}\u200D\u{1F525}":()=>FDe,"\u{1F427}":()=>Ioe,"\u{1F428}":()=>moe,"\u{1F429}":()=>Fae,"\u{1F42A}":()=>Xae,"\u{1F42B}":()=>Qae,"\u{1F42C}":()=>Goe,"\u{1F42D}":()=>aoe,"\u{1F42E}":()=>Bae,"\u{1F42F}":()=>xae,"\u{1F430}":()=>soe,"\u{1F431}":()=>Iae,"\u{1F432}":()=>Uoe,"\u{1F433}":()=>Woe,"\u{1F434}":()=>Mae,"\u{1F435}":()=>hae,"\u{1F436}":()=>wae,"\u{1F437}":()=>Kae,"\u{1F438}":()=>zoe,"\u{1F439}":()=>ioe,"\u{1F43A}":()=>Nae,"\u{1F43B}":()=>poe,"\u{1F43B}\u200D\u2744\uFE0F":()=>$Pe,"\u{1F43C}":()=>goe,"\u{1F43D}":()=>Wae,"\u{1F43E}":()=>woe,"\u{1F43F}\uFE0F":()=>coe,"\u{1F440}":()=>XQ,"\u{1F441}\uFE0F":()=>QQ,"\u{1F441}\uFE0F\u200D\u{1F5E8}\uFE0F":()=>tQ,"\u{1F442}":()=>qQ,"\u{1F443}":()=>WQ,"\u{1F444}":()=>JQ,"\u{1F445}":()=>ZQ,"\u{1F446}":()=>wQ,"\u{1F447}":()=>SQ,"\u{1F448}":()=>yQ,"\u{1F449}":()=>bQ,"\u{1F44A}":()=>CQ,"\u{1F44B}":()=>iQ,"\u{1F44C}":()=>uQ,"\u{1F44D}":()=>FQ,"\u{1F44E}":()=>NQ,"\u{1F44F}":()=>EQ,"\u{1F450}":()=>RQ,"\u{1F451}":()=>Wme,"\u{1F452}":()=>Yme,"\u{1F453}":()=>mme,"\u{1F454}":()=>yme,"\u{1F455}":()=>bme,"\u{1F456}":()=>wme,"\u{1F457}":()=>Nme,"\u{1F458}":()=>Pme,"\u{1F459}":()=>xme,"\u{1F45A}":()=>Rme,"\u{1F45B}":()=>Ame,"\u{1F45C}":()=>Mme,"\u{1F45D}":()=>Ome,"\u{1F45E}":()=>_me,"\u{1F45F}":()=>Bme,"\u{1F460}":()=>Ume,"\u{1F461}":()=>Kme,"\u{1F462}":()=>jme,"\u{1F463}":()=>fae,"\u{1F464}":()=>mae,"\u{1F465}":()=>gae,"\u{1F466}":()=>nZ,"\u{1F467}":()=>aZ,"\u{1F468}":()=>iZ,"\u{1F468}\u200D\u2695\uFE0F":()=>aJ,"\u{1F468}\u200D\u2696\uFE0F":()=>pJ,"\u{1F468}\u200D\u2708\uFE0F":()=>UJ,"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F468}":()=>_ne,"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F468}":()=>Mne,"\u{1F468}\u200D\u{1F33E}":()=>fJ,"\u{1F468}\u200D\u{1F373}":()=>yJ,"\u{1F468}\u200D\u{1F37C}":()=>VPe,"\u{1F468}\u200D\u{1F393}":()=>iJ,"\u{1F468}\u200D\u{1F3A4}":()=>LJ,"\u{1F468}\u200D\u{1F3A8}":()=>BJ,"\u{1F468}\u200D\u{1F3EB}":()=>cJ,"\u{1F468}\u200D\u{1F3ED}":()=>FJ,"\u{1F468}\u200D\u{1F466}":()=>nae,"\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":()=>aae,"\u{1F468}\u200D\u{1F467}":()=>oae,"\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":()=>rae,"\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":()=>iae,"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}":()=>Wne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":()=>$ne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}":()=>Yne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":()=>Gne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":()=>Xne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}":()=>Vne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":()=>qne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}":()=>Une,"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":()=>Kne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":()=>jne,"\u{1F468}\u200D\u{1F4BB}":()=>AJ,"\u{1F468}\u200D\u{1F4BC}":()=>CJ,"\u{1F468}\u200D\u{1F527}":()=>TJ,"\u{1F468}\u200D\u{1F52C}":()=>EJ,"\u{1F468}\u200D\u{1F680}":()=>jJ,"\u{1F468}\u200D\u{1F692}":()=>GJ,"\u{1F468}\u200D\u{1F9AF}":()=>ute,"\u{1F468}\u200D\u{1F9AF}\u200D\u27A1\uFE0F":()=>cDe,"\u{1F468}\u200D\u{1F9B0}":()=>lZ,"\u{1F468}\u200D\u{1F9B1}":()=>cZ,"\u{1F468}\u200D\u{1F9B2}":()=>uZ,"\u{1F468}\u200D\u{1F9B3}":()=>dZ,"\u{1F468}\u200D\u{1F9BC}":()=>gte,"\u{1F468}\u200D\u{1F9BC}\u200D\u27A1\uFE0F":()=>pDe,"\u{1F468}\u200D\u{1F9BD}":()=>vte,"\u{1F468}\u200D\u{1F9BD}\u200D\u27A1\uFE0F":()=>fDe,"\u{1F469}":()=>pZ,"\u{1F469}\u200D\u2695\uFE0F":()=>oJ,"\u{1F469}\u200D\u2696\uFE0F":()=>mJ,"\u{1F469}\u200D\u2708\uFE0F":()=>KJ,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F468}":()=>zne,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F469}":()=>Bne,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F468}":()=>Ane,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F469}":()=>One,"\u{1F469}\u200D\u{1F33E}":()=>hJ,"\u{1F469}\u200D\u{1F373}":()=>bJ,"\u{1F469}\u200D\u{1F37C}":()=>HPe,"\u{1F469}\u200D\u{1F393}":()=>sJ,"\u{1F469}\u200D\u{1F3A4}":()=>zJ,"\u{1F469}\u200D\u{1F3A8}":()=>HJ,"\u{1F469}\u200D\u{1F3EB}":()=>dJ,"\u{1F469}\u200D\u{1F3ED}":()=>NJ,"\u{1F469}\u200D\u{1F466}":()=>sae,"\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":()=>lae,"\u{1F469}\u200D\u{1F467}":()=>cae,"\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":()=>dae,"\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":()=>uae,"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}":()=>Qne,"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":()=>eae,"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}":()=>Zne,"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":()=>Jne,"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":()=>tae,"\u{1F469}\u200D\u{1F4BB}":()=>MJ,"\u{1F469}\u200D\u{1F4BC}":()=>IJ,"\u{1F469}\u200D\u{1F527}":()=>SJ,"\u{1F469}\u200D\u{1F52C}":()=>xJ,"\u{1F469}\u200D\u{1F680}":()=>WJ,"\u{1F469}\u200D\u{1F692}":()=>$J,"\u{1F469}\u200D\u{1F9AF}":()=>pte,"\u{1F469}\u200D\u{1F9AF}\u200D\u27A1\uFE0F":()=>dDe,"\u{1F469}\u200D\u{1F9B0}":()=>mZ,"\u{1F469}\u200D\u{1F9B1}":()=>fZ,"\u{1F469}\u200D\u{1F9B2}":()=>bZ,"\u{1F469}\u200D\u{1F9B3}":()=>vZ,"\u{1F469}\u200D\u{1F9BC}":()=>fte,"\u{1F469}\u200D\u{1F9BC}\u200D\u27A1\uFE0F":()=>mDe,"\u{1F469}\u200D\u{1F9BD}":()=>yte,"\u{1F469}\u200D\u{1F9BD}\u200D\u27A1\uFE0F":()=>hDe,"\u{1F46A}":()=>Hne,"\u{1F46B}":()=>Ene,"\u{1F46C}":()=>xne,"\u{1F46D}":()=>Dne,"\u{1F46E}":()=>XJ,"\u{1F46E}\u200D\u2640\uFE0F":()=>ZJ,"\u{1F46E}\u200D\u2642\uFE0F":()=>QJ,"\u{1F46F}":()=>Nte,"\u{1F46F}\u200D\u2640\uFE0F":()=>Cte,"\u{1F46F}\u200D\u2642\uFE0F":()=>Pte,"\u{1F470}":()=>hee,"\u{1F470}\u200D\u2640\uFE0F":()=>BPe,"\u{1F470}\u200D\u2642\uFE0F":()=>_Pe,"\u{1F471}":()=>rZ,"\u{1F471}\u200D\u2640\uFE0F":()=>TZ,"\u{1F471}\u200D\u2642\uFE0F":()=>SZ,"\u{1F472}":()=>mee,"\u{1F473}":()=>dee,"\u{1F473}\u200D\u2640\uFE0F":()=>pee,"\u{1F473}\u200D\u2642\uFE0F":()=>uee,"\u{1F474}":()=>FZ,"\u{1F475}":()=>NZ,"\u{1F476}":()=>eZ,"\u{1F477}":()=>ree,"\u{1F477}\u200D\u2640\uFE0F":()=>see,"\u{1F477}\u200D\u2642\uFE0F":()=>iee,"\u{1F478}":()=>cee,"\u{1F479}":()=>sX,"\u{1F47A}":()=>lX,"\u{1F47B}":()=>cX,"\u{1F47C}":()=>bee,"\u{1F47D}":()=>dX,"\u{1F47E}":()=>uX,"\u{1F47F}":()=>nX,"\u{1F480}":()=>aX,"\u{1F481}":()=>_Z,"\u{1F481}\u200D\u2640\uFE0F":()=>HZ,"\u{1F481}\u200D\u2642\uFE0F":()=>BZ,"\u{1F482}":()=>nee,"\u{1F482}\u200D\u2640\uFE0F":()=>oee,"\u{1F482}\u200D\u2642\uFE0F":()=>aee,"\u{1F483}":()=>Ste,"\u{1F484}":()=>Jme,"\u{1F485}":()=>zQ,"\u{1F486}":()=>$ee,"\u{1F486}\u200D\u2640\uFE0F":()=>Qee,"\u{1F486}\u200D\u2642\uFE0F":()=>Xee,"\u{1F487}":()=>Zee,"\u{1F487}\u200D\u2640\uFE0F":()=>ete,"\u{1F487}\u200D\u2642\uFE0F":()=>Jee,"\u{1F488}":()=>ece,"\u{1F489}":()=>ove,"\u{1F48A}":()=>ive,"\u{1F48B}":()=>NX,"\u{1F48C}":()=>PX,"\u{1F48D}":()=>ege,"\u{1F48E}":()=>tge,"\u{1F48F}":()=>Rne,"\u{1F490}":()=>mre,"\u{1F491}":()=>Lne,"\u{1F492}":()=>xle,"\u{1F493}":()=>xX,"\u{1F494}":()=>LX,"\u{1F495}":()=>AX,"\u{1F496}":()=>DX,"\u{1F497}":()=>EX,"\u{1F498}":()=>CX,"\u{1F499}":()=>VX,"\u{1F49A}":()=>HX,"\u{1F49B}":()=>BX,"\u{1F49C}":()=>UX,"\u{1F49D}":()=>IX,"\u{1F49E}":()=>RX,"\u{1F49F}":()=>MX,"\u{1F4A0}":()=>CTe,"\u{1F4A1}":()=>ofe,"\u{1F4A2}":()=>YX,"\u{1F4A3}":()=>JX,"\u{1F4A4}":()=>rQ,"\u{1F4A5}":()=>GX,"\u{1F4A6}":()=>XX,"\u{1F4A7}":()=>Hue,"\u{1F4A8}":()=>QX,"\u{1F4A9}":()=>rX,"\u{1F4AA}":()=>BQ,"\u{1F4AB}":()=>$X,"\u{1F4AC}":()=>eQ,"\u{1F4AD}":()=>oQ,"\u{1F4AE}":()=>fre,"\u{1F4AF}":()=>WX,"\u{1F4B0}":()=>Nfe,"\u{1F4B1}":()=>Mfe,"\u{1F4B2}":()=>Ofe,"\u{1F4B3}":()=>xfe,"\u{1F4B4}":()=>Pfe,"\u{1F4B5}":()=>Cfe,"\u{1F4B6}":()=>Ife,"\u{1F4B7}":()=>Dfe,"\u{1F4B8}":()=>Efe,"\u{1F4B9}":()=>Afe,"\u{1F4BA}":()=>lde,"\u{1F4BB}":()=>Oge,"\u{1F4BC}":()=>nhe,"\u{1F4BD}":()=>Vge,"\u{1F4BE}":()=>Uge,"\u{1F4BF}":()=>Kge,"\u{1F4C0}":()=>qge,"\u{1F4C1}":()=>ahe,"\u{1F4C2}":()=>ohe,"\u{1F4C3}":()=>vfe,"\u{1F4C4}":()=>bfe,"\u{1F4C5}":()=>ihe,"\u{1F4C6}":()=>she,"\u{1F4C7}":()=>dhe,"\u{1F4C8}":()=>uhe,"\u{1F4C9}":()=>phe,"\u{1F4CA}":()=>mhe,"\u{1F4CB}":()=>ghe,"\u{1F4CC}":()=>fhe,"\u{1F4CD}":()=>hhe,"\u{1F4CE}":()=>vhe,"\u{1F4CF}":()=>bhe,"\u{1F4D0}":()=>whe,"\u{1F4D1}":()=>Sfe,"\u{1F4D2}":()=>hfe,"\u{1F4D3}":()=>ffe,"\u{1F4D4}":()=>lfe,"\u{1F4D5}":()=>cfe,"\u{1F4D6}":()=>dfe,"\u{1F4D7}":()=>ufe,"\u{1F4D8}":()=>pfe,"\u{1F4D9}":()=>mfe,"\u{1F4DA}":()=>gfe,"\u{1F4DB}":()=>Nbe,"\u{1F4DC}":()=>yfe,"\u{1F4DD}":()=>the,"\u{1F4DE}":()=>Ege,"\u{1F4DF}":()=>xge,"\u{1F4E0}":()=>Rge,"\u{1F4E1}":()=>ave,"\u{1F4E2}":()=>ige,"\u{1F4E3}":()=>sge,"\u{1F4E4}":()=>Hfe,"\u{1F4E5}":()=>Vfe,"\u{1F4E6}":()=>Ufe,"\u{1F4E7}":()=>zfe,"\u{1F4E8}":()=>_fe,"\u{1F4E9}":()=>Bfe,"\u{1F4EA}":()=>qfe,"\u{1F4EB}":()=>Kfe,"\u{1F4EC}":()=>jfe,"\u{1F4ED}":()=>Wfe,"\u{1F4EE}":()=>Yfe,"\u{1F4EF}":()=>lge,"\u{1F4F0}":()=>wfe,"\u{1F4F1}":()=>Cge,"\u{1F4F2}":()=>Ige,"\u{1F4F3}":()=>hbe,"\u{1F4F4}":()=>vbe,"\u{1F4F5}":()=>Zve,"\u{1F4F6}":()=>fbe,"\u{1F4F7}":()=>Qge,"\u{1F4F8}":()=>Zge,"\u{1F4F9}":()=>Jge,"\u{1F4FA}":()=>Xge,"\u{1F4FB}":()=>bge,"\u{1F4FC}":()=>efe,"\u{1F4FD}\uFE0F":()=>Gge,"\u{1F4FF}":()=>Zme,"\u{1F500}":()=>Gye,"\u{1F501}":()=>$ye,"\u{1F502}":()=>Xye,"\u{1F503}":()=>hye,"\u{1F504}":()=>vye,"\u{1F505}":()=>mbe,"\u{1F506}":()=>gbe,"\u{1F507}":()=>nge,"\u{1F508}":()=>age,"\u{1F509}":()=>oge,"\u{1F50A}":()=>rge,"\u{1F50B}":()=>Age,"\u{1F50C}":()=>Mge,"\u{1F50D}":()=>tfe,"\u{1F50E}":()=>nfe,"\u{1F50F}":()=>Che,"\u{1F510}":()=>Ihe,"\u{1F511}":()=>Dhe,"\u{1F512}":()=>Nhe,"\u{1F513}":()=>Phe,"\u{1F514}":()=>cge,"\u{1F515}":()=>dge,"\u{1F516}":()=>kfe,"\u{1F517}":()=>Yhe,"\u{1F518}":()=>ITe,"\u{1F519}":()=>yye,"\u{1F51A}":()=>bye,"\u{1F51B}":()=>wye,"\u{1F51C}":()=>Tye,"\u{1F51D}":()=>Sye,"\u{1F51E}":()=>Jve,"\u{1F51F}":()=>uwe,"\u{1F520}":()=>pwe,"\u{1F521}":()=>mwe,"\u{1F522}":()=>gwe,"\u{1F523}":()=>fwe,"\u{1F524}":()=>hwe,"\u{1F525}":()=>Bue,"\u{1F526}":()=>rfe,"\u{1F527}":()=>Vhe,"\u{1F528}":()=>xhe,"\u{1F529}":()=>Uhe,"\u{1F52A}":()=>Wse,"\u{1F52B}":()=>_he,"\u{1F52C}":()=>tve,"\u{1F52D}":()=>nve,"\u{1F52E}":()=>Wpe,"\u{1F52F}":()=>Mye,"\u{1F530}":()=>Pbe,"\u{1F531}":()=>Fbe,"\u{1F532}":()=>ETe,"\u{1F533}":()=>DTe,"\u{1F534}":()=>Qwe,"\u{1F535}":()=>tTe,"\u{1F536}":()=>TTe,"\u{1F537}":()=>STe,"\u{1F538}":()=>kTe,"\u{1F539}":()=>FTe,"\u{1F53A}":()=>NTe,"\u{1F53B}":()=>PTe,"\u{1F53C}":()=>obe,"\u{1F53D}":()=>ibe,"\u{1F549}\uFE0F":()=>Nye,"\u{1F54A}\uFE0F":()=>Doe,"\u{1F54B}":()=>Ble,"\u{1F54C}":()=>Ole,"\u{1F54D}":()=>zle,"\u{1F54E}":()=>Aye,"\u{1F550}":()=>Cde,"\u{1F551}":()=>Dde,"\u{1F552}":()=>xde,"\u{1F553}":()=>Ade,"\u{1F554}":()=>Ode,"\u{1F555}":()=>zde,"\u{1F556}":()=>Bde,"\u{1F557}":()=>Vde,"\u{1F558}":()=>Kde,"\u{1F559}":()=>jde,"\u{1F55A}":()=>Yde,"\u{1F55B}":()=>Nde,"\u{1F55C}":()=>Ide,"\u{1F55D}":()=>Ede,"\u{1F55E}":()=>Rde,"\u{1F55F}":()=>Mde,"\u{1F560}":()=>Lde,"\u{1F561}":()=>_de,"\u{1F562}":()=>Hde,"\u{1F563}":()=>Ude,"\u{1F564}":()=>qde,"\u{1F565}":()=>Wde,"\u{1F566}":()=>Gde,"\u{1F567}":()=>Pde,"\u{1F56F}\uFE0F":()=>afe,"\u{1F570}\uFE0F":()=>Fde,"\u{1F573}\uFE0F":()=>ZX,"\u{1F574}\uFE0F":()=>Fte,"\u{1F575}\uFE0F":()=>JJ,"\u{1F575}\uFE0F\u200D\u2640\uFE0F":()=>tee,"\u{1F575}\uFE0F\u200D\u2642\uFE0F":()=>eee,"\u{1F576}\uFE0F":()=>gme,"\u{1F577}\uFE0F":()=>lre,"\u{1F578}\uFE0F":()=>cre,"\u{1F579}\uFE0F":()=>$pe,"\u{1F57A}":()=>kte,"\u{1F587}\uFE0F":()=>yhe,"\u{1F58A}\uFE0F":()=>Zfe,"\u{1F58B}\uFE0F":()=>Qfe,"\u{1F58C}\uFE0F":()=>Jfe,"\u{1F58D}\uFE0F":()=>ehe,"\u{1F590}\uFE0F":()=>lQ,"\u{1F595}":()=>TQ,"\u{1F596}":()=>dQ,"\u{1F5A4}":()=>qX,"\u{1F5A5}\uFE0F":()=>Lge,"\u{1F5A8}\uFE0F":()=>zge,"\u{1F5B1}\uFE0F":()=>Bge,"\u{1F5B2}\uFE0F":()=>Hge,"\u{1F5BC}\uFE0F":()=>cme,"\u{1F5C2}\uFE0F":()=>rhe,"\u{1F5C3}\uFE0F":()=>She,"\u{1F5C4}\uFE0F":()=>khe,"\u{1F5D1}\uFE0F":()=>Fhe,"\u{1F5D2}\uFE0F":()=>lhe,"\u{1F5D3}\uFE0F":()=>che,"\u{1F5DC}\uFE0F":()=>qhe,"\u{1F5DD}\uFE0F":()=>Ehe,"\u{1F5DE}\uFE0F":()=>Tfe,"\u{1F5E1}\uFE0F":()=>Lhe,"\u{1F5E3}\uFE0F":()=>pae,"\u{1F5E8}\uFE0F":()=>nQ,"\u{1F5EF}\uFE0F":()=>aQ,"\u{1F5F3}\uFE0F":()=>Gfe,"\u{1F5FA}\uFE0F":()=>Zse,"\u{1F5FB}":()=>ole,"\u{1F5FC}":()=>Rle,"\u{1F5FD}":()=>Ale,"\u{1F5FE}":()=>Jse,"\u{1F5FF}":()=>Dve,"\u{1F600}":()=>b7,"\u{1F601}":()=>S7,"\u{1F602}":()=>P7,"\u{1F603}":()=>w7,"\u{1F604}":()=>T7,"\u{1F605}":()=>F7,"\u{1F606}":()=>k7,"\u{1F607}":()=>x7,"\u{1F608}":()=>tX,"\u{1F609}":()=>D7,"\u{1F60A}":()=>E7,"\u{1F60B}":()=>H7,"\u{1F60C}":()=>i9,"\u{1F60D}":()=>A7,"\u{1F60E}":()=>F9,"\u{1F60F}":()=>t9,"\u{1F610}":()=>Z7,"\u{1F611}":()=>J7,"\u{1F612}":()=>n9,"\u{1F613}":()=>Y9,"\u{1F614}":()=>s9,"\u{1F615}":()=>C9,"\u{1F616}":()=>q9,"\u{1F617}":()=>L7,"\u{1F618}":()=>O7,"\u{1F619}":()=>B7,"\u{1F61A}":()=>_7,"\u{1F61B}":()=>V7,"\u{1F61C}":()=>U7,"\u{1F61D}":()=>q7,"\u{1F61E}":()=>W9,"\u{1F61F}":()=>I9,"\u{1F620}":()=>J9,"\u{1F621}":()=>Z9,"\u{1F622}":()=>V9,"\u{1F623}":()=>j9,"\u{1F624}":()=>Q9,"\u{1F625}":()=>H9,"\u{1F626}":()=>L9,"\u{1F627}":()=>z9,"\u{1F628}":()=>_9,"\u{1F629}":()=>G9,"\u{1F62A}":()=>l9,"\u{1F62B}":()=>$9,"\u{1F62C}":()=>o9,"\u{1F62D}":()=>U9,"\u{1F62E}":()=>x9,"\u{1F62E}\u200D\u{1F4A8}":()=>qCe,"\u{1F62F}":()=>R9,"\u{1F630}":()=>B9,"\u{1F631}":()=>K9,"\u{1F632}":()=>A9,"\u{1F633}":()=>M9,"\u{1F634}":()=>d9,"\u{1F635}":()=>w9,"\u{1F635}\u200D\u{1F4AB}":()=>jCe,"\u{1F636}":()=>e9,"\u{1F636}\u200D\u{1F32B}\uFE0F":()=>KCe,"\u{1F637}":()=>u9,"\u{1F638}":()=>gX,"\u{1F639}":()=>fX,"\u{1F63A}":()=>mX,"\u{1F63B}":()=>hX,"\u{1F63C}":()=>vX,"\u{1F63D}":()=>yX,"\u{1F63E}":()=>TX,"\u{1F63F}":()=>wX,"\u{1F640}":()=>bX,"\u{1F641}":()=>D9,"\u{1F642}":()=>C7,"\u{1F642}\u200D\u2194\uFE0F":()=>eDe,"\u{1F642}\u200D\u2195\uFE0F":()=>tDe,"\u{1F643}":()=>I7,"\u{1F644}":()=>a9,"\u{1F645}":()=>RZ,"\u{1F645}\u200D\u2640\uFE0F":()=>MZ,"\u{1F645}\u200D\u2642\uFE0F":()=>AZ,"\u{1F646}":()=>OZ,"\u{1F646}\u200D\u2640\uFE0F":()=>zZ,"\u{1F646}\u200D\u2642\uFE0F":()=>LZ,"\u{1F647}":()=>YZ,"\u{1F647}\u200D\u2640\uFE0F":()=>$Z,"\u{1F647}\u200D\u2642\uFE0F":()=>GZ,"\u{1F648}":()=>SX,"\u{1F649}":()=>kX,"\u{1F64A}":()=>FX,"\u{1F64B}":()=>VZ,"\u{1F64B}\u200D\u2640\uFE0F":()=>KZ,"\u{1F64B}\u200D\u2642\uFE0F":()=>UZ,"\u{1F64C}":()=>xQ,"\u{1F64D}":()=>PZ,"\u{1F64D}\u200D\u2640\uFE0F":()=>IZ,"\u{1F64D}\u200D\u2642\uFE0F":()=>CZ,"\u{1F64E}":()=>DZ,"\u{1F64E}\u200D\u2640\uFE0F":()=>xZ,"\u{1F64E}\u200D\u2642\uFE0F":()=>EZ,"\u{1F64F}":()=>OQ,"\u{1F680}":()=>gde,"\u{1F681}":()=>cde,"\u{1F682}":()=>nce,"\u{1F683}":()=>ace,"\u{1F684}":()=>oce,"\u{1F685}":()=>rce,"\u{1F686}":()=>ice,"\u{1F687}":()=>sce,"\u{1F688}":()=>lce,"\u{1F689}":()=>cce,"\u{1F68A}":()=>dce,"\u{1F68B}":()=>mce,"\u{1F68C}":()=>gce,"\u{1F68D}":()=>fce,"\u{1F68E}":()=>hce,"\u{1F68F}":()=>Bce,"\u{1F690}":()=>vce,"\u{1F691}":()=>yce,"\u{1F692}":()=>bce,"\u{1F693}":()=>wce,"\u{1F694}":()=>Tce,"\u{1F695}":()=>Sce,"\u{1F696}":()=>kce,"\u{1F697}":()=>Fce,"\u{1F698}":()=>Nce,"\u{1F699}":()=>Pce,"\u{1F69A}":()=>Cce,"\u{1F69B}":()=>Ice,"\u{1F69C}":()=>Dce,"\u{1F69D}":()=>uce,"\u{1F69E}":()=>pce,"\u{1F69F}":()=>dde,"\u{1F6A0}":()=>ude,"\u{1F6A1}":()=>pde,"\u{1F6A2}":()=>nde,"\u{1F6A3}":()=>qte,"\u{1F6A3}\u200D\u2640\uFE0F":()=>Wte,"\u{1F6A3}\u200D\u2642\uFE0F":()=>jte,"\u{1F6A4}":()=>Zce,"\u{1F6A5}":()=>jce,"\u{1F6A6}":()=>Wce,"\u{1F6A7}":()=>Gce,"\u{1F6A8}":()=>qce,"\u{1F6A9}":()=>RTe,"\u{1F6AA}":()=>cve,"\u{1F6AB}":()=>Wve,"\u{1F6AC}":()=>Pve,"\u{1F6AD}":()=>Gve,"\u{1F6AE}":()=>xve,"\u{1F6AF}":()=>$ve,"\u{1F6B0}":()=>Rve,"\u{1F6B1}":()=>Xve,"\u{1F6B2}":()=>Lce,"\u{1F6B3}":()=>Yve,"\u{1F6B4}":()=>nne,"\u{1F6B4}\u200D\u2640\uFE0F":()=>one,"\u{1F6B4}\u200D\u2642\uFE0F":()=>ane,"\u{1F6B5}":()=>rne,"\u{1F6B5}\u200D\u2640\uFE0F":()=>sne,"\u{1F6B5}\u200D\u2642\uFE0F":()=>ine,"\u{1F6B6}":()=>tte,"\u{1F6B6}\u200D\u2640\uFE0F":()=>ate,"\u{1F6B6}\u200D\u2640\uFE0F\u200D\u27A1\uFE0F":()=>aDe,"\u{1F6B6}\u200D\u2642\uFE0F":()=>nte,"\u{1F6B6}\u200D\u2642\uFE0F\u200D\u27A1\uFE0F":()=>oDe,"\u{1F6B6}\u200D\u27A1\uFE0F":()=>nDe,"\u{1F6B7}":()=>Qve,"\u{1F6B8}":()=>qve,"\u{1F6B9}":()=>Mve,"\u{1F6BA}":()=>Ove,"\u{1F6BB}":()=>Lve,"\u{1F6BC}":()=>zve,"\u{1F6BD}":()=>mve,"\u{1F6BE}":()=>_ve,"\u{1F6BF}":()=>gve,"\u{1F6C0}":()=>Pne,"\u{1F6C1}":()=>fve,"\u{1F6C2}":()=>Bve,"\u{1F6C3}":()=>Hve,"\u{1F6C4}":()=>Vve,"\u{1F6C5}":()=>Uve,"\u{1F6CB}\uFE0F":()=>uve,"\u{1F6CC}":()=>Cne,"\u{1F6CD}\uFE0F":()=>Lme,"\u{1F6CE}\uFE0F":()=>hde,"\u{1F6CF}\uFE0F":()=>dve,"\u{1F6D0}":()=>kye,"\u{1F6D1}":()=>Yce,"\u{1F6D2}":()=>Nve,"\u{1F6D5}":()=>Lle,"\u{1F6D6}":()=>gCe,"\u{1F6D7}":()=>RCe,"\u{1F6DC}":()=>JIe,"\u{1F6DD}":()=>SIe,"\u{1F6DE}":()=>kIe,"\u{1F6DF}":()=>FIe,"\u{1F6E0}\uFE0F":()=>Ohe,"\u{1F6E1}\uFE0F":()=>Hhe,"\u{1F6E2}\uFE0F":()=>Uce,"\u{1F6E3}\uFE0F":()=>Hce,"\u{1F6E4}\uFE0F":()=>Vce,"\u{1F6E5}\uFE0F":()=>tde,"\u{1F6E9}\uFE0F":()=>ode,"\u{1F6EB}":()=>rde,"\u{1F6EC}":()=>ide,"\u{1F6F0}\uFE0F":()=>mde,"\u{1F6F3}\uFE0F":()=>Jce,"\u{1F6F4}":()=>zce,"\u{1F6F5}":()=>Rce,"\u{1F6F6}":()=>Qce,"\u{1F6F7}":()=>Hpe,"\u{1F6F8}":()=>fde,"\u{1F6F9}":()=>_ce,"\u{1F6FA}":()=>Oce,"\u{1F6FB}":()=>fCe,"\u{1F6FC}":()=>hCe,"\u{1F7E0}":()=>Zwe,"\u{1F7E1}":()=>Jwe,"\u{1F7E2}":()=>eTe,"\u{1F7E3}":()=>nTe,"\u{1F7E4}":()=>aTe,"\u{1F7E5}":()=>iTe,"\u{1F7E6}":()=>dTe,"\u{1F7E7}":()=>sTe,"\u{1F7E8}":()=>lTe,"\u{1F7E9}":()=>cTe,"\u{1F7EA}":()=>uTe,"\u{1F7EB}":()=>pTe,"\u{1F7F0}":()=>RIe,"\u{1F90C}":()=>RPe,"\u{1F90D}":()=>jX,"\u{1F90E}":()=>KX,"\u{1F90F}":()=>pQ,"\u{1F910}":()=>X7,"\u{1F911}":()=>j7,"\u{1F912}":()=>p9,"\u{1F913}":()=>N9,"\u{1F914}":()=>$7,"\u{1F915}":()=>m9,"\u{1F916}":()=>pX,"\u{1F917}":()=>W7,"\u{1F918}":()=>hQ,"\u{1F919}":()=>vQ,"\u{1F91A}":()=>sQ,"\u{1F91B}":()=>IQ,"\u{1F91C}":()=>DQ,"\u{1F91D}":()=>MQ,"\u{1F91E}":()=>gQ,"\u{1F91F}":()=>fQ,"\u{1F920}":()=>S9,"\u{1F921}":()=>iX,"\u{1F922}":()=>g9,"\u{1F923}":()=>N7,"\u{1F924}":()=>c9,"\u{1F925}":()=>r9,"\u{1F926}":()=>XZ,"\u{1F926}\u200D\u2640\uFE0F":()=>ZZ,"\u{1F926}\u200D\u2642\uFE0F":()=>QZ,"\u{1F927}":()=>h9,"\u{1F928}":()=>Q7,"\u{1F929}":()=>M7,"\u{1F92A}":()=>K7,"\u{1F92B}":()=>G7,"\u{1F92C}":()=>eX,"\u{1F92D}":()=>Y7,"\u{1F92E}":()=>f9,"\u{1F92F}":()=>T9,"\u{1F930}":()=>vee,"\u{1F931}":()=>yee,"\u{1F932}":()=>AQ,"\u{1F933}":()=>_Q,"\u{1F934}":()=>lee,"\u{1F935}":()=>fee,"\u{1F935}\u200D\u2640\uFE0F":()=>zPe,"\u{1F935}\u200D\u2642\uFE0F":()=>LPe,"\u{1F936}":()=>Tee,"\u{1F937}":()=>JZ,"\u{1F937}\u200D\u2640\uFE0F":()=>tJ,"\u{1F937}\u200D\u2642\uFE0F":()=>eJ,"\u{1F938}":()=>lne,"\u{1F938}\u200D\u2640\uFE0F":()=>dne,"\u{1F938}\u200D\u2642\uFE0F":()=>cne,"\u{1F939}":()=>wne,"\u{1F939}\u200D\u2640\uFE0F":()=>Sne,"\u{1F939}\u200D\u2642\uFE0F":()=>Tne,"\u{1F93A}":()=>Mte,"\u{1F93C}":()=>une,"\u{1F93C}\u200D\u2640\uFE0F":()=>mne,"\u{1F93C}\u200D\u2642\uFE0F":()=>pne,"\u{1F93D}":()=>gne,"\u{1F93D}\u200D\u2640\uFE0F":()=>hne,"\u{1F93D}\u200D\u2642\uFE0F":()=>fne,"\u{1F93E}":()=>vne,"\u{1F93E}\u200D\u2640\uFE0F":()=>bne,"\u{1F93E}\u200D\u2642\uFE0F":()=>yne,"\u{1F93F}":()=>zpe,"\u{1F940}":()=>yre,"\u{1F941}":()=>Pge,"\u{1F942}":()=>Lse,"\u{1F943}":()=>zse,"\u{1F944}":()=>jse,"\u{1F945}":()=>Ape,"\u{1F947}":()=>ppe,"\u{1F948}":()=>mpe,"\u{1F949}":()=>gpe,"\u{1F94A}":()=>xpe,"\u{1F94B}":()=>Rpe,"\u{1F94C}":()=>Vpe,"\u{1F94D}":()=>Ipe,"\u{1F94E}":()=>vpe,"\u{1F94F}":()=>kpe,"\u{1F950}":()=>mie,"\u{1F951}":()=>Zre,"\u{1F952}":()=>oie,"\u{1F953}":()=>kie,"\u{1F954}":()=>eie,"\u{1F955}":()=>tie,"\u{1F956}":()=>gie,"\u{1F957}":()=>_ie,"\u{1F958}":()=>Oie,"\u{1F959}":()=>xie,"\u{1F95A}":()=>Aie,"\u{1F95B}":()=>Pse,"\u{1F95C}":()=>die,"\u{1F95D}":()=>$re,"\u{1F95E}":()=>vie,"\u{1F95F}":()=>ase,"\u{1F960}":()=>ose,"\u{1F961}":()=>rse,"\u{1F962}":()=>Use,"\u{1F963}":()=>zie,"\u{1F964}":()=>_se,"\u{1F965}":()=>Qre,"\u{1F966}":()=>iie,"\u{1F967}":()=>bse,"\u{1F968}":()=>fie,"\u{1F969}":()=>Sie,"\u{1F96A}":()=>Iie,"\u{1F96B}":()=>Uie,"\u{1F96C}":()=>rie,"\u{1F96D}":()=>Ure,"\u{1F96E}":()=>tse,"\u{1F96F}":()=>hie,"\u{1F970}":()=>R7,"\u{1F971}":()=>X9,"\u{1F972}":()=>EPe,"\u{1F973}":()=>k9,"\u{1F974}":()=>b9,"\u{1F975}":()=>v9,"\u{1F976}":()=>y9,"\u{1F977}":()=>OPe,"\u{1F978}":()=>xPe,"\u{1F979}":()=>nIe,"\u{1F97A}":()=>O9,"\u{1F97B}":()=>Cme,"\u{1F97C}":()=>hme,"\u{1F97D}":()=>fme,"\u{1F97E}":()=>Hme,"\u{1F97F}":()=>Vme,"\u{1F980}":()=>ise,"\u{1F981}":()=>Eae,"\u{1F982}":()=>dre,"\u{1F983}":()=>Toe,"\u{1F984}":()=>Lae,"\u{1F985}":()=>Eoe,"\u{1F986}":()=>xoe,"\u{1F987}":()=>uoe,"\u{1F988}":()=>Zoe,"\u{1F989}":()=>Aoe,"\u{1F98A}":()=>Pae,"\u{1F98B}":()=>nre,"\u{1F98C}":()=>_ae,"\u{1F98D}":()=>yae,"\u{1F98E}":()=>Hoe,"\u{1F98F}":()=>toe,"\u{1F990}":()=>lse,"\u{1F991}":()=>cse,"\u{1F992}":()=>Jae,"\u{1F993}":()=>zae,"\u{1F994}":()=>doe,"\u{1F995}":()=>qoe,"\u{1F996}":()=>joe,"\u{1F997}":()=>sre,"\u{1F998}":()=>yoe,"\u{1F999}":()=>Zae,"\u{1F99A}":()=>Ooe,"\u{1F99B}":()=>noe,"\u{1F99C}":()=>Loe,"\u{1F99D}":()=>Cae,"\u{1F99E}":()=>sse,"\u{1F99F}":()=>ure,"\u{1F9A0}":()=>pre,"\u{1F9A1}":()=>boe,"\u{1F9A2}":()=>Roe,"\u{1F9A3}":()=>YPe,"\u{1F9A4}":()=>XPe,"\u{1F9A5}":()=>foe,"\u{1F9A6}":()=>hoe,"\u{1F9A7}":()=>bae,"\u{1F9A8}":()=>voe,"\u{1F9A9}":()=>Moe,"\u{1F9AA}":()=>dse,"\u{1F9AB}":()=>GPe,"\u{1F9AC}":()=>WPe,"\u{1F9AD}":()=>ZPe,"\u{1F9AE}":()=>Sae,"\u{1F9AF}":()=>Whe,"\u{1F9B4}":()=>$Q,"\u{1F9B5}":()=>UQ,"\u{1F9B6}":()=>KQ,"\u{1F9B7}":()=>GQ,"\u{1F9B8}":()=>See,"\u{1F9B8}\u200D\u2640\uFE0F":()=>Fee,"\u{1F9B8}\u200D\u2642\uFE0F":()=>kee,"\u{1F9B9}":()=>Nee,"\u{1F9B9}\u200D\u2640\uFE0F":()=>Cee,"\u{1F9B9}\u200D\u2642\uFE0F":()=>Pee,"\u{1F9BA}":()=>vme,"\u{1F9BB}":()=>jQ,"\u{1F9BC}":()=>Mce,"\u{1F9BD}":()=>Ace,"\u{1F9BE}":()=>HQ,"\u{1F9BF}":()=>VQ,"\u{1F9C0}":()=>bie,"\u{1F9C1}":()=>yse,"\u{1F9C2}":()=>Vie,"\u{1F9C3}":()=>Bse,"\u{1F9C4}":()=>sie,"\u{1F9C5}":()=>lie,"\u{1F9C6}":()=>Rie,"\u{1F9C7}":()=>yie,"\u{1F9C8}":()=>Hie,"\u{1F9C9}":()=>Hse,"\u{1F9CA}":()=>Vse,"\u{1F9CB}":()=>uCe,"\u{1F9CC}":()=>gIe,"\u{1F9CD}":()=>ote,"\u{1F9CD}\u200D\u2640\uFE0F":()=>ite,"\u{1F9CD}\u200D\u2642\uFE0F":()=>rte,"\u{1F9CE}":()=>ste,"\u{1F9CE}\u200D\u2640\uFE0F":()=>cte,"\u{1F9CE}\u200D\u2640\uFE0F\u200D\u27A1\uFE0F":()=>iDe,"\u{1F9CE}\u200D\u2642\uFE0F":()=>lte,"\u{1F9CE}\u200D\u2642\uFE0F\u200D\u27A1\uFE0F":()=>sDe,"\u{1F9CE}\u200D\u27A1\uFE0F":()=>rDe,"\u{1F9CF}":()=>qZ,"\u{1F9CF}\u200D\u2640\uFE0F":()=>WZ,"\u{1F9CF}\u200D\u2642\uFE0F":()=>jZ,"\u{1F9D0}":()=>P9,"\u{1F9D1}":()=>oZ,"\u{1F9D1}\u200D\u2695\uFE0F":()=>nJ,"\u{1F9D1}\u200D\u2696\uFE0F":()=>uJ,"\u{1F9D1}\u200D\u2708\uFE0F":()=>VJ,"\u{1F9D1}\u200D\u{1F33E}":()=>gJ,"\u{1F9D1}\u200D\u{1F373}":()=>vJ,"\u{1F9D1}\u200D\u{1F37C}":()=>UPe,"\u{1F9D1}\u200D\u{1F384}":()=>KPe,"\u{1F9D1}\u200D\u{1F393}":()=>rJ,"\u{1F9D1}\u200D\u{1F3A4}":()=>OJ,"\u{1F9D1}\u200D\u{1F3A8}":()=>_J,"\u{1F9D1}\u200D\u{1F3EB}":()=>lJ,"\u{1F9D1}\u200D\u{1F3ED}":()=>kJ,"\u{1F9D1}\u200D\u{1F4BB}":()=>RJ,"\u{1F9D1}\u200D\u{1F4BC}":()=>PJ,"\u{1F9D1}\u200D\u{1F527}":()=>wJ,"\u{1F9D1}\u200D\u{1F52C}":()=>DJ,"\u{1F9D1}\u200D\u{1F680}":()=>qJ,"\u{1F9D1}\u200D\u{1F692}":()=>YJ,"\u{1F9D1}\u200D\u{1F91D}\u200D\u{1F9D1}":()=>Ine,"\u{1F9D1}\u200D\u{1F9AF}":()=>dte,"\u{1F9D1}\u200D\u{1F9AF}\u200D\u27A1\uFE0F":()=>lDe,"\u{1F9D1}\u200D\u{1F9B0}":()=>gZ,"\u{1F9D1}\u200D\u{1F9B1}":()=>hZ,"\u{1F9D1}\u200D\u{1F9B2}":()=>wZ,"\u{1F9D1}\u200D\u{1F9B3}":()=>yZ,"\u{1F9D1}\u200D\u{1F9BC}":()=>mte,"\u{1F9D1}\u200D\u{1F9BC}\u200D\u27A1\uFE0F":()=>uDe,"\u{1F9D1}\u200D\u{1F9BD}":()=>hte,"\u{1F9D1}\u200D\u{1F9BD}\u200D\u27A1\uFE0F":()=>gDe,"\u{1F9D1}\u200D\u{1F9D1}\u200D\u{1F9D2}":()=>wDe,"\u{1F9D1}\u200D\u{1F9D1}\u200D\u{1F9D2}\u200D\u{1F9D2}":()=>TDe,"\u{1F9D1}\u200D\u{1F9D2}":()=>SDe,"\u{1F9D1}\u200D\u{1F9D2}\u200D\u{1F9D2}":()=>kDe,"\u{1F9D2}":()=>tZ,"\u{1F9D3}":()=>kZ,"\u{1F9D4}":()=>sZ,"\u{1F9D4}\u200D\u2640\uFE0F":()=>$Ce,"\u{1F9D4}\u200D\u2642\uFE0F":()=>GCe,"\u{1F9D5}":()=>gee,"\u{1F9D6}":()=>Ite,"\u{1F9D6}\u200D\u2640\uFE0F":()=>Ete,"\u{1F9D6}\u200D\u2642\uFE0F":()=>Dte,"\u{1F9D7}":()=>xte,"\u{1F9D7}\u200D\u2640\uFE0F":()=>Ate,"\u{1F9D7}\u200D\u2642\uFE0F":()=>Rte,"\u{1F9D8}":()=>kne,"\u{1F9D8}\u200D\u2640\uFE0F":()=>Nne,"\u{1F9D8}\u200D\u2642\uFE0F":()=>Fne,"\u{1F9D9}":()=>Iee,"\u{1F9D9}\u200D\u2640\uFE0F":()=>Eee,"\u{1F9D9}\u200D\u2642\uFE0F":()=>Dee,"\u{1F9DA}":()=>xee,"\u{1F9DA}\u200D\u2640\uFE0F":()=>Aee,"\u{1F9DA}\u200D\u2642\uFE0F":()=>Ree,"\u{1F9DB}":()=>Mee,"\u{1F9DB}\u200D\u2640\uFE0F":()=>Lee,"\u{1F9DB}\u200D\u2642\uFE0F":()=>Oee,"\u{1F9DC}":()=>zee,"\u{1F9DC}\u200D\u2640\uFE0F":()=>Bee,"\u{1F9DC}\u200D\u2642\uFE0F":()=>_ee,"\u{1F9DD}":()=>Hee,"\u{1F9DD}\u200D\u2640\uFE0F":()=>Uee,"\u{1F9DD}\u200D\u2642\uFE0F":()=>Vee,"\u{1F9DE}":()=>Kee,"\u{1F9DE}\u200D\u2640\uFE0F":()=>jee,"\u{1F9DE}\u200D\u2642\uFE0F":()=>qee,"\u{1F9DF}":()=>Wee,"\u{1F9DF}\u200D\u2640\uFE0F":()=>Gee,"\u{1F9DF}\u200D\u2642\uFE0F":()=>Yee,"\u{1F9E0}":()=>YQ,"\u{1F9E1}":()=>_X,"\u{1F9E2}":()=>Xme,"\u{1F9E3}":()=>Tme,"\u{1F9E4}":()=>Sme,"\u{1F9E5}":()=>kme,"\u{1F9E6}":()=>Fme,"\u{1F9E7}":()=>ape,"\u{1F9E8}":()=>Wue,"\u{1F9E9}":()=>Zpe,"\u{1F9EA}":()=>Zhe,"\u{1F9EB}":()=>Jhe,"\u{1F9EC}":()=>eve,"\u{1F9ED}":()=>ele,"\u{1F9EE}":()=>jge,"\u{1F9EF}":()=>Fve,"\u{1F9F0}":()=>$he,"\u{1F9F1}":()=>mle,"\u{1F9F2}":()=>Xhe,"\u{1F9F3}":()=>vde,"\u{1F9F4}":()=>vve,"\u{1F9F5}":()=>ume,"\u{1F9F6}":()=>pme,"\u{1F9F7}":()=>yve,"\u{1F9F8}":()=>Jpe,"\u{1F9F9}":()=>bve,"\u{1F9FA}":()=>wve,"\u{1F9FB}":()=>Tve,"\u{1F9FC}":()=>Sve,"\u{1F9FD}":()=>kve,"\u{1F9FE}":()=>Rfe,"\u{1F9FF}":()=>Ype,"\u{1FA70}":()=>qme,"\u{1FA71}":()=>Ime,"\u{1FA72}":()=>Dme,"\u{1FA73}":()=>Eme,"\u{1FA74}":()=>SCe,"\u{1FA75}":()=>OIe,"\u{1FA76}":()=>LIe,"\u{1FA77}":()=>MIe,"\u{1FA78}":()=>rve,"\u{1FA79}":()=>sve,"\u{1FA7A}":()=>lve,"\u{1FA7B}":()=>DIe,"\u{1FA7C}":()=>IIe,"\u{1FA80}":()=>Kpe,"\u{1FA81}":()=>qpe,"\u{1FA82}":()=>sde,"\u{1FA83}":()=>CCe,"\u{1FA84}":()=>vCe,"\u{1FA85}":()=>yCe,"\u{1FA86}":()=>bCe,"\u{1FA87}":()=>XIe,"\u{1FA88}":()=>QIe,"\u{1FA89}":()=>RDe,"\u{1FA8F}":()=>ADe,"\u{1FA90}":()=>uue,"\u{1FA91}":()=>pve,"\u{1FA92}":()=>hve,"\u{1FA93}":()=>Rhe,"\u{1FA94}":()=>sfe,"\u{1FA95}":()=>Nge,"\u{1FA96}":()=>kCe,"\u{1FA97}":()=>FCe,"\u{1FA98}":()=>NCe,"\u{1FA99}":()=>PCe,"\u{1FA9A}":()=>ICe,"\u{1FA9B}":()=>DCe,"\u{1FA9C}":()=>xCe,"\u{1FA9D}":()=>ECe,"\u{1FA9E}":()=>ACe,"\u{1FA9F}":()=>MCe,"\u{1FAA0}":()=>OCe,"\u{1FAA1}":()=>wCe,"\u{1FAA2}":()=>TCe,"\u{1FAA3}":()=>zCe,"\u{1FAA4}":()=>LCe,"\u{1FAA5}":()=>_Ce,"\u{1FAA6}":()=>BCe,"\u{1FAA7}":()=>HCe,"\u{1FAA8}":()=>pCe,"\u{1FAA9}":()=>PIe,"\u{1FAAA}":()=>xIe,"\u{1FAAB}":()=>CIe,"\u{1FAAC}":()=>NIe,"\u{1FAAD}":()=>GIe,"\u{1FAAE}":()=>$Ie,"\u{1FAAF}":()=>ZIe,"\u{1FAB0}":()=>tCe,"\u{1FAB1}":()=>nCe,"\u{1FAB2}":()=>JPe,"\u{1FAB3}":()=>eCe,"\u{1FAB4}":()=>aCe,"\u{1FAB5}":()=>mCe,"\u{1FAB6}":()=>QPe,"\u{1FAB7}":()=>hIe,"\u{1FAB8}":()=>fIe,"\u{1FAB9}":()=>vIe,"\u{1FABA}":()=>yIe,"\u{1FABB}":()=>jIe,"\u{1FABC}":()=>qIe,"\u{1FABD}":()=>VIe,"\u{1FABE}":()=>EDe,"\u{1FABF}":()=>KIe,"\u{1FAC0}":()=>APe,"\u{1FAC1}":()=>MPe,"\u{1FAC2}":()=>qPe,"\u{1FAC3}":()=>pIe,"\u{1FAC4}":()=>mIe,"\u{1FAC5}":()=>uIe,"\u{1FAC6}":()=>DDe,"\u{1FACE}":()=>BIe,"\u{1FACF}":()=>HIe,"\u{1FAD0}":()=>oCe,"\u{1FAD1}":()=>iCe,"\u{1FAD2}":()=>rCe,"\u{1FAD3}":()=>sCe,"\u{1FAD4}":()=>lCe,"\u{1FAD5}":()=>cCe,"\u{1FAD6}":()=>dCe,"\u{1FAD7}":()=>wIe,"\u{1FAD8}":()=>bIe,"\u{1FAD9}":()=>TIe,"\u{1FADA}":()=>WIe,"\u{1FADB}":()=>YIe,"\u{1FADC}":()=>xDe,"\u{1FADF}":()=>MDe,"\u{1FAE0}":()=>XCe,"\u{1FAE1}":()=>JCe,"\u{1FAE2}":()=>QCe,"\u{1FAE3}":()=>ZCe,"\u{1FAE4}":()=>tIe,"\u{1FAE5}":()=>eIe,"\u{1FAE6}":()=>dIe,"\u{1FAE7}":()=>EIe,"\u{1FAE8}":()=>AIe,"\u{1FAE9}":()=>IDe,"\u{1FAF0}":()=>sIe,"\u{1FAF1}":()=>aIe,"\u{1FAF2}":()=>oIe,"\u{1FAF3}":()=>rIe,"\u{1FAF4}":()=>iIe,"\u{1FAF5}":()=>lIe,"\u{1FAF6}":()=>cIe,"\u{1FAF7}":()=>zIe,"\u{1FAF8}":()=>_Ie});var b7,w7,T7,S7,k7,F7,N7,P7,C7,I7,D7,E7,x7,R7,A7,M7,O7,L7,z7,_7,B7,H7,V7,U7,K7,q7,j7,W7,Y7,G7,$7,X7,Q7,Z7,J7,e9,t9,n9,a9,o9,r9,i9,s9,l9,c9,d9,u9,p9,m9,g9,f9,h9,v9,y9,b9,w9,T9,S9,k9,F9,N9,P9,C9,I9,D9,E9,x9,R9,A9,M9,O9,L9,z9,_9,B9,H9,V9,U9,K9,q9,j9,W9,Y9,G9,$9,X9,Q9,Z9,J9,eX,tX,nX,aX,oX,rX,iX,sX,lX,cX,dX,uX,pX,mX,gX,fX,hX,vX,yX,bX,wX,TX,SX,kX,FX,NX,PX,CX,IX,DX,EX,xX,RX,AX,MX,OX,LX,zX,_X,BX,HX,VX,UX,KX,qX,jX,WX,YX,GX,$X,XX,QX,ZX,JX,eQ,tQ,nQ,aQ,oQ,rQ,iQ,sQ,lQ,cQ,dQ,uQ,pQ,mQ,gQ,fQ,hQ,vQ,yQ,bQ,wQ,TQ,SQ,kQ,FQ,NQ,PQ,CQ,IQ,DQ,EQ,xQ,RQ,AQ,MQ,OQ,LQ,zQ,_Q,BQ,HQ,VQ,UQ,KQ,qQ,jQ,WQ,YQ,GQ,$Q,XQ,QQ,ZQ,JQ,eZ,tZ,nZ,aZ,oZ,rZ,iZ,sZ,lZ,cZ,dZ,uZ,pZ,mZ,gZ,fZ,hZ,vZ,yZ,bZ,wZ,TZ,SZ,kZ,FZ,NZ,PZ,CZ,IZ,DZ,EZ,xZ,RZ,AZ,MZ,OZ,LZ,zZ,_Z,BZ,HZ,VZ,UZ,KZ,qZ,jZ,WZ,YZ,GZ,$Z,XZ,QZ,ZZ,JZ,eJ,tJ,nJ,aJ,oJ,rJ,iJ,sJ,lJ,cJ,dJ,uJ,pJ,mJ,gJ,fJ,hJ,vJ,yJ,bJ,wJ,TJ,SJ,kJ,FJ,NJ,PJ,CJ,IJ,DJ,EJ,xJ,RJ,AJ,MJ,OJ,LJ,zJ,_J,BJ,HJ,VJ,UJ,KJ,qJ,jJ,WJ,YJ,GJ,$J,XJ,QJ,ZJ,JJ,eee,tee,nee,aee,oee,ree,iee,see,lee,cee,dee,uee,pee,mee,gee,fee,hee,vee,yee,bee,wee,Tee,See,kee,Fee,Nee,Pee,Cee,Iee,Dee,Eee,xee,Ree,Aee,Mee,Oee,Lee,zee,_ee,Bee,Hee,Vee,Uee,Kee,qee,jee,Wee,Yee,Gee,$ee,Xee,Qee,Zee,Jee,ete,tte,nte,ate,ote,rte,ite,ste,lte,cte,dte,ute,pte,mte,gte,fte,hte,vte,yte,bte,wte,Tte,Ste,kte,Fte,Nte,Pte,Cte,Ite,Dte,Ete,xte,Rte,Ate,Mte,Ote,Lte,zte,_te,Bte,Hte,Vte,Ute,Kte,qte,jte,Wte,Yte,Gte,$te,Xte,Qte,Zte,Jte,ene,tne,nne,ane,one,rne,ine,sne,lne,cne,dne,une,pne,mne,gne,fne,hne,vne,yne,bne,wne,Tne,Sne,kne,Fne,Nne,Pne,Cne,Ine,Dne,Ene,xne,Rne,Ane,Mne,One,Lne,zne,_ne,Bne,Hne,Vne,Une,Kne,qne,jne,Wne,Yne,Gne,$ne,Xne,Qne,Zne,Jne,eae,tae,nae,aae,oae,rae,iae,sae,lae,cae,dae,uae,pae,mae,gae,fae,hae,vae,yae,bae,wae,Tae,Sae,kae,Fae,Nae,Pae,Cae,Iae,Dae,Eae,xae,Rae,Aae,Mae,Oae,Lae,zae,_ae,Bae,Hae,Vae,Uae,Kae,qae,jae,Wae,Yae,Gae,$ae,Xae,Qae,Zae,Jae,eoe,toe,noe,aoe,ooe,roe,ioe,soe,loe,coe,doe,uoe,poe,moe,goe,foe,hoe,voe,yoe,boe,woe,Toe,Soe,koe,Foe,Noe,Poe,Coe,Ioe,Doe,Eoe,xoe,Roe,Aoe,Moe,Ooe,Loe,zoe,_oe,Boe,Hoe,Voe,Uoe,Koe,qoe,joe,Woe,Yoe,Goe,$oe,Xoe,Qoe,Zoe,Joe,ere,tre,nre,are,ore,rre,ire,sre,lre,cre,dre,ure,pre,mre,gre,fre,hre,vre,yre,bre,wre,Tre,Sre,kre,Fre,Nre,Pre,Cre,Ire,Dre,Ere,xre,Rre,Are,Mre,Ore,Lre,zre,_re,Bre,Hre,Vre,Ure,Kre,qre,jre,Wre,Yre,Gre,$re,Xre,Qre,Zre,Jre,eie,tie,nie,aie,oie,rie,iie,sie,lie,cie,die,uie,pie,mie,gie,fie,hie,vie,yie,bie,wie,Tie,Sie,kie,Fie,Nie,Pie,Cie,Iie,Die,Eie,xie,Rie,Aie,Mie,Oie,Lie,zie,_ie,Bie,Hie,Vie,Uie,Kie,qie,jie,Wie,Yie,Gie,$ie,Xie,Qie,Zie,Jie,ese,tse,nse,ase,ose,rse,ise,sse,lse,cse,dse,use,pse,mse,gse,fse,hse,vse,yse,bse,wse,Tse,Sse,kse,Fse,Nse,Pse,Cse,Ise,Dse,Ese,xse,Rse,Ase,Mse,Ose,Lse,zse,_se,Bse,Hse,Vse,Use,Kse,qse,jse,Wse,Yse,Gse,$se,Xse,Qse,Zse,Jse,ele,tle,nle,ale,ole,rle,ile,sle,lle,cle,dle,ule,ple,mle,gle,fle,hle,vle,yle,ble,wle,Tle,Sle,kle,Fle,Nle,Ple,Cle,Ile,Dle,Ele,xle,Rle,Ale,Mle,Ole,Lle,zle,_le,Ble,Hle,Vle,Ule,Kle,qle,jle,Wle,Yle,Gle,$le,Xle,Qle,Zle,Jle,ece,tce,nce,ace,oce,rce,ice,sce,lce,cce,dce,uce,pce,mce,gce,fce,hce,vce,yce,bce,wce,Tce,Sce,kce,Fce,Nce,Pce,Cce,Ice,Dce,Ece,xce,Rce,Ace,Mce,Oce,Lce,zce,_ce,Bce,Hce,Vce,Uce,Kce,qce,jce,Wce,Yce,Gce,$ce,Xce,Qce,Zce,Jce,ede,tde,nde,ade,ode,rde,ide,sde,lde,cde,dde,ude,pde,mde,gde,fde,hde,vde,yde,bde,wde,Tde,Sde,kde,Fde,Nde,Pde,Cde,Ide,Dde,Ede,xde,Rde,Ade,Mde,Ode,Lde,zde,_de,Bde,Hde,Vde,Ude,Kde,qde,jde,Wde,Yde,Gde,$de,Xde,Qde,Zde,Jde,eue,tue,nue,aue,oue,rue,iue,sue,lue,cue,due,uue,pue,mue,gue,fue,hue,vue,yue,bue,wue,Tue,Sue,kue,Fue,Nue,Pue,Cue,Iue,Due,Eue,xue,Rue,Aue,Mue,Oue,Lue,zue,_ue,Bue,Hue,Vue,Uue,Kue,que,jue,Wue,Yue,Gue,$ue,Xue,Que,Zue,Jue,epe,tpe,npe,ape,ope,rpe,ipe,spe,lpe,cpe,dpe,upe,ppe,mpe,gpe,fpe,hpe,vpe,ype,bpe,wpe,Tpe,Spe,kpe,Fpe,Npe,Ppe,Cpe,Ipe,Dpe,Epe,xpe,Rpe,Ape,Mpe,Ope,Lpe,zpe,_pe,Bpe,Hpe,Vpe,Upe,Kpe,qpe,jpe,Wpe,Ype,Gpe,$pe,Xpe,Qpe,Zpe,Jpe,eme,tme,nme,ame,ome,rme,ime,sme,lme,cme,dme,ume,pme,mme,gme,fme,hme,vme,yme,bme,wme,Tme,Sme,kme,Fme,Nme,Pme,Cme,Ime,Dme,Eme,xme,Rme,Ame,Mme,Ome,Lme,zme,_me,Bme,Hme,Vme,Ume,Kme,qme,jme,Wme,Yme,Gme,$me,Xme,Qme,Zme,Jme,ege,tge,nge,age,oge,rge,ige,sge,lge,cge,dge,uge,pge,mge,gge,fge,hge,vge,yge,bge,wge,Tge,Sge,kge,Fge,Nge,Pge,Cge,Ige,Dge,Ege,xge,Rge,Age,Mge,Oge,Lge,zge,_ge,Bge,Hge,Vge,Uge,Kge,qge,jge,Wge,Yge,Gge,$ge,Xge,Qge,Zge,Jge,efe,tfe,nfe,afe,ofe,rfe,ife,sfe,lfe,cfe,dfe,ufe,pfe,mfe,gfe,ffe,hfe,vfe,yfe,bfe,wfe,Tfe,Sfe,kfe,Ffe,Nfe,Pfe,Cfe,Ife,Dfe,Efe,xfe,Rfe,Afe,Mfe,Ofe,Lfe,zfe,_fe,Bfe,Hfe,Vfe,Ufe,Kfe,qfe,jfe,Wfe,Yfe,Gfe,$fe,Xfe,Qfe,Zfe,Jfe,ehe,the,nhe,ahe,ohe,rhe,ihe,she,lhe,che,dhe,uhe,phe,mhe,ghe,fhe,hhe,vhe,yhe,bhe,whe,The,She,khe,Fhe,Nhe,Phe,Che,Ihe,Dhe,Ehe,xhe,Rhe,Ahe,Mhe,Ohe,Lhe,zhe,_he,Bhe,Hhe,Vhe,Uhe,Khe,qhe,jhe,Whe,Yhe,Ghe,$he,Xhe,Qhe,Zhe,Jhe,eve,tve,nve,ave,ove,rve,ive,sve,lve,cve,dve,uve,pve,mve,gve,fve,hve,vve,yve,bve,wve,Tve,Sve,kve,Fve,Nve,Pve,Cve,Ive,Dve,Eve,xve,Rve,Ave,Mve,Ove,Lve,zve,_ve,Bve,Hve,Vve,Uve,Kve,qve,jve,Wve,Yve,Gve,$ve,Xve,Qve,Zve,Jve,eye,tye,nye,aye,oye,rye,iye,sye,lye,cye,dye,uye,pye,mye,gye,fye,hye,vye,yye,bye,wye,Tye,Sye,kye,Fye,Nye,Pye,Cye,Iye,Dye,Eye,xye,Rye,Aye,Mye,Oye,Lye,zye,_ye,Bye,Hye,Vye,Uye,Kye,qye,jye,Wye,Yye,Gye,$ye,Xye,Qye,Zye,Jye,ebe,tbe,nbe,abe,obe,rbe,ibe,sbe,lbe,cbe,dbe,ube,pbe,mbe,gbe,fbe,hbe,vbe,ybe,bbe,wbe,Tbe,Sbe,kbe,Fbe,Nbe,Pbe,Cbe,Ibe,Dbe,Ebe,xbe,Rbe,Abe,Mbe,Obe,Lbe,zbe,_be,Bbe,Hbe,Vbe,Ube,Kbe,qbe,jbe,Wbe,Ybe,Gbe,$be,Xbe,Qbe,Zbe,Jbe,ewe,twe,nwe,awe,owe,rwe,iwe,swe,lwe,cwe,dwe,uwe,pwe,mwe,gwe,fwe,hwe,vwe,ywe,bwe,wwe,Twe,Swe,kwe,Fwe,Nwe,Pwe,Cwe,Iwe,Dwe,Ewe,xwe,Rwe,Awe,Mwe,Owe,Lwe,zwe,_we,Bwe,Hwe,Vwe,Uwe,Kwe,qwe,jwe,Wwe,Ywe,Gwe,$we,Xwe,Qwe,Zwe,Jwe,eTe,tTe,nTe,aTe,oTe,rTe,iTe,sTe,lTe,cTe,dTe,uTe,pTe,mTe,gTe,fTe,hTe,vTe,yTe,bTe,wTe,TTe,STe,kTe,FTe,NTe,PTe,CTe,ITe,DTe,ETe,xTe,RTe,ATe,MTe,OTe,LTe,zTe,_Te,BTe,HTe,VTe,UTe,KTe,qTe,jTe,WTe,YTe,GTe,$Te,XTe,QTe,ZTe,JTe,eSe,tSe,nSe,aSe,oSe,rSe,iSe,sSe,lSe,cSe,dSe,uSe,pSe,mSe,gSe,fSe,hSe,vSe,ySe,bSe,wSe,TSe,SSe,kSe,FSe,NSe,PSe,CSe,ISe,DSe,ESe,xSe,RSe,ASe,MSe,OSe,LSe,zSe,_Se,BSe,HSe,VSe,USe,KSe,qSe,jSe,WSe,YSe,GSe,$Se,XSe,QSe,ZSe,JSe,eke,tke,nke,ake,oke,rke,ike,ske,lke,cke,dke,uke,pke,mke,gke,fke,hke,vke,yke,bke,wke,Tke,Ske,kke,Fke,Nke,Pke,Cke,Ike,Dke,Eke,xke,Rke,Ake,Mke,Oke,Lke,zke,_ke,Bke,Hke,Vke,Uke,Kke,qke,jke,Wke,Yke,Gke,$ke,Xke,Qke,Zke,Jke,eFe,tFe,nFe,aFe,oFe,rFe,iFe,sFe,lFe,cFe,dFe,uFe,pFe,mFe,gFe,fFe,hFe,vFe,yFe,bFe,wFe,TFe,SFe,kFe,FFe,NFe,PFe,CFe,IFe,DFe,EFe,xFe,RFe,AFe,MFe,OFe,LFe,zFe,_Fe,BFe,HFe,VFe,UFe,KFe,qFe,jFe,WFe,YFe,GFe,$Fe,XFe,QFe,ZFe,JFe,eNe,tNe,nNe,aNe,oNe,rNe,iNe,sNe,lNe,cNe,dNe,uNe,pNe,mNe,gNe,fNe,hNe,vNe,yNe,bNe,wNe,TNe,SNe,kNe,FNe,NNe,PNe,CNe,INe,DNe,ENe,xNe,RNe,ANe,MNe,ONe,LNe,zNe,_Ne,BNe,HNe,VNe,UNe,KNe,qNe,jNe,WNe,YNe,GNe,$Ne,XNe,QNe,ZNe,JNe,ePe,tPe,nPe,aPe,oPe,rPe,iPe,sPe,lPe,cPe,dPe,uPe,pPe,mPe,gPe,fPe,hPe,vPe,yPe,bPe,wPe,TPe,SPe,kPe,FPe,NPe,PPe,CPe,IPe,DPe,EPe,xPe,RPe,APe,MPe,OPe,LPe,zPe,_Pe,BPe,HPe,VPe,UPe,KPe,qPe,jPe,WPe,YPe,GPe,$Pe,XPe,QPe,ZPe,JPe,eCe,tCe,nCe,aCe,oCe,rCe,iCe,sCe,lCe,cCe,dCe,uCe,pCe,mCe,gCe,fCe,hCe,vCe,yCe,bCe,wCe,TCe,SCe,kCe,FCe,NCe,PCe,CCe,ICe,DCe,ECe,xCe,RCe,ACe,MCe,OCe,LCe,zCe,_Ce,BCe,HCe,VCe,UCe,KCe,qCe,jCe,WCe,YCe,GCe,$Ce,XCe,QCe,ZCe,JCe,eIe,tIe,nIe,aIe,oIe,rIe,iIe,sIe,lIe,cIe,dIe,uIe,pIe,mIe,gIe,fIe,hIe,vIe,yIe,bIe,wIe,TIe,SIe,kIe,FIe,NIe,PIe,CIe,IIe,DIe,EIe,xIe,RIe,AIe,MIe,OIe,LIe,zIe,_Ie,BIe,HIe,VIe,UIe,KIe,qIe,jIe,WIe,YIe,GIe,$Ie,XIe,QIe,ZIe,JIe,eDe,tDe,nDe,aDe,oDe,rDe,iDe,sDe,lDe,cDe,dDe,uDe,pDe,mDe,gDe,fDe,hDe,vDe,yDe,bDe,wDe,TDe,SDe,kDe,FDe,NDe,PDe,CDe,IDe,DDe,EDe,xDe,RDe,ADe,MDe,ODe,AD=He(()=>{b7=["grinning_face","face","smile","happy","joy",":D","grin","smiley"],w7=["grinning_face_with_big_eyes","face","happy","joy","haha",":D",":)","smile","funny","mouth","open","smiley","smiling"],T7=["grinning_face_with_smiling_eyes","face","happy","joy","funny","haha","laugh","like",":D",":)","smile","eye","grin","mouth","open","pleased","smiley"],S7=["beaming_face_with_smiling_eyes","face","happy","smile","joy","kawaii","eye","grin","grinning"],k7=["grinning_squinting_face","happy","joy","lol","satisfied","haha","face","glad","XD","laugh","big","closed","eyes","grin","laughing","mouth","open","smile","smiling","tightly"],F7=["grinning_face_with_sweat","face","hot","happy","laugh","sweat","smile","relief","cold","exercise","mouth","open","smiling"],N7=["rolling_on_the_floor_laughing","face","rolling","floor","laughing","lol","haha","rofl","laugh","rotfl"],P7=["face_with_tears_of_joy","face","cry","tears","weep","happy","happytears","haha","crying","laugh","laughing","lol","tear"],C7=["slightly_smiling_face","face","smile","fine","happy","this"],I7=["upside_down_face","face","flipped","silly","smile","sarcasm"],D7=["winking_face","face","happy","mischievous","secret",";)","smile","eye","flirt","wink","winky"],E7=["smiling_face_with_smiling_eyes","face","smile","happy","flushed","crush","embarrassed","shy","joy","^^","blush","eye","proud","smiley"],x7=["smiling_face_with_halo","face","angel","heaven","halo","innocent","fairy","fantasy","smile","tale"],R7=["smiling_face_with_hearts","face","love","like","affection","valentines","infatuation","crush","hearts","adore","eyes","three"],A7=["smiling_face_with_heart_eyes","face","love","like","affection","valentines","infatuation","crush","heart","eye","shaped","smile"],M7=["star_struck","face","smile","starry","eyes","grinning","excited","eyed","wow"],O7=["face_blowing_a_kiss","face","love","like","affection","valentines","infatuation","kiss","blow","flirt","heart","kissing","throwing"],L7=["kissing_face","love","like","face","3","valentines","infatuation","kiss","duck","kissy","whistling"],z7=["smiling_face","face","blush","massage","happiness","happy","outlined","pleased","relaxed","smile","smiley","white"],_7=["kissing_face_with_closed_eyes","face","love","like","affection","valentines","infatuation","kiss","eye","kissy"],B7=["kissing_face_with_smiling_eyes","face","affection","valentines","infatuation","kiss","eye","kissy","smile","whistle","whistling"],H7=["face_savoring_food","happy","joy","tongue","smile","face","silly","yummy","nom","delicious","savouring","goofy","hungry","lick","licking","lips","smiling","um","yum"],V7=["face_with_tongue","face","prank","childish","playful","mischievous","smile","tongue","cheeky","out","stuck"],U7=["winking_face_with_tongue","face","prank","childish","playful","mischievous","smile","wink","tongue","crazy","eye","joke","out","silly","stuck"],K7=["zany_face","face","goofy","crazy","excited","eye","eyes","grinning","large","one","small","wacky","wild"],q7=["squinting_face_with_tongue","face","prank","playful","mischievous","smile","tongue","closed","eye","eyes","horrible","out","stuck","taste","tightly"],j7=["money_mouth_face","face","rich","dollar","money","eyes","sign"],W7=["hugging_face","face","smile","hug","hands","hugs","open","smiling"],Y7=["face_with_hand_over_mouth","face","whoops","shock","surprise","blushing","covering","eyes","quiet","smiling"],G7=["shushing_face","face","quiet","shhh","closed","covering","finger","hush","lips","shh","shush","silence"],$7=["thinking_face","face","hmmm","think","consider","chin","shade","thinker","throwing","thumb"],X7=["zipper_mouth_face","face","sealed","zipper","secret","hush","lips","silence","zip"],Q7=["face_with_raised_eyebrow","face","distrust","scepticism","disapproval","disbelief","surprise","suspicious","colbert","mild","one","rock","skeptic"],Z7=["neutral_face","indifference","meh",":|","neutral","deadpan","faced","mouth","straight"],J7=["expressionless_face","face","indifferent","-_-","meh","deadpan","inexpressive","mouth","straight","unexpressive"],e9=["face_without_mouth","face","blank","mouthless","mute","no","quiet","silence","silent"],t9=["smirking_face","face","smile","mean","prank","smug","sarcasm","flirting","sexual","smirk","suggestive"],n9=["unamused_face","indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","ugh","side_eye","dissatisfied","meh","unhappy"],a9=["face_with_rolling_eyes","face","eyeroll","frustrated","eye","roll"],o9=["grimacing_face","face","grimace","teeth","awkward","eek","nervous"],r9=["lying_face","face","lie","pinocchio","liar","long","nose"],i9=["relieved_face","face","relaxed","phew","massage","happiness","content","pleased","whew"],s9=["pensive_face","face","sad","depressed","upset","dejected","sadface","sorrowful"],l9=["sleepy_face","face","tired","rest","nap","bubble","side","sleep","snot","tear"],c9=["drooling_face","face","drool"],d9=["sleeping_face","face","tired","sleepy","night","zzz","sleep","snoring"],u9=["face_with_medical_mask","face","sick","ill","disease","covid","cold","coronavirus","doctor","medicine","surgical"],p9=["face_with_thermometer","sick","temperature","thermometer","cold","fever","covid","ill"],m9=["face_with_head_bandage","injured","clumsy","bandage","hurt","bandaged","injury"],g9=["nauseated_face","face","vomit","gross","green","sick","throw up","ill","barf","disgust","disgusted","green\xA0face"],f9=["face_vomiting","face","sick","barf","ill","mouth","open","puke","spew","throwing","up","vomit"],h9=["sneezing_face","face","gesundheit","sneeze","sick","allergy","achoo"],v9=["hot_face","face","feverish","heat","red","sweating","overheated","stroke"],y9=["cold_face","face","blue","freezing","frozen","frostbite","icicles","ice"],b9=["woozy_face","face","dizzy","intoxicated","tipsy","wavy","drunk","eyes","groggy","mouth","uneven"],w9=["dizzy_face","spent","unconscious","xox","dizzy","cross","crossed","dead","eyes","knocked","out","spiral\xA0eyes"],T9=["exploding_head","face","shocked","mind","blown","blowing","explosion","mad"],S9=["cowboy_hat_face","face","cowgirl","hat"],k9=["partying_face","face","celebration","woohoo","birthday","hat","horn","party"],F9=["smiling_face_with_sunglasses","face","cool","smile","summer","beach","sunglass","best","bright","eye","eyewear","friends","glasses","mutual","snapchat","sun","weather"],N9=["nerd_face","face","nerdy","geek","dork","glasses","smiling"],P9=["face_with_monocle","face","stuffy","wealthy","rich","exploration","inspection"],C9=["confused_face","face","indifference","huh","weird","hmmm",":/","meh","nonplussed","puzzled","s"],I9=["worried_face","face","concern","nervous",":(","sad","sadface"],D9=["slightly_frowning_face","face","frowning","disappointed","sad","upset","frown","unhappy"],E9=["frowning_face","face","sad","upset","frown","megafrown","unhappy","white"],x9=["face_with_open_mouth","face","surprise","impressed","wow","whoa",":O","surprised","sympathy"],R9=["hushed_face","face","woo","shh","silence","speechless","stunned","surprise","surprised"],A9=["astonished_face","face","xox","surprised","poisoned","amazed","drunk\xA0face","gasp","gasping","shocked","totally"],M9=["flushed_face","face","blush","shy","flattered","blushing","dazed","embarrassed","eyes","open","shame","wide"],O9=["pleading_face","face","begging","mercy","cry","tears","sad","grievance","eyes","glossy","puppy","simp"],L9=["frowning_face_with_open_mouth","face","aw","what","frown","yawning"],z9=["anguished_face","face","stunned","nervous","pained"],_9=["fearful_face","face","scared","terrified","nervous","fear","oops","shocked","surprised"],B9=["anxious_face_with_sweat","face","nervous","sweat","blue","cold","concerned\xA0face","mouth","open","rushed"],H9=["sad_but_relieved_face","face","phew","sweat","nervous","disappointed","eyebrow","whew"],V9=["crying_face","face","tears","sad","depressed","upset",":'(","cry","tear"],U9=["loudly_crying_face","sobbing","face","cry","tears","sad","upset","depressed","bawling","sob","tear"],K9=["face_screaming_in_fear","face","munch","scared","omg","alone","fearful","home","horror","scream","shocked"],q9=["confounded_face","face","confused","sick","unwell","oops",":S","mouth","quivering","scrunched"],j9=["persevering_face","face","sick","no","upset","oops","eyes","helpless","persevere","scrunched","struggling"],W9=["disappointed_face","face","sad","upset","depressed",":(","sadface"],Y9=["downcast_face_with_sweat","face","hot","sad","tired","exercise","cold","hard","work"],G9=["weary_face","face","tired","sleepy","sad","frustrated","upset","distraught","wailing"],$9=["tired_face","sick","whine","upset","frustrated","distraught","exhausted","fed","up"],X9=["yawning_face","tired","sleepy","bored","yawn"],Q9=["face_with_steam_from_nose","face","gas","phew","proud","pride","triumph","airing","frustrated","grievances","look","mad","smug","steaming","won"],Z9=["pouting_face","angry","mad","hate","despise","enraged","grumpy","pout","rage","red"],J9=["angry_face","mad","face","annoyed","frustrated","anger","grumpy"],eX=["face_with_symbols_on_mouth","face","swearing","cursing","cussing","profanity","expletive","covering","foul","grawlix","over","serious"],tX=["smiling_face_with_horns","devil","horns","evil","fairy","fantasy","happy","imp","purple","red\xA0devil","smile","tale"],nX=["angry_face_with_horns","devil","angry","horns","demon","evil","fairy","fantasy","goblin","imp","purple","sad","tale"],aX=["skull","dead","skeleton","creepy","death","dead","body","danger","face","fairy","grey","halloween","monster","poison","tale"],oX=["skull_and_crossbones","poison","danger","deadly","scary","death","pirate","evil","body","face","halloween","monster"],rX=["pile_of_poo","hankey","shitface","fail","turd","shit","comic","crap","dirt","dog","dung","face","monster","poop","smiling","bad","needs_improvement"],iX=["clown_face","face","mock"],sX=["ogre","monster","red","mask","halloween","scary","creepy","devil","demon","japanese_ogre","creature","face","fairy","fantasy","oni","tale","shrek"],lX=["goblin","red","evil","mask","monster","scary","creepy","japanese_goblin","creature","face","fairy","fantasy","long","nose","tale","tengu"],cX=["ghost","halloween","spooky","scary","creature","disappear","face","fairy","fantasy","ghoul","monster","tale"],dX=["alien","UFO","paul","weird","outer_space","creature","et","extraterrestrial","face","fairy","fantasy","monster","tale","external"],uX=["alien_monster","game","arcade","play","creature","extraterrestrial","face","fairy","fantasy","invader","retro","space","tale","ufo","video"],pX=["robot","computer","machine","bot","face","monster"],mX=["grinning_cat","animal","cats","happy","smile","face","mouth","open","smiley","smiling"],gX=["grinning_cat_with_smiling_eyes","animal","cats","smile","eye","face","grin","happy"],fX=["cat_with_tears_of_joy","animal","cats","haha","happy","tears","face","laughing","tear"],hX=["smiling_cat_with_heart_eyes","animal","love","like","affection","cats","valentines","heart","eye","face","loving\xA0cat","shaped","smile"],vX=["cat_with_wry_smile","animal","cats","smirk","face","ironic","smirking"],yX=["kissing_cat","animal","cats","kiss","closed","eye","eyes","face"],bX=["weary_cat","animal","cats","munch","scared","scream","face","fear","horror","oh","screaming","surprised"],wX=["crying_cat","animal","tears","weep","sad","cats","upset","cry","face","sad\xA0cat","tear"],TX=["pouting_cat","animal","cats","face","grumpy"],SX=["see_no_evil_monkey","monkey","animal","nature","haha","blind","covering","eyes","face","forbidden","gesture","ignore","mizaru","not","prohibited"],kX=["hear_no_evil_monkey","animal","monkey","nature","covering","deaf","ears","face","forbidden","gesture","kikazaru","not","prohibited"],FX=["speak_no_evil_monkey","monkey","animal","nature","omg","covering","face","forbidden","gesture","hush","iwazaru","mouth","mute","not","no\xA0speaking","prohibited","ignore"],NX=["kiss_mark","face","lips","love","like","affection","valentines","heart","kissing","lipstick","romance"],PX=["love_letter","email","like","affection","envelope","valentines","heart","mail","note","romance"],CX=["heart_with_arrow","love","like","heart","affection","valentines","cupid","lovestruck","romance"],IX=["heart_with_ribbon","love","valentines","box","chocolate","chocolates","gift","valentine"],DX=["sparkling_heart","love","like","affection","valentines","excited","sparkle","sparkly","stars\xA0heart"],EX=["growing_heart","like","love","affection","valentines","pink","excited","heartpulse","multiple","nervous","pulse","triple"],xX=["beating_heart","love","like","affection","valentines","pink","heart","alarm","heartbeat","pulsating","wifi"],RX=["revolving_hearts","love","like","affection","valentines","heart","two"],AX=["two_hearts","love","like","affection","valentines","heart","pink","small"],MX=["heart_decoration","purple-square","love","like"],OX=["heart_exclamation","decoration","love","above","an","as","dot","heavy","mark","ornament","punctuation","red"],LX=["broken_heart","sad","sorry","break","heart","heartbreak","breaking","brokenhearted"],zX=["red_heart","love","like","valentines","black","heavy"],_X=["orange_heart","love","like","affection","valentines"],BX=["yellow_heart","love","like","affection","valentines","bf","gold","snapchat"],HX=["green_heart","love","like","affection","valentines","nct"],VX=["blue_heart","love","like","affection","valentines","brand","neutral"],UX=["purple_heart","love","like","affection","valentines","bts","emoji"],KX=["brown_heart","coffee"],qX=["black_heart","evil","dark","wicked"],jX=["white_heart","pure"],WX=["hundred_points","score","perfect","numbers","century","exam","quiz","test","pass","hundred","100","full","keep","symbol"],YX=["anger_symbol","angry","mad","comic","pop","sign","vein"],GX=["collision","bomb","explode","explosion","blown","bang","boom","comic","impact","red","spark","symbol","break"],$X=["dizzy","star","sparkle","shoot","magic","circle","comic","symbol","animations","transitions"],XX=["sweat_droplets","water","drip","oops","comic","drops","plewds","splashing","symbol","workout"],QX=["dashing_away","wind","air","fast","shoo","fart","smoke","puff","blow","comic","dash","gust","running","steam","symbol","vaping"],ZX=["hole","embarrassing"],JX=["bomb","boom","explode","explosion","terrorism","comic"],eQ=["speech_balloon","bubble","words","message","talk","chatting","chat","comic","comment","dialog","text","literals"],tQ=["eye_in_speech_bubble","info","am","i","witness"],nQ=["left_speech_bubble","words","message","talk","chatting","dialog"],aQ=["right_anger_bubble","caption","speech","thinking","mad","angry","balloon","zag","zig"],oQ=["thought_balloon","bubble","cloud","speech","thinking","dream","comic"],rQ=["zzz","sleepy","tired","dream","bedtime","boring","comic","sign","sleep","sleeping","symbol"],iQ=["waving_hand","wave","hands","gesture","goodbye","solong","farewell","hello","hi","palm","body","sign"],sQ=["raised_back_of_hand","fingers","raised","backhand","body"],lQ=["hand_with_fingers_splayed","hand","fingers","palm","body","finger","five","raised"],cQ=["raised_hand","fingers","stop","highfive","palm","ban","body","five","high"],dQ=["vulcan_salute","hand","fingers","spock","star trek","between","body","finger","middle","part","prosper","raised","ring","split"],uQ=["ok_hand","fingers","limbs","perfect","ok","okay","body","sign"],pQ=["pinching_hand","tiny","small","size","amount","body","little"],mQ=["victory_hand","fingers","ohyeah","hand","peace","victory","two","air","body","quotes","sign","v"],gQ=["crossed_fingers","good","lucky","body","cross","finger","hand","hopeful","index","luck","middle"],fQ=["love_you_gesture","hand","fingers","gesture","body","i","ily","sign"],hQ=["sign_of_the_horns","hand","fingers","evil_eye","sign_of_horns","rock_on","body","devil","finger","heavy","metal"],vQ=["call_me_hand","hands","gesture","shaka","body","phone","sign"],yQ=["backhand_index_pointing_left","direction","fingers","hand","left","body","finger","point","white"],bQ=["backhand_index_pointing_right","fingers","hand","direction","right","body","finger","point","white"],wQ=["backhand_index_pointing_up","fingers","hand","direction","up","body","finger","middle","point","white"],TQ=["middle_finger","hand","fingers","rude","middle","flipping","bird","body","dito","extended","fu","medio","middle\xA0finger","reversed"],SQ=["backhand_index_pointing_down","fingers","hand","direction","down","body","finger","point","white"],kQ=["index_pointing_up","hand","fingers","direction","up","body","finger","point","secret","white"],FQ=["thumbs_up","thumbsup","yes","awesome","good","agree","accept","cool","hand","like","+1","approve","body","ok","sign","thumb"],NQ=["thumbs_down","thumbsdown","no","dislike","hand","-1","bad","body","bury","disapprove","sign","thumb"],PQ=["raised_fist","fingers","hand","grasp","body","clenched","power","pump","punch"],CQ=["oncoming_fist","angry","violence","fist","hit","attack","hand","body","bro","brofist","bump","clenched","closed","facepunch","fisted","punch","sign"],IQ=["left_facing_fist","hand","fistbump","body","bump","leftwards"],DQ=["right_facing_fist","hand","fistbump","body","bump","rightwards","right\xA0fist"],EQ=["clapping_hands","hands","praise","applause","congrats","yay","body","clap","golf","hand","round","sign"],xQ=["raising_hands","gesture","hooray","yea","celebration","hands","air","arms","banzai","body","both","festivus","hallelujah","hand","miracle","person","praise","raised","two"],RQ=["open_hands","fingers","butterfly","hands","open","body","hand","hug","jazz","sign"],AQ=["palms_up_together","hands","gesture","cupped","prayer","body","dua","facing"],MQ=["handshake","agreement","shake","deal","hand","hands","meeting","shaking"],OQ=["folded_hands","please","hope","wish","namaste","highfive","pray","thank you","thanks","appreciate","ask","body","bow","five","gesture","hand","high","person","prayer","pressed","together"],LQ=["writing_hand","lower_left_ballpoint_pen","stationery","write","compose","body"],zQ=["nail_polish","nail_care","beauty","manicure","finger","fashion","nail","slay","body","cosmetics","fingers","nonchalant"],_Q=["selfie","camera","phone","arm","hand"],BQ=["flexed_biceps","arm","flex","hand","summer","strong","biceps","bicep","body","comic","feats","flexing","muscle","muscles","strength","workout"],HQ=["mechanical_arm","accessibility","body","prosthetic"],VQ=["mechanical_leg","accessibility","body","prosthetic"],UQ=["leg","kick","limb","body"],KQ=["foot","kick","stomp","body"],qQ=["ear","face","hear","sound","listen","body","ears","hearing","listening","nose"],jQ=["ear_with_hearing_aid","accessibility","body","hard"],WQ=["nose","smell","sniff","body","smelling","sniffing","stinky"],YQ=["brain","smart","intelligent","body","organ"],GQ=["tooth","teeth","dentist","body"],$Q=["bone","skeleton","body"],XQ=["eyes","look","watch","stalk","peek","see","body","eye","eyeballs","face","shifty","wide"],QQ=["eye","face","look","see","watch","stare","body","single"],ZQ=["tongue","mouth","playful","body","out","taste"],JQ=["mouth","kiss","body","kissing","lips"],eZ=["baby","child","boy","girl","toddler","newborn","young"],tZ=["child","gender-neutral","young","boy","gender","girl","inclusive","neutral","person","unspecified"],nZ=["boy","man","male","guy","teenager","child","young"],aZ=["girl","female","woman","teenager","child","maiden","virgin","virgo","young","zodiac"],oZ=["person","gender-neutral","adult","female","gender","inclusive","male","man","men","neutral","unspecified","woman","women"],rZ=["person_blond_hair","hairstyle","blonde","haired","man"],iZ=["man","mustache","father","dad","guy","classy","sir","moustache","adult","male","men"],sZ=["man_beard","person","bewhiskered","bearded"],lZ=["man_red_hair","hairstyle","adult","ginger","haired","male","men","redhead"],cZ=["man_curly_hair","hairstyle","adult","haired","male","men"],dZ=["man_white_hair","old","elder","adult","haired","male","men"],uZ=["man_bald","hairless","adult","hair","male","men","no"],pZ=["woman","female","girls","lady","adult","women","yellow"],mZ=["woman_red_hair","hairstyle","adult","female","ginger","haired","redhead","women"],gZ=["person_red_hair","hairstyle","adult","gender","haired","unspecified"],fZ=["woman_curly_hair","hairstyle","adult","female","haired","women"],hZ=["person_curly_hair","hairstyle","adult","gender","haired","unspecified"],vZ=["woman_white_hair","old","elder","adult","female","haired","women"],yZ=["person_white_hair","elder","old","adult","gender","haired","unspecified"],bZ=["woman_bald","hairless","adult","female","hair","no","women"],wZ=["person_bald","hairless","adult","gender","hair","no","unspecified"],TZ=["woman_blond_hair","woman","female","girl","blonde","person","haired","women"],SZ=["man_blond_hair","man","male","boy","blonde","guy","person","haired","men"],kZ=["older_person","human","elder","senior","gender-neutral","adult","female","gender","male","man","men","neutral","old","unspecified","woman","women"],FZ=["old_man","human","male","men","old","elder","senior","adult","elderly","grandpa","older"],NZ=["old_woman","human","female","women","lady","old","elder","senior","adult","elderly","grandma","nanna","older"],PZ=["person_frowning","worried","frown","gesture","sad","woman"],CZ=["man_frowning","male","boy","man","sad","depressed","discouraged","unhappy","frown","gesture","men"],IZ=["woman_frowning","female","girl","woman","sad","depressed","discouraged","unhappy","frown","gesture","women"],DZ=["person_pouting","upset","blank","face","fed","gesture","look","up"],EZ=["man_pouting","male","boy","man","gesture","men"],xZ=["woman_pouting","female","girl","woman","gesture","women"],RZ=["person_gesturing_no","decline","arms","deal","denied","face","forbidden","gesture","good","halt","hand","not","ok","prohibited","stop","x"],AZ=["man_gesturing_no","male","boy","man","nope","denied","forbidden","gesture","good","halt","hand","men","ng","not","ok","prohibited","stop"],MZ=["woman_gesturing_no","female","girl","woman","nope","denied","forbidden","gesture","good","halt","hand","ng","not","ok","prohibited","stop","women"],OZ=["person_gesturing_ok","agree","ballerina","face","gesture","hand","hands","head"],LZ=["man_gesturing_ok","men","boy","male","blue","human","man","gesture","hand"],zZ=["woman_gesturing_ok","women","girl","female","pink","human","woman","gesture","hand"],_Z=["person_tipping_hand","information","attendant","bellhop","concierge","desk","female","flick","girl","hair","help","sassy","woman","women"],BZ=["man_tipping_hand","male","boy","man","human","information","desk","help","men","sassy"],HZ=["woman_tipping_hand","female","girl","woman","human","information","desk","help","sassy","women"],VZ=["person_raising_hand","question","answering","gesture","happy","one","raised","up"],UZ=["man_raising_hand","male","boy","man","gesture","happy","men","one","raised"],KZ=["woman_raising_hand","female","girl","woman","gesture","happy","one","raised","women"],qZ=["deaf_person","accessibility","ear","hear"],jZ=["deaf_man","accessibility","male","men"],WZ=["deaf_woman","accessibility","female","women"],YZ=["person_bowing","respectiful","apology","bow","boy","cute","deeply","dogeza","gesture","man","massage","respect","sorry","thanks"],GZ=["man_bowing","man","male","boy","apology","bow","deeply","favor","gesture","men","respect","sorry","thanks"],$Z=["woman_bowing","woman","female","girl","apology","bow","deeply","favor","gesture","respect","sorry","thanks","women"],XZ=["person_facepalming","disappointed","disbelief","exasperation","face","facepalm","head","hitting","palm","picard","smh"],QZ=["man_facepalming","man","male","boy","disbelief","exasperation","face","facepalm","men","palm"],ZZ=["woman_facepalming","woman","female","girl","disbelief","exasperation","face","facepalm","palm","women"],JZ=["person_shrugging","regardless","doubt","ignorance","indifference","shrug","shruggie","\xAF\\"],eJ=["man_shrugging","man","male","boy","confused","indifferent","doubt","ignorance","indifference","men","shrug"],tJ=["woman_shrugging","woman","female","girl","confused","indifferent","doubt","ignorance","indifference","shrug","women"],nJ=["health_worker","hospital","dentist","doctor","healthcare","md","nurse","physician","professional","therapist"],aJ=["man_health_worker","doctor","nurse","therapist","healthcare","man","human","dentist","male","md","men","physician","professional"],oJ=["woman_health_worker","doctor","nurse","therapist","healthcare","woman","human","dentist","female","md","physician","professional","women"],rJ=["student","learn","education","graduate","pupil","school"],iJ=["man_student","graduate","man","human","education","graduation","male","men","pupil","school"],sJ=["woman_student","graduate","woman","human","education","female","graduation","pupil","school","women"],lJ=["teacher","professor","education","educator","instructor"],cJ=["man_teacher","instructor","professor","man","human","education","educator","male","men","school"],dJ=["woman_teacher","instructor","professor","woman","human","education","educator","female","school","women"],uJ=["judge","law","court","justice","scales"],pJ=["man_judge","justice","court","man","human","law","male","men","scales"],mJ=["woman_judge","justice","court","woman","human","female","law","scales","women"],gJ=["farmer","crops","farm","farming","gardener","rancher","worker"],fJ=["man_farmer","rancher","gardener","man","human","farm","farming","male","men","worker"],hJ=["woman_farmer","rancher","gardener","woman","human","farm","farming","female","women","worker"],vJ=["cook","food","kitchen","culinary","chef","cooking","service"],yJ=["man_cook","chef","man","human","cooking","food","male","men","service"],bJ=["woman_cook","chef","woman","human","cooking","female","food","service","women"],wJ=["mechanic","worker","technician","electrician","person","plumber","repair","tradesperson"],TJ=["man_mechanic","plumber","man","human","wrench","electrician","male","men","person","repair","tradesperson"],SJ=["woman_mechanic","plumber","woman","human","wrench","electrician","female","person","repair","tradesperson","women"],kJ=["factory_worker","labor","assembly","industrial","welder"],FJ=["man_factory_worker","assembly","industrial","man","human","male","men","welder"],NJ=["woman_factory_worker","assembly","industrial","woman","human","female","welder","women"],PJ=["office_worker","business","accountant","adviser","analyst","architect","banker","clerk","manager"],CJ=["man_office_worker","business","manager","man","human","accountant","adviser","analyst","architect","banker","businessman","ceo","clerk","male","men"],IJ=["woman_office_worker","business","manager","woman","human","accountant","adviser","analyst","architect","banker","businesswoman","ceo","clerk","female","women"],DJ=["scientist","chemistry","biologist","chemist","engineer","lab","mathematician","physicist","technician"],EJ=["man_scientist","biologist","chemist","engineer","physicist","man","human","lab","male","mathematician","men","research","technician"],xJ=["woman_scientist","biologist","chemist","engineer","physicist","woman","human","female","lab","mathematician","research","technician","women"],RJ=["technologist","computer","coder","engineer","laptop","software","technology","developer"],AJ=["man_technologist","coder","developer","engineer","programmer","software","man","human","laptop","computer","blogger","male","men","technology"],MJ=["woman_technologist","coder","developer","engineer","programmer","software","woman","human","laptop","computer","blogger","female","technology","women"],OJ=["singer","song","artist","performer","actor","entertainer","music","musician","rock","rocker","rockstar","star"],LJ=["man_singer","rockstar","entertainer","man","human","actor","aladdin","bowie","male","men","music","musician","rock","rocker","sane","star"],zJ=["woman_singer","rockstar","entertainer","woman","human","actor","female","music","musician","rock","rocker","star","women"],_J=["artist","painting","draw","creativity","art","paint","painter","palette"],BJ=["man_artist","painter","man","human","art","male","men","paint","palette"],HJ=["woman_artist","painter","woman","human","art","female","paint","palette","women"],VJ=["pilot","fly","plane","airplane","aviation","aviator"],UJ=["man_pilot","aviator","plane","man","human","airplane","aviation","male","men"],KJ=["woman_pilot","aviator","plane","woman","human","airplane","aviation","female","women"],qJ=["astronaut","outerspace","moon","planets","rocket","space","stars"],jJ=["man_astronaut","space","rocket","man","human","cosmonaut","male","men","moon","planets","stars"],WJ=["woman_astronaut","space","rocket","woman","human","cosmonaut","female","moon","planets","stars","women"],YJ=["firefighter","fire","firetruck"],GJ=["man_firefighter","fireman","man","human","fire","firetruck","male","men"],$J=["woman_firefighter","fireman","woman","human","female","fire","firetruck","women"],XJ=["police_officer","cop","law","policeman","policewoman"],QJ=["man_police_officer","man","police","law","legal","enforcement","arrest","911","cop","male","men","policeman"],ZJ=["woman_police_officer","woman","police","law","legal","enforcement","arrest","911","female","cop","policewoman","women"],JJ=["detective","human","spy","eye","or","private","sleuth"],eee=["man_detective","crime","male","men","sleuth","spy"],tee=["woman_detective","human","spy","detective","female","woman","sleuth","women"],nee=["guard","protect","british","guardsman"],aee=["man_guard","uk","gb","british","male","guy","royal","guardsman","men"],oee=["woman_guard","uk","gb","british","female","royal","woman","guardsman","guardswoman","women"],ree=["construction_worker","labor","build","builder","face","hard","hat","helmet","safety","add_ci","update_ci"],iee=["man_construction_worker","male","human","wip","guy","build","construction","worker","labor","helmet","men"],see=["woman_construction_worker","female","human","wip","build","construction","worker","labor","woman","helmet","women"],lee=["prince","boy","man","male","crown","royal","king","fairy","fantasy","men","tale"],cee=["princess","girl","woman","female","blond","crown","royal","queen","blonde","fairy","fantasy","tale","tiara","women"],dee=["person_wearing_turban","headdress","arab","man","muslim","sikh"],uee=["man_wearing_turban","male","indian","hinduism","arabs","men"],pee=["woman_wearing_turban","female","indian","hinduism","arabs","woman","women"],mee=["man_with_skullcap","male","boy","chinese","asian","cap","gua","hat","mao","person","pi"],gee=["woman_with_headscarf","female","hijab","mantilla","tichel"],fee=["man_in_tuxedo","couple","marriage","wedding","groom","male","men","person","suit"],hee=["bride_with_veil","couple","marriage","wedding","woman","bride","person"],vee=["pregnant_woman","baby","female","pregnancy","pregnant\xA0lady","women"],yee=["breast_feeding","nursing","baby","breastfeeding","child","female","infant","milk","mother","woman","women"],bee=["baby_angel","heaven","wings","halo","cherub","cupid","face","fairy","fantasy","putto","tale"],wee=["santa_claus","festival","man","male","xmas","father christmas","activity","celebration","men","nicholas","saint","sinterklaas"],Tee=["mrs_claus","woman","female","xmas","mother christmas","activity","celebration","mrs.","santa","women"],See=["superhero","marvel","fantasy","good","hero","heroine","superpower","superpowers"],kee=["man_superhero","man","male","good","hero","superpowers","fantasy","men","superpower"],Fee=["woman_superhero","woman","female","good","heroine","superpowers","fantasy","hero","superpower","women"],Nee=["supervillain","marvel","bad","criminal","evil","fantasy","superpower","superpowers","villain"],Pee=["man_supervillain","man","male","evil","bad","criminal","hero","superpowers","fantasy","men","superpower","villain"],Cee=["woman_supervillain","woman","female","evil","bad","criminal","heroine","superpowers","fantasy","superpower","villain","women"],Iee=["mage","magic","fantasy","sorcerer","sorceress","witch","wizard"],Dee=["man_mage","man","male","mage","sorcerer","fantasy","men","wizard"],Eee=["woman_mage","woman","female","mage","witch","fantasy","sorceress","wizard","women"],xee=["fairy","wings","magical","fantasy","oberon","puck","titania"],Ree=["man_fairy","man","male","fantasy","men","oberon","puck"],Aee=["woman_fairy","woman","female","fantasy","titania","wings","women"],Mee=["vampire","blood","twilight","dracula","fantasy","undead"],Oee=["man_vampire","man","male","dracula","fantasy","men","undead"],Lee=["woman_vampire","woman","female","fantasy","undead","unded","women"],zee=["merperson","sea","fantasy","merboy","mergirl","mermaid","merman","merwoman"],_ee=["merman","man","male","triton","fantasy","men","mermaid"],Bee=["mermaid","woman","female","merwoman","ariel","fantasy","women"],Hee=["elf","magical","ears","fantasy","legolas","pointed"],Vee=["man_elf","man","male","ears","fantasy","magical","men","pointed"],Uee=["woman_elf","woman","female","ears","fantasy","magical","pointed","women"],Kee=["genie","magical","wishes","djinn","djinni","fantasy","jinni"],qee=["man_genie","man","male","djinn","fantasy","men"],jee=["woman_genie","woman","female","djinn","fantasy","women"],Wee=["zombie","dead","fantasy","undead","walking"],Yee=["man_zombie","man","male","dracula","undead","walking dead","fantasy","men"],Gee=["woman_zombie","woman","female","undead","walking dead","fantasy","women"],$ee=["person_getting_massage","relax","face","head","massaging","salon","spa"],Xee=["man_getting_massage","male","boy","man","head","face","men","salon","spa"],Qee=["woman_getting_massage","female","girl","woman","head","face","salon","spa","women"],Zee=["person_getting_haircut","hairstyle","barber","beauty","cutting","hair","hairdresser","parlor"],Jee=["man_getting_haircut","male","boy","man","barber","beauty","men","parlor"],ete=["woman_getting_haircut","female","girl","woman","barber","beauty","parlor","women"],tte=["person_walking","move","hike","pedestrian","walk","walker"],nte=["man_walking","human","feet","steps","hike","male","men","pedestrian","walk"],ate=["woman_walking","human","feet","steps","woman","female","hike","pedestrian","walk","women"],ote=["person_standing","still","stand"],rte=["man_standing","still","male","men","stand"],ite=["woman_standing","still","female","stand","women"],ste=["person_kneeling","pray","respectful","kneel"],lte=["man_kneeling","pray","respectful","kneel","male","men"],cte=["woman_kneeling","respectful","pray","female","kneel","women"],dte=["person_with_probing_cane","blind","accessibility","white"],ute=["man_with_probing_cane","blind","accessibility","male","men","white"],pte=["woman_with_probing_cane","blind","accessibility","female","white","women"],mte=["person_in_motorized_wheelchair","disability","accessibility"],gte=["man_in_motorized_wheelchair","disability","accessibility","male","men"],fte=["woman_in_motorized_wheelchair","disability","accessibility","female","women"],hte=["person_in_manual_wheelchair","disability","accessibility"],vte=["man_in_manual_wheelchair","disability","accessibility","male","men"],yte=["woman_in_manual_wheelchair","disability","accessibility","female","women"],bte=["person_running","move","exercise","jogging","marathon","run","runner","workout"],wte=["man_running","man","walking","exercise","race","running","male","marathon","men","racing","runner","workout"],Tte=["woman_running","woman","walking","exercise","race","running","female","boy","marathon","racing","runner","women","workout"],Ste=["woman_dancing","female","girl","woman","fun","dance","dancer","dress","red","salsa","women"],kte=["man_dancing","male","boy","fun","dancer","dance","disco","men"],Fte=["man_in_suit_levitating","suit","business","levitate","hover","jump","boy","hovering","jabsco","male","men","person","rude","walt"],Nte=["people_with_bunny_ears","perform","costume","dancer","dancing","ear","partying","wearing","women"],Pte=["men_with_bunny_ears","male","bunny","men","boys","dancer","dancing","ear","man","partying","wearing"],Cte=["women_with_bunny_ears","female","bunny","women","girls","dancer","dancing","ear","partying","people","wearing"],Ite=["person_in_steamy_room","relax","spa","hamam","sauna","steam","steambath"],Dte=["man_in_steamy_room","male","man","spa","steamroom","sauna","hamam","men","steam","steambath"],Ete=["woman_in_steamy_room","female","woman","spa","steamroom","sauna","hamam","steam","steambath","women"],xte=["person_climbing","sport","bouldering","climber","rock"],Rte=["man_climbing","sports","hobby","man","male","rock","bouldering","climber","men"],Ate=["woman_climbing","sports","hobby","woman","female","rock","bouldering","climber","women"],Mte=["person_fencing","sports","fencing","sword","fencer"],Ote=["horse_racing","animal","betting","competition","gambling","luck","jockey","race","racehorse"],Lte=["skier","sports","winter","snow","ski"],zte=["snowboarder","sports","winter","ski","snow","snowboard","snowboarding"],_te=["person_golfing","sports","business","ball","club","golf","golfer"],Bte=["man_golfing","sport","ball","golf","golfer","male","men"],Hte=["woman_golfing","sports","business","woman","female","ball","golf","golfer","women"],Vte=["person_surfing","sport","sea","surf","surfer"],Ute=["man_surfing","sports","ocean","sea","summer","beach","male","men","surfer"],Kte=["woman_surfing","sports","ocean","sea","summer","beach","woman","female","surfer","women"],qte=["person_rowing_boat","sport","move","paddles","rowboat","vehicle"],jte=["man_rowing_boat","sports","hobby","water","ship","male","men","rowboat","vehicle"],Wte=["woman_rowing_boat","sports","hobby","water","ship","woman","female","rowboat","vehicle","women"],Yte=["person_swimming","sport","pool","swim","swimmer"],Gte=["man_swimming","sports","exercise","human","athlete","water","summer","male","men","swim","swimmer"],$te=["woman_swimming","sports","exercise","human","athlete","water","summer","woman","female","swim","swimmer","women"],Xte=["person_bouncing_ball","sports","human","basketball","player"],Qte=["man_bouncing_ball","sport","basketball","male","men","player"],Zte=["woman_bouncing_ball","sports","human","woman","female","basketball","player","women"],Jte=["person_lifting_weights","sports","training","exercise","bodybuilder","gym","lifter","weight","weightlifter","workout"],ene=["man_lifting_weights","sport","gym","lifter","male","men","weight","weightlifter","workout"],tne=["woman_lifting_weights","sports","training","exercise","woman","female","gym","lifter","weight","weightlifter","women","workout"],nne=["person_biking","bicycle","bike","cyclist","sport","move","bicyclist"],ane=["man_biking","bicycle","bike","cyclist","sports","exercise","hipster","bicyclist","male","men"],one=["woman_biking","bicycle","bike","cyclist","sports","exercise","hipster","woman","female","bicyclist","women"],rne=["person_mountain_biking","bicycle","bike","cyclist","sport","move","bicyclist","biker"],ine=["man_mountain_biking","bicycle","bike","cyclist","transportation","sports","human","race","bicyclist","biker","male","men"],sne=["woman_mountain_biking","bicycle","bike","cyclist","transportation","sports","human","race","woman","female","bicyclist","biker","women"],lne=["person_cartwheeling","sport","gymnastic","cartwheel","doing","gymnast","gymnastics"],cne=["man_cartwheeling","gymnastics","cartwheel","doing","male","men"],dne=["woman_cartwheeling","gymnastics","cartwheel","doing","female","women"],une=["people_wrestling","sport","wrestle","wrestler","wrestlers"],pne=["men_wrestling","sports","wrestlers","male","man","wrestle","wrestler"],mne=["women_wrestling","sports","wrestlers","female","woman","wrestle","wrestler"],gne=["person_playing_water_polo","sport"],fne=["man_playing_water_polo","sports","pool","male","men"],hne=["woman_playing_water_polo","sports","pool","female","women"],vne=["person_playing_handball","sport","ball"],yne=["man_playing_handball","sports","ball","male","men"],bne=["woman_playing_handball","sports","ball","female","women"],wne=["person_juggling","performance","balance","juggle","juggler","multitask","skill"],Tne=["man_juggling","juggle","balance","skill","multitask","juggler","male","men"],Sne=["woman_juggling","juggle","balance","skill","multitask","female","juggler","women"],kne=["person_in_lotus_position","meditate","meditation","serenity","yoga"],Fne=["man_in_lotus_position","man","male","meditation","yoga","serenity","zen","mindfulness","men"],Nne=["woman_in_lotus_position","woman","female","meditation","yoga","serenity","zen","mindfulness","women"],Pne=["person_taking_bath","clean","shower","bathroom","bathing","bathtub","hot"],Cne=["person_in_bed","bed","rest","accommodation","hotel","sleep","sleeping"],Ine=["people_holding_hands","friendship","couple","date","gender","hand","hold","inclusive","neutral","nonconforming"],Dne=["women_holding_hands","pair","friendship","couple","love","like","female","people","human","date","hand","hold","lesbian","lgbt","pride","two","woman"],Ene=["woman_and_man_holding_hands","pair","people","human","love","date","dating","like","affection","valentines","marriage","couple","female","hand","heterosexual","hold","male","men","straight","women"],xne=["men_holding_hands","pair","couple","love","like","bromance","friendship","people","human","date","gay","hand","hold","lgbt","male","man","pride","two"],Rne=["kiss","pair","valentines","love","like","dating","marriage","couple","couplekiss","female","gender","heart","kissing","male","man","men","neutral","romance","woman","women"],Ane=["kiss_woman_man","love","couple","couplekiss","female","heart","kissing","male","men","romance","women"],Mne=["kiss_man_man","pair","valentines","love","like","dating","marriage","couple","couplekiss","gay","heart","kissing","lgbt","male","men","pride","romance","two"],One=["kiss_woman_woman","pair","valentines","love","like","dating","marriage","couple","couplekiss","female","heart","kissing","lesbian","lgbt","pride","romance","two","women"],Lne=["couple_with_heart","pair","love","like","affection","human","dating","valentines","marriage","female","gender","loving","male","man","men","neutral","romance","woman","women"],zne=["couple_with_heart_woman_man","love","female","male","men","romance","women"],_ne=["couple_with_heart_man_man","pair","love","like","affection","human","dating","valentines","marriage","gay","lgbt","male","men","pride","romance","two"],Bne=["couple_with_heart_woman_woman","pair","love","like","affection","human","dating","valentines","marriage","female","lesbian","lgbt","pride","romance","two","women"],Hne=["family","home","parents","child","mom","dad","father","mother","people","human","boy","female","male","man","men","woman","women"],Vne=["family_man_woman_boy","love","father","mother","son"],Une=["family_man_woman_girl","home","parents","people","human","child","daughter","father","female","male","men","mother","women"],Kne=["family_man_woman_girl_boy","home","parents","people","human","children","child","daughter","father","female","male","men","mother","son","women"],qne=["family_man_woman_boy_boy","home","parents","people","human","children","child","father","female","male","men","mother","sons","two","women"],jne=["family_man_woman_girl_girl","home","parents","people","human","children","child","daughters","father","female","male","men","mother","two","women"],Wne=["family_man_man_boy","home","parents","people","human","children","child","father","fathers","gay","lgbt","male","men","pride","son","two"],Yne=["family_man_man_girl","home","parents","people","human","children","child","daughter","father","fathers","gay","lgbt","male","men","pride","two"],Gne=["family_man_man_girl_boy","home","parents","people","human","children","child","daughter","father","fathers","gay","lgbt","male","men","pride","son","two"],$ne=["family_man_man_boy_boy","home","parents","people","human","children","child","father","fathers","gay","lgbt","male","men","pride","sons","two"],Xne=["family_man_man_girl_girl","home","parents","people","human","children","child","daughters","father","fathers","gay","lgbt","male","men","pride","two"],Qne=["family_woman_woman_boy","home","parents","people","human","children","child","female","lesbian","lgbt","mother","mothers","pride","son","two","women"],Zne=["family_woman_woman_girl","home","parents","people","human","children","child","daughter","female","lesbian","lgbt","mother","mothers","pride","two","women"],Jne=["family_woman_woman_girl_boy","home","parents","people","human","children","child","daughter","female","lesbian","lgbt","mother","mothers","pride","son","two","women"],eae=["family_woman_woman_boy_boy","home","parents","people","human","children","child","female","lesbian","lgbt","mother","mothers","pride","sons","two","women"],tae=["family_woman_woman_girl_girl","home","parents","people","human","children","child","daughters","female","lesbian","lgbt","mother","mothers","pride","two","women"],nae=["family_man_boy","home","parent","people","human","child","father","male","men","son"],aae=["family_man_boy_boy","home","parent","people","human","children","child","father","male","men","sons","two"],oae=["family_man_girl","home","parent","people","human","child","daughter","father","female","male"],rae=["family_man_girl_boy","home","parent","people","human","children","child","daughter","father","male","men","son"],iae=["family_man_girl_girl","home","parent","people","human","children","child","daughters","father","female","male","two"],sae=["family_woman_boy","home","parent","people","human","child","female","mother","son","women"],lae=["family_woman_boy_boy","home","parent","people","human","children","child","female","mother","sons","two","women"],cae=["family_woman_girl","home","parent","people","human","child","daughter","female","mother","women"],dae=["family_woman_girl_boy","home","parent","people","human","children","child","daughter","female","male","mother","son"],uae=["family_woman_girl_girl","home","parent","people","human","children","child","daughters","female","mother","two","women"],pae=["speaking_head","user","person","human","sing","say","talk","face","mansplaining","shout","shouting","silhouette","speak"],mae=["bust_in_silhouette","user","person","human","shadow"],gae=["busts_in_silhouette","user","person","human","group","team","bust","people","shadows","silhouettes","two","users","contributors"],fae=["footprints","feet","tracking","walking","beach","body","clothing","footprint","footsteps","print","tracks"],hae=["monkey_face","animal","nature","circus","head"],vae=["monkey","animal","nature","banana","circus","cheeky"],yae=["gorilla","animal","nature","circus"],bae=["orangutan","animal","ape"],wae=["dog_face","animal","friend","nature","woof","puppy","pet","faithful"],Tae=["dog","animal","nature","friend","doge","pet","faithful","dog2","doggo"],Sae=["guide_dog","animal","blind","accessibility","eye","seeing"],kae=["service_dog","blind","animal","accessibility","assistance"],Fae=["poodle","dog","animal","101","nature","pet","miniature","standard","toy"],Nae=["wolf","animal","nature","wild","face"],Pae=["fox","animal","nature","face"],Cae=["raccoon","animal","nature","curious","face","sly"],Iae=["cat_face","animal","meow","nature","pet","kitten","kitty"],Dae=["cat","animal","meow","pet","cats","cat2","domestic","feline","housecat"],Eae=["lion","animal","nature","face","leo","zodiac"],xae=["tiger_face","animal","cat","danger","wild","nature","roar","cute"],Rae=["tiger","animal","nature","roar","bengal","tiger2"],Aae=["leopard","animal","nature","african","jaguar"],Mae=["horse_face","animal","brown","nature","head"],Oae=["horse","animal","gamble","luck","equestrian","galloping","racehorse","racing","speed"],Lae=["unicorn","animal","nature","mystical","face"],zae=["zebra","animal","nature","stripes","safari","face","stripe"],_ae=["deer","animal","nature","horns","venison","buck","reindeer","stag"],Bae=["cow_face","beef","ox","animal","nature","moo","milk","happy"],Hae=["ox","animal","cow","beef","bull","bullock","oxen","steer","taurus","zodiac"],Vae=["water_buffalo","animal","nature","ox","cow","domestic"],Uae=["cow","beef","ox","animal","nature","moo","milk","cow2","dairy"],Kae=["pig_face","animal","oink","nature","head"],qae=["pig","animal","nature","hog","pig2","sow"],jae=["boar","animal","nature","pig","warthog","wild"],Wae=["pig_nose","animal","oink","face","snout"],Yae=["ram","animal","sheep","nature","aries","male","zodiac"],Gae=["ewe","animal","nature","wool","shipit","female","lamb","sheep"],$ae=["goat","animal","nature","capricorn","zodiac"],Xae=["camel","animal","hot","desert","hump","arabian","bump","dromedary","one"],Qae=["two_hump_camel","animal","nature","hot","desert","hump","asian","bactrian","bump"],Zae=["llama","animal","nature","alpaca","guanaco","vicu\xF1a","wool"],Jae=["giraffe","animal","nature","spots","safari","face"],eoe=["elephant","animal","nature","nose","th","circus"],toe=["rhinoceros","animal","nature","horn","rhino"],noe=["hippopotamus","animal","nature","hippo"],aoe=["mouse_face","animal","nature","cheese_wedge","rodent"],ooe=["mouse","animal","nature","rodent","dormouse","mice","mouse2"],roe=["rat","animal","mouse","rodent"],ioe=["hamster","animal","nature","face","pet"],soe=["rabbit_face","animal","nature","pet","spring","magic","bunny","easter"],loe=["rabbit","animal","nature","pet","magic","spring","bunny","rabbit2"],coe=["chipmunk","animal","nature","rodent","squirrel"],doe=["hedgehog","animal","nature","spiny","face"],uoe=["bat","animal","nature","blind","vampire","batman"],poe=["bear","animal","nature","wild","face","teddy"],moe=["koala","animal","nature","bear","face","marsupial"],goe=["panda","animal","nature","face"],foe=["sloth","animal","lazy","slow"],hoe=["otter","animal","fishing","playful"],voe=["skunk","animal","smelly","stink"],yoe=["kangaroo","animal","nature","australia","joey","hop","marsupial","jump","roo"],boe=["badger","animal","nature","honey","pester"],woe=["paw_prints","animal","tracking","footprints","dog","cat","pet","feet","kitten","print","puppy"],Toe=["turkey","animal","bird","thanksgiving","wild"],Soe=["chicken","animal","cluck","nature","bird","hen"],koe=["rooster","animal","nature","chicken","bird","cock","cockerel"],Foe=["hatching_chick","animal","chicken","egg","born","baby","bird"],Noe=["baby_chick","animal","chicken","bird","yellow"],Poe=["front_facing_baby_chick","animal","chicken","baby","bird","hatched","standing"],Coe=["bird","animal","nature","fly","tweet","spring"],Ioe=["penguin","animal","nature","bird"],Doe=["dove","animal","bird","fly","peace"],Eoe=["eagle","animal","nature","bird","bald"],xoe=["duck","animal","nature","bird","mallard"],Roe=["swan","animal","nature","bird","cygnet","duckling","ugly"],Aoe=["owl","animal","nature","bird","hoot","wise"],Moe=["flamingo","animal","flamboyant","tropical"],Ooe=["peacock","animal","nature","peahen","bird","ostentatious","proud"],Loe=["parrot","animal","nature","bird","pirate","talk"],zoe=["frog","animal","nature","croak","toad","face"],_oe=["crocodile","animal","nature","reptile","lizard","alligator","croc"],Boe=["turtle","animal","slow","nature","tortoise","terrapin"],Hoe=["lizard","animal","nature","reptile","gecko"],Voe=["snake","animal","evil","nature","hiss","python","bearer","ophiuchus","serpent","zodiac"],Uoe=["dragon_face","animal","myth","nature","chinese","green","fairy","head","tale"],Koe=["dragon","animal","myth","nature","chinese","green","fairy","tale"],qoe=["sauropod","animal","nature","dinosaur","brachiosaurus","brontosaurus","diplodocus","extinct"],joe=["t_rex","animal","nature","dinosaur","tyrannosaurus","extinct","trex"],Woe=["spouting_whale","animal","nature","sea","ocean","cute","face"],Yoe=["whale","animal","nature","sea","ocean","whale2"],Goe=["dolphin","animal","nature","fish","sea","ocean","flipper","fins","beach"],$oe=["fish","animal","food","nature","freshwater","pisces","zodiac"],Xoe=["tropical_fish","animal","swim","ocean","beach","nemo","blue","yellow"],Qoe=["blowfish","animal","nature","food","sea","ocean","fish","fugu","pufferfish"],Zoe=["shark","animal","nature","fish","sea","ocean","jaws","fins","beach","great","white"],Joe=["octopus","animal","creature","ocean","sea","nature","beach"],ere=["spiral_shell","nature","sea","beach","seashell"],tre=["snail","slow","animal","shell","garden","slug"],nre=["butterfly","animal","insect","nature","caterpillar","pretty"],are=["bug","animal","insect","nature","worm","caterpillar"],ore=["ant","animal","insect","nature","bug"],rre=["honeybee","animal","insect","nature","bug","spring","honey","bee","bumblebee"],ire=["lady_beetle","animal","insect","nature","ladybug","bug","ladybird"],sre=["cricket","animal","chirp","grasshopper","insect","orthoptera"],lre=["spider","animal","arachnid","insect"],cre=["spider_web","animal","insect","arachnid","silk","cobweb","spiderweb"],dre=["scorpion","animal","arachnid","scorpio","scorpius","zodiac"],ure=["mosquito","animal","nature","insect","malaria","disease","fever","pest","virus"],pre=["microbe","amoeba","bacteria","germs","virus","covid","cell","coronavirus","germ","microorganism"],mre=["bouquet","flowers","nature","spring","flower","plant","romance"],gre=["cherry_blossom","nature","plant","spring","flower","pink","sakura"],fre=["white_flower","japanese","spring","blossom","cherry","doily","done","paper","stamp","well"],hre=["rosette","flower","decoration","military","plant"],vre=["rose","flowers","valentines","love","spring","flower","plant","red"],yre=["wilted_flower","plant","nature","flower","rose","dead","drooping"],bre=["hibiscus","plant","vegetable","flowers","beach","flower"],wre=["sunflower","nature","plant","fall","flower","sun","yellow"],Tre=["blossom","nature","flowers","yellow","blossoming\xA0flower","daisy","flower","plant"],Sre=["tulip","flowers","plant","nature","summer","spring","flower"],kre=["seedling","plant","nature","grass","lawn","spring","sprout","sprouting","young","seed"],Fre=["evergreen_tree","plant","nature","fir","pine","wood"],Nre=["deciduous_tree","plant","nature","rounded","shedding","wood"],Pre=["palm_tree","plant","vegetable","nature","summer","beach","mojito","tropical","coconut"],Cre=["cactus","vegetable","plant","nature","desert"],Ire=["sheaf_of_rice","nature","plant","crop","ear","farming","grain","wheat"],Dre=["herb","vegetable","plant","medicine","weed","grass","lawn","crop","leaf"],Ere=["shamrock","vegetable","plant","nature","irish","clover","trefoil"],xre=["four_leaf_clover","vegetable","plant","nature","lucky","irish","ireland","luck"],Rre=["maple_leaf","nature","plant","vegetable","ca","fall","canada","canadian","falling"],Are=["fallen_leaf","nature","plant","vegetable","leaves","autumn","brown","fall","falling"],Mre=["leaf_fluttering_in_wind","nature","plant","tree","vegetable","grass","lawn","spring","blow","flutter","green","leaves"],Ore=["grapes","fruit","food","wine","grape","plant"],Lre=["melon","fruit","nature","food","cantaloupe","honeydew","muskmelon","plant"],zre=["watermelon","fruit","food","picnic","summer","plant"],_re=["tangerine","food","fruit","nature","orange","mandarin","plant"],Bre=["lemon","fruit","nature","citrus","lemonade","plant"],Hre=["banana","fruit","food","monkey","plant","plantain"],Vre=["pineapple","fruit","nature","food","plant"],Ure=["mango","fruit","food","tropical"],Kre=["red_apple","fruit","mac","school","delicious","plant"],qre=["green_apple","fruit","nature","delicious","golden","granny","plant","smith"],jre=["pear","fruit","nature","food","plant"],Wre=["peach","fruit","nature","food","bottom","butt","plant"],Yre=["cherries","food","fruit","berries","cherry","plant","red","wild"],Gre=["strawberry","fruit","food","nature","berry","plant"],$re=["kiwi_fruit","fruit","food","chinese","gooseberry","kiwifruit"],Xre=["tomato","fruit","vegetable","nature","food","plant"],Qre=["coconut","fruit","nature","food","palm","cocoanut","colada","pi\xF1a"],Zre=["avocado","fruit","food"],Jre=["eggplant","vegetable","nature","food","aubergine","phallic","plant","purple"],eie=["potato","food","tuber","vegatable","starch","baked","idaho","vegetable"],tie=["carrot","vegetable","food","orange"],nie=["ear_of_corn","food","vegetable","plant","cob","maize","maze"],aie=["hot_pepper","food","spicy","chilli","chili","plant"],oie=["cucumber","fruit","food","pickle","gherkin","vegetable"],rie=["leafy_green","food","vegetable","plant","bok choy","cabbage","kale","lettuce","chinese","cos","greens","romaine"],iie=["broccoli","fruit","food","vegetable","cabbage","wild"],sie=["garlic","food","spice","cook","flavoring","plant","vegetable"],lie=["onion","cook","food","spice","flavoring","plant","vegetable"],cie=["mushroom","plant","vegetable","fungus","shroom","toadstool"],die=["peanuts","food","nut","nuts","peanut","vegetable"],uie=["chestnut","food","squirrel","acorn","nut","plant"],pie=["bread","food","wheat","breakfast","toast","loaf"],mie=["croissant","food","bread","french","breakfast","crescent","roll"],gie=["baguette_bread","food","bread","french","france","bakery"],fie=["pretzel","food","bread","twisted","germany","bakery","soft","twist"],hie=["bagel","food","bread","bakery","schmear","jewish_bakery","breakfast","cheese","cream"],vie=["pancakes","food","breakfast","flapjacks","hotcakes","brunch","cr\xEApe","cr\xEApes","hotcake","pancake"],yie=["waffle","food","breakfast","brunch","indecisive","iron"],bie=["cheese_wedge","food","chadder","swiss"],wie=["meat_on_bone","good","food","drumstick","barbecue","bbq","manga"],Tie=["poultry_leg","food","meat","drumstick","bird","chicken","turkey","bone"],Sie=["cut_of_meat","food","cow","meat","cut","chop","lambchop","porkchop","steak"],kie=["bacon","food","breakfast","pork","pig","meat","brunch","rashers"],Fie=["hamburger","meat","fast food","beef","cheeseburger","mcdonalds","burger king"],Nie=["french_fries","chips","snack","fast food","potato","mcdonald's"],Pie=["pizza","food","party","italy","cheese","pepperoni","slice"],Cie=["hot_dog","food","frankfurter","america","hotdog","redhot","sausage","wiener"],Iie=["sandwich","food","lunch","bread","toast","bakery","cheese","deli","meat","vegetables"],Die=["taco","food","mexican"],Eie=["burrito","food","mexican","wrap"],xie=["stuffed_flatbread","food","flatbread","stuffed","gyro","mediterranean","doner","falafel","kebab","pita","sandwich","shawarma"],Rie=["falafel","food","mediterranean","chickpea","falfel","meatball"],Aie=["egg","food","chicken","breakfast","easter_egg"],Mie=["cooking","food","breakfast","kitchen","egg","skillet","fried","frying","pan"],Oie=["shallow_pan_of_food","food","cooking","casserole","paella","skillet","curry"],Lie=["pot_of_food","food","meat","soup","hot pot","bowl","stew"],zie=["bowl_with_spoon","food","breakfast","cereal","oatmeal","porridge","congee","tableware"],_ie=["green_salad","food","healthy","lettuce","vegetable"],Bie=["popcorn","food","movie theater","films","snack","drama","corn","popping"],Hie=["butter","food","cook","dairy"],Vie=["salt","condiment","shaker"],Uie=["canned_food","food","soup","tomatoes","can","preserve","tin","tinned"],Kie=["bento_box","food","japanese","box","lunch","assets"],qie=["rice_cracker","food","japanese","snack","senbei"],jie=["rice_ball","food","japanese","onigiri","omusubi"],Wie=["cooked_rice","food","asian","boiled","bowl","steamed"],Yie=["curry_rice","food","spicy","hot","indian"],Gie=["steaming_bowl","food","japanese","noodle","chopsticks","ramen","noodles","soup"],$ie=["spaghetti","food","italian","pasta","noodle"],Xie=["roasted_sweet_potato","food","nature","plant","goguma","yam"],Qie=["oden","skewer","food","japanese","kebab","seafood","stick"],Zie=["sushi","food","fish","japanese","rice","sashimi","seafood"],Jie=["fried_shrimp","food","animal","appetizer","summer","prawn","tempura"],ese=["fish_cake_with_swirl","food","japan","sea","beach","narutomaki","pink","swirl","kamaboko","surimi","ramen","design","fishcake","pastry"],tse=["moon_cake","food","autumn","dessert","festival","mooncake","yu\xE8b\u01D0ng"],nse=["dango","food","dessert","sweet","japanese","barbecue","meat","balls","green","pink","skewer","stick","white"],ase=["dumpling","food","empanada","pierogi","potsticker","gyoza","gy\u014Dza","jiaozi"],ose=["fortune_cookie","food","prophecy","dessert"],rse=["takeout_box","food","leftovers","chinese","container","out","oyster","pail","take"],ise=["crab","animal","crustacean","cancer","zodiac"],sse=["lobster","animal","nature","bisque","claws","seafood"],lse=["shrimp","animal","ocean","nature","seafood","food","prawn","shellfish","small"],cse=["squid","animal","nature","ocean","sea","food","molusc"],dse=["oyster","food","diving","pearl"],use=["soft_ice_cream","food","hot","dessert","summer","icecream","mr.","serve","sweet","whippy"],pse=["shaved_ice","hot","dessert","summer","cone","snow","sweet"],mse=["ice_cream","food","hot","dessert","bowl","sweet"],gse=["doughnut","food","dessert","snack","sweet","donut","breakfast"],fse=["cookie","food","snack","oreo","chocolate","sweet","dessert","biscuit","chip"],hse=["birthday_cake","food","dessert","cake","candles","celebration","party","pastry","sweet"],vse=["shortcake","food","dessert","cake","pastry","piece","slice","strawberry","sweet"],yse=["cupcake","food","dessert","bakery","sweet","cake","fairy","pastry"],bse=["pie","food","dessert","pastry","filling","sweet"],wse=["chocolate_bar","food","snack","dessert","sweet","candy"],Tse=["candy","snack","dessert","sweet","lolly"],Sse=["lollipop","food","snack","candy","sweet","dessert","lollypop","sucker"],kse=["custard","dessert","food","pudding","flan","caramel","creme","sweet"],Fse=["honey_pot","bees","sweet","kitchen","honeypot"],Nse=["baby_bottle","food","container","milk","drink","feeding"],Pse=["glass_of_milk","beverage","drink","cow"],Cse=["hot_beverage","beverage","caffeine","latte","espresso","coffee","mug","cafe","chocolate","drink","steaming","tea"],Ise=["teacup_without_handle","drink","bowl","breakfast","green","british","beverage","cup","matcha","tea"],Dse=["sake","wine","drink","drunk","beverage","japanese","alcohol","booze","bar","bottle","cup","rice"],Ese=["bottle_with_popping_cork","drink","wine","bottle","celebration","bar","bubbly","champagne","party","sparkling"],xse=["wine_glass","drink","beverage","drunk","alcohol","booze","bar","red"],Rse=["cocktail_glass","drink","drunk","alcohol","beverage","booze","mojito","bar","martini"],Ase=["tropical_drink","beverage","cocktail","summer","beach","alcohol","booze","mojito","bar","fruit","punch","tiki","vacation"],Mse=["beer_mug","relax","beverage","drink","drunk","party","pub","summer","alcohol","booze","bar","stein"],Ose=["clinking_beer_mugs","relax","beverage","drink","drunk","party","pub","summer","alcohol","booze","bar","beers","cheers","clink","drinks","mug"],Lse=["clinking_glasses","beverage","drink","party","alcohol","celebrate","cheers","wine","champagne","toast","celebration","clink","glass"],zse=["tumbler_glass","drink","beverage","drunk","alcohol","liquor","booze","bourbon","scotch","whisky","glass","shot","rum","whiskey"],_se=["cup_with_straw","drink","soda","go","juice","malt","milkshake","pop","smoothie","soft","tableware","water"],Bse=["beverage_box","drink","juice","straw","sweet"],Hse=["mate","drink","tea","beverage","bombilla","chimarr\xE3o","cimarr\xF3n","mat\xE9","yerba"],Vse=["ice","water","cold","cube","iceberg"],Use=["chopsticks","food","hashi","jeotgarak","kuaizi"],Kse=["fork_and_knife_with_plate","food","eat","meal","lunch","dinner","restaurant","cooking","cutlery","dining","tableware"],qse=["fork_and_knife","cutlery","kitchen","cooking","silverware","tableware"],jse=["spoon","cutlery","kitchen","tableware"],Wse=["kitchen_knife","knife","blade","cutlery","kitchen","weapon","butchers","chop","cooking","cut","hocho","tool"],Yse=["amphora","vase","jar","aquarius","cooking","drink","jug","tool","zodiac"],Gse=["globe_showing_europe_africa","globe","world","earth","international","planet"],$se=["globe_showing_americas","globe","world","USA","earth","international","planet"],Xse=["globe_showing_asia_australia","globe","world","east","earth","international","planet"],Qse=["globe_with_meridians","earth","international","world","internet","interweb","i18n","global","web","wide","www","internationalization","localization"],Zse=["world_map","location","direction","travel"],Jse=["map_of_japan","nation","country","japanese","asia","silhouette"],ele=["compass","magnetic","navigation","orienteering"],tle=["snow_capped_mountain","photo","nature","environment","winter","cold"],nle=["mountain","photo","nature","environment"],ale=["volcano","photo","nature","disaster","eruption","mountain","weather"],ole=["mount_fuji","photo","mountain","nature","japanese","capped","san","snow"],rle=["camping","photo","outdoors","tent","campsite"],ile=["beach_with_umbrella","weather","summer","sunny","sand","mojito"],sle=["desert","photo","warm","saharah"],lle=["desert_island","photo","tropical","mojito"],cle=["national_park","photo","environment","nature"],dle=["stadium","photo","place","sports","concert","venue","grandstand","sport"],ule=["classical_building","art","culture","history"],ple=["building_construction","wip","working","progress","crane","architectural"],mle=["brick","bricks","clay","construction","mortar","wall","infrastructure"],gle=["houses","buildings","photo","building","group","house"],fle=["derelict_house","abandon","evict","broken","building","abandoned","haunted","old"],hle=["house","building","home"],vle=["house_with_garden","home","plant","nature","building","tree"],yle=["office_building","building","bureau","work","city","high","rise"],ble=["japanese_post_office","building","envelope","communication","japan","mark","postal"],wle=["post_office","building","email","european"],Tle=["hospital","building","health","surgery","doctor","cross","emergency","medical","medicine","red","room"],Sle=["bank","building","money","sales","cash","business","enterprise","bakkureru","bk","branch"],kle=["hotel","building","accomodation","checkin","accommodation","h"],Fle=["love_hotel","like","affection","dating","building","heart","hospital"],Nle=["convenience_store","building","shopping","groceries","corner","e","eleven\xAE","hour","kwik","mart","shop"],Ple=["school","building","student","education","learn","teach","clock","elementary","high","middle","tower"],Cle=["department_store","building","shopping","mall","center","shops"],Ile=["factory","building","industry","pollution","smoke","industrial","smog"],Dle=["japanese_castle","photo","building","fortress"],Ele=["castle","building","royalty","history","european","turrets"],xle=["wedding","love","like","affection","couple","marriage","bride","groom","activity","chapel","church","heart","romance"],Rle=["tokyo_tower","photo","japanese","eiffel","red"],Ale=["statue_of_liberty","american","newyork","new","york"],Mle=["church","building","religion","christ","christian","cross"],Ole=["mosque","islam","worship","minaret","domed","muslim","religion","roof"],Lle=["hindu_temple","religion"],zle=["synagogue","judaism","worship","temple","jewish","jew","religion","synagog"],_le=["shinto_shrine","temple","japan","kyoto","kami","michi","no","religion"],Ble=["kaaba","mecca","mosque","islam","muslim","religion"],Hle=["fountain","photo","summer","water","fresh","feature","park"],Vle=["tent","photo","camping","outdoors"],Ule=["foggy","photo","mountain","bridge","city","fog","fog\xA0bridge","karl","under","weather"],Kle=["night_with_stars","evening","city","downtown","star","starry","weather"],qle=["cityscape","photo","night life","urban","building","city","skyline"],jle=["sunrise_over_mountains","view","vacation","photo","morning","mountain","sun","weather"],Wle=["sunrise","morning","view","vacation","photo","sun","sunset","weather"],Yle=["cityscape_at_dusk","photo","evening","sky","buildings","building","city","landscape","orange","sun","sunset","weather"],Gle=["sunset","photo","good morning","dawn","building","buildings","city","dusk","over","sun","sunrise","weather"],$le=["bridge_at_night","photo","sanfrancisco","gate","golden","weather"],Xle=["hot_springs","bath","warm","relax","hotsprings","onsen","steam","steaming"],Qle=["carousel_horse","photo","carnival","activity","entertainment","fairground","go","merry","round"],Zle=["ferris_wheel","photo","carnival","londoneye","activity","amusement","big","entertainment","fairground","observation","park"],Jle=["roller_coaster","carnival","playground","photo","fun","activity","amusement","entertainment","park","rollercoaster","theme"],ece=["barber_pole","hair","salon","style","barber's","haircut","hairdresser","shop","stripes"],tce=["circus_tent","festival","carnival","party","activity","big","entertainment","top"],nce=["locomotive","transportation","vehicle","train","engine","railway","steam"],ace=["railway_car","transportation","vehicle","carriage","electric","railcar","railroad","train","tram","trolleybus","wagon"],oce=["high_speed_train","transportation","vehicle","bullettrain","railway","shinkansen","side"],rce=["bullet_train","transportation","vehicle","speed","fast","public","travel","bullettrain","front","high","nose","railway","shinkansen"],ice=["train","transportation","vehicle","diesel","electric","passenger","railway","regular","train2"],sce=["metro","transportation","blue-square","mrt","underground","tube","subway","train","vehicle"],lce=["light_rail","transportation","vehicle","railway"],cce=["station","transportation","vehicle","public","platform","railway","train"],dce=["tram","transportation","vehicle","trolleybus"],uce=["monorail","transportation","vehicle"],pce=["mountain_railway","transportation","vehicle","car","funicular","train"],mce=["tram_car","transportation","vehicle","carriage","public","travel","train","trolleybus"],gce=["bus","car","vehicle","transportation","school"],fce=["oncoming_bus","vehicle","transportation","front"],hce=["trolleybus","bart","transportation","vehicle","bus","electric\xA0bus","tram","trolley"],vce=["minibus","vehicle","car","transportation","bus","minivan","mover","people"],yce=["ambulance","health","911","hospital","vehicle"],bce=["fire_engine","transportation","cars","vehicle","department","truck"],wce=["police_car","vehicle","cars","transportation","law","legal","enforcement","cop","patrol","side"],Tce=["oncoming_police_car","vehicle","law","legal","enforcement","911","front\xA0of","\u{1F693}\xA0cop"],Sce=["taxi","uber","vehicle","cars","transportation","new","side","taxicab","york"],kce=["oncoming_taxi","vehicle","cars","uber","front","taxicab"],Fce=["automobile","red","transportation","vehicle","car","side"],Nce=["oncoming_automobile","car","vehicle","transportation","front"],Pce=["sport_utility_vehicle","transportation","vehicle","blue","campervan","car","motorhome","recreational","rv"],Cce=["delivery_truck","cars","transportation","vehicle","resources"],Ice=["articulated_lorry","vehicle","cars","transportation","express","green","semi","truck"],Dce=["tractor","vehicle","car","farming","agriculture","farm"],Ece=["racing_car","sports","race","fast","formula","f1","one"],xce=["motorcycle","race","sports","fast","motorbike","racing"],Rce=["motor_scooter","vehicle","vespa","sasha","bike","cycle"],Ace=["manual_wheelchair","accessibility"],Mce=["motorized_wheelchair","accessibility"],Oce=["auto_rickshaw","move","transportation","tuk"],Lce=["bicycle","bike","sports","exercise","hipster","push","vehicle"],zce=["kick_scooter","vehicle","kick","razor"],_ce=["skateboard","board","skate"],Bce=["bus_stop","transportation","wait","busstop"],Hce=["motorway","road","cupertino","interstate","highway"],Vce=["railway_track","train","transportation"],Uce=["oil_drum","barrell"],Kce=["fuel_pump","gas station","petroleum","diesel","fuelpump","petrol"],qce=["police_car_light","police","ambulance","911","emergency","alert","error","pinged","law","legal","beacon","cars","car\u2019s","emergency\xA0light","flashing","revolving","rotating","siren","vehicle","warning"],jce=["horizontal_traffic_light","transportation","signal"],Wce=["vertical_traffic_light","transportation","driving","semaphore","signal"],Yce=["stop_sign","stop","octagonal"],Gce=["construction","wip","progress","caution","warning","barrier","black","roadwork","sign","striped","yellow","work_in_progress"],$ce=["anchor","ship","ferry","sea","boat","admiralty","fisherman","pattern","tool"],Xce=["sailboat","ship","summer","transportation","water","sailing","boat","dinghy","resort","sea","vehicle","yacht"],Qce=["canoe","boat","paddle","water","ship"],Zce=["speedboat","ship","transportation","vehicle","summer","boat","motorboat","powerboat"],Jce=["passenger_ship","yacht","cruise","ferry","vehicle"],ede=["ferry","boat","ship","yacht","passenger"],tde=["motor_boat","ship","motorboat","vehicle"],nde=["ship","transportation","titanic","deploy","boat","cruise","passenger","vehicle"],ade=["airplane","vehicle","transportation","flight","fly","aeroplane","plane"],ode=["small_airplane","flight","transportation","fly","vehicle","aeroplane","plane"],rde=["airplane_departure","airport","flight","landing","aeroplane","departures","off","plane","taking","vehicle"],ide=["airplane_arrival","airport","flight","boarding","aeroplane","arrivals","arriving","landing","plane","vehicle"],sde=["parachute","fly","glide","hang","parasail","skydive"],lde=["seat","sit","airplane","transport","bus","flight","fly","aeroplane","chair","train"],cde=["helicopter","transportation","vehicle","fly"],dde=["suspension_railway","vehicle","transportation"],ude=["mountain_cableway","transportation","vehicle","ski","cable","gondola"],pde=["aerial_tramway","transportation","vehicle","ski","cable","car","gondola","ropeway"],mde=["satellite","communication","gps","orbit","spaceflight","NASA","ISS","artificial","space","vehicle"],gde=["rocket","launch","ship","staffmode","NASA","outer space","outer_space","fly","shuttle","vehicle","deploy"],fde=["flying_saucer","transportation","vehicle","ufo","alien","extraterrestrial","fantasy","space"],hde=["bellhop_bell","service","hotel"],vde=["luggage","packing","travel","suitcase"],yde=["hourglass_done","time","clock","oldschool","limit","exam","quiz","test","sand","timer"],bde=["hourglass_not_done","oldschool","time","countdown","flowing","sand","timer"],wde=["watch","time","accessories","apple","clock","timepiece","wrist","wristwatch"],Tde=["alarm_clock","time","wake","morning"],Sde=["stopwatch","time","deadline","clock"],kde=["timer_clock","alarm"],Fde=["mantelpiece_clock","time"],Nde=["twelve_o_clock","12","00:00","0000","12:00","1200","time","noon","midnight","midday","late","early","schedule","clock12","face","oclock","o\u2019clock"],Pde=["twelve_thirty","00:30","0030","12:30","1230","time","late","early","schedule","clock","clock1230","face"],Cde=["one_o_clock","1","1:00","100","13:00","1300","time","late","early","schedule","clock1","face","oclock","o\u2019clock"],Ide=["one_thirty","1:30","130","13:30","1330","time","late","early","schedule","clock","clock130","face"],Dde=["two_o_clock","2","2:00","200","14:00","1400","time","late","early","schedule","clock2","face","oclock","o\u2019clock"],Ede=["two_thirty","2:30","230","14:30","1430","time","late","early","schedule","clock","clock230","face"],xde=["three_o_clock","3","3:00","300","15:00","1500","time","late","early","schedule","clock3","face","oclock","o\u2019clock"],Rde=["three_thirty","3:30","330","15:30","1530","time","late","early","schedule","clock","clock330","face"],Ade=["four_o_clock","4","4:00","400","16:00","1600","time","late","early","schedule","clock4","face","oclock","o\u2019clock"],Mde=["four_thirty","4:30","430","16:30","1630","time","late","early","schedule","clock","clock430","face"],Ode=["five_o_clock","5","5:00","500","17:00","1700","time","late","early","schedule","clock5","face","oclock","o\u2019clock"],Lde=["five_thirty","5:30","530","17:30","1730","time","late","early","schedule","clock","clock530","face"],zde=["six_o_clock","6","6:00","600","18:00","1800","time","late","early","schedule","dawn","dusk","clock6","face","oclock","o\u2019clock"],_de=["six_thirty","6:30","630","18:30","1830","time","late","early","schedule","clock","clock630","face"],Bde=["seven_o_clock","7","7:00","700","19:00","1900","time","late","early","schedule","clock7","face","oclock","o\u2019clock"],Hde=["seven_thirty","7:30","730","19:30","1930","time","late","early","schedule","clock","clock730","face"],Vde=["eight_o_clock","8","8:00","800","20:00","2000","time","late","early","schedule","clock8","face","oclock","o\u2019clock"],Ude=["eight_thirty","8:30","830","20:30","2030","time","late","early","schedule","clock","clock830","face"],Kde=["nine_o_clock","9","9:00","900","21:00","2100","time","late","early","schedule","clock9","face","oclock","o\u2019clock"],qde=["nine_thirty","9:30","930","21:30","2130","time","late","early","schedule","clock","clock930","face"],jde=["ten_o_clock","10","10:00","1000","22:00","2200","time","late","early","schedule","clock10","face","oclock","o\u2019clock"],Wde=["ten_thirty","10:30","1030","22:30","2230","time","late","early","schedule","clock","clock1030","face"],Yde=["eleven_o_clock","11","11:00","1100","23:00","2300","time","late","early","schedule","clock11","face","oclock","o\u2019clock"],Gde=["eleven_thirty","11:30","1130","23:30","2330","time","late","early","schedule","clock","clock1130","face"],$de=["new_moon","nature","twilight","planet","space","night","evening","sleep","dark","eclipse","shadow\xA0moon","solar","symbol","weather"],Xde=["waxing_crescent_moon","nature","twilight","planet","space","night","evening","sleep","symbol","weather"],Qde=["first_quarter_moon","nature","twilight","planet","space","night","evening","sleep","symbol","weather"],Zde=["waxing_gibbous_moon","nature","night","sky","gray","twilight","planet","space","evening","sleep","symbol","weather"],Jde=["full_moon","nature","yellow","twilight","planet","space","night","evening","sleep","symbol","weather"],eue=["waning_gibbous_moon","nature","twilight","planet","space","night","evening","sleep","waxing_gibbous_moon","symbol","weather"],tue=["last_quarter_moon","nature","twilight","planet","space","night","evening","sleep","symbol","weather"],nue=["waning_crescent_moon","nature","twilight","planet","space","night","evening","sleep","symbol","weather"],aue=["crescent_moon","night","sleep","sky","evening","magic","space","weather"],oue=["new_moon_face","nature","twilight","planet","space","night","evening","sleep","creepy","dark","molester","weather"],rue=["first_quarter_moon_face","nature","twilight","planet","space","night","evening","sleep","weather"],iue=["last_quarter_moon_face","nature","twilight","planet","space","night","evening","sleep","weather"],sue=["thermometer","weather","temperature","hot","cold"],lue=["sun","weather","nature","brightness","summer","beach","spring","black","bright","rays","space","sunny","sunshine"],cue=["full_moon_face","nature","twilight","planet","space","night","evening","sleep","bright","moonface","smiley","smiling","weather"],due=["sun_with_face","nature","morning","sky","bright","smiley","smiling","space","summer","sunface","weather"],uue=["ringed_planet","outerspace","planets","saturn","saturnine","space"],pue=["star","night","yellow","gold","medium","white"],mue=["glowing_star","night","sparkle","awesome","good","magic","glittery","glow","shining","star2"],gue=["shooting_star","night","photo","activity","falling","meteoroid","space","stars","upon","when","wish","you"],fue=["milky_way","photo","space","stars","galaxy","night","sky","universe","weather"],hue=["cloud","weather","sky","cloudy","overcast"],vue=["sun_behind_cloud","weather","nature","cloudy","morning","fall","spring","partly","sunny"],yue=["cloud_with_lightning_and_rain","weather","lightning","thunder"],bue=["sun_behind_small_cloud","weather","white"],wue=["sun_behind_large_cloud","weather","white"],Tue=["sun_behind_rain_cloud","weather","white"],Sue=["cloud_with_rain","weather"],kue=["cloud_with_snow","weather","cold"],Fue=["cloud_with_lightning","weather","thunder"],Nue=["tornado","weather","cyclone","twister","cloud","whirlwind"],Pue=["fog","weather","cloud"],Cue=["wind_face","gust","air","blow","blowing","cloud","mother","nature","weather"],Iue=["cyclone","weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","hurricane","typhoon","dizzy","twister"],Due=["rainbow","nature","happy","unicorn_face","photo","sky","spring","gay","lgbt","pride","primary","rain","weather"],Eue=["closed_umbrella","weather","rain","drizzle","clothing","collapsed\xA0umbrella","pink"],xue=["umbrella","weather","spring","clothing","open","rain"],Rue=["umbrella_with_rain_drops","rainy","weather","spring","clothing","drop","raining"],Aue=["umbrella_on_ground","weather","summer","beach","parasol","rain","sun"],Mue=["high_voltage","thunder","weather","lightning bolt","fast","zap","danger","electric","electricity","sign","thunderbolt","speed"],Oue=["snowflake","winter","season","cold","weather","christmas","xmas","snow","snowing"],Lue=["snowman","winter","season","cold","weather","christmas","xmas","frozen","snow","snowflakes","snowing"],zue=["snowman_without_snow","winter","season","cold","weather","christmas","xmas","frozen","without_snow","frosty","olaf"],_ue=["comet","space"],Bue=["fire","hot","cook","flame","burn","lit","snapstreak","tool","remove"],Hue=["droplet","water","drip","faucet","spring","cold","comic","drop","sweat","weather"],Vue=["water_wave","sea","water","wave","nature","tsunami","disaster","beach","ocean","waves","weather"],Uue=["jack_o_lantern","halloween","light","pumpkin","creepy","fall","activity","celebration","entertainment","gourd"],Kue=["christmas_tree","festival","vacation","december","xmas","celebration","activity","entertainment","xmas\xA0tree"],que=["fireworks","photo","festival","carnival","congratulations","activity","celebration","entertainment","explosion"],jue=["sparkler","stars","night","shine","activity","celebration","entertainment","firework","fireworks","hanabi","senko","sparkle"],Wue=["firecracker","dynamite","boom","explode","explosion","explosive","fireworks"],Yue=["sparkles","stars","shine","shiny","cool","awesome","good","magic","entertainment","glitter","sparkle","star"],Gue=["balloon","party","celebration","birthday","circus","activity","entertainment","red"],$ue=["party_popper","party","congratulations","birthday","magic","circus","celebration","tada","activity","entertainment","hat","hooray"],Xue=["confetti_ball","festival","party","birthday","circus","activity","celebration","entertainment"],Que=["tanabata_tree","plant","nature","branch","summer","bamboo","wish","star_festival","tanzaku","activity","banner","celebration","entertainment","japanese"],Zue=["pine_decoration","japanese","plant","nature","vegetable","panda","new_years","bamboo","activity","celebration","kadomatsu","year"],Jue=["japanese_dolls","japanese","toy","kimono","activity","celebration","doll","entertainment","festival","hinamatsuri","imperial"],epe=["carp_streamer","fish","japanese","koinobori","carp","banner","activity","celebration","entertainment","flag","flags","socks","wind"],tpe=["wind_chime","nature","ding","spring","bell","activity","celebration","entertainment","furin","jellyfish"],npe=["moon_viewing_ceremony","photo","japan","asia","tsukimi","activity","autumn","celebration","dumplings","entertainment","festival","grass","harvest","mid","rice","scene"],ape=["red_envelope","gift","ang","good","h\xF3ngb\u0101o","lai","luck","money","packet","pao","see"],ope=["ribbon","decoration","pink","girl","bowtie","bow","celebration"],rpe=["wrapped_gift","present","birthday","christmas","xmas","box","celebration","entertainment"],ipe=["reminder_ribbon","sports","cause","support","awareness","celebration"],spe=["admission_tickets","sports","concert","entrance","entertainment","ticket"],lpe=["ticket","event","concert","pass","activity","admission","entertainment","stub","tour","world"],cpe=["military_medal","award","winning","army","celebration","decoration","medallion"],dpe=["trophy","win","award","contest","place","ftw","ceremony","championship","prize","winner","winners"],upe=["sports_medal","award","winning","gold","winner"],ppe=["1st_place_medal","award","winning","first","gold"],mpe=["2nd_place_medal","award","second","silver"],gpe=["3rd_place_medal","award","third","bronze"],fpe=["soccer_ball","sports","football"],hpe=["baseball","sports","balls","ball","softball"],vpe=["softball","sports","balls","ball","game","glove","sport","underarm"],ype=["basketball","sports","balls","NBA","ball","hoop","orange"],bpe=["volleyball","sports","balls","ball","game"],wpe=["american_football","sports","balls","NFL","ball","gridiron","superbowl"],Tpe=["rugby_football","sports","team","ball","league","union"],Spe=["tennis","sports","balls","green","ball","racket","racquet"],kpe=["flying_disc","sports","frisbee","ultimate","game","golf","sport"],Fpe=["bowling","sports","fun","play","ball","game","pin","pins","skittles","ten"],Npe=["cricket_game","sports","ball","bat","field"],Ppe=["field_hockey","sports","ball","game","stick"],Cpe=["ice_hockey","sports","game","puck","stick"],Ipe=["lacrosse","sports","ball","stick","game","goal","sport"],Dpe=["ping_pong","sports","pingpong","ball","bat","game","paddle","table","tennis"],Epe=["badminton","sports","birdie","game","racquet","shuttlecock"],xpe=["boxing_glove","sports","fighting"],Rpe=["martial_arts_uniform","judo","karate","taekwondo"],Ape=["goal_net","sports","catch"],Mpe=["flag_in_hole","sports","business","flag","hole","summer","golf"],Ope=["ice_skate","sports","skating"],Lpe=["fishing_pole","food","hobby","summer","entertainment","fish","rod"],zpe=["diving_mask","sport","ocean","scuba","snorkeling"],_pe=["running_shirt","play","pageant","athletics","marathon","sash","singlet"],Bpe=["skis","sports","winter","cold","snow","boot","ski","skiing"],Hpe=["sled","sleigh","luge","toboggan","sledge"],Vpe=["curling_stone","sports","game","rock"],Upe=["direct_hit","game","play","bar","target","bullseye","activity","archery","bull","dart","darts","entertainment","eye"],Kpe=["yo_yo","toy","fluctuate","yoyo"],qpe=["kite","wind","fly","soar","toy"],jpe=["pool_8_ball","pool","hobby","game","luck","magic","8ball","billiard","billiards","cue","eight","snooker"],Wpe=["crystal_ball","disco","party","magic","circus","fortune_teller","clairvoyant","fairy","fantasy","psychic","purple","tale","tool"],Ype=["nazar_amulet","bead","charm","boncu\u011Fu","evil","eye","talisman"],Gpe=["video_game","play","console","PS4","controller","entertainment","gamepad","playstation","u","wii","xbox"],$pe=["joystick","game","play","entertainment","video"],Xpe=["slot_machine","bet","gamble","vegas","fruit machine","luck","casino","activity","gambling","game","poker"],Qpe=["game_die","dice","random","tabletop","play","luck","entertainment","gambling"],Zpe=["puzzle_piece","interlocking","puzzle","piece","clue","jigsaw"],Jpe=["teddy_bear","plush","stuffed","plaything","toy"],eme=["spade_suit","poker","cards","suits","magic","black","card","game","spades"],tme=["heart_suit","poker","cards","magic","suits","black","card","game","hearts"],nme=["diamond_suit","poker","cards","magic","suits","black","card","diamonds","game"],ame=["club_suit","poker","cards","magic","suits","black","card","clubs","game"],ome=["chess_pawn","expendable","black","dupe","game","piece"],rme=["joker","poker","cards","game","play","magic","black","card","entertainment","playing","wildcard"],ime=["mahjong_red_dragon","game","play","chinese","kanji","tile"],sme=["flower_playing_cards","game","sunset","red","activity","card","deck","entertainment","hanafuda","hwatu","japanese","of\xA0cards"],lme=["performing_arts","acting","theater","drama","activity","art","comedy","entertainment","greek","logo","mask","masks","theatre","theatre\xA0masks","tragedy"],cme=["framed_picture","photography","art","frame","museum","painting"],dme=["artist_palette","design","paint","draw","colors","activity","art","entertainment","museum","painting","improve"],ume=["thread","needle","sewing","spool","string","crafts"],pme=["yarn","ball","crochet","knit","crafts"],mme=["glasses","fashion","accessories","eyesight","nerdy","dork","geek","clothing","eye","eyeglasses","eyewear"],gme=["sunglasses","face","cool","accessories","dark","eye","eyewear","glasses"],fme=["goggles","eyes","protection","safety","clothing","eye","swimming","welding"],hme=["lab_coat","doctor","experiment","scientist","chemist","clothing"],vme=["safety_vest","protection","emergency"],yme=["necktie","shirt","suitup","formal","fashion","cloth","business","clothing","tie"],bme=["t_shirt","fashion","cloth","casual","shirt","tee","clothing","polo","tshirt"],wme=["jeans","fashion","shopping","clothing","denim","pants","trousers"],Tme=["scarf","neck","winter","clothes","clothing"],Sme=["gloves","hands","winter","clothes","clothing","hand"],kme=["coat","jacket","clothing"],Fme=["socks","stockings","clothes","clothing","pair","stocking"],Nme=["dress","clothes","fashion","shopping","clothing","gown","skirt"],Pme=["kimono","dress","fashion","women","female","japanese","clothing","dressing","gown"],Cme=["sari","dress","clothing","saree","shari"],Ime=["one_piece_swimsuit","fashion","bathing","clothing","suit","swim"],Dme=["briefs","clothing","bathing","brief","suit","swim","swimsuit","underwear"],Eme=["shorts","clothing","bathing","pants","suit","swim","swimsuit","underwear"],xme=["bikini","swimming","female","woman","girl","fashion","beach","summer","bathers","clothing","swim","swimsuit"],Rme=["woman_s_clothes","fashion","shopping_bags","female","blouse","clothing","pink","shirt","womans","woman\u2019s"],Ame=["purse","fashion","accessories","money","sales","shopping","clothing","coin","wallet"],Mme=["handbag","fashion","accessory","accessories","shopping","bag","clothing","purse","women\u2019s"],Ome=["clutch_bag","bag","accessories","shopping","clothing","pouch","small"],Lme=["shopping_bags","mall","buy","purchase","bag","hotel"],zme=["backpack","student","education","bag","activity","rucksack","satchel","school"],_me=["man_s_shoe","fashion","male","brown","clothing","dress","mans","man\u2019s"],Bme=["running_shoe","shoes","sports","sneakers","athletic","clothing","runner","sneaker","sport","tennis","trainer"],Hme=["hiking_boot","backpacking","camping","hiking","clothing"],Vme=["flat_shoe","ballet","slip-on","slipper","clothing","woman\u2019s"],Ume=["high_heeled_shoe","fashion","shoes","female","pumps","stiletto","clothing","heel","heels","woman"],Kme=["woman_s_sandal","shoes","fashion","flip flops","clothing","heeled","sandals","shoe","womans","woman\u2019s"],qme=["ballet_shoes","dance","clothing","pointe","shoe"],jme=["woman_s_boot","shoes","fashion","boots","clothing","cowgirl","heeled","high","knee","shoe","womans","woman\u2019s"],Wme=["crown","king","kod","leader","royalty","lord","clothing","queen","royal"],Yme=["woman_s_hat","fashion","accessories","female","lady","spring","bow","clothing","ladies","womans","woman\u2019s"],Gme=["top_hat","magic","gentleman","classy","circus","activity","clothing","entertainment","formal","groom","tophat","wear"],$me=["graduation_cap","school","college","degree","university","graduation","cap","hat","legal","learn","education","academic","activity","board","celebration","clothing","graduate","mortar","square"],Xme=["billed_cap","cap","baseball","clothing","hat"],Qme=["rescue_worker_s_helmet","construction","build","aid","cross","face","hat","white","worker\u2019s"],Zme=["prayer_beads","dhikr","religious","clothing","necklace","religion","rosary"],Jme=["lipstick","female","girl","fashion","woman","cosmetics","gloss","lip","makeup","style"],ege=["ring","wedding","propose","marriage","valentines","diamond","fashion","jewelry","gem","engagement","engaged","romance"],tge=["gem_stone","blue","ruby","diamond","jewelry","gemstone","jewel","romance"],nge=["muted_speaker","sound","volume","silence","quiet","cancellation","mute","off","silent","stroke"],age=["speaker_low_volume","sound","volume","silence","broadcast","soft"],oge=["speaker_medium_volume","volume","speaker","broadcast","low","one","reduce","sound","wave"],rge=["speaker_high_volume","volume","noise","noisy","speaker","broadcast","entertainment","increase","loud","sound","three","waves"],ige=["loudspeaker","volume","sound","address","announcement","bullhorn","communication","loud","megaphone","pa","public","system"],sge=["megaphone","sound","speaker","volume","bullhorn","cheering","communication","mega"],lge=["postal_horn","instrument","music","bugle","communication","entertainment","french","post"],cge=["bell","sound","notification","christmas","xmas","chime","liberty","ringer","wedding"],dge=["bell_with_slash","sound","volume","mute","quiet","silent","cancellation","disabled","forbidden","muted","no","not","notifications","off","prohibited","ringer","stroke"],uge=["musical_score","treble","clef","compose","activity","entertainment","music","sheet"],pge=["musical_note","score","tone","sound","activity","beamed","eighth","entertainment","music","notes","pair","quavers"],mge=["musical_notes","music","score","activity","entertainment","multiple","note","singing"],gge=["studio_microphone","sing","recording","artist","talkshow","mic","music","podcast"],fge=["level_slider","scale","music"],hge=["control_knobs","dial","music"],vge=["microphone","sound","music","PA","sing","talkshow","activity","entertainment","karaoke","mic","singing"],yge=["headphone","music","score","gadgets","activity","earbud","earphone","earphones","entertainment","headphones","ipod"],bge=["radio","communication","music","podcast","program","digital","entertainment","video","wireless"],wge=["saxophone","music","instrument","jazz","blues","activity","entertainment","sax"],Tge=["guitar","music","instrument","acoustic\xA0guitar","activity","bass","electric","entertainment","rock"],Sge=["musical_keyboard","piano","instrument","compose","activity","entertainment","music"],kge=["trumpet","music","brass","activity","entertainment","horn","instrument","jazz"],Fge=["violin","music","instrument","orchestra","symphony","activity","entertainment","quartet","smallest","string","world\u2019s"],Nge=["banjo","music","instructment","activity","entertainment","instrument","stringed"],Pge=["drum","music","instrument","drumsticks","snare"],Cge=["mobile_phone","technology","apple","gadgets","dial","cell","communication","iphone","smartphone","telephone","responsive_design"],Ige=["mobile_phone_with_arrow","iphone","incoming","call","calling","cell","communication","left","pointing","receive","rightwards","telephone"],Dge=["telephone","technology","communication","dial","black","phone","rotary"],Ege=["telephone_receiver","technology","communication","dial","call","handset","phone"],xge=["pager","bbcall","oldschool","90s","beeper","bleeper","communication"],Rge=["fax_machine","communication","technology","facsimile"],Age=["battery","power","energy","sustain","aa","phone"],Mge=["electric_plug","charger","power","ac","adaptor","cable","electricity"],Oge=["laptop","technology","screen","display","monitor","computer","desktop","notebook","pc","personal"],Lge=["desktop_computer","technology","computing","screen","imac"],zge=["printer","paper","ink","computer"],_ge=["keyboard","technology","computer","type","input","text"],Bge=["computer_mouse","click","button","three"],Hge=["trackball","technology","trackpad","computer"],Vge=["computer_disk","technology","record","data","disk","90s","entertainment","minidisc","minidisk","optical"],Uge=["floppy_disk","oldschool","technology","save","90s","80s","computer"],Kge=["optical_disk","technology","dvd","disk","disc","90s","cd","compact","computer","rom"],qge=["dvd","cd","disk","disc","computer","entertainment","optical","rom","video"],jge=["abacus","calculation","count","counting","frame","math"],Wge=["movie_camera","film","record","activity","cinema","entertainment","hollywood","video"],Yge=["film_frames","movie","cinema","entertainment","strip"],Gge=["film_projector","video","tape","record","movie","cinema","entertainment"],$ge=["clapper_board","movie","film","record","activity","clapboard","director","entertainment","slate"],Xge=["television","technology","program","oldschool","show","entertainment","tv","video"],Qge=["camera","gadgets","photography","digital","entertainment","photo","video"],Zge=["camera_with_flash","photography","gadgets","photo","video","snapshots"],Jge=["video_camera","film","record","camcorder","entertainment"],efe=["videocassette","record","video","oldschool","90s","80s","entertainment","tape","vcr","vhs"],tfe=["magnifying_glass_tilted_left","search","zoom","find","detective","icon","mag","magnifier","pointing","tool"],nfe=["magnifying_glass_tilted_right","search","zoom","find","detective","icon","mag","magnifier","pointing","tool","seo"],afe=["candle","fire","wax","light"],ofe=["light_bulb","light","electricity","idea","comic","electric"],rfe=["flashlight","dark","camping","sight","night","electric","light","tool","torch"],ife=["red_paper_lantern","light","paper","halloween","spooky","asian","bar","izakaya","japanese"],sfe=["diya_lamp","lighting","oil"],lfe=["notebook_with_decorative_cover","classroom","notes","record","paper","study","book","decorated"],cfe=["closed_book","read","library","knowledge","textbook","learn","red"],dfe=["open_book","book","read","library","knowledge","literature","learn","study","novel"],ufe=["green_book","read","library","knowledge","study","textbook"],pfe=["blue_book","read","library","knowledge","learn","study","textbook"],mfe=["orange_book","read","library","knowledge","textbook","study"],gfe=["books","literature","library","study","book","pile","stack"],ffe=["notebook","stationery","record","notes","paper","study","black","book","composition","white"],hfe=["ledger","notes","paper","binder","book","bound","notebook","spiral","yellow"],vfe=["page_with_curl","documents","office","paper","curled","curly\xA0page","document","license"],yfe=["scroll","documents","ancient","history","paper","degree","document","parchment"],bfe=["page_facing_up","documents","office","paper","information","document","printed"],wfe=["newspaper","press","headline","communication","news","paper"],Tfe=["rolled_up_newspaper","press","headline","delivery","news","paper","roll"],Sfe=["bookmark_tabs","favorite","save","order","tidy","mark","marker"],kfe=["bookmark","favorite","label","save","mark","price","tag"],Ffe=["label","sale","tag"],Nfe=["money_bag","dollar","payment","coins","sale","cream","moneybag","moneybags","rich"],Pfe=["yen_banknote","money","sales","japanese","dollar","currency","bank","banknotes","bill","note","sign"],Cfe=["dollar_banknote","money","sales","bill","currency","american","bank","banknotes","note","sign"],Ife=["euro_banknote","money","sales","dollar","currency","bank","banknotes","bill","note","sign"],Dfe=["pound_banknote","british","sterling","money","sales","bills","uk","england","currency","bank","banknotes","bill","note","quid","sign","twenty"],Efe=["money_with_wings","dollar","bills","payment","sale","bank","banknote","bill","fly","flying","losing","note"],xfe=["credit_card","money","sales","dollar","bill","payment","shopping","amex","bank","club","diners","mastercard","subscription","visa"],Rfe=["receipt","accounting","expenses","bookkeeping","evidence","proof"],Afe=["chart_increasing_with_yen","green-square","graph","presentation","stats","bank","currency","exchange","growth","market","money","rate","rise","sign","trend","upward","upwards"],Mfe=["currency_exchange","money","sales","dollar","travel","bank"],Ofe=["heavy_dollar_sign","money","sales","payment","currency","buck"],Lfe=["envelope","letter","postal","inbox","communication","email","\u2709\xA0letter"],zfe=["e_mail","communication","inbox","email","letter","symbol"],_fe=["incoming_envelope","email","inbox","communication","fast","letter","lines","mail","receive"],Bfe=["envelope_with_arrow","email","communication","above","down","downwards","insert","letter","mail","outgoing","sent"],Hfe=["outbox_tray","inbox","email","box","communication","letter","mail","sent"],Vfe=["inbox_tray","email","documents","box","communication","letter","mail","receive"],Ufe=["package","mail","gift","cardboard","box","moving","communication","parcel","shipping","container"],Kfe=["closed_mailbox_with_raised_flag","email","inbox","communication","mail","postbox"],qfe=["closed_mailbox_with_lowered_flag","email","communication","inbox","mail","postbox"],jfe=["open_mailbox_with_raised_flag","email","inbox","communication","mail","postbox"],Wfe=["open_mailbox_with_lowered_flag","email","inbox","communication","mail","no","postbox"],Yfe=["postbox","email","letter","envelope","communication","mail","mailbox"],Gfe=["ballot_box_with_ballot","election","vote","voting"],$fe=["pencil","stationery","write","paper","writing","school","study","lead","pencil2","typos"],Xfe=["black_nib","pen","stationery","writing","write","fountain","\u2712\xA0fountain"],Qfe=["fountain_pen","stationery","writing","write","communication","left","lower"],Zfe=["pen","stationery","writing","write","ballpoint","communication","left","lower"],Jfe=["paintbrush","drawing","creativity","art","brush","communication","left","lower","painting"],ehe=["crayon","drawing","creativity","communication","left","lower"],the=["memo","write","documents","stationery","pencil","paper","writing","legal","exam","quiz","test","study","compose","communication","document","memorandum","note","documentation"],nhe=["briefcase","business","documents","work","law","legal","job","career","suitcase"],ahe=["file_folder","documents","business","office","closed","directory","manilla"],ohe=["open_file_folder","documents","load"],rhe=["card_index_dividers","organizing","business","stationery"],ihe=["calendar","schedule","date","day","emoji","july","world"],she=["tear_off_calendar","schedule","date","planning","day","desk"],lhe=["spiral_notepad","memo","stationery","note","pad"],che=["spiral_calendar","date","schedule","planning","pad"],dhe=["card_index","business","stationery","rolodex","system"],uhe=["chart_increasing","graph","presentation","stats","recovery","business","economics","money","sales","good","success","growth","metrics","pointing","positive\xA0chart","trend","up","upward","upwards","analytics"],phe=["chart_decreasing","graph","presentation","stats","recession","business","economics","money","sales","bad","failure","down","downwards","down\xA0pointing","metrics","negative\xA0chart","trend"],mhe=["bar_chart","graph","presentation","stats","metrics"],ghe=["clipboard","stationery","documents"],fhe=["pushpin","stationery","mark","here","location","pin","tack","thumb"],hhe=["round_pushpin","stationery","location","map","here","dropped","pin","red"],vhe=["paperclip","documents","stationery","clippy"],yhe=["linked_paperclips","documents","stationery","communication","link","paperclip"],bhe=["straight_ruler","stationery","calculate","length","math","school","drawing","architect","sketch","edge"],whe=["triangular_ruler","stationery","math","architect","sketch","set","triangle"],The=["scissors","stationery","cut","black","cutting","tool"],She=["card_file_box","business","stationery","database"],khe=["file_cabinet","filing","organizing"],Fhe=["wastebasket","bin","trash","rubbish","garbage","toss","basket","can","litter","wastepaper"],Nhe=["locked","security","password","padlock","closed","lock","private","privacy"],Phe=["unlocked","privacy","security","lock","open","padlock","unlock"],Che=["locked_with_pen","security","secret","fountain","ink","lock","lock\xA0with","nib","privacy"],Ihe=["locked_with_key","security","privacy","closed","lock","secure","secret"],Dhe=["key","lock","door","password","gold"],Ehe=["old_key","lock","door","password","clue"],xhe=["hammer","tools","build","create","claw","handyman","tool"],Rhe=["axe","tool","chop","cut","hatchet","split","wood"],Ahe=["pick","tools","dig","mining","pickaxe","tool"],Mhe=["hammer_and_pick","tools","build","create","tool"],Ohe=["hammer_and_wrench","tools","build","create","spanner","tool"],Lhe=["dagger","weapon","knife"],zhe=["crossed_swords","weapon"],_he=["pistol","violence","weapon","revolver","gun","handgun","shoot","squirt","tool","water"],Bhe=["bow_and_arrow","sports","archer","archery","sagittarius","tool","zodiac"],Hhe=["shield","protection","security","weapon"],Vhe=["wrench","tools","diy","ikea","fix","maintainer","spanner","tool"],Uhe=["nut_and_bolt","handy","tools","fix","screw","tool"],Khe=["gear","cog","cogwheel","tool"],qhe=["clamp","tool","compress","compression","table","vice","winzip"],jhe=["balance_scale","law","fairness","weight","justice","libra","scales","tool","zodiac"],Whe=["probing_cane","accessibility","blind","white"],Yhe=["link","rings","url","chain","hyperlink","linked","symbol"],Ghe=["chains","lock","arrest","chain"],$he=["toolbox","tools","diy","fix","maintainer","mechanic","chest","tool"],Xhe=["magnet","attraction","magnetic","horseshoe"],Qhe=["alembic","distilling","science","experiment","chemistry","tool"],Zhe=["test_tube","chemistry","experiment","lab","science","chemist","test"],Jhe=["petri_dish","bacteria","biology","culture","lab","biologist"],eve=["dna","biologist","genetics","life","double","evolution","gene","helix"],tve=["microscope","laboratory","experiment","zoomin","science","study","investigate","magnify","tool"],nve=["telescope","stars","space","zoom","science","astronomy","stargazing","tool"],ave=["satellite_antenna","communication","future","radio","space","dish","signal"],ove=["syringe","health","hospital","drugs","blood","medicine","needle","doctor","nurse","shot","sick","tool","vaccination","vaccine"],rve=["drop_of_blood","period","hurt","harm","wound","bleed","doctor","donation","injury","medicine","menstruation"],ive=["pill","health","medicine","doctor","pharmacy","drug","capsule","drugs","sick","tablet"],sve=["adhesive_bandage","heal","aid","band","doctor","medicine","plaster"],lve=["stethoscope","health","doctor","heart","medicine","healthcheck"],cve=["door","house","entry","exit","doorway","front"],dve=["bed","sleep","rest","bedroom","hotel"],uve=["couch_and_lamp","read","chill","hotel","lounge","settee","sofa"],pve=["chair","sit","furniture","seat"],mve=["toilet","restroom","wc","washroom","bathroom","potty","loo"],gve=["shower","clean","water","bathroom","bath","head"],fve=["bathtub","clean","shower","bathroom","bath","bubble"],hve=["razor","cut","sharp","shave"],vve=["lotion_bottle","moisturizer","sunscreen","shampoo"],yve=["safety_pin","diaper","punk","rock"],bve=["broom","cleaning","sweeping","witch","brush","sweep"],wve=["basket","laundry","farming","picnic"],Tve=["roll_of_paper","roll","toilet","towels"],Sve=["soap","bar","bathing","cleaning","lather","soapdish"],kve=["sponge","absorbing","cleaning","porous"],Fve=["fire_extinguisher","quench","extinguish"],Nve=["shopping_cart","trolley"],Pve=["cigarette","kills","tobacco","joint","smoke","activity","smoking","symbol"],Cve=["coffin","vampire","dead","die","death","rip","graveyard","cemetery","casket","funeral","box","remove"],Ive=["funeral_urn","dead","die","death","rip","ashes","vase"],Dve=["moai","rock","easter island","carving","face","human","moyai","statue","stone"],Eve=["atm_sign","money","sales","cash","blue-square","payment","bank","automated","machine","teller"],xve=["litter_in_bin_sign","blue-square","sign","human","info","its","litterbox","person","place","put","symbol","trash"],Rve=["potable_water","blue-square","liquid","restroom","cleaning","faucet","drink","drinking","symbol","tap","thirst","thirsty"],Ave=["wheelchair_symbol","blue-square","disabled","accessibility","access","accessible","bathroom"],Mve=["men_s_room","toilet","restroom","wc","blue-square","gender","male","lavatory","man","mens","men\u2019s","symbol"],Ove=["women_s_room","purple-square","woman","female","toilet","loo","restroom","gender","lavatory","symbol","wc","womens","womens\xA0toilet","women\u2019s"],Lve=["restroom","blue-square","toilet","refresh","wc","gender","bathroom","lavatory","sign"],zve=["baby_symbol","orange-square","child","change","changing","nursery","station"],_ve=["water_closet","toilet","restroom","blue-square","lavatory","wc"],Bve=["passport_control","custom","blue-square","border","permissions","authorization","roles"],Hve=["customs","passport","border","blue-square"],Vve=["baggage_claim","blue-square","airport","transport"],Uve=["left_luggage","blue-square","travel","baggage","bag\xA0with","key","locked","locker","suitcase"],Kve=["warning","exclamation","wip","alert","error","problem","issue","sign","symbol"],qve=["children_crossing","school","warning","danger","sign","driving","yellow-diamond","child","kids","pedestrian","traffic","experience","usability"],jve=["no_entry","limit","security","privacy","bad","denied","stop","circle","forbidden","not","prohibited","traffic"],Wve=["prohibited","forbid","stop","limit","denied","disallow","circle","backslash","banned","block","crossed","entry","forbidden","no","not","red","restricted","sign"],Yve=["no_bicycles","no_bikes","bicycle","bike","cyclist","prohibited","circle","forbidden","not","sign","vehicle"],Gve=["no_smoking","cigarette","blue-square","smell","smoke","forbidden","not","prohibited","sign","symbol"],$ve=["no_littering","trash","bin","garbage","circle","do","forbidden","litter","not","prohibited","symbol"],Xve=["non_potable_water","drink","faucet","tap","circle","drinking","forbidden","no","not","prohibited","symbol"],Qve=["no_pedestrians","rules","crossing","walking","circle","forbidden","not","pedestrian","people","prohibited"],Zve=["no_mobile_phones","iphone","mute","circle","cell","communication","forbidden","not","phone","prohibited","smartphones","telephone"],Jve=["no_one_under_eighteen","18","drink","pub","night","minor","circle","age","forbidden","not","nsfw","prohibited","restriction","symbol","underage"],eye=["radioactive","nuclear","danger","international","radiation","sign","symbol"],tye=["biohazard","danger","sign"],nye=["up_arrow","blue-square","continue","top","direction","black","cardinal","north","pointing","upwards","upgrade"],aye=["up_right_arrow","blue-square","point","direction","diagonal","northeast","east","intercardinal","north","upper"],oye=["right_arrow","blue-square","next","black","cardinal","direction","east","pointing","rightwards","right\xA0arrow"],rye=["down_right_arrow","blue-square","direction","diagonal","southeast","east","intercardinal","lower","right\xA0arrow","south"],iye=["down_arrow","blue-square","direction","bottom","black","cardinal","downwards","down\xA0arrow","pointing","south","downgrade"],sye=["down_left_arrow","blue-square","direction","diagonal","southwest","intercardinal","left\xA0arrow","lower","south","west"],lye=["left_arrow","blue-square","previous","back","black","cardinal","direction","leftwards","left\xA0arrow","pointing","west"],cye=["up_left_arrow","blue-square","point","direction","diagonal","northwest","intercardinal","left\xA0arrow","north","upper","west"],dye=["up_down_arrow","blue-square","direction","way","vertical","arrows","intercardinal","northwest"],uye=["left_right_arrow","shape","direction","horizontal","sideways","arrows","horizontal\xA0arrows"],pye=["right_arrow_curving_left","back","return","blue-square","undo","enter","curved","email","hook","leftwards","reply"],mye=["left_arrow_curving_right","blue-square","return","rotate","direction","email","forward","hook","rightwards","right\xA0curved"],gye=["right_arrow_curving_up","blue-square","direction","top","heading","pointing","rightwards","then","upwards"],fye=["right_arrow_curving_down","blue-square","direction","bottom","curved","downwards","heading","pointing","rightwards","then"],hye=["clockwise_vertical_arrows","sync","cycle","round","repeat","arrow","circle","downwards","open","reload","upwards"],vye=["counterclockwise_arrows_button","blue-square","sync","cycle","anticlockwise","arrow","circle","downwards","open","refresh","rotate","switch","upwards","withershins"],yye=["back_arrow","arrow","words","return","above","leftwards"],bye=["end_arrow","words","arrow","above","leftwards"],wye=["on_arrow","arrow","words","above","exclamation","left","mark","on!","right"],Tye=["soon_arrow","arrow","words","above","rightwards"],Sye=["top_arrow","words","blue-square","above","up","upwards"],kye=["place_of_worship","religion","church","temple","prayer","building","religious"],Fye=["atom_symbol","science","physics","chemistry","atheist"],Nye=["om","hinduism","buddhism","sikhism","jainism","aumkara","hindu","omkara","pranava","religion","symbol"],Pye=["star_of_david","judaism","jew","jewish","magen","religion"],Cye=["wheel_of_dharma","hinduism","buddhism","sikhism","jainism","buddhist","helm","religion"],Iye=["yin_yang","balance","religion","tao","taoist"],Dye=["latin_cross","christianity","christian","religion"],Eye=["orthodox_cross","suppedaneum","religion","christian"],xye=["star_and_crescent","islam","muslim","religion"],Rye=["peace_symbol","hippie","sign"],Aye=["menorah","hanukkah","candles","jewish","branches","candelabrum","candlestick","chanukiah","nine","religion"],Mye=["dotted_six_pointed_star","purple-square","religion","jewish","hexagram","dot","fortune","middle"],Oye=["aries","sign","purple-square","zodiac","astrology","ram"],Lye=["taurus","purple-square","sign","zodiac","astrology","bull","ox"],zye=["gemini","sign","zodiac","purple-square","astrology","twins"],_ye=["cancer","sign","zodiac","purple-square","astrology","crab"],Bye=["leo","sign","purple-square","zodiac","astrology","lion"],Hye=["virgo","sign","zodiac","purple-square","astrology","maiden","virgin"],Vye=["libra","sign","purple-square","zodiac","astrology","balance","justice","scales"],Uye=["scorpio","sign","zodiac","purple-square","astrology","scorpion","scorpius"],Kye=["sagittarius","sign","zodiac","purple-square","astrology","archer"],qye=["capricorn","sign","zodiac","purple-square","astrology","goat"],jye=["aquarius","sign","purple-square","zodiac","astrology","bearer","water"],Wye=["pisces","purple-square","sign","zodiac","astrology","fish"],Yye=["ophiuchus","sign","purple-square","constellation","astrology","bearer","serpent","snake","zodiac"],Gye=["shuffle_tracks_button","blue-square","shuffle","music","random","arrow","arrows","crossed","rightwards","symbol","twisted","merge"],$ye=["repeat_button","loop","record","arrow","arrows","circle","clockwise","leftwards","open","retweet","rightwards","symbol"],Xye=["repeat_single_button","blue-square","loop","arrow","arrows","circle","circled","clockwise","leftwards","number","once","one","open","overlay","rightwards","symbol","track"],Qye=["play_button","blue-square","right","direction","play","arrow","black","forward","pointing","right\xA0triangle","triangle"],Zye=["fast_forward_button","blue-square","play","speed","continue","arrow","black","double","pointing","right","symbol","triangle"],Jye=["next_track_button","forward","next","blue-square","arrow","bar","black","double","pointing","right","scene","skip","symbol","triangle","vertical"],ebe=["play_or_pause_button","blue-square","play","pause","arrow","bar","black","double","play/pause","pointing","right","symbol","triangle","vertical"],tbe=["reverse_button","blue-square","left","direction","arrow","backward","black","pointing","triangle"],nbe=["fast_reverse_button","play","blue-square","arrow","black","double","left","pointing","rewind","symbol","triangle","revert"],abe=["last_track_button","backward","arrow","bar","black","double","left","pointing","previous","scene","skip","symbol","triangle","vertical"],obe=["upwards_button","blue-square","triangle","direction","point","forward","top","arrow","pointing","red","small","up"],rbe=["fast_up_button","blue-square","direction","top","arrow","black","double","pointing","triangle"],ibe=["downwards_button","blue-square","direction","bottom","arrow","down","pointing","red","small","triangle"],sbe=["fast_down_button","blue-square","direction","bottom","arrow","black","double","pointing","triangle"],lbe=["pause_button","pause","blue-square","bar","double","symbol","vertical"],cbe=["stop_button","blue-square","black","for","square","symbol"],dbe=["record_button","blue-square","black","circle","for","symbol"],ube=["eject_button","blue-square","symbol"],pbe=["cinema","blue-square","record","film","movie","curtain","stage","theater","activity","camera","entertainment","movies","screen","symbol"],mbe=["dim_button","sun","afternoon","warm","summer","brightness","decrease","low","symbol"],gbe=["bright_button","sun","light","brightness","high","increase","symbol"],fbe=["antenna_bars","blue-square","reception","phone","internet","connection","wifi","bluetooth","bars","bar","cell","cellular","communication","mobile","signal","stairs","strength","telephone"],hbe=["vibration_mode","orange-square","phone","cell","communication","heart","mobile","silent","telephone"],vbe=["mobile_phone_off","mute","orange-square","silence","quiet","cell","communication","telephone"],ybe=["female_sign","woman","women","lady","girl","symbol","venus"],bbe=["male_sign","man","boy","men","mars","symbol"],wbe=["medical_symbol","health","hospital","aesculapius","asclepius","asklepios","care","doctor","medicine","rod","snake","staff"],Tbe=["infinity","forever","paper","permanent","sign","unbounded","universal"],Sbe=["recycling_symbol","arrow","environment","garbage","trash","black","green","logo","recycle","universal","reuse"],kbe=["fleur_de_lis","decorative","scout","new","orleans","saints","scouts"],Fbe=["trident_emblem","weapon","spear","anchor","pitchfork","ship","tool"],Nbe=["name_badge","fire","forbid","tag","tofu"],Pbe=["japanese_symbol_for_beginner","badge","shield","chevron","green","leaf","mark","shoshinsha","tool","yellow"],Cbe=["hollow_red_circle","circle","round","correct","heavy","large","mark","o"],Ibe=["check_mark_button","green-square","ok","agree","vote","election","answer","tick","green","heavy","symbol","white","pass_tests"],Dbe=["check_box_with_check","ok","agree","confirm","black-square","vote","election","yes","tick","ballot","checkbox","mark"],Ebe=["check_mark","ok","nike","answer","yes","tick","heavy"],xbe=["multiplication_sign","math","calculation","cancel","heavy","multiply","symbol","x"],Rbe=["cross_mark","no","delete","remove","cancel","red","multiplication","multiply","x"],Abe=["cross_mark_button","x","green-square","no","deny","negative","square","squared"],Mbe=["plus_sign","math","calculation","addition","more","increase","heavy","symbol","add"],Obe=["minus_sign","math","calculation","subtract","less","heavy","symbol","remove"],Lbe=["division_sign","divide","math","calculation","heavy","symbol"],zbe=["curly_loop","scribble","draw","shape","squiggle","curl","curling"],_be=["double_curly_loop","tape","cassette","curl","curling","voicemail"],Bbe=["part_alternation_mark","graph","presentation","stats","business","economics","bad","m","mcdonald\u2019s"],Hbe=["eight_spoked_asterisk","star","sparkle","green-square"],Vbe=["eight_pointed_star","orange-square","shape","polygon","black","orange"],Ube=["sparkle","stars","green-square","awesome","good","fireworks"],Kbe=["double_exclamation_mark","exclamation","surprise","bangbang","punctuation","red"],qbe=["exclamation_question_mark","wat","punctuation","surprise","interrobang","red"],jbe=["question_mark","doubt","confused","black","ornament","punctuation","red"],Wbe=["white_question_mark","doubts","gray","huh","confused","grey","ornament","outlined","punctuation"],Ybe=["white_exclamation_mark","surprise","punctuation","gray","wow","warning","grey","ornament","outlined"],Gbe=["exclamation_mark","heavy_exclamation_mark","danger","surprise","punctuation","wow","warning","bang","red","symbol"],$be=["wavy_dash","draw","line","moustache","mustache","squiggle","scribble","punctuation","wave"],Xbe=["copyright","ip","license","circle","law","legal","c","sign"],Qbe=["registered","alphabet","circle","r","sign"],Zbe=["trade_mark","trademark","brand","law","legal","sign","tm"],Jbe=["keycap_","symbol","blue-square","twitter","hash","hashtag","key","number","octothorpe","pound","sign"],ewe=["keycap_","star","keycap","asterisk"],twe=["keycap_0","0","numbers","blue-square","null","zero","digit"],nwe=["keycap_1","blue-square","numbers","1","one","digit"],awe=["keycap_2","numbers","2","prime","blue-square","two","digit"],owe=["keycap_3","3","numbers","prime","blue-square","three","digit"],rwe=["keycap_4","4","numbers","blue-square","four","digit"],iwe=["keycap_5","5","numbers","blue-square","prime","five","digit"],swe=["keycap_6","6","numbers","blue-square","six","digit"],lwe=["keycap_7","7","numbers","blue-square","prime","seven","digit"],cwe=["keycap_8","8","blue-square","numbers","eight","digit"],dwe=["keycap_9","blue-square","numbers","9","nine","digit"],uwe=["keycap_10","numbers","10","blue-square","ten","number"],pwe=["input_latin_uppercase","alphabet","words","letters","uppercase","blue-square","abcd","capital","for","symbol"],mwe=["input_latin_lowercase","blue-square","letters","lowercase","alphabet","abcd","for","small","symbol"],gwe=["input_numbers","numbers","blue-square","1234","1","2","3","4","for","numeric","symbol"],fwe=["input_symbols","blue-square","music","note","ampersand","percent","glyphs","characters","for","symbol","symbol\xA0input"],hwe=["input_latin_letters","blue-square","alphabet","abc","for","symbol"],vwe=["a_button","red-square","alphabet","letter","blood","capital","latin","negative","squared","type"],ywe=["ab_button","red-square","alphabet","blood","negative","squared","type"],bwe=["b_button","red-square","alphabet","letter","blood","capital","latin","negative","squared","type"],wwe=["cl_button","alphabet","words","red-square","clear","sign","squared"],Twe=["cool_button","words","blue-square","sign","square","squared"],Swe=["free_button","blue-square","words","sign","squared"],kwe=["information","blue-square","alphabet","letter","i","info","lowercase","source","tourist"],Fwe=["id_button","purple-square","words","identification","identity","sign","squared"],Nwe=["circled_m","alphabet","blue-circle","letter","capital","circle","latin","metro"],Pwe=["new_button","blue-square","words","start","fresh","sign","squared"],Cwe=["ng_button","blue-square","words","shape","icon","blooper","good","no","sign","squared"],Iwe=["o_button","alphabet","red-square","letter","blood","capital","latin","negative","o2","squared","type"],Dwe=["ok_button","good","agree","yes","blue-square","okay","sign","square","squared"],Ewe=["p_button","cars","blue-square","alphabet","letter","capital","latin","negative","parking","sign","squared"],xwe=["sos_button","help","red-square","words","emergency","911","distress","sign","signal","squared"],Rwe=["up_button","blue-square","above","high","exclamation","level","mark","sign","squared","up!"],Awe=["vs_button","words","orange-square","squared","versus"],Mwe=["japanese_here_button","blue-square","here","katakana","japanese","destination","koko","meaning","sign","squared","word","\u201Chere\u201D"],Owe=["japanese_service_charge_button","japanese","blue-square","katakana","charge\u201D","meaning","or","sa","sign","squared","\u201Cservice","\u201Cservice\u201D"],Lwe=["japanese_monthly_amount_button","chinese","month","moon","japanese","orange-square","kanji","amount\u201D","cjk","ideograph","meaning","radical","sign","squared","u6708","unified","\u201Cmonthly"],zwe=["japanese_not_free_of_charge_button","orange-square","chinese","have","kanji","charge\u201D","cjk","exist","ideograph","meaning","own","sign","squared","u6709","unified","\u201Cnot"],_we=["japanese_reserved_button","chinese","point","green-square","kanji","cjk","finger","ideograph","meaning","sign","squared","u6307","unified","\u201Creserved\u201D"],Bwe=["japanese_bargain_button","chinese","kanji","obtain","get","circle","acquire","advantage","circled","ideograph","meaning","sign","\u201Cbargain\u201D"],Hwe=["japanese_discount_button","cut","divide","chinese","kanji","pink-square","bargain","cjk","ideograph","meaning","sale","sign","squared","u5272","unified","\u201Cdiscount\u201D"],Vwe=["japanese_free_of_charge_button","nothing","chinese","kanji","japanese","orange-square","charge\u201D","cjk","ideograph","lacking","meaning","negation","sign","squared","u7121","unified","\u201Cfree"],Uwe=["japanese_prohibited_button","kanji","japanese","chinese","forbidden","limit","restricted","red-square","cjk","forbid","ideograph","meaning","prohibit","sign","squared","u7981","unified","\u201Cprohibited\u201D"],Kwe=["japanese_acceptable_button","ok","good","chinese","kanji","agree","yes","orange-circle","accept","circled","ideograph","meaning","sign","\u201Cacceptable\u201D"],qwe=["japanese_application_button","chinese","japanese","kanji","orange-square","apply","cjk","form","ideograph","meaning","monkey","request","sign","squared","u7533","unified","\u201Capplication\u201D"],jwe=["japanese_passing_grade_button","japanese","chinese","join","kanji","red-square","agreement","cjk","grade\u201D","ideograph","meaning","sign","squared","together","u5408","unified","\u201Cpassing"],Wwe=["japanese_vacancy_button","kanji","japanese","chinese","empty","sky","blue-square","7a7a","available","cjk","ideograph","meaning","sign","squared","u7a7a","unified","\u201Cvacancy\u201D"],Ywe=["japanese_congratulations_button","chinese","kanji","japanese","red-circle","circled","congratulate","congratulation","ideograph","meaning","sign","\u201Ccongratulations\u201D"],Gwe=["japanese_secret_button","privacy","chinese","sshh","kanji","red-circle","circled","ideograph","meaning","sign","\u201Csecret\u201D"],$we=["japanese_open_for_business_button","japanese","opening hours","orange-square","55b6","business\u201D","chinese","cjk","ideograph","meaning","operating","sign","squared","u55b6","unified","work","\u201Copen"],Xwe=["japanese_no_vacancy_button","full","chinese","japanese","red-square","kanji","6e80","cjk","fullness","ideograph","meaning","sign","squared","u6e80","unified","vacancy\u201D","\u201Cfull;","\u201Cno"],Qwe=["red_circle","shape","error","danger","geometric","large"],Zwe=["orange_circle","round","geometric","large"],Jwe=["yellow_circle","round","geometric","large"],eTe=["green_circle","round","geometric","large"],tTe=["blue_circle","shape","icon","button","geometric","large"],nTe=["purple_circle","round","geometric","large"],aTe=["brown_circle","round","geometric","large"],oTe=["black_circle","shape","button","round","geometric","medium"],rTe=["white_circle","shape","round","geometric","medium"],iTe=["red_square","card","geometric","large"],sTe=["orange_square","geometric","large"],lTe=["yellow_square","card","geometric","large"],cTe=["green_square","geometric","large"],dTe=["blue_square","geometric","large"],uTe=["purple_square","geometric","large"],pTe=["brown_square","geometric","large"],mTe=["black_large_square","shape","icon","button","geometric"],gTe=["white_large_square","shape","icon","stone","button","geometric"],fTe=["black_medium_square","shape","button","icon","geometric"],hTe=["white_medium_square","shape","stone","icon","geometric"],vTe=["black_medium_small_square","icon","shape","button","geometric"],yTe=["white_medium_small_square","shape","stone","icon","button","geometric"],bTe=["black_small_square","shape","icon","geometric"],wTe=["white_small_square","shape","icon","geometric"],TTe=["large_orange_diamond","shape","jewel","gem","geometric"],STe=["large_blue_diamond","shape","jewel","gem","geometric"],kTe=["small_orange_diamond","shape","jewel","gem","geometric"],FTe=["small_blue_diamond","shape","jewel","gem","geometric"],NTe=["red_triangle_pointed_up","shape","direction","up","top","geometric","pointing","small"],PTe=["red_triangle_pointed_down","shape","direction","bottom","geometric","pointing","small"],CTe=["diamond_with_a_dot","jewel","blue","gem","crystal","fancy","comic","cuteness","flower","geometric","inside","kawaii","shape"],ITe=["radio_button","input","old","music","circle","geometric"],DTe=["white_square_button","shape","input","geometric","outlined"],ETe=["black_square_button","shape","input","frame","geometric"],xTe=["chequered_flag","contest","finishline","race","gokart","checkered","finish","girl","grid","milestone","racing"],RTe=["triangular_flag","mark","milestone","place","pole","post","red","flag"],ATe=["crossed_flags","japanese","nation","country","border","activity","celebration","cross","flag","two"],MTe=["black_flag","pirate","waving"],OTe=["white_flag","losing","loser","lost","surrender","give up","fail","waving"],LTe=["rainbow_flag","flag","rainbow","pride","gay","lgbt","queer","homosexual","lesbian","bisexual"],zTe=["pirate_flag","skull","crossbones","flag","banner","jolly","plunder","roger","treasure"],_Te=["flag_ascension_island"],BTe=["flag_andorra","ad","flag","nation","country","banner","andorra","andorran"],HTe=["flag_united_arab_emirates","united","arab","emirates","flag","nation","country","banner","united_arab_emirates","emirati","uae"],VTe=["flag_afghanistan","af","flag","nation","country","banner","afghanistan","afghan"],UTe=["flag_antigua_barbuda","antigua","barbuda","flag","nation","country","banner","antigua_barbuda"],KTe=["flag_anguilla","ai","flag","nation","country","banner","anguilla","anguillan"],qTe=["flag_albania","al","flag","nation","country","banner","albania","albanian"],jTe=["flag_armenia","am","flag","nation","country","banner","armenia","armenian"],WTe=["flag_angola","ao","flag","nation","country","banner","angola","angolan"],YTe=["flag_antarctica","aq","flag","nation","country","banner","antarctica","antarctic"],GTe=["flag_argentina","ar","flag","nation","country","banner","argentina","argentinian"],$Te=["flag_american_samoa","american","ws","flag","nation","country","banner","american_samoa","samoan"],XTe=["flag_austria","at","flag","nation","country","banner","austria","austrian"],QTe=["flag_australia","au","flag","nation","country","banner","australia","aussie","australian","heard","mcdonald"],ZTe=["flag_aruba","aw","flag","nation","country","banner","aruba","aruban"],JTe=["flag_aland_islands","\xC5land","islands","flag","nation","country","banner","aland_islands"],eSe=["flag_azerbaijan","az","flag","nation","country","banner","azerbaijan","azerbaijani"],tSe=["flag_bosnia_herzegovina","bosnia","herzegovina","flag","nation","country","banner","bosnia_herzegovina"],nSe=["flag_barbados","bb","flag","nation","country","banner","barbados","bajan","barbadian"],aSe=["flag_bangladesh","bd","flag","nation","country","banner","bangladesh","bangladeshi"],oSe=["flag_belgium","be","flag","nation","country","banner","belgium","belgian"],rSe=["flag_burkina_faso","burkina","faso","flag","nation","country","banner","burkina_faso","burkinabe"],iSe=["flag_bulgaria","bg","flag","nation","country","banner","bulgaria","bulgarian"],sSe=["flag_bahrain","bh","flag","nation","country","banner","bahrain","bahrainian","bahrani"],lSe=["flag_burundi","bi","flag","nation","country","banner","burundi","burundian"],cSe=["flag_benin","bj","flag","nation","country","banner","benin","beninese"],dSe=["flag_st_barthelemy","saint","barth\xE9lemy","flag","nation","country","banner","st_barthelemy","st."],uSe=["flag_bermuda","bm","flag","nation","country","banner","bermuda","bermudan\xA0flag"],pSe=["flag_brunei","bn","darussalam","flag","nation","country","banner","brunei","bruneian"],mSe=["flag_bolivia","bo","flag","nation","country","banner","bolivia","bolivian"],gSe=["flag_caribbean_netherlands","bonaire","flag","nation","country","banner","caribbean_netherlands","eustatius","saba","sint"],fSe=["flag_brazil","br","flag","nation","country","banner","brazil","brasil","brazilian","for"],hSe=["flag_bahamas","bs","flag","nation","country","banner","bahamas","bahamian"],vSe=["flag_bhutan","bt","flag","nation","country","banner","bhutan","bhutanese"],ySe=["flag_bouvet_island","norway"],bSe=["flag_botswana","bw","flag","nation","country","banner","botswana","batswana"],wSe=["flag_belarus","by","flag","nation","country","banner","belarus","belarusian"],TSe=["flag_belize","bz","flag","nation","country","banner","belize","belizean"],SSe=["flag_canada","ca","flag","nation","country","banner","canada","canadian"],kSe=["flag_cocos_islands","cocos","keeling","islands","flag","nation","country","banner","cocos_islands","island"],FSe=["flag_congo_kinshasa","congo","democratic","republic","flag","nation","country","banner","congo_kinshasa","drc"],NSe=["flag_central_african_republic","central","african","republic","flag","nation","country","banner","central_african_republic"],PSe=["flag_congo_brazzaville","congo","flag","nation","country","banner","congo_brazzaville","republic"],CSe=["flag_switzerland","ch","flag","nation","country","banner","switzerland","cross","red","swiss"],ISe=["flag_cote_d_ivoire","ivory","coast","flag","nation","country","banner","cote_d_ivoire","c\xF4te","divoire","d\u2019ivoire"],DSe=["flag_cook_islands","cook","islands","flag","nation","country","banner","cook_islands","island","islander"],ESe=["flag_chile","flag","nation","country","banner","chile","chilean"],xSe=["flag_cameroon","cm","flag","nation","country","banner","cameroon","cameroonian"],RSe=["flag_china","china","chinese","prc","flag","country","nation","banner","cn","indicator","letters","regional","symbol"],ASe=["flag_colombia","co","flag","nation","country","banner","colombia","colombian"],MSe=["flag_clipperton_island"],OSe=["flag_costa_rica","costa","rica","flag","nation","country","banner","costa_rica","rican"],LSe=["flag_cuba","cu","flag","nation","country","banner","cuba","cuban"],zSe=["flag_cape_verde","cabo","verde","flag","nation","country","banner","cape_verde","verdian"],_Se=["flag_curacao","cura\xE7ao","flag","nation","country","banner","curacao","antilles","cura\xE7aoan"],BSe=["flag_christmas_island","christmas","island","flag","nation","country","banner","christmas_island"],HSe=["flag_cyprus","cy","flag","nation","country","banner","cyprus","cypriot"],VSe=["flag_czechia","cz","flag","nation","country","banner","czechia","czech","republic"],USe=["flag_germany","german","nation","flag","country","banner","germany","de","deutsch","indicator","letters","regional","symbol"],KSe=["flag_diego_garcia"],qSe=["flag_djibouti","dj","flag","nation","country","banner","djibouti","djiboutian"],jSe=["flag_denmark","dk","flag","nation","country","banner","denmark","danish"],WSe=["flag_dominica","dm","flag","nation","country","banner","dominica"],YSe=["flag_dominican_republic","dominican","republic","flag","nation","country","banner","dominican_republic","dom","rep"],GSe=["flag_algeria","dz","flag","nation","country","banner","algeria","algerian"],$Se=["flag_ceuta_melilla"],XSe=["flag_ecuador","ec","flag","nation","country","banner","ecuador","ecuadorian"],QSe=["flag_estonia","ee","flag","nation","country","banner","estonia","estonian"],ZSe=["flag_egypt","eg","flag","nation","country","banner","egypt","egyptian"],JSe=["flag_western_sahara","western","sahara","flag","nation","country","banner","western_sahara","saharan","west"],eke=["flag_eritrea","er","flag","nation","country","banner","eritrea","eritrean"],tke=["flag_spain","spain","flag","nation","country","banner","ceuta","es","indicator","letters","melilla","regional","spanish","symbol"],nke=["flag_ethiopia","et","flag","nation","country","banner","ethiopia","ethiopian"],ake=["flag_european_union","european","union","flag","banner","eu"],oke=["flag_finland","fi","flag","nation","country","banner","finland","finnish"],rke=["flag_fiji","fj","flag","nation","country","banner","fiji","fijian"],ike=["flag_falkland_islands","falkland","islands","malvinas","flag","nation","country","banner","falkland_islands","falklander","falklands","island","islas"],ske=["flag_micronesia","micronesia","federated","states","flag","nation","country","banner","micronesian"],lke=["flag_faroe_islands","faroe","islands","flag","nation","country","banner","faroe_islands","island","islander"],cke=["flag_france","banner","flag","nation","france","french","country","clipperton","fr","indicator","island","letters","martin","regional","saint","st.","symbol"],dke=["flag_gabon","ga","flag","nation","country","banner","gabon","gabonese"],uke=["flag_united_kingdom","united","kingdom","great","britain","northern","ireland","flag","nation","country","banner","british","UK","english","england","union jack","united_kingdom","cornwall","gb","scotland","wales"],pke=["flag_grenada","gd","flag","nation","country","banner","grenada","grenadian"],mke=["flag_georgia","ge","flag","nation","country","banner","georgia","georgian"],gke=["flag_french_guiana","french","guiana","flag","nation","country","banner","french_guiana","guinean"],fke=["flag_guernsey","gg","flag","nation","country","banner","guernsey"],hke=["flag_ghana","gh","flag","nation","country","banner","ghana","ghanaian"],vke=["flag_gibraltar","gi","flag","nation","country","banner","gibraltar","gibraltarian"],yke=["flag_greenland","gl","flag","nation","country","banner","greenland","greenlandic"],bke=["flag_gambia","gm","flag","nation","country","banner","gambia","gambian\xA0flag"],wke=["flag_guinea","gn","flag","nation","country","banner","guinea","guinean"],Tke=["flag_guadeloupe","gp","flag","nation","country","banner","guadeloupe","guadeloupean"],Ske=["flag_equatorial_guinea","equatorial","gn","flag","nation","country","banner","equatorial_guinea","equatoguinean","guinean"],kke=["flag_greece","gr","flag","nation","country","banner","greece","greek"],Fke=["flag_south_georgia_south_sandwich_islands","south","georgia","sandwich","islands","flag","nation","country","banner","south_georgia_south_sandwich_islands","island"],Nke=["flag_guatemala","gt","flag","nation","country","banner","guatemala","guatemalan"],Pke=["flag_guam","gu","flag","nation","country","banner","guam","chamorro","guamanian"],Cke=["flag_guinea_bissau","gw","bissau","flag","nation","country","banner","guinea_bissau"],Ike=["flag_guyana","gy","flag","nation","country","banner","guyana","guyanese"],Dke=["flag_hong_kong_sar_china","hong","kong","flag","nation","country","banner","hong_kong_sar_china"],Eke=["flag_heard_mcdonald_islands"],xke=["flag_honduras","hn","flag","nation","country","banner","honduras","honduran"],Rke=["flag_croatia","hr","flag","nation","country","banner","croatia","croatian"],Ake=["flag_haiti","ht","flag","nation","country","banner","haiti","haitian"],Mke=["flag_hungary","hu","flag","nation","country","banner","hungary","hungarian"],Oke=["flag_canary_islands","canary","islands","flag","nation","country","banner","canary_islands","island"],Lke=["flag_indonesia","flag","nation","country","banner","indonesia","indonesian"],zke=["flag_ireland","ie","flag","nation","country","banner","ireland","irish\xA0flag"],_ke=["flag_israel","il","flag","nation","country","banner","israel","israeli"],Bke=["flag_isle_of_man","isle","man","flag","nation","country","banner","isle_of_man","manx"],Hke=["flag_india","in","flag","nation","country","banner","india","indian"],Vke=["flag_british_indian_ocean_territory","british","indian","ocean","territory","flag","nation","country","banner","british_indian_ocean_territory","chagos","diego","garcia","island"],Uke=["flag_iraq","iq","flag","nation","country","banner","iraq","iraqi"],Kke=["flag_iran","iran","islamic","republic","flag","nation","country","banner","iranian\xA0flag"],qke=["flag_iceland","is","flag","nation","country","banner","iceland","icelandic"],jke=["flag_italy","italy","flag","nation","country","banner","indicator","italian","letters","regional","symbol"],Wke=["flag_jersey","je","flag","nation","country","banner","jersey"],Yke=["flag_jamaica","jm","flag","nation","country","banner","jamaica","jamaican\xA0flag"],Gke=["flag_jordan","jo","flag","nation","country","banner","jordan","jordanian"],$ke=["flag_japan","japanese","nation","flag","country","banner","japan","jp","ja","indicator","letters","regional","symbol"],Xke=["flag_kenya","ke","flag","nation","country","banner","kenya","kenyan"],Qke=["flag_kyrgyzstan","kg","flag","nation","country","banner","kyrgyzstan","kyrgyzstani"],Zke=["flag_cambodia","kh","flag","nation","country","banner","cambodia","cambodian"],Jke=["flag_kiribati","ki","flag","nation","country","banner","kiribati","i"],eFe=["flag_comoros","km","flag","nation","country","banner","comoros","comoran"],tFe=["flag_st_kitts_nevis","saint","kitts","nevis","flag","nation","country","banner","st_kitts_nevis","st."],nFe=["flag_north_korea","north","korea","nation","flag","country","banner","north_korea","korean"],aFe=["flag_south_korea","south","korea","nation","flag","country","banner","south_korea","indicator","korean","kr","letters","regional","symbol"],oFe=["flag_kuwait","kw","flag","nation","country","banner","kuwait","kuwaiti"],rFe=["flag_cayman_islands","cayman","islands","flag","nation","country","banner","cayman_islands","caymanian","island"],iFe=["flag_kazakhstan","kz","flag","nation","country","banner","kazakhstan","kazakh","kazakhstani"],sFe=["flag_laos","lao","democratic","republic","flag","nation","country","banner","laos","laotian"],lFe=["flag_lebanon","lb","flag","nation","country","banner","lebanon","lebanese"],cFe=["flag_st_lucia","saint","lucia","flag","nation","country","banner","st_lucia","st."],dFe=["flag_liechtenstein","li","flag","nation","country","banner","liechtenstein","liechtensteiner"],uFe=["flag_sri_lanka","sri","lanka","flag","nation","country","banner","sri_lanka","lankan"],pFe=["flag_liberia","lr","flag","nation","country","banner","liberia","liberian"],mFe=["flag_lesotho","ls","flag","nation","country","banner","lesotho","basotho"],gFe=["flag_lithuania","lt","flag","nation","country","banner","lithuania","lithuanian"],fFe=["flag_luxembourg","lu","flag","nation","country","banner","luxembourg","luxembourger"],hFe=["flag_latvia","lv","flag","nation","country","banner","latvia","latvian"],vFe=["flag_libya","ly","flag","nation","country","banner","libya","libyan"],yFe=["flag_morocco","ma","flag","nation","country","banner","morocco","moroccan"],bFe=["flag_monaco","mc","flag","nation","country","banner","monaco","mon\xE9gasque"],wFe=["flag_moldova","moldova","republic","flag","nation","country","banner","moldovan"],TFe=["flag_montenegro","me","flag","nation","country","banner","montenegro","montenegrin"],SFe=["flag_st_martin","st."],kFe=["flag_madagascar","mg","flag","nation","country","banner","madagascar","madagascan"],FFe=["flag_marshall_islands","marshall","islands","flag","nation","country","banner","marshall_islands","island","marshallese"],NFe=["flag_north_macedonia","macedonia","flag","nation","country","banner","north_macedonia","macedonian"],PFe=["flag_mali","ml","flag","nation","country","banner","mali","malian"],CFe=["flag_myanmar","mm","flag","nation","country","banner","myanmar","burma","burmese","for","myanmarese\xA0flag"],IFe=["flag_mongolia","mn","flag","nation","country","banner","mongolia","mongolian"],DFe=["flag_macao_sar_china","macao","flag","nation","country","banner","macao_sar_china","macanese\xA0flag","macau"],EFe=["flag_northern_mariana_islands","northern","mariana","islands","flag","nation","country","banner","northern_mariana_islands","island","micronesian","north"],xFe=["flag_martinique","mq","flag","nation","country","banner","martinique","martiniquais\xA0flag","of\xA0martinique","snake"],RFe=["flag_mauritania","mr","flag","nation","country","banner","mauritania","mauritanian"],AFe=["flag_montserrat","ms","flag","nation","country","banner","montserrat","montserratian"],MFe=["flag_malta","mt","flag","nation","country","banner","malta","maltese"],OFe=["flag_mauritius","mu","flag","nation","country","banner","mauritius","mauritian"],LFe=["flag_maldives","mv","flag","nation","country","banner","maldives","maldivian"],zFe=["flag_malawi","mw","flag","nation","country","banner","malawi","malawian\xA0flag"],_Fe=["flag_mexico","mx","flag","nation","country","banner","mexico","mexican"],BFe=["flag_malaysia","my","flag","nation","country","banner","malaysia","malaysian"],HFe=["flag_mozambique","mz","flag","nation","country","banner","mozambique","mozambican"],VFe=["flag_namibia","na","flag","nation","country","banner","namibia","namibian"],UFe=["flag_new_caledonia","new","caledonia","flag","nation","country","banner","new_caledonia","caledonian"],KFe=["flag_niger","ne","flag","nation","country","banner","niger","nigerien\xA0flag"],qFe=["flag_norfolk_island","norfolk","island","flag","nation","country","banner","norfolk_island"],jFe=["flag_nigeria","flag","nation","country","banner","nigeria","nigerian"],WFe=["flag_nicaragua","ni","flag","nation","country","banner","nicaragua","nicaraguan"],YFe=["flag_netherlands","nl","flag","nation","country","banner","netherlands","dutch"],GFe=["flag_norway","no","flag","nation","country","banner","norway","bouvet","jan","mayen","norwegian","svalbard"],$Fe=["flag_nepal","np","flag","nation","country","banner","nepal","nepalese"],XFe=["flag_nauru","nr","flag","nation","country","banner","nauru","nauruan"],QFe=["flag_niue","nu","flag","nation","country","banner","niue","niuean"],ZFe=["flag_new_zealand","new","zealand","flag","nation","country","banner","new_zealand","kiwi"],JFe=["flag_oman","om_symbol","flag","nation","country","banner","oman","omani"],eNe=["flag_panama","pa","flag","nation","country","banner","panama","panamanian"],tNe=["flag_peru","pe","flag","nation","country","banner","peru","peruvian"],nNe=["flag_french_polynesia","french","polynesia","flag","nation","country","banner","french_polynesia","polynesian"],aNe=["flag_papua_new_guinea","papua","new","guinea","flag","nation","country","banner","papua_new_guinea","guinean","png"],oNe=["flag_philippines","ph","flag","nation","country","banner","philippines"],rNe=["flag_pakistan","pk","flag","nation","country","banner","pakistan","pakistani"],iNe=["flag_poland","pl","flag","nation","country","banner","poland","polish"],sNe=["flag_st_pierre_miquelon","saint","pierre","miquelon","flag","nation","country","banner","st_pierre_miquelon","st."],lNe=["flag_pitcairn_islands","pitcairn","flag","nation","country","banner","pitcairn_islands","island"],cNe=["flag_puerto_rico","puerto","rico","flag","nation","country","banner","puerto_rico","rican"],dNe=["flag_palestinian_territories","palestine","palestinian","territories","flag","nation","country","banner","palestinian_territories"],uNe=["flag_portugal","pt","flag","nation","country","banner","portugal","portugese"],pNe=["flag_palau","pw","flag","nation","country","banner","palau","palauan"],mNe=["flag_paraguay","py","flag","nation","country","banner","paraguay","paraguayan"],gNe=["flag_qatar","qa","flag","nation","country","banner","qatar","qatari"],fNe=["flag_reunion","r\xE9union","flag","nation","country","banner","reunion","r\xE9unionnais"],hNe=["flag_romania","ro","flag","nation","country","banner","romania","romanian"],vNe=["flag_sark","cq","flag","banner"],yNe=["flag_serbia","rs","flag","nation","country","banner","serbia","serbian\xA0flag"],bNe=["flag_russia","russian","federation","flag","nation","country","banner","russia","indicator","letters","regional","ru","symbol"],wNe=["flag_rwanda","rw","flag","nation","country","banner","rwanda","rwandan"],TNe=["flag_saudi_arabia","flag","nation","country","banner","saudi_arabia","arabian\xA0flag"],SNe=["flag_solomon_islands","solomon","islands","flag","nation","country","banner","solomon_islands","island","islander\xA0flag"],kNe=["flag_seychelles","sc","flag","nation","country","banner","seychelles","seychellois\xA0flag"],FNe=["flag_sudan","sd","flag","nation","country","banner","sudan","sudanese"],NNe=["flag_sweden","se","flag","nation","country","banner","sweden","swedish"],PNe=["flag_singapore","sg","flag","nation","country","banner","singapore","singaporean"],CNe=["flag_st_helena","saint","helena","ascension","tristan","cunha","flag","nation","country","banner","st_helena","st."],INe=["flag_slovenia","si","flag","nation","country","banner","slovenia","slovenian"],DNe=["flag_svalbard_jan_mayen"],ENe=["flag_slovakia","sk","flag","nation","country","banner","slovakia","slovakian","slovak\xA0flag"],xNe=["flag_sierra_leone","sierra","leone","flag","nation","country","banner","sierra_leone","leonean"],RNe=["flag_san_marino","san","marino","flag","nation","country","banner","san_marino","sammarinese"],ANe=["flag_senegal","sn","flag","nation","country","banner","senegal","sengalese"],MNe=["flag_somalia","so","flag","nation","country","banner","somalia","somalian\xA0flag"],ONe=["flag_suriname","sr","flag","nation","country","banner","suriname","surinamer"],LNe=["flag_south_sudan","south","sd","flag","nation","country","banner","south_sudan","sudanese\xA0flag"],zNe=["flag_sao_tome_principe","sao","tome","principe","flag","nation","country","banner","sao_tome_principe","pr\xEDncipe","s\xE3o","tom\xE9"],_Ne=["flag_el_salvador","el","salvador","flag","nation","country","banner","el_salvador","salvadoran"],BNe=["flag_sint_maarten","sint","maarten","dutch","flag","nation","country","banner","sint_maarten"],HNe=["flag_syria","syrian","arab","republic","flag","nation","country","banner","syria"],VNe=["flag_eswatini","sz","flag","nation","country","banner","eswatini","swaziland"],UNe=["flag_tristan_da_cunha"],KNe=["flag_turks_caicos_islands","turks","caicos","islands","flag","nation","country","banner","turks_caicos_islands","island"],qNe=["flag_chad","td","flag","nation","country","banner","chad","chadian"],jNe=["flag_french_southern_territories","french","southern","territories","flag","nation","country","banner","french_southern_territories","antarctic","lands"],WNe=["flag_togo","tg","flag","nation","country","banner","togo","togolese"],YNe=["flag_thailand","th","flag","nation","country","banner","thailand","thai"],GNe=["flag_tajikistan","tj","flag","nation","country","banner","tajikistan","tajik"],$Ne=["flag_tokelau","tk","flag","nation","country","banner","tokelau","tokelauan"],XNe=["flag_timor_leste","timor","leste","flag","nation","country","banner","timor_leste","east","leste\xA0flag","timorese"],QNe=["flag_turkmenistan","flag","nation","country","banner","turkmenistan","turkmen"],ZNe=["flag_tunisia","tn","flag","nation","country","banner","tunisia","tunisian"],JNe=["flag_tonga","to","flag","nation","country","banner","tonga","tongan\xA0flag"],ePe=["flag_turkey","turkey","flag","nation","country","banner","tr","turkish\xA0flag","t\xFCrkiye"],tPe=["flag_trinidad_tobago","trinidad","tobago","flag","nation","country","banner","trinidad_tobago"],nPe=["flag_tuvalu","flag","nation","country","banner","tuvalu","tuvaluan"],aPe=["flag_taiwan","tw","flag","nation","country","banner","taiwan","china","taiwanese"],oPe=["flag_tanzania","tanzania","united","republic","flag","nation","country","banner","tanzanian"],rPe=["flag_ukraine","ua","flag","nation","country","banner","ukraine","ukrainian"],iPe=["flag_uganda","ug","flag","nation","country","banner","uganda","ugandan\xA0flag"],sPe=["flag_u_s_outlying_islands","u.s.","us"],lPe=["flag_united_nations","un","flag","banner"],cPe=["flag_united_states","united","states","america","flag","nation","country","banner","united_states","american","indicator","islands","letters","outlying","regional","symbol","us","usa"],dPe=["flag_uruguay","uy","flag","nation","country","banner","uruguay","uruguayan"],uPe=["flag_uzbekistan","uz","flag","nation","country","banner","uzbekistan","uzbek","uzbekistani"],pPe=["flag_vatican_city","vatican","city","flag","nation","country","banner","vatican_city","vanticanien"],mPe=["flag_st_vincent_grenadines","saint","vincent","grenadines","flag","nation","country","banner","st_vincent_grenadines","st."],gPe=["flag_venezuela","ve","bolivarian","republic","flag","nation","country","banner","venezuela","venezuelan"],fPe=["flag_british_virgin_islands","british","virgin","islands","bvi","flag","nation","country","banner","british_virgin_islands","island","islander"],hPe=["flag_u_s_virgin_islands","virgin","islands","us","flag","nation","country","banner","u_s_virgin_islands","america","island","islander","states","u.s.","united","usa"],vPe=["flag_vietnam","viet","nam","flag","nation","country","banner","vietnam","vietnamese"],yPe=["flag_vanuatu","vu","flag","nation","country","banner","vanuatu","ni","vanuatu\xA0flag"],bPe=["flag_wallis_futuna","wallis","futuna","flag","nation","country","banner","wallis_futuna"],wPe=["flag_samoa","ws","flag","nation","country","banner","samoa","samoan\xA0flag"],TPe=["flag_kosovo","xk","flag","nation","country","banner","kosovo","kosovar"],SPe=["flag_yemen","ye","flag","nation","country","banner","yemen","yemeni\xA0flag"],kPe=["flag_mayotte","yt","flag","nation","country","banner","mayotte"],FPe=["flag_south_africa","south","africa","flag","nation","country","banner","south_africa","african\xA0flag"],NPe=["flag_zambia","zm","flag","nation","country","banner","zambia","zambian"],PPe=["flag_zimbabwe","zw","flag","nation","country","banner","zimbabwe","zim","zimbabwean\xA0flag"],CPe=["flag_england","flag","english","cross","george's","st"],IPe=["flag_scotland","flag","scottish","andrew's","cross","saltire","st"],DPe=["flag_wales","flag","welsh","baner","cymru","ddraig","dragon","goch","red","y"],EPe=["smiling face with tear","sad","cry","pretend","grateful","happy","proud","relieved","smile","touched"],xPe=["disguised face","pretent","brows","glasses","moustache","disguise","incognito","nose"],RPe=["pinched fingers","size","tiny","small","che","finger","gesture","hand","interrogation","ma","purse","sarcastic","vuoi"],APe=["anatomical heart","health","heartbeat","cardiology","organ","pulse"],MPe=["lungs","breathe","breath","exhalation","inhalation","organ","respiration"],OPe=["ninja","ninjutsu","skills","japanese","fighter","hidden","stealth"],LPe=["man in tuxedo","formal","fashion","groom","male","men","person","suit","wedding"],zPe=["woman in tuxedo","formal","fashion","female","wedding","women"],_Pe=["man with veil","wedding","marriage","bride","male","men"],BPe=["woman with veil","wedding","marriage","bride","female","women"],HPe=["woman feeding baby","birth","food","bottle","child","female","infant","milk","nursing","women"],VPe=["man feeding baby","birth","food","bottle","child","infant","male","men","milk","nursing"],UPe=["person feeding baby","birth","food","bottle","child","infant","milk","nursing"],KPe=["mx claus","christmas","activity","celebration","mx.","santa"],qPe=["people hugging","care","goodbye","hello","hug","thanks"],jPe=["black cat","superstition","luck","halloween","pet","unlucky"],WPe=["bison","ox","buffalo","herd","wisent"],YPe=["mammoth","elephant","tusks","extinct","extinction","large","tusk","woolly"],GPe=["beaver","animal","rodent","dam"],$Pe=["polar bear","animal","arctic","face","white"],XPe=["dodo","animal","bird","extinct","extinction","large","mauritius","obsolete"],QPe=["feather","bird","fly","flight","light","plumage"],ZPe=["seal","animal","creature","sea","lion"],JPe=["beetle","insect","bug"],eCe=["cockroach","insect","pests","pest","roach"],tCe=["fly","insect","disease","maggot","pest","rotting"],nCe=["worm","animal","annelid","earthworm","parasite"],aCe=["potted plant","greenery","house","boring","grow","houseplant","nurturing","useless"],oCe=["blueberries","fruit","berry","bilberry","blue","blueberry"],rCe=["olive","fruit","food","olives"],iCe=["bell pepper","fruit","plant","capsicum","vegetable"],sCe=["flatbread","flour","food","bakery","arepa","bread","flat","lavash","naan","pita"],lCe=["tamale","food","masa","mexican","tamal","wrapped"],cCe=["fondue","cheese","pot","food","chocolate","melted","swiss"],dCe=["teapot","drink","hot","kettle","pot","tea"],uCe=["bubble tea","taiwan","boba","milk tea","straw","momi","pearl","tapioca"],pCe=["rock","stone","boulder","construction","heavy","solid"],mCe=["wood","nature","timber","trunk","construction","log","lumber"],gCe=["hut","house","structure","roundhouse","yurt"],fCe=["pickup truck","car","transportation","vehicle"],hCe=["roller skate","footwear","sports","derby","inline"],vCe=["magic wand","supernature","power","witch","wizard"],yCe=["pinata","mexico","candy","celebration","party","pi\xF1ata"],bCe=["nesting dolls","matryoshka","toy","doll","russia","russian"],wCe=["sewing needle","stitches","embroidery","sutures","tailoring"],TCe=["knot","rope","scout","tangled","tie","twine","twist"],SCe=["thong sandal","footwear","summer","beach","flip","flops","jandals","sandals","thongs","z\u014Dri"],kCe=["military helmet","army","protection","soldier","warrior"],FCe=["accordion","music","accordian","box","concertina","squeeze"],NCe=["long drum","music","beat","conga","djembe","rhythm"],PCe=["coin","money","currency","gold","metal","silver","treasure"],CCe=["boomerang","weapon","australia","rebound","repercussion"],ICe=["carpentry saw","cut","chop","carpenter","hand","lumber","tool"],DCe=["screwdriver","tools","screw","tool"],ECe=["hook","tools","catch","crook","curve","ensnare","fishing","point","selling","tool"],xCe=["ladder","tools","climb","rung","step","tool"],RCe=["elevator","lift","accessibility","hoist"],ACe=["mirror","reflection","reflector","speculum"],MCe=["window","scenery","air","frame","fresh","glass","opening","transparent","view"],OCe=["plunger","toilet","cup","force","plumber","suction"],LCe=["mouse trap","cheese","bait","mousetrap","rodent","snare"],zCe=["bucket","water","container","cask","pail","vat"],_Ce=["toothbrush","hygiene","dental","bathroom","brush","clean","teeth"],BCe=["headstone","death","rip","grave","cemetery","graveyard","halloween","tombstone"],HCe=["placard","announcement","demonstration","lawn","picket","post","protest","sign"],VCe=["transgender symbol","transgender","lgbtq","female","lgbt","male","pride","sign","stroke"],UCe=["transgender flag","transgender","flag","pride","lgbtq","blue","lgbt","light","pink","trans","white"],KCe=["face in clouds","shower","steam","dream","absentminded","brain","fog","forgetful","haze","head","impractical","unrealistic"],qCe=["face exhaling","relieve","relief","tired","sigh","exhale","gasp","groan","whisper","whistle"],jCe=["face with spiral eyes","sick","ill","confused","nauseous","nausea","dizzy","hypnotized","trouble","whoa"],WCe=["heart on fire","passionate","enthusiastic","burn","love","lust","sacred"],YCe=["mending heart","broken heart","bandage","wounded","bandaged","healing","healthier","improving","recovering","recuperating","unbroken","well"],GCe=["man beard","facial hair","bearded","bewhiskered","male","men"],$Ce=["woman beard","facial hair","bearded","bewhiskered","female","women"],XCe=["melting face","hot","heat","disappear","dissolve","dread","liquid","melt","sarcasm"],QCe=["face with open eyes and hand over mouth","silence","secret","shock","surprise","amazement","awe","disbelief","embarrass","gasp","scared"],ZCe=["face with peeking eye","scared","frightening","embarrassing","shy","captivated","peep","stare"],JCe=["saluting face","respect","salute","ok","sunny","troops","yes"],eIe=["dotted line face","invisible","lonely","isolation","depression","depressed","disappear","hide","introvert"],tIe=["face with diagonal mouth","skeptic","confuse","frustrated","indifferent","confused","disappointed","meh","skeptical","unsure"],nIe=["face holding back tears","touched","gratitude","cry","angry","proud","resist","sad"],aIe=["rightwards hand","palm","offer","right","rightward"],oIe=["leftwards hand","palm","offer","left","leftward"],rIe=["palm down hand","palm","drop","dismiss","shoo"],iIe=["palm up hand","lift","offer","demand","beckon","catch","come"],sIe=["hand with index finger and thumb crossed","heart","love","money","expensive","snap"],lIe=["index pointing at the viewer","you","recruit","point"],cIe=["heart hands","love","appreciation","support"],dIe=["biting lip","flirt","sexy","pain","worry","anxious","fear","flirting","nervous","uncomfortable","worried"],uIe=["person with crown","royalty","power","monarch","noble","regal"],pIe=["pregnant man","baby","belly","bloated","full"],mIe=["pregnant person","baby","belly","bloated","full"],gIe=["troll","mystical","monster","fairy","fantasy","tale","shrek"],fIe=["coral","ocean","sea","reef"],hIe=["lotus","flower","calm","meditation","buddhism","hinduism","india","purity","vietnam"],vIe=["empty nest","bird","nesting"],yIe=["nest with eggs","bird","nesting"],bIe=["beans","food","kidney","legume"],wIe=["pouring liquid","cup","water","drink","empty","glass","spill"],TIe=["jar","container","sauce","condiment","empty","store"],SIe=["playground slide","fun","park","amusement","play"],kIe=["wheel","car","transport","circle","tire","turn"],FIe=["ring buoy","life saver","life preserver","float","rescue","safety"],NIe=["hamsa","religion","protection","amulet","fatima","hand","mary","miriam"],PIe=["mirror ball","disco","dance","party","glitter"],CIe=["low battery","drained","dead","electronic","energy","no","red"],IIe=["crutch","accessibility","assist","aid","cane","disability","hurt","mobility","stick"],DIe=["x-ray","skeleton","medicine","bones","doctor","medical","ray","x"],EIe=["bubbles","soap","fun","carbonation","sparkling","burp","clean","underwater"],xIe=["identification card","document","credentials","id","license","security"],RIe=["heavy equals sign","math","equality"],AIe=["shaking face","dizzy","shock","blurry","earthquake"],MIe=["pink heart","valentines"],OIe=["light blue heart","ice","baby blue"],LIe=["grey heart","silver","monochrome"],zIe=["leftwards pushing hand","highfive","pressing","stop"],_Ie=["rightwards pushing hand","highfive","pressing","stop"],BIe=["moose","canada","sweden","sven","cool"],HIe=["donkey","eeyore","mule"],VIe=["wing","angel","birds","flying","fly"],UIe=["black bird","crow"],KIe=["goose","silly","jemima","goosebumps","honk"],qIe=["jellyfish","sting","tentacles"],jIe=["hyacinth","flower","lavender"],WIe=["ginger root","spice","yellow","cooking","gingerbread"],YIe=["pea pod","cozy","green"],GIe=["folding hand fan","flamenco","hot","sensu"],$Ie=["hair pick","afro","comb"],XIe=["maracas","music","instrument","percussion","shaker"],QIe=["flute","bamboo","music","instrument","pied piper","recorder"],ZIe=["khanda","Sikhism","religion"],JIe=["wireless","wifi","internet","contactless","signal"],eDe=["head shaking horizontally","disapprove","indiffernt","left"],tDe=["head shaking vertically","down","nod"],nDe=["person walking facing right","peerson","exercise"],aDe=["woman walking facing right","person","exercise"],oDe=["man walking facing right","person","exercise"],rDe=["person kneeling facing right","pray"],iDe=["woman kneeling facing right","pray","worship"],sDe=["man kneeling facing right","pray","worship"],lDe=["person with white cane facing right","walk","walk","visually impaired","blind"],cDe=["man with white cane facing right","visually impaired","blind","walk","stick"],dDe=["woman with white cane facing right","stick","visually impaired","blind"],uDe=["person in motorized wheelchair facing right","accessibility","disability"],pDe=["man in motorized wheelchair facing right","disability","accessibility","mobility"],mDe=["woman in motorized wheelchair facing right","mobility","accessibility","disability"],gDe=["person in manual wheelchair facing right","mobility","accessibility","disability"],fDe=["man in manual wheelchair facing right","mobility","accessibility","disability"],hDe=["woman in manual wheelchair facing right","disability","mobility","accessibility"],vDe=["person running facing right","exercise","jog"],yDe=["woman running facing right","exercise","jog"],bDe=["man running facing right","jog","exercise"],wDe=["family adult, adult, child","kid","parents"],TDe=["family adult, adult, child, child","children","parents"],SDe=["family adult, child","parent","kid"],kDe=["family adult, child, child","parent","children"],FDe=["phoenix","immortal","bird","mythtical","reborn"],NDe=["lime","fruit","acidic","citric"],PDe=["brown mushroom","toadstool","fungus"],CDe=["broken chain","constraint","break"],IDe=["face with bags under eyes","tired","sleepy","exhausted"],DDe=["fingerprint"],EDe=["leafless tree"],xDe=["root vegetable","radish"],RDe=["harp","music","instrument"],ADe=["shovel","tool","dig"],MDe=["splatter"],ODe={"\u{1F600}":b7,"\u{1F603}":w7,"\u{1F604}":T7,"\u{1F601}":S7,"\u{1F606}":k7,"\u{1F605}":F7,"\u{1F923}":N7,"\u{1F602}":P7,"\u{1F642}":C7,"\u{1F643}":I7,"\u{1F609}":D7,"\u{1F60A}":E7,"\u{1F607}":x7,"\u{1F970}":R7,"\u{1F60D}":A7,"\u{1F929}":M7,"\u{1F618}":O7,"\u{1F617}":L7,"\u263A\uFE0F":z7,"\u{1F61A}":_7,"\u{1F619}":B7,"\u{1F60B}":H7,"\u{1F61B}":V7,"\u{1F61C}":U7,"\u{1F92A}":K7,"\u{1F61D}":q7,"\u{1F911}":j7,"\u{1F917}":W7,"\u{1F92D}":Y7,"\u{1F92B}":G7,"\u{1F914}":$7,"\u{1F910}":X7,"\u{1F928}":Q7,"\u{1F610}":Z7,"\u{1F611}":J7,"\u{1F636}":e9,"\u{1F60F}":t9,"\u{1F612}":n9,"\u{1F644}":a9,"\u{1F62C}":o9,"\u{1F925}":r9,"\u{1F60C}":i9,"\u{1F614}":s9,"\u{1F62A}":l9,"\u{1F924}":c9,"\u{1F634}":d9,"\u{1F637}":u9,"\u{1F912}":p9,"\u{1F915}":m9,"\u{1F922}":g9,"\u{1F92E}":f9,"\u{1F927}":h9,"\u{1F975}":v9,"\u{1F976}":y9,"\u{1F974}":b9,"\u{1F635}":w9,"\u{1F92F}":T9,"\u{1F920}":S9,"\u{1F973}":k9,"\u{1F60E}":F9,"\u{1F913}":N9,"\u{1F9D0}":P9,"\u{1F615}":C9,"\u{1F61F}":I9,"\u{1F641}":D9,"\u2639\uFE0F":E9,"\u{1F62E}":x9,"\u{1F62F}":R9,"\u{1F632}":A9,"\u{1F633}":M9,"\u{1F97A}":O9,"\u{1F626}":L9,"\u{1F627}":z9,"\u{1F628}":_9,"\u{1F630}":B9,"\u{1F625}":H9,"\u{1F622}":V9,"\u{1F62D}":U9,"\u{1F631}":K9,"\u{1F616}":q9,"\u{1F623}":j9,"\u{1F61E}":W9,"\u{1F613}":Y9,"\u{1F629}":G9,"\u{1F62B}":$9,"\u{1F971}":X9,"\u{1F624}":Q9,"\u{1F621}":Z9,"\u{1F620}":J9,"\u{1F92C}":eX,"\u{1F608}":tX,"\u{1F47F}":nX,"\u{1F480}":aX,"\u2620\uFE0F":oX,"\u{1F4A9}":rX,"\u{1F921}":iX,"\u{1F479}":sX,"\u{1F47A}":lX,"\u{1F47B}":cX,"\u{1F47D}":dX,"\u{1F47E}":uX,"\u{1F916}":pX,"\u{1F63A}":mX,"\u{1F638}":gX,"\u{1F639}":fX,"\u{1F63B}":hX,"\u{1F63C}":vX,"\u{1F63D}":yX,"\u{1F640}":bX,"\u{1F63F}":wX,"\u{1F63E}":TX,"\u{1F648}":SX,"\u{1F649}":kX,"\u{1F64A}":FX,"\u{1F48B}":NX,"\u{1F48C}":PX,"\u{1F498}":CX,"\u{1F49D}":IX,"\u{1F496}":DX,"\u{1F497}":EX,"\u{1F493}":xX,"\u{1F49E}":RX,"\u{1F495}":AX,"\u{1F49F}":MX,"\u2763\uFE0F":OX,"\u{1F494}":LX,"\u2764\uFE0F":zX,"\u{1F9E1}":_X,"\u{1F49B}":BX,"\u{1F49A}":HX,"\u{1F499}":VX,"\u{1F49C}":UX,"\u{1F90E}":KX,"\u{1F5A4}":qX,"\u{1F90D}":jX,"\u{1F4AF}":WX,"\u{1F4A2}":YX,"\u{1F4A5}":GX,"\u{1F4AB}":$X,"\u{1F4A6}":XX,"\u{1F4A8}":QX,"\u{1F573}\uFE0F":ZX,"\u{1F4A3}":JX,"\u{1F4AC}":eQ,"\u{1F441}\uFE0F\u200D\u{1F5E8}\uFE0F":tQ,"\u{1F5E8}\uFE0F":nQ,"\u{1F5EF}\uFE0F":aQ,"\u{1F4AD}":oQ,"\u{1F4A4}":rQ,"\u{1F44B}":iQ,"\u{1F91A}":sQ,"\u{1F590}\uFE0F":lQ,"\u270B":cQ,"\u{1F596}":dQ,"\u{1F44C}":uQ,"\u{1F90F}":pQ,"\u270C\uFE0F":mQ,"\u{1F91E}":gQ,"\u{1F91F}":fQ,"\u{1F918}":hQ,"\u{1F919}":vQ,"\u{1F448}":yQ,"\u{1F449}":bQ,"\u{1F446}":wQ,"\u{1F595}":TQ,"\u{1F447}":SQ,"\u261D\uFE0F":kQ,"\u{1F44D}":FQ,"\u{1F44E}":NQ,"\u270A":PQ,"\u{1F44A}":CQ,"\u{1F91B}":IQ,"\u{1F91C}":DQ,"\u{1F44F}":EQ,"\u{1F64C}":xQ,"\u{1F450}":RQ,"\u{1F932}":AQ,"\u{1F91D}":MQ,"\u{1F64F}":OQ,"\u270D\uFE0F":LQ,"\u{1F485}":zQ,"\u{1F933}":_Q,"\u{1F4AA}":BQ,"\u{1F9BE}":HQ,"\u{1F9BF}":VQ,"\u{1F9B5}":UQ,"\u{1F9B6}":KQ,"\u{1F442}":qQ,"\u{1F9BB}":jQ,"\u{1F443}":WQ,"\u{1F9E0}":YQ,"\u{1F9B7}":GQ,"\u{1F9B4}":$Q,"\u{1F440}":XQ,"\u{1F441}\uFE0F":QQ,"\u{1F445}":ZQ,"\u{1F444}":JQ,"\u{1F476}":eZ,"\u{1F9D2}":tZ,"\u{1F466}":nZ,"\u{1F467}":aZ,"\u{1F9D1}":oZ,"\u{1F471}":rZ,"\u{1F468}":iZ,"\u{1F9D4}":sZ,"\u{1F468}\u200D\u{1F9B0}":lZ,"\u{1F468}\u200D\u{1F9B1}":cZ,"\u{1F468}\u200D\u{1F9B3}":dZ,"\u{1F468}\u200D\u{1F9B2}":uZ,"\u{1F469}":pZ,"\u{1F469}\u200D\u{1F9B0}":mZ,"\u{1F9D1}\u200D\u{1F9B0}":gZ,"\u{1F469}\u200D\u{1F9B1}":fZ,"\u{1F9D1}\u200D\u{1F9B1}":hZ,"\u{1F469}\u200D\u{1F9B3}":vZ,"\u{1F9D1}\u200D\u{1F9B3}":yZ,"\u{1F469}\u200D\u{1F9B2}":bZ,"\u{1F9D1}\u200D\u{1F9B2}":wZ,"\u{1F471}\u200D\u2640\uFE0F":TZ,"\u{1F471}\u200D\u2642\uFE0F":SZ,"\u{1F9D3}":kZ,"\u{1F474}":FZ,"\u{1F475}":NZ,"\u{1F64D}":PZ,"\u{1F64D}\u200D\u2642\uFE0F":CZ,"\u{1F64D}\u200D\u2640\uFE0F":IZ,"\u{1F64E}":DZ,"\u{1F64E}\u200D\u2642\uFE0F":EZ,"\u{1F64E}\u200D\u2640\uFE0F":xZ,"\u{1F645}":RZ,"\u{1F645}\u200D\u2642\uFE0F":AZ,"\u{1F645}\u200D\u2640\uFE0F":MZ,"\u{1F646}":OZ,"\u{1F646}\u200D\u2642\uFE0F":LZ,"\u{1F646}\u200D\u2640\uFE0F":zZ,"\u{1F481}":_Z,"\u{1F481}\u200D\u2642\uFE0F":BZ,"\u{1F481}\u200D\u2640\uFE0F":HZ,"\u{1F64B}":VZ,"\u{1F64B}\u200D\u2642\uFE0F":UZ,"\u{1F64B}\u200D\u2640\uFE0F":KZ,"\u{1F9CF}":qZ,"\u{1F9CF}\u200D\u2642\uFE0F":jZ,"\u{1F9CF}\u200D\u2640\uFE0F":WZ,"\u{1F647}":YZ,"\u{1F647}\u200D\u2642\uFE0F":GZ,"\u{1F647}\u200D\u2640\uFE0F":$Z,"\u{1F926}":XZ,"\u{1F926}\u200D\u2642\uFE0F":QZ,"\u{1F926}\u200D\u2640\uFE0F":ZZ,"\u{1F937}":JZ,"\u{1F937}\u200D\u2642\uFE0F":eJ,"\u{1F937}\u200D\u2640\uFE0F":tJ,"\u{1F9D1}\u200D\u2695\uFE0F":nJ,"\u{1F468}\u200D\u2695\uFE0F":aJ,"\u{1F469}\u200D\u2695\uFE0F":oJ,"\u{1F9D1}\u200D\u{1F393}":rJ,"\u{1F468}\u200D\u{1F393}":iJ,"\u{1F469}\u200D\u{1F393}":sJ,"\u{1F9D1}\u200D\u{1F3EB}":lJ,"\u{1F468}\u200D\u{1F3EB}":cJ,"\u{1F469}\u200D\u{1F3EB}":dJ,"\u{1F9D1}\u200D\u2696\uFE0F":uJ,"\u{1F468}\u200D\u2696\uFE0F":pJ,"\u{1F469}\u200D\u2696\uFE0F":mJ,"\u{1F9D1}\u200D\u{1F33E}":gJ,"\u{1F468}\u200D\u{1F33E}":fJ,"\u{1F469}\u200D\u{1F33E}":hJ,"\u{1F9D1}\u200D\u{1F373}":vJ,"\u{1F468}\u200D\u{1F373}":yJ,"\u{1F469}\u200D\u{1F373}":bJ,"\u{1F9D1}\u200D\u{1F527}":wJ,"\u{1F468}\u200D\u{1F527}":TJ,"\u{1F469}\u200D\u{1F527}":SJ,"\u{1F9D1}\u200D\u{1F3ED}":kJ,"\u{1F468}\u200D\u{1F3ED}":FJ,"\u{1F469}\u200D\u{1F3ED}":NJ,"\u{1F9D1}\u200D\u{1F4BC}":PJ,"\u{1F468}\u200D\u{1F4BC}":CJ,"\u{1F469}\u200D\u{1F4BC}":IJ,"\u{1F9D1}\u200D\u{1F52C}":DJ,"\u{1F468}\u200D\u{1F52C}":EJ,"\u{1F469}\u200D\u{1F52C}":xJ,"\u{1F9D1}\u200D\u{1F4BB}":RJ,"\u{1F468}\u200D\u{1F4BB}":AJ,"\u{1F469}\u200D\u{1F4BB}":MJ,"\u{1F9D1}\u200D\u{1F3A4}":OJ,"\u{1F468}\u200D\u{1F3A4}":LJ,"\u{1F469}\u200D\u{1F3A4}":zJ,"\u{1F9D1}\u200D\u{1F3A8}":_J,"\u{1F468}\u200D\u{1F3A8}":BJ,"\u{1F469}\u200D\u{1F3A8}":HJ,"\u{1F9D1}\u200D\u2708\uFE0F":VJ,"\u{1F468}\u200D\u2708\uFE0F":UJ,"\u{1F469}\u200D\u2708\uFE0F":KJ,"\u{1F9D1}\u200D\u{1F680}":qJ,"\u{1F468}\u200D\u{1F680}":jJ,"\u{1F469}\u200D\u{1F680}":WJ,"\u{1F9D1}\u200D\u{1F692}":YJ,"\u{1F468}\u200D\u{1F692}":GJ,"\u{1F469}\u200D\u{1F692}":$J,"\u{1F46E}":XJ,"\u{1F46E}\u200D\u2642\uFE0F":QJ,"\u{1F46E}\u200D\u2640\uFE0F":ZJ,"\u{1F575}\uFE0F":JJ,"\u{1F575}\uFE0F\u200D\u2642\uFE0F":eee,"\u{1F575}\uFE0F\u200D\u2640\uFE0F":tee,"\u{1F482}":nee,"\u{1F482}\u200D\u2642\uFE0F":aee,"\u{1F482}\u200D\u2640\uFE0F":oee,"\u{1F477}":ree,"\u{1F477}\u200D\u2642\uFE0F":iee,"\u{1F477}\u200D\u2640\uFE0F":see,"\u{1F934}":lee,"\u{1F478}":cee,"\u{1F473}":dee,"\u{1F473}\u200D\u2642\uFE0F":uee,"\u{1F473}\u200D\u2640\uFE0F":pee,"\u{1F472}":mee,"\u{1F9D5}":gee,"\u{1F935}":fee,"\u{1F470}":hee,"\u{1F930}":vee,"\u{1F931}":yee,"\u{1F47C}":bee,"\u{1F385}":wee,"\u{1F936}":Tee,"\u{1F9B8}":See,"\u{1F9B8}\u200D\u2642\uFE0F":kee,"\u{1F9B8}\u200D\u2640\uFE0F":Fee,"\u{1F9B9}":Nee,"\u{1F9B9}\u200D\u2642\uFE0F":Pee,"\u{1F9B9}\u200D\u2640\uFE0F":Cee,"\u{1F9D9}":Iee,"\u{1F9D9}\u200D\u2642\uFE0F":Dee,"\u{1F9D9}\u200D\u2640\uFE0F":Eee,"\u{1F9DA}":xee,"\u{1F9DA}\u200D\u2642\uFE0F":Ree,"\u{1F9DA}\u200D\u2640\uFE0F":Aee,"\u{1F9DB}":Mee,"\u{1F9DB}\u200D\u2642\uFE0F":Oee,"\u{1F9DB}\u200D\u2640\uFE0F":Lee,"\u{1F9DC}":zee,"\u{1F9DC}\u200D\u2642\uFE0F":_ee,"\u{1F9DC}\u200D\u2640\uFE0F":Bee,"\u{1F9DD}":Hee,"\u{1F9DD}\u200D\u2642\uFE0F":Vee,"\u{1F9DD}\u200D\u2640\uFE0F":Uee,"\u{1F9DE}":Kee,"\u{1F9DE}\u200D\u2642\uFE0F":qee,"\u{1F9DE}\u200D\u2640\uFE0F":jee,"\u{1F9DF}":Wee,"\u{1F9DF}\u200D\u2642\uFE0F":Yee,"\u{1F9DF}\u200D\u2640\uFE0F":Gee,"\u{1F486}":$ee,"\u{1F486}\u200D\u2642\uFE0F":Xee,"\u{1F486}\u200D\u2640\uFE0F":Qee,"\u{1F487}":Zee,"\u{1F487}\u200D\u2642\uFE0F":Jee,"\u{1F487}\u200D\u2640\uFE0F":ete,"\u{1F6B6}":tte,"\u{1F6B6}\u200D\u2642\uFE0F":nte,"\u{1F6B6}\u200D\u2640\uFE0F":ate,"\u{1F9CD}":ote,"\u{1F9CD}\u200D\u2642\uFE0F":rte,"\u{1F9CD}\u200D\u2640\uFE0F":ite,"\u{1F9CE}":ste,"\u{1F9CE}\u200D\u2642\uFE0F":lte,"\u{1F9CE}\u200D\u2640\uFE0F":cte,"\u{1F9D1}\u200D\u{1F9AF}":dte,"\u{1F468}\u200D\u{1F9AF}":ute,"\u{1F469}\u200D\u{1F9AF}":pte,"\u{1F9D1}\u200D\u{1F9BC}":mte,"\u{1F468}\u200D\u{1F9BC}":gte,"\u{1F469}\u200D\u{1F9BC}":fte,"\u{1F9D1}\u200D\u{1F9BD}":hte,"\u{1F468}\u200D\u{1F9BD}":vte,"\u{1F469}\u200D\u{1F9BD}":yte,"\u{1F3C3}":bte,"\u{1F3C3}\u200D\u2642\uFE0F":wte,"\u{1F3C3}\u200D\u2640\uFE0F":Tte,"\u{1F483}":Ste,"\u{1F57A}":kte,"\u{1F574}\uFE0F":Fte,"\u{1F46F}":Nte,"\u{1F46F}\u200D\u2642\uFE0F":Pte,"\u{1F46F}\u200D\u2640\uFE0F":Cte,"\u{1F9D6}":Ite,"\u{1F9D6}\u200D\u2642\uFE0F":Dte,"\u{1F9D6}\u200D\u2640\uFE0F":Ete,"\u{1F9D7}":xte,"\u{1F9D7}\u200D\u2642\uFE0F":Rte,"\u{1F9D7}\u200D\u2640\uFE0F":Ate,"\u{1F93A}":Mte,"\u{1F3C7}":Ote,"\u26F7\uFE0F":Lte,"\u{1F3C2}":zte,"\u{1F3CC}\uFE0F":_te,"\u{1F3CC}\uFE0F\u200D\u2642\uFE0F":Bte,"\u{1F3CC}\uFE0F\u200D\u2640\uFE0F":Hte,"\u{1F3C4}":Vte,"\u{1F3C4}\u200D\u2642\uFE0F":Ute,"\u{1F3C4}\u200D\u2640\uFE0F":Kte,"\u{1F6A3}":qte,"\u{1F6A3}\u200D\u2642\uFE0F":jte,"\u{1F6A3}\u200D\u2640\uFE0F":Wte,"\u{1F3CA}":Yte,"\u{1F3CA}\u200D\u2642\uFE0F":Gte,"\u{1F3CA}\u200D\u2640\uFE0F":$te,"\u26F9\uFE0F":Xte,"\u26F9\uFE0F\u200D\u2642\uFE0F":Qte,"\u26F9\uFE0F\u200D\u2640\uFE0F":Zte,"\u{1F3CB}\uFE0F":Jte,"\u{1F3CB}\uFE0F\u200D\u2642\uFE0F":ene,"\u{1F3CB}\uFE0F\u200D\u2640\uFE0F":tne,"\u{1F6B4}":nne,"\u{1F6B4}\u200D\u2642\uFE0F":ane,"\u{1F6B4}\u200D\u2640\uFE0F":one,"\u{1F6B5}":rne,"\u{1F6B5}\u200D\u2642\uFE0F":ine,"\u{1F6B5}\u200D\u2640\uFE0F":sne,"\u{1F938}":lne,"\u{1F938}\u200D\u2642\uFE0F":cne,"\u{1F938}\u200D\u2640\uFE0F":dne,"\u{1F93C}":une,"\u{1F93C}\u200D\u2642\uFE0F":pne,"\u{1F93C}\u200D\u2640\uFE0F":mne,"\u{1F93D}":gne,"\u{1F93D}\u200D\u2642\uFE0F":fne,"\u{1F93D}\u200D\u2640\uFE0F":hne,"\u{1F93E}":vne,"\u{1F93E}\u200D\u2642\uFE0F":yne,"\u{1F93E}\u200D\u2640\uFE0F":bne,"\u{1F939}":wne,"\u{1F939}\u200D\u2642\uFE0F":Tne,"\u{1F939}\u200D\u2640\uFE0F":Sne,"\u{1F9D8}":kne,"\u{1F9D8}\u200D\u2642\uFE0F":Fne,"\u{1F9D8}\u200D\u2640\uFE0F":Nne,"\u{1F6C0}":Pne,"\u{1F6CC}":Cne,"\u{1F9D1}\u200D\u{1F91D}\u200D\u{1F9D1}":Ine,"\u{1F46D}":Dne,"\u{1F46B}":Ene,"\u{1F46C}":xne,"\u{1F48F}":Rne,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F468}":Ane,"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F468}":Mne,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F48B}\u200D\u{1F469}":One,"\u{1F491}":Lne,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F468}":zne,"\u{1F468}\u200D\u2764\uFE0F\u200D\u{1F468}":_ne,"\u{1F469}\u200D\u2764\uFE0F\u200D\u{1F469}":Bne,"\u{1F46A}":Hne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}":Vne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}":Une,"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":Kne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":qne,"\u{1F468}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":jne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}":Wne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}":Yne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":Gne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":$ne,"\u{1F468}\u200D\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":Xne,"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}":Qne,"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}":Zne,"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":Jne,"\u{1F469}\u200D\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":eae,"\u{1F469}\u200D\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":tae,"\u{1F468}\u200D\u{1F466}":nae,"\u{1F468}\u200D\u{1F466}\u200D\u{1F466}":aae,"\u{1F468}\u200D\u{1F467}":oae,"\u{1F468}\u200D\u{1F467}\u200D\u{1F466}":rae,"\u{1F468}\u200D\u{1F467}\u200D\u{1F467}":iae,"\u{1F469}\u200D\u{1F466}":sae,"\u{1F469}\u200D\u{1F466}\u200D\u{1F466}":lae,"\u{1F469}\u200D\u{1F467}":cae,"\u{1F469}\u200D\u{1F467}\u200D\u{1F466}":dae,"\u{1F469}\u200D\u{1F467}\u200D\u{1F467}":uae,"\u{1F5E3}\uFE0F":pae,"\u{1F464}":mae,"\u{1F465}":gae,"\u{1F463}":fae,"\u{1F435}":hae,"\u{1F412}":vae,"\u{1F98D}":yae,"\u{1F9A7}":bae,"\u{1F436}":wae,"\u{1F415}":Tae,"\u{1F9AE}":Sae,"\u{1F415}\u200D\u{1F9BA}":kae,"\u{1F429}":Fae,"\u{1F43A}":Nae,"\u{1F98A}":Pae,"\u{1F99D}":Cae,"\u{1F431}":Iae,"\u{1F408}":Dae,"\u{1F981}":Eae,"\u{1F42F}":xae,"\u{1F405}":Rae,"\u{1F406}":Aae,"\u{1F434}":Mae,"\u{1F40E}":Oae,"\u{1F984}":Lae,"\u{1F993}":zae,"\u{1F98C}":_ae,"\u{1F42E}":Bae,"\u{1F402}":Hae,"\u{1F403}":Vae,"\u{1F404}":Uae,"\u{1F437}":Kae,"\u{1F416}":qae,"\u{1F417}":jae,"\u{1F43D}":Wae,"\u{1F40F}":Yae,"\u{1F411}":Gae,"\u{1F410}":$ae,"\u{1F42A}":Xae,"\u{1F42B}":Qae,"\u{1F999}":Zae,"\u{1F992}":Jae,"\u{1F418}":eoe,"\u{1F98F}":toe,"\u{1F99B}":noe,"\u{1F42D}":aoe,"\u{1F401}":ooe,"\u{1F400}":roe,"\u{1F439}":ioe,"\u{1F430}":soe,"\u{1F407}":loe,"\u{1F43F}\uFE0F":coe,"\u{1F994}":doe,"\u{1F987}":uoe,"\u{1F43B}":poe,"\u{1F428}":moe,"\u{1F43C}":goe,"\u{1F9A5}":foe,"\u{1F9A6}":hoe,"\u{1F9A8}":voe,"\u{1F998}":yoe,"\u{1F9A1}":boe,"\u{1F43E}":woe,"\u{1F983}":Toe,"\u{1F414}":Soe,"\u{1F413}":koe,"\u{1F423}":Foe,"\u{1F424}":Noe,"\u{1F425}":Poe,"\u{1F426}":Coe,"\u{1F427}":Ioe,"\u{1F54A}\uFE0F":Doe,"\u{1F985}":Eoe,"\u{1F986}":xoe,"\u{1F9A2}":Roe,"\u{1F989}":Aoe,"\u{1F9A9}":Moe,"\u{1F99A}":Ooe,"\u{1F99C}":Loe,"\u{1F438}":zoe,"\u{1F40A}":_oe,"\u{1F422}":Boe,"\u{1F98E}":Hoe,"\u{1F40D}":Voe,"\u{1F432}":Uoe,"\u{1F409}":Koe,"\u{1F995}":qoe,"\u{1F996}":joe,"\u{1F433}":Woe,"\u{1F40B}":Yoe,"\u{1F42C}":Goe,"\u{1F41F}":$oe,"\u{1F420}":Xoe,"\u{1F421}":Qoe,"\u{1F988}":Zoe,"\u{1F419}":Joe,"\u{1F41A}":ere,"\u{1F40C}":tre,"\u{1F98B}":nre,"\u{1F41B}":are,"\u{1F41C}":ore,"\u{1F41D}":rre,"\u{1F41E}":ire,"\u{1F997}":sre,"\u{1F577}\uFE0F":lre,"\u{1F578}\uFE0F":cre,"\u{1F982}":dre,"\u{1F99F}":ure,"\u{1F9A0}":pre,"\u{1F490}":mre,"\u{1F338}":gre,"\u{1F4AE}":fre,"\u{1F3F5}\uFE0F":hre,"\u{1F339}":vre,"\u{1F940}":yre,"\u{1F33A}":bre,"\u{1F33B}":wre,"\u{1F33C}":Tre,"\u{1F337}":Sre,"\u{1F331}":kre,"\u{1F332}":Fre,"\u{1F333}":Nre,"\u{1F334}":Pre,"\u{1F335}":Cre,"\u{1F33E}":Ire,"\u{1F33F}":Dre,"\u2618\uFE0F":Ere,"\u{1F340}":xre,"\u{1F341}":Rre,"\u{1F342}":Are,"\u{1F343}":Mre,"\u{1F347}":Ore,"\u{1F348}":Lre,"\u{1F349}":zre,"\u{1F34A}":_re,"\u{1F34B}":Bre,"\u{1F34C}":Hre,"\u{1F34D}":Vre,"\u{1F96D}":Ure,"\u{1F34E}":Kre,"\u{1F34F}":qre,"\u{1F350}":jre,"\u{1F351}":Wre,"\u{1F352}":Yre,"\u{1F353}":Gre,"\u{1F95D}":$re,"\u{1F345}":Xre,"\u{1F965}":Qre,"\u{1F951}":Zre,"\u{1F346}":Jre,"\u{1F954}":eie,"\u{1F955}":tie,"\u{1F33D}":nie,"\u{1F336}\uFE0F":aie,"\u{1F952}":oie,"\u{1F96C}":rie,"\u{1F966}":iie,"\u{1F9C4}":sie,"\u{1F9C5}":lie,"\u{1F344}":cie,"\u{1F95C}":die,"\u{1F330}":uie,"\u{1F35E}":pie,"\u{1F950}":mie,"\u{1F956}":gie,"\u{1F968}":fie,"\u{1F96F}":hie,"\u{1F95E}":vie,"\u{1F9C7}":yie,"\u{1F9C0}":bie,"\u{1F356}":wie,"\u{1F357}":Tie,"\u{1F969}":Sie,"\u{1F953}":kie,"\u{1F354}":Fie,"\u{1F35F}":Nie,"\u{1F355}":Pie,"\u{1F32D}":Cie,"\u{1F96A}":Iie,"\u{1F32E}":Die,"\u{1F32F}":Eie,"\u{1F959}":xie,"\u{1F9C6}":Rie,"\u{1F95A}":Aie,"\u{1F373}":Mie,"\u{1F958}":Oie,"\u{1F372}":Lie,"\u{1F963}":zie,"\u{1F957}":_ie,"\u{1F37F}":Bie,"\u{1F9C8}":Hie,"\u{1F9C2}":Vie,"\u{1F96B}":Uie,"\u{1F371}":Kie,"\u{1F358}":qie,"\u{1F359}":jie,"\u{1F35A}":Wie,"\u{1F35B}":Yie,"\u{1F35C}":Gie,"\u{1F35D}":$ie,"\u{1F360}":Xie,"\u{1F362}":Qie,"\u{1F363}":Zie,"\u{1F364}":Jie,"\u{1F365}":ese,"\u{1F96E}":tse,"\u{1F361}":nse,"\u{1F95F}":ase,"\u{1F960}":ose,"\u{1F961}":rse,"\u{1F980}":ise,"\u{1F99E}":sse,"\u{1F990}":lse,"\u{1F991}":cse,"\u{1F9AA}":dse,"\u{1F366}":use,"\u{1F367}":pse,"\u{1F368}":mse,"\u{1F369}":gse,"\u{1F36A}":fse,"\u{1F382}":hse,"\u{1F370}":vse,"\u{1F9C1}":yse,"\u{1F967}":bse,"\u{1F36B}":wse,"\u{1F36C}":Tse,"\u{1F36D}":Sse,"\u{1F36E}":kse,"\u{1F36F}":Fse,"\u{1F37C}":Nse,"\u{1F95B}":Pse,"\u2615":Cse,"\u{1F375}":Ise,"\u{1F376}":Dse,"\u{1F37E}":Ese,"\u{1F377}":xse,"\u{1F378}":Rse,"\u{1F379}":Ase,"\u{1F37A}":Mse,"\u{1F37B}":Ose,"\u{1F942}":Lse,"\u{1F943}":zse,"\u{1F964}":_se,"\u{1F9C3}":Bse,"\u{1F9C9}":Hse,"\u{1F9CA}":Vse,"\u{1F962}":Use,"\u{1F37D}\uFE0F":Kse,"\u{1F374}":qse,"\u{1F944}":jse,"\u{1F52A}":Wse,"\u{1F3FA}":Yse,"\u{1F30D}":Gse,"\u{1F30E}":$se,"\u{1F30F}":Xse,"\u{1F310}":Qse,"\u{1F5FA}\uFE0F":Zse,"\u{1F5FE}":Jse,"\u{1F9ED}":ele,"\u{1F3D4}\uFE0F":tle,"\u26F0\uFE0F":nle,"\u{1F30B}":ale,"\u{1F5FB}":ole,"\u{1F3D5}\uFE0F":rle,"\u{1F3D6}\uFE0F":ile,"\u{1F3DC}\uFE0F":sle,"\u{1F3DD}\uFE0F":lle,"\u{1F3DE}\uFE0F":cle,"\u{1F3DF}\uFE0F":dle,"\u{1F3DB}\uFE0F":ule,"\u{1F3D7}\uFE0F":ple,"\u{1F9F1}":mle,"\u{1F3D8}\uFE0F":gle,"\u{1F3DA}\uFE0F":fle,"\u{1F3E0}":hle,"\u{1F3E1}":vle,"\u{1F3E2}":yle,"\u{1F3E3}":ble,"\u{1F3E4}":wle,"\u{1F3E5}":Tle,"\u{1F3E6}":Sle,"\u{1F3E8}":kle,"\u{1F3E9}":Fle,"\u{1F3EA}":Nle,"\u{1F3EB}":Ple,"\u{1F3EC}":Cle,"\u{1F3ED}":Ile,"\u{1F3EF}":Dle,"\u{1F3F0}":Ele,"\u{1F492}":xle,"\u{1F5FC}":Rle,"\u{1F5FD}":Ale,"\u26EA":Mle,"\u{1F54C}":Ole,"\u{1F6D5}":Lle,"\u{1F54D}":zle,"\u26E9\uFE0F":_le,"\u{1F54B}":Ble,"\u26F2":Hle,"\u26FA":Vle,"\u{1F301}":Ule,"\u{1F303}":Kle,"\u{1F3D9}\uFE0F":qle,"\u{1F304}":jle,"\u{1F305}":Wle,"\u{1F306}":Yle,"\u{1F307}":Gle,"\u{1F309}":$le,"\u2668\uFE0F":Xle,"\u{1F3A0}":Qle,"\u{1F3A1}":Zle,"\u{1F3A2}":Jle,"\u{1F488}":ece,"\u{1F3AA}":tce,"\u{1F682}":nce,"\u{1F683}":ace,"\u{1F684}":oce,"\u{1F685}":rce,"\u{1F686}":ice,"\u{1F687}":sce,"\u{1F688}":lce,"\u{1F689}":cce,"\u{1F68A}":dce,"\u{1F69D}":uce,"\u{1F69E}":pce,"\u{1F68B}":mce,"\u{1F68C}":gce,"\u{1F68D}":fce,"\u{1F68E}":hce,"\u{1F690}":vce,"\u{1F691}":yce,"\u{1F692}":bce,"\u{1F693}":wce,"\u{1F694}":Tce,"\u{1F695}":Sce,"\u{1F696}":kce,"\u{1F697}":Fce,"\u{1F698}":Nce,"\u{1F699}":Pce,"\u{1F69A}":Cce,"\u{1F69B}":Ice,"\u{1F69C}":Dce,"\u{1F3CE}\uFE0F":Ece,"\u{1F3CD}\uFE0F":xce,"\u{1F6F5}":Rce,"\u{1F9BD}":Ace,"\u{1F9BC}":Mce,"\u{1F6FA}":Oce,"\u{1F6B2}":Lce,"\u{1F6F4}":zce,"\u{1F6F9}":_ce,"\u{1F68F}":Bce,"\u{1F6E3}\uFE0F":Hce,"\u{1F6E4}\uFE0F":Vce,"\u{1F6E2}\uFE0F":Uce,"\u26FD":Kce,"\u{1F6A8}":qce,"\u{1F6A5}":jce,"\u{1F6A6}":Wce,"\u{1F6D1}":Yce,"\u{1F6A7}":Gce,"\u2693":$ce,"\u26F5":Xce,"\u{1F6F6}":Qce,"\u{1F6A4}":Zce,"\u{1F6F3}\uFE0F":Jce,"\u26F4\uFE0F":ede,"\u{1F6E5}\uFE0F":tde,"\u{1F6A2}":nde,"\u2708\uFE0F":ade,"\u{1F6E9}\uFE0F":ode,"\u{1F6EB}":rde,"\u{1F6EC}":ide,"\u{1FA82}":sde,"\u{1F4BA}":lde,"\u{1F681}":cde,"\u{1F69F}":dde,"\u{1F6A0}":ude,"\u{1F6A1}":pde,"\u{1F6F0}\uFE0F":mde,"\u{1F680}":gde,"\u{1F6F8}":fde,"\u{1F6CE}\uFE0F":hde,"\u{1F9F3}":vde,"\u231B":yde,"\u23F3":bde,"\u231A":wde,"\u23F0":Tde,"\u23F1\uFE0F":Sde,"\u23F2\uFE0F":kde,"\u{1F570}\uFE0F":Fde,"\u{1F55B}":Nde,"\u{1F567}":Pde,"\u{1F550}":Cde,"\u{1F55C}":Ide,"\u{1F551}":Dde,"\u{1F55D}":Ede,"\u{1F552}":xde,"\u{1F55E}":Rde,"\u{1F553}":Ade,"\u{1F55F}":Mde,"\u{1F554}":Ode,"\u{1F560}":Lde,"\u{1F555}":zde,"\u{1F561}":_de,"\u{1F556}":Bde,"\u{1F562}":Hde,"\u{1F557}":Vde,"\u{1F563}":Ude,"\u{1F558}":Kde,"\u{1F564}":qde,"\u{1F559}":jde,"\u{1F565}":Wde,"\u{1F55A}":Yde,"\u{1F566}":Gde,"\u{1F311}":$de,"\u{1F312}":Xde,"\u{1F313}":Qde,"\u{1F314}":Zde,"\u{1F315}":Jde,"\u{1F316}":eue,"\u{1F317}":tue,"\u{1F318}":nue,"\u{1F319}":aue,"\u{1F31A}":oue,"\u{1F31B}":rue,"\u{1F31C}":iue,"\u{1F321}\uFE0F":sue,"\u2600\uFE0F":lue,"\u{1F31D}":cue,"\u{1F31E}":due,"\u{1FA90}":uue,"\u2B50":pue,"\u{1F31F}":mue,"\u{1F320}":gue,"\u{1F30C}":fue,"\u2601\uFE0F":hue,"\u26C5":vue,"\u26C8\uFE0F":yue,"\u{1F324}\uFE0F":bue,"\u{1F325}\uFE0F":wue,"\u{1F326}\uFE0F":Tue,"\u{1F327}\uFE0F":Sue,"\u{1F328}\uFE0F":kue,"\u{1F329}\uFE0F":Fue,"\u{1F32A}\uFE0F":Nue,"\u{1F32B}\uFE0F":Pue,"\u{1F32C}\uFE0F":Cue,"\u{1F300}":Iue,"\u{1F308}":Due,"\u{1F302}":Eue,"\u2602\uFE0F":xue,"\u2614":Rue,"\u26F1\uFE0F":Aue,"\u26A1":Mue,"\u2744\uFE0F":Oue,"\u2603\uFE0F":Lue,"\u26C4":zue,"\u2604\uFE0F":_ue,"\u{1F525}":Bue,"\u{1F4A7}":Hue,"\u{1F30A}":Vue,"\u{1F383}":Uue,"\u{1F384}":Kue,"\u{1F386}":que,"\u{1F387}":jue,"\u{1F9E8}":Wue,"\u2728":Yue,"\u{1F388}":Gue,"\u{1F389}":$ue,"\u{1F38A}":Xue,"\u{1F38B}":Que,"\u{1F38D}":Zue,"\u{1F38E}":Jue,"\u{1F38F}":epe,"\u{1F390}":tpe,"\u{1F391}":npe,"\u{1F9E7}":ape,"\u{1F380}":ope,"\u{1F381}":rpe,"\u{1F397}\uFE0F":ipe,"\u{1F39F}\uFE0F":spe,"\u{1F3AB}":lpe,"\u{1F396}\uFE0F":cpe,"\u{1F3C6}":dpe,"\u{1F3C5}":upe,"\u{1F947}":ppe,"\u{1F948}":mpe,"\u{1F949}":gpe,"\u26BD":fpe,"\u26BE":hpe,"\u{1F94E}":vpe,"\u{1F3C0}":ype,"\u{1F3D0}":bpe,"\u{1F3C8}":wpe,"\u{1F3C9}":Tpe,"\u{1F3BE}":Spe,"\u{1F94F}":kpe,"\u{1F3B3}":Fpe,"\u{1F3CF}":Npe,"\u{1F3D1}":Ppe,"\u{1F3D2}":Cpe,"\u{1F94D}":Ipe,"\u{1F3D3}":Dpe,"\u{1F3F8}":Epe,"\u{1F94A}":xpe,"\u{1F94B}":Rpe,"\u{1F945}":Ape,"\u26F3":Mpe,"\u26F8\uFE0F":Ope,"\u{1F3A3}":Lpe,"\u{1F93F}":zpe,"\u{1F3BD}":_pe,"\u{1F3BF}":Bpe,"\u{1F6F7}":Hpe,"\u{1F94C}":Vpe,"\u{1F3AF}":Upe,"\u{1FA80}":Kpe,"\u{1FA81}":qpe,"\u{1F3B1}":jpe,"\u{1F52E}":Wpe,"\u{1F9FF}":Ype,"\u{1F3AE}":Gpe,"\u{1F579}\uFE0F":$pe,"\u{1F3B0}":Xpe,"\u{1F3B2}":Qpe,"\u{1F9E9}":Zpe,"\u{1F9F8}":Jpe,"\u2660\uFE0F":eme,"\u2665\uFE0F":tme,"\u2666\uFE0F":nme,"\u2663\uFE0F":ame,"\u265F\uFE0F":ome,"\u{1F0CF}":rme,"\u{1F004}":ime,"\u{1F3B4}":sme,"\u{1F3AD}":lme,"\u{1F5BC}\uFE0F":cme,"\u{1F3A8}":dme,"\u{1F9F5}":ume,"\u{1F9F6}":pme,"\u{1F453}":mme,"\u{1F576}\uFE0F":gme,"\u{1F97D}":fme,"\u{1F97C}":hme,"\u{1F9BA}":vme,"\u{1F454}":yme,"\u{1F455}":bme,"\u{1F456}":wme,"\u{1F9E3}":Tme,"\u{1F9E4}":Sme,"\u{1F9E5}":kme,"\u{1F9E6}":Fme,"\u{1F457}":Nme,"\u{1F458}":Pme,"\u{1F97B}":Cme,"\u{1FA71}":Ime,"\u{1FA72}":Dme,"\u{1FA73}":Eme,"\u{1F459}":xme,"\u{1F45A}":Rme,"\u{1F45B}":Ame,"\u{1F45C}":Mme,"\u{1F45D}":Ome,"\u{1F6CD}\uFE0F":Lme,"\u{1F392}":zme,"\u{1F45E}":_me,"\u{1F45F}":Bme,"\u{1F97E}":Hme,"\u{1F97F}":Vme,"\u{1F460}":Ume,"\u{1F461}":Kme,"\u{1FA70}":qme,"\u{1F462}":jme,"\u{1F451}":Wme,"\u{1F452}":Yme,"\u{1F3A9}":Gme,"\u{1F393}":$me,"\u{1F9E2}":Xme,"\u26D1\uFE0F":Qme,"\u{1F4FF}":Zme,"\u{1F484}":Jme,"\u{1F48D}":ege,"\u{1F48E}":tge,"\u{1F507}":nge,"\u{1F508}":age,"\u{1F509}":oge,"\u{1F50A}":rge,"\u{1F4E2}":ige,"\u{1F4E3}":sge,"\u{1F4EF}":lge,"\u{1F514}":cge,"\u{1F515}":dge,"\u{1F3BC}":uge,"\u{1F3B5}":pge,"\u{1F3B6}":mge,"\u{1F399}\uFE0F":gge,"\u{1F39A}\uFE0F":fge,"\u{1F39B}\uFE0F":hge,"\u{1F3A4}":vge,"\u{1F3A7}":yge,"\u{1F4FB}":bge,"\u{1F3B7}":wge,"\u{1F3B8}":Tge,"\u{1F3B9}":Sge,"\u{1F3BA}":kge,"\u{1F3BB}":Fge,"\u{1FA95}":Nge,"\u{1F941}":Pge,"\u{1F4F1}":Cge,"\u{1F4F2}":Ige,"\u260E\uFE0F":Dge,"\u{1F4DE}":Ege,"\u{1F4DF}":xge,"\u{1F4E0}":Rge,"\u{1F50B}":Age,"\u{1F50C}":Mge,"\u{1F4BB}":Oge,"\u{1F5A5}\uFE0F":Lge,"\u{1F5A8}\uFE0F":zge,"\u2328\uFE0F":_ge,"\u{1F5B1}\uFE0F":Bge,"\u{1F5B2}\uFE0F":Hge,"\u{1F4BD}":Vge,"\u{1F4BE}":Uge,"\u{1F4BF}":Kge,"\u{1F4C0}":qge,"\u{1F9EE}":jge,"\u{1F3A5}":Wge,"\u{1F39E}\uFE0F":Yge,"\u{1F4FD}\uFE0F":Gge,"\u{1F3AC}":$ge,"\u{1F4FA}":Xge,"\u{1F4F7}":Qge,"\u{1F4F8}":Zge,"\u{1F4F9}":Jge,"\u{1F4FC}":efe,"\u{1F50D}":tfe,"\u{1F50E}":nfe,"\u{1F56F}\uFE0F":afe,"\u{1F4A1}":ofe,"\u{1F526}":rfe,"\u{1F3EE}":ife,"\u{1FA94}":sfe,"\u{1F4D4}":lfe,"\u{1F4D5}":cfe,"\u{1F4D6}":dfe,"\u{1F4D7}":ufe,"\u{1F4D8}":pfe,"\u{1F4D9}":mfe,"\u{1F4DA}":gfe,"\u{1F4D3}":ffe,"\u{1F4D2}":hfe,"\u{1F4C3}":vfe,"\u{1F4DC}":yfe,"\u{1F4C4}":bfe,"\u{1F4F0}":wfe,"\u{1F5DE}\uFE0F":Tfe,"\u{1F4D1}":Sfe,"\u{1F516}":kfe,"\u{1F3F7}\uFE0F":Ffe,"\u{1F4B0}":Nfe,"\u{1F4B4}":Pfe,"\u{1F4B5}":Cfe,"\u{1F4B6}":Ife,"\u{1F4B7}":Dfe,"\u{1F4B8}":Efe,"\u{1F4B3}":xfe,"\u{1F9FE}":Rfe,"\u{1F4B9}":Afe,"\u{1F4B1}":Mfe,"\u{1F4B2}":Ofe,"\u2709\uFE0F":Lfe,"\u{1F4E7}":zfe,"\u{1F4E8}":_fe,"\u{1F4E9}":Bfe,"\u{1F4E4}":Hfe,"\u{1F4E5}":Vfe,"\u{1F4E6}":Ufe,"\u{1F4EB}":Kfe,"\u{1F4EA}":qfe,"\u{1F4EC}":jfe,"\u{1F4ED}":Wfe,"\u{1F4EE}":Yfe,"\u{1F5F3}\uFE0F":Gfe,"\u270F\uFE0F":$fe,"\u2712\uFE0F":Xfe,"\u{1F58B}\uFE0F":Qfe,"\u{1F58A}\uFE0F":Zfe,"\u{1F58C}\uFE0F":Jfe,"\u{1F58D}\uFE0F":ehe,"\u{1F4DD}":the,"\u{1F4BC}":nhe,"\u{1F4C1}":ahe,"\u{1F4C2}":ohe,"\u{1F5C2}\uFE0F":rhe,"\u{1F4C5}":ihe,"\u{1F4C6}":she,"\u{1F5D2}\uFE0F":lhe,"\u{1F5D3}\uFE0F":che,"\u{1F4C7}":dhe,"\u{1F4C8}":uhe,"\u{1F4C9}":phe,"\u{1F4CA}":mhe,"\u{1F4CB}":ghe,"\u{1F4CC}":fhe,"\u{1F4CD}":hhe,"\u{1F4CE}":vhe,"\u{1F587}\uFE0F":yhe,"\u{1F4CF}":bhe,"\u{1F4D0}":whe,"\u2702\uFE0F":The,"\u{1F5C3}\uFE0F":She,"\u{1F5C4}\uFE0F":khe,"\u{1F5D1}\uFE0F":Fhe,"\u{1F512}":Nhe,"\u{1F513}":Phe,"\u{1F50F}":Che,"\u{1F510}":Ihe,"\u{1F511}":Dhe,"\u{1F5DD}\uFE0F":Ehe,"\u{1F528}":xhe,"\u{1FA93}":Rhe,"\u26CF\uFE0F":Ahe,"\u2692\uFE0F":Mhe,"\u{1F6E0}\uFE0F":Ohe,"\u{1F5E1}\uFE0F":Lhe,"\u2694\uFE0F":zhe,"\u{1F52B}":_he,"\u{1F3F9}":Bhe,"\u{1F6E1}\uFE0F":Hhe,"\u{1F527}":Vhe,"\u{1F529}":Uhe,"\u2699\uFE0F":Khe,"\u{1F5DC}\uFE0F":qhe,"\u2696\uFE0F":jhe,"\u{1F9AF}":Whe,"\u{1F517}":Yhe,"\u26D3\uFE0F":Ghe,"\u{1F9F0}":$he,"\u{1F9F2}":Xhe,"\u2697\uFE0F":Qhe,"\u{1F9EA}":Zhe,"\u{1F9EB}":Jhe,"\u{1F9EC}":eve,"\u{1F52C}":tve,"\u{1F52D}":nve,"\u{1F4E1}":ave,"\u{1F489}":ove,"\u{1FA78}":rve,"\u{1F48A}":ive,"\u{1FA79}":sve,"\u{1FA7A}":lve,"\u{1F6AA}":cve,"\u{1F6CF}\uFE0F":dve,"\u{1F6CB}\uFE0F":uve,"\u{1FA91}":pve,"\u{1F6BD}":mve,"\u{1F6BF}":gve,"\u{1F6C1}":fve,"\u{1FA92}":hve,"\u{1F9F4}":vve,"\u{1F9F7}":yve,"\u{1F9F9}":bve,"\u{1F9FA}":wve,"\u{1F9FB}":Tve,"\u{1F9FC}":Sve,"\u{1F9FD}":kve,"\u{1F9EF}":Fve,"\u{1F6D2}":Nve,"\u{1F6AC}":Pve,"\u26B0\uFE0F":Cve,"\u26B1\uFE0F":Ive,"\u{1F5FF}":Dve,"\u{1F3E7}":Eve,"\u{1F6AE}":xve,"\u{1F6B0}":Rve,"\u267F":Ave,"\u{1F6B9}":Mve,"\u{1F6BA}":Ove,"\u{1F6BB}":Lve,"\u{1F6BC}":zve,"\u{1F6BE}":_ve,"\u{1F6C2}":Bve,"\u{1F6C3}":Hve,"\u{1F6C4}":Vve,"\u{1F6C5}":Uve,"\u26A0\uFE0F":Kve,"\u{1F6B8}":qve,"\u26D4":jve,"\u{1F6AB}":Wve,"\u{1F6B3}":Yve,"\u{1F6AD}":Gve,"\u{1F6AF}":$ve,"\u{1F6B1}":Xve,"\u{1F6B7}":Qve,"\u{1F4F5}":Zve,"\u{1F51E}":Jve,"\u2622\uFE0F":eye,"\u2623\uFE0F":tye,"\u2B06\uFE0F":nye,"\u2197\uFE0F":aye,"\u27A1\uFE0F":oye,"\u2198\uFE0F":rye,"\u2B07\uFE0F":iye,"\u2199\uFE0F":sye,"\u2B05\uFE0F":lye,"\u2196\uFE0F":cye,"\u2195\uFE0F":dye,"\u2194\uFE0F":uye,"\u21A9\uFE0F":pye,"\u21AA\uFE0F":mye,"\u2934\uFE0F":gye,"\u2935\uFE0F":fye,"\u{1F503}":hye,"\u{1F504}":vye,"\u{1F519}":yye,"\u{1F51A}":bye,"\u{1F51B}":wye,"\u{1F51C}":Tye,"\u{1F51D}":Sye,"\u{1F6D0}":kye,"\u269B\uFE0F":Fye,"\u{1F549}\uFE0F":Nye,"\u2721\uFE0F":Pye,"\u2638\uFE0F":Cye,"\u262F\uFE0F":Iye,"\u271D\uFE0F":Dye,"\u2626\uFE0F":Eye,"\u262A\uFE0F":xye,"\u262E\uFE0F":Rye,"\u{1F54E}":Aye,"\u{1F52F}":Mye,"\u2648":Oye,"\u2649":Lye,"\u264A":zye,"\u264B":_ye,"\u264C":Bye,"\u264D":Hye,"\u264E":Vye,"\u264F":Uye,"\u2650":Kye,"\u2651":qye,"\u2652":jye,"\u2653":Wye,"\u26CE":Yye,"\u{1F500}":Gye,"\u{1F501}":$ye,"\u{1F502}":Xye,"\u25B6\uFE0F":Qye,"\u23E9":Zye,"\u23ED\uFE0F":Jye,"\u23EF\uFE0F":ebe,"\u25C0\uFE0F":tbe,"\u23EA":nbe,"\u23EE\uFE0F":abe,"\u{1F53C}":obe,"\u23EB":rbe,"\u{1F53D}":ibe,"\u23EC":sbe,"\u23F8\uFE0F":lbe,"\u23F9\uFE0F":cbe,"\u23FA\uFE0F":dbe,"\u23CF\uFE0F":ube,"\u{1F3A6}":pbe,"\u{1F505}":mbe,"\u{1F506}":gbe,"\u{1F4F6}":fbe,"\u{1F4F3}":hbe,"\u{1F4F4}":vbe,"\u2640\uFE0F":ybe,"\u2642\uFE0F":bbe,"\u2695\uFE0F":wbe,"\u267E\uFE0F":Tbe,"\u267B\uFE0F":Sbe,"\u269C\uFE0F":kbe,"\u{1F531}":Fbe,"\u{1F4DB}":Nbe,"\u{1F530}":Pbe,"\u2B55":Cbe,"\u2705":Ibe,"\u2611\uFE0F":Dbe,"\u2714\uFE0F":Ebe,"\u2716\uFE0F":xbe,"\u274C":Rbe,"\u274E":Abe,"\u2795":Mbe,"\u2796":Obe,"\u2797":Lbe,"\u27B0":zbe,"\u27BF":_be,"\u303D\uFE0F":Bbe,"\u2733\uFE0F":Hbe,"\u2734\uFE0F":Vbe,"\u2747\uFE0F":Ube,"\u203C\uFE0F":Kbe,"\u2049\uFE0F":qbe,"\u2753":jbe,"\u2754":Wbe,"\u2755":Ybe,"\u2757":Gbe,"\u3030\uFE0F":$be,"\xA9\uFE0F":Xbe,"\xAE\uFE0F":Qbe,"\u2122\uFE0F":Zbe,"#\uFE0F\u20E3":Jbe,"*\uFE0F\u20E3":ewe,"0\uFE0F\u20E3":twe,"1\uFE0F\u20E3":nwe,"2\uFE0F\u20E3":awe,"3\uFE0F\u20E3":owe,"4\uFE0F\u20E3":rwe,"5\uFE0F\u20E3":iwe,"6\uFE0F\u20E3":swe,"7\uFE0F\u20E3":lwe,"8\uFE0F\u20E3":cwe,"9\uFE0F\u20E3":dwe,"\u{1F51F}":uwe,"\u{1F520}":pwe,"\u{1F521}":mwe,"\u{1F522}":gwe,"\u{1F523}":fwe,"\u{1F524}":hwe,"\u{1F170}\uFE0F":vwe,"\u{1F18E}":ywe,"\u{1F171}\uFE0F":bwe,"\u{1F191}":wwe,"\u{1F192}":Twe,"\u{1F193}":Swe,"\u2139\uFE0F":kwe,"\u{1F194}":Fwe,"\u24C2\uFE0F":Nwe,"\u{1F195}":Pwe,"\u{1F196}":Cwe,"\u{1F17E}\uFE0F":Iwe,"\u{1F197}":Dwe,"\u{1F17F}\uFE0F":Ewe,"\u{1F198}":xwe,"\u{1F199}":Rwe,"\u{1F19A}":Awe,"\u{1F201}":Mwe,"\u{1F202}\uFE0F":Owe,"\u{1F237}\uFE0F":Lwe,"\u{1F236}":zwe,"\u{1F22F}":_we,"\u{1F250}":Bwe,"\u{1F239}":Hwe,"\u{1F21A}":Vwe,"\u{1F232}":Uwe,"\u{1F251}":Kwe,"\u{1F238}":qwe,"\u{1F234}":jwe,"\u{1F233}":Wwe,"\u3297\uFE0F":Ywe,"\u3299\uFE0F":Gwe,"\u{1F23A}":$we,"\u{1F235}":Xwe,"\u{1F534}":Qwe,"\u{1F7E0}":Zwe,"\u{1F7E1}":Jwe,"\u{1F7E2}":eTe,"\u{1F535}":tTe,"\u{1F7E3}":nTe,"\u{1F7E4}":aTe,"\u26AB":oTe,"\u26AA":rTe,"\u{1F7E5}":iTe,"\u{1F7E7}":sTe,"\u{1F7E8}":lTe,"\u{1F7E9}":cTe,"\u{1F7E6}":dTe,"\u{1F7EA}":uTe,"\u{1F7EB}":pTe,"\u2B1B":mTe,"\u2B1C":gTe,"\u25FC\uFE0F":fTe,"\u25FB\uFE0F":hTe,"\u25FE":vTe,"\u25FD":yTe,"\u25AA\uFE0F":bTe,"\u25AB\uFE0F":wTe,"\u{1F536}":TTe,"\u{1F537}":STe,"\u{1F538}":kTe,"\u{1F539}":FTe,"\u{1F53A}":NTe,"\u{1F53B}":PTe,"\u{1F4A0}":CTe,"\u{1F518}":ITe,"\u{1F533}":DTe,"\u{1F532}":ETe,"\u{1F3C1}":xTe,"\u{1F6A9}":RTe,"\u{1F38C}":ATe,"\u{1F3F4}":MTe,"\u{1F3F3}\uFE0F":OTe,"\u{1F3F3}\uFE0F\u200D\u{1F308}":LTe,"\u{1F3F4}\u200D\u2620\uFE0F":zTe,"\u{1F1E6}\u{1F1E8}":_Te,"\u{1F1E6}\u{1F1E9}":BTe,"\u{1F1E6}\u{1F1EA}":HTe,"\u{1F1E6}\u{1F1EB}":VTe,"\u{1F1E6}\u{1F1EC}":UTe,"\u{1F1E6}\u{1F1EE}":KTe,"\u{1F1E6}\u{1F1F1}":qTe,"\u{1F1E6}\u{1F1F2}":jTe,"\u{1F1E6}\u{1F1F4}":WTe,"\u{1F1E6}\u{1F1F6}":YTe,"\u{1F1E6}\u{1F1F7}":GTe,"\u{1F1E6}\u{1F1F8}":$Te,"\u{1F1E6}\u{1F1F9}":XTe,"\u{1F1E6}\u{1F1FA}":QTe,"\u{1F1E6}\u{1F1FC}":ZTe,"\u{1F1E6}\u{1F1FD}":JTe,"\u{1F1E6}\u{1F1FF}":eSe,"\u{1F1E7}\u{1F1E6}":tSe,"\u{1F1E7}\u{1F1E7}":nSe,"\u{1F1E7}\u{1F1E9}":aSe,"\u{1F1E7}\u{1F1EA}":oSe,"\u{1F1E7}\u{1F1EB}":rSe,"\u{1F1E7}\u{1F1EC}":iSe,"\u{1F1E7}\u{1F1ED}":sSe,"\u{1F1E7}\u{1F1EE}":lSe,"\u{1F1E7}\u{1F1EF}":cSe,"\u{1F1E7}\u{1F1F1}":dSe,"\u{1F1E7}\u{1F1F2}":uSe,"\u{1F1E7}\u{1F1F3}":pSe,"\u{1F1E7}\u{1F1F4}":mSe,"\u{1F1E7}\u{1F1F6}":gSe,"\u{1F1E7}\u{1F1F7}":fSe,"\u{1F1E7}\u{1F1F8}":hSe,"\u{1F1E7}\u{1F1F9}":vSe,"\u{1F1E7}\u{1F1FB}":ySe,"\u{1F1E7}\u{1F1FC}":bSe,"\u{1F1E7}\u{1F1FE}":wSe,"\u{1F1E7}\u{1F1FF}":TSe,"\u{1F1E8}\u{1F1E6}":SSe,"\u{1F1E8}\u{1F1E8}":kSe,"\u{1F1E8}\u{1F1E9}":FSe,"\u{1F1E8}\u{1F1EB}":NSe,"\u{1F1E8}\u{1F1EC}":PSe,"\u{1F1E8}\u{1F1ED}":CSe,"\u{1F1E8}\u{1F1EE}":ISe,"\u{1F1E8}\u{1F1F0}":DSe,"\u{1F1E8}\u{1F1F1}":ESe,"\u{1F1E8}\u{1F1F2}":xSe,"\u{1F1E8}\u{1F1F3}":RSe,"\u{1F1E8}\u{1F1F4}":ASe,"\u{1F1E8}\u{1F1F5}":MSe,"\u{1F1E8}\u{1F1F7}":OSe,"\u{1F1E8}\u{1F1FA}":LSe,"\u{1F1E8}\u{1F1FB}":zSe,"\u{1F1E8}\u{1F1FC}":_Se,"\u{1F1E8}\u{1F1FD}":BSe,"\u{1F1E8}\u{1F1FE}":HSe,"\u{1F1E8}\u{1F1FF}":VSe,"\u{1F1E9}\u{1F1EA}":USe,"\u{1F1E9}\u{1F1EC}":KSe,"\u{1F1E9}\u{1F1EF}":qSe,"\u{1F1E9}\u{1F1F0}":jSe,"\u{1F1E9}\u{1F1F2}":WSe,"\u{1F1E9}\u{1F1F4}":YSe,"\u{1F1E9}\u{1F1FF}":GSe,"\u{1F1EA}\u{1F1E6}":$Se,"\u{1F1EA}\u{1F1E8}":XSe,"\u{1F1EA}\u{1F1EA}":QSe,"\u{1F1EA}\u{1F1EC}":ZSe,"\u{1F1EA}\u{1F1ED}":JSe,"\u{1F1EA}\u{1F1F7}":eke,"\u{1F1EA}\u{1F1F8}":tke,"\u{1F1EA}\u{1F1F9}":nke,"\u{1F1EA}\u{1F1FA}":ake,"\u{1F1EB}\u{1F1EE}":oke,"\u{1F1EB}\u{1F1EF}":rke,"\u{1F1EB}\u{1F1F0}":ike,"\u{1F1EB}\u{1F1F2}":ske,"\u{1F1EB}\u{1F1F4}":lke,"\u{1F1EB}\u{1F1F7}":cke,"\u{1F1EC}\u{1F1E6}":dke,"\u{1F1EC}\u{1F1E7}":uke,"\u{1F1EC}\u{1F1E9}":pke,"\u{1F1EC}\u{1F1EA}":mke,"\u{1F1EC}\u{1F1EB}":gke,"\u{1F1EC}\u{1F1EC}":fke,"\u{1F1EC}\u{1F1ED}":hke,"\u{1F1EC}\u{1F1EE}":vke,"\u{1F1EC}\u{1F1F1}":yke,"\u{1F1EC}\u{1F1F2}":bke,"\u{1F1EC}\u{1F1F3}":wke,"\u{1F1EC}\u{1F1F5}":Tke,"\u{1F1EC}\u{1F1F6}":Ske,"\u{1F1EC}\u{1F1F7}":kke,"\u{1F1EC}\u{1F1F8}":Fke,"\u{1F1EC}\u{1F1F9}":Nke,"\u{1F1EC}\u{1F1FA}":Pke,"\u{1F1EC}\u{1F1FC}":Cke,"\u{1F1EC}\u{1F1FE}":Ike,"\u{1F1ED}\u{1F1F0}":Dke,"\u{1F1ED}\u{1F1F2}":Eke,"\u{1F1ED}\u{1F1F3}":xke,"\u{1F1ED}\u{1F1F7}":Rke,"\u{1F1ED}\u{1F1F9}":Ake,"\u{1F1ED}\u{1F1FA}":Mke,"\u{1F1EE}\u{1F1E8}":Oke,"\u{1F1EE}\u{1F1E9}":Lke,"\u{1F1EE}\u{1F1EA}":zke,"\u{1F1EE}\u{1F1F1}":_ke,"\u{1F1EE}\u{1F1F2}":Bke,"\u{1F1EE}\u{1F1F3}":Hke,"\u{1F1EE}\u{1F1F4}":Vke,"\u{1F1EE}\u{1F1F6}":Uke,"\u{1F1EE}\u{1F1F7}":Kke,"\u{1F1EE}\u{1F1F8}":qke,"\u{1F1EE}\u{1F1F9}":jke,"\u{1F1EF}\u{1F1EA}":Wke,"\u{1F1EF}\u{1F1F2}":Yke,"\u{1F1EF}\u{1F1F4}":Gke,"\u{1F1EF}\u{1F1F5}":$ke,"\u{1F1F0}\u{1F1EA}":Xke,"\u{1F1F0}\u{1F1EC}":Qke,"\u{1F1F0}\u{1F1ED}":Zke,"\u{1F1F0}\u{1F1EE}":Jke,"\u{1F1F0}\u{1F1F2}":eFe,"\u{1F1F0}\u{1F1F3}":tFe,"\u{1F1F0}\u{1F1F5}":nFe,"\u{1F1F0}\u{1F1F7}":aFe,"\u{1F1F0}\u{1F1FC}":oFe,"\u{1F1F0}\u{1F1FE}":rFe,"\u{1F1F0}\u{1F1FF}":iFe,"\u{1F1F1}\u{1F1E6}":sFe,"\u{1F1F1}\u{1F1E7}":lFe,"\u{1F1F1}\u{1F1E8}":cFe,"\u{1F1F1}\u{1F1EE}":dFe,"\u{1F1F1}\u{1F1F0}":uFe,"\u{1F1F1}\u{1F1F7}":pFe,"\u{1F1F1}\u{1F1F8}":mFe,"\u{1F1F1}\u{1F1F9}":gFe,"\u{1F1F1}\u{1F1FA}":fFe,"\u{1F1F1}\u{1F1FB}":hFe,"\u{1F1F1}\u{1F1FE}":vFe,"\u{1F1F2}\u{1F1E6}":yFe,"\u{1F1F2}\u{1F1E8}":bFe,"\u{1F1F2}\u{1F1E9}":wFe,"\u{1F1F2}\u{1F1EA}":TFe,"\u{1F1F2}\u{1F1EB}":SFe,"\u{1F1F2}\u{1F1EC}":kFe,"\u{1F1F2}\u{1F1ED}":FFe,"\u{1F1F2}\u{1F1F0}":NFe,"\u{1F1F2}\u{1F1F1}":PFe,"\u{1F1F2}\u{1F1F2}":CFe,"\u{1F1F2}\u{1F1F3}":IFe,"\u{1F1F2}\u{1F1F4}":DFe,"\u{1F1F2}\u{1F1F5}":EFe,"\u{1F1F2}\u{1F1F6}":xFe,"\u{1F1F2}\u{1F1F7}":RFe,"\u{1F1F2}\u{1F1F8}":AFe,"\u{1F1F2}\u{1F1F9}":MFe,"\u{1F1F2}\u{1F1FA}":OFe,"\u{1F1F2}\u{1F1FB}":LFe,"\u{1F1F2}\u{1F1FC}":zFe,"\u{1F1F2}\u{1F1FD}":_Fe,"\u{1F1F2}\u{1F1FE}":BFe,"\u{1F1F2}\u{1F1FF}":HFe,"\u{1F1F3}\u{1F1E6}":VFe,"\u{1F1F3}\u{1F1E8}":UFe,"\u{1F1F3}\u{1F1EA}":KFe,"\u{1F1F3}\u{1F1EB}":qFe,"\u{1F1F3}\u{1F1EC}":jFe,"\u{1F1F3}\u{1F1EE}":WFe,"\u{1F1F3}\u{1F1F1}":YFe,"\u{1F1F3}\u{1F1F4}":GFe,"\u{1F1F3}\u{1F1F5}":$Fe,"\u{1F1F3}\u{1F1F7}":XFe,"\u{1F1F3}\u{1F1FA}":QFe,"\u{1F1F3}\u{1F1FF}":ZFe,"\u{1F1F4}\u{1F1F2}":JFe,"\u{1F1F5}\u{1F1E6}":eNe,"\u{1F1F5}\u{1F1EA}":tNe,"\u{1F1F5}\u{1F1EB}":nNe,"\u{1F1F5}\u{1F1EC}":aNe,"\u{1F1F5}\u{1F1ED}":oNe,"\u{1F1F5}\u{1F1F0}":rNe,"\u{1F1F5}\u{1F1F1}":iNe,"\u{1F1F5}\u{1F1F2}":sNe,"\u{1F1F5}\u{1F1F3}":lNe,"\u{1F1F5}\u{1F1F7}":cNe,"\u{1F1F5}\u{1F1F8}":dNe,"\u{1F1F5}\u{1F1F9}":uNe,"\u{1F1F5}\u{1F1FC}":pNe,"\u{1F1F5}\u{1F1FE}":mNe,"\u{1F1F6}\u{1F1E6}":gNe,"\u{1F1F7}\u{1F1EA}":fNe,"\u{1F1F7}\u{1F1F4}":hNe,"\u{1F1E8}\u{1F1F6}":vNe,"\u{1F1F7}\u{1F1F8}":yNe,"\u{1F1F7}\u{1F1FA}":bNe,"\u{1F1F7}\u{1F1FC}":wNe,"\u{1F1F8}\u{1F1E6}":TNe,"\u{1F1F8}\u{1F1E7}":SNe,"\u{1F1F8}\u{1F1E8}":kNe,"\u{1F1F8}\u{1F1E9}":FNe,"\u{1F1F8}\u{1F1EA}":NNe,"\u{1F1F8}\u{1F1EC}":PNe,"\u{1F1F8}\u{1F1ED}":CNe,"\u{1F1F8}\u{1F1EE}":INe,"\u{1F1F8}\u{1F1EF}":DNe,"\u{1F1F8}\u{1F1F0}":ENe,"\u{1F1F8}\u{1F1F1}":xNe,"\u{1F1F8}\u{1F1F2}":RNe,"\u{1F1F8}\u{1F1F3}":ANe,"\u{1F1F8}\u{1F1F4}":MNe,"\u{1F1F8}\u{1F1F7}":ONe,"\u{1F1F8}\u{1F1F8}":LNe,"\u{1F1F8}\u{1F1F9}":zNe,"\u{1F1F8}\u{1F1FB}":_Ne,"\u{1F1F8}\u{1F1FD}":BNe,"\u{1F1F8}\u{1F1FE}":HNe,"\u{1F1F8}\u{1F1FF}":VNe,"\u{1F1F9}\u{1F1E6}":UNe,"\u{1F1F9}\u{1F1E8}":KNe,"\u{1F1F9}\u{1F1E9}":qNe,"\u{1F1F9}\u{1F1EB}":jNe,"\u{1F1F9}\u{1F1EC}":WNe,"\u{1F1F9}\u{1F1ED}":YNe,"\u{1F1F9}\u{1F1EF}":GNe,"\u{1F1F9}\u{1F1F0}":$Ne,"\u{1F1F9}\u{1F1F1}":XNe,"\u{1F1F9}\u{1F1F2}":QNe,"\u{1F1F9}\u{1F1F3}":ZNe,"\u{1F1F9}\u{1F1F4}":JNe,"\u{1F1F9}\u{1F1F7}":ePe,"\u{1F1F9}\u{1F1F9}":tPe,"\u{1F1F9}\u{1F1FB}":nPe,"\u{1F1F9}\u{1F1FC}":aPe,"\u{1F1F9}\u{1F1FF}":oPe,"\u{1F1FA}\u{1F1E6}":rPe,"\u{1F1FA}\u{1F1EC}":iPe,"\u{1F1FA}\u{1F1F2}":sPe,"\u{1F1FA}\u{1F1F3}":lPe,"\u{1F1FA}\u{1F1F8}":cPe,"\u{1F1FA}\u{1F1FE}":dPe,"\u{1F1FA}\u{1F1FF}":uPe,"\u{1F1FB}\u{1F1E6}":pPe,"\u{1F1FB}\u{1F1E8}":mPe,"\u{1F1FB}\u{1F1EA}":gPe,"\u{1F1FB}\u{1F1EC}":fPe,"\u{1F1FB}\u{1F1EE}":hPe,"\u{1F1FB}\u{1F1F3}":vPe,"\u{1F1FB}\u{1F1FA}":yPe,"\u{1F1FC}\u{1F1EB}":bPe,"\u{1F1FC}\u{1F1F8}":wPe,"\u{1F1FD}\u{1F1F0}":TPe,"\u{1F1FE}\u{1F1EA}":SPe,"\u{1F1FE}\u{1F1F9}":kPe,"\u{1F1FF}\u{1F1E6}":FPe,"\u{1F1FF}\u{1F1F2}":NPe,"\u{1F1FF}\u{1F1FC}":PPe,"\u{1F3F4}\u{E0067}\u{E0062}\u{E0065}\u{E006E}\u{E0067}\u{E007F}":CPe,"\u{1F3F4}\u{E0067}\u{E0062}\u{E0073}\u{E0063}\u{E0074}\u{E007F}":IPe,"\u{1F3F4}\u{E0067}\u{E0062}\u{E0077}\u{E006C}\u{E0073}\u{E007F}":DPe,"\u{1F972}":EPe,"\u{1F978}":xPe,"\u{1F90C}":RPe,"\u{1FAC0}":APe,"\u{1FAC1}":MPe,"\u{1F977}":OPe,"\u{1F935}\u200D\u2642\uFE0F":LPe,"\u{1F935}\u200D\u2640\uFE0F":zPe,"\u{1F470}\u200D\u2642\uFE0F":_Pe,"\u{1F470}\u200D\u2640\uFE0F":BPe,"\u{1F469}\u200D\u{1F37C}":HPe,"\u{1F468}\u200D\u{1F37C}":VPe,"\u{1F9D1}\u200D\u{1F37C}":UPe,"\u{1F9D1}\u200D\u{1F384}":KPe,"\u{1FAC2}":qPe,"\u{1F408}\u200D\u2B1B":jPe,"\u{1F9AC}":WPe,"\u{1F9A3}":YPe,"\u{1F9AB}":GPe,"\u{1F43B}\u200D\u2744\uFE0F":$Pe,"\u{1F9A4}":XPe,"\u{1FAB6}":QPe,"\u{1F9AD}":ZPe,"\u{1FAB2}":JPe,"\u{1FAB3}":eCe,"\u{1FAB0}":tCe,"\u{1FAB1}":nCe,"\u{1FAB4}":aCe,"\u{1FAD0}":oCe,"\u{1FAD2}":rCe,"\u{1FAD1}":iCe,"\u{1FAD3}":sCe,"\u{1FAD4}":lCe,"\u{1FAD5}":cCe,"\u{1FAD6}":dCe,"\u{1F9CB}":uCe,"\u{1FAA8}":pCe,"\u{1FAB5}":mCe,"\u{1F6D6}":gCe,"\u{1F6FB}":fCe,"\u{1F6FC}":hCe,"\u{1FA84}":vCe,"\u{1FA85}":yCe,"\u{1FA86}":bCe,"\u{1FAA1}":wCe,"\u{1FAA2}":TCe,"\u{1FA74}":SCe,"\u{1FA96}":kCe,"\u{1FA97}":FCe,"\u{1FA98}":NCe,"\u{1FA99}":PCe,"\u{1FA83}":CCe,"\u{1FA9A}":ICe,"\u{1FA9B}":DCe,"\u{1FA9D}":ECe,"\u{1FA9C}":xCe,"\u{1F6D7}":RCe,"\u{1FA9E}":ACe,"\u{1FA9F}":MCe,"\u{1FAA0}":OCe,"\u{1FAA4}":LCe,"\u{1FAA3}":zCe,"\u{1FAA5}":_Ce,"\u{1FAA6}":BCe,"\u{1FAA7}":HCe,"\u26A7\uFE0F":VCe,"\u{1F3F3}\uFE0F\u200D\u26A7\uFE0F":UCe,"\u{1F636}\u200D\u{1F32B}\uFE0F":KCe,"\u{1F62E}\u200D\u{1F4A8}":qCe,"\u{1F635}\u200D\u{1F4AB}":jCe,"\u2764\uFE0F\u200D\u{1F525}":WCe,"\u2764\uFE0F\u200D\u{1FA79}":YCe,"\u{1F9D4}\u200D\u2642\uFE0F":GCe,"\u{1F9D4}\u200D\u2640\uFE0F":$Ce,"\u{1FAE0}":XCe,"\u{1FAE2}":QCe,"\u{1FAE3}":ZCe,"\u{1FAE1}":JCe,"\u{1FAE5}":eIe,"\u{1FAE4}":tIe,"\u{1F979}":nIe,"\u{1FAF1}":aIe,"\u{1FAF2}":oIe,"\u{1FAF3}":rIe,"\u{1FAF4}":iIe,"\u{1FAF0}":sIe,"\u{1FAF5}":lIe,"\u{1FAF6}":cIe,"\u{1FAE6}":dIe,"\u{1FAC5}":uIe,"\u{1FAC3}":pIe,"\u{1FAC4}":mIe,"\u{1F9CC}":gIe,"\u{1FAB8}":fIe,"\u{1FAB7}":hIe,"\u{1FAB9}":vIe,"\u{1FABA}":yIe,"\u{1FAD8}":bIe,"\u{1FAD7}":wIe,"\u{1FAD9}":TIe,"\u{1F6DD}":SIe,"\u{1F6DE}":kIe,"\u{1F6DF}":FIe,"\u{1FAAC}":NIe,"\u{1FAA9}":PIe,"\u{1FAAB}":CIe,"\u{1FA7C}":IIe,"\u{1FA7B}":DIe,"\u{1FAE7}":EIe,"\u{1FAAA}":xIe,"\u{1F7F0}":RIe,"\u{1FAE8}":AIe,"\u{1FA77}":MIe,"\u{1FA75}":OIe,"\u{1FA76}":LIe,"\u{1FAF7}":zIe,"\u{1FAF8}":_Ie,"\u{1FACE}":BIe,"\u{1FACF}":HIe,"\u{1FABD}":VIe,"\u{1F426}\u200D\u2B1B":UIe,"\u{1FABF}":KIe,"\u{1FABC}":qIe,"\u{1FABB}":jIe,"\u{1FADA}":WIe,"\u{1FADB}":YIe,"\u{1FAAD}":GIe,"\u{1FAAE}":$Ie,"\u{1FA87}":XIe,"\u{1FA88}":QIe,"\u{1FAAF}":ZIe,"\u{1F6DC}":JIe,"\u{1F642}\u200D\u2194\uFE0F":eDe,"\u{1F642}\u200D\u2195\uFE0F":tDe,"\u{1F6B6}\u200D\u27A1\uFE0F":nDe,"\u{1F6B6}\u200D\u2640\uFE0F\u200D\u27A1\uFE0F":aDe,"\u{1F6B6}\u200D\u2642\uFE0F\u200D\u27A1\uFE0F":oDe,"\u{1F9CE}\u200D\u27A1\uFE0F":rDe,"\u{1F9CE}\u200D\u2640\uFE0F\u200D\u27A1\uFE0F":iDe,"\u{1F9CE}\u200D\u2642\uFE0F\u200D\u27A1\uFE0F":sDe,"\u{1F9D1}\u200D\u{1F9AF}\u200D\u27A1\uFE0F":lDe,"\u{1F468}\u200D\u{1F9AF}\u200D\u27A1\uFE0F":cDe,"\u{1F469}\u200D\u{1F9AF}\u200D\u27A1\uFE0F":dDe,"\u{1F9D1}\u200D\u{1F9BC}\u200D\u27A1\uFE0F":uDe,"\u{1F468}\u200D\u{1F9BC}\u200D\u27A1\uFE0F":pDe,"\u{1F469}\u200D\u{1F9BC}\u200D\u27A1\uFE0F":mDe,"\u{1F9D1}\u200D\u{1F9BD}\u200D\u27A1\uFE0F":gDe,"\u{1F468}\u200D\u{1F9BD}\u200D\u27A1\uFE0F":fDe,"\u{1F469}\u200D\u{1F9BD}\u200D\u27A1\uFE0F":hDe,"\u{1F3C3}\u200D\u27A1\uFE0F":vDe,"\u{1F3C3}\u200D\u2640\uFE0F\u200D\u27A1\uFE0F":yDe,"\u{1F3C3}\u200D\u2642\uFE0F\u200D\u27A1\uFE0F":bDe,"\u{1F9D1}\u200D\u{1F9D1}\u200D\u{1F9D2}":wDe,"\u{1F9D1}\u200D\u{1F9D1}\u200D\u{1F9D2}\u200D\u{1F9D2}":TDe,"\u{1F9D1}\u200D\u{1F9D2}":SDe,"\u{1F9D1}\u200D\u{1F9D2}\u200D\u{1F9D2}":kDe,"\u{1F426}\u200D\u{1F525}":FDe,"\u{1F34B}\u200D\u{1F7E9}":NDe,"\u{1F344}\u200D\u{1F7EB}":PDe,"\u26D3\uFE0F\u200D\u{1F4A5}":CDe,"\u{1FAE9}":IDe,"\u{1FAC6}":DDe,"\u{1FABE}":EDe,"\u{1FADC}":xDe,"\u{1FA89}":RDe,"\u{1FA8F}":ADe,"\u{1FADF}":MDe}});function LDe(t){return Array.isArray(t)&&t.every(e=>typeof e=="string")}var wS,b_=He(()=>{RD();AD();Ug();wS=class{constructor(){this.id="emoji";this.name="Emoji"}getVersion(){return null}isAvailable(){return!0}render(e,n,a){return Yd(e),n?(e.addClass("nn-emoji-icon"),e.setText(n),a?(e.style.fontSize=`${a}px`,e.style.width=`${a}px`,e.style.height=`${a}px`,e.style.lineHeight=`${a}px`):(e.style.removeProperty("font-size"),e.style.removeProperty("width"),e.style.removeProperty("height"),e.style.removeProperty("line-height")),"rendered"):"not-found"}search(e){if(!e||e.trim().length===0)return[];let n=zp(e);if(n)return[{id:n,displayName:n,preview:n}];let a=[],o=e.toLowerCase();for(let[r,i]of Object.entries(Wv)){if(!LDe(i)||i.length===0)continue;if(i.some(l=>l.toLowerCase().includes(o))){let l=i.find(c=>c.toLowerCase().includes(o))||i[0];a.push({id:r,displayName:l,preview:r})}}return a.slice(0,50)}getAll(){return[]}}});function zDe(){return _p||(_p=yS.getInstance(),_p.registerProvider(new bS),_p.registerProvider(new wS)),_p}function un(){return _p||zDe()}function Kr(){let t=un();return(0,w_.useSyncExternalStore)(e=>t.subscribe(e),()=>t.getVersion(),()=>t.getVersion())}var w_,_p,Pr=He(()=>{ND();w_=ce(Ie());d_();p_();b_();_p=null});var T_,S_=He(()=>{T_={"bootstrap-icons":{"0Circle":"0-circle","0CircleFill":"0-circle-fill","0Square":"0-square","0SquareFill":"0-square-fill","1Circle":"1-circle","1CircleFill":"1-circle-fill","1Square":"1-square","1SquareFill":"1-square-fill","2Circle":"2-circle","2CircleFill":"2-circle-fill","2Square":"2-square","2SquareFill":"2-square-fill","3Circle":"3-circle","3CircleFill":"3-circle-fill","3Square":"3-square","3SquareFill":"3-square-fill","4Circle":"4-circle","4CircleFill":"4-circle-fill","4Square":"4-square","4SquareFill":"4-square-fill","5Circle":"5-circle","5CircleFill":"5-circle-fill","5Square":"5-square","5SquareFill":"5-square-fill","6Circle":"6-circle","6CircleFill":"6-circle-fill","6Square":"6-square","6SquareFill":"6-square-fill","7Circle":"7-circle","7CircleFill":"7-circle-fill","7Square":"7-square","7SquareFill":"7-square-fill","8Circle":"8-circle","8CircleFill":"8-circle-fill","8Square":"8-square","8SquareFill":"8-square-fill","9Circle":"9-circle","9CircleFill":"9-circle-fill","9Square":"9-square","9SquareFill":"9-square-fill",Arrow90degDown:"arrow-90deg-down",Arrow90degLeft:"arrow-90deg-left",Arrow90degRight:"arrow-90deg-right",Arrow90degUp:"arrow-90deg-up",Backpack2Fill:"backpack2-fill",Backpack3Fill:"backpack3-fill",Backpack4Fill:"backpack4-fill",Badge3d:"badge-3d",Badge3dFill:"badge-3d-fill",Badge4k:"badge-4k",Badge4kFill:"badge-4k-fill",Badge8k:"badge-8k",Badge8kFill:"badge-8k-fill",Basket2Fill:"basket2-fill",Basket3Fill:"basket3-fill",Box2Fill:"box2-fill",Box2Heart:"box2-heart",Box2HeartFill:"box2-heart-fill",Cake2Fill:"cake2-fill",Calendar2Check:"calendar2-check",Calendar2CheckFill:"calendar2-check-fill",Calendar2Date:"calendar2-date",Calendar2DateFill:"calendar2-date-fill",Calendar2Day:"calendar2-day",Calendar2DayFill:"calendar2-day-fill",Calendar2Event:"calendar2-event",Calendar2EventFill:"calendar2-event-fill",Calendar2Fill:"calendar2-fill",Calendar2Heart:"calendar2-heart",Calendar2HeartFill:"calendar2-heart-fill",Calendar2Minus:"calendar2-minus",Calendar2MinusFill:"calendar2-minus-fill",Calendar2Month:"calendar2-month",Calendar2MonthFill:"calendar2-month-fill",Calendar2Plus:"calendar2-plus",Calendar2PlusFill:"calendar2-plus-fill",Calendar2Range:"calendar2-range",Calendar2RangeFill:"calendar2-range-fill",Calendar2Week:"calendar2-week",Calendar2WeekFill:"calendar2-week-fill",Calendar2X:"calendar2-x",Calendar2XFill:"calendar2-x-fill",Calendar3Event:"calendar3-event",Calendar3EventFill:"calendar3-event-fill",Calendar3Fill:"calendar3-fill",Calendar3Range:"calendar3-range",Calendar3RangeFill:"calendar3-range-fill",Calendar3Week:"calendar3-week",Calendar3WeekFill:"calendar3-week-fill",Calendar4Event:"calendar4-event",Calendar4Range:"calendar4-range",Calendar4Week:"calendar4-week",Check2All:"check2-all",Check2Circle:"check2-circle",Check2Square:"check2-square",Clipboard2Check:"clipboard2-check",Clipboard2CheckFill:"clipboard2-check-fill",Clipboard2Data:"clipboard2-data",Clipboard2DataFill:"clipboard2-data-fill",Clipboard2Fill:"clipboard2-fill",Clipboard2Heart:"clipboard2-heart",Clipboard2HeartFill:"clipboard2-heart-fill",Clipboard2Minus:"clipboard2-minus",Clipboard2MinusFill:"clipboard2-minus-fill",Clipboard2Plus:"clipboard2-plus",Clipboard2PlusFill:"clipboard2-plus-fill",Clipboard2Pulse:"clipboard2-pulse",Clipboard2PulseFill:"clipboard2-pulse-fill",Clipboard2X:"clipboard2-x",Clipboard2XFill:"clipboard2-x-fill",CloudFog2Fill:"cloud-fog2-fill",CloudHaze2Fill:"cloud-haze2-fill",CreditCard2Back:"credit-card-2-back",CreditCard2BackFill:"credit-card-2-back-fill",CreditCard2Front:"credit-card-2-front",CreditCard2FrontFill:"credit-card-2-front-fill",Diagram2:"diagram-2",Diagram2Fill:"diagram-2-fill",Diagram3:"diagram-3",Diagram3Fill:"diagram-3-fill",Dice1:"dice-1",Dice1Fill:"dice-1-fill",Dice2:"dice-2",Dice2Fill:"dice-2-fill",Dice3:"dice-3",Dice3Fill:"dice-3-fill",Dice4:"dice-4",Dice4Fill:"dice-4-fill",Dice5:"dice-5",Dice5Fill:"dice-5-fill",Dice6:"dice-6",Dice6Fill:"dice-6-fill",Easel2Fill:"easel2-fill",Easel3Fill:"easel3-fill",FileEarmarkLock2Fill:"file-earmark-lock2-fill",FileLock2Fill:"file-lock2-fill",Floppy2Fill:"floppy2-fill",Folder2Open:"folder2-open",Grid1x2:"grid-1x2",Grid1x2Fill:"grid-1x2-fill",Grid3x2:"grid-3x2",Grid3x2Gap:"grid-3x2-gap",Grid3x2GapFill:"grid-3x2-gap-fill",Grid3x3:"grid-3x3",Grid3x3Gap:"grid-3x3-gap",Grid3x3GapFill:"grid-3x3-gap-fill",Link45deg:"link-45deg",Mailbox2Flag:"mailbox2-flag",Mouse2Fill:"mouse2-fill",Mouse3Fill:"mouse3-fill",Reception0:"reception-0",Reception1:"reception-1",Reception2:"reception-2",Reception3:"reception-3",Reception4:"reception-4",Record2Fill:"record2-fill",Repeat1:"repeat-1",Safe2Fill:"safe2-fill",Save2Fill:"save2-fill",Signpost2:"signpost-2",Signpost2Fill:"signpost-2-fill",Sliders2Vertical:"sliders2-vertical",Suitcase2Fill:"suitcase2-fill",Toggle2Off:"toggle2-off",Toggle2On:"toggle2-on",Trash2Fill:"trash2-fill",Trash3Fill:"trash3-fill",Unlock2Fill:"unlock2-fill",Wifi1:"wifi-1",Wifi2:"wifi-2"},"fontawesome-solid":{ArrowDown19:"arrow-down-1-9",ArrowDown91:"arrow-down-9-1",ArrowDownAZ:"arrow-down-a-z",ArrowDownZA:"arrow-down-z-a",ArrowUp19:"arrow-up-1-9",ArrowUp91:"arrow-up-9-1",ArrowUpAZ:"arrow-up-a-z",ArrowUpZA:"arrow-up-z-a",MoneyBill1:"money-bill-1",MoneyBill1Wave:"money-bill-1-wave",Stopwatch20:"stopwatch-20"},"material-icons":{"18UpRating":"18_up_rating","6FtApart":"6_ft_apart",Battery0Bar:"battery_0_bar",Battery1Bar:"battery_1_bar",Battery2Bar:"battery_2_bar",Battery3Bar:"battery_3_bar",Battery4Bar:"battery_4_bar",Battery5Bar:"battery_5_bar",Battery6Bar:"battery_6_bar",Brightness1:"brightness_1",Brightness2:"brightness_2",Brightness3:"brightness_3",Brightness4:"brightness_4",Brightness5:"brightness_5",Brightness6:"brightness_6",Brightness7:"brightness_7",Crop169:"crop_16_9",Crop32:"crop_3_2",Crop54:"crop_5_4",Crop75:"crop_7_5",Diversity1:"diversity_1",Diversity2:"diversity_2",Diversity3:"diversity_3",ExposureMinus1:"exposure_minus_1",ExposureMinus2:"exposure_minus_2",ExposureNeg1:"exposure_neg_1",ExposureNeg2:"exposure_neg_2",ExposurePlus1:"exposure_plus_1",ExposurePlus2:"exposure_plus_2",Face2:"face_2",Face3:"face_3",Face4:"face_4",Face5:"face_5",Face6:"face_6",Filter1:"filter_1",Filter2:"filter_2",Filter3:"filter_3",Filter4:"filter_4",Filter5:"filter_5",Filter6:"filter_6",Filter7:"filter_7",Filter8:"filter_8",Filter9:"filter_9",Filter9Plus:"filter_9_plus",Forward10:"forward_10",Forward30:"forward_30",Forward5:"forward_5",Grid3x3:"grid_3x3",Grid4x4:"grid_4x4",Groups2:"groups_2",Groups3:"groups_3",Inventory2:"inventory_2",Looks3:"looks_3",Looks4:"looks_4",Looks5:"looks_5",Looks6:"looks_6",Man2:"man_2",Man3:"man_3",Man4:"man_4",NetworkWifi1Bar:"network_wifi_1_bar",NetworkWifi2Bar:"network_wifi_2_bar",NetworkWifi3Bar:"network_wifi_3_bar",Person2:"person_2",Person3:"person_3",Person4:"person_4",PersonAddAlt1:"person_add_alt_1",PersonRemoveAlt1:"person_remove_alt_1",QrCode2:"qr_code_2",Replay10:"replay_10",Replay30:"replay_30",Replay5:"replay_5",Rotate90DegreesCcw:"rotate_90_degrees_ccw",Rotate90DegreesCw:"rotate_90_degrees_cw",Shop2:"shop_2",SignalCellular0Bar:"signal_cellular_0_bar",SignalCellular4Bar:"signal_cellular_4_bar",SignalCellularAlt1Bar:"signal_cellular_alt_1_bar",SignalCellularAlt2Bar:"signal_cellular_alt_2_bar",SignalCellularConnectedNoInternet0Bar:"signal_cellular_connected_no_internet_0_bar",SignalCellularConnectedNoInternet4Bar:"signal_cellular_connected_no_internet_4_bar",SignalWifi0Bar:"signal_wifi_0_bar",SignalWifi4Bar:"signal_wifi_4_bar",SignalWifi4BarLock:"signal_wifi_4_bar_lock",SignalWifiConnectedNoInternet4:"signal_wifi_connected_no_internet_4",SignalWifiStatusbar4Bar:"signal_wifi_statusbar_4_bar",SignalWifiStatusbarConnectedNoInternet4:"signal_wifi_statusbar_connected_no_internet_4",StickyNote2:"sticky_note_2",Timer10:"timer_10",Timer10Select:"timer_10_select",Timer3:"timer_3",Timer3Select:"timer_3_select",Wifi1Bar:"wifi_1_bar",Wifi2Bar:"wifi_2_bar",WifiCalling3:"wifi_calling_3",Woman2:"woman_2"},phosphor:{},"rpg-awesome":{Battery0:"battery-0",Battery100:"battery-100",Battery25:"battery-25",Battery50:"battery-50",Battery75:"battery-75"},"simple-icons":{}}});function OD(t,e){let n=t;if(n.length===0||e.length===0)return n;let a=e.map(r=>r.toLowerCase()),o=!0;for(;o&&n.length>0;){o=!1;for(let r=0;re.charAt(0).toUpperCase()+e.slice(1)).join("")}function zD(t){return t?t.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1-$2").replace(/_/g,"-").toLowerCase():""}var MD,k_=He(()=>{MD=new Map([["lucide",{redundantPrefixes:["lucide-"]}],["phosphor",{redundantPrefixes:["ph-"]}],["rpg-awesome",{redundantPrefixes:["ra-"]}],["material-icons",{redundantPrefixes:[],canonicalDelimiter:"snake"}]])});function Bp(t){if(t.includes("-")){let a=t.split("-");if(a.length===0)return"";let o=a[0].charAt(0).toUpperCase();for(let r=1;r=t.length-1)return null;let n=t.substring(0,e).toLowerCase(),a=t.substring(e+1).trim();if(!n||!a||a.includes(":"))return null;let o=I_.get(n);if(!o)return null;let r=HD(a,o);return r?o===Hp?SS(r)?r:null:`${o}:${r}`:null}function E_(){return qg!==void 0?qg:typeof BD.getIconIds!="function"?(qg=null,qg):(qg=new Set((0,BD.getIconIds)().map(t=>vn(t)).filter(t=>t.length>0)),qg)}function SS(t){var a;let e=t.trim();if(!e||e.startsWith("lucide-"))return!1;let n=E_();return(a=n==null?void 0:n.has(e))!=null?a:!1}function UDe(t){let e=t.trim();if(!e)return null;let n=zp(e);if(n&&n===e)return`emoji:${n}`;let a=eEe(e);if(a)return`${Yv}:${a}`;if(!e.includes(":")&&e.toLowerCase().endsWith(kS))return`${Yv}:${e}`;let o=VDe(e);return o||(e.includes(":")?null:SS(e)?e:null)}function x_(t){let e=UDe(t);return e||R_(t)}function KDe(t){var a,o;let e=N_.get(t);if(e)return e;let n=((o=(a=MD.get(t))==null?void 0:a.redundantPrefixes)!=null?o:[]).map(r=>LD(r)).filter(r=>r.length>0);return N_.set(t,n),n}function qDe(t,e){return OD(t,KDe(e))}function jDe(t,e){let n=new Map;return t.forEach(a=>{let o=LD(a);TS(zD(o),e)!==a&&n.set(o,a)}),n}function WDe(t){let e=_D.get(t);if(e)return e;if(t===Hp){let o=E_();if(!o)return null;let r=jDe([...o],t);return _D.set(t,r),r}let n=T_[t];if(!n)return null;let a=new Map(Object.entries(n));return _D.set(t,a),a}function YDe(t,e){var r,i;let n=qDe(t,e),a=WDe(e),o=(i=(r=a==null?void 0:a.get(t))!=null?r:a==null?void 0:a.get(n))!=null?i:null;return o||null}function GDe(t){if(t.length<2)return 0;let e=t.substring(1).search(/[A-Z0-9]/);return e===-1?0:e+1}function R_(t){let e=t.trim();if(e.length===0)return null;let n=GDe(e);if(n<=0||n>=e.length)return null;let a=e.substring(0,n),o=e.substring(n),r=C_.get(a);if(!r)return null;let i=YDe(o,r.providerId);if(i)return r.isDefaultProvider?i:`${r.providerId}:${i}`;let s=zD(o);if(!s)return null;let l=TS(s,r.providerId);return l?r.isDefaultProvider?l:`${r.providerId}:${l}`:null}function vn(t){let e=t.trim();if(!e)return e;let n=e.indexOf(":");if(n===-1){let i=HD(e,Hp);return i&&i.length>0?i:e}let a=e.substring(0,n),o=e.substring(n+1),r=HD(o,a);return!r||r.length===0||r===o?e:`${a}:${r}`}function Gv(t){let e=t.trim(),n=A_(e),a=n!=null?n:e;return Oe(a.trim().replace(/^\./,""))}function $v(t){if(!t||t.trim().length===0)return"";let e=t.trim(),n=A_(e);return n!==null?n.trim().length===0?"":Ds(n):/^\s|\s$/.test(t)?Ds(t):Oe(t)}function FS(t,e,n){let a=n(t);if(!a)return null;let o=$De(e);return o?{key:a,iconId:o}:null}function $De(t){let e=t.trim();if(!e)return null;let n=zp(e);if(n&&n===e)return n;if(!R_(e)&&!e.includes(":")&&/[A-Z]/.test(e)&&!/[-_]/.test(e))return null;let o=Cl(e);if(!o)return null;let r=zs(o);return r&&r.length>0?r:null}function Xv(t,e){let n=Ce(void 0);return Object.entries(t).forEach(([a,o])=>{if(typeof o!="string")return;let r=FS(a,o,e);r&&(n[r.key]=r.iconId)}),n}function NS(t){return Object.entries(t).filter(([n,a])=>!!n&&!!a).sort(([n],[a])=>n.localeCompare(a)).map(([n,a])=>`${XDe(n)?`'${QDe(n)}'`:n}=${a}`).join(` +`)}function VD(t,e){let n=Ce(void 0),a=[],o=t.replace(/\r\n/g,` +`).split(` +`);for(let r=0;r0?r:null}return a===Yv&&!o.includes(":")&&o.toLowerCase().endsWith(kS)?`${Yv}:${o}`:null}function eEe(t){let e=t.trim();if(!e.startsWith("[[")||!e.endsWith("]]"))return null;let n=e.slice(2,-2).trim();if(!n||n.includes(` +`)||n.includes("\r"))return null;let a=n.indexOf("|"),o=(a===-1?n:n.slice(0,a)).trim();return!o||o.includes("#")||o.includes("^")?null:o.toLowerCase().endsWith(kS)?o:null}function tEe(t){return x_(t)}function Qv(t){let e=JDe(t);return e||tEe(t)}var BD,Hp,Yv,kS,_De,P_,C_,F_,I_,D_,BDe,qg,_D,N_,ri=He(()=>{BD=require("obsidian");S_();RD();k_();Ft();Hp="lucide",Yv="vault",kS=".svg",_De=[{alias:"li",providerId:Hp},{alias:"ph",providerId:"phosphor"},{alias:"bi",providerId:"bootstrap-icons"},{alias:"fas",providerId:"fontawesome-solid"},{alias:"mi",providerId:"material-icons"},{alias:"si",providerId:"simple-icons"},{alias:"ra",providerId:"rpg-awesome"}],P_=[{providerId:"fontawesome-solid",packName:"font-awesome-solid",prefix:Bp("font-awesome-solid")},{providerId:"bootstrap-icons",packName:"bootstrap-icons",prefix:Bp("bootstrap-icons")},{providerId:"material-icons",packName:"material-icons",prefix:Bp("material-icons")},{providerId:"phosphor",packName:"phosphor",prefix:Bp("phosphor")},{providerId:"rpg-awesome",packName:"rpg-awesome",prefix:Bp("rpg-awesome")},{providerId:"simple-icons",packName:"simple-icons",prefix:Bp("simple-icons")},{providerId:Hp,packName:"lucide-icons",prefix:Bp("lucide-icons"),isDefaultProvider:!0}];C_=new Map,F_=new Map,I_=new Map,D_=new Map;P_.forEach(t=>{F_.has(t.providerId)||F_.set(t.providerId,t)});BDe=[...P_].sort((t,e)=>e.prefix.length-t.prefix.length);BDe.forEach(t=>{C_.set(t.prefix,t)});_De.forEach(({alias:t,providerId:e})=>{I_.set(t,e),D_.set(e,t)});_D=new Map,N_=new Map});function aEe(t){return nEe.has(t)}function oEe(t){if(aEe(t))return t;switch(t){case"folder-open":return"nav-folder-open";case"folder-closed":return"nav-folder-closed";case"tag":return"nav-tag";case"pinned-section":return"list-pinned";case"recent-files":return"nav-recent-files";case"list-sort":return"list-sort-ascending";default:return null}}function We(t,e){let n=t==null?void 0:t[e];if(n){let a=Cl(n);if(a)return vn(a)}return M_[e]}function rEe(t){let e=t.trim();if(!e)return null;let n=e.indexOf(":");if(n!==-1){if(e.substring(0,n)!=="lucide")return null;let r=e.substring(n+1).trim();if(!r)return null;let i=r.startsWith("lucide-")?r.substring(7):r;return i?`lucide-${i}`:null}let a=e.startsWith("lucide-")?e.substring(7):e;return a?`lucide-${a}`:null}function CS(t){return typeof t!="string"?null:rEe(t)}function ua(t,e,n){var o;let a=We(t,e);return(o=CS(a))!=null?o:n}function O_(t){let e=Ce(void 0);return t&&Object.entries(t).forEach(([n,a])=>{let o=oEe(n);if(!o||typeof a!="string")return;let r=a.trim();if(!r)return;let i=Cl(r);if(!i)return;let s=vn(i),l=M_[o];if(s===l)return;let c=zs(s);c&&(e[o]=c)}),e}var PS,nEe,M_,zn=He(()=>{ri();Ft();PS=[{id:"nav-show-single-pane",category:"navigationPane",defaultIconId:"panel-left-close"},{id:"nav-show-dual-pane",category:"navigationPane",defaultIconId:"panel-left"},{id:"nav-profile-chevron",category:"navigationPane",defaultIconId:"chevron-down"},{id:"nav-shortcuts",category:"navigationPane",defaultIconId:"star"},{id:"nav-expand-all",category:"navigationPane",defaultIconId:"chevrons-up-down"},{id:"nav-collapse-all",category:"navigationPane",defaultIconId:"chevrons-down-up"},{id:"nav-calendar",category:"navigationPane",defaultIconId:"calendar-days"},{id:"nav-hidden-items",category:"navigationPane",defaultIconId:"eye"},{id:"nav-root-reorder",category:"navigationPane",defaultIconId:"list-tree"},{id:"nav-new-folder",category:"navigationPane",defaultIconId:"folder-plus"},{id:"nav-recent-files",category:"navigationPane",defaultIconId:"history"},{id:"nav-tree-expand",category:"navigationPane",defaultIconId:"chevron-right"},{id:"nav-tree-collapse",category:"navigationPane",defaultIconId:"chevron-down"},{id:"nav-folder-root",category:"folders",defaultIconId:"vault"},{id:"nav-folder-open",category:"folders",defaultIconId:"folder-open"},{id:"nav-folder-closed",category:"folders",defaultIconId:"folder-closed"},{id:"nav-tags",category:"tags",defaultIconId:"tags"},{id:"nav-tag",category:"tags",defaultIconId:"tag"},{id:"nav-properties",category:"properties",defaultIconId:"file-code"},{id:"nav-property",category:"properties",defaultIconId:"align-left"},{id:"nav-property-value",category:"properties",defaultIconId:"equal"},{id:"list-search",category:"listPane",defaultIconId:"search"},{id:"list-descendants",category:"listPane",defaultIconId:"layers"},{id:"list-sort-ascending",category:"listPane",defaultIconId:"sort-asc"},{id:"list-sort-descending",category:"listPane",defaultIconId:"sort-desc"},{id:"list-appearance",category:"listPane",defaultIconId:"palette"},{id:"list-new-note",category:"listPane",defaultIconId:"pen-box"},{id:"list-pinned",category:"listPane",defaultIconId:"pin"},{id:"file-unfinished-task",category:"fileItems",defaultIconId:"circle-alert"},{id:"file-word-count",category:"fileItems",defaultIconId:"sigma"}],nEe=new Set(PS.map(t=>t.id)),M_=(()=>{let t=Object.create(null);return PS.forEach(e=>{t[e.id]=vn(e.defaultIconId)}),t})()});function gEe(t){return!(typeof t!="function"||!("fn"in t)||typeof t.fn!="object"||t.fn===null||!("utc"in t)||typeof t.utc!="function")}function Ko(){if(OS!==void 0)return OS;if(typeof window=="undefined")return null;let t=window.moment;return gEe(t)?(OS=t,OS):null}function fEe(t){return B_===t&&LS||(B_=t,LS=new Set(t.locales())),LS}function hEe(t){return H_===t&&zS||(H_=t,zS=new Map),zS}function Ri(t,e,n){var u;if(!e)return n||"en";let a=`${t}::${n}`,o=hEe(e),r=o.get(a);if(r)return r;let i=fEe(e),s=(t||"").replace(/_/g,"-");if(i.has(s))return o.set(a,s),s;let l=s.toLowerCase();if(i.has(l))return o.set(a,l),l;let c=l.split("-")[0];if(c&&i.has(c))return o.set(a,c),c;if(c){let g=`${c}-`,f=Array.from(i).filter(h=>h.toLowerCase().startsWith(g));if(f.length>0){f.sort((y,w)=>y.length-w.length||y.localeCompare(w));let h=(u=f[0])!=null?u:n||e.locale()||"en";return o.set(a,h),h}}let d=n||e.locale()||"en";return o.set(a,d),d}var OS,LS,B_,zS,H_,$d=He(()=>{LS=null,B_=null,zS=null,H_=null});var V_,ir,Qa,Gc=He(()=>{Le();$d();V_="YYYY-MM-DD[T]HH:mm:ssZ",ir=class ir{static normalizeLanguageCode(e){return e?e.replace(/_/g,"-").toLowerCase():"en"}static getObsidianLanguage(){return ml()||"en"}static getNormalizedLanguage(){return ir.normalizeLanguageCode(ir.getObsidianLanguage())}static getMomentLocale(e){let n=ir.getObsidianLanguage(),a=e.locale()||"en",o=(n||a).replace(/_/g,"-");return Ri(o,e,a)}static formatWithFallback(e,n,a){let o=Ko();if(!o)return a==="time"?e.toLocaleTimeString():e.toLocaleDateString();let r=ir.getMomentLocale(o),i=o(e).locale(r);return i.isValid()?i.format(n):a==="time"?e.toLocaleTimeString():e.toLocaleDateString()}static formatDate(e,n){let a=new Date(e);return ir.formatWithFallback(a,n,"date")}static capitalizeFirst(e){return e&&e.charAt(0).toUpperCase()+e.slice(1)}static normalizeMeridiemSpacing(e,n){return n.startsWith("zh")?e.replace(/(上午|下午|中午|凌晨|晚上)(\d)/g,"$1 $2"):e}static parseLocalDayKey(e){let[n,a,o]=e.split("-"),r=Number(n),i=Number(a),s=Number(o);if(!Number.isFinite(r)||!Number.isFinite(i)||!Number.isFinite(s))return null;let l=new Date(r,i-1,s,12,0,0,0);return Number.isFinite(l.getTime())?l:null}static getDateGroup(e,n){let a=n&&Number.isFinite(n.getTime())?n:new Date,o=new Date(e),r=new Date(a.getFullYear(),a.getMonth(),a.getDate()),i=new Date(r);i.setDate(i.getDate()-1);let s=new Date(r);s.setDate(s.getDate()-7);let l=new Date(r);l.setDate(l.getDate()-30);let c=new Date(o.getFullYear(),o.getMonth(),o.getDate());if(c.getTime()===r.getTime())return m.dateGroups.today;if(c.getTime()===i.getTime())return m.dateGroups.yesterday;if(c>s)return m.dateGroups.previous7Days;if(c>l)return m.dateGroups.previous30Days;if(o.getFullYear()===a.getFullYear()){let d=ir.getNormalizedLanguage(),u=Ko(),g="";if(u){let f=ir.getMomentLocale(u);g=u(o).locale(f).format("MMMM")}else g=o.toLocaleString(void 0,{month:"long"});return ir.lowercaseMonthLanguages.has(d)&&(g=ir.capitalizeFirst(g)),g}return o.getFullYear().toString()}static formatDateForGroup(e,n,a,o){let r=new Date(e);return n===m.dateGroups.today||n===m.dateGroups.yesterday?ir.formatWithFallback(r,o,"time"):n===m.dateGroups.previous7Days?ir.formatWithFallback(r,"dddd","date"):ir.formatDate(e,a)}static getFileTimestamp(e,n,a,o){if(o!=null&&o.useFrontmatterMetadata&&a){let r=n==="created"?a.fc:a.fm;if(r!==void 0)return r}return n==="created"?e.stat.ctime:e.stat.mtime}static parseFrontmatterDate(e,n){if(e)try{if(e instanceof Date)return e.getTime();if(typeof e=="number")return e<3250368e4?e*1e3:e;if(typeof e=="string"){let a=ir.getNormalizedLanguage(),o=e.trim(),r=ir.normalizeMeridiemSpacing(o,a),i=Ko();if(!i){if(!n||!n.trim()){let c=Date.parse(r);return Number.isFinite(c)?c:void 0}return}let s=ir.getMomentLocale(i);if(!n||!n.trim()){let c="ISO_8601"in i?i.ISO_8601:void 0;if(!c)return;let d=i(r,c,!0).locale(s);return d.isValid()?d.toDate().getTime():void 0}let l=i(r,n,s,!0);return l.isValid()?l.toDate().getTime():void 0}}catch(a){}}};ir.lowercaseMonthLanguages=new Set(["es","fr","no","nb","pt","pt-br","it","nl","sv","da","fi","pl","cs","ca","ro"]);Qa=ir});function _S(t){try{let e=new URL(t),n=e.hostname.toLowerCase(),a=e.pathname,o=e.searchParams,r=n.replace("m.youtube.com","youtube.com");if(n.includes("youtu.be"))return a.slice(1);if(r.includes("youtube.com")){if(a==="/watch")return o.get("v");if(a.startsWith("/embed/")||a.startsWith("/v/")||a.startsWith("/shorts/"))return a.split("/")[2];if(a==="/playlist")return o.get("v")}return null}catch(e){return null}}function Jv(t,e){return`${e.endsWith(".webp")?"https://i.ytimg.com/vi_webp":"https://img.youtube.com/vi"}/${t}/${e}`}var BS=He(()=>{});var HS={};pl(HS,{WhatsNewModal:()=>UD});var U_,UD,VS=He(()=>{U_=require("obsidian");vp();Le();Gc();Yc();BS();UD=class extends U_.Modal{constructor(n,a,o,r){super(n);this.thanksButton=null;this.domDisposers=[];this.releaseNotes=a,this.dateFormat=o,this.onCloseCallback=r}renderFormattedText(n,a){let o=(i,s)=>{let l=/==([\s\S]*?)==|\[([^\]]+)\]\((https?:\/\/[^\s)]+)\)|\*\*([^*]+)\*\*|(https?:\/\/[^\s]+)/g,c=0,d,u=g=>{g.length>0&&s.appendText(g)};for(;(d=l.exec(i))!==null;){if(u(i.slice(c,d.index)),d[1]){let g=s.createSpan({cls:"nn-highlight"});o(d[1],g)}else if(d[2]&&d[3]){let g=s.createEl("a",{text:d[2]});g.setAttr("href",d[3]),g.setAttr("rel","noopener noreferrer"),g.setAttr("target","_blank")}else if(d[4])s.createEl("strong",{text:d[4]});else if(d[5]){let g=d[5],f="",h=g.match(/[.,;:!?)]+$/);h&&(f=h[0],g=g.slice(0,-f.length));let y=s.createEl("a",{text:g});y.setAttr("href",g),y.setAttr("rel","noopener noreferrer"),y.setAttr("target","_blank"),f&&u(f)}c=l.lastIndex}u(i.slice(c))},r=a.split(` +`);for(let i=0;i{o.remove()}),r.src=a}renderYoutubeLink(n,a){let o=n.createEl("a",{cls:"nn-whats-new-youtube-link"});o.setAttr("href",a),o.setAttr("rel","noopener noreferrer"),o.setAttr("target","_blank"),o.setAttr("aria-label",m.modals.welcome.openVideoButton);let r=o.createDiv({cls:"nn-whats-new-youtube-thumbnail"}),i=_S(a);if(i){let s=r.createEl("img",{cls:"nn-whats-new-youtube-image"});s.setAttr("alt",m.modals.welcome.openVideoButton),s.setAttr("loading","lazy");let l=Jv(i,"maxresdefault.jpg"),c=Jv(i,"hqdefault.jpg"),d=!1;s.addEventListener("error",()=>{d||(d=!0,s.src=c)}),s.src=l}else r.createDiv({cls:"nn-whats-new-youtube-placeholder",text:m.modals.welcome.openVideoButton});r.createDiv({cls:"nn-whats-new-youtube-play"}).setAttr("aria-hidden","true")}onOpen(){let{contentEl:n}=this;n.empty(),this.modalEl.addClass("nn-whats-new-modal"),this.titleEl.setText(m.whatsNew.title),this.attachCloseButtonHandler();let a=n.createDiv("nn-whats-new-scroll");this.releaseNotes.forEach(c=>{let d=a.createDiv("nn-whats-new-version");d.createEl("h3",{text:`Version ${c.version}`});let u=new Date(c.date),g=Qa.formatDate(u.getTime(),this.dateFormat);d.createEl("small",{text:g,cls:"nn-whats-new-date"});let f=f0(c.bannerUrl,c.version);f&&this.renderReleaseBanner(d,f),c.youtubeUrl&&this.renderYoutubeLink(d,c.youtubeUrl),c.info&&c.info.split(/\n\s*\n/).forEach(w=>{let v=d.createEl("p",{cls:"nn-whats-new-info"});this.renderFormattedText(v,w)}),[{key:"new",label:"New"},{key:"improved",label:"Improved"},{key:"changed",label:"Changed"},{key:"fixed",label:"Fixed"}].forEach(y=>{let w=c[y.key];if(w&&w.length>0){d.createEl("h4",{text:y.label,cls:"nn-whats-new-category"});let v=d.createEl("ul",{cls:"nn-whats-new-features"});w.forEach(b=>{let S=v.createEl("li");this.renderFormattedText(S,b)})}})}),n.createDiv("nn-whats-new-divider"),n.createDiv("nn-whats-new-support").createEl("p",{text:m.whatsNew.supportMessage,cls:"nn-whats-new-support-text"});let r=n.createDiv("nn-whats-new-buttons"),i=r.createEl("button",{cls:"nn-support-button-small"});i.setAttr("type","button");let s=i.createSpan({cls:"nn-support-button-icon"});s.setAttr("aria-hidden","true"),s.setText("\u2615"),i.createSpan({cls:"nn-support-button-label",text:m.whatsNew.supportButton}),this.domDisposers.push(ut(i,"click",()=>{window.open(Ww)}));let l=r.createEl("button",{text:m.whatsNew.thanksButton,cls:"mod-cta"});this.domDisposers.push(ut(l,"click",()=>{this.close()})),this.thanksButton=l}open(){super.open(),this.thanksButton&&requestAnimationFrame(()=>{var n;(n=this.thanksButton)==null||n.focus()})}onClose(){let{contentEl:n}=this;n.empty(),this.modalEl.removeClass("nn-whats-new-modal"),this.domDisposers.length&&(this.domDisposers.forEach(a=>{try{a()}catch(o){console.error("Error disposing what's new modal listener:",o)}}),this.domDisposers=[]),this.onCloseCallback&&this.onCloseCallback()}attachCloseButtonHandler(){let n=this.modalEl.querySelector(".modal-close-button");if(!n)return;let a=o=>{o.preventDefault(),this.close()};this.domDisposers.push(ut(n,"click",a)),this.domDisposers.push(ut(n,"pointerdown",a))}}});var US={};pl(US,{compareVersions:()=>Xc,getLatestReleaseNotes:()=>K_,getReleaseNotesBetweenVersions:()=>vEe,isReleaseAutoDisplayEnabled:()=>KD,shouldAutoDisplayReleaseNotesForUpdate:()=>yEe});function vEe(t,e){let n=$c.findIndex(i=>i.version===t),a=$c.findIndex(i=>i.version===e);if(n===-1||a===-1)return K_();let o=Math.min(n,a),r=Math.max(n,a);return $c.slice(o,r+1)}function K_(t=5){return $c.slice(0,t)}function Xc(t,e){let n=t.split(".").map(Number),a=e.split(".").map(Number);for(let o=0;oi)return 1;if(rn.version===t);return e?e.showOnUpdate!==!1:!0}function yEe(t,e){if(Xc(e,t)<=0)return KD(e);let n=$c.findIndex(r=>r.version===t),a=$c.findIndex(r=>r.version===e),o=n===-1||a===-1?$c.filter(r=>Xc(r.version,t)>0&&Xc(r.version,e)<=0):$c.slice(Math.min(n,a),Math.max(n,a));return o.length===0?KD(e):o.some(r=>r.showOnUpdate!==!1)}var $c,Wg=He(()=>{$c=[{version:"2.5.7",date:"2026-04-09",showOnUpdate:!0,new:["Setting: General > Homepage now lets you open a daily, weekly, monthly, or quarterly note on startup."],improved:["Added informative text on hover for the unfinished task icon in list pane, showing the number of unfinished tasks. If note tooltips are enabled the unfinished note count is included in the note tooltip.","Calendar now shows the active-note outline for weekly, monthly, quarterly, and yearly notes."],changed:["Changed the format used for storing icon values in frontmatter to a deterministic format. For example, the Material icon crop_16_9 is now saved as **mi:crop_16_9** instead of **MiCrop169**. The previous format could not reliably round-trip icon names with numbers. Existing supported legacy values are still read automatically through legacy Iconize mappings.","The homepage setting was redesigned. Previously, you could only choose a specific file as the homepage. Now you can choose between ==None==, ==File==, ==Daily note==, ==Weekly note==, ==Monthly note==, and ==Quarterly note==. The separate mobile homepage option was removed \u2014 use local setting overrides to configure a different homepage per device. Existing settings are migrated automatically."],fixed:["Fixed icons with numbers in their name, such as **crop_16_9** and **badge-3d**, not displaying correctly after being saved to frontmatter.","List pane: fixed hairline gaps between adjacent notes with the same custom background color and incorrect border radius in compact mode."]},{version:"2.5.6",date:"2026-04-03",showOnUpdate:!1,new:["New setting: List > Appearance > ==Always show all tag and property pills==. When enabled, tag and property pills remain visible even when they match the current navigation selection."],fixed:["Fixed issue introduced in 2.5.5 where tag and property pills that matched the current navigation selection were hidden in the renderer but still counted by the virtualizer, causing incorrect item heights and scroll position drift in the list pane."]},{version:"2.5.5",date:"2026-04-02",new:["New setting: Advanced > ==Import and export settings==. You can now export and import settings as a JSON file.","New setting: General > Behavior > ==Ignore events from other windows==. When enabled, auto-reveal does not trigger when working with notes in a different window. Default enabled.","New setting: General > Mouse buttons > ==Mouse back/forward buttons==. Configures the action for mouse back and forward buttons on desktop: use system default, switch panes in single-pane mode, or navigate history."],improved:["Calendar context menu now includes options to open notes in a new tab, to the right, or in a new window.","Tag and property value pills that match the current navigation selection are hidden in the list pane.","Empty checkbox list items are no longer counted as tasks."],fixed:["Auto-reveal is now saved to the navigation history.","Startup file is now registered in navigation history.","Reveal file now scrolls the selected note into view every time in the list pane, including repeated reveals of the same note.","Reveal operations on hidden files no longer switch folder, tag, or property context while Show hidden items is off."]},{version:"2.5.4",date:"2026-03-30",showOnUpdate:!0,new:["New setting and menu option: ==Filter tags by selection==. Limits the tags section to tags that appear in notes within the selected folder or property.","New setting and menu option: ==Filter properties by selection==. Limits the properties section to properties that appear in notes within the selected folder or tag.","==Apply sort to descendants==, and ==Apply appearance to descendants== - two new menu options to apply the current sort or appearance setting to all subfolders, subtags, or property values.","New commands: ==Navigate back== and ==Navigate forward==. Moves through recent folder, tag, and property selections in the navigator."],improved:["Calendar now follows the active daily note and switches to the matching month automatically.","Calendar settings now warn when the weekly notes pattern uses ISO week tokens that override the locale first day of week.","Improved list pane scroll performance by reducing repeated work in visible note rows.","Quick actions are now hidden while scrolling the list pane."],fixed:["Tag and property pills in the list pane now show rainbow colors."]},{version:"2.5.3",date:"2026-03-22",showOnUpdate:!1,improved:["Calendar in the right pane now always shows 6 weeks.",'Property pills in list pane now support custom URI schemes like "zotero://..." and "file://...".'],fixed:["Boolean and number properties are now shown as property pills in the list pane.","Metadata cleanup now removes stale property-key selections."]},{version:"2.5.2",date:"2026-03-20",showOnUpdate:!0,new:['New setting: Calendar > ==Month name format==. Choose between "full" (January) or "short" (Jan) when the year view is hidden.',"New style setting: Calendar > ==Feature image overlay color==. Adds a color overlay to darken or tint feature images in calendar days and months. Set separate colors for light and dark mode."],improved:["**Icons in frontmatter** now support wikilink-wrapped SVG paths like **[[icons/folder.svg]]**.",'**Yearly calendar months now longer show "(n)" suffix**, instead they show the same circles as daily notes (filled circle for notes, hollow circle for tasks).',"**Single-line file titles and preview text in list pane now truncate with ellipsis** instead of dropping the last word before the ellipsis."],fixed:["The yearly calendar month outline now always follows the active month.","Unicode NFC and NFD text now match as equivalent in frontmatter property lookup, tag rules, and filename icon matching."]},{version:"2.5.1",date:"2026-03-16",showOnUpdate:!0,bannerUrl:!0,new:['==The monthly calendar view now shows feature images for each month==. By default it shows the image for the first note of the month, but you can change this by right-clicking a day and choose "Set highlight".',"New setting: Navigation > Rainbow colors > ==Consistent brightness across hues==. If enabled (default), hue transitions use the same brightness levels.","New setting: Navigation > Rainbow colors > ==Separate light and dark mode colors==. Configure different colors for light and dark mode. Default disabled.","New setting: ==Calendar > Enable calendar==. Simple switch to disable all calendar functionality in Notebook Navigator.","New setting: List > Notes > ==Fall back to note content==. Enabled by default, disable if you only want text from properties to display in the preview."],changed:['After many many hours of work I decided that the feature "Scope pinned notes to their location" used to show files pinned in their own folder will only work for folders. The complexities involved with branching in tags and properties makes this too complex to be useful. I also renamed it to "Only pin notes in their folder" to make it extra clear what it does. This feature is useful for folder notes or if you have many pinned notes, to avoid them stacking up when you show notes from subfolders.'],improved:["Property tree now shows the values for boolean `true` and `false`.","Property tree now treats frontmatter `null` values as unassigned instead of converting them to `true`.","Calendar now indicates the currently selected day with a border. You can customize this color in style settings or using the CSS variable --nn-theme-calendar-day-active-border-color.",'Expand / Collapse all now collapses down to root items (Vault, Tags, Properties), and the setting Navigation > "Collapse items" now also supports properties.',"Option+click chevrons now also works with tags and properties to expand or collaps all siblings in the tree. Previously it only worked for folders."],fixed:['Fixed an issue with "Featured image pixel size" where it would not save the resolution if the setting was set to non-synced.','Fixed so rainbow colors are shown in the list pane if List > Notes > "Show parent folder color" is enabled.','Fixed so the "new version available" popup only shows at most once per day, not on every startup.']},{version:"2.5.0",date:"2026-03-09",showOnUpdate:!0,bannerUrl:!0,new:["New feature: ==Rainbow colors==! You can now set individual rainbow colors for shortcuts, recent files, folders, tags or properties! Pick custom colors, choose between Hue (color wheel) and RGB (direct blend). There are lots of configuration settings, so just head over to **Settings > Navigation > Rainbow colors** to check it out!","You can now set ==background colors for files== in the list pane. Great to make individual files stand out! Background colors can be set in menus or frontmatter.","New setting: List > Notes > ==Unfinished task background==. This makes it super easy to find notes with unfinished tasks in the list pane.","New setting: List > Notes > ==Feature image display size==. You can now increase the max vertical size of feature images from 64px to 128px in list pane.","New setting: List > Notes > ==Feature image pixel size==. You can now set the max thumbnail width from 256 pixels (default) up to 512 pixels for higher-resolution thumbnails in calendar overlays and list pane.","New setting: List > Notes > ==Link property pills to notes==. When enabled (default), properties that are file links can be clicked to open that file.","New setting: List > Notes > ==Link property pills to URLs==. When enabled (default), properties that are URLs can be clicked to open the URL. Very handy if you keep web references in your notes.","New command: ==Toggle dual pane orientation== to quickly change orientation between horizontal and vertical dual panes.","==New API 2.0==: Added whenReady(), tag collection helpers, property node helpers, new tag and property context menu hooks and many other improvements."],improved:["The ==properties tree now supports custom appearance and sort order== in list pane.",'The setting ==Only pin notes in their folder== (previously called "Limit pinned notes") only affects folder views.','You can now click directly on property keys in the "Property key visibility modal" to quickly toggle visibility in all three places: navigation pane, list pane, and file menus.',"Shortcut rows no longer reserve trailing badge space when Shortcut badge is None."],changed:["Updated fontawesome icons 7.1 to 7.2 and simple-icons 15.20 to 16.11. ==Important, this is a breaking change!==. Simple-icons removed 44 icons such as canva, openai and slack. If you used these icons you need to reassign them to new icons."],fixed:['Fixed an issue where deleting the active note could trigger "file not found" errors in Linter when "Lint on Focused File Change" is enabled.','Fixed an issue where disabling "Show icons for shortcuts and recent items" also disabled the icon for the Properties root virtual folder.','Fixed an issue where the Properties folder was showing if there were no visible properties in Navigation pane and "Show properties folder" was disabled.']},{version:"2.4.3",date:"2026-02-28",showOnUpdate:!0,bannerUrl:!0,new:['You can now ==add properties to files== by right clicking in the list pane and choosing "Set property". Just add properties to list in this menu in the properties modal first, accessed by right-clicking Properties and choosing "Configure property keys".',"New command: ==Set property on selected files==. Quickly apply a property value to selected notes.","New setting: ==Folders > Enable folder note links==. You can now use folder notes only for styling! Disable this setting to only use folder notes for folder styles (icon and color), enable to use folder notes as links (default).","New setting: ==List pane > Notes > Strip LaTeX in previews==. Removes inline and block LaTeX expressions from preview text. Default enabled.","New file menu option: ==Open in default app==. Opens the file in its default application outside of Obsidian."],improved:['==Search filter now uses accent-insensitive matching==. "cafe" matches "caf\xE9", "cancion" matches "canci\xF3n". Non-Latin scripts like Arabic are not affected.'],fixed:['Fixed an issue where deleting multiple open notes at the same time could trigger the error: Failed to open "".',"Recent items no longer shows hidden items."]},{version:"2.4.2",date:"2026-02-24",showOnUpdate:!0,bannerUrl:!0,new:["**Greatly improved the way you work with properties!**",'First up, a new ==Property key selection modal== was added with property search, select all/deselect all properties, and the option to choose if each property should be shown in the navigation pane, in the list pane, or both. You access this by right-clicking "Properties" and choose "Configure property keys".',"Secondly, you can now ==rename and delete property keys== in the property tree.",'You can also ==create a new note directly in property view==. You can create new notes in properties using context menu, the toolbar button or using "Create new note".',"New setting: ==General > Open new notes in new tab==. New notes open in a new tab instead of replacing the current tab. Default disabled.",'New setting: ==General > Files > Delete attachments==. Optionally delete linked attachments when deleting files, works just like Obsidian 1.12.2 and later. Default value "Ask each time".','New setting: ==General > Files > Move conflicts==. When moving a file to a folder that already has a file with the same name, you can now choose to automatically rename the moved file with a suffix (example: "Untitled.md" -> "Untitled 1.md"). Options are "Ask each time" (default) and "Always rename".','The command **"Add to shortcuts" now removes the selected item from shortcuts** if it is already pinned.'],improved:["**Custom folder sort order** is now applied when grouping by folder in list pane.",'**Saving a search shortcut** now shows the option: "Always start in: {path}". This means the shortcut will always start in the folder, tag or property where you saved it.',"**Visible property keys** are now saved per vault profile.","**Moving files with conflicts** now show a modal dialog where you can choose to overwrite, keep both (rename), or cancel the move operation.","**Hiding a folder note** (using filter, tag or property rules) now also hides the folder with the folder note in the navigation pane.",'**Date display for pinned items** is now hidden when "Variable note height" is enabled.'],changed:["**Property key configuration** was moved from Navigation Pane to the General settings tab.","In list pane, **property keys with no values** are no longer displayed (previously the property key was showing)."],fixed:["Fixed an issue where today's date and file list did not update when a new day started.","Folder sorting now uses the resolved folder display name (including folder-note frontmatter name) instead of only folder.name."]},{version:"2.4.1",date:"2026-02-18",showOnUpdate:!1,fixed:['Fixed an issue where the calendar could use locale week rules for custom week patterns using ISO week tokens ("W" or "G").',"Fixed an issue where new notes created from tag view wrote the selected tag in lowercase in note properties."]},{version:"2.4.0",date:"2026-02-18",showOnUpdate:!0,new:['==Property browser==. You can now browse file properties in the navigation pane. Properties are organized in a tree showing property keys and their values with file counts, just like tags. Supports custom colors, icons, context menus, and drag and drop. Just right-click "Properties" and choose "Configure property keys" to get started!',`==Create new note in tag==. Right-click a tag in the navigation pane and select "New note" to create a file with that tag. Respects Obsidian's "Default location for new notes" setting. This makes it possible to finally work 100% in the tag browser in Notebook Navigator.`,'==Filter search: folder filters==. Filter notes by folder with "folder:" and "-folder:" tokens. Supports both wildcards "folder:notes" and specific paths "folder:/work/meetingnotes".','==Filter search: extension filters==. Filter files by extension with "ext:" and "-ext:" tokens. For example, "ext:pdf" to show only PDF files or "-ext:md" to exclude markdown files. Can be combined with other filters.',"==Folder notes now read and write icon, color and background color to frontmatter==! A new setting List > Frontmatter > Background field is used to read and write background color.","New setting: ==Shortcuts > Recent notes > Hide notes==. You can now hide folder notes from recent notes, useful if you name all your folder notes the same name.","New setting: ==General > Auto reveal > Use shortest path==. Default enabled, if enabled auto-reveal will select the nearest visible ancestor folder or tag. If disabled, auto-reveal will select the file's actual folder and exact tag.","New setting: ==List > Property to sort by > Secondary sort==. Defines what to sort by for files which do not have the custom property. Can be title, file name, date created or date edited.","New command: ==Navigate to property==. Opens a fuzzy search modal listing all property keys and values. Selecting one navigates to it in the navigation pane.","New icons for ==tags, property keys, and property values== in the navigation pane. Configurable in settings.","Public API 1.3: ==Property metadata and navigation==. New methods for getting and setting property colors, background colors, and icons. New navigateToProperty() method for navigating to properties in the UI."],improved:["Subfolder group headers in list pane ==are now clickable when grouping by folder==.",'The setting "Hide notes with properties" was renamed to "Hide notes with property rules". ==You can now hide properties with specific keys values==, like status=done, or published=true.',"==Tags and properties in File Item now show custom icons== within the pills if set. This makes it much easier to know which property is showing."],changed:["Removed the setting ==Save icons and colors to frontmatter==. Icons and colors are now always saved to frontmatter if frontmatter metadata is enabled.","Settings are now organized in a ==two-level hierarchy== with icons. Main groups (General, Navigation Pane, List Pane, Calendar) now have subtabs for easier navigation.","Most placeholders now use english property names for all locales."],fixed:["Fixed an issue where moving files did not update list pane until refreshing the view.","Fixed an issue where full month calendar in navigation pane always reserved 6 lines, even if month had 4 or 5 weeks.","Fixed an issue where clicking on a week in calendar view opened wrong week in some locales."]}]});function Il(t){let{app:e,metadataService:n,settings:a,folderPath:o,fallbackName:r}=t;if(o==="/")return a.customVaultName||e.vault.getName();let i=n.getFolderDisplayData(o,{includeDisplayName:!0,includeColor:!1,includeBackgroundColor:!1,includeIcon:!1}).displayName;return i&&i.length>0?i:r}var Yg=He(()=>{});var Xd,KS=He(()=>{Xd={"bootstrap-icons":{id:"bootstrap-icons",name:"Bootstrap Icons",manifestUrl:"https://raw.githubusercontent.com/johansan/notebook-navigator/main/icon-assets/bootstrap-icons/latest.json",fontFamily:"NotebookNavigatorBootstrapIcons",catalogUrl:"https://icons.getbootstrap.com/"},"fontawesome-solid":{id:"fontawesome-solid",name:"Font Awesome",manifestUrl:"https://raw.githubusercontent.com/johansan/notebook-navigator/main/icon-assets/fontawesome/latest.json",fontFamily:"NotebookNavigatorFontAwesomeSolid",catalogUrl:"https://fontawesome.com/"},"material-icons":{id:"material-icons",name:"Material Icons",manifestUrl:"https://raw.githubusercontent.com/johansan/notebook-navigator/main/icon-assets/material-icons/latest.json",fontFamily:"NotebookNavigatorMaterialIcons",catalogUrl:"https://fonts.google.com/icons"},phosphor:{id:"phosphor",name:"Phosphor Icons",manifestUrl:"https://raw.githubusercontent.com/johansan/notebook-navigator/main/icon-assets/phosphor/latest.json",fontFamily:"NotebookNavigatorPhosphorIcons",catalogUrl:"https://phosphoricons.com/"},"rpg-awesome":{id:"rpg-awesome",name:"RPG Awesome",manifestUrl:"https://raw.githubusercontent.com/johansan/notebook-navigator/main/icon-assets/rpg-awesome/latest.json",fontFamily:"NotebookNavigatorRpgAwesome",catalogUrl:"https://nagoshiashumari.github.io/Rpg-Awesome/"},"simple-icons":{id:"simple-icons",name:"Simple Icons",manifestUrl:"https://raw.githubusercontent.com/johansan/notebook-navigator/main/icon-assets/simple-icons/latest.json",fontFamily:"NotebookNavigatorSimpleIcons",catalogUrl:"https://simpleicons.org/"}}});function q_(t){var a;if(!t)return null;let e=bEe[t];if(e)return e;let n=Xd[t];return(a=n==null?void 0:n.catalogUrl)!=null?a:null}var bEe,j_=He(()=>{KS();bEe={lucide:"https://lucide.dev/icons/"}});function PEe(t){return t.toLowerCase()===Y_}function lc(t){return PEe(t.extension)}function ey(t){return t.trim().toLowerCase().endsWith(`.${Y_}`)}function Gg(t){if(typeof t=="string"&&t.trim().length>0){Vp.delete(t);return}Vp.clear()}function qS(t,e,n){let a=t.trim();!a||qD.get(a)===e||(qD.set(a,e),console.log("[VaultIconProvider] SVG icon not rendered",{path:a,reason:e,...n}))}function W_(t){let e=t.trim();e&&qD.delete(e)}function G_(t,e){let n=ft(t.displayName,e.displayName);return n!==0?n:ft(t.id,e.id)}function CEe(t,e){let n=0,a=t.length;for(;na.id===e);return n===-1?!1:(t.splice(n,1),!0)}function X_(t){Qc&&($_(Qc,t.path),CEe(Qc,{id:t.path,displayName:t.name}))}function Q_(t){Qc&&$_(Qc,t)}function Z_(t){lc(t)&&X_(t)}function J_(t){ey(t)&&Q_(t)}function eB(t,e){let n=ey(e),a=lc(t);Qc&&(n&&Q_(e),a&&X_(t))}function Qd(t){if(!t)return!1;let e=t.trim().toLowerCase();return e.length>0&&e!=="none"}function IEe(t){let e=t.trim();return/^#[A-Za-z_][\w:.-]*$/.test(e)}function DEe(t){let e=new Map;return t.split(";").forEach(a=>{let o=a.trim();if(!o)return;let r=o.indexOf(":");if(r===-1)return;let i=o.substring(0,r).trim().toLowerCase();if(!i)return;let s=o.substring(r+1).trim();s&&e.set(i,s)}),e}function EEe(t){let e=[];return t.forEach((n,a)=>{let o=n.trim();o&&e.push(`${a}: ${o}`)}),e.join("; ")}function xEe(t){let e=t.getAttribute("style");if(!e)return!1;let n=DEe(e),a=n.get("fill"),o=n.get("stroke"),r=Qd(a),i=Qd(o);r&&!Qd(t.getAttribute("fill"))&&t.setAttribute("fill","currentColor"),i&&!Qd(t.getAttribute("stroke"))&&t.setAttribute("stroke","currentColor");let s=new Map;n.forEach((c,d)=>{FEe.has(d)||NEe.has(d)&&s.set(d,c)});let l=EEe(s);return l?l!==e&&t.setAttribute("style",l):t.removeAttribute("style"),i}function REe(t){t.querySelectorAll(kEe).forEach(e=>{e.remove()})}function AEe(t){let e=Array.from(t.querySelectorAll("style")).map(i=>{var s;return(s=i.textContent)!=null?s:""}).join(` +`);if(!e.trim())return{hasStroke:!1,hasStrokeHints:!1,hasFillNone:!1,hasExplicitFill:!1};let n=/fill\s*:\s*none\b/i.test(e),a=/stroke\s*:\s*(?!none\b)[^;}\n]+/i.test(e),o=/(?:stroke-(?:width|linecap|linejoin|miterlimit|dasharray|dashoffset|opacity)|vector-effect)\s*:/i.test(e),r=/fill\s*:\s*(?!none\b)[^;}\n]+/i.test(e);return{hasStroke:a,hasStrokeHints:o,hasFillNone:n,hasExplicitFill:r}}function MEe(t){[t,...Array.from(t.querySelectorAll("*"))].forEach(n=>{let a=Array.from(n.attributes),o=n.tagName.toLowerCase();a.forEach(r=>{let i=r.name.toLowerCase();if(i.startsWith("on")){n.removeAttribute(r.name);return}if(i==="class"){n.removeAttribute(r.name);return}if(i==="tabindex"){n.removeAttribute(r.name);return}if(i==="href"||i==="xlink:href"){let s=r.value;if(o==="use"&&IEe(s)){i==="xlink:href"&&(n.setAttribute("href",s.trim()),n.removeAttribute(r.name));return}n.removeAttribute(r.name);return}(i==="filter"||i==="mask"||i==="clip-path")&&n.removeAttribute(r.name)})})}function OEe(t,e){t.classList.add("nn-vault-icon-svg"),e.hasStroke?(t.setAttribute("stroke","currentColor"),t.setAttribute("fill","none")):(t.setAttribute("fill","currentColor"),t.setAttribute("stroke","none")),[t,...Array.from(t.querySelectorAll("*"))].forEach(a=>{let o=a.getAttribute("fill");Qd(o)&&a.setAttribute("fill","currentColor");let r=a.getAttribute("stroke");Qd(r)&&a.setAttribute("stroke","currentColor")})}function LEe(t){return t.querySelector("path,circle,rect,line,polyline,polygon,ellipse,use,text")!==null}function zEe(t){if(typeof DOMParser=="undefined")return{svg:null,reason:"dom-parser-unavailable"};if(!t)return{svg:null,reason:"empty-svg"};if(t.length>TEe)return{svg:null,reason:"svg-source-too-large"};let n=new DOMParser().parseFromString(t,"image/svg+xml").documentElement;return n instanceof SVGSVGElement?1+n.querySelectorAll("*").length>SEe?{svg:null,reason:"svg-too-complex"}:{svg:n,reason:null}:{svg:null,reason:"invalid-svg-root"}}function _Ee(t){return t.hasAttribute("stroke-width")||t.hasAttribute("stroke-linecap")||t.hasAttribute("stroke-linejoin")||t.hasAttribute("stroke-miterlimit")||t.hasAttribute("stroke-dasharray")||t.hasAttribute("stroke-dashoffset")||t.hasAttribute("stroke-opacity")||t.hasAttribute("vector-effect")}var WS,Vp,Qc,qD,wEe,TEe,SEe,Y_,kEe,FEe,NEe,jS,YS=He(()=>{WS=require("obsidian");On();Ug();Vp=new Map,Qc=null,qD=new Map,wEe=200,TEe=2e5,SEe=2e3,Y_="svg",kEe="script,style,foreignObject,iframe,object,embed,link,image,a,animate,animateMotion,animateTransform,animateColor,set,mpath,filter,mask,pattern,linearGradient,radialGradient,stop",FEe=new Set(["fill","stroke","color"]),NEe=new Set(["clip-rule","fill-opacity","fill-rule","opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","vector-effect"]);jS=class{constructor(e){this.id="vault";this.name="Vault";this.app=e}isAvailable(){return!0}render(e,n,a){Yd(e),a?(e.style.width=`${a}px`,e.style.height=`${a}px`):(e.style.removeProperty("width"),e.style.removeProperty("height"));let o=this.app.vault.getAbstractFileByPath(n);if(!(o instanceof WS.TFile)||!lc(o))return n.trim().length>0&&qS(n,"file-not-found-or-not-svg"),"not-found";let r=Vp.get(o.path);if(r&&r.mtime===o.stat.mtime)return W_(o.path),e.appendChild(r.svg.cloneNode(!0)),"rendered";let i=Pl(e);return i?this.app.vault.cachedRead(o).then(s=>{var v;if(Pl(e)!==i)return"not-found";let l=zEe(s),c=l.svg;if(!c)return qS(o.path,(v=l.reason)!=null?v:"parse-failed"),"not-found";let d=AEe(c);if(REe(c),MEe(c),!LEe(c))return qS(o.path,"no-renderable-elements-after-sanitize"),"not-found";let u=[c,...Array.from(c.querySelectorAll("*"))],g=!1,f=!1,h=!1,y=!1;u.forEach(b=>{let S=b.getAttribute("fill");S&&S.trim().toLowerCase()==="none"?h=!0:Qd(S)&&(y=!0),Qd(b.getAttribute("stroke"))&&(g=!0),xEe(b)&&(g=!0),!g&&_Ee(b)&&(f=!0)});let w=g||d.hasStroke||(f||d.hasStrokeHints)&&(h||d.hasFillNone)&&!(y||d.hasExplicitFill);for(OEe(c,{hasStroke:w}),Vp.set(o.path,{mtime:o.stat.mtime,svg:c});Vp.size>wEe;){let b=Vp.keys().next();if(b.done)break;Vp.delete(b.value)}return Pl(e)!==i?"not-found":(e.empty(),e.appendChild(c.cloneNode(!0)),W_(o.path),"rendered")}).catch(s=>(Pl(e)!==i||qS(o.path,"read-or-render-error",{error:s}),"not-found")):"not-found"}search(e){let n=e.trim();if(!n)return[];let a=this.getAll();if(!a.length)return[];let o=(0,WS.prepareFuzzySearch)(n),r=[];for(let i of a){let s=o(i.displayName);s&&r.push({icon:i,match:s})}return r.sort((i,s)=>{let l=i.match.score,c=s.match.score;if(l===c){let d=ft(i.icon.displayName,s.icon.displayName);return d!==0?d:ft(i.icon.id,s.icon.id)}return l-c}),r.map(i=>i.icon).slice(0,50)}getAll(){if(Qc)return Qc.slice();let n=this.app.vault.getFiles().filter(a=>lc(a)).map(a=>({id:a.path,displayName:a.name}));return n.sort(G_),Qc=n,n.slice()}}});var Jd={};pl(Jd,{IconPickerModal:()=>jD});function HEe(t){return Array.isArray(t)&&t.every(e=>typeof e=="string")}var $S,BEe,tB,$g,Up,Zd,jD,eu=He(()=>{$S=require("obsidian");AD();Le();Pr();j_();YS();Me();ka();it();Yc();zt();ha();BEe=5,tB=50,$g="all",Up="vault";Zd=class Zd extends $S.Modal{constructor(n,a,o,r=Q.FOLDER,i={}){var s;super(n);this.currentProvider=$g;this.iconService=un();this.searchDebounceTimer=null;this.domDisposers=[];this.providerTabs=[];this.removeButton=null;this.providerLinkContainer=null;this.providerLinkEl=null;this.metadataService=a,this.settingsProvider=a.getSettingsProvider(),this.itemPath=o,this.itemType=r,this.titleOverride=i.titleOverride,this.showRemoveButton=i.showRemoveButton!==!1,this.disableMetadataUpdates=i.disableMetadataUpdates===!0,this.currentIcon=i.currentIconId===void 0&&!this.disableMetadataUpdates?this.getCurrentIconForItem():(s=i.currentIconId)!=null?s:void 0}static getLastUsedProvider(){return Zd.lastUsedProvider}static setLastUsedProvider(n){Zd.lastUsedProvider=n}onOpen(){let{contentEl:n}=this;n.empty(),this.modalEl.addClass("nn-icon-picker-modal"),this.cleanupVaultRecentIcons();let a=n.createDiv("nn-icon-picker-header"),o=(()=>{if(this.titleOverride)return this.titleOverride;if(this.itemType===Q.TAG)return`#${this.itemPath}`;if(this.itemType===Q.PROPERTY){let i=Yt(this.itemPath);if(i!=null&&i.valuePath)return`${i.key} = ${i.valuePath}`;if(i)return i.key}return this.itemPath.split("/").pop()||this.itemPath})();a.createEl("h3",{text:o}),this.createProviderTabs();let r=n.createDiv("nn-icon-search-container");if(this.searchInput=r.createEl("input",{type:"text",placeholder:m.modals.iconPicker.searchPlaceholder,cls:"nn-icon-search-input"}),this.searchInput.setAttribute("enterkeyhint","done"),this.attachCloseButtonHandler(),this.resultsContainer=n.createDiv("nn-icon-results-container"),this.domDisposers.push(ut(this.resultsContainer,"click",i=>this.handleResultsClick(i))),this.createProviderLinkRow(),this.updateProviderLink(this.currentProvider),this.showRemoveButton){let s=n.createDiv("nn-icon-button-container").createEl("button"),l=m.modals.iconPicker.removeIcon;s.setText(l),s instanceof HTMLButtonElement&&(this.removeButton=s,this.currentIcon||(s.disabled=!0)),this.domDisposers.push(ut(s,"click",()=>this.removeIcon()))}this.domDisposers.push(ut(this.searchInput,"input",()=>{this.searchDebounceTimer&&window.clearTimeout(this.searchDebounceTimer),this.searchDebounceTimer=window.setTimeout(()=>{this.updateResults()},It.DEBOUNCE_KEYBOARD)})),this.setupKeyboardNavigation(),this.searchInput.focus(),typeof window!="undefined"&&window.requestAnimationFrame(()=>{this.searchInput.focus()}),this.updateResults()}async handleResultsClick(n){let a=n.target;if(!(a instanceof Element))return;let o=a.closest(".nn-icon-recent-remove-button");if(o){n.stopPropagation(),n.preventDefault();let s=o.getAttribute("data-recent-icon-id");s&&this.removeRecentIcon(s);return}let r=a.closest(".nn-icon-item");if(!r)return;let i=r.getAttribute("data-icon-id");i&&await this.selectIcon(i)}createProviderTabs(){this.tabContainer=this.contentEl.createDiv("nn-icon-provider-tabs"),this.tabContainer.setAttribute("role","tablist"),this.providerTabs=[];let n=this.sortProvidersForDisplay(this.iconService.getAllProviders().slice()),a=this.resolveInitialProvider(n);this.currentProvider=a,Zd.setLastUsedProvider(a),this.addProviderTab($g,m.modals.iconPicker.allTabLabel),n.forEach(o=>{this.addProviderTab(o.id,o.name)}),this.setActiveProviderTab(a)}addProviderTab(n,a){if(!this.tabContainer)return;let o=this.tabContainer.createDiv({cls:"nn-icon-provider-tab",text:a});o.setAttribute("role","tab"),o.setAttribute("tabindex","-1"),o.dataset.providerId=n,this.providerTabs.push(o),this.domDisposers.push(ut(o,"click",()=>{this.setActiveProviderTab(n),this.currentProvider=n,Zd.setLastUsedProvider(n),this.updateResults(),this.resetResultsScroll()}))}createProviderLinkRow(){this.providerLinkContainer=this.contentEl.createDiv("nn-icon-provider-link-row"),this.providerLinkEl=this.providerLinkContainer.createEl("a",{cls:"nn-icon-provider-link"}),this.providerLinkEl.setAttribute("target","_blank"),this.providerLinkEl.setAttribute("rel","noopener noreferrer"),this.providerLinkContainer.addClass("nn-icon-provider-link-row-hidden")}sortProvidersForDisplay(n){let a=[Up,"emoji","lucide"];return n.sort((o,r)=>{let i=a.indexOf(o.id),s=a.indexOf(r.id);return i!==-1&&s!==-1?i-s:i!==-1?-1:s!==-1?1:o.name.localeCompare(r.name)})}cleanupVaultRecentIcons(){let n=this.settingsProvider.getRecentIcons(),a=n[Up],o=Array.isArray(a)?a:[],r=a!==void 0&&!Array.isArray(a);if(o.length===0&&!r)return;if(r){delete n[Up],this.settingsProvider.setRecentIcons(n);return}let i=[],s=!1;o.forEach(l=>{if(typeof l!="string"){s=!0;return}let c=this.iconService.parseIconId(l);if(c.provider!==Up){s=!0;return}let d=this.app.vault.getAbstractFileByPath(c.identifier);if(d instanceof $S.TFile&&lc(d)){i.push(l);return}s=!0}),s&&(i.length===0?delete n[Up]:n[Up]=i,this.settingsProvider.setRecentIcons(n))}resolveInitialProvider(n){if(!n.length)return $g;let a=new Set(n.map(r=>r.id)),o=[Zd.getLastUsedProvider(),this.currentProvider];for(let r of o)if(r&&(r===$g||a.has(r)))return r;return $g}searchAllProvidersExcludingVault(n){let a=[];return this.iconService.getAllProviders().forEach(o=>{if(o.id===Up)return;let r=o.search(n);a.push(...r.map(i=>({...i,id:this.iconService.formatIconId(o.id,i.id)})))}),a}updateResults(){this.resultsContainer.empty();let n=this.searchInput.value.toLowerCase().trim(),a=this.currentProvider===$g,o=a?void 0:this.iconService.getProvider(this.currentProvider);if(n===""){(a?!1:this.renderRecentIcons())||(this.currentProvider==="emoji"?this.resultsContainer.createDiv("nn-icon-empty-message").setText(m.modals.iconPicker.emojiInstructions):this.showEmptyState());return}let r=a?this.searchAllProvidersExcludingVault(n):this.iconService.search(n,this.currentProvider);if(r.length>0&&(a||o)){let i=this.resultsContainer.createDiv("nn-icon-grid");r.slice(0,tB).forEach(s=>{this.createIconItem(s,i,o)}),r.length>tB&&this.resultsContainer.createDiv("nn-icon-more-message").setText(m.modals.iconPicker.showingResultsInfo.replace("{count}",r.length.toString()));return}this.showEmptyState(!0)}renderRecentIcons(){let a=this.settingsProvider.getRecentIcons()[this.currentProvider]||[];if(!a.length)return!1;let o=this.resultsContainer.createDiv("nn-icon-section-header");o.setText(m.modals.iconPicker.recentlyUsedHeader);let r=this.resultsContainer.createDiv("nn-icon-grid"),i=0,s=new Map;return a.forEach(l=>{var h;let c=this.iconService.parseIconId(l),d=this.iconService.getProvider(c.provider);if(!d)return;if(d.id==="emoji"){let y="",w=Wv,v=nt(w)?Object.entries(w):[];for(let[T,k]of v)if(T===c.identifier&&HEe(k)){y=(h=k[0])!=null?h:"";break}let b={id:c.identifier,displayName:y,preview:c.identifier},S=this.createIconItem(b,r,d);S&&this.addRecentIconRemoveButton(S,l),i+=1;return}let u=s.get(d.id);u||(u=d.getAll(),s.set(d.id,u));let g=u.find(y=>y.id===c.identifier);if(!g)return;let f=this.createIconItem(g,r,d);f&&this.addRecentIconRemoveButton(f,l),i+=1}),i===0?(o.remove(),r.remove(),!1):!0}addRecentIconRemoveButton(n,a){n.createEl("button",{cls:"nn-icon-recent-remove-button",attr:{type:"button","aria-label":m.modals.iconPicker.removeFromRecents,title:m.modals.iconPicker.removeFromRecents,"data-recent-icon-id":a}}).createSpan({text:"\xD7",cls:"nn-icon-recent-remove-glyph",attr:{"aria-hidden":"true"}})}removeRecentIcon(n){let o=this.iconService.parseIconId(n).provider,r=this.settingsProvider.getRecentIcons(),i=r[o];if(i!==void 0&&!Array.isArray(i)){delete r[o],this.settingsProvider.setRecentIcons(r),this.updateResults();return}let l=Array.isArray(i)?i:[],c=l.indexOf(n);if(c<0)return;let d=[...l];d.splice(c,1),d.length===0?delete r[o]:r[o]=d,this.settingsProvider.setRecentIcons(r),this.updateResults()}resetResultsScroll(){this.resultsContainer&&(this.resultsContainer.scrollTop=0)}showEmptyState(n=!1){this.resultsContainer.createDiv("nn-icon-empty-message").setText(n?m.modals.iconPicker.emptyStateNoResults:m.modals.iconPicker.emptyStateSearch)}createIconItem(n,a,o){let r=o,i=n.id;if(r)i=this.iconService.formatIconId(r.id,n.id);else{let d=this.iconService.parseIconId(n.id);if(r=this.iconService.getProvider(d.provider),!r)return null;i=n.id}let s=a.createDiv("nn-icon-item");s.setAttribute("data-icon-id",i);let l=s.createDiv("nn-icon-item-preview");return this.iconService.renderIcon(l,i),r.id==="emoji"&&n.preview&&l.addClass("nn-emoji-preview"),s.createDiv("nn-icon-item-name").setText(n.displayName),s.setAttribute("tabindex","0"),s}saveToRecentIcons(n){var l;let o=this.iconService.parseIconId(n).provider,r=this.settingsProvider.getRecentIcons(),i=[...(l=r[o])!=null?l:[]],s=i.indexOf(n);s>-1&&i.splice(s,1),i.unshift(n),i.length>15&&(i.length=15),r[o]=i,this.settingsProvider.setRecentIcons(r)}async wasHandledBySelection(n){if(!this.onChooseIcon)return!1;let a=await this.onChooseIcon(n);return(a==null?void 0:a.handled)===!0}async selectIcon(n){if(this.saveToRecentIcons(n),await this.wasHandledBySelection(n)){this.currentIcon=n,this.close();return}if(this.disableMetadataUpdates){this.currentIcon=n,this.close();return}this.itemType===Q.TAG?await this.metadataService.setTagIcon(this.itemPath,n):this.itemType===Q.PROPERTY?await this.metadataService.setPropertyIcon(this.itemPath,n):this.itemType===Q.FILE?await this.metadataService.setFileIcon(this.itemPath,n):await this.metadataService.setFolderIcon(this.itemPath,n),this.currentIcon=n,this.close()}getCurrentIconForItem(){return this.itemType===Q.TAG?this.metadataService.getTagIcon(this.itemPath):this.itemType===Q.PROPERTY?this.metadataService.getPropertyIcon(this.itemPath):this.itemType===Q.FILE?this.metadataService.getFileIcon(this.itemPath):this.metadataService.getFolderIcon(this.itemPath)}async removeIcon(){if(!(this.disableMetadataUpdates?this.currentIcon:this.getCurrentIconForItem())){this.close();return}if(!await this.wasHandledBySelection(null)){if(this.disableMetadataUpdates){this.currentIcon=void 0,this.removeButton&&(this.removeButton.disabled=!0),this.close();return}this.itemType===Q.TAG?await this.metadataService.removeTagIcon(this.itemPath):this.itemType===Q.PROPERTY?await this.metadataService.removePropertyIcon(this.itemPath):this.itemType===Q.FILE?await this.metadataService.removeFileIcon(this.itemPath):await this.metadataService.removeFolderIcon(this.itemPath)}this.currentIcon=void 0,this.removeButton&&(this.removeButton.disabled=!0),this.close()}setupKeyboardNavigation(){this.scope.register(["Shift"],"Tab",n=>{let a=document.activeElement instanceof HTMLElement?document.activeElement:null;if(a!=null&&a.classList.contains("nn-icon-provider-tab")){n.preventDefault();return}n.preventDefault();let o=this.getActiveProviderTab();if(a!=null&&a.classList.contains("nn-icon-item")){this.searchInput.focus();return}if(a===this.searchInput){o==null||o.focus();return}this.searchInput.focus()}),this.scope.register([],"Tab",n=>{let a=document.activeElement,o=a instanceof HTMLElement?a:null;if(o!=null&&o.classList.contains("nn-icon-provider-tab")){n.preventDefault(),this.searchInput.focus();return}if(!(o==null?void 0:o.classList.contains("nn-icon-item"))){n.preventDefault();let i=this.resultsContainer.querySelector(".nn-icon-item");i&&i.focus()}}),this.scope.register([],"ArrowLeft",n=>this.handleArrowKey(n,-1,0)),this.scope.register([],"ArrowRight",n=>this.handleArrowKey(n,1,0)),this.scope.register([],"ArrowUp",n=>this.handleArrowKey(n,0,-1)),this.scope.register([],"ArrowDown",n=>this.handleArrowKey(n,0,1)),this.scope.register([],"Enter",n=>{let a=document.activeElement instanceof HTMLElement?document.activeElement:null;if(a===this.searchInput){n.preventDefault(),window.setTimeout(()=>{this.searchInput.blur()});return}if(a!=null&&a.classList.contains("nn-icon-item")){n.preventDefault();let o=a.getAttribute("data-icon-id");o&&te(()=>this.selectIcon(o))}})}handleArrowKey(n,a,o){let r=document.activeElement;if(!(r instanceof HTMLElement))return;let i=r;if(i!=null&&i.classList.contains("nn-icon-provider-tab")){if(a===0)return;n.preventDefault(),this.focusAdjacentTab(i,a);return}if(!(i!=null&&i.classList.contains("nn-icon-item")))return;n.preventDefault();let s=Array.from(this.resultsContainer.querySelectorAll(".nn-icon-item")),l=s.indexOf(i),c=l;a!==0?c=l+a:c=l+o*BEe,c>=0&&c=this.providerTabs.length)return;let i=this.providerTabs[r],s=i.dataset.providerId;s&&(this.setActiveProviderTab(s),i.focus(),i.click())}ensureIconVisible(n){let a=this.resultsContainer,o=a.getBoundingClientRect(),r=n.getBoundingClientRect(),i=8;r.topo.bottom-i&&(a.scrollTop+=r.bottom-o.bottom+i)}setActiveProviderTab(n){this.providerTabs.forEach(a=>{a.dataset.providerId===n?(a.addClass("nn-active"),a.setAttribute("tabindex","0")):(a.removeClass("nn-active"),a.setAttribute("tabindex","-1"))}),this.updateProviderLink(n)}updateProviderLink(n){if(!this.providerLinkContainer||!this.providerLinkEl)return;let a=q_(n);if(!a){this.providerLinkContainer.addClass("nn-icon-provider-link-row-hidden"),this.providerLinkEl.removeAttribute("href"),this.providerLinkEl.setText(""),this.providerLinkEl.removeAttribute("title");return}this.providerLinkContainer.removeClass("nn-icon-provider-link-row-hidden"),this.providerLinkEl.setAttribute("href",a),this.providerLinkEl.setAttribute("title",a);let o=this.iconService.getProvider(n);this.providerLinkEl.setText(this.buildProviderLinkLabel(o,a))}formatCatalogLinkText(n){let a=n.trim();return a?a.replace(/^https?:\/\//,"").replace(/\/$/,""):""}buildProviderLinkLabel(n,a){let o=this.resolveProviderVersion(n),r=this.formatCatalogLinkText(a);return o?`${o}, ${r}`:r}resolveProviderVersion(n){if(!n||typeof n.getVersion!="function")return null;let a=n.getVersion();if(!a)return null;let o=a.trim();return o?/^v/i.test(o)?o:`v${o}`:null}getActiveProviderTab(){var n;return(n=this.providerTabs.find(a=>a.dataset.providerId===this.currentProvider))!=null?n:null}onClose(){this.searchDebounceTimer&&(window.clearTimeout(this.searchDebounceTimer),this.searchDebounceTimer=null);let{contentEl:n}=this;n.empty(),this.modalEl.removeClass("nn-icon-picker-modal"),this.removeButton=null,this.providerLinkContainer=null,this.providerLinkEl=null,this.domDisposers.length&&(this.domDisposers.forEach(a=>{try{a()}catch(o){console.error("Error disposing icon picker listener:",o)}}),this.domDisposers=[])}attachCloseButtonHandler(){let n=this.modalEl.querySelector(".modal-close-button");if(!n)return;let a=o=>{o.preventDefault(),this.close()};this.domDisposers.push(ut(n,"click",a)),this.domDisposers.push(ut(n,"pointerdown",a))}};Zd.lastUsedProvider=null;jD=Zd});var nB={};pl(nB,{UXIconMapModal:()=>WD});var Xg,tu,WD,aB=He(()=>{Xg=require("obsidian");Le();Pr();it();ri();zn();Yc();Me();Ft();Yg();tu=class tu extends Xg.Modal{constructor(n,a){super(n);this.options=a;this.iconService=un();this.listEl=null;this.rowDisposers=[];this.footerDisposers=[];this.rowControls=new Map;this.applyButton=null;this.iconSize=Xg.Platform.isMobile?18:16;this.initialMap=this.normalizeInterfaceIconMap(a.initialMap),this.initialRootFolderIconId=this.normalizeMetadataIconId(a.metadataService.getFolderIcon(tu.ROOT_FOLDER_PATH)),this.rows=this.deserializeRows(this.initialMap)}isRootFolderRow(n){return n==="nav-folder-root"}normalizeInterfaceIconMap(n){let a=Ce(n,an);return delete a["nav-folder-root"],a}normalizeMetadataIconId(n){return n?vn(n):null}onOpen(){this.modalEl.addClass("nn-ux-icon-map-modal"),this.titleEl.setText(m.modals.interfaceIcons.title),this.contentEl.empty();let n=this.contentEl.createDiv({cls:"nn-ux-icon-map-scroll"});this.listEl=n.createDiv({cls:"nn-ux-icon-map-list"}),this.renderRows(),this.renderFooter(),this.updateApplyButtonState()}onClose(){this.disposeRowDisposers(),this.disposeFooterDisposers(),this.rowControls.clear(),this.listEl=null,this.applyButton=null,this.modalEl.removeClass("nn-ux-icon-map-modal"),this.contentEl.empty()}resolveRowLabel(n){if(n==="nav-folder-root"){let o=this.options.metadataService.getSettingsProvider().settings;return Il({app:this.app,metadataService:this.options.metadataService,settings:o,folderPath:tu.ROOT_FOLDER_PATH,fallbackName:this.app.vault.getRoot().name})}let a=m.modals.interfaceIcons.items[n];return typeof a=="string"?a:""}resolveCategoryLabel(n){switch(n){case"navigationPane":return m.settings.items.startView.options.navigation;case"folders":return m.settings.sections.folders;case"tags":return m.settings.sections.tags;case"properties":return m.navigationPane.properties;case"listPane":return m.settings.items.startView.options.files;case"fileItems":return m.modals.interfaceIcons.fileItemsSection;default:return""}}deserializeRows(n){return PS.map(a=>{let o=vn(a.defaultIconId),r=this.isRootFolderRow(a.id)?this.initialRootFolderIconId:(()=>{let i=n[a.id],s=i?Cl(i):null;return s?vn(s):null})();return{id:a.id,category:a.category,label:this.resolveRowLabel(a.id),defaultIconId:o,overrideIconId:r}})}getEffectiveIconId(n){var a;return(a=n.overrideIconId)!=null?a:n.defaultIconId}serializeIconValue(n){let a=vn(n);return a?zs(a):null}renderRows(){if(!this.listEl)return;this.disposeRowDisposers(),this.rowControls.clear(),this.listEl.empty();let n=["navigationPane","folders","tags","properties","listPane","fileItems"],a=new Map;this.rows.forEach(i=>{let s=a.get(i.category);s?s.push(i):a.set(i.category,[i])});let o=i=>{var u;let s=(u=this.listEl)==null?void 0:u.createDiv({cls:"nn-ux-icon-map-row"});if(!s)return;s.createDiv({cls:"nn-ux-icon-map-label",text:i.label});let l=s.createEl("button",{cls:"nn-action-btn",attr:{type:"button","aria-label":m.contextMenu.file.changeIcon}}),c=l.createSpan();this.iconService.renderIcon(c,this.getEffectiveIconId(i),this.iconSize),this.rowDisposers.push(ut(l,"click",()=>{this.openIconPicker(i.id)}));let d=s.createEl("button",{cls:"nn-action-btn",attr:{type:"button","aria-label":m.common.clear}});(0,Xg.setIcon)(d,"lucide-rotate-ccw"),d.disabled=i.overrideIconId===null,this.rowDisposers.push(ut(d,"click",()=>{this.resetRowIcon(i.id)})),this.rowControls.set(i.id,{iconSpan:c,resetButton:d})},r=!1;n.forEach(i=>{var d;let s=a.get(i);if(!s||s.length===0)return;let l=this.resolveCategoryLabel(i);if(!l)return;let c=r?"nn-ux-icon-map-group-heading nn-ux-icon-map-group-heading--spaced":"nn-ux-icon-map-group-heading";(d=this.listEl)==null||d.createEl("h3",{cls:c,text:l}),s.forEach(u=>{o(u)}),r=!0})}openIconPicker(n){let a=this.rows.find(o=>o.id===n);a&&te(async()=>{let{IconPickerModal:o}=await Promise.resolve().then(()=>(eu(),Jd)),r=new o(this.app,this.options.metadataService,this.isRootFolderRow(n)?tu.ROOT_FOLDER_PATH:"",this.isRootFolderRow(n)?Q.FOLDER:Q.FILE,{titleOverride:a.label,currentIconId:this.getEffectiveIconId(a),showRemoveButton:!0,disableMetadataUpdates:!0});r.onChooseIcon=async i=>(this.setRowIcon(n,i),{handled:!0}),r.open()})}setRowIcon(n,a){let o=this.rows.find(s=>s.id===n);if(!o)return;let r=a?vn(a):null;if(this.isRootFolderRow(n))o.overrideIconId=r;else{let s=vn(o.defaultIconId);o.overrideIconId=r&&r!==s?r:null}let i=this.rowControls.get(n);i&&(this.iconService.renderIcon(i.iconSpan,this.getEffectiveIconId(o),this.iconSize),i.resetButton.disabled=o.overrideIconId===null),this.updateApplyButtonState()}resetRowIcon(n){this.setRowIcon(n,null)}disposeRowDisposers(){let n=this.rowDisposers;this.rowDisposers=[],n.forEach(a=>{try{a()}catch(o){console.error("[UXIconMapModal] Failed to dispose row handler",o)}})}disposeFooterDisposers(){let n=this.footerDisposers;this.footerDisposers=[],n.forEach(a=>{try{a()}catch(o){console.error("[UXIconMapModal] Failed to dispose footer handler",o)}})}renderFooter(){this.disposeFooterDisposers();let n=this.contentEl.createDiv({cls:"nn-ux-icon-map-footer nn-button-container"}),a=n.createEl("button",{text:m.common.cancel,attr:{type:"button"}});this.footerDisposers.push(ut(a,"click",()=>{this.close()})),this.applyButton=n.createEl("button",{cls:"mod-cta",text:m.modals.colorPicker.apply,attr:{type:"button"}}),this.footerDisposers.push(ut(this.applyButton,"click",()=>{this.applyChanges()}))}buildOverrideMap(){let n=Ce(void 0);return this.rows.forEach(a=>{if(this.isRootFolderRow(a.id)||!a.overrideIconId)return;let o=this.serializeIconValue(a.overrideIconId);o&&(n[a.id]=o)}),n}areMapsEqual(n,a){let o=Object.keys(n).sort(),r=Object.keys(a).sort();if(o.length!==r.length)return!1;for(let i=0;ithis.isRootFolderRow(a.id));return n?n.overrideIconId!==this.initialRootFolderIconId:!1}updateApplyButtonState(){if(!this.applyButton)return;let n=this.buildOverrideMap();this.applyButton.disabled=this.areMapsEqual(n,this.initialMap)&&!this.hasRootFolderIconChanged()}applyChanges(){let n=this.buildOverrideMap(),a=this.rows.find(o=>this.isRootFolderRow(o.id));te(async()=>{a&&(a.overrideIconId?await this.options.metadataService.setFolderIcon(tu.ROOT_FOLDER_PATH,a.overrideIconId):await this.options.metadataService.removeFolderIcon(tu.ROOT_FOLDER_PATH)),await this.options.onSave(n),this.close()})}};tu.ROOT_FOLDER_PATH="/";WD=tu});function QS(){let t=null,e=null,n=null,a={x:10,y:10},o=(f,h)=>{t&&(t.style.setProperty("--nn-drag-ghost-x",`${f}px`),t.style.setProperty("--nn-drag-ghost-y",`${h}px`))},r=f=>{o(f.clientX+a.x,f.clientY+a.y)},i={passive:!0},s=!0,l=()=>{t&&(document.removeEventListener("mousemove",r,i),document.removeEventListener("dragover",r,s),t.remove(),t=null),e&&(window.removeEventListener("dragend",e),e=null),n&&(window.removeEventListener("drop",n),n=null)},c=f=>f.icon?f.icon:f.itemType===Q.FOLDER?"lucide-folder-closed":f.itemType===Q.TAG?"lucide-tags":f.itemType==="search"?"lucide-search":f.itemType!==Q.FILE?null:"lucide-file",d=f=>f.startsWith("emoji:")?f.slice(6):/\p{Extended_Pictographic}/u.test(f)?f:null;return{showGhost:(f,h)=>{var T,k,x,C,F,O;l(),a={x:(k=(T=h.cursorOffset)==null?void 0:T.x)!=null?k:10,y:(C=(x=h.cursorOffset)==null?void 0:x.y)!=null?C:10};let y=un(),w=(N,B)=>{if(!N)return!1;B.innerHTML="";try{if(y.renderIcon(B,N),B.childNodes.length>0||B.innerHTML.trim()!=="")return!0}catch(q){}let U=d(N);if(U)return B.textContent=U,!0;try{return(0,sB.setIcon)(B,N),B.childNodes.length>0}catch(q){}return!1},v=c(h),b=(F=h.customElement)!=null?F:document.createElement("div");if(b.classList.contains("nn-drag-ghost")||b.classList.add("nn-drag-ghost"),!h.customElement)if(h.itemCount&&h.itemCount>1){let N=document.createElement("div");N.className="nn-drag-ghost-badge",N.textContent=`${h.itemCount}`,b.appendChild(N)}else{let N=document.createElement("div");N.className="nn-drag-ghost-icon";let B=(O=h.iconColor)!=null?O:"#ffffff";N.style.color=B,N.style.setProperty("--icon-color",B),N.style.fill=B,N.style.stroke=B,!w(h.icon,N)&&!w(v,N)&&(N.innerHTML=""),b.appendChild(N)}document.body.appendChild(b),t=b,o(f.clientX+a.x,f.clientY+a.y),document.addEventListener("mousemove",r,i),document.addEventListener("dragover",r,s);let S=()=>l();e=S,n=S,window.addEventListener("dragend",S,{once:!0}),window.addEventListener("drop",S,{once:!0})},hideGhost:l,hideNativePreview:f=>{var y;let h=document.createElement("div");h.className="nn-drag-empty-placeholder",document.body.appendChild(h);try{(y=f.dataTransfer)==null||y.setDragImage(h,0,0)}catch(w){}setTimeout(()=>h.remove(),0)},hasGhost:()=>t!==null}}var sB,YD=He(()=>{sB=require("obsidian");Me();Pr()});var rs={};pl(rs,{ColorPickerModal:()=>GD});var Qg,lB,Kp,GD,is=He(()=>{Qg=require("obsidian");Le();hv();it();Yc();Vn();YD();ns();lB="#3b82f6",Kp=class Kp extends Qg.Modal{constructor(n,a){super(n);this.currentColor=null;this.selectedColor=lB;this.userColorDots=[];this.defaultColors=[...II];this.customColors=[];this.paletteMode="default";this.activeDefaultColorIndex=null;this.activeCustomColorIndex=null;this.customColorsDirty=!1;this.paletteDisposers=[];this.recentColorDisposers=[];this.isUpdating=!1;this.domDisposers=[];this.pendingPaletteSwitchHandle=null;this.title=a.title,this.settingsProvider=a.settingsProvider,this.chooseColorHandler=a.onChooseColor,this.dragGhostManager=QS(),this.customColors=[],this.paletteMode=Kp.getLastPaletteMode();let o=a.initialColor;if(o){this.currentColor=o;let r=this.parseColorString(o);if(r){this.selectedColor=this.rgbaToHex(r);return}}this.selectedColor=lB}static getLastPaletteMode(){return Kp.lastPaletteMode}static setLastPaletteMode(n){Kp.lastPaletteMode=n}onOpen(){let{contentEl:n}=this;n.empty(),this.modalEl.addClass("nn-color-picker-modal"),n.createDiv("nn-color-picker-header").createEl("h3",{text:this.title}),this.attachCloseButtonHandler();let o=n.createDiv("nn-color-picker-content"),r=o.createDiv("nn-color-picker-left"),s=r.createDiv("nn-color-preview-section").createDiv("nn-color-preview-container"),l=s.createDiv("nn-preview-current");l.createEl("span",{text:m.modals.colorPicker.currentColor,cls:"nn-preview-label"}),this.previewCurrent=l.createDiv("nn-preview-color"),this.currentColor?this.applySwatchColor(this.previewCurrent,this.currentColor):this.previewCurrent.addClass("nn-no-color"),this.makeSwatchDraggable(this.previewCurrent,()=>this.currentColor,this.domDisposers),this.domDisposers.push(ut(this.previewCurrent,"click",()=>{let N=this.normalizeHexColor(this.currentColor);N&&this.updateFromHex(N)})),this.domDisposers.push(ut(this.previewCurrent,"dblclick",()=>{let N=this.normalizeHexColor(this.currentColor);N&&this.handleSwatchDoubleClick(N)}));let c=s.createDiv("nn-preview-arrow");(0,Qg.setIcon)(c,"lucide-arrow-right");let d=s.createDiv("nn-preview-new");d.createEl("span",{text:m.modals.colorPicker.newColor,cls:"nn-preview-label"}),this.previewNew=d.createDiv("nn-preview-color nn-show-checkerboard"),this.applySwatchColor(this.previewNew,this.selectedColor),this.makeSwatchDraggable(this.previewNew,()=>this.selectedColor,this.domDisposers);let u=r.createDiv("nn-preset-section"),g=u.createDiv("nn-preset-header"),f=g.createDiv("nn-preset-toggle");this.paletteToggleDefault=f.createSpan({text:m.modals.colorPicker.paletteDefault,cls:"nn-preset-toggle-label"}),this.domDisposers.push(ut(this.paletteToggleDefault,"click",N=>{N.preventDefault(),this.setPaletteMode("default")})),f.createEl("span",{text:"|",cls:"nn-preset-toggle-separator"}),this.paletteToggleCustom=f.createSpan({text:m.modals.colorPicker.paletteCustom,cls:"nn-preset-toggle-label"}),this.domDisposers.push(ut(this.paletteToggleCustom,"click",N=>{N.preventDefault(),this.setPaletteMode("custom")}));let h=g.createDiv("nn-preset-buttons");this.copyColorsButton=h.createEl("button",{cls:"nn-preset-action-button",attr:{type:"button","aria-label":m.modals.colorPicker.copyColors,title:m.modals.colorPicker.copyColors}}),(0,Qg.setIcon)(this.copyColorsButton,"copy"),this.domDisposers.push(ut(this.copyColorsButton,"click",()=>this.copySelectedColor())),this.pasteColorsButton=h.createEl("button",{cls:"nn-preset-action-button",attr:{type:"button","aria-label":m.modals.colorPicker.pasteColors,title:m.modals.colorPicker.pasteColors}}),(0,Qg.setIcon)(this.pasteColorsButton,"clipboard-paste"),this.domDisposers.push(ut(this.pasteColorsButton,"click",()=>this.pasteSelectedColor())),this.clearCustomColorsButton=h.createEl("button",{cls:"nn-clear-recent nn-clear-custom-colors",text:"\xD7",attr:{type:"button","aria-label":m.modals.colorPicker.resetUserColors,title:m.modals.colorPicker.resetUserColors}}),this.domDisposers.push(ut(this.clearCustomColorsButton,"click",()=>this.confirmClearCustomColors())),this.userColorsContainer=u.createDiv("nn-preset-colors");let y=o.createDiv("nn-color-picker-right"),w=y.createDiv("nn-hex-section");w.createEl("label",{text:m.modals.colorPicker.hexLabel,cls:"nn-hex-title"});let v=w.createDiv("nn-hex-container");v.createEl("span",{text:"#",cls:"nn-hex-label"}),this.hexInput=v.createEl("input",{type:"text",cls:"nn-hex-input",value:this.selectedColor.substring(1),attr:{"aria-label":"Hex color value",maxlength:"8",placeholder:"RRGGBB or RRGGBBAA"}}),this.hexInput.setAttribute("enterkeyhint","done");let b=y.createDiv("nn-rgb-section");b.createEl("div",{text:m.modals.colorPicker.rgbLabel,cls:"nn-rgb-title"}),this.channelSliders={},this.channelValues={},["r","g","b","a"].forEach(N=>{let B=b.createDiv("nn-rgb-row");B.createEl("span",{text:N.toUpperCase(),cls:"nn-rgb-label"});let U=B.createEl("input",{type:"range",cls:"nn-rgb-slider",attr:{"aria-label":`${N.toUpperCase()} value`,min:"0",max:"255"}});U.classList.add(`nn-rgb-slider-${N}`);let q=B.createEl("span",{cls:"nn-rgb-value",text:"0"});this.channelSliders[N]=U,this.channelValues[N]=q});let S=y.createDiv("nn-recent-section"),T=S.createDiv("nn-recent-header");T.createEl("div",{text:m.modals.colorPicker.recentColors,cls:"nn-section-label"});let k=T.createEl("button",{text:"\xD7",cls:"nn-clear-recent",title:m.modals.colorPicker.clearRecentColors});this.domDisposers.push(ut(k,"click",()=>{this.clearRecentColors()})),this.recentColorsContainer=S.createDiv("nn-recent-colors");let x=n.createDiv("nn-color-button-container"),C=m.common.restoreDefault,F=x.createEl("button",{text:this.currentColor?C:m.common.cancel});this.domDisposers.push(ut(F,"click",()=>{if(this.currentColor)return this.restoreDefaultColor();this.close()}));let O=x.createEl("button",{text:m.modals.colorPicker.apply,cls:"mod-cta"});this.domDisposers.push(ut(O,"click",()=>this.applyColor())),this.setupEventHandlers(),this.registerKeyboardShortcuts(),this.loadRecentColors(),this.loadCustomColors(),this.updatePaletteToggleState(),this.renderUserColors(),this.updatePresetButtonsVisibility(),this.updateFromHex(this.selectedColor),this.domDisposers.push(ut(this.hexInput,"input",()=>{let N=this.sanitizeHexInput(this.hexInput.value);N!==this.hexInput.value&&(this.hexInput.value=N),(N.length===6||N.length===8)&&this.updateFromHex(`#${N.toLowerCase()}`,{syncInput:!1})}))}onClose(){let{contentEl:n}=this;n.empty(),this.modalEl.removeClass("nn-color-picker-modal"),this.customColorsDirty&&(this.settingsProvider.settings.userColors=[...this.customColors],te(()=>this.settingsProvider.saveSettingsAndUpdate()),this.customColorsDirty=!1),this.disposePaletteListeners(),this.disposeRecentColorListeners(),this.domDisposers.length&&(this.domDisposers.forEach(a=>{try{a()}catch(o){console.error("Error disposing color picker listener:",o)}}),this.domDisposers=[]),this.dragGhostManager.hideGhost(),this.pendingPaletteSwitchHandle!==null&&(window.cancelAnimationFrame(this.pendingPaletteSwitchHandle),this.pendingPaletteSwitchHandle=null)}attachCloseButtonHandler(){let n=this.modalEl.querySelector(".modal-close-button");if(!n)return;let a=o=>{o.preventDefault(),this.close()};this.domDisposers.push(ut(n,"click",a)),this.domDisposers.push(ut(n,"pointerdown",a))}setupEventHandlers(){Object.keys(this.channelSliders).forEach(n=>{let a=this.channelSliders[n];this.domDisposers.push(ut(a,"input",()=>{this.isUpdating||this.updateFromRGB()}))})}registerKeyboardShortcuts(){this.scope.register([],"Enter",n=>{document.activeElement===this.hexInput&&(n.preventDefault(),window.setTimeout(()=>{this.hexInput.blur()}))})}getRecentColors(){return this.settingsProvider.getRecentColors()}saveRecentColors(n){this.settingsProvider.setRecentColors(n)}loadRecentColors(){let n=this.getRecentColors();this.disposeRecentColorListeners(),this.recentColorsContainer.empty(),n.forEach((a,o)=>{let r=this.recentColorsContainer.createDiv("nn-color-dot nn-recent-color nn-show-checkerboard");this.applySwatchColor(r,a),r.setAttribute("data-color",a),this.makeSwatchDraggable(r,()=>a,this.recentColorDisposers),this.recentColorDisposers.push(ut(r,"click",()=>{this.updateFromHex(a)})),this.recentColorDisposers.push(ut(r,"dblclick",()=>{this.handleSwatchDoubleClick(a)}));let i=r.createEl("button",{cls:"nn-recent-remove-button",attr:{type:"button","aria-label":m.modals.colorPicker.removeRecentColor,title:m.modals.colorPicker.removeRecentColor}});i.createSpan({text:"\xD7",cls:"nn-recent-remove-glyph",attr:{"aria-hidden":"true"}}),this.recentColorDisposers.push(ut(i,"click",s=>{s.stopPropagation(),s.preventDefault(),this.removeRecentColor(o)}))});for(let a=n.length;a<_d;a++)this.recentColorsContainer.createDiv("nn-color-dot nn-color-empty")}clearRecentColors(){this.saveRecentColors([]),this.loadRecentColors()}removeRecentColor(n){let a=this.getRecentColors();n<0||n>=a.length||(a.splice(n,1),this.saveRecentColors(a),this.loadRecentColors())}loadCustomColors(){this.customColors=this.getNormalizedCustomColors(),this.activeDefaultColorIndex=this.findDefaultColorIndex(this.selectedColor),this.activeCustomColorIndex=this.findCustomColorIndex(this.selectedColor)}renderUserColors(){this.disposePaletteListeners(),this.userColorsContainer.empty(),this.userColorDots=[];let n=this.paletteMode==="default"?this.defaultColors:this.customColors,a=this.paletteMode==="default"?this.activeDefaultColorIndex:this.activeCustomColorIndex;n.forEach((o,r)=>{var d;let i=this.userColorsContainer.createDiv("nn-color-dot");this.userColorDots.push(i),i.setAttribute("title",this.getUserColorSlotLabel(r));let s=(d=this.normalizeHexColor(o))!=null?d:kp;i.addClass("nn-show-checkerboard"),this.applySwatchColor(i,s),i.setAttribute("data-color",s),a===r&&i.addClass("nn-user-color-selected"),this.makeSwatchDraggable(i,()=>n[r],this.paletteDisposers),this.paletteMode==="custom"&&this.registerCustomDropTarget(i,r);let l=ut(i,"click",()=>{var f,h;let u=this.paletteMode==="default"?this.defaultColors[r]:(f=this.customColors[r])!=null?f:kp,g=(h=this.normalizeHexColor(u))!=null?h:kp;this.handlePaletteColorClick(r,g)});this.paletteDisposers.push(l);let c=ut(i,"dblclick",()=>{var f,h;let u=this.paletteMode==="default"?this.defaultColors[r]:(f=this.customColors[r])!=null?f:kp,g=(h=this.normalizeHexColor(u))!=null?h:kp;this.handlePaletteColorDoubleClick(r,g)});this.paletteDisposers.push(c)})}registerCustomDropTarget(n,a){let o=()=>n.addClass("nn-drop-hover"),r=()=>n.removeClass("nn-drop-hover");this.paletteDisposers.push(ut(n,"dragover",i=>{let s=i.dataTransfer;if(!s)return;let l=Array.from(s.types||[]);(l.includes("application/x-notebook-navigator-color")||l.includes("text/plain"))&&(i.preventDefault(),s.dropEffect="move",o())})),this.paletteDisposers.push(ut(n,"dragleave",()=>{r()})),this.paletteDisposers.push(ut(n,"drop",i=>{let s=this.parseDragData(i);r(),s&&(i.preventDefault(),i.stopPropagation(),this.dragGhostManager.hideGhost(),this.handleCustomDrop(a,s))}))}updatePaletteSelection(){let n=this.paletteMode==="custom"?this.activeCustomColorIndex:this.activeDefaultColorIndex;this.userColorDots.forEach((a,o)=>{a.toggleClass("nn-user-color-selected",o===n)}),this.updatePresetButtonsVisibility()}handlePaletteColorClick(n,a){if((this.paletteMode==="custom"?this.activeCustomColorIndex:this.activeDefaultColorIndex)===n){this.paletteMode==="custom"?this.activeCustomColorIndex=null:this.activeDefaultColorIndex=null,this.updatePaletteSelection();return}this.paletteMode==="custom"?this.activeCustomColorIndex=n:this.activeDefaultColorIndex=n,this.updatePaletteSelection(),a&&this.updateFromHex(a,{syncInput:!0})}handlePaletteColorDoubleClick(n,a){a&&(this.paletteMode==="custom"?this.activeCustomColorIndex=n:this.activeDefaultColorIndex=n,this.updatePaletteSelection(),this.handleSwatchDoubleClick(a))}getUserColorSlotLabel(n){return m.modals.colorPicker.userColorSlot.replace("{slot}",(n+1).toString())}getNormalizedCustomColors(){var o;let n=(o=this.settingsProvider.settings.userColors)!=null?o:[],a=[...fv];for(let r=0;rr===a);return o===-1?null:o}findCustomColorIndex(n){let a=this.normalizeHexColor(n);if(!a)return null;let o=this.customColors.findIndex(r=>r===a);return o===-1?null:o}disposePaletteListeners(){this.paletteDisposers.length&&(this.paletteDisposers.forEach(n=>{try{n()}catch(a){console.error("Error disposing palette listener:",a)}}),this.paletteDisposers=[])}disposeRecentColorListeners(){this.recentColorDisposers.length&&(this.recentColorDisposers.forEach(n=>{try{n()}catch(a){console.error("Error disposing recent color listener:",a)}}),this.recentColorDisposers=[])}makeSwatchDraggable(n,a,o=this.domDisposers){n.setAttribute("draggable","true");let r=ut(n,"dragstart",s=>{let l=this.normalizeHexColor(a()),c=s.dataTransfer;if(!l||!c){s.preventDefault();return}let d={color:l};c.setData("application/x-notebook-navigator-color",JSON.stringify(d)),c.setData("text/plain",l),c.effectAllowed="copyMove",this.dragGhostManager.hideNativePreview(s),this.dragGhostManager.showGhost(s,{customElement:this.createDragPreview(l),cursorOffset:{x:12,y:12},itemType:null}),this.ensureCustomPaletteVisibleForDrag()}),i=ut(n,"dragend",()=>{this.dragGhostManager.hideGhost()});o.push(i),o.push(r)}parseDragData(n){let a=n.dataTransfer;if(!a)return null;let o=a.getData("application/x-notebook-navigator-color");if(o){let s=this.tryParseDragPayload(o);if(s)return s}let r=a.getData("text/plain"),i=this.normalizeHexColor(r);return i?{color:i}:null}tryParseDragPayload(n){try{let a=JSON.parse(n);if(!a||typeof a.color!="string")return null;let o=this.normalizeHexColor(a.color);return o?{color:o}:null}catch(a){return null}}createDragPreview(n){var c;let o=document.createElement("canvas");o.width=36,o.height=36,o.className="nn-drag-preview";let r=o.getContext("2d");if(!r)return o;let i=(c=this.hexToRgba(n))!=null?c:{r:0,g:0,b:0,a:255},s=`rgba(${i.r}, ${i.g}, ${i.b}, ${Math.max(0,Math.min(255,i.a))/255})`,l=36/2-2;return r.beginPath(),r.arc(36/2,36/2,l,0,Math.PI*2),r.fillStyle=s,r.fill(),r.lineWidth=1.5,r.strokeStyle="rgba(0,0,0,0.25)",r.stroke(),o}ensureCustomPaletteVisibleForDrag(){this.paletteMode!=="custom"&&this.pendingPaletteSwitchHandle===null&&(this.pendingPaletteSwitchHandle=window.requestAnimationFrame(()=>{this.pendingPaletteSwitchHandle=null,this.setPaletteMode("custom")}))}handleCustomDrop(n,a){if(this.paletteMode!=="custom"||n<0||n>=cT)return;let o=this.normalizeHexColor(a.color);o&&(this.customColors[n]=o,this.activeCustomColorIndex=n,this.markCustomColorsDirty(),this.renderUserColors(),this.updatePresetButtonsVisibility(),this.updateFromHex(o,{syncInput:!0}),this.dragGhostManager.hideGhost())}handleSwatchDoubleClick(n){this.updateFromHex(n,{syncInput:!0}),this.applyColor()}setPaletteMode(n){this.paletteMode!==n&&(this.paletteMode=n,Kp.setLastPaletteMode(n),n==="custom"?this.activeCustomColorIndex=this.findCustomColorIndex(this.selectedColor):this.activeDefaultColorIndex=this.findDefaultColorIndex(this.selectedColor),this.updatePaletteToggleState(),this.renderUserColors(),this.updatePresetButtonsVisibility())}updatePaletteToggleState(){let n=this.paletteMode==="default";this.paletteToggleDefault&&this.paletteToggleDefault.toggleClass("nn-preset-toggle-active",n),this.paletteToggleCustom&&this.paletteToggleCustom.toggleClass("nn-preset-toggle-active",!n)}updatePresetButtonsVisibility(){let n=this.paletteMode==="custom",a=this.paletteMode==="custom"&&this.activeCustomColorIndex!==null||this.paletteMode==="default"&&this.activeDefaultColorIndex!==null,o=this.activeCustomColorIndex!==null&&this.paletteMode==="custom";this.copyColorsButton&&(this.copyColorsButton.removeClass("nn-preset-action-hidden"),this.copyColorsButton.toggleAttribute("disabled",!a),this.copyColorsButton.toggleClass("nn-preset-action-disabled",!a)),this.pasteColorsButton&&(this.pasteColorsButton.toggleClass("nn-preset-action-hidden",!n),this.pasteColorsButton.toggleAttribute("disabled",!o),this.pasteColorsButton.toggleClass("nn-preset-action-disabled",!o)),this.clearCustomColorsButton&&this.clearCustomColorsButton.toggleClass("nn-preset-action-hidden",!n)}confirmClearCustomColors(){new Ln(this.app,m.modals.colorPicker.resetUserColors,m.modals.colorPicker.clearCustomColorsConfirm,()=>this.clearCustomColors(),m.common.clear).open()}clearCustomColors(){this.customColors=[...fv],this.activeCustomColorIndex=null,this.paletteMode==="custom"&&(this.renderUserColors(),this.updatePresetButtonsVisibility()),this.markCustomColorsDirty()}async copySelectedColor(){let n=this.getActiveColor();if(!n)return;let a=this.normalizeHexColor(n);if(!a)return;let o=a.startsWith("#")?a.substring(1):a;try{await navigator.clipboard.writeText(o),le(m.modals.colorPicker.colorsCopied,{variant:"success"})}catch(r){le(m.common.clipboardWriteError,{variant:"warning"})}}async pasteSelectedColor(){if(this.activeCustomColorIndex===null||this.paletteMode!=="custom")return;let n;try{n=await navigator.clipboard.readText()}catch(r){le(m.modals.colorPicker.pasteClipboardError,{variant:"warning"});return}let a=this.sanitizeHexInput(n.trim());if(a.length!==6&&a.length!==8){le(m.modals.colorPicker.pasteInvalidFormat,{variant:"warning"});return}let o=this.normalizeHexColor(`#${a}`);if(!o){le(m.modals.colorPicker.pasteInvalidFormat,{variant:"warning"});return}this.customColors[this.activeCustomColorIndex]=o,this.markCustomColorsDirty(),this.updateFromHex(o,{syncInput:!0}),this.renderUserColors(),le(m.modals.colorPicker.colorsPasted,{variant:"success"})}getActiveColor(){return this.paletteMode==="custom"?this.activeCustomColorIndex===null?null:this.customColors[this.activeCustomColorIndex]:this.activeDefaultColorIndex===null?null:this.defaultColors[this.activeDefaultColorIndex]}normalizeHexColor(n){if(!n)return null;let a=this.parseColorString(n);return a?this.rgbaToHex(a):null}updateActiveCustomColor(n){if(this.paletteMode!=="custom"||this.activeCustomColorIndex===null)return;let a=this.activeCustomColorIndex;if(this.customColors[a]===n)return;this.customColors[a]=n;let o=this.userColorDots[a];o&&(this.applySwatchColor(o,n),o.setAttribute("data-color",n),o.removeClass("nn-color-empty")),this.markCustomColorsDirty()}markCustomColorsDirty(){this.customColorsDirty=!0}applySwatchColor(n,a){n.classList.remove("nn-no-color");let o=n.hasClass("nn-show-checkerboard");n.addClass("nn-color-swatch"),n.style.setProperty("--nn-color-swatch-color",a),o?n.addClass("nn-checkerboard"):n.removeClass("nn-checkerboard")}updateFromHex(n,{syncInput:a=!0}={}){this.isUpdating=!0;let o=null,r=this.hexToRgba(n);r&&(o=this.rgbaToHex(r),this.selectedColor=o,this.applySwatchColor(this.previewNew,o),a&&(this.hexInput.value=o.substring(1)),this.channelSliders.r.value=r.r.toString(),this.channelSliders.g.value=r.g.toString(),this.channelSliders.b.value=r.b.toString(),this.channelSliders.a.value=r.a.toString(),this.channelValues.r.setText(r.r.toString()),this.channelValues.g.setText(r.g.toString()),this.channelValues.b.setText(r.b.toString()),this.channelValues.a.setText(r.a.toString())),this.isUpdating=!1,o&&this.updateActiveCustomColor(o)}updateFromRGB(){let n=parseInt(this.channelSliders.r.value,10)||0,a=parseInt(this.channelSliders.g.value,10)||0,o=parseInt(this.channelSliders.b.value,10)||0,r=parseInt(this.channelSliders.a.value,10)||0;this.channelValues.r.setText(n.toString()),this.channelValues.g.setText(a.toString()),this.channelValues.b.setText(o.toString()),this.channelValues.a.setText(r.toString());let i={r:n,g:a,b:o,a:r},s=this.rgbaToHex(i);this.selectedColor=s,this.applySwatchColor(this.previewNew,s),this.hexInput.value=s.substring(1),this.updateActiveCustomColor(s)}hexToRgba(n){let a=n.startsWith("#")?n.slice(1):n;if(a.length!==3&&a.length!==4&&a.length!==6&&a.length!==8)return null;if(a.length===3||a.length===4){let[l,c,d,u]=a.split(""),g=(l!=null?l:"0").repeat(2),f=(c!=null?c:"0").repeat(2),h=(d!=null?d:"0").repeat(2),y=a.length===4?(u!=null?u:"f").repeat(2):"ff",w=parseInt(g,16),v=parseInt(f,16),b=parseInt(h,16),S=parseInt(y,16);return[w,v,b,S].some(T=>Number.isNaN(T))?null:{r:w,g:v,b,a:S}}let o=parseInt(a.slice(0,2),16),r=parseInt(a.slice(2,4),16),i=parseInt(a.slice(4,6),16),s=a.length===8?parseInt(a.slice(6,8),16):255;return[o,r,i,s].some(l=>Number.isNaN(l))?null:{r:o,g:r,b:i,a:s}}rgbaToHex({r:n,g:a,b:o,a:r}){let i=[n,a,o].map(l=>l.toString(16).padStart(2,"0")).join("");if(r>=255)return`#${i}`;let s=r.toString(16).padStart(2,"0");return`#${i}${s}`}parseColorString(n){if(!n)return null;let a=this.hexToRgba(n);if(a)return a;let o=n.match(/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i);if(o){let[i,s,l]=o.slice(1,4).map(c=>this.clampColorComponent(parseInt(c,10)));return{r:i,g:s,b:l,a:255}}let r=n.match(/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*([0-9]*\.?[0-9]+)\s*\)$/i);if(r){let[i,s,l]=r.slice(1,4).map(u=>this.clampColorComponent(parseInt(u,10))),c=parseFloat(r[4]);if(Number.isNaN(c))return null;let d=Math.max(0,Math.min(1,c));return{r:i,g:s,b:l,a:Math.round(d*255)}}return null}clampColorComponent(n){return Number.isNaN(n)?0:Math.max(0,Math.min(255,n))}sanitizeHexInput(n){return n.replace(/[^0-9A-Fa-f]/g,"").slice(0,8)}saveToRecentColors(n){if(this.defaultColors.some(r=>r===n)||this.customColors.some(r=>r===n))return;let o=this.getRecentColors();o=o.filter(r=>r!==n),o.unshift(n),o=o.slice(0,_d),this.saveRecentColors(o)}async applyColor(){await this.saveColor(),this.close()}async restoreDefaultColor(){await this.chooseColorHandler(null),this.close()}async saveColor(){this.saveToRecentColors(this.selectedColor),await this.chooseColorHandler(this.selectedColor)}};Kp.lastPaletteMode="default";GD=Kp});var $B={};pl($B,{FileIconRuleEditorModal:()=>iE});var ny,iE,XB=He(()=>{ny=require("obsidian");Le();Pr();Me();it();Yc();ri();Ft();iE=class extends ny.Modal{constructor(n,a){super(n);this.options=a;this.iconService=un();this.listEl=null;this.rowDisposers=[];this.footerDisposers=[];this.rowControls=new Map;this.applyButton=null;this.rowIdCounter=0;this.rows=this.deserializeRows(a.initialMap)}onOpen(){this.modalEl.addClass("nn-file-icon-rule-editor-modal"),this.titleEl.setText(this.options.title),this.contentEl.empty();let n=this.contentEl.createDiv({cls:"nn-file-icon-rule-editor-scroll"});this.listEl=n.createDiv({cls:"nn-file-icon-rule-editor-list"}),this.renderRows(),this.renderFooter(),this.updateApplyButtonState()}onClose(){this.disposeRowDisposers(),this.disposeFooterDisposers(),this.rowControls.clear(),this.listEl=null,this.applyButton=null,this.modalEl.removeClass("nn-file-icon-rule-editor-modal"),this.contentEl.empty()}deserializeRows(n){var r;let a=Object.entries(n).filter(([i,s])=>!!i&&!!s).sort(([i],[s])=>i.localeCompare(s)),o=(r=this.options.fallbackIconId)!=null?r:"file";return a.map(([i,s])=>{var c;let l=(c=Cl(s))!=null?c:o;return{id:this.nextRowId(),keyInput:i,iconId:vn(l)}})}nextRowId(){return this.rowIdCounter+=1,`row-${this.rowIdCounter}`}disposeRowDisposers(){let n=this.rowDisposers;this.rowDisposers=[],n.forEach(a=>{try{a()}catch(o){console.error("[FileIconRuleEditorModal] Failed to dispose row handler",o)}})}disposeFooterDisposers(){let n=this.footerDisposers;this.footerDisposers=[],n.forEach(a=>{try{a()}catch(o){console.error("[FileIconRuleEditorModal] Failed to dispose footer handler",o)}})}renderRows(){this.listEl&&(this.disposeRowDisposers(),this.rowControls.clear(),this.listEl.empty(),this.rows.forEach(n=>{var l;let a=(l=this.listEl)==null?void 0:l.createDiv({cls:"nn-file-icon-rule-row"});if(!a)return;let o=a.createEl("button",{cls:"nn-action-btn",attr:{type:"button","aria-label":m.contextMenu.file.changeIcon}}),r=o.createSpan();this.iconService.renderIcon(r,n.iconId,16),this.rowDisposers.push(ut(o,"click",()=>{this.openIconPicker(n.id)}));let i=a.createEl("input",{cls:"nn-input nn-file-icon-rule-key",attr:{type:"text",placeholder:this.options.mode==="fileType"?".pdf":"meeting"}});i.value=n.keyInput,this.rowDisposers.push(ut(i,"input",()=>{this.handleRowKeyInput(n.id,i.value)}));let s=a.createEl("button",{cls:"nn-action-btn mod-warning",attr:{type:"button","aria-label":m.common.delete}});(0,ny.setIcon)(s,"lucide-trash-2"),this.rowDisposers.push(ut(s,"click",()=>{this.deleteRow(n.id)})),this.rowControls.set(n.id,{rowEl:a,inputEl:i,iconSpan:r})}),this.updateApplyButtonState())}renderFooter(){this.disposeFooterDisposers();let n=this.contentEl.createDiv({cls:"nn-file-icon-rule-editor-footer nn-button-container"}),a=n.createEl("button",{attr:{type:"button","aria-label":m.modals.fileIconRuleEditor.addRuleAria}});(0,ny.setIcon)(a,"lucide-plus"),this.footerDisposers.push(ut(a,"click",()=>{this.addRow()}));let o=n.createEl("button",{text:m.common.cancel,attr:{type:"button"}});this.footerDisposers.push(ut(o,"click",()=>{this.close()})),this.applyButton=n.createEl("button",{cls:"mod-cta",text:m.modals.colorPicker.apply,attr:{type:"button"}}),this.footerDisposers.push(ut(this.applyButton,"click",()=>{this.applyChanges()}))}addRow(){var r;let n=(r=this.options.fallbackIconId)!=null?r:"file";this.rows.push({id:this.nextRowId(),keyInput:"",iconId:n}),this.renderRows();let a=this.rows[this.rows.length-1],o=this.rowControls.get(a.id);o==null||o.inputEl.focus(),o==null||o.rowEl.scrollIntoView({block:"nearest"})}deleteRow(n){this.rows=this.rows.filter(a=>a.id!==n),this.renderRows()}handleRowKeyInput(n,a){let o=this.rows.find(r=>r.id===n);o&&(o.keyInput=a,this.updateApplyButtonState())}openIconPicker(n){let a=this.rows.find(o=>o.id===n);a&&te(async()=>{let{IconPickerModal:o}=await Promise.resolve().then(()=>(eu(),Jd)),r=this.options.normalizeKey(a.keyInput),i=r?`${this.options.title}: ${r}`:this.options.title,s=new o(this.app,this.options.metadataService,"",Q.FILE,{titleOverride:i,currentIconId:a.iconId,showRemoveButton:!1,disableMetadataUpdates:!0});s.onChooseIcon=async l=>l?(this.setRowIcon(n,l),{handled:!0}):{handled:!0},s.open()})}setRowIcon(n,a){let o=this.rows.find(i=>i.id===n);if(!o)return;o.iconId=vn(a);let r=this.rowControls.get(n);r&&this.iconService.renderIcon(r.iconSpan,o.iconId,16),this.updateApplyButtonState()}updateApplyButtonState(){let n=this.computeValidationState();this.applyButton&&(this.applyButton.disabled=!n.isValid),n.invalidRowIds.forEach(a=>{let o=this.rowControls.get(a);o==null||o.rowEl.addClass("nn-file-icon-rule-row-invalid")}),this.rowControls.forEach((a,o)=>{n.invalidRowIds.has(o)||a.rowEl.removeClass("nn-file-icon-rule-row-invalid")})}computeValidationState(){let n=new Set,a=new Map;return this.rows.forEach(o=>{var l;let r=this.options.normalizeKey(o.keyInput),i=FS(r,o.iconId,this.options.normalizeKey);if(!i){n.add(o.id);return}let s=(l=a.get(i.key))!=null?l:[];s.push(o.id),a.set(i.key,s)}),a.forEach(o=>{o.length>1&&o.forEach(r=>n.add(r))}),{isValid:n.size===0,invalidRowIds:n}}applyChanges(){if(!this.computeValidationState().isValid)return;let a=Ce(void 0);this.rows.forEach(r=>{a[r.keyInput]=r.iconId});let o=Xv(a,this.options.normalizeKey);te(async()=>{await this.options.onSave(o),this.close()})}}});var b1={};pl(b1,{promptDeleteFileAttachments:()=>mRe});function pRe(t){let e={path:"",name:"",folders:new Map,files:[]};for(let n of t){let a=n.path.split("/").filter(Boolean);if(!a.pop()){e.files.push(n);continue}let r=e,i="";for(let s of a){i=i?`${i}/${s}`:s;let l=r.folders.get(s);if(l){r=l;continue}let c={path:i,name:s,folders:new Map,files:[]};r.folders.set(s,c),r=c}r.files.push(n)}return e}function mRe(t,e){return new Promise(n=>{new zE(t,e,n).open()})}var gc,zE,w1=He(()=>{gc=require("obsidian");Le();Wn();zE=class extends gc.Modal{constructor(n,a,o){super(n);this.onResolve=o;this.buttonBindings=[];this.hasResolved=!1;this.selectedPaths=new Set;this.viewMode="tree";this.fileCheckboxesByPath=new Map;this.selectableElementsByPath=new Map;this.folderSelectableElementByPath=new Map;this.folderCheckboxByPath=new Map;this.folderDescendantFilesByPath=new Map;this.folderCollapsedByPath=new Map;this.galleryRendered=!1;this.selectionUiFrame=null;this.attachments=a.slice().sort((r,i)=>r.path.localeCompare(i.path)),this.attachments.forEach(r=>{this.selectedPaths.add(r.path)})}onOpen(){this.modalEl.addClass("mod-scrollable-content"),this.modalEl.addClass("mod-file-browser"),this.titleEl.setText(m.modals.fileSystem.deleteFileAttachmentsTitle);let n=this.attachments.length===1?m.modals.fileSystem.deleteFileAttachmentsDescriptionSingle:m.modals.fileSystem.deleteFileAttachmentsDescriptionMultiple;this.contentEl.createEl("p",{text:n,cls:"file-browser-description"});let a=this.contentEl.createDiv({cls:"modal-view-options-toolbar"}),o=a.createDiv({cls:["clickable-icon","modal-view-option","is-active"],attr:{"aria-label":m.modals.fileSystem.deleteFileAttachmentsViewFileTreeAriaLabel}});(0,gc.setIcon)(o,"lucide-list");let r=a.createDiv({cls:["clickable-icon","modal-view-option"],attr:{"aria-label":m.modals.fileSystem.deleteFileAttachmentsViewGalleryAriaLabel}});(0,gc.setIcon)(r,"lucide-image");let i=this.contentEl.createDiv({cls:"file-browser-views"}),s=i.createDiv({cls:"file-tree"}),l=i.createDiv({cls:"attachments-gallery"});this.renderTreeView(s),this.applyViewMode(s,l,o,r),this.bindClick(o,()=>{this.viewMode="tree",this.applyViewMode(s,l,o,r)}),this.bindClick(r,()=>{this.viewMode="gallery",this.applyViewMode(s,l,o,r)});let c=this.contentEl.createDiv({cls:"modal-button-container"}),d=c.createEl("button",{text:m.common.delete,cls:"mod-warning"}),u=c.createEl("button",{text:m.common.cancel,cls:"mod-cancel"});this.bindClick(d,()=>{let g=this.attachments.filter(f=>this.selectedPaths.has(f.path));this.resolveAndClose(g)}),this.bindClick(u,()=>{this.resolveAndClose(null)}),this.scope.register([],"Enter",g=>{g.preventDefault();let f=this.attachments.filter(h=>this.selectedPaths.has(h.path));this.resolveAndClose(f)}),this.scope.register([],"Escape",g=>{g.preventDefault(),this.resolveAndClose(null)})}onClose(){this.selectionUiFrame!==null&&(window.cancelAnimationFrame(this.selectionUiFrame),this.selectionUiFrame=null);for(let n of this.buttonBindings)n.element.removeEventListener("click",n.handler),n.element instanceof HTMLInputElement&&n.element.removeEventListener("change",n.handler);this.hasResolved||(this.onResolve(null),this.hasResolved=!0)}applyViewMode(n,a,o,r){let i=this.viewMode==="tree";!i&&!this.galleryRendered&&(this.renderGalleryView(a),this.galleryRendered=!0),n.style.display=i?"":"none",a.style.display=i?"none":"",o.toggleClass("is-active",i),r.toggleClass("is-active",!i)}renderTreeView(n){let a=pRe(this.attachments);if(!(a.folders.size>0||a.files.length>0))return;let r=Array.from(a.folders.values()).sort((s,l)=>s.path.localeCompare(l.path)),i=a.files.slice().sort((s,l)=>s.path.localeCompare(l.path));for(let s of i)this.renderFileNode(n,s,s.name);for(let s of r)this.renderFolderNode(n,s);this.updateSelectionUI()}renderFolderNode(n,a){var y;let o=n.createDiv({cls:"tree-item"}),r=o.createDiv({cls:["tree-item-self","is-clickable","mod-collapsible","mod-folder"]});this.folderSelectableElementByPath.set(a.path,r);let i=r.createDiv({cls:["tree-item-icon","collapse-icon"]});(0,gc.setIcon)(i,"chevron-down");let s=r.createDiv({cls:["tree-item-inner","file-tree-item"]}),l=s.createEl("input",{cls:"file-tree-item-checkbox",type:"checkbox"});this.folderCheckboxByPath.set(a.path,l);let c=s.createDiv({cls:"file-tree-item-icon"});(0,gc.setIcon)(c,"lucide-folder"),s.createDiv({cls:"file-tree-item-title",text:a.name});let d=o.createDiv({cls:"tree-item-children"}),u=a.files.slice().sort((w,v)=>w.path.localeCompare(v.path));for(let w of u)this.renderFileNode(d,w,w.name);let g=Array.from(a.folders.values()).sort((w,v)=>w.path.localeCompare(v.path));for(let w of g)this.renderFolderNode(d,w);let f=[];u.forEach(w=>{f.push(w.path)});for(let w of g){let v=this.folderDescendantFilesByPath.get(w.path);v&&f.push(...v)}this.folderDescendantFilesByPath.set(a.path,f);let h=w=>{this.folderCollapsedByPath.set(a.path,w),d.style.display=w?"none":"",i.toggleClass("is-collapsed",w),(0,gc.setIcon)(i,w?"chevron-right":"chevron-down")};h((y=this.folderCollapsedByPath.get(a.path))!=null?y:!1),this.bindChange(l,()=>{var S;let w=(S=this.folderDescendantFilesByPath.get(a.path))!=null?S:[],v=l.checked,b=!1;w.forEach(T=>{let k=this.selectedPaths.has(T);if(v){k||(this.selectedPaths.add(T),b=!0);return}k&&(this.selectedPaths.delete(T),b=!0)}),b&&this.scheduleSelectionUIUpdate()}),this.bindClick(r,w=>{var b;if(w.target instanceof HTMLInputElement)return;let v=(b=this.folderCollapsedByPath.get(a.path))!=null?b:!1;h(!v)})}renderFileNode(n,a,o){let i=n.createDiv({cls:"tree-item"}).createDiv({cls:["tree-item-self","is-clickable","mod-file"]});this.registerSelectableElement(a.path,i);let s=i.createDiv({cls:["tree-item-inner","file-tree-item"]}),l=s.createEl("input",{cls:"file-tree-item-checkbox",type:"checkbox"});this.registerFileCheckbox(a.path,l);let c=s.createDiv({cls:"file-tree-item-icon"});(0,gc.setIcon)(c,"lucide-file"),s.createDiv({cls:"file-tree-item-title",text:o}),this.bindChange(l,()=>{this.setPathSelection(a.path,l.checked)}),this.bindClick(i,d=>{d.target instanceof HTMLInputElement||this.togglePathSelection(a.path)})}renderGalleryView(n){let a=new Map;this.attachments.forEach(o=>{var l;let r=n.createDiv({cls:["download-attachment-item","is-selected"],attr:{"aria-label":o.name}});this.registerSelectableElement(o.path,r);let i=r.createEl("input",{type:"checkbox"});this.registerFileCheckbox(o.path,i);let s=r.createDiv({cls:["download-attachment-embed","media-embed","image-embed","is-loaded"]});if(Cs(o)){let c=(l=a.get(o.path))!=null?l:this.app.vault.getResourcePath(o);a.set(o.path,c),s.createEl("img",{attr:{src:c,alt:o.name}})}else{let c=s.createDiv({cls:"file-tree-item-icon"});(0,gc.setIcon)(c,"lucide-file")}this.bindChange(i,()=>{this.setPathSelection(o.path,i.checked)}),this.bindClick(r,c=>{c.target instanceof HTMLInputElement||this.togglePathSelection(o.path)})}),this.updateSelectionUI()}setPathSelection(n,a){this.selectedPaths.has(n)!==a&&(a?this.selectedPaths.add(n):this.selectedPaths.delete(n),this.scheduleSelectionUIUpdate())}togglePathSelection(n){this.setPathSelection(n,!this.selectedPaths.has(n))}registerFileCheckbox(n,a){let o=this.fileCheckboxesByPath.get(n);o?o.push(a):this.fileCheckboxesByPath.set(n,[a])}registerSelectableElement(n,a){let o=this.selectableElementsByPath.get(n);o?o.push(a):this.selectableElementsByPath.set(n,[a])}updateSelectionUI(){var n;for(let[a,o]of this.fileCheckboxesByPath){let r=this.selectedPaths.has(a);for(let i of o)i.checked=r}for(let[a,o]of this.selectableElementsByPath){let r=this.selectedPaths.has(a);for(let i of o)i.toggleClass("is-selected",r)}for(let[a,o]of this.folderCheckboxByPath){let r=(n=this.folderDescendantFilesByPath.get(a))!=null?n:[],i=r.length,s=0;r.forEach(c=>{this.selectedPaths.has(c)&&(s+=1)}),o.indeterminate=s>0&&s0&&s===i;let l=this.folderSelectableElementByPath.get(a);l&&l.toggleClass("is-selected",s>0)}}scheduleSelectionUIUpdate(){this.selectionUiFrame===null&&(this.selectionUiFrame=window.requestAnimationFrame(()=>{this.selectionUiFrame=null,this.updateSelectionUI()}))}bindClick(n,a){let o=r=>{r instanceof MouseEvent&&a(r)};n.addEventListener("click",o),this.buttonBindings.push({element:n,handler:o})}bindChange(n,a){let o=r=>{a()};n.addEventListener("change",o),this.buttonBindings.push({element:n,handler:o})}resolveAndClose(n){this.hasResolved||(this.hasResolved=!0,this.onResolve(n),this.close())}}});var M1=ul(_a=>{"use strict";function VE(t,e){var n=t.length;t.push(e);e:for(;0>>1,o=t[a];if(0>>1;alF(s,n))llF(c,s)?(t[a]=c,t[l]=n,a=l):(t[a]=s,t[i]=n,a=i);else if(llF(c,n))t[a]=c,t[l]=n,a=l;else break e}}return e}function lF(t,e){var n=t.sortIndex-e.sortIndex;return n!==0?n:t.id-e.id}_a.unstable_now=void 0;typeof performance=="object"&&typeof performance.now=="function"?(N1=performance,_a.unstable_now=function(){return N1.now()}):(_E=Date,P1=_E.now(),_a.unstable_now=function(){return _E.now()-P1});var N1,_E,P1,td=[],hu=[],fRe=1,Vs=null,Wr=3,UE=!1,by=!1,wy=!1,KE=!1,D1=typeof setTimeout=="function"?setTimeout:null,E1=typeof clearTimeout=="function"?clearTimeout:null,C1=typeof setImmediate!="undefined"?setImmediate:null;function cF(t){for(var e=fc(hu);e!==null;){if(e.callback===null)dF(hu);else if(e.startTime<=t)dF(hu),e.sortIndex=e.expirationTime,VE(td,e);else break;e=fc(hu)}}function qE(t){if(wy=!1,cF(t),!by)if(fc(td)!==null)by=!0,ff||(ff=!0,gf());else{var e=fc(hu);e!==null&&jE(qE,e.startTime-t)}}var ff=!1,Ty=-1,x1=5,R1=-1;function A1(){return KE?!0:!(_a.unstable_now()-R1t&&A1());){var a=Vs.callback;if(typeof a=="function"){Vs.callback=null,Wr=Vs.priorityLevel;var o=a(Vs.expirationTime<=t);if(t=_a.unstable_now(),typeof o=="function"){Vs.callback=o,cF(t),e=!0;break t}Vs===fc(td)&&dF(td),cF(t)}else dF(td);Vs=fc(td)}if(Vs!==null)e=!0;else{var r=fc(hu);r!==null&&jE(qE,r.startTime-t),e=!1}}break e}finally{Vs=null,Wr=n,UE=!1}e=void 0}}finally{e?gf():ff=!1}}}var gf;typeof C1=="function"?gf=function(){C1(BE)}:typeof MessageChannel!="undefined"?(HE=new MessageChannel,I1=HE.port2,HE.port1.onmessage=BE,gf=function(){I1.postMessage(null)}):gf=function(){D1(BE,0)};var HE,I1;function jE(t,e){Ty=D1(function(){t(_a.unstable_now())},e)}_a.unstable_IdlePriority=5;_a.unstable_ImmediatePriority=1;_a.unstable_LowPriority=4;_a.unstable_NormalPriority=3;_a.unstable_Profiling=null;_a.unstable_UserBlockingPriority=2;_a.unstable_cancelCallback=function(t){t.callback=null};_a.unstable_forceFrameRate=function(t){0>t||125a?(t.sortIndex=n,VE(hu,t),fc(td)===null&&t===fc(hu)&&(wy?(E1(Ty),Ty=-1):wy=!0,jE(qE,n-a))):(t.sortIndex=o,VE(td,t),by||UE||(by=!0,ff||(ff=!0,gf()))),t};_a.unstable_shouldYield=A1;_a.unstable_wrapCallback=function(t){var e=Wr;return function(){var n=Wr;Wr=e;try{return t.apply(this,arguments)}finally{Wr=n}}}});var L1=ul((tXe,O1)=>{"use strict";O1.exports=M1()});var _1=ul(di=>{"use strict";var hRe=Ie();function z1(t){var e="https://react.dev/errors/"+t;if(1{"use strict";function B1(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(B1)}catch(t){console.error(t)}}B1(),H1.exports=_1()});var UK=ul(AN=>{"use strict";var Wo=L1(),lV=Ie(),bRe=ky();function Re(t){var e="https://react.dev/errors/"+t;if(1kf||(t.current=Ix[kf],Ix[kf]=null,kf--)}function Ha(t,e){kf++,Ix[kf]=t.current,t.current=e}var bc=Sc(null),Xy=Sc(null),Eu=Sc(null),UF=Sc(null);function KF(t,e){switch(Ha(Eu,e),Ha(Xy,t),Ha(bc,null),e.nodeType){case 9:case 11:t=(t=e.documentElement)&&(t=t.namespaceURI)?G2(t):0;break;default:if(t=e.tagName,e=e.namespaceURI)e=G2(e),t=EK(e,t);else switch(t){case"svg":t=1;break;case"math":t=2;break;default:t=0}}pr(bc),Ha(bc,t)}function Uf(){pr(bc),pr(Xy),pr(Eu)}function Dx(t){t.memoizedState!==null&&Ha(UF,t);var e=bc.current,n=EK(e,t.type);e!==n&&(Ha(Xy,t),Ha(bc,n))}function qF(t){Xy.current===t&&(pr(bc),pr(Xy)),UF.current===t&&(pr(UF),ib._currentValue=im)}var Ex=Object.prototype.hasOwnProperty,wR=Wo.unstable_scheduleCallback,WE=Wo.unstable_cancelCallback,NRe=Wo.unstable_shouldYield,PRe=Wo.unstable_requestPaint,wc=Wo.unstable_now,CRe=Wo.unstable_getCurrentPriorityLevel,gV=Wo.unstable_ImmediatePriority,fV=Wo.unstable_UserBlockingPriority,jF=Wo.unstable_NormalPriority,IRe=Wo.unstable_LowPriority,hV=Wo.unstable_IdlePriority,DRe=Wo.log,ERe=Wo.unstable_setDisableYieldValue,ub=null,fs=null;function Pu(t){if(typeof DRe=="function"&&ERe(t),fs&&typeof fs.setStrictMode=="function")try{fs.setStrictMode(ub,t)}catch(e){}}var hs=Math.clz32?Math.clz32:ARe,xRe=Math.log,RRe=Math.LN2;function ARe(t){return t>>>=0,t===0?32:31-(xRe(t)/RRe|0)|0}var mF=256,gF=4194304;function am(t){var e=t&42;if(e!==0)return e;switch(t&-t){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t&4194048;case 4194304:case 8388608:case 16777216:case 33554432:return t&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return t}}function yN(t,e,n){var a=t.pendingLanes;if(a===0)return 0;var o=0,r=t.suspendedLanes,i=t.pingedLanes;t=t.warmLanes;var s=a&134217727;return s!==0?(a=s&~r,a!==0?o=am(a):(i&=s,i!==0?o=am(i):n||(n=s&~t,n!==0&&(o=am(n))))):(s=a&~r,s!==0?o=am(s):i!==0?o=am(i):n||(n=a&~t,n!==0&&(o=am(n)))),o===0?0:e!==0&&e!==o&&(e&r)===0&&(r=o&-o,n=e&-e,r>=n||r===32&&(n&4194048)!==0)?e:o}function pb(t,e){return(t.pendingLanes&~(t.suspendedLanes&~t.pingedLanes)&e)===0}function MRe(t,e){switch(t){case 1:case 2:case 4:case 8:case 64:return e+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function vV(){var t=mF;return mF<<=1,(mF&4194048)===0&&(mF=256),t}function yV(){var t=gF;return gF<<=1,(gF&62914560)===0&&(gF=4194304),t}function YE(t){for(var e=[],n=0;31>n;n++)e.push(t);return e}function mb(t,e){t.pendingLanes|=e,e!==268435456&&(t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0)}function ORe(t,e,n,a,o,r){var i=t.pendingLanes;t.pendingLanes=n,t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0,t.expiredLanes&=n,t.entangledLanes&=n,t.errorRecoveryDisabledLanes&=n,t.shellSuspendCounter=0;var s=t.entanglements,l=t.expirationTimes,c=t.hiddenUpdates;for(n=i&~n;0)":-1o||l[a]!==c[o]){var d=` +`+l[a].replace(" at new "," at ");return t.displayName&&d.includes("")&&(d=d.replace("",t.displayName)),d}while(1<=a&&0<=o);break}}}finally{$E=!1,Error.prepareStackTrace=n}return(n=t?t.displayName||t.name:"")?bf(n):""}function VRe(t){switch(t.tag){case 26:case 27:case 5:return bf(t.type);case 16:return bf("Lazy");case 13:return bf("Suspense");case 19:return bf("SuspenseList");case 0:case 15:return XE(t.type,!1);case 11:return XE(t.type.render,!1);case 1:return XE(t.type,!0);case 31:return bf("Activity");default:return""}}function Y1(t){try{var e="";do e+=VRe(t),t=t.return;while(t);return e}catch(n){return` +Error generating stack: `+n.message+` +`+n.stack}}function Ks(t){switch(typeof t){case"bigint":case"boolean":case"number":case"string":case"undefined":return t;case"object":return t;default:return""}}function FV(t){var e=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(e==="checkbox"||e==="radio")}function URe(t){var e=FV(t)?"checked":"value",n=Object.getOwnPropertyDescriptor(t.constructor.prototype,e),a=""+t[e];if(!t.hasOwnProperty(e)&&typeof n!="undefined"&&typeof n.get=="function"&&typeof n.set=="function"){var o=n.get,r=n.set;return Object.defineProperty(t,e,{configurable:!0,get:function(){return o.call(this)},set:function(i){a=""+i,r.call(this,i)}}),Object.defineProperty(t,e,{enumerable:n.enumerable}),{getValue:function(){return a},setValue:function(i){a=""+i},stopTracking:function(){t._valueTracker=null,delete t[e]}}}}function WF(t){t._valueTracker||(t._valueTracker=URe(t))}function NV(t){if(!t)return!1;var e=t._valueTracker;if(!e)return!0;var n=e.getValue(),a="";return t&&(a=FV(t)?t.checked?"true":"false":t.value),t=a,t!==n?(e.setValue(t),!0):!1}function YF(t){if(t=t||(typeof document!="undefined"?document:void 0),typeof t=="undefined")return null;try{return t.activeElement||t.body}catch(e){return t.body}}var KRe=/[\n"\\]/g;function Ws(t){return t.replace(KRe,function(e){return"\\"+e.charCodeAt(0).toString(16)+" "})}function Rx(t,e,n,a,o,r,i,s){t.name="",i!=null&&typeof i!="function"&&typeof i!="symbol"&&typeof i!="boolean"?t.type=i:t.removeAttribute("type"),e!=null?i==="number"?(e===0&&t.value===""||t.value!=e)&&(t.value=""+Ks(e)):t.value!==""+Ks(e)&&(t.value=""+Ks(e)):i!=="submit"&&i!=="reset"||t.removeAttribute("value"),e!=null?Ax(t,i,Ks(e)):n!=null?Ax(t,i,Ks(n)):a!=null&&t.removeAttribute("value"),o==null&&r!=null&&(t.defaultChecked=!!r),o!=null&&(t.checked=o&&typeof o!="function"&&typeof o!="symbol"),s!=null&&typeof s!="function"&&typeof s!="symbol"&&typeof s!="boolean"?t.name=""+Ks(s):t.removeAttribute("name")}function PV(t,e,n,a,o,r,i,s){if(r!=null&&typeof r!="function"&&typeof r!="symbol"&&typeof r!="boolean"&&(t.type=r),e!=null||n!=null){if(!(r!=="submit"&&r!=="reset"||e!=null))return;n=n!=null?""+Ks(n):"",e=e!=null?""+Ks(e):n,s||e===t.value||(t.value=e),t.defaultValue=e}a=a!=null?a:o,a=typeof a!="function"&&typeof a!="symbol"&&!!a,t.checked=s?t.checked:!!a,t.defaultChecked=!!a,i!=null&&typeof i!="function"&&typeof i!="symbol"&&typeof i!="boolean"&&(t.name=i)}function Ax(t,e,n){e==="number"&&YF(t.ownerDocument)===t||t.defaultValue===""+n||(t.defaultValue=""+n)}function Of(t,e,n,a){if(t=t.options,e){e={};for(var o=0;o=Ly),e2=" ",t2=!1;function AV(t,e){switch(t){case"keyup":return vAe.indexOf(e.keyCode)!==-1;case"keydown":return e.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function MV(t){return t=t.detail,typeof t=="object"&&"data"in t?t.data:null}var Pf=!1;function bAe(t,e){switch(t){case"compositionend":return MV(e);case"keypress":return e.which!==32?null:(t2=!0,e2);case"textInput":return t=e.data,t===e2&&t2?null:t;default:return null}}function wAe(t,e){if(Pf)return t==="compositionend"||!IR&&AV(t,e)?(t=xV(),xF=PR=Cu=null,Pf=!1,t):null;switch(t){case"paste":return null;case"keypress":if(!(e.ctrlKey||e.altKey||e.metaKey)||e.ctrlKey&&e.altKey){if(e.char&&1=e)return{node:n,offset:e-t};t=a}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=r2(n)}}function _V(t,e){return t&&e?t===e?!0:t&&t.nodeType===3?!1:e&&e.nodeType===3?_V(t,e.parentNode):"contains"in t?t.contains(e):t.compareDocumentPosition?!!(t.compareDocumentPosition(e)&16):!1:!1}function BV(t){t=t!=null&&t.ownerDocument!=null&&t.ownerDocument.defaultView!=null?t.ownerDocument.defaultView:window;for(var e=YF(t.document);e instanceof t.HTMLIFrameElement;){try{var n=typeof e.contentWindow.location.href=="string"}catch(a){n=!1}if(n)t=e.contentWindow;else break;e=YF(t.document)}return e}function DR(t){var e=t&&t.nodeName&&t.nodeName.toLowerCase();return e&&(e==="input"&&(t.type==="text"||t.type==="search"||t.type==="tel"||t.type==="url"||t.type==="password")||e==="textarea"||t.contentEditable==="true")}var IAe=md&&"documentMode"in document&&11>=document.documentMode,Cf=null,Lx=null,_y=null,zx=!1;function s2(t,e,n){var a=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;zx||Cf==null||Cf!==YF(a)||(a=Cf,"selectionStart"in a&&DR(a)?a={start:a.selectionStart,end:a.selectionEnd}:(a=(a.ownerDocument&&a.ownerDocument.defaultView||window).getSelection(),a={anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}),_y&&Jy(_y,a)||(_y=a,a=uN(Lx,"onSelect"),0>=i,o-=i,sd=1<<32-hs(e)+o|n<r?r:8;var i=Bt.T,s={};Bt.T=s,XR(t,!1,e,n);try{var l=o(),c=Bt.S;if(c!==null&&c(s,l),l!==null&&typeof l=="object"&&typeof l.then=="function"){var d=zAe(l,a);qy(t,e,d,vs(t))}else qy(t,e,a,vs(t))}catch(u){qy(t,e,{then:function(){},status:"rejected",reason:u},vs())}finally{Zn.p=r,Bt.T=i}}function UAe(){}function Xx(t,e,n,a){if(t.tag!==5)throw Error(Re(476));var o=FU(t).queue;kU(t,o,e,im,n===null?UAe:function(){return NU(t),n(a)})}function FU(t){var e=t.memoizedState;if(e!==null)return e;e={memoizedState:im,baseState:im,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:gd,lastRenderedState:im},next:null};var n={};return e.next={memoizedState:n,baseState:n,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:gd,lastRenderedState:n},next:null},t.memoizedState=e,t=t.alternate,t!==null&&(t.memoizedState=e),e}function NU(t){var e=FU(t).next.queue;qy(t,e,{},vs())}function $R(){return Gr(ib)}function PU(){return xo().memoizedState}function CU(){return xo().memoizedState}function KAe(t){for(var e=t.return;e!==null;){switch(e.tag){case 24:case 3:var n=vs();t=xu(n);var a=Ru(e,t,n);a!==null&&(ys(a,e,n),Vy(a,e,n)),e={cache:OR()},t.payload=e;return}e=e.return}}function qAe(t,e,n){var a=vs();n={lane:a,revertLane:0,action:n,hasEagerState:!1,eagerState:null,next:null},CN(t)?DU(e,n):(n=xR(t,e,n,a),n!==null&&(ys(n,t,a),EU(n,e,a)))}function IU(t,e,n){var a=vs();qy(t,e,n,a)}function qy(t,e,n,a){var o={lane:a,revertLane:0,action:n,hasEagerState:!1,eagerState:null,next:null};if(CN(t))DU(e,o);else{var r=t.alternate;if(t.lanes===0&&(r===null||r.lanes===0)&&(r=e.lastRenderedReducer,r!==null))try{var i=e.lastRenderedState,s=r(i,n);if(o.hasEagerState=!0,o.eagerState=s,bs(s,i))return kN(t,e,o,0),ba===null&&SN(),!1}catch(l){}finally{}if(n=xR(t,e,o,a),n!==null)return ys(n,t,a),EU(n,e,a),!0}return!1}function XR(t,e,n,a){if(a={lane:2,revertLane:oA(),action:a,hasEagerState:!1,eagerState:null,next:null},CN(t)){if(e)throw Error(Re(479))}else e=xR(t,n,a,2),e!==null&&ys(e,t,2)}function CN(t){var e=t.alternate;return t===on||e!==null&&e===on}function DU(t,e){_f=JF=!0;var n=t.pending;n===null?e.next=e:(e.next=n.next,n.next=e),t.pending=e}function EU(t,e,n){if((n&4194048)!==0){var a=e.lanes;a&=t.pendingLanes,n|=a,e.lanes=n,wV(t,n)}}var tN={readContext:Gr,use:NN,useCallback:yo,useContext:yo,useEffect:yo,useImperativeHandle:yo,useLayoutEffect:yo,useInsertionEffect:yo,useMemo:yo,useReducer:yo,useRef:yo,useState:yo,useDebugValue:yo,useDeferredValue:yo,useTransition:yo,useSyncExternalStore:yo,useId:yo,useHostTransitionStatus:yo,useFormState:yo,useActionState:yo,useOptimistic:yo,useMemoCache:yo,useCacheRefresh:yo},xU={readContext:Gr,use:NN,useCallback:function(t,e){return Oi().memoizedState=[t,e===void 0?null:e],t},useContext:Gr,useEffect:k2,useImperativeHandle:function(t,e,n){n=n!=null?n.concat([t]):null,LF(4194308,4,yU.bind(null,e,t),n)},useLayoutEffect:function(t,e){return LF(4194308,4,t,e)},useInsertionEffect:function(t,e){LF(4,2,t,e)},useMemo:function(t,e){var n=Oi();e=e===void 0?null:e;var a=t();if(fm){Pu(!0);try{t()}finally{Pu(!1)}}return n.memoizedState=[a,e],a},useReducer:function(t,e,n){var a=Oi();if(n!==void 0){var o=n(e);if(fm){Pu(!0);try{n(e)}finally{Pu(!1)}}}else o=e;return a.memoizedState=a.baseState=o,t={pending:null,lanes:0,dispatch:null,lastRenderedReducer:t,lastRenderedState:o},a.queue=t,t=t.dispatch=qAe.bind(null,on,t),[a.memoizedState,t]},useRef:function(t){var e=Oi();return t={current:t},e.memoizedState=t},useState:function(t){t=Gx(t);var e=t.queue,n=IU.bind(null,on,e);return e.dispatch=n,[t.memoizedState,n]},useDebugValue:YR,useDeferredValue:function(t,e){var n=Oi();return GR(n,t,e)},useTransition:function(){var t=Gx(!1);return t=kU.bind(null,on,t.queue,!0,!1),Oi().memoizedState=t,[!1,t]},useSyncExternalStore:function(t,e,n){var a=on,o=Oi();if(Qn){if(n===void 0)throw Error(Re(407));n=n()}else{if(n=e(),ba===null)throw Error(Re(349));(Dn&124)!==0||oU(a,e,n)}o.memoizedState=n;var r={value:n,getSnapshot:e};return o.queue=r,k2(iU.bind(null,a,r,t),[t]),a.flags|=2048,Yf(9,PN(),rU.bind(null,a,r,n,e),null),n},useId:function(){var t=Oi(),e=ba.identifierPrefix;if(Qn){var n=ld,a=sd;n=(a&~(1<<32-hs(a)-1)).toString(32)+n,e="\xAB"+e+"R"+n,n=eN++,0F?(O=C,C=null):O=C.sibling;var N=g(v,C,S[F],T);if(N===null){C===null&&(C=O);break}t&&C&&N.alternate===null&&e(v,C),b=r(N,b,F),x===null?k=N:x.sibling=N,x=N,C=O}if(F===S.length)return n(v,C),Qn&&om(v,F),k;if(C===null){for(;FF?(O=C,C=null):O=C.sibling;var B=g(v,C,N.value,T);if(B===null){C===null&&(C=O);break}t&&C&&B.alternate===null&&e(v,C),b=r(B,b,F),x===null?k=B:x.sibling=B,x=B,C=O}if(N.done)return n(v,C),Qn&&om(v,F),k;if(C===null){for(;!N.done;F++,N=S.next())N=u(v,N.value,T),N!==null&&(b=r(N,b,F),x===null?k=N:x.sibling=N,x=N);return Qn&&om(v,F),k}for(C=a(C);!N.done;F++,N=S.next())N=f(C,v,F,N.value,T),N!==null&&(t&&N.alternate!==null&&C.delete(N.key===null?F:N.key),b=r(N,b,F),x===null?k=N:x.sibling=N,x=N);return t&&C.forEach(function(U){return e(v,U)}),Qn&&om(v,F),k}function w(v,b,S,T){if(typeof S=="object"&&S!==null&&S.type===Sf&&S.key===null&&(S=S.props.children),typeof S=="object"&&S!==null){switch(S.$$typeof){case pF:e:{for(var k=S.key;b!==null;){if(b.key===k){if(k=S.type,k===Sf){if(b.tag===7){n(v,b.sibling),T=o(b,S.props.children),T.return=v,v=T;break e}}else if(b.elementType===k||typeof k=="object"&&k!==null&&k.$$typeof===wu&&F2(k)===b.type){n(v,b.sibling),T=o(b,S.props),Cy(T,S),T.return=v,v=T;break e}n(v,b);break}else e(v,b);b=b.sibling}S.type===Sf?(T=sm(S.props.children,v.mode,T,S.key),T.return=v,v=T):(T=AF(S.type,S.key,S.props,null,v.mode,T),Cy(T,S),T.return=v,v=T)}return i(v);case Ry:e:{for(k=S.key;b!==null;){if(b.key===k)if(b.tag===4&&b.stateNode.containerInfo===S.containerInfo&&b.stateNode.implementation===S.implementation){n(v,b.sibling),T=o(b,S.children||[]),T.return=v,v=T;break e}else{n(v,b);break}else e(v,b);b=b.sibling}T=ox(S,v.mode,T),T.return=v,v=T}return i(v);case wu:return k=S._init,S=k(S._payload),w(v,b,S,T)}if(Ay(S))return h(v,b,S,T);if(Fy(S)){if(k=Fy(S),typeof k!="function")throw Error(Re(150));return S=k.call(S),y(v,b,S,T)}if(typeof S.then=="function")return w(v,b,TF(S),T);if(S.$$typeof===id)return w(v,b,bF(v,S),T);SF(v,S)}return typeof S=="string"&&S!==""||typeof S=="number"||typeof S=="bigint"?(S=""+S,b!==null&&b.tag===6?(n(v,b.sibling),T=o(b,S),T.return=v,v=T):(n(v,b),T=ax(S,v.mode,T),T.return=v,v=T),i(v)):n(v,b)}return function(v,b,S,T){try{nb=0;var k=w(v,b,S,T);return Hf=null,k}catch(C){if(C===bb||C===FN)throw C;var x=gs(29,C,null,v.mode);return x.lanes=T,x.return=v,x}finally{}}}var Gf=AU(!0),MU=AU(!1),$s=Sc(null),Tc=null;function ku(t){var e=t.alternate;Ha(jo,jo.current&1),Ha($s,t),Tc===null&&(e===null||Wf.current!==null||e.memoizedState!==null)&&(Tc=t)}function OU(t){if(t.tag===22){if(Ha(jo,jo.current),Ha($s,t),Tc===null){var e=t.alternate;e!==null&&e.memoizedState!==null&&(Tc=t)}}else Fu(t)}function Fu(){Ha(jo,jo.current),Ha($s,$s.current)}function dd(t){pr($s),Tc===t&&(Tc=null),pr(jo)}var jo=Sc(0);function nN(t){for(var e=t;e!==null;){if(e.tag===13){var n=e.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||mR(n)))return e}else if(e.tag===19&&e.memoizedProps.revealOrder!==void 0){if((e.flags&128)!==0)return e}else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break;for(;e.sibling===null;){if(e.return===null||e.return===t)return null;e=e.return}e.sibling.return=e.return,e=e.sibling}return null}function sx(t,e,n,a){e=t.memoizedState,n=n(a,e),n=n==null?e:Ia({},e,n),t.memoizedState=n,t.lanes===0&&(t.updateQueue.baseState=n)}var Qx={enqueueSetState:function(t,e,n){t=t._reactInternals;var a=vs(),o=xu(a);o.payload=e,n!=null&&(o.callback=n),e=Ru(t,o,a),e!==null&&(ys(e,t,a),Vy(e,t,a))},enqueueReplaceState:function(t,e,n){t=t._reactInternals;var a=vs(),o=xu(a);o.tag=1,o.payload=e,n!=null&&(o.callback=n),e=Ru(t,o,a),e!==null&&(ys(e,t,a),Vy(e,t,a))},enqueueForceUpdate:function(t,e){t=t._reactInternals;var n=vs(),a=xu(n);a.tag=2,e!=null&&(a.callback=e),e=Ru(t,a,n),e!==null&&(ys(e,t,n),Vy(e,t,n))}};function N2(t,e,n,a,o,r,i){return t=t.stateNode,typeof t.shouldComponentUpdate=="function"?t.shouldComponentUpdate(a,r,i):e.prototype&&e.prototype.isPureReactComponent?!Jy(n,a)||!Jy(o,r):!0}function P2(t,e,n,a){t=e.state,typeof e.componentWillReceiveProps=="function"&&e.componentWillReceiveProps(n,a),typeof e.UNSAFE_componentWillReceiveProps=="function"&&e.UNSAFE_componentWillReceiveProps(n,a),e.state!==t&&Qx.enqueueReplaceState(e,e.state,null)}function hm(t,e){var n=e;if("ref"in e){n={};for(var a in e)a!=="ref"&&(n[a]=e[a])}if(t=t.defaultProps){n===e&&(n=Ia({},n));for(var o in t)n[o]===void 0&&(n[o]=t[o])}return n}var aN=typeof reportError=="function"?reportError:function(t){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var e=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof t=="object"&&t!==null&&typeof t.message=="string"?String(t.message):String(t),error:t});if(!window.dispatchEvent(e))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",t);return}console.error(t)};function LU(t){aN(t)}function zU(t){console.error(t)}function _U(t){aN(t)}function oN(t,e){try{var n=t.onUncaughtError;n(e.value,{componentStack:e.stack})}catch(a){setTimeout(function(){throw a})}}function C2(t,e,n){try{var a=t.onCaughtError;a(n.value,{componentStack:n.stack,errorBoundary:e.tag===1?e.stateNode:null})}catch(o){setTimeout(function(){throw o})}}function Zx(t,e,n){return n=xu(n),n.tag=3,n.payload={element:null},n.callback=function(){oN(t,e)},n}function BU(t){return t=xu(t),t.tag=3,t}function HU(t,e,n,a){var o=n.type.getDerivedStateFromError;if(typeof o=="function"){var r=a.value;t.payload=function(){return o(r)},t.callback=function(){C2(e,n,a)}}var i=n.stateNode;i!==null&&typeof i.componentDidCatch=="function"&&(t.callback=function(){C2(e,n,a),typeof o!="function"&&(Au===null?Au=new Set([this]):Au.add(this));var s=a.stack;this.componentDidCatch(a.value,{componentStack:s!==null?s:""})})}function WAe(t,e,n,a,o){if(n.flags|=32768,a!==null&&typeof a=="object"&&typeof a.then=="function"){if(e=n.alternate,e!==null&&vb(e,n,o,!0),n=$s.current,n!==null){switch(n.tag){case 13:return Tc===null?iR():n.alternate===null&&uo===0&&(uo=3),n.flags&=-257,n.flags|=65536,n.lanes=o,a===qx?n.flags|=16384:(e=n.updateQueue,e===null?n.updateQueue=new Set([a]):e.add(a),yx(t,a,o)),!1;case 22:return n.flags|=65536,a===qx?n.flags|=16384:(e=n.updateQueue,e===null?(e={transitions:null,markerInstances:null,retryQueue:new Set([a])},n.updateQueue=e):(n=e.retryQueue,n===null?e.retryQueue=new Set([a]):n.add(a)),yx(t,a,o)),!1}throw Error(Re(435,n.tag))}return yx(t,a,o),iR(),!1}if(Qn)return e=$s.current,e!==null?((e.flags&65536)===0&&(e.flags|=256),e.flags|=65536,e.lanes=o,a!==Bx&&(t=Error(Re(422),{cause:a}),eb(Ys(t,n)))):(a!==Bx&&(e=Error(Re(423),{cause:a}),eb(Ys(e,n))),t=t.current.alternate,t.flags|=65536,o&=-o,t.lanes|=o,a=Ys(a,n),o=Zx(t.stateNode,a,o),rx(t,o),uo!==4&&(uo=2)),!1;var r=Error(Re(520),{cause:a});if(r=Ys(r,n),Yy===null?Yy=[r]:Yy.push(r),uo!==4&&(uo=2),e===null)return!0;a=Ys(a,n),n=e;do{switch(n.tag){case 3:return n.flags|=65536,t=o&-o,n.lanes|=t,t=Zx(n.stateNode,a,t),rx(n,t),!1;case 1:if(e=n.type,r=n.stateNode,(n.flags&128)===0&&(typeof e.getDerivedStateFromError=="function"||r!==null&&typeof r.componentDidCatch=="function"&&(Au===null||!Au.has(r))))return n.flags|=65536,o&=-o,n.lanes|=o,o=BU(o),HU(o,t,n,a),rx(n,o),!1}n=n.return}while(n!==null);return!1}var VU=Error(Re(461)),ur=!1;function Ir(t,e,n,a){e.child=t===null?MU(e,null,n,a):Gf(e,t.child,n,a)}function I2(t,e,n,a,o){n=n.render;var r=e.ref;if("ref"in a){var i={};for(var s in a)s!=="ref"&&(i[s]=a[s])}else i=a;return gm(e),a=HR(t,e,n,i,r,o),s=VR(),t!==null&&!ur?(UR(t,e,o),fd(t,e,o)):(Qn&&s&&AR(e),e.flags|=1,Ir(t,e,a,o),e.child)}function D2(t,e,n,a,o){if(t===null){var r=n.type;return typeof r=="function"&&!RR(r)&&r.defaultProps===void 0&&n.compare===null?(e.tag=15,e.type=r,UU(t,e,r,a,o)):(t=AF(n.type,null,a,e,e.mode,o),t.ref=e.ref,t.return=e,e.child=t)}if(r=t.child,!QR(t,o)){var i=r.memoizedProps;if(n=n.compare,n=n!==null?n:Jy,n(i,a)&&t.ref===e.ref)return fd(t,e,o)}return e.flags|=1,t=ud(r,a),t.ref=e.ref,t.return=e,e.child=t}function UU(t,e,n,a,o){if(t!==null){var r=t.memoizedProps;if(Jy(r,a)&&t.ref===e.ref)if(ur=!1,e.pendingProps=a=r,QR(t,o))(t.flags&131072)!==0&&(ur=!0);else return e.lanes=t.lanes,fd(t,e,o)}return Jx(t,e,n,a,o)}function KU(t,e,n){var a=e.pendingProps,o=a.children,r=t!==null?t.memoizedState:null;if(a.mode==="hidden"){if((e.flags&128)!==0){if(a=r!==null?r.baseLanes|n:n,t!==null){for(o=e.child=t.child,r=0;o!==null;)r=r|o.lanes|o.childLanes,o=o.sibling;e.childLanes=r&~a}else e.childLanes=0,e.child=null;return E2(t,e,a,n)}if((n&536870912)!==0)e.memoizedState={baseLanes:0,cachePool:null},t!==null&&MF(e,r!==null?r.cachePool:null),r!==null?v2(e,r):Yx(),OU(e);else return e.lanes=e.childLanes=536870912,E2(t,e,r!==null?r.baseLanes|n:n,n)}else r!==null?(MF(e,r.cachePool),v2(e,r),Fu(e),e.memoizedState=null):(t!==null&&MF(e,null),Yx(),Fu(e));return Ir(t,e,o,n),e.child}function E2(t,e,n,a){var o=LR();return o=o===null?null:{parent:qo._currentValue,pool:o},e.memoizedState={baseLanes:n,cachePool:o},t!==null&&MF(e,null),Yx(),OU(e),t!==null&&vb(t,e,a,!0),null}function zF(t,e){var n=e.ref;if(n===null)t!==null&&t.ref!==null&&(e.flags|=4194816);else{if(typeof n!="function"&&typeof n!="object")throw Error(Re(284));(t===null||t.ref!==n)&&(e.flags|=4194816)}}function Jx(t,e,n,a,o){return gm(e),n=HR(t,e,n,a,void 0,o),a=VR(),t!==null&&!ur?(UR(t,e,o),fd(t,e,o)):(Qn&&a&&AR(e),e.flags|=1,Ir(t,e,n,o),e.child)}function x2(t,e,n,a,o,r){return gm(e),e.updateQueue=null,n=nU(e,a,n,o),tU(t),a=VR(),t!==null&&!ur?(UR(t,e,r),fd(t,e,r)):(Qn&&a&&AR(e),e.flags|=1,Ir(t,e,n,r),e.child)}function R2(t,e,n,a,o){if(gm(e),e.stateNode===null){var r=Ef,i=n.contextType;typeof i=="object"&&i!==null&&(r=Gr(i)),r=new n(a,r),e.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,r.updater=Qx,e.stateNode=r,r._reactInternals=e,r=e.stateNode,r.props=a,r.state=e.memoizedState,r.refs={},zR(e),i=n.contextType,r.context=typeof i=="object"&&i!==null?Gr(i):Ef,r.state=e.memoizedState,i=n.getDerivedStateFromProps,typeof i=="function"&&(sx(e,n,i,a),r.state=e.memoizedState),typeof n.getDerivedStateFromProps=="function"||typeof r.getSnapshotBeforeUpdate=="function"||typeof r.UNSAFE_componentWillMount!="function"&&typeof r.componentWillMount!="function"||(i=r.state,typeof r.componentWillMount=="function"&&r.componentWillMount(),typeof r.UNSAFE_componentWillMount=="function"&&r.UNSAFE_componentWillMount(),i!==r.state&&Qx.enqueueReplaceState(r,r.state,null),Ky(e,a,r,o),Uy(),r.state=e.memoizedState),typeof r.componentDidMount=="function"&&(e.flags|=4194308),a=!0}else if(t===null){r=e.stateNode;var s=e.memoizedProps,l=hm(n,s);r.props=l;var c=r.context,d=n.contextType;i=Ef,typeof d=="object"&&d!==null&&(i=Gr(d));var u=n.getDerivedStateFromProps;d=typeof u=="function"||typeof r.getSnapshotBeforeUpdate=="function",s=e.pendingProps!==s,d||typeof r.UNSAFE_componentWillReceiveProps!="function"&&typeof r.componentWillReceiveProps!="function"||(s||c!==i)&&P2(e,r,a,i),Tu=!1;var g=e.memoizedState;r.state=g,Ky(e,a,r,o),Uy(),c=e.memoizedState,s||g!==c||Tu?(typeof u=="function"&&(sx(e,n,u,a),c=e.memoizedState),(l=Tu||N2(e,n,l,a,g,c,i))?(d||typeof r.UNSAFE_componentWillMount!="function"&&typeof r.componentWillMount!="function"||(typeof r.componentWillMount=="function"&&r.componentWillMount(),typeof r.UNSAFE_componentWillMount=="function"&&r.UNSAFE_componentWillMount()),typeof r.componentDidMount=="function"&&(e.flags|=4194308)):(typeof r.componentDidMount=="function"&&(e.flags|=4194308),e.memoizedProps=a,e.memoizedState=c),r.props=a,r.state=c,r.context=i,a=l):(typeof r.componentDidMount=="function"&&(e.flags|=4194308),a=!1)}else{r=e.stateNode,jx(t,e),i=e.memoizedProps,d=hm(n,i),r.props=d,u=e.pendingProps,g=r.context,c=n.contextType,l=Ef,typeof c=="object"&&c!==null&&(l=Gr(c)),s=n.getDerivedStateFromProps,(c=typeof s=="function"||typeof r.getSnapshotBeforeUpdate=="function")||typeof r.UNSAFE_componentWillReceiveProps!="function"&&typeof r.componentWillReceiveProps!="function"||(i!==u||g!==l)&&P2(e,r,a,l),Tu=!1,g=e.memoizedState,r.state=g,Ky(e,a,r,o),Uy();var f=e.memoizedState;i!==u||g!==f||Tu||t!==null&&t.dependencies!==null&&QF(t.dependencies)?(typeof s=="function"&&(sx(e,n,s,a),f=e.memoizedState),(d=Tu||N2(e,n,d,a,g,f,l)||t!==null&&t.dependencies!==null&&QF(t.dependencies))?(c||typeof r.UNSAFE_componentWillUpdate!="function"&&typeof r.componentWillUpdate!="function"||(typeof r.componentWillUpdate=="function"&&r.componentWillUpdate(a,f,l),typeof r.UNSAFE_componentWillUpdate=="function"&&r.UNSAFE_componentWillUpdate(a,f,l)),typeof r.componentDidUpdate=="function"&&(e.flags|=4),typeof r.getSnapshotBeforeUpdate=="function"&&(e.flags|=1024)):(typeof r.componentDidUpdate!="function"||i===t.memoizedProps&&g===t.memoizedState||(e.flags|=4),typeof r.getSnapshotBeforeUpdate!="function"||i===t.memoizedProps&&g===t.memoizedState||(e.flags|=1024),e.memoizedProps=a,e.memoizedState=f),r.props=a,r.state=f,r.context=l,a=d):(typeof r.componentDidUpdate!="function"||i===t.memoizedProps&&g===t.memoizedState||(e.flags|=4),typeof r.getSnapshotBeforeUpdate!="function"||i===t.memoizedProps&&g===t.memoizedState||(e.flags|=1024),a=!1)}return r=a,zF(t,e),a=(e.flags&128)!==0,r||a?(r=e.stateNode,n=a&&typeof n.getDerivedStateFromError!="function"?null:r.render(),e.flags|=1,t!==null&&a?(e.child=Gf(e,t.child,null,o),e.child=Gf(e,null,n,o)):Ir(t,e,n,o),e.memoizedState=r.state,t=e.child):t=fd(t,e,o),t}function A2(t,e,n,a){return hb(),e.flags|=256,Ir(t,e,n,a),e.child}var lx={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function cx(t){return{baseLanes:t,cachePool:XV()}}function dx(t,e,n){return t=t!==null?t.childLanes&~n:0,e&&(t|=Gs),t}function qU(t,e,n){var a=e.pendingProps,o=!1,r=(e.flags&128)!==0,i;if((i=r)||(i=t!==null&&t.memoizedState===null?!1:(jo.current&2)!==0),i&&(o=!0,e.flags&=-129),i=(e.flags&32)!==0,e.flags&=-33,t===null){if(Qn){if(o?ku(e):Fu(e),Qn){var s=co,l;if(l=s){e:{for(l=s,s=vc;l.nodeType!==8;){if(!s){s=null;break e}if(l=Al(l.nextSibling),l===null){s=null;break e}}s=l}s!==null?(e.memoizedState={dehydrated:s,treeContext:lm!==null?{id:sd,overflow:ld}:null,retryLane:536870912,hydrationErrors:null},l=gs(18,null,null,0),l.stateNode=s,l.return=e,e.child=l,ui=e,co=null,l=!0):l=!1}l||mm(e)}if(s=e.memoizedState,s!==null&&(s=s.dehydrated,s!==null))return mR(s)?e.lanes=32:e.lanes=536870912,null;dd(e)}return s=a.children,a=a.fallback,o?(Fu(e),o=e.mode,s=rN({mode:"hidden",children:s},o),a=sm(a,o,n,null),s.return=e,a.return=e,s.sibling=a,e.child=s,o=e.child,o.memoizedState=cx(n),o.childLanes=dx(t,i,n),e.memoizedState=lx,a):(ku(e),eR(e,s))}if(l=t.memoizedState,l!==null&&(s=l.dehydrated,s!==null)){if(r)e.flags&256?(ku(e),e.flags&=-257,e=ux(t,e,n)):e.memoizedState!==null?(Fu(e),e.child=t.child,e.flags|=128,e=null):(Fu(e),o=a.fallback,s=e.mode,a=rN({mode:"visible",children:a.children},s),o=sm(o,s,n,null),o.flags|=2,a.return=e,o.return=e,a.sibling=o,e.child=a,Gf(e,t.child,null,n),a=e.child,a.memoizedState=cx(n),a.childLanes=dx(t,i,n),e.memoizedState=lx,e=o);else if(ku(e),mR(s)){if(i=s.nextSibling&&s.nextSibling.dataset,i)var c=i.dgst;i=c,a=Error(Re(419)),a.stack="",a.digest=i,eb({value:a,source:null,stack:null}),e=ux(t,e,n)}else if(ur||vb(t,e,n,!1),i=(n&t.childLanes)!==0,ur||i){if(i=ba,i!==null&&(a=n&-n,a=(a&42)!==0?1:TR(a),a=(a&(i.suspendedLanes|n))!==0?0:a,a!==0&&a!==l.retryLane))throw l.retryLane=a,th(t,a),ys(i,t,a),VU;s.data==="$?"||iR(),e=ux(t,e,n)}else s.data==="$?"?(e.flags|=192,e.child=t.child,e=null):(t=l.treeContext,co=Al(s.nextSibling),ui=e,Qn=!0,cm=null,vc=!1,t!==null&&(qs[js++]=sd,qs[js++]=ld,qs[js++]=lm,sd=t.id,ld=t.overflow,lm=e),e=eR(e,a.children),e.flags|=4096);return e}return o?(Fu(e),o=a.fallback,s=e.mode,l=t.child,c=l.sibling,a=ud(l,{mode:"hidden",children:a.children}),a.subtreeFlags=l.subtreeFlags&65011712,c!==null?o=ud(c,o):(o=sm(o,s,n,null),o.flags|=2),o.return=e,a.return=e,a.sibling=o,e.child=a,a=o,o=e.child,s=t.child.memoizedState,s===null?s=cx(n):(l=s.cachePool,l!==null?(c=qo._currentValue,l=l.parent!==c?{parent:c,pool:c}:l):l=XV(),s={baseLanes:s.baseLanes|n,cachePool:l}),o.memoizedState=s,o.childLanes=dx(t,i,n),e.memoizedState=lx,a):(ku(e),n=t.child,t=n.sibling,n=ud(n,{mode:"visible",children:a.children}),n.return=e,n.sibling=null,t!==null&&(i=e.deletions,i===null?(e.deletions=[t],e.flags|=16):i.push(t)),e.child=n,e.memoizedState=null,n)}function eR(t,e){return e=rN({mode:"visible",children:e},t.mode),e.return=t,t.child=e}function rN(t,e){return t=gs(22,t,null,e),t.lanes=0,t.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null},t}function ux(t,e,n){return Gf(e,t.child,null,n),t=eR(e,e.pendingProps.children),t.flags|=2,e.memoizedState=null,t}function M2(t,e,n){t.lanes|=e;var a=t.alternate;a!==null&&(a.lanes|=e),Vx(t.return,e,n)}function px(t,e,n,a,o){var r=t.memoizedState;r===null?t.memoizedState={isBackwards:e,rendering:null,renderingStartTime:0,last:a,tail:n,tailMode:o}:(r.isBackwards=e,r.rendering=null,r.renderingStartTime=0,r.last=a,r.tail=n,r.tailMode=o)}function jU(t,e,n){var a=e.pendingProps,o=a.revealOrder,r=a.tail;if(Ir(t,e,a.children,n),a=jo.current,(a&2)!==0)a=a&1|2,e.flags|=128;else{if(t!==null&&(t.flags&128)!==0)e:for(t=e.child;t!==null;){if(t.tag===13)t.memoizedState!==null&&M2(t,n,e);else if(t.tag===19)M2(t,n,e);else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;t=t.return}t.sibling.return=t.return,t=t.sibling}a&=1}switch(Ha(jo,a),o){case"forwards":for(n=e.child,o=null;n!==null;)t=n.alternate,t!==null&&nN(t)===null&&(o=n),n=n.sibling;n=o,n===null?(o=e.child,e.child=null):(o=n.sibling,n.sibling=null),px(e,!1,o,n,r);break;case"backwards":for(n=null,o=e.child,e.child=null;o!==null;){if(t=o.alternate,t!==null&&nN(t)===null){e.child=o;break}t=o.sibling,o.sibling=n,n=o,o=t}px(e,!0,n,null,r);break;case"together":px(e,!1,null,null,void 0);break;default:e.memoizedState=null}return e.child}function fd(t,e,n){if(t!==null&&(e.dependencies=t.dependencies),Hu|=e.lanes,(n&e.childLanes)===0)if(t!==null){if(vb(t,e,n,!1),(n&e.childLanes)===0)return null}else return null;if(t!==null&&e.child!==t.child)throw Error(Re(153));if(e.child!==null){for(t=e.child,n=ud(t,t.pendingProps),e.child=n,n.return=e;t.sibling!==null;)t=t.sibling,n=n.sibling=ud(t,t.pendingProps),n.return=e;n.sibling=null}return e.child}function QR(t,e){return(t.lanes&e)!==0?!0:(t=t.dependencies,!!(t!==null&&QF(t)))}function YAe(t,e,n){switch(e.tag){case 3:KF(e,e.stateNode.containerInfo),Su(e,qo,t.memoizedState.cache),hb();break;case 27:case 5:Dx(e);break;case 4:KF(e,e.stateNode.containerInfo);break;case 10:Su(e,e.type,e.memoizedProps.value);break;case 13:var a=e.memoizedState;if(a!==null)return a.dehydrated!==null?(ku(e),e.flags|=128,null):(n&e.child.childLanes)!==0?qU(t,e,n):(ku(e),t=fd(t,e,n),t!==null?t.sibling:null);ku(e);break;case 19:var o=(t.flags&128)!==0;if(a=(n&e.childLanes)!==0,a||(vb(t,e,n,!1),a=(n&e.childLanes)!==0),o){if(a)return jU(t,e,n);e.flags|=128}if(o=e.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),Ha(jo,jo.current),a)break;return null;case 22:case 23:return e.lanes=0,KU(t,e,n);case 24:Su(e,qo,t.memoizedState.cache)}return fd(t,e,n)}function WU(t,e,n){if(t!==null)if(t.memoizedProps!==e.pendingProps)ur=!0;else{if(!QR(t,n)&&(e.flags&128)===0)return ur=!1,YAe(t,e,n);ur=(t.flags&131072)!==0}else ur=!1,Qn&&(e.flags&1048576)!==0&&GV(e,XF,e.index);switch(e.lanes=0,e.tag){case 16:e:{t=e.pendingProps;var a=e.elementType,o=a._init;if(a=o(a._payload),e.type=a,typeof a=="function")RR(a)?(t=hm(a,t),e.tag=1,e=R2(null,e,a,t,n)):(e.tag=0,e=Jx(null,e,a,t,n));else{if(a!=null){if(o=a.$$typeof,o===yR){e.tag=11,e=I2(null,e,a,t,n);break e}else if(o===bR){e.tag=14,e=D2(null,e,a,t,n);break e}}throw e=Cx(a)||a,Error(Re(306,e,""))}}return e;case 0:return Jx(t,e,e.type,e.pendingProps,n);case 1:return a=e.type,o=hm(a,e.pendingProps),R2(t,e,a,o,n);case 3:e:{if(KF(e,e.stateNode.containerInfo),t===null)throw Error(Re(387));a=e.pendingProps;var r=e.memoizedState;o=r.element,jx(t,e),Ky(e,a,null,n);var i=e.memoizedState;if(a=i.cache,Su(e,qo,a),a!==r.cache&&Ux(e,[qo],n,!0),Uy(),a=i.element,r.isDehydrated)if(r={element:a,isDehydrated:!1,cache:i.cache},e.updateQueue.baseState=r,e.memoizedState=r,e.flags&256){e=A2(t,e,a,n);break e}else if(a!==o){o=Ys(Error(Re(424)),e),eb(o),e=A2(t,e,a,n);break e}else{switch(t=e.stateNode.containerInfo,t.nodeType){case 9:t=t.body;break;default:t=t.nodeName==="HTML"?t.ownerDocument.body:t}for(co=Al(t.firstChild),ui=e,Qn=!0,cm=null,vc=!0,n=MU(e,null,a,n),e.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling}else{if(hb(),a===o){e=fd(t,e,n);break e}Ir(t,e,a,n)}e=e.child}return e;case 26:return zF(t,e),t===null?(n=J2(e.type,null,e.pendingProps,null))?e.memoizedState=n:Qn||(n=e.type,t=e.pendingProps,a=pN(Eu.current).createElement(n),a[Yr]=e,a[_i]=t,Er(a,n,t),dr(a),e.stateNode=a):e.memoizedState=J2(e.type,t.memoizedProps,e.pendingProps,t.memoizedState),null;case 27:return Dx(e),t===null&&Qn&&(a=e.stateNode=RK(e.type,e.pendingProps,Eu.current),ui=e,vc=!0,o=co,Uu(e.type)?(gR=o,co=Al(a.firstChild)):co=o),Ir(t,e,e.pendingProps.children,n),zF(t,e),t===null&&(e.flags|=4194304),e.child;case 5:return t===null&&Qn&&((o=a=co)&&(a=bMe(a,e.type,e.pendingProps,vc),a!==null?(e.stateNode=a,ui=e,co=Al(a.firstChild),vc=!1,o=!0):o=!1),o||mm(e)),Dx(e),o=e.type,r=e.pendingProps,i=t!==null?t.memoizedProps:null,a=r.children,uR(o,r)?a=null:i!==null&&uR(o,i)&&(e.flags|=32),e.memoizedState!==null&&(o=HR(t,e,BAe,null,null,n),ib._currentValue=o),zF(t,e),Ir(t,e,a,n),e.child;case 6:return t===null&&Qn&&((t=n=co)&&(n=wMe(n,e.pendingProps,vc),n!==null?(e.stateNode=n,ui=e,co=null,t=!0):t=!1),t||mm(e)),null;case 13:return qU(t,e,n);case 4:return KF(e,e.stateNode.containerInfo),a=e.pendingProps,t===null?e.child=Gf(e,null,a,n):Ir(t,e,a,n),e.child;case 11:return I2(t,e,e.type,e.pendingProps,n);case 7:return Ir(t,e,e.pendingProps,n),e.child;case 8:return Ir(t,e,e.pendingProps.children,n),e.child;case 12:return Ir(t,e,e.pendingProps.children,n),e.child;case 10:return a=e.pendingProps,Su(e,e.type,a.value),Ir(t,e,a.children,n),e.child;case 9:return o=e.type._context,a=e.pendingProps.children,gm(e),o=Gr(o),a=a(o),e.flags|=1,Ir(t,e,a,n),e.child;case 14:return D2(t,e,e.type,e.pendingProps,n);case 15:return UU(t,e,e.type,e.pendingProps,n);case 19:return jU(t,e,n);case 31:return a=e.pendingProps,n=e.mode,a={mode:a.mode,children:a.children},t===null?(n=rN(a,n),n.ref=e.ref,e.child=n,n.return=e,e=n):(n=ud(t.child,a),n.ref=e.ref,e.child=n,n.return=e,e=n),e;case 22:return KU(t,e,n);case 24:return gm(e),a=Gr(qo),t===null?(o=LR(),o===null&&(o=ba,r=OR(),o.pooledCache=r,r.refCount++,r!==null&&(o.pooledCacheLanes|=n),o=r),e.memoizedState={parent:a,cache:o},zR(e),Su(e,qo,o)):((t.lanes&n)!==0&&(jx(t,e),Ky(e,null,null,n),Uy()),o=t.memoizedState,r=e.memoizedState,o.parent!==a?(o={parent:a,cache:a},e.memoizedState=o,e.lanes===0&&(e.memoizedState=e.updateQueue.baseState=o),Su(e,qo,a)):(a=r.cache,Su(e,qo,a),a!==o.cache&&Ux(e,[qo],n,!0))),Ir(t,e,e.pendingProps.children,n),e.child;case 29:throw e.pendingProps}throw Error(Re(156,e.tag))}function ad(t){t.flags|=4}function O2(t,e){if(e.type!=="stylesheet"||(e.state.loading&4)!==0)t.flags&=-16777217;else if(t.flags|=16777216,!OK(e)){if(e=$s.current,e!==null&&((Dn&4194048)===Dn?Tc!==null:(Dn&62914560)!==Dn&&(Dn&536870912)===0||e!==Tc))throw Hy=qx,QV;t.flags|=8192}}function kF(t,e){e!==null&&(t.flags|=4),t.flags&16384&&(e=t.tag!==22?yV():536870912,t.lanes|=e,$f|=e)}function Iy(t,e){if(!Qn)switch(t.tailMode){case"hidden":e=t.tail;for(var n=null;e!==null;)e.alternate!==null&&(n=e),e=e.sibling;n===null?t.tail=null:n.sibling=null;break;case"collapsed":n=t.tail;for(var a=null;n!==null;)n.alternate!==null&&(a=n),n=n.sibling;a===null?e||t.tail===null?t.tail=null:t.tail.sibling=null:a.sibling=null}}function Za(t){var e=t.alternate!==null&&t.alternate.child===t.child,n=0,a=0;if(e)for(var o=t.child;o!==null;)n|=o.lanes|o.childLanes,a|=o.subtreeFlags&65011712,a|=o.flags&65011712,o.return=t,o=o.sibling;else for(o=t.child;o!==null;)n|=o.lanes|o.childLanes,a|=o.subtreeFlags,a|=o.flags,o.return=t,o=o.sibling;return t.subtreeFlags|=a,t.childLanes=n,e}function GAe(t,e,n){var a=e.pendingProps;switch(MR(e),e.tag){case 31:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Za(e),null;case 1:return Za(e),null;case 3:return n=e.stateNode,a=null,t!==null&&(a=t.memoizedState.cache),e.memoizedState.cache!==a&&(e.flags|=2048),pd(qo),Uf(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(t===null||t.child===null)&&(Py(e)?ad(e):t===null||t.memoizedState.isDehydrated&&(e.flags&256)===0||(e.flags|=1024,u2())),Za(e),null;case 26:return n=e.memoizedState,t===null?(ad(e),n!==null?(Za(e),O2(e,n)):(Za(e),e.flags&=-16777217)):n?n!==t.memoizedState?(ad(e),Za(e),O2(e,n)):(Za(e),e.flags&=-16777217):(t.memoizedProps!==a&&ad(e),Za(e),e.flags&=-16777217),null;case 27:qF(e),n=Eu.current;var o=e.type;if(t!==null&&e.stateNode!=null)t.memoizedProps!==a&&ad(e);else{if(!a){if(e.stateNode===null)throw Error(Re(166));return Za(e),null}t=bc.current,Py(e)?c2(e,t):(t=RK(o,a,n),e.stateNode=t,ad(e))}return Za(e),null;case 5:if(qF(e),n=e.type,t!==null&&e.stateNode!=null)t.memoizedProps!==a&&ad(e);else{if(!a){if(e.stateNode===null)throw Error(Re(166));return Za(e),null}if(t=bc.current,Py(e))c2(e,t);else{switch(o=pN(Eu.current),t){case 1:t=o.createElementNS("http://www.w3.org/2000/svg",n);break;case 2:t=o.createElementNS("http://www.w3.org/1998/Math/MathML",n);break;default:switch(n){case"svg":t=o.createElementNS("http://www.w3.org/2000/svg",n);break;case"math":t=o.createElementNS("http://www.w3.org/1998/Math/MathML",n);break;case"script":t=o.createElement("div"),t.innerHTML="