mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
Decompose the monolithic plugin entry into bootstrap modules and extracted
pure functions (src/bootstrap, src/modules), advance dataflow project
resolution, and reconcile the Phase 0 contract tests.
Fixes bundled in:
- gantt: fix year-zoom timeline so year/month labels render and a full year
fits on screen. Major-label gate no longer keyed on single-day width; add
a Year minor-label branch; formatMinorTick('Year') returns a real month
name; lower MIN_DAY_WIDTH to 2; drop per-render logging; register the
offscreen-indicator click handlers once to stop a listener leak.
- project: stop the Projects view fragmenting into one task per file.
determineTgProject() gains an applyDefaultNaming option (default true,
preserving the public API / File Source / unit tests); the dataflow cache
and worker-sync paths pass false so they match ProjectData.worker.
- build: restore RegExpCursor in progress-bar-widget (the SearchCursor
migration was incomplete -- SearchCursor cannot do regex search).
Pre-commit hook (npm run build) verified manually; hook could not spawn on
this Windows Git Bash setup. Tests: 1718 passing; production build green.
1 line
No EOL
129 KiB
JSON
1 line
No EOL
129 KiB
JSON
{"File Metadata Inheritance":"文件元数据继承","Configure how tasks inherit metadata from file frontmatter":"配置任务如何从文件前置元数据继承属性","Enable file metadata inheritance":"启用文件元数据继承","Allow tasks to inherit metadata properties from their file's frontmatter":"允许任务从其文件的前置元数据中继承属性","Inherit from frontmatter":"从前言继承","Tasks inherit metadata properties like priority, context, etc. from file frontmatter when not explicitly set on the task":"当任务上未明确设置时,任务会从文件前置元数据中继承优先级、上下文等属性","Inherit from frontmatter for subtasks":"为子任务从前言继承","Allow subtasks to inherit metadata from file frontmatter. When disabled, only top-level tasks inherit file metadata":"允许子任务从文件前置元数据继承属性。禁用时,只有顶级任务继承文件元数据","Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.":"全面的 Obsidian 任务管理插件,具有进度条、任务状态循环和高级任务跟踪功能。","Show progress bar":"显示进度条","Toggle this to show the progress bar.":"切换此选项以显示进度条。","Support hover to show progress info":"支持悬停显示进度信息","Toggle this to allow this plugin to show progress info when hovering over the progress bar.":"切换此选项以允许插件在鼠标悬停在进度条上时显示进度信息。","Add progress bar to non-task bullet":"为非任务项添加进度条","Toggle this to allow adding progress bars to regular list items (non-task bullets).":"切换此选项以允许为常规列表项(非任务项)添加进度条。","Add progress bar to Heading":"为标题添加进度条","Toggle this to allow this plugin to add progress bar for Task below the headings.":"切换此选项以允许插件为标题下的任务添加进度条。","Enable heading progress bars":"启用标题进度条","Add progress bars to headings to show progress of all tasks under that heading.":"为标题添加进度条以显示该标题下所有任务的进度。","Auto complete parent task":"自动完成父任务","Toggle this to allow this plugin to auto complete parent task when all child tasks are completed.":"切换此选项以允许插件在所有子任务完成时自动完成父任务。","Mark parent as 'In Progress' when partially complete":"部分完成时将父任务标记为\"进行中\"","When some but not all child tasks are completed, mark the parent task as 'In Progress'. Only works when 'Auto complete parent' is enabled.":"当部分子任务完成但不是全部时,将父任务标记为\"进行中\"。仅在启用\"自动完成父任务\"时有效。","Count sub children level of current Task":"计算当前任务的子任务层级","Toggle this to allow this plugin to count sub tasks.":"切换此选项以允许插件计算子任务。","Checkbox Status Settings":"任务状态设置","Select a predefined task status collection or customize your own":"选择预定义的任务状态集合或自定义您自己的","Completed task markers":"已完成任务标记","Characters in square brackets that represent completed tasks. Example: \"x|X\"":"方括号中表示已完成任务的字符。例如:\"x|X\"","Planned task markers":"计划任务标记","Characters in square brackets that represent planned tasks. Example: \"?\"":"方括号中表示计划任务的字符。例如:\"?\"","In progress task markers":"进行中任务标记","Characters in square brackets that represent tasks in progress. Example: \">|/\"":"方括号中表示进行中任务的字符。例如:\">|/\"","Abandoned task markers":"已放弃任务标记","Characters in square brackets that represent abandoned tasks. Example: \"-\"":"方括号中表示已放弃任务的字符。例如:\"-\"","Characters in square brackets that represent not started tasks. Default is space \" \"":"方括号中表示未开始任务的字符。默认为空格 \" \"","Count other statuses as":"将其他状态计为","Select the status to count other statuses as. Default is \"Not Started\".":"选择将其他状态计为哪种状态。默认为\"未开始\"。","Task Counting Settings":"任务计数设置","Exclude specific task markers":"排除特定任务标记","Specify task markers to exclude from counting. Example: \"?|/\"":"指定要从计数中排除的任务标记。例如:\"?|/\"","Only count specific task markers":"仅计数特定任务标记","Toggle this to only count specific task markers":"切换此选项以仅计数特定任务标记","Specific task markers to count":"要计数的特定任务标记","Specify which task markers to count. Example: \"x|X|>|/\"":"指定要计数的任务标记。例如:\"x|X|>|/\"","Conditional Progress Bar Display":"条件进度条显示","Hide progress bars based on conditions":"基于条件隐藏进度条","Toggle this to enable hiding progress bars based on tags, folders, or metadata.":"切换此选项以启用基于标签、文件夹或元数据隐藏进度条。","Hide by tags":"按标签隐藏","Specify tags that will hide progress bars (comma-separated, without #). Example: \"no-progress-bar,hide-progress\"":"指定将隐藏进度条的标签(逗号分隔,不带 #)。例如:\"no-progress-bar,hide-progress\"","Hide by folders":"按文件夹隐藏","Specify folder paths that will hide progress bars (comma-separated). Example: \"Daily Notes,Projects/Hidden\"":"指定将隐藏进度条的文件夹路径(逗号分隔)。例如:\"Daily Notes,Projects/Hidden\"","Hide by metadata":"按元数据隐藏","Specify frontmatter metadata that will hide progress bars. Example: \"hide-progress-bar: true\"":"指定将隐藏进度条的前置元数据。例如:\"hide-progress-bar: true\"","Checkbox Status Switcher":"任务状态切换器","Enable/disable the ability to cycle through task states by clicking.":"启用/禁用通过点击循环切换任务状态的功能。","Enable custom task marks":"启用自定义任务标记","Replace default checkboxes with styled text marks that follow your task status cycle when clicked.":"用样式化文本标记替换默认复选框,点击时遵循您的任务状态循环。","Enable cycle complete status":"启用循环完成状态","Enable/disable the ability to automatically cycle through task states when pressing a mark.":"启用/禁用按下标记时自动循环切换任务状态的功能。","Always cycle new tasks":"始终循环新任务","When enabled, newly inserted tasks will immediately cycle to the next status. When disabled, newly inserted tasks with valid marks will keep their original mark.":"启用后,新插入的任务将立即循环到下一个状态。禁用时,带有有效标记的新插入任务将保持其原始标记。","Checkbox Status Cycle and Marks":"任务状态循环和标记","Define task states and their corresponding marks. The order from top to bottom defines the cycling sequence.":"定义任务状态及其对应的标记。从上到下的顺序定义了循环顺序。","Completed Task Mover":"已完成任务移动功能","Enable completed task mover":"启用已完成任务移动功能","Toggle this to enable commands for moving completed tasks to another file.":"切换此选项以启用将已完成任务移动到另一个文件的命令。","Task marker type":"任务标记类型","Choose what type of marker to add to moved tasks":"选择要添加到已移动任务的标记类型","Version marker text":"版本标记文本","Text to append to tasks when moved (e.g., 'version 1.0')":"移动任务时附加的文本(例如,'version 1.0')","Date marker text":"日期标记文本","Text to append to tasks when moved (e.g., 'archived on 2023-12-31')":"移动任务时附加的文本(例如,'archived on 2023-12-31')","Custom marker text":"自定义标记文本","Use {{DATE:format}} for date formatting (e.g., {{DATE:YYYY-MM-DD}}":"使用 {{DATE:format}} 进行日期格式化(例如,{{DATE:YYYY-MM-DD}}","Treat abandoned tasks as completed":"将已放弃任务视为已完成","If enabled, abandoned tasks will be treated as completed.":"如果启用,已放弃的任务将被视为已完成。","Complete all moved tasks":"完成所有已移动的任务","If enabled, all moved tasks will be marked as completed.":"如果启用,所有已移动的任务将被标记为已完成。","With current file link":"带当前文件链接","A link to the current file will be added to the parent task of the moved tasks.":"当前文件的链接将添加到已移动任务的父任务中。","Donate":"捐赠","If you like this plugin, consider donating to support continued development:":"如果您喜欢这个插件,请考虑捐赠以支持持续开发:","Add number to the Progress Bar":"在进度条中添加数字","Toggle this to allow this plugin to add tasks number to progress bar.":"切换此选项以允许插件在进度条中添加任务数量。","Show percentage":"显示百分比","Toggle this to allow this plugin to show percentage in the progress bar.":"切换此选项以允许插件在进度条中显示百分比。","Customize progress text":"自定义进度文本","Toggle this to customize text representation for different progress percentage ranges.":"切换此选项以自定义不同进度百分比范围的文本表示。","Progress Ranges":"进度范围","Define progress ranges and their corresponding text representations.":"定义进度范围及其对应的文本表示。","Add new range":"添加新范围","Add a new progress percentage range with custom text":"添加带有自定义文本的新进度百分比范围","Min percentage (0-100)":"最小百分比 (0-100)","Max percentage (0-100)":"最大百分比 (0-100)","Text template (use {{PROGRESS}})":"文本模板(使用 {{PROGRESS}})","Reset to defaults":"重置为默认值","Reset progress ranges to default values":"将进度范围重置为默认值","Reset":"重置","Priority Picker Settings":"优先级选择器设置","Toggle to enable priority picker dropdown for emoji and letter format priorities.":"切换以启用表情符号和字母格式优先级的优先级选择器下拉菜单。","Enable priority picker":"启用优先级选择器","Enable priority keyboard shortcuts":"启用优先级键盘快捷键","Toggle to enable keyboard shortcuts for setting task priorities.":"切换以启用设置任务优先级的键盘快捷键。","Date picker":"日期选择器","Enable date picker":"启用日期选择器","Toggle this to enable date picker for tasks. This will add a calendar icon near your tasks which you can click to select a date.":"切换此选项以启用任务的日期选择器。这将在您的任务旁边添加一个日历图标,您可以点击它来选择日期。","Date mark":"日期标记","Emoji mark to identify dates. You can use multiple emoji separated by commas.":"用于标识日期的表情符号。您可以使用逗号分隔的多个表情符号。","Quick capture":"快速捕获","Enable quick capture":"启用快速捕获","Toggle this to enable Org-mode style quick capture panel. Press Alt+C to open the capture panel.":"切换此选项以启用 Org-mode 风格的快速捕获面板。按 Alt+C 打开捕获面板。","Target file":"目标文件","The file where captured text will be saved. You can include a path, e.g., 'folder/Quick Capture.md'":"捕获的文本将保存到的文件。您可以包含路径,例如,'folder/Quick Capture.md'","Placeholder text":"占位文本","Placeholder text to display in the capture panel":"在捕获面板中显示的占位文本","Append to file":"附加到文件","If enabled, captured text will be appended to the target file. If disabled, it will replace the file content.":"如果启用,捕获的文本将附加到目标文件。如果禁用,它将替换文件内容。","Task Filter":"任务过滤器","Enable Task Filter":"启用任务过滤器","Toggle this to enable the task filter panel":"切换此选项以启用任务过滤器面板","Preset Filters":"预设过滤器","Create and manage preset filters for quick access to commonly used task filters.":"创建和管理预设过滤器,以快速访问常用的任务过滤器。","Edit Filter: ":"编辑过滤器:","Filter name":"过滤器名称","Checkbox Status":"任务状态","Include or exclude tasks based on their status":"根据任务状态包含或排除任务","Include Completed Tasks":"包含已完成任务","Include In Progress Tasks":"包含进行中任务","Include Abandoned Tasks":"包含已放弃任务","Include Not Started Tasks":"包含未开始任务","Include Planned Tasks":"包含计划任务","Related Tasks":"相关任务","Include parent, child, and sibling tasks in the filter":"在过滤器中包含父任务、子任务和同级任务","Include Parent Tasks":"包含父任务","Include Child Tasks":"包含子任务","Include Sibling Tasks":"包含同级任务","Advanced Filter":"高级过滤器","Use boolean operations: AND, OR, NOT. Example: 'text content AND #tag1'":"使用布尔运算:AND, OR, NOT。例如:'text content AND #tag1'","Filter query":"过滤查询","Filter out tasks":"过滤掉任务","If enabled, tasks that match the query will be hidden, otherwise they will be shown":"如果启用,匹配查询的任务将被隐藏,否则将显示","Save":"保存","Cancel":"取消","Enable task status switcher":"启用任务状态切换器","Add Status":"添加状态","Say Thank You":"谢谢","Hide filter panel":"隐藏过滤器面板","Show filter panel":"显示过滤器面板","Filter Tasks":"过滤任务","Preset filters":"预设过滤器","Select a saved filter preset to apply":"选择一个保存的过滤器预设以应用","Select a preset...":"选择一个预设...","Query":"查询","Use boolean operations: AND, OR, NOT. Example: 'text content AND #tag1 AND DATE:<2022-01-02 NOT PRIORITY:>=#B' - Supports >, <, =, >=, <=, != for PRIORITY and DATE.":"使用布尔运算:AND, OR, NOT。例如:'text content AND #tag1 AND DATE:<2022-01-02 NOT PRIORITY:>=#B' - 支持 >, <, =, >=, <=, != 用于 PRIORITY 和 DATE。","If true, tasks that match the query will be hidden, otherwise they will be shown":"如果启用,匹配查询的任务将被隐藏,否则将显示","Completed":"已完成","In Progress":"进行中","Abandoned":"已放弃","Not Started":"未开始","Planned":"计划","Include Related Tasks":"包含相关任务","Parent Tasks":"父任务","Child Tasks":"子任务","Sibling Tasks":"同级任务","Apply":"应用","New Preset":"新预设","Preset saved":"预设已保存","No changes to save":"没有更改要保存","Close":"关闭","Capture to":"捕获到","Capture":"捕获","Capture thoughts, tasks, or ideas...":"捕获想法、任务或想法...","Tomorrow":"明天","In 2 days":"2天后","In 3 days":"3天后","In 5 days":"5天后","In 1 week":"1周后","In 10 days":"10天后","In 2 weeks":"2周后","In 1 month":"1个月后","In 2 months":"2个月后","In 3 months":"3个月后","In 6 months":"6个月后","In 1 year":"1年后","In 5 years":"5年后","In 10 years":"10年后","Highest priority":"最高优先级","High priority":"高优先级","Medium priority":"中等优先级","No priority":"无优先级","Low priority":"低优先级","Lowest priority":"最低优先级","Priority A":"优先级A","Priority B":"优先级B","Priority C":"优先级C","Task Priority":"任务优先级","Remove Priority":"移除优先级","Cycle task status forward":"向前循环任务状态","Cycle task status backward":"向后循环任务状态","Remove priority":"移除优先级","Move task to another file":"将任务移动到另一个文件","Move all completed subtasks to another file":"将所有已完成的子任务移动到另一个文件","Move direct completed subtasks to another file":"将直接已完成的子任务移动到另一个文件","Move all subtasks to another file":"将所有子任务移动到另一个文件","Set priority":"设置优先级","Toggle quick capture panel":"切换快速捕获面板","Quick capture (Global)":"快速捕获(全局)","Toggle task filter panel":"切换任务过滤器面板","Filter Mode":"过滤模式","Choose whether to include or exclude tasks that match the filters":"选择是包含还是排除符合过滤条件的任务","Show matching tasks":"显示匹配的任务","Hide matching tasks":"隐藏匹配的任务","Choose whether to show or hide tasks that match the filters":"选择是显示还是隐藏符合过滤条件的任务","Create new file:":"创建新文件:","Completed tasks moved to":"已完成任务已移动到","Failed to create file:":"创建文件失败:","Beginning of file":"文件开头","Failed to move tasks:":"移动任务失败:","No active file found":"未找到活动文件","Task moved to":"任务已移动到","Failed to move task:":"移动任务失败:","Nothing to capture":"没有内容可捕获","Captured successfully":"捕获成功","Failed to save:":"保存失败:","Captured successfully to":"成功捕获到","Total":"总计","Workflow":"工作流","Add as workflow root":"添加为工作流根节点","Move to stage":"移动到阶段","Complete stage":"完成阶段","Add child task with same stage":"添加相同阶段的子任务","Could not open quick capture panel in the current editor":"无法在当前编辑器中打开快速捕获面板","Just started {{PROGRESS}}%":"刚刚开始 {{PROGRESS}}%","Making progress {{PROGRESS}}%":"正在进行 {{PROGRESS}}%","Half way {{PROGRESS}}%":"已完成一半 {{PROGRESS}}%","Good progress {{PROGRESS}}%":"进展良好 {{PROGRESS}}%","Almost there {{PROGRESS}}%":"即将完成 {{PROGRESS}}%","Progress bar":"进度条","You can customize the progress bar behind the parent task(usually at the end of the task). You can also customize the progress bar for the task below the heading.":"您可以自定义父任务后面的进度条(通常在任务末尾)。您还可以自定义标题下方任务的进度条。","Hide progress bars":"隐藏进度条","Parent task changer":"父任务更改器","Change the parent task of the current task.":"更改当前任务的父任务。","No preset filters created yet. Click 'Add New Preset' to create one.":"尚未创建预设过滤器。点击'添加新预设'创建一个。","Configure task workflows for project and process management":"配置项目和流程管理的任务工作流","Enable workflow":"启用工作流","Toggle to enable the workflow system for tasks":"切换以启用任务的工作流系统","Auto-add timestamp":"自动添加时间戳","Automatically add a timestamp to the task when it is created":"创建任务时自动添加时间戳","Timestamp format:":"时间戳格式:","Timestamp format":"时间戳格式","Remove timestamp when moving to next stage":"移动到下一阶段时移除时间戳","Remove the timestamp from the current task when moving to the next stage":"移动到下一阶段时从当前任务中移除时间戳","Calculate spent time":"计算花费时间","Calculate and display the time spent on the task when moving to the next stage":"移动到下一阶段时计算并显示在任务上花费的时间","Format for spent time:":"花费时间格式:","Calculate spent time when move to next stage.":"移动到下一阶段时计算花费时间。","Spent time format":"花费时间格式","Calculate full spent time":"计算总花费时间","Calculate the full spent time from the start of the task to the last stage":"计算从任务开始到最后阶段的总花费时间","Auto remove last stage marker":"自动移除最后阶段标记","Automatically remove the last stage marker when a task is completed":"任务完成时自动移除最后阶段标记","Auto-add next task":"自动添加下一任务","Automatically create a new task with the next stage when completing a task":"完成任务时自动创建具有下一阶段的新任务","Workflow definitions":"工作流定义","Configure workflow templates for different types of processes":"为不同类型的流程配置工作流模板","No workflow definitions created yet. Click 'Add New Workflow' to create one.":"尚未创建工作流定义。点击'添加新工作流'创建一个。","Edit workflow":"编辑工作流","Remove workflow":"移除工作流","Delete workflow":"删除工作流","Delete":"删除","Add New Workflow":"添加新工作流","New Workflow":"新工作流","Create New Workflow":"创建新工作流","Workflow name":"工作流名称","A descriptive name for the workflow":"工作流的描述性名称","Workflow ID":"工作流ID","A unique identifier for the workflow (used in tags)":"工作流的唯一标识符(用于标签)","Description":"描述","Optional description for the workflow":"工作流的可选描述","Describe the purpose and use of this workflow...":"描述此工作流的目的和用途...","Workflow Stages":"工作流阶段","No stages defined yet. Add a stage to get started.":"尚未定义阶段。添加一个阶段开始。","Edit":"编辑","Move up":"上移","Move down":"下移","Sub-stage":"子阶段","Sub-stage name":"子阶段名称","Sub-stage ID":"子阶段ID","Next: ":"下一个:","Add Sub-stage":"添加子阶段","New Sub-stage":"新子阶段","Edit Stage":"编辑阶段","Stage name":"阶段名称","A descriptive name for this workflow stage":"此工作流阶段的描述性名称","Stage ID":"阶段ID","A unique identifier for the stage (used in tags)":"阶段的唯一标识符(用于标签)","Stage type":"阶段类型","The type of this workflow stage":"此工作流阶段的类型","Linear (sequential)":"线性(顺序)","Cycle (repeatable)":"循环(可重复)","Terminal (end stage)":"终端(结束阶段)","Next stage":"下一阶段","The stage to proceed to after this one":"此阶段之后要进行的阶段","Sub-stages":"子阶段","Define cycle sub-stages (optional)":"定义循环子阶段(可选)","No sub-stages defined yet.":"尚未定义子阶段。","Can proceed to":"可以进行到","Additional stages that can follow this one (for right-click menu)":"可以跟随此阶段的其他阶段(用于右键菜单)","No additional destination stages defined.":"未定义其他目标阶段。","Remove":"移除","Add":"添加","Name and ID are required.":"名称和ID是必需的。","End of file":"文件结尾","Include in cycle":"包含在循环中","Preset":"预设","Preset name":"预设名称","Edit Filter":"编辑过滤器","Add New Preset":"添加新预设","New Filter":"新过滤器","Reset to Default Presets":"重置为默认预设","This will replace all your current presets with the default set. Are you sure?":"这将替换您当前的所有预设,并使用默认设置。您确定吗?","Edit Workflow":"编辑工作流","General":"常规","Views & Index":"视图与索引","Progress Display":"进度显示","Task Management":"任务管理","Workflows":"工作流","Dates & Priority":"日期与优先级","Quick Capture":"快速捕获","Rewards":"奖励","Habits":"习惯","Calendar Sync":"日历同步","Beta Features":"测试功能","Projects":"项目","About":"关于","Core Settings":"核心设置","Display & Progress":"显示与进度","Workflow & Automation":"工作流与自动化","Gamification":"游戏化","Integration":"集成","Advanced":"高级","Information":"信息","Count sub children of current Task":"计算当前任务的子任务","Toggle this to allow this plugin to count sub tasks when generating progress bar\t.":"切换此选项以允许此插件在生成进度条时计算子任务。","Configure task status settings":"配置任务状态设置","Configure which task markers to count or exclude":"配置要计算或排除的任务标记","File Filter":"文件过滤器","Enable File Filter":"启用文件过滤器","Toggle this to enable file and folder filtering during task indexing. This can significantly improve performance for large vaults.":"切换此选项以在任务索引期间启用文件和文件夹过滤。这可以显著提高大型库的性能。","File Filter Mode":"过滤模式","Choose whether to include only specified files/folders (whitelist) or exclude them (blacklist)":"选择是仅包含指定的文件/文件夹(白名单)还是排除它们(黑名单)","Whitelist (Include only)":"白名单(仅包含)","Blacklist (Exclude)":"黑名单(排除)","File Filter Rules":"过滤规则","Configure which files and folders to include or exclude from task indexing":"配置在任务索引中包含或排除哪些文件和文件夹","Type:":"类型:","Path:":"路径:","Enabled:":"启用:","Delete rule":"删除规则","Add Filter Rule":"添加过滤规则","Add File Rule":"添加文件规则","Add Folder Rule":"添加文件夹规则","Add Pattern Rule":"添加模式规则","Preset Templates":"预设模板","Quick setup for common filtering scenarios":"常见过滤场景的快速设置","Exclude System Folders":"排除系统文件夹","Automatically exclude common system folders (.obsidian, .trash, .git) and temporary files":"自动排除常见系统文件夹(.obsidian、.trash、.git)和临时文件","Apply System Exclusions":"应用系统排除规则","This will enable file filtering and add system folder exclusion rules":"这将启用文件过滤并添加系统文件夹排除规则","System Folders Already Excluded":"系统文件夹已排除","All system folder exclusion rules are already configured and active":"所有系统文件夹排除规则已配置并激活","File filtering enabled and {{count}} system exclusion rules added":"文件过滤已启用,添加了 {{count}} 个系统排除规则","File filtering enabled with existing system exclusion rules":"文件过滤已启用,使用现有系统排除规则","{{count}} system exclusion rules added":"已添加 {{count}} 个系统排除规则","System exclusion rules updated":"系统排除规则已更新","System folder exclusions added":"已添加系统文件夹排除规则","Active Rules":"活跃规则","Cache Size":"缓存大小","Task status cycle and marks":"任务状态循环和标记","Version":"版本","Documentation":"文档","View the documentation for this plugin":"查看此插件的文档","Open Documentation":"打开文档","Incomplete tasks":"未完成的任务","In progress tasks":"进行中的任务","Completed tasks":"已完成的任务","All tasks":"所有任务","After heading":"标题之后","End of section":"章节结尾","Enable text mark in source mode":"在源码模式中启用文本标记","Make the text mark in source mode follow the task status cycle when clicked.":"点击时使源码模式中的文本标记跟随任务状态循环。","Status name":"状态名称","Progress display mode":"进度显示模式","Choose how to display task progress":"选择如何显示任务进度","No progress indicators":"无进度指示器","Graphical progress bar":"图形进度条","Text progress indicator":"文本进度指示器","Both graphical and text":"图形和文本都显示","Toggle this to allow this plugin to count sub tasks when generating progress bar.":"切换此选项以允许此插件在生成进度条时计算子任务。","Progress format":"进度格式","Choose how to display the task progress":"选择如何显示任务进度","Percentage (75%)":"百分比 (75%)","Bracketed percentage ([75%])":"带括号的百分比 ([75%])","Fraction (3/4)":"分数 (3/4)","Bracketed fraction ([3/4])":"带括号的分数 ([3/4])","Detailed ([3✓ 1⟳ 0✗ 1? / 5])":"详细 ([3✓ 1⟳ 0✗ 1? / 5])","Custom format":"自定义格式","Range-based text":"基于范围的文本","Use placeholders like {{COMPLETED}}, {{TOTAL}}, {{PERCENT}}, etc.":"使用占位符如 {{COMPLETED}}、{{TOTAL}}、{{PERCENT}} 等。","Preview:":"预览:","Available placeholders":"可用占位符","Available placeholders: {{COMPLETED}}, {{TOTAL}}, {{IN_PROGRESS}}, {{ABANDONED}}, {{PLANNED}}, {{NOT_STARTED}}, {{PERCENT}}, {{COMPLETED_SYMBOL}}, {{IN_PROGRESS_SYMBOL}}, {{ABANDONED_SYMBOL}}, {{PLANNED_SYMBOL}}":"可用占位符:{{COMPLETED}}、{{TOTAL}}、{{IN_PROGRESS}}、{{ABANDONED}}、{{PLANNED}}、{{NOT_STARTED}}、{{PERCENT}}、{{COMPLETED_SYMBOL}}、{{IN_PROGRESS_SYMBOL}}、{{ABANDONED_SYMBOL}}、{{PLANNED_SYMBOL}}","Expression examples":"表达式示例","Examples of advanced formats using expressions":"使用表达式的高级格式示例","Text Progress Bar":"文本进度条","Emoji Progress Bar":"表情符号进度条","Color-coded Status":"颜色编码状态","Status with Icons":"带图标的状态","Preview":"预览","Use":"使用","Save Filter Configuration":"保存筛选器配置","Load Filter Configuration":"加载筛选器配置","Save Current Filter":"保存当前筛选器","Load Saved Filter":"加载已保存筛选器","Filter Configuration Name":"筛选器配置名称","Filter Configuration Description":"筛选器配置描述","Enter a name for this filter configuration":"为此筛选器配置输入名称","Enter a description for this filter configuration (optional)":"为此筛选器配置输入描述(可选)","No saved filter configurations":"没有已保存的筛选器配置","Select a saved filter configuration":"选择已保存的筛选器配置","Delete Filter Configuration":"删除筛选器配置","Are you sure you want to delete this filter configuration?":"您确定要删除此筛选器配置吗?","Filter configuration saved successfully":"筛选器配置保存成功","Filter configuration loaded successfully":"筛选器配置加载成功","Filter configuration deleted successfully":"筛选器配置删除成功","Failed to save filter configuration":"保存筛选器配置失败","Failed to load filter configuration":"加载筛选器配置失败","Failed to delete filter configuration":"删除筛选器配置失败","Filter configuration name is required":"筛选器配置名称是必需的","Created":"创建时间","Updated":"更新时间","Filter Summary":"筛选器摘要","Root condition":"根条件","Toggle this to show percentage instead of completed/total count.":"切换此选项以显示百分比而不是已完成/总计数。","Customize progress ranges":"自定义进度范围","Toggle this to customize the text for different progress ranges.":"切换此选项以自定义不同进度范围的文本。","Apply Theme":"应用主题","Back to main settings":"返回主设置","Support expression in format, like using data.percentages to get the percentage of completed tasks. And using math or even repeat functions to get the result.":"支持在格式中使用表达式,例如使用 data.percentages 获取已完成任务的百分比。使用 Math 或 Repeat 函数来获取结果。","Target File:":"目标文件:","Task Properties":"任务属性","Include time":"包含时间","Toggle between date-only and date+time input":"切换仅日期或日期+时间输入","Start Date":"开始日期","Due Date":"截止日期","Scheduled Date":"计划日期","Priority":"优先级","None":"无","Highest":"最高","High":"高","Medium":"中等","Low":"低","Lowest":"最低","Project":"项目","Project name":"项目名称","Context":"上下文","Recurrence":"重复","e.g., every day, every week":"例如:每天,每周","Task Content":"任务内容","Task Details":"任务详情","File":"文件","Edit in File":"在文件中编辑","Mark Incomplete":"标记为未完成","Mark Complete":"标记为已完成","Task Title":"任务标题","Tags":"标签","e.g. every day, every 2 weeks":"例如:每天,每两周","Forecast":"预测","0 actions, 0 projects":"0 个行动,0 个项目","Toggle list/tree view":"切换列表/树形视图","Focusing on Work":"专注工作","Unfocus":"取消专注","Past Due":"已逾期","Today":"今天","Future":"未来","actions":"行动","project":"项目","Coming Up":"即将到来","Task":"任务","Tasks":"任务","No upcoming tasks":"没有即将到来的任务","No tasks scheduled":"没有计划中的任务","0 tasks":"0 个任务","Filter tasks...":"筛选任务...","Toggle multi-select":"切换多选","No projects found":"未找到项目","projects selected":"已选择的项目","tasks":"任务","No tasks in the selected projects":"所选项目中没有任务","Select a project to see related tasks":"选择一个项目以查看相关任务","Configure Review for":"为以下项目配置回顾","Review Frequency":"回顾频率","How often should this project be reviewed":"这个项目应该多久回顾一次","Custom...":"自定义...","e.g., every 3 months":"例如:每3个月","Last Reviewed":"上次回顾","Please specify a review frequency":"请指定回顾频率","Review schedule updated for":"已更新回顾计划","Review Projects":"回顾项目","Select a project to review its tasks.":"选择一个项目以回顾其任务。","Configured for Review":"已配置回顾","Not Configured":"未配置","No projects available.":"没有可用的项目。","Select a project to review.":"选择一个项目进行回顾。","Show all tasks":"显示所有任务","Showing all tasks, including completed tasks from previous reviews.":"显示所有任务,包括之前回顾中已完成的任务。","Show only new and in-progress tasks":"仅显示新任务和进行中的任务","No tasks found for this project.":"未找到此项目的任务。","Review every":"每隔多久回顾","never":"从不","Last reviewed":"上次回顾","Mark as Reviewed":"标记为已回顾","No review schedule configured for this project":"此项目未配置回顾计划","Configure Review Schedule":"配置回顾计划","Project Review":"项目回顾","Select a project from the left sidebar to review its tasks.":"从左侧边栏选择一个项目以回顾其任务。","Inbox":"收件箱","Flagged":"已标记","Review":"回顾","tags selected":"已选择的标签","No tasks with the selected tags":"没有带有所选标签的任务","Select a tag to see related tasks":"选择一个标签以查看相关任务","Open Task Genius view":"打开 Task Genius 视图","Open Task Genius changelog":"打开 Task Genius 更新日志","Task capture with metadata":"带元数据的任务捕获","Refresh task index":"刷新任务索引","Refreshing task index...":"正在刷新任务索引...","Task index refreshed":"任务索引已刷新","Failed to refresh task index":"刷新任务索引失败","Force reindex all tasks":"强制重建所有任务索引","Clearing task cache and rebuilding index...":"正在清除任务缓存并重建索引...","Task index completely rebuilt":"任务索引已完全重建","Failed to force reindex tasks":"强制重建任务索引失败","Task Genius View":"Task Genius 视图","Toggle Sidebar":"切换侧边栏","Details":"详情","View":"视图","Task Genius view is a comprehensive view that allows you to manage your tasks in a more efficient way.":"Task Genius 视图是一个综合视图,可以让您更高效地管理任务。","Enable task genius view":"启用 Task Genius 视图","Select a task to view details":"选择一个任务以查看详情","Status":"状态","Comma separated":"逗号分隔","Focus":"专注","Loading more...":"加载更多...","projects":"项目","No tasks for this section.":"当前区间没有任务","No tasks found.":"没有任务","Complete":"完成","Switch status":"切换状态","Rebuild index":"重建索引","Rebuild":"重建","0 tasks, 0 projects":"0 个任务,0 个项目","New Custom View":"新建自定义视图","Create Custom View":"创建自定义视图","Edit View: ":"编辑视图:","View Name":"视图名称","My Custom Task View":"我的自定义任务视图","Icon Name":"图标名称","Enter any Lucide icon name (e.g., list-checks, filter, inbox)":"输入任何 Lucide 图标名称(例如:list-checks、filter、inbox)","Filter Rules":"过滤规则","Hide Completed and Abandoned Tasks":"隐藏已完成和已放弃的任务","Hide completed and abandoned tasks in this view.":"在此视图中隐藏已完成和已放弃的任务。","Text Contains":"文本包含","Filter tasks whose content includes this text (case-insensitive).":"过滤内容包含此文本的任务(不区分大小写)。","Tags Include":"包含标签","Task must include ALL these tags (comma-separated).":"任务必须包含所有这些标签(逗号分隔)。","Tags Exclude":"排除标签","Task must NOT include ANY of these tags (comma-separated).":"任务不得包含任何这些标签(逗号分隔)。","Project Is":"项目是","Task must belong to this project (exact match).":"任务必须属于此项目(精确匹配)。","Priority Is":"优先级是","Task must have this priority (e.g., 1, 2, 3).":"任务必须具有此优先级(例如:1、2、3)。","Status Include":"包含状态","Task status must be one of these (comma-separated markers, e.g., /,>).":"任务状态必须是这些之一(逗号分隔的标记,例如:/,>)。","Status Exclude":"排除状态","Task status must NOT be one of these (comma-separated markers, e.g., -,x).":"任务状态不得是这些之一(逗号分隔的标记,例如:-,x)。","Use YYYY-MM-DD or relative terms like 'today', 'tomorrow', 'next week', 'last month'.":"使用 YYYY-MM-DD 或相对术语,如'今天'、'明天'、'下周'、'上个月'。","Due Date Is":"截止日期是","Start Date Is":"开始日期是","Scheduled Date Is":"计划日期是","Path Includes":"路径包含","Task must contain this path (case-insensitive).":"任务必须包含此路径(不区分大小写)。","Path Excludes":"路径排除","Task must NOT contain this path (case-insensitive).":"任务不得包含此路径(不区分大小写)。","Unnamed View":"未命名视图","View configuration saved.":"视图配置已保存。","Hide Details":"隐藏详情","Show Details":"显示详情","View Config":"视图配置","View Configuration":"视图配置","Configure the Task Genius sidebar views, visibility, order, and create custom views.":"配置 Task Genius 侧边栏视图、可见性、顺序,并创建自定义视图。","Manage Views":"管理视图","Configure sidebar views, order, visibility, and hide/show completed tasks per view.":"配置侧边栏视图、顺序、可见性,以及每个视图中隐藏/显示已完成的任务。","Show in sidebar":"在侧边栏中显示","Edit View":"编辑视图","Move Up":"上移","Move Down":"下移","Delete View":"删除视图","Add Custom View":"添加自定义视图","Error: View ID already exists.":"错误:视图 ID 已存在。","Events":"事件","Plan":"计划","Year":"年","Month":"月","Week":"周","Day":"日","Agenda":"议程","Back to categories":"返回分类","No matching options found":"未找到匹配选项","No matching filters found":"未找到匹配过滤器","Tag":"标签","File Path":"文件路径","Add filter":"添加过滤器","Clear all":"清除全部","Add Card":"添加卡片","First Day of Week":"每周第一天","Overrides the locale default for calendar views.":"覆盖日历视图的区域默认设置。","Show checkbox":"显示复选框","Show a checkbox for each task in the kanban view.":"在看板视图中为每个任务显示复选框。","Locale Default":"区域默认设置","Use custom goal for progress bar":"为进度条使用自定义目标","Toggle this to allow this plugin to find the pattern g::number as goal of the parent task.":"切换此选项以允许插件将 g::number 模式识别为父任务的目标。","Prefer metadata format of task":"首选任务的元数据格式","You can choose dataview format or tasks format, that will influence both index and save format.":"您可以选择 dataview 格式或 tasks 格式,这将影响索引和保存格式。","Task Parser Configuration":"任务解析器配置","Configure how task metadata is parsed and recognized.":"配置任务元数据的解析和识别方式。","Project tag prefix":"项目标签前缀","Customize the prefix used for project tags (e.g., 'project' for #project/myproject). Changes require reindexing.":"自定义项目标签使用的前缀(例如,'project' 对应 #project/myproject)。更改需要重新索引。","Customize the prefix used for project tags in dataview format (e.g., 'project' for [project:: myproject]). Changes require reindexing.":"自定义 dataview 格式中项目标签使用的前缀(例如,'project' 对应 [project:: myproject])。更改需要重新索引。","Context tag prefix":"上下文标签前缀","Customize the prefix used for context tags in dataview format (e.g., 'context' for [context:: home]). Note: emoji format always uses @ prefix. Changes require reindexing.":"自定义 dataview 格式中上下文标签使用的前缀(例如,'context' 对应 [context:: home])。注意:emoji 格式始终使用 @ 前缀。更改需要重新索引。","Context tags in emoji format always use @ prefix (not configurable). This setting only affects dataview format. Changes require reindexing.":"emoji 格式中的上下文标签始终使用 @ 前缀(不可配置)。此设置仅影响 dataview 格式。更改需要重新索引。","Area tag prefix":"区域标签前缀","Customize the prefix used for area tags (e.g., 'area' for #area/work). Changes require reindexing.":"自定义区域标签使用的前缀(例如,'area' 对应 #area/work)。更改需要重新索引。","Customize the prefix used for area tags in dataview format (e.g., 'area' for [area:: work]). Changes require reindexing.":"自定义 dataview 格式中区域标签使用的前缀(例如,'area' 对应 [area:: work])。更改需要重新索引。","Format Examples:":"格式示例:","always uses @ prefix":"始终使用 @ 前缀","Open in new tab":"在新标签页中打开","Open settings":"打开设置","Hide in sidebar":"在侧边栏中隐藏","No items found":"未找到项目","High Priority":"高优先级","Medium Priority":"中优先级","Low Priority":"低优先级","No tasks in the selected items":"所选项目中没有任务","View Type":"视图类型","Select the type of view to create":"选择要创建的视图类型","Standard View":"标准视图","Two Column View":"双列视图","Items":"项目","selected items":"已选项目","No items selected":"未选择项目","Two Column View Settings":"双列视图设置","Group by Task Property":"按任务属性分组","Select which task property to use for left column grouping":"选择用于左列分组的任务属性","Priorities":"优先级","Contexts":"上下文","Due Dates":"截止日期","Scheduled Dates":"计划日期","Start Dates":"开始日期","Files":"文件","Left Column Title":"左列标题","Title for the left column (items list)":"左列标题(项目列表)","Right Column Title":"右列标题","Default title for the right column (tasks list)":"右列默认标题(任务列表)","Multi-select Text":"多选文本","Text to show when multiple items are selected":"选择多个项目时显示的文本","Empty State Text":"空状态文本","Text to show when no items are selected":"未选择项目时显示的文本","Filter Blanks":"过滤空白任务","Filter out blank tasks in this view.":"在此视图中过滤掉空白任务。","Task must contain this path (case-insensitive). Separate multiple paths with commas.":"任务必须包含此路径(不区分大小写)。多个路径用逗号分隔。","Task must NOT contain this path (case-insensitive). Separate multiple paths with commas.":"任务不得包含此路径(不区分大小写)。多个路径用逗号分隔。","You have unsaved changes. Save before closing?":"您有未保存的更改。关闭前保存吗?","Rotate":"旋转","Are you sure you want to force reindex all tasks?":"您确定要强制重新索引所有任务吗?","Enable progress bar in reading mode":"在阅读模式中启用进度条","Toggle this to allow this plugin to show progress bars in reading mode.":"切换此选项以允许插件在阅读模式中显示进度条。","Range":"范围","as a placeholder for the percentage value":"作为百分比值的占位符","Template text with":"带有占位符的模板文本","placeholder":"占位符","Reindex":"重建索引","From now":"从现在","Complete workflow":"完成工作流","Move to":"移动到","Settings":"设置","Just started":"刚刚开始","Making progress":"正在进行中","Half way":"完成一半","Good progress":"进展良好","Almost there":"即将完成","archived on":"归档于","moved":"已移动","Capture your thoughts...":"记录你的想法...","Project Workflow":"项目工作流","Standard project management workflow":"标准项目管理工作流","Planning":"规划中","Development":"开发中","Testing":"测试中","Cancelled":"已取消","Habit":"习惯","Drink a cup of good tea":"喝一杯好茶","Watch an episode of a favorite series":"观看一集喜欢的剧集","Play a game":"玩一局游戏","Eat a piece of chocolate":"吃一块巧克力","common":"普通","rare":"稀有","legendary":"传奇","No Habits Yet":"暂无习惯","Click the open habit button to create a new habit.":"点击打开习惯按钮创建新习惯。","Please enter details":"请输入详情","Goal reached":"目标达成","Exceeded goal":"超出目标","Active":"活跃","today":"今天","Inactive":"不活跃","All Done!":"全部完成!","Select event...":"选择事件...","Create new habit":"创建新习惯","Edit habit":"编辑习惯","Habit type":"习惯类型","Daily habit":"每日习惯","Simple daily check-in habit":"简单的每日打卡习惯","Count habit":"计数习惯","Record numeric values, e.g., how many cups of water":"记录数值,例如喝了多少杯水","Mapping habit":"映射习惯","Use different values to map, e.g., emotion tracking":"使用不同的值进行映射,例如情绪追踪","Scheduled habit":"计划习惯","Habit with multiple events":"包含多个事件的习惯","Habit name":"习惯名称","Display name of the habit":"习惯的显示名称","Optional habit description":"可选的习惯描述","Icon":"图标","Please enter a habit name":"请输入习惯名称","Property name":"属性名称","The property name of the daily note front matter":"日记前置元数据的属性名称","Completion text":"完成文本","(Optional) Specific text representing completion, leave blank for any non-empty value to be considered completed":"(可选)表示完成的特定文本,留空则任何非空值都视为已完成","The property name in daily note front matter to store count values":"在日记前置元数据中存储计数值的属性名称","Minimum value":"最小值","(Optional) Minimum value for the count":"(可选)计数的最小值","Maximum value":"最大值","(Optional) Maximum value for the count":"(可选)计数的最大值","Unit":"单位","(Optional) Unit for the count, such as 'cups', 'times', etc.":"(可选)计数的单位,如'杯'、'次'等","Notice threshold":"提醒阈值","(Optional) Trigger a notification when this value is reached":"(可选)当达到此值时触发通知","The property name in daily note front matter to store mapping values":"在日记前置元数据中存储映射值的属性名称","Value mapping":"值映射","Define mappings from numeric values to display text":"定义从数值到显示文本的映射","Add new mapping":"添加新映射","Scheduled events":"计划事件","Add multiple events that need to be completed":"添加需要完成的多个事件","Event name":"事件名称","Event details":"事件详情","Add new event":"添加新事件","Please enter a property name":"请输入属性名称","Please add at least one mapping value":"请至少添加一个映射值","Mapping key must be a number":"映射键必须是数字","Please enter text for all mapping values":"请为所有映射值输入文本","Please add at least one event":"请至少添加一个事件","Event name cannot be empty":"事件名称不能为空","Add new habit":"添加新习惯","No habits yet":"暂无习惯","Click the button above to add your first habit":"点击上方按钮添加你的第一个习惯","Habit updated":"习惯已更新","Habit added":"习惯已添加","Delete habit":"删除习惯","This action cannot be undone.":"此操作无法撤销。","Habit deleted":"习惯已删除","You've Earned a Reward!":"你获得了一个奖励!","Your reward:":"你的奖励:","Image not found:":"未找到图片:","Claim Reward":"领取奖励","Skip":"跳过","Reward":"奖励","View & Index Configuration":"视图与索引配置","Enable task genius view will also enable the task genius indexer, which will provide the task genius view results from whole vault.":"启用 Task Genius 视图也将启用 Task Genius 索引器,它将提供来自整个保险库的 Task Genius 视图结果。","Use daily note path as date":"使用日记路径作为日期","If enabled, the daily note path will be used as the date for tasks.":"如果启用,日记路径将用作任务的日期。","Task Genius will use moment.js and also this format to parse the daily note path.":" Task Genius 将使用moment.js和此格式解析日记路径。","You need to set `yyyy` instead of `YYYY` in the format string. And `dd` instead of `DD`.":"在格式字符串中需要使用`yyyy`而不是`YYYY`,使用`dd`而不是`DD`。","Daily note format":"日记格式","Daily note path":"日记路径","Select the folder that contains the daily note.":"选择包含日记的文件夹。","Use as date type":"用作日期类型","You can choose due, start, or scheduled as the date type for tasks.":"你可以选择截止日期、开始日期或计划日期作为任务的日期类型。","Due":"截止","Start":"开始","Scheduled":"计划","Configure rewards for completing tasks. Define items, their occurrence chances, and conditions.":"配置完成任务的奖励。定义项目、它们的出现几率和条件。","Enable Rewards":"启用奖励","Toggle to enable or disable the reward system.":"切换以启用或禁用奖励系统。","Occurrence Levels":"出现等级","Define different levels of reward rarity and their probability.":"定义不同等级的奖励稀有度及其概率。","Chance must be between 0 and 100.":"几率必须在0到100之间。","Level Name (e.g., common)":"等级名称(例如,普通)","Chance (%)":"几率(%)","Delete Level":"删除等级","Add Occurrence Level":"添加出现等级","New Level":"新等级","Reward Items":"奖励项目","Manage the specific rewards that can be obtained.":"管理可以获得的特定奖励。","No levels defined":"未定义等级","Reward Name/Text":"奖励名称/文本","Inventory (-1 for ∞)":"库存(-1表示无限)","Invalid inventory number.":"无效的库存数量。","Condition (e.g., #tag AND project)":"条件(例如,#标签 AND 项目)","Image URL (optional)":"图片URL(可选)","Delete Reward Item":"删除奖励项目","No reward items defined yet.":"尚未定义奖励项目。","Add Reward Item":"添加奖励项目","New Reward":"新奖励","Configure habit settings, including adding new habits, editing existing habits, and managing habit completion.":"配置习惯设置,包括添加新习惯、编辑现有习惯和管理习惯完成情况。","Enable habits":"启用习惯","Task sorting is disabled or no sort criteria are defined in settings.":"任务排序已禁用或设置中未定义排序条件。","e.g. #tag1, #tag2, #tag3":"例如 #标签1, #标签2, #标签3","Overdue":"逾期","No tasks found for this tag.":"未找到此标签的任务。","New custom view":"新建自定义视图","Create custom view":"创建自定义视图","Edit view: ":"编辑视图:","Icon name":"图标名称","First day of week":"一周的第一天","Overrides the locale default for forecast views.":"覆盖预测视图的区域默认设置。","View type":"视图类型","Standard view":"标准视图","Two column view":"双列视图","Two column view settings":"双列视图设置","Group by task property":"按任务属性分组","Left column title":"左列标题","Right column title":"右列标题","Empty state text":"空状态文本","Hide completed and abandoned tasks":"隐藏已完成和已放弃的任务","Filter blanks":"过滤空白","Text contains":"文本包含","Tags include":"标签包含","Tags exclude":"标签排除","Project is":"项目是","Priority is":"优先级是","Status include":"状态包含","Status exclude":"状态排除","Due date is":"截止日期是","Start date is":"开始日期是","Scheduled date is":"计划日期是","Path includes":"路径包含","Path excludes":"路径排除","Sort Criteria":"排序条件","Define the order in which tasks should be sorted. Criteria are applied sequentially.":"定义任务排序的顺序。条件按顺序应用。","No sort criteria defined. Add criteria below.":"未定义排序条件。在下方添加条件。","Content":"内容","Ascending":"升序","Descending":"降序","Ascending: High -> Low -> None. Descending: None -> Low -> High":"升序:高 -> 低 -> 无。降序:无 -> 低 -> 高","Ascending: Earlier -> Later -> None. Descending: None -> Later -> Earlier":"升序:较早 -> 较晚 -> 无。降序:无 -> 较晚 -> 较早","Ascending respects status order (Overdue first). Descending reverses it.":"升序遵循状态顺序(逾期优先)。降序则相反。","Ascending: A-Z. Descending: Z-A":"升序:A-Z。降序:Z-A","Remove Criterion":"移除条件","Add Sort Criterion":"添加排序条件","Reset to Defaults":"重置为默认值","Has due date":"有截止日期","Has date":"有日期","No date":"无日期","Any":"任意","Has start date":"有开始日期","Has scheduled date":"有计划日期","Has created date":"有创建日期","Has completed date":"有完成日期","Only show tasks that match the completed date.":"仅显示匹配完成日期的任务。","Has recurrence":"有重复","Has property":"有属性","No property":"无属性","Unsaved Changes":"未保存的更改","Sort Tasks in Section":"对区间中的任务排序","Tasks sorted (using settings). Change application needs refinement.":"任务已排序(使用设置)。更改应用需要完善。","Sort Tasks in Entire Document":"对整个文档中的任务排序","Entire document sorted (using settings).":"整个文档已排序(使用设置)。","Tasks already sorted or no tasks found.":"任务已排序或未找到任务。","Task Handler":"任务处理器","Show progress bars based on heading":"基于标题显示进度条","Toggle this to enable showing progress bars based on heading.":"切换此选项以启用基于标题显示进度条。","# heading":"# 标题","Task Sorting":"任务排序","Configure how tasks are sorted in the document.":"配置文档中任务的排序方式。","Enable Task Sorting":"启用任务排序","Toggle this to enable commands for sorting tasks.":"切换此选项以启用排序任务的命令。","Use relative time for date":"使用相对时间表示日期","Use relative time for date in task list item, e.g. 'yesterday', 'today', 'tomorrow', 'in 2 days', '3 months ago', etc.":"在任务列表项中使用相对时间表示日期,例如 '昨天'、'今天'、'明天'、'2天后'、'3个月前' 等。","Enable inline editor":"启用内联编辑器","Enable inline editing of task content and metadata directly in task views. When disabled, tasks can only be edited in the source file.":"在任务视图中启用任务内容和元数据的内联编辑。禁用时,任务只能在源文件中编辑。","Ignore all tasks behind heading":"忽略标题后的所有任务","Enter the heading to ignore, e.g. '## Project', '## Inbox', separated by comma":"输入要忽略的标题,例如 '## 项目','## 收件箱',用逗号分隔","Focus all tasks behind heading":"聚焦标题后的所有任务","Enter the heading to focus, e.g. '## Project', '## Inbox', separated by comma":"输入要聚焦的标题,例如 '## 项目','## 收件箱',用逗号分隔","Enable rewards":"启用奖励","Reward display type":"奖励显示类型","Choose how rewards are displayed when earned.":"选择获得奖励时的显示方式。","Modal dialog":"模态对话框","Notice (Auto-accept)":"通知(自动接受)","Occurrence levels":"出现等级","Add occurrence level":"添加出现等级","Reward items":"奖励项目","Image url (optional)":"图片URL(可选)","Delete reward item":"删除奖励项目","Add reward item":"添加奖励项目","moved on":"移动于","Priority (High to Low)":"优先级(高到低)","Priority (Low to High)":"优先级(低到高)","Due Date (Earliest First)":"截止日期(最早优先)","Due Date (Latest First)":"截止日期(最晚优先)","Scheduled Date (Earliest First)":"计划日期(最早优先)","Scheduled Date (Latest First)":"计划日期(最晚优先)","Start Date (Earliest First)":"开始日期(最早优先)","Start Date (Latest First)":"开始日期(最晚优先)","Created Date":"创建日期","Overview":"概览","Dates":"日期","e.g. #tag1, #tag2":"例如 #标签1, #标签2","e.g. @home, @work":"例如 @家, @工作","Recurrence Rule":"重复规则","e.g. every day, every week":"例如 每天, 每周","Edit Task":"编辑任务","Load":"加载","filter group":"过滤器组","filter":"过滤器","Match":"匹配","All":"全部","Add filter group":"添加过滤器组","filter in this group":"此组中的过滤器","Duplicate filter group":"复制过滤器组","Remove filter group":"移除过滤器组","OR":"或","AND NOT":"且非","AND":"且","Remove filter":"移除过滤器","contains":"包含","does not contain":"不包含","is":"是","is not":"不是","starts with":"开始于","ends with":"结束于","is empty":"为空","is not empty":"不为空","is true":"为真","is false":"为假","is set":"已设置","is not set":"未设置","equals":"等于","NOR":"都不","Group by":"分组依据","Select which task property to use for creating columns":"选择用于创建列的任务属性","Hide empty columns":"隐藏空列","Hide columns that have no tasks.":"隐藏没有任务的列。","Default sort field":"默认排序字段","Default field to sort tasks by within each column.":"每列内任务排序的默认字段。","Default sort order":"默认排序顺序","Default order to sort tasks within each column.":"每列内任务排序的默认顺序。","Custom Columns":"自定义列","Configure custom columns for the selected grouping property":"为选定的分组属性配置自定义列","No custom columns defined. Add columns below.":"未定义自定义列。请在下方添加列。","Column Title":"列标题","Value":"值","Remove Column":"移除列","Add Column":"添加列","New Column":"新列","Reset Columns":"重置列","Task must have this priority (e.g., 1, 2, 3). You can also use 'none' to filter out tasks without a priority.":"任务必须具有此优先级(例如 1、2、3)。您也可以使用 'none' 来过滤掉没有优先级的任务。","Move all incomplete subtasks to another file":"将所有未完成的子任务移动到另一个文件","Move direct incomplete subtasks to another file":"将直接的未完成子任务移动到另一个文件","Filter":"过滤器","Reset Filter":"重置过滤器","Saved Filters":"已保存的过滤器","Manage Saved Filters":"管理已保存的过滤器","Filter applied: ":"已应用过滤器:","Recurrence date calculation":"重复日期计算","Choose how to calculate the next date for recurring tasks":"选择如何计算重复任务的下一个日期","Based on due date":"基于截止日期","Based on scheduled date":"基于计划日期","Based on current date":"基于当前日期","Task Gutter":"任务边栏","Configure the task gutter.":"配置任务边栏。","Enable task gutter":"启用任务边栏","Toggle this to enable the task gutter.":"切换此选项以启用任务边栏。","Incomplete Task Mover":"未完成任务移动器","Enable incomplete task mover":"启用未完成任务移动器","Toggle this to enable commands for moving incomplete tasks to another file.":"切换此选项以启用将未完成任务移动到另一个文件的命令。","Incomplete task marker type":"未完成任务标记类型","Choose what type of marker to add to moved incomplete tasks":"选择为移动的未完成任务添加什么类型的标记","Incomplete version marker text":"未完成版本标记文本","Text to append to incomplete tasks when moved (e.g., 'version 1.0')":"移动未完成任务时要附加的文本(例如 'version 1.0')","Incomplete date marker text":"未完成日期标记文本","Text to append to incomplete tasks when moved (e.g., 'moved on 2023-12-31')":"移动未完成任务时要附加的文本(例如 'moved on 2023-12-31')","Incomplete custom marker text":"未完成自定义标记文本","With current file link for incomplete tasks":"为未完成任务添加当前文件链接","A link to the current file will be added to the parent task of the moved incomplete tasks.":"将为移动的未完成任务的父任务添加指向当前文件的链接。","Line Number":"行号","Clear Date":"清除日期","Copy view":"复制视图","View copied successfully: ":"视图复制成功:","Copy of ":"副本 ","Copy view: ":"复制视图:","Creating a copy based on: ":"基于以下内容创建副本:","You can modify all settings below. The original view will remain unchanged.":"您可以修改下面的所有设置。原始视图将保持不变。","Tasks Plugin Detected":"检测到 Tasks 插件","Current status management and date management may conflict with the Tasks plugin. Please check the ":"当前的状态管理和日期管理可能与 Tasks 插件冲突。请查看","compatibility documentation":"兼容性文档"," for more information.":"以获取更多信息。","Auto Date Manager":"自动日期管理器","Automatically manage dates based on task status changes":"根据任务状态变化自动管理日期","Enable auto date manager":"启用自动日期管理器","Toggle this to enable automatic date management when task status changes. Dates will be added/removed based on your preferred metadata format (Tasks emoji format or Dataview format).":"切换此选项以在任务状态更改时启用自动日期管理。日期将根据您首选的元数据格式(Tasks 表情符号格式或 Dataview 格式)添加/删除。","Manage completion dates":"管理完成日期","Automatically add completion dates when tasks are marked as completed, and remove them when changed to other statuses.":"当任务标记为已完成时自动添加完成日期,当更改为其他状态时删除它们。","Manage start dates":"管理开始日期","Automatically add start dates when tasks are marked as in progress, and remove them when changed to other statuses.":"当任务标记为进行中时自动添加开始日期,当更改为其他状态时删除它们。","Manage cancelled dates":"管理取消日期","Automatically add cancelled dates when tasks are marked as abandoned, and remove them when changed to other statuses.":"当任务标记为已放弃时自动添加取消日期,当更改为其他状态时删除它们。","Copy View":"复制视图","Beta":"测试版","Beta Test Features":"测试版功能","Experimental features that are currently in testing phase. These features may be unstable and could change or be removed in future updates.":"当前处于测试阶段的实验性功能。这些功能可能不稳定,在未来的更新中可能会发生变化或被移除。","Beta Features Warning":"测试版功能警告","These features are experimental and may be unstable. They could change significantly or be removed in future updates due to Obsidian API changes or other factors. Please use with caution and provide feedback to help improve these features.":"这些功能是实验性的,可能不稳定。由于 Obsidian API 变化或其他因素,它们可能在未来的更新中发生重大变化或被移除。请谨慎使用并提供反馈以帮助改进这些功能。","Base View":"基础视图","Advanced view management features that extend the default Task Genius views with additional functionality.":"扩展默认 Task Genius 视图的高级视图管理功能,提供额外的功能。","Enable experimental Base View functionality. This feature provides enhanced view management capabilities but may be affected by future Obsidian API changes. You may need to restart Obsidian to see the changes.":"启用实验性基础视图功能。此功能提供增强的视图管理能力,但可能会受到未来 Obsidian API 变化的影响。您可能需要重启 Obsidian 才能看到变化。","You need to close all bases view if you already create task view in them and remove unused view via edit them manually when disable this feature.":"如果您已经在基础视图中创建了任务视图,当禁用此功能时,您需要关闭所有基础视图并通过手动编辑删除未使用的视图。","Enable Base View":"启用基础视图","Enable experimental Base View functionality. This feature provides enhanced view management capabilities but may be affected by future Obsidian API changes.":"启用实验性基础视图功能。此功能提供增强的视图管理能力,但可能会受到未来 Obsidian API 变化的影响。","Enable":"启用","Beta Feedback":"测试版反馈","Help improve these features by providing feedback on your experience.":"通过提供您的使用体验反馈来帮助改进这些功能。","Report Issues":"报告问题","If you encounter any issues with beta features, please report them to help improve the plugin.":"如果您在使用测试版功能时遇到任何问题,请报告它们以帮助改进插件。","Report Issue":"报告问题","Table":"表格","No Priority":"无优先级","Click to select date":"点击选择日期","Enter tags separated by commas":"输入标签,用逗号分隔","Enter project name":"输入项目名称","Enter context":"输入上下文","Invalid value":"无效值","No tasks":"无任务","1 task":"1 任务","Columns":"列","Toggle column visibility":"切换列可见性","Switch to List Mode":"切换到列表模式","Switch to Tree Mode":"切换到树形模式","Collapse":"折叠","Expand":"展开","Collapse subtasks":"折叠子任务","Expand subtasks":"展开子任务","Click to change status":"点击更改状态","Click to set priority":"点击设置优先级","Yesterday":"昨天","Click to edit date":"点击编辑日期","No tags":"无标签","Click to open file":"点击打开文件","No tasks found":"未找到任务","Completed Date":"完成日期","Loading...":"加载中...","Advanced Filtering":"高级过滤器","Use advanced multi-group filtering with complex conditions":"使用高级多组过滤器,支持复杂条件","Auto-assigned from path":"从路径自动分配","Auto-assigned from file metadata":"从文件元数据自动分配","Auto-assigned from config file":"从配置文件自动分配","Auto-assigned":"自动分配","Auto from path":"路径自动","Auto from metadata":"元数据自动","Auto from config":"配置自动","This project is automatically assigned and cannot be changed":"此项目是自动分配的,无法更改","You can override the auto-assigned project by entering a different value":"您可以通过输入不同的值来覆盖自动分配的项目","You can override the auto-assigned project":"您可以覆盖自动分配的项目","Add new task":"添加新任务","Add new sub-task":"添加新子任务","Start workflow":"开始工作流","Complete substage and move to":"完成子阶段并移动到","Continue":"继续","Timeline":"时间轴","Timeline Sidebar":"时间轴侧边栏","Open Timeline Sidebar":"打开时间轴侧边栏","Enable Timeline Sidebar":"启用时间轴侧边栏","Toggle this to enable the timeline sidebar view for quick access to your daily events and tasks.":"切换此选项以启用时间轴侧边栏视图,快速访问您的日常事件和任务。","Auto-open on startup":"启动时自动打开","Automatically open the timeline sidebar when Obsidian starts.":"在 Obsidian 启动时自动打开时间轴侧边栏。","Show completed tasks":"显示已完成任务","Include completed tasks in the timeline view. When disabled, only incomplete tasks will be shown.":"在时间轴视图中包含已完成的任务。禁用时,只显示未完成的任务。","Focus mode by default":"默认聚焦模式","Enable focus mode by default, which highlights today's events and dims past/future events.":"默认启用聚焦模式,突出显示今天的事件并淡化过去/未来的事件。","Maximum events to show":"最大显示事件数","Maximum number of events to display in the timeline. Higher numbers may affect performance.":"时间轴中显示的最大事件数。数字越高可能会影响性能。","Open Timeline":"打开时间轴","Click to open the timeline sidebar view.":"点击打开时间轴侧边栏视图。","Timeline sidebar opened":"时间轴侧边栏已打开","Go to today":"转到今天","Focus on today":"聚焦今天","No events to display":"没有事件可显示","Go to task":"转到任务","What's on your mind?":"你在想什么?","to":"到","Auto-moved":"自动移动","tasks to":"个任务到","Failed to auto-move tasks:":"自动移动任务失败:","Workflow created successfully":"工作流创建成功","No task structure found at cursor position":"在光标位置未找到任务结构","Use similar existing workflow":"使用类似的现有工作流","Create new workflow":"创建新工作流","No workflows defined. Create a workflow first.":"未定义工作流。请先创建一个工作流。","Workflow task created":"工作流任务已创建","Task converted to workflow root":"任务已转换为工作流根节点","Failed to convert task":"转换任务失败","No workflows to duplicate":"没有可复制的工作流","Duplicate":"复制","Workflow duplicated and saved":"工作流已复制并保存","Workflow created from task structure":"从任务结构创建了工作流","Create Quick Workflow":"创建快速工作流","Convert Task to Workflow":"将任务转换为工作流","Convert to Workflow Root":"转换为工作流根节点","Start Workflow Here":"在此开始工作流","Duplicate Workflow":"复制工作流","Simple Linear Workflow":"简单线性工作流","A basic linear workflow with sequential stages":"具有顺序阶段的基本线性工作流","To Do":"待办","Done":"完成","Project Management":"项目管理","Coding":"编程","Research Process":"研究流程","Academic or professional research workflow":"学术或专业研究工作流","Literature Review":"文献综述","Data Collection":"数据收集","Analysis":"分析","Writing":"写作","Published":"已发布","Custom Workflow":"自定义工作流","Create a custom workflow from scratch":"从头创建自定义工作流","Quick Workflow Creation":"快速工作流创建","Workflow Template":"工作流模板","Choose a template to start with or create a custom workflow":"选择一个模板开始或创建自定义工作流","Workflow Name":"工作流名称","A descriptive name for your workflow":"工作流的描述性名称","Enter workflow name":"输入工作流名称","Unique identifier (auto-generated from name)":"唯一标识符(从名称自动生成)","Optional description of the workflow purpose":"工作流目的的可选描述","Describe your workflow...":"描述您的工作流...","Preview of workflow stages (edit after creation for advanced options)":"工作流阶段预览(创建后编辑以获得高级选项)","Add Stage":"添加阶段","No stages defined. Choose a template or add stages manually.":"未定义阶段。选择模板或手动添加阶段。","Remove stage":"移除阶段","Create Workflow":"创建工作流","Please provide a workflow name and ID":"请提供工作流名称和ID","Please add at least one stage to the workflow":"请至少为工作流添加一个阶段","Discord":"Discord","Chat with us":"与我们聊天","Open Discord":"打开 Discord","Task Genius icons are designed by":"Task Genius 图标由以下设计师设计","Task Genius Icons":"Task Genius 图标","ICS Calendar Integration":"ICS 日历集成","Configure external calendar sources to display events in your task views.":"配置外部日历源以在任务视图中显示事件。","Add New Calendar Source":"添加新日历源","Global Settings":"全局设置","Enable Background Refresh":"启用后台刷新","Automatically refresh calendar sources in the background":"在后台自动刷新日历源","Global Refresh Interval":"全局刷新间隔","Default refresh interval for all sources (minutes)":"所有源的默认刷新间隔(分钟)","Maximum Cache Age":"最大缓存时间","How long to keep cached data (hours)":"保存缓存数据的时间(小时)","Network Timeout":"网络超时","Request timeout in seconds":"请求超时时间(秒)","Max Events Per Source":"每个源的最大事件数","Maximum number of events to load from each source":"从每个源加载的最大事件数","Default Event Color":"默认事件颜色","Default color for events without a specific color":"没有特定颜色的事件的默认颜色","Calendar Sources":"日历源","No calendar sources configured. Add a source to get started.":"未配置日历源。添加一个源开始使用。","ICS Enabled":"ICS 已启用","ICS Disabled":"ICS 已禁用","URL":"网址","Refresh":"刷新","min":"分钟","Color":"颜色","Edit this calendar source":"编辑此日历源","Sync":"同步","Sync this calendar source now":"立即同步此日历源","Syncing...":"正在同步...","Sync completed successfully":"同步成功完成","Sync failed: ":"同步失败:","Disable":"禁用","Disable this source":"禁用此源","Enable this source":"启用此源","Delete this calendar source":"删除此日历源","Are you sure you want to delete this calendar source?":"您确定要删除此日历源吗?","Edit ICS Source":"编辑 ICS 源","Add ICS Source":"添加 ICS 源","ICS Source Name":"ICS 源名称","Display name for this calendar source":"此日历源的显示名称","My Calendar":"我的日历","ICS URL":"ICS 网址","URL to the ICS/iCal file":"ICS/iCal 文件的网址","Whether this source is active":"此源是否处于活动状态","Refresh Interval":"刷新间隔","How often to refresh this source (minutes)":"刷新此源的频率(分钟)","Color for events from this source (optional)":"来自此源的事件颜色(可选)","Show Type":"显示类型","How to display events from this source in calendar views":"如何在日历视图中显示来自此源的事件","Event":"事件","Badge":"徽章","Show All-Day Events":"显示全天事件","Include all-day events from this source":"包含来自此源的全天事件","Show Timed Events":"显示定时事件","Include timed events from this source":"包含来自此源的定时事件","Authentication (Optional)":"身份验证(可选)","Authentication Type":"身份验证类型","Type of authentication required":"所需的身份验证类型","ICS Auth None":"无 ICS 身份验证","Basic Auth":"基本身份验证","Bearer Token":"Bearer 令牌","Custom Headers":"自定义标头","Text Replacements":"文本替换","Configure rules to modify event text using regular expressions":"配置使用正则表达式修改事件文本的规则","No text replacement rules configured":"未配置文本替换规则","Enabled":"已启用","Disabled":"已禁用","Target":"目标","Pattern":"模式","Replacement":"替换","Are you sure you want to delete this text replacement rule?":"您确定要删除此文本替换规则吗?","Add Text Replacement Rule":"添加文本替换规则","ICS Username":"ICS 用户名","ICS Password":"ICS 密码","ICS Bearer Token":"ICS Bearer 令牌","JSON object with custom headers":"带有自定义标头的 JSON 对象","Holiday Configuration":"节假日配置","Configure how holiday events are detected and displayed":"配置如何检测和显示节假日事件","Enable Holiday Detection":"启用节假日检测","Automatically detect and group holiday events":"自动检测和分组节假日事件","Status Mapping":"状态映射","Configure how ICS events are mapped to task statuses":"配置如何将 ICS 事件映射到任务状态","Enable Status Mapping":"启用状态映射","Automatically map ICS events to specific task statuses":"自动将 ICS 事件映射到特定任务状态","Grouping Strategy":"分组策略","How to handle consecutive holiday events":"如何处理连续的节假日事件","Show All Events":"显示所有事件","Show First Day Only":"仅显示第一天","Show Summary":"显示摘要","Show First and Last":"显示首末日","Maximum Gap Days":"最大间隔天数","Maximum days between events to consider them consecutive":"认为事件连续的最大间隔天数","Show in Forecast":"在预测中显示","Whether to show holiday events in forecast view":"是否在预测视图中显示节假日事件","Show in Calendar":"在日历中显示","Whether to show holiday events in calendar view":"是否在日历视图中显示节假日事件","Detection Patterns":"检测模式","Summary Patterns":"摘要模式","Regex patterns to match in event titles (one per line)":"在事件标题中匹配的正则表达式模式(每行一个)","Keywords":"关键词","Keywords to detect in event text (one per line)":"在事件文本中检测的关键词(每行一个)","Categories":"类别","Event categories that indicate holidays (one per line)":"表示节假日的事件类别(每行一个)","Group Display Format":"分组显示格式","Format for grouped holiday display. Use {title}, {count}, {startDate}, {endDate}":"分组节假日显示格式。使用 {title}、{count}、{startDate}、{endDate}","Override ICS Status":"覆盖 ICS 状态","Override original ICS event status with mapped status":"用映射状态覆盖原始 ICS 事件状态","Timing Rules":"时间规则","Past Events Status":"过去事件状态","Status for events that have already ended":"已结束事件的状态","Status Incomplete":"状态未完成","Status Complete":"状态已完成","Status Cancelled":"状态已取消","Status In Progress":"状态进行中","Status Question":"状态疑问","Current Events Status":"当前事件状态","Status for events happening today":"今天发生的事件状态","Future Events Status":"未来事件状态","Status for events in the future":"未来事件的状态","Property Rules":"属性规则","Optional rules based on event properties (higher priority than timing rules)":"基于事件属性的可选规则(优先级高于时间规则)","Holiday Status":"节假日状态","Status for events detected as holidays":"检测为节假日的事件状态","Use timing rules":"使用时间规则","Category Mapping":"类别映射","Map specific categories to statuses (format: category:status, one per line)":"将特定类别映射到状态(格式:类别:状态,每行一个)","Please enter a name for the source":"请输入源的名称","Please enter a URL for the source":"请输入源的网址","Please enter a valid URL":"请输入有效的网址","Edit Text Replacement Rule":"编辑文本替换规则","Rule Name":"规则名称","Descriptive name for this replacement rule":"此替换规则的描述性名称","Remove Meeting Prefix":"移除会议前缀","Whether this rule is active":"此规则是否处于活动状态","Target Field":"目标字段","Which field to apply the replacement to":"要应用替换的字段","Summary/Title":"摘要/标题","Location":"位置","All Fields":"所有字段","Pattern (Regular Expression)":"模式(正则表达式)","Regular expression pattern to match. Use parentheses for capture groups.":"要匹配的正则表达式模式。使用括号进行捕获组。","Text to replace matches with. Use $1, $2, etc. for capture groups.":"用于替换匹配项的文本。使用 $1、$2 等表示捕获组。","Regex Flags":"正则表达式标志","Regular expression flags (e.g., 'g' for global, 'i' for case-insensitive)":"正则表达式标志(例如,'g' 表示全局,'i' 表示不区分大小写)","Examples":"示例","Remove prefix":"移除前缀","Replace room numbers":"替换房间号","Swap words":"交换单词","Test Rule":"测试规则","Output: ":"输出:","Test Input":"测试输入","Enter text to test the replacement rule":"输入文本以测试替换规则","Please enter a name for the rule":"请输入规则名称","Please enter a pattern":"请输入模式","Invalid regular expression pattern":"无效的正则表达式模式","Enhanced Project Configuration":"增强项目配置","Configure advanced project detection and management features":"配置高级项目检测和管理功能","Enable enhanced project features":"启用增强项目功能","Enable path-based, metadata-based, and config file-based project detection":"启用基于路径、元数据和配置文件的项目检测","Path-based Project Mappings":"基于路径的项目映射","Configure project names based on file paths":"基于文件路径配置项目名称","No path mappings configured yet.":"尚未配置路径映射。","Mapping":"映射","Path pattern (e.g., Projects/Work)":"路径模式(例如,Projects/Work)","Add Path Mapping":"添加路径映射","Metadata-based Project Configuration":"基于元数据的项目配置","Configure project detection from file frontmatter":"配置从文件前言检测项目","Enable metadata project detection":"启用元数据项目检测","Detect project from file frontmatter metadata":"从文件前言元数据检测项目","Metadata key":"元数据键","The frontmatter key to use for project name":"用于项目名称的前言键","Inherit other metadata fields from file frontmatter":"从文件前言继承其他元数据字段","Allow subtasks to inherit metadata from file frontmatter. When disabled, only top-level tasks inherit file metadata.":"允许子任务从文件前言继承元数据。禁用时,只有顶级任务继承文件元数据。","Project Configuration File":"项目配置文件","Configure project detection from project config files":"配置从项目配置文件检测项目","Enable config file project detection":"启用配置文件项目检测","Detect project from project configuration files":"从项目配置文件检测项目","Config file name":"配置文件名","Name of the project configuration file":"项目配置文件的名称","Search recursively":"递归搜索","Search for config files in parent directories":"在父目录中搜索配置文件","Metadata Mappings":"元数据映射","Configure how metadata fields are mapped and transformed":"配置元数据字段如何映射和转换","No metadata mappings configured yet.":"尚未配置元数据映射。","Source key (e.g., proj)":"源键(例如,proj)","Select target field":"选择目标字段","Add Metadata Mapping":"添加元数据映射","Default Project Naming":"默认项目命名","Configure fallback project naming when no explicit project is found":"配置未找到明确项目时的后备项目命名","Enable default project naming":"启用默认项目命名","Use default naming strategy when no project is explicitly defined":"当没有明确定义项目时使用默认命名策略","Naming strategy":"命名策略","Strategy for generating default project names":"生成默认项目名称的策略","Use filename":"使用文件名","Use folder name":"使用文件夹名","Use metadata field":"使用元数据字段","Metadata field to use as project name":"用作项目名称的元数据字段","Enter metadata key (e.g., project-name)":"输入元数据键(例如,project-name)","Strip file extension":"去除文件扩展名","Remove file extension from filename when using as project name":"用作项目名称时从文件名中移除文件扩展名","Target type":"目标类型","Choose whether to capture to a fixed file or daily note":"选择是否捕获到固定文件或每日笔记","Fixed file":"固定文件","Daily note":"每日笔记","The file where captured text will be saved. You can include a path, e.g., 'folder/Quick Capture.md'. Supports date templates like {{DATE:YYYY-MM-DD}} or {{date:YYYY-MM-DD-HHmm}}":"保存捕获文本的文件。您可以包含路径,例如 'folder/Quick Capture.md'。支持日期模板,如 {{DATE:YYYY-MM-DD}} 或 {{date:YYYY-MM-DD-HHmm}}","Sync with Daily Notes plugin":"与每日笔记插件同步","Automatically sync settings from the Daily Notes plugin":"自动从每日笔记插件同步设置","Sync now":"立即同步","Daily notes settings synced successfully":"每日笔记设置同步成功","Daily Notes plugin is not enabled":"每日笔记插件未启用","Failed to sync daily notes settings":"同步每日笔记设置失败","Date format for daily notes (e.g., YYYY-MM-DD)":"每日笔记的日期格式(例如,YYYY-MM-DD,支持嵌套格式如 YYYY-MM/YYYY-MM-DD)","Daily note folder":"每日笔记文件夹","Folder path for daily notes (leave empty for root)":"每日笔记的文件夹路径(留空表示根目录)","Daily note template":"每日笔记模板","Template file path for new daily notes (optional)":"新每日笔记的模板文件路径(可选)","Target heading":"目标标题","Optional heading to append content under (leave empty to append to file)":"要在其下追加内容的可选标题(留空表示追加到文件)","How to add captured content to the target location":"如何将捕获的内容添加到目标位置","Append":"追加","Prepend":"前置","Replace":"替换","Enable auto-move for completed tasks":"为已完成任务启用自动移动","Automatically move completed tasks to a default file without manual selection.":"自动将已完成任务移动到默认文件,无需手动选择。","Default target file":"默认目标文件","Default file to move completed tasks to (e.g., 'Archive.md')":"移动已完成任务的默认文件(例如,'Archive.md')","Default insertion mode":"默认插入模式","Where to insert completed tasks in the target file":"在目标文件中插入已完成任务的位置","Default heading name":"默认标题名称","Heading name to insert tasks after (will be created if it doesn't exist)":"在其后插入任务的标题名称(如果不存在将创建)","Enable auto-move for incomplete tasks":"为未完成任务启用自动移动","Automatically move incomplete tasks to a default file without manual selection.":"自动将未完成任务移动到默认文件,无需手动选择。","Default target file for incomplete tasks":"未完成任务的默认目标文件","Default file to move incomplete tasks to (e.g., 'Backlog.md')":"移动未完成任务的默认文件(例如,'Backlog.md')","Default insertion mode for incomplete tasks":"未完成任务的默认插入模式","Where to insert incomplete tasks in the target file":"在目标文件中插入未完成任务的位置","Default heading name for incomplete tasks":"未完成任务的默认标题名称","Heading name to insert incomplete tasks after (will be created if it doesn't exist)":"在其后插入未完成任务的标题名称(如果不存在将创建)","Other settings":"其他设置","Use Task Genius icons":"使用 Task Genius 图标","Use Task Genius icons for task statuses":"为任务状态使用 Task Genius 图标","Customize the prefix used for context tags in dataview format (e.g., 'context' for [context:: home]). Changes require reindexing.":"自定义在 dataview 格式中用于上下文标签的前缀(例如,'context' 用于 [context:: home])。更改需要重新索引。","Customize the prefix used for context tags (e.g., '@home' for @home). Changes require reindexing.":"自定义用于上下文标签的前缀(例如,'@home' 用于 @home)。更改需要重新索引。","Area":"区域","File Parsing Configuration":"文件解析配置","Configure how to extract tasks from file metadata and tags.":"配置如何从文件元数据和标签中提取任务。","Enable file metadata parsing":"启用文件元数据解析","Parse tasks from file frontmatter metadata fields. When enabled, files with specific metadata fields will be treated as tasks.":"从文件前言元数据字段解析任务。启用时,具有特定元数据字段的文件将被视为任务。","File metadata parsing enabled. Rebuilding task index...":"文件元数据解析已启用。正在重建任务索引...","Task index rebuilt successfully":"任务索引重建成功","Failed to rebuild task index":"重建任务索引失败","Metadata fields to parse as tasks":"要解析为任务的元数据字段","Comma-separated list of metadata fields that should be treated as tasks (e.g., dueDate, todo, complete, task)":"应被视为任务的元数据字段的逗号分隔列表(例如,dueDate、todo、complete、task)","Task content from metadata":"来自元数据的任务内容","Which metadata field to use as task content. If not found, will use filename.":"用作任务内容的元数据字段。如果未找到,将使用文件名。","Default task status":"默认任务状态","Default status for tasks created from metadata (space for incomplete, x for complete)":"从元数据创建的任务的默认状态(空格表示未完成,x 表示已完成)","Enable tag-based task parsing":"启用基于标签的任务解析","Parse tasks from file tags. When enabled, files with specific tags will be treated as tasks.":"从文件标签解析任务。启用时,具有特定标签的文件将被视为任务。","Tags to parse as tasks":"要解析为任务的标签","Comma-separated list of tags that should be treated as tasks (e.g., #todo, #task, #action, #due)":"应被视为任务的标签的逗号分隔列表(例如,#todo、#task、#action、#due)","Enable worker processing":"启用工作线程处理","Use background worker for file parsing to improve performance. Recommended for large vaults.":"使用后台工作线程进行文件解析以提高性能。推荐用于大型库。","What do you want to do today?":"您今天想做什么?","More options":"更多选项","Hide weekends":"隐藏周末","Hide weekend columns (Saturday and Sunday) in calendar views.":"在日历视图中隐藏周末列(周六和周日)。","Hide weekend columns (Saturday and Sunday) in forecast calendar.":"在预测日历中隐藏周末列(周六和周日)。","Repeatable":"可重复","Final":"最终","Sequential":"顺序","Current: ":"当前:","completed":"已完成","Convert to workflow template":"转换为工作流模板","Start workflow here":"在此开始工作流","Create quick workflow":"创建快速工作流","Workflow not found":"未找到工作流","Stage not found":"未找到阶段","Current stage":"当前阶段","Type":"类型","Next":"下一个","Auto-move completed subtasks to default file":"自动将已完成的子任务移动到默认文件","Auto-move direct completed subtasks to default file":"自动将直接已完成的子任务移动到默认文件","Auto-move all subtasks to default file":"自动将所有子任务移动到默认文件","Auto-move incomplete subtasks to default file":"自动将未完成的子任务移动到默认文件","Auto-move direct incomplete subtasks to default file":"自动将直接未完成的子任务移动到默认文件","Convert task to workflow template":"将任务转换为工作流模板","Convert current task to workflow root":"将当前任务转换为工作流根","Duplicate workflow":"复制工作流","Workflow quick actions":"工作流快速操作","Workflow generated from task structure":"从任务结构生成的工作流","Workflow based on existing pattern":"基于现有模式的工作流","Matrix":"矩阵","More actions":"更多操作","Open in file":"在文件中打开","Copy task":"复制任务","Mark as urgent":"标记为紧急","Mark as important":"标记为重要","Overdue by {days} days":"逾期 {days} 天","Due today":"今天到期","Due tomorrow":"明天到期","Due in {days} days":"在 {days} 天内到期","Loading tasks...":"加载任务中...","task":"任务","No crisis tasks - great job!":"没有危机任务 - 干得好!","No planning tasks - consider adding some goals":"没有计划任务 - 考虑添加一些目标","No interruptions - focus time!":"没有干扰 - 专注时间!","No time wasters - excellent focus!":"没有时间浪费 - 出色的专注力!","No tasks in this quadrant":"此象限中没有任务","Handle immediately. These are critical tasks that need your attention now.":"立即处理。这些是需要您立即关注的关键任务。","Schedule and plan. These tasks are key to your long-term success.":"安排和计划。这些任务对您的长期成功至关重要。","Delegate if possible. These tasks are urgent but don't require your specific skills.":"如果可能,委托他人。这些任务紧急但不需要您特定的技能。","Eliminate or minimize. These tasks may be time wasters.":"消除或最小化。这些任务可能是时间浪费。","Review and categorize these tasks appropriately.":"适当地审查和分类这些任务。","Urgent & Important":"紧急 & 重要","Do First - Crisis & emergencies":"优先处理 - 危机与紧急情况","Not Urgent & Important":"不紧急 & 重要","Schedule - Planning & development":"安排 - 规划与发展","Urgent & Not Important":"紧急 & 不重要","Delegate - Interruptions & distractions":"委托 - 干扰与分心","Not Urgent & Not Important":"不紧急 & 不重要","Eliminate - Time wasters":"消除 - 时间浪费","Task Priority Matrix":"任务优先级矩阵","Created Date (Newest First)":"创建日期(最新优先)","Created Date (Oldest First)":"创建日期(最早优先)","Toggle empty columns":"切换空列显示","Failed to update task":"更新任务失败","Remove urgent tag":"移除紧急标签","Remove important tag":"移除重要标签","Loading more tasks...":"加载更多任务...","On Completion":"完成时操作","Action to execute on completion":"完成时执行的操作","Configuration is valid":"配置有效","Action Type":"操作类型","Select action type":"选择操作类型","Keep":"保留","Move":"移动","Archive":"归档","Target File":"目标文件","Select target file":"选择目标文件","Target Section":"目标章节","Section name (optional)":"章节名称(可选)","Create section if not exists":"如果不存在则创建章节","Task IDs":"任务ID","Task IDs to complete (comma-separated)":"要完成的任务ID(逗号分隔)","Archive File":"归档文件","Archive Section":"归档章节","Include metadata in duplicate":"在复制中包含元数据","Invalid JSON format":"无效的JSON格式","Action type is required":"操作类型是必需的","Target file is required for move action":"移动操作需要目标文件","Task IDs are required for complete action":"完成操作需要任务ID","Archive file is required for archive action":"归档操作需要归档文件","Enable OnCompletion":"启用完成时操作","Enable automatic actions when tasks are completed":"启用任务完成时的自动操作","Default Archive File":"默认归档文件","Default file for archive action":"归档操作的默认文件","Default Archive Section":"默认归档章节","Default section for archive action":"归档操作的默认章节","Show Advanced Options":"显示高级选项","Show advanced configuration options in task editors":"在任务编辑器中显示高级配置选项","Select action type...":"选择操作类型...","Delete task":"删除任务","Delete Task":"删除任务","Delete task only":"仅删除该任务","Delete task and all subtasks":"删除任务及所有子任务","This task has {n} subtasks. How would you like to proceed?":"该任务有 {n} 个子任务。您希望如何处理?","Are you sure you want to delete this task?":"您确定要删除这个任务吗?","Task deleted":"任务已删除","Failed to delete task":"删除任务失败","Keep task":"保留任务","Complete related tasks":"完成相关任务","Move task":"移动任务","Archive task":"归档任务","Duplicate task":"复制任务","Enter task IDs separated by commas":"输入用逗号分隔的任务 ID","Comma-separated list of task IDs to complete when this task is completed":"当此任务完成时要完成的任务 ID 逗号分隔列表","Path to target file":"目标文件路径","Target Section (Optional)":"目标章节(可选)","Section name in target file":"目标文件中的章节名称","Archive File (Optional)":"归档文件(可选)","Default: Archive/Completed Tasks.md":"默认:Archive/Completed Tasks.md","Archive Section (Optional)":"归档章节(可选)","Default: Completed Tasks":"默认:已完成任务","Target File (Optional)":"目标文件(可选)","Default: same file":"默认:同一文件","Preserve Metadata":"保留元数据","Keep completion dates and other metadata in the duplicated task":"在复制的任务中保留完成日期和其他元数据","Overdue by":"逾期","days":"天","Due in":"到期","Folder":"文件夹","Refresh Statistics":"刷新统计","Manually refresh filter statistics to see current data":"手动刷新筛选统计以查看当前数据","Refreshing...":"刷新中...","No filter data available":"没有可用的筛选数据","Error loading statistics":"加载统计错误","Configure checkbox status settings":"配置复选框状态设定","Auto complete parent checkbox":"自动完成父级复选框","Toggle this to allow this plugin to auto complete parent checkbox when all child tasks are completed.":"切换此选项以允许此插件在所有子任务完成时自动完成父级复选框。","When some but not all child tasks are completed, mark the parent checkbox as 'In Progress'. Only works when 'Auto complete parent' is enabled.":"当部分子任务完成但不是全部完成时,将父级复选框标记为“进行中”。仅在启用“自动完成父级”时才会作用。","Select a predefined checkbox status collection or customize your own":"选择预定义的复选框状态集合或自定义您自己的","Checkbox Switcher":"复选框切换器","Enable checkbox status switcher":"启用复选框状态切换器","Replace default checkboxes with styled text marks that follow your checkbox status cycle when clicked.":"用样式化的文字标记取代默认复选框,点击时遵循您的复选框状态循环。","Make the text mark in source mode follow the checkbox status cycle when clicked.":"使原始模式中的文字标记在点击时遵循复选框状态循环。","Automatically manage dates based on checkbox status changes":"根据复选框状态变化自动管理日期","Toggle this to enable automatic date management when checkbox status changes. Dates will be added/removed based on your preferred metadata format (Tasks emoji format or Dataview format).":"切换此选项以启用复选框状态变化时的自动日期管理。将根据您喜好的元数据格式(任务表情格式或 Dataview 格式)添加/移除日期。","Default view mode":"默认视图模式","Choose the default display mode for all views. This affects how tasks are displayed when you first open a view or create a new view.":"选择所有视图的默认显示模式。这影响您第一次打开视图或创建新视图时任务的显示方式。","List View":"列表视图","Tree View":"树状视图","Global Filter Configuration":"全局筛选配置","Configure global filter rules that apply to all Views by default. Individual Views can override these settings.":"配置默认应用于所有视图的全局筛选规则。单个视图可以覆盖这些设定。","Cancelled Date":"取消日期","Depends On":"依赖于","Task IDs separated by commas":"用逗号分隔的任务 ID","Task ID":"任务 ID","Unique task identifier":"唯一任务标识符","Action to execute when task is completed":"任务完成时执行的操作","Comma-separated list of task IDs this task depends on":"此任务依赖的任务 ID 逗号分隔列表","Unique identifier for this task":"此任务的唯一标识符","Quadrant Classification Method":"象限分类方法","Choose how to classify tasks into quadrants":"选择如何将任务分类到象限中","Urgent Priority Threshold":"紧急优先级阈值","Tasks with priority >= this value are considered urgent (1-5)":"优先级 >= 此值的任务被视为紧急(1-5)","Important Priority Threshold":"重要优先级阈值","Tasks with priority >= this value are considered important (1-5)":"优先级 >= 此值的任务被视为重要(1-5)","Urgent Tag":"紧急标签","Tag to identify urgent tasks (e.g., #urgent, #fire)":"识别紧急任务的标签(例如 #urgent, #fire)","Important Tag":"重要标签","Tag to identify important tasks (e.g., #important, #key)":"识别重要任务的标签(例如 #important, #key)","Urgent Threshold Days":"紧急阈值天数","Tasks due within this many days are considered urgent":"在这么多天内到期的任务被视为紧急","Auto Update Priority":"自动更新优先级","Automatically update task priority when moved between quadrants":"在象限间移动时自动更新任务优先级","Auto Update Tags":"自动更新标签","Automatically add/remove urgent/important tags when moved between quadrants":"在象限间移动时自动添加/移除紧急/重要标签","Hide Empty Quadrants":"隐藏空象限","Hide quadrants that have no tasks":"隐藏没有任务的象限","Configure On Completion Action":"配置完成时操作","URL to the ICS/iCal file (supports http://, https://, and webcal:// protocols)":"ICS/iCal 文件的 URL(支持 http://、https:// 和 webcal:// 协议)","Task mark display style":"任务标记显示样式","Choose how task marks are displayed: default checkboxes, custom text marks, or Task Genius icons.":"选择任务标记的显示方式:默认复选框、自定义文字标记或 Task Genius 图标。","Default checkboxes":"默认复选框","Custom text marks":"自定义文字标记","Task Genius icons":"Task Genius 图标","Time Parsing Settings":"时间解析设定","Enable Time Parsing":"启用时间解析","Automatically parse natural language time expressions in Quick Capture":"在快速捕获中自动解析自然语言时间表达式","Remove Original Time Expressions":"移除原始时间表达式","Remove parsed time expressions from the task text":"从任务文字中移除已解析的时间表达式","Supported Languages":"支持的语言","Currently supports English and Chinese time expressions. More languages may be added in future updates.":"目前支持英文和中文时间表达式。未来更新中可能会添加更多语言。","Date Keywords Configuration":"日期关键词配置","Start Date Keywords":"开始日期关键词","Keywords that indicate start dates (comma-separated)":"指示开始日期的关键词(逗号分隔)","Due Date Keywords":"到期日期关键词","Keywords that indicate due dates (comma-separated)":"指示到期日期的关键词(逗号分隔)","Scheduled Date Keywords":"安排日期关键词","Keywords that indicate scheduled dates (comma-separated)":"指示安排日期的关键词(逗号分隔)","Configure...":"配置...","Collapse quick input":"折叠快速输入","Expand quick input":"展开快速输入","Set Priority":"设定优先级","Clear Flags":"清除标志","Filter by Priority":"按优先级筛选","New Project":"新项目","Archive Completed":"归档已完成","Project Statistics":"项目统计","Manage Tags":"管理标签","Time Parsing":"时间解析","Minimal Quick Capture":"最小化快速捕获","Enter your task...":"输入您的任务...","Set date":"设定日期","Set location":"设定位置","Add tags":"添加标签","Day after tomorrow":"后天","Next week":"下周","Next month":"下月","Choose date...":"选择日期...","Fixed location":"固定位置","Date":"日期","Add date (triggers ~)":"添加日期(触发符 ~)","Set priority (triggers !)":"设定优先级(触发符 !)","Target Location":"目标位置","Set target location (triggers *)":"设定目标位置(触发符 *)","Add tags (triggers #)":"添加标签(触发符 #)","Minimal Mode":"最小化模式","Enable minimal mode":"启用最小化模式","Enable simplified single-line quick capture with inline suggestions":"启用简化的单行快速捕获和内嵌建议","Suggest trigger character":"建议触发字符","Character to trigger the suggestion menu":"触发建议菜单的字符","Highest Priority":"最高优先级","🔺 Highest priority task":"🔺 最高优先级任务","Highest priority set":"已设定最高优先级","⏫ High priority task":"⏫ 高优先级任务","High priority set":"已设定高优先级","🔼 Medium priority task":"🔼 中等优先级任务","Medium priority set":"已设定中等优先级","🔽 Low priority task":"🔽 低优先级任务","Low priority set":"已设定低优先级","Lowest Priority":"最低优先级","⏬ Lowest priority task":"⏬ 最低优先级任务","Lowest priority set":"已设定最低优先级","Set due date to today":"设定到期日期为今天","Due date set to today":"已设定到期日期为今天","Set due date to tomorrow":"设定到期日期为明天","Due date set to tomorrow":"已设定到期日期为明天","Pick Date":"选择日期","Open date picker":"打开日期选择器","Set scheduled date":"设定安排日期","Scheduled date set":"已设定安排日期","Save to inbox":"保存到收件箱","Target set to Inbox":"已设定目标为收件箱","Daily Note":"日记","Save to today's daily note":"保存到今天的日记","Target set to Daily Note":"已设定目标为日记","Current File":"当前文件","Save to current file":"保存到当前文件","Target set to Current File":"已设定目标为当前文件","Choose File":"选择文件","Open file picker":"打开文件选择器","Save to recent file":"保存到最近文件","Target set to":"已设定目标为","Important":"重要","Tagged as important":"已标记为重要","Urgent":"紧急","Tagged as urgent":"已标记为紧急","Work":"工作","Work related task":"工作相关任务","Tagged as work":"已标记为工作","Personal":"个人","Personal task":"个人任务","Tagged as personal":"已标记为个人","Choose Tag":"选择标签","Open tag picker":"打开标签选择器","Existing tag":"现有标签","Tagged with":"已标记为","Toggle quick capture panel in editor":"在编辑器中切换快速捕获面板","Toggle quick capture panel in editor (Globally)":"在编辑器中切换快速捕获面板(全局)","Selected Mode":"Selected Mode","Features that will be enabled":"Features that will be enabled","Don't worry! You can customize any of these settings later in the plugin settings.":"Don't worry! You can customize any of these settings later in the plugin settings.","Available views":"Available views","Key settings":"Key settings","Progress bars":"Progress bars","Enabled (both graphical and text)":"Enabled (both graphical and text)","Task status switching":"Task status switching","Workflow management":"Workflow management","Reward system":"Reward system","Habit tracking":"Habit tracking","Performance optimization":"Performance optimization","Configuration Changes":"Configuration Changes","Your custom views will be preserved":"Your custom views will be preserved","New views to be added":"New views to be added","Existing views to be updated":"Existing views to be updated","Feature changes":"Feature changes","Only template settings will be applied. Your existing custom configurations will be preserved.":"Only template settings will be applied. Your existing custom configurations will be preserved.","Congratulations!":"Congratulations!","Task Genius has been configured with your selected preferences":"Task Genius has been configured with your selected preferences","Your Configuration":"Your Configuration","Quick Start Guide":"Quick Start Guide","What's next?":"What's next?","Open Task Genius view from the left ribbon":"Open Task Genius view from the left ribbon","Create your first task using Quick Capture":"Create your first task using Quick Capture","Explore different views to organize your tasks":"Explore different views to organize your tasks","Customize settings anytime in plugin settings":"Customize settings anytime in plugin settings","Helpful Resources":"Helpful Resources","Complete guide to all features":"Complete guide to all features","Community":"社区","Get help and share tips":"获得帮助和分享技巧","Customize Task Genius":"自定义 Task Genius","Click the Task Genius icon in the left sidebar":"点击左侧边栏的 Task Genius 图标","Start with the Inbox view to see all your tasks":"从收件箱视图开始查看所有任务","Use quick capture panel to quickly add your first task":"使用快速捕获面板快速添加第一个任务","Try the Forecast view to see tasks by date":"尝试预测视图按日期查看任务","Open Task Genius and explore the available views":"打开 Task Genius 并探索可用视图","Set up a project using the Projects view":"使用项目视图设置项目","Try the Kanban board for visual task management":"尝试看板进行可视化任务管理","Use workflow stages to track task progress":"使用工作流阶段跟踪任务进度","Explore all available views and their configurations":"探索所有可用视图及其配置","Set up complex workflows for your projects":"为项目设置复杂工作流","Configure habits and rewards to stay motivated":"配置习惯和奖励以保持动力","Integrate with external calendars and systems":"与外部日历和系统集成","Open Task Genius from the left sidebar":"从左侧边栏打开 Task Genius","Create your first task":"创建您的第一个任务","Explore the different views available":"探索不同的可用视图","Customize settings as needed":"根据需要自定义设置","Thank you for your positive feedback!":"感谢您的正面反馈!","Thank you for your feedback. We'll continue improving the experience.":"感谢您的反馈。我们将继续改善使用体验。","Share detailed feedback":"分享详细反馈","Skip onboarding":"跳过引导","Back":"返回","Welcome to Task Genius":"欢迎使用 Task Genius","Transform your task management with advanced progress tracking and workflow automation":"通过高级进度跟踪和工作流自动化转变您的任务管理","Progress Tracking":"进度跟踪","Visual progress bars and completion tracking for all your tasks":"为所有任务提供可视化进度条和完成跟踪","Organize tasks by projects with advanced filtering and sorting":"使用高级筛选和排序按项目组织任务","Workflow Automation":"工作流自动化","Automate task status changes and improve your productivity":"自动化任务状态变更并提高生产力","Multiple Views":"多种视图","Kanban boards, calendars, Gantt charts, and more visualization options":"看板、日历、甘特图和更多可视化选项","This quick setup will help you configure Task Genius based on your experience level and needs. You can always change these settings later.":"这个快速设置将根据您的经验水平和需求帮助您配置 Task Genius。您随时可以稍后更改这些设置。","Choose Your Usage Mode":"选择您的使用模式","Select the configuration that best matches your task management experience":"选择最符合您任务管理经验的配置","Configuration Preview":"配置预览","Review the settings that will be applied for your selected mode":"查看将应用于您选择模式的设置","Include task creation guide":"包含任务创建指南","Show a quick tutorial on creating your first task":"显示创建第一个任务的快速教程","Create Your First Task":"创建您的第一个任务","Learn how to create and format tasks in Task Genius":"学习如何在 Task Genius 中创建和格式化任务","Setup Complete!":"设置完成!","Task Genius is now configured and ready to use":"Task Genius 已配置完成且可以使用","Start Using Task Genius":"开始使用 Task Genius","Task Genius Setup":"Task Genius 设置","Skip setup":"跳过设置","We noticed you've already configured Task Genius":"我们注意到您已经配置了 Task Genius","Your current configuration includes:":"您当前的配置包括:","Would you like to run the setup wizard anyway?":"您还是想要运行设置向导吗?","Yes, show me the setup wizard":"是的,显示设置向导","No, I'm happy with my current setup":"不用,我满意当前的设置","Learn the different ways to create and format tasks in Task Genius. You can use either emoji-based or Dataview-style syntax.":"学习在 Task Genius 中创建和格式化任务的不同方式。您可以使用表情符号或 Dataview 风格的语法。","Task Format Examples":"任务格式示例","Basic Task":"基本任务","With Emoji Metadata":"使用表情符号元数据","📅 = Due date, 🔺 = High priority, #project/ = Docs project tag":"📅 = 截止日期,🔺 = 高优先级,#project/ = 文档项目标签","With Dataview Metadata":"使用 Dataview 元数据","Mixed Format":"混合格式","Combine emoji and dataview syntax as needed":"根据需要组合表情符号和 Dataview 语法","Task Status Markers":"任务状态标记","Not started":"未开始","In progress":"进行中","Common Metadata Symbols":"常用元数据符号","Due date":"截止日期","Start date":"开始日期","Scheduled date":"计划日期","Higher priority":"较高优先级","Lower priority":"较低优先级","Recurring task":"重复任务","Project/tag":"项目/标签","Use quick capture panel to quickly capture tasks from anywhere in Obsidian.":"使用快速捕获面板从 Obsidian 的任何地方快速捕获任务。","Try Quick Capture":"尝试快速捕获","Quick capture is now enabled in your configuration!":"快速捕获现已在您的配置中启用!","Failed to open quick capture. Please try again later.":"无法打开快速捕获。请稍后再试。","Try It Yourself":"自己试试","Practice creating a task with the format you prefer:":"练习使用您喜欢的格式创建任务:","Practice Task":"练习任务","Enter a task using any of the formats shown above":"使用上述任何格式输入任务","- [ ] Your task here":"- [ ] 您的任务在此","Validate Task":"验证任务","Please enter a task to validate":"请输入任务以进行验证","This doesn't look like a valid task. Tasks should start with '- [ ]'":"这看起来不像有效的任务。任务应以 '- [ ]' 开头","Valid task format!":"有效的任务格式!","Emoji metadata":"表情符号元数据","Dataview metadata":"Dataview 元数据","Project tags":"项目标签","Detected features: ":"检测到的功能:","Onboarding":"新手引导","Restart the welcome guide and setup wizard":"重新启动欢迎指南和设置向导","Restart Onboarding":"重新开始引导","Copy":"复制","Copied!":"已复制!","MCP integration is only available on desktop":"MCP 集成仅在桌面版可用","MCP Server Status":"MCP 服务器状态","Enable MCP Server":"启用 MCP 服务器","Start the MCP server to allow external tool connections":"启动 MCP 服务器以允许外部工具连接","WARNING: Enabling the MCP server will allow external AI tools and applications to access and modify your task data. This includes:\n\n• Reading all tasks and their details\n• Creating new tasks\n• Updating existing tasks\n• Deleting tasks\n• Accessing task metadata and properties\n\nOnly enable this if you trust the applications that will connect to the MCP server. Make sure to keep your authentication token secure.\n\nDo you want to continue?":"警告:启用 MCP 服务器将允许外部 AI 工具和应用程序访问和修改您的任务数据。这包括:\n\n• 读取所有任务及其详细信息\n• 创建新任务\n• 更新现有任务\n• 删除任务\n• 访问任务元数据和属性\n\n仅在您信任将连接到 MCP 服务器的应用程序时才启用此功能。请确保您的身份验证令牌安全。\n\n您要继续吗?","MCP Server enabled. Keep your authentication token secure!":"MCP 服务器已启用。请保管好您的身份验证令牌!","Server Configuration":"服务器配置","Host":"主机","Server host address. Use 127.0.0.1 for local only, 0.0.0.0 for all interfaces":"服务器主机地址。使用 127.0.0.1 仅限本地,使用 0.0.0.0 用于所有接口","Security Warning":"安全警告","⚠️ **WARNING**: Switching to 0.0.0.0 will make the MCP server accessible from external networks.\n\nThis could expose your Obsidian data to:\n- Other devices on your local network\n- Potentially the internet if your firewall is misconfigured\n\n**Only proceed if you:**\n- Understand the security implications\n- Have properly configured your firewall\n- Need external access for legitimate reasons\n\nAre you sure you want to continue?":"⚠️ **警告**:切换到 0.0.0.0 将使 MCP 服务器可从外部网络访问。\n\n这可能会将您的 Obsidian 数据暴露给:\n- 您本地网络上的其他设备\n- 如果您的防火墙配置不当,可能暴露到互联网\n\n**仅在符合以下条件时继续:**\n- 您了解安全影响\n- 已正确配置防火墙\n- 因合法原因需要外部访问\n\n您确定要继续吗?","Yes, I understand the risks":"是的,我了解风险","Host changed to 0.0.0.0. Server is now accessible from external networks.":"主机已更改为 0.0.0.0。服务器现在可从外部网络访问。","Port":"端口","Server port number (default: 7777)":"服务器端口号(默认:7777)","Authentication":"身份验证","Authentication Token":"身份验证令牌","Bearer token for authenticating MCP requests (keep this secret)":"用于验证 MCP 请求的 Bearer 令牌(请保密)","Show":"显示","Hide":"隐藏","Token copied to clipboard":"令牌已复制到剪贴板","Regenerate":"重新生成","New token generated":"已生成新令牌","Advanced Settings":"高级设置","Enable CORS":"启用 CORS","Allow cross-origin requests (required for web clients)":"允许跨源请求(Web 客户端所需)","Log Level":"日志级别","Logging verbosity for debugging":"用于调试的日志详细程度","Error":"错误","Warning":"警告","Info":"信息","Debug":"调试","Server Actions":"服务器操作","Test Connection":"测试连接","Test the MCP server connection":"测试 MCP 服务器连接","Test":"测试","Testing...":"测试中...","Connection test successful! MCP server is working.":"连接测试成功!MCP 服务器正在工作。","Connection test failed: ":"连接测试失败:","Restart Server":"重新启动服务器","Stop and restart the MCP server":"停止并重新启动 MCP 服务器","Restart":"重新启动","MCP server restarted":"MCP 服务器已重新启动","Failed to restart server: ":"重新启动服务器失败:","Use Next Available Port":"使用下一个可用端口","Port updated to ":"端口已更新为 ","No available port found in range":"在范围内找不到可用的端口","Client Configuration":"客户端配置","Authentication Method":"身份验证方法","Choose the authentication method for client configurations":"选择客户端配置的身份验证方法","Method B: Combined Bearer (Recommended)":"方法 B:组合 Bearer(推荐)","Method A: Custom Headers":"方法 A:自定义头部","Supported Authentication Methods:":"支持的身份验证方法:","API Documentation":"API 文档","Server Endpoint":"服务器端点","Copy URL":"复制 URL","Available Tools":"可用工具","Loading tools...":"加载工具中...","No tools available":"没有可用的工具","Failed to load tools. Is the MCP server running?":"加载工具失败。MCP 服务器是否正在运行?","Example Request":"示例请求","MCP Server not initialized":"MCP 服务器未初始化","Running":"运行中","Stopped":"已停止","Uptime":"运行时间","Requests":"请求数","Toggle this to enable Org-mode style quick capture panel.":"切换此选项以启用 Org-mode 风格的快速捕获面板。","Auto-add task prefix":"自动添加任务前缀","Automatically add task checkbox prefix to captured content":"自动在捕获的内容前添加任务复选框前缀","Task prefix format":"任务前缀格式","The prefix to add before captured content (e.g., '- [ ]' for task, '- ' for list item)":"在捕获内容前添加的前缀(例如,'- [ ]' 用于任务,'- ' 用于列表项)","Search settings...":"搜索设置...","Search settings":"搜索设置","Clear search":"清除搜索","Search results":"搜索结果","No settings found":"找不到设置","Project Tree View Settings":"项目树视图设置","Configure how projects are displayed in tree view.":"配置项目在树视图中的显示方式。","Default project view mode":"默认项目视图模式","Choose whether to display projects as a flat list or hierarchical tree by default.":"选择默认以平面列表或层级树显示项目。","Auto-expand project tree":"自动展开项目树","Automatically expand all project nodes when opening the project view in tree mode.":"在树模式中打开项目视图时自动展开所有项目节点。","Show empty project folders":"显示空的项目文件夹","Display project folders even if they don't contain any tasks.":"即使项目文件夹不包含任何任务也显示。","Project path separator":"项目路径分隔符","Character used to separate project hierarchy levels (e.g., '/' in 'Project/SubProject').":"用于分隔项目层级的字符(例如 'Project/SubProject' 中的 '/')。","Enable dynamic metadata positioning":"启用动态元数据定位","Intelligently position task metadata. When enabled, metadata appears on the same line as short tasks and below long tasks. When disabled, metadata always appears below the task content.":"智能定位任务元数据。启用时,元数据会与短任务显示在同一行,长任务则显示在下方。禁用时,元数据总是显示在任务内容下方。","Toggle tree/list view":"切换树状/列表视图","Clear date":"清除日期","Clear priority":"清除优先级","Clear all tags":"清除所有标签","🔺 Highest priority":"🔺 最高优先级","⏫ High priority":"⏫ 高优先级","🔼 Medium priority":"🔼 中优先级","🔽 Low priority":"🔽 低优先级","⏬ Lowest priority":"⏬ 最低优先级","Fixed File":"固定文件","Save to Inbox.md":"保存至 Inbox.md","Open Task Genius Setup":"打开 Task Genius 设置","Open Task Genius settings":"打开 Task Genius 设置","Open Task Genius settings modal":"打开 Task Genius 设置面板","Search Results":"搜索结果","results":"个结果","MCP Integration":"MCP 集成","Beginner":"初学者","Basic task management with essential features":"基础任务管理与必要功能","Basic progress bars":"基础进度条","Essential views (Inbox, Forecast, Projects)":"必要视图(收件箱、预测、项目)","Simple task status tracking":"简单任务状态跟踪","Quick task capture":"快速任务捕获","Date picker functionality":"日期选择功能","Project management with enhanced workflows":"项目管理与增强工作流","Full progress bar customization":"完整进度条自定义","Extended views (Kanban, Calendar, Table)":"扩展视图(看板、日历、表格)","Project management features":"项目管理功能","Basic workflow automation":"基础工作流自动化","Advanced filtering and sorting":"高级筛选与排序","Power User":"高级用户","Full-featured experience with all capabilities":"完整功能体验与所有能力","All views and advanced configurations":"所有视图与高级配置","Complex workflow definitions":"复杂工作流定义","Reward and habit tracking systems":"奖励与习惯跟踪系统","Performance optimizations":"性能优化","Advanced integrations":"高级集成","Experimental features":"实验性功能","Timeline and calendar sync":"时间线与日历同步","Not configured":"未配置","Custom":"自定义","Custom views created":"已创建自定义视图","Progress bar settings modified":"已修改进度条设置","Task status settings configured":"已配置任务状态设置","Quick capture configured":"已配置快速捕获","Workflow settings enabled":"已启用工作流设置","Advanced features enabled":"已启用高级功能","File parsing customized":"已自定义文件解析","Quick Name Templates":"快速名称模板","Quick Name Templates:":"快速名称模板:","Manage file name templates for quick selection in File mode":"管理文件模式中快速选择的文件名模板","Enter template...":"输入模板...","Add Template":"添加模板","Select a template...":"选择模板...","Enter file name...":"输入文件名...","File Name":"文件名","kanban.cycleSelector":"选择状态周期","kanban.allCycles":"所有周期","kanban.otherColumn":"其他","kanban.noCyclesAvailable":"无可用周期","Hide this column":"隐藏此列","Hidden Columns":"已隐藏的列","Columns that are currently hidden from view. Click the eye icon to show them again.":"当前隐藏的列。点击眼睛图标可重新显示。","Unhide column":"显示列","Timer Statistics":"计时统计","Active Timers":"活跃计时器","Active timers":"活跃计时器","No active timers":"暂无活跃计时器","Tasks in Current View":"当前视图中的任务","No tasks with active timers in this view":"此视图中没有正在计时的任务","Total Time":"总计时","Total Timers":"计时器总数","Paused":"已暂停","Completed Timers":"已完成的计时","No completed timers":"暂无已完成的计时","Completed at":"完成于","Pause":"暂停","Resume":"继续","Stop":"停止","Untitled":"未命名","Start Timer":"开始计时","Pause Timer":"暂停计时","Resume Timer":"继续计时","Stop Timer":"停止计时","Timer started":"计时已开始","Timer paused":"计时已暂停","Timer resumed":"计时已继续","Timer stopped":"计时已停止","Failed to start timer":"启动计时器失败","Block ID added":"块 ID 已添加","Task status updated":"任务状态已更新","Working On":"进行中","Timer Integration":"计时器集成","Auto-start timer":"自动启动计时器","Automatically start the timer when creating a new task via quick capture (checkbox mode only)":"通过快速捕获创建新任务时自动启动计时器(仅限复选框模式)","Timer started for new task":"已为新任务启动计时器","Project Auto-Detection":"项目自动识别","Configure how tasks are automatically assigned to projects based on file paths, metadata, or configuration files.":"配置如何根据文件路径、元数据或配置文件自动将任务分配到项目。","Enable project auto-detection":"启用项目自动识别","When enabled, tasks will be automatically assigned to projects based on file location, frontmatter metadata, or project configuration files.":"启用后,任务将根据文件位置、前言元数据或项目配置文件自动分配到项目。","Source 1: Path-based Detection":"数据源一:基于路径的检测","Map file paths to project names. Files in matched paths will automatically belong to the specified project.":"将文件路径映射到项目名称。匹配路径中的文件将自动归入指定项目。","No path mappings yet. Add a mapping to auto-detect projects from file paths.":"尚无路径映射。添加映射以从文件路径自动检测项目。","Rule":"规则","Enable this rule":"启用此规则","Delete this rule":"删除此规则","Add path rule":"添加路径规则","Source 2: Metadata-based Detection":"数据源二:基于元数据的检测","Read project name from file frontmatter. This has the highest priority among all detection methods.":"从文件前言读取项目名称。这在所有检测方法中优先级最高。","Enable metadata detection":"启用元数据检测","Read project name from the frontmatter of each file. Example: 'project: MyProject' in YAML header.":"从每个文件的前言读取项目名称。例如:YAML 头部的 'project: MyProject'。","Metadata field name":"元数据字段名","The frontmatter field name to read project from. Default is 'project'.":"用于读取项目的前言字段名称。默认为 'project'。","Source 3: Config File-based Detection":"数据源三:基于配置文件的检测","Use a special file in each folder to define project settings for all files in that folder.":"在每个文件夹中使用特殊文件为该文件夹中的所有文件定义项目设置。","Enable config file detection":"启用配置文件检测","Look for project configuration files (e.g., project.md) in folders to determine project membership.":"在文件夹中查找项目配置文件(如 project.md)以确定项目归属。","Name of the project configuration file to look for. The file should contain project settings in its frontmatter.":"要查找的项目配置文件名称。该文件应在其前言中包含项目设置。","Advanced: Custom Detection Methods":"高级:自定义检测方法","Additional methods to detect projects from tags, links, or other metadata fields.":"从标签、链接或其他元数据字段检测项目的其他方法。","Method":"方法","Metadata field":"元数据字段","Tag pattern":"标签模式","Link target":"链接目标","Field name (e.g., project)":"字段名(如 project)","Tag prefix (e.g., project)":"标签前缀(如 project)","Link filter (e.g., Projects/)":"链接过滤器(如 Projects/)","Delete this method":"删除此方法","Link path filter":"链接路径过滤器","Only match links containing this path":"仅匹配包含此路径的链接","Add detection method":"添加检测方法","Advanced: Metadata Field Mapping":"高级:元数据字段映射","Map custom frontmatter fields to standard task properties. Useful for custom naming conventions.":"将自定义前言字段映射到标准任务属性。适用于自定义命名规范。","No field mappings yet. Add a mapping to use custom frontmatter field names.":"尚无字段映射。添加映射以使用自定义前言字段名。","Your field name (e.g., proj)":"你的字段名(如 proj)","→ Standard field":"→ 标准字段","Enable this mapping":"启用此映射","Delete this mapping":"删除此映射","Add field mapping":"添加字段映射","Fallback: Default Project Naming":"后备策略:默认项目命名","When no project is detected by the above methods, use this strategy to generate a default project name.":"当上述方法都无法检测到项目时,使用此策略生成默认项目名称。","Enable fallback naming":"启用后备命名","Generate a default project name when no project is detected. If disabled, tasks without detected projects will have no project assigned.":"在未检测到项目时生成默认项目名称。如果禁用,未检测到项目的任务将不会分配项目。","How to generate the default project name":"如何生成默认项目名称","Use file name":"使用文件名","Metadata field for default name":"用于默认名称的元数据字段","Frontmatter field to use as the default project name":"用作默认项目名称的前言字段","e.g., category":"例如 category","Remove file extension":"移除文件扩展名","Remove the file extension (.md) from the filename when using as project name":"用作项目名称时从文件名中移除文件扩展名(.md)"} |