-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.nls.zh-cn.json
121 lines (121 loc) · 16.4 KB
/
package.nls.zh-cn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"todo-tree.activitybar.title": "待办事项",
"todo-tree.container.name": "待办事项",
"todo-tree.command.category": "待办事项",
"todo-tree.command.showFlatView.title": "显示平直树状图",
"todo-tree.command.showTagsOnlyView.title": "仅显示标签",
"todo-tree.command.showTreeView.title": "显示树状图",
"todo-tree.command.refresh.title": "刷新",
"todo-tree.command.expand.title": "展开树状图",
"todo-tree.command.collapse.title": "折叠树状图",
"todo-tree.command.filter.title": "过滤器",
"todo-tree.command.filterClear.title": "重置树状图过滤器",
"todo-tree.command.groupByTag.title": "按标签分组",
"todo-tree.command.ungroupByTag.title": "取消按标签分组",
"todo-tree.command.scanOpenFilesOnly.title": "仅扫描打开的文件",
"todo-tree.command.scanCurrentFileOnly.title": "仅扫描当前文件",
"todo-tree.command.scanWorkspaceAndOpenFiles.title": "扫描整个工作区和打开的文件",
"todo-tree.command.scanWorkspaceOnly.title": "仅扫描整个工作区",
"todo-tree.command.addTag.title": "添加标签类型",
"todo-tree.command.removeTag.title": "移除标签类型",
"todo-tree.command.exportTree.title": "导出树状图",
"todo-tree.command.showOnlyThisFolder.title": "仅显示此文件夹",
"todo-tree.command.showOnlyThisFolderAndSubfolders.title": "仅显示此文件夹及其子文件夹",
"todo-tree.command.excludeThisFolder.title": "隐藏此文件夹",
"todo-tree.command.excludeThisFile.title": "隐藏此文件",
"todo-tree.command.removeFilter.title": "移除过滤器",
"todo-tree.command.resetAllFilters.title": "重置所有过滤器",
"todo-tree.command.reveal.title": "在树状图中显示当前文件",
"todo-tree.command.resetCache.title": "重置缓存",
"todo-tree.command.toggleItemCounts.title": "显示/隐藏待办事项的数目",
"todo-tree.command.toggleBadges.title": "显示/隐藏 badges",
"todo-tree.command.toggleCompactFolders.title": "紧凑/宽松形式呈现文件夹",
"todo-tree.configuration.title": "待办事项树",
"todo-tree.configuration.filtering": "滤波",
"todo-tree.configuration.filtering.excludedWorkspaces.markdownDescription": "配置一个工作区名称的列表,列表中的工作区不允许作为树状图的根(允许使用通配符)。",
"todo-tree.configuration.filtering.excludeGlobs.markdownDescription": "通过排除符合条件项来限制扫描结果的 globs(在 **Include Globs** 后应用),例如 `[\"**/*.txt\"]` 用于忽略所有 .txt 文件。",
"todo-tree.configuration.filtering.ignoreGitSubmodules.markdownDescription": "扫描时忽略包含 .git 文件的子文件夹。",
"todo-tree.configuration.filtering.includedWorkspaces.markdownDescription": "配置一个工作区名称的列表,列表中的工作区允许作为树状图的根(允许使用通配符)。若列表是空的,则包括所有工作区文件夹。",
"todo-tree.configuration.filtering.includeGlobs.markdownDescription": "通过添加符合条件项来限制扫描结果的 globs,例如 `[\"**/unit-tests/*.js\"]` 用于仅显示 unit-tests 子文件夹中的 .js 文件。",
"todo-tree.configuration.filtering.includeHiddenFiles.markdownDescription": "允许扫描隐藏文件和以句点 . 起始的文件。",
"todo-tree.configuration.filtering.passGlobsToRipgrep.markdownDescription": "默认设置时 globs 先被传递至 ripgrep 以缩小扫描范围。当此项设置为 false 时,则在扫描后再应用 globs 以限制扫描结果(pre 0.0.132 behaviour)。",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownDescription": "通过 VSCode 的 `files.exclude` 和/或 `search.exclude` 列表来确定扫描的忽略路径。",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.1": "不使用任何内建排除。",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.2": "使用 Files:Exclude 设置。",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.3": "使用 Search:Exclude 设置。",
"todo-tree.configuration.filtering.useBuiltInExcludes.markdownEnumDescriptions.4": "使用 Files:Exclude 和 Search:Exclude 设置。",
"todo-tree.configuration.general": "常规",
"todo-tree.configuration.general.debug.markdownDescription": "在输出视图中生成一个调试通道。",
"todo-tree.configuration.general.enableFileWatcher.markdownDescription": "在工作区中创建文件、改变文件或删除文件时自动更新标签。",
"todo-tree.configuration.general.fileWatcherGlob.markdownDescription": "与 file watcher 一起使用的 glob。若默认设置导致性能问题,请更改此设置。",
"todo-tree.configuration.general.revealBehaviour.markdownDescription": "控制从侧边栏中选择待办事项时光标的位置或行为。",
"todo-tree.configuration.general.revealBehaviour.markdownEnumDescriptions.1": "光标移至待办事项所在行的起始。",
"todo-tree.configuration.general.revealBehaviour.markdownEnumDescriptions.2": "光标移至待办事项的起始。",
"todo-tree.configuration.general.revealBehaviour.markdownEnumDescriptions.3": "光标移至待办事项的结尾。",
"todo-tree.configuration.general.exportPath.markdownDescription": "导出树状图时使用的路径。路径中的环境变量会被展开(例如 `${HOME}`),且路径会传递通过 strftime(参考 <https://github.com/samsonjs/strftime>)。将拓展名设置为 `.json` 以导出为 JSON 记录。",
"todo-tree.configuration.general.rootFolder.markdownDescription": "指定作树视图的根的文件夹(如不加指定则是工作区文件夹)。文件夹路径中可以使用环境变量,例如 `${workspaceFolder}` 和 `${HOME}`。注意:打开不在根文件夹中的其他文件的待办事项也会在侧边栏中显示,并在文件名后的括号内展示完整路径。",
"todo-tree.configuration.general.schemes.markdownDescription": "编辑器计划用于查找TODO。例如,要在设置文件中查找TODO,请添加“ vscode-userdata”,或者对于输出窗口,请添加“ output”。",
"todo-tree.configuration.general.statusBar.markdownDescription": "控制在状态栏中显示的内容。",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.1": "不显示。",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.2": "仅显示待办事项的总数。",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.3": "显示每个标签的计数。",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.4": "显示前三个标签的计数。",
"todo-tree.configuration.general.statusBar.markdownEnumDescriptions.5": "显示当前文件的计数。",
"todo-tree.configuration.general.statusBarClickBehaviour.markdownDescription": "控制点击状态栏图标时的行为。",
"todo-tree.configuration.general.statusBarClickBehaviour.markdownEnumDescriptions.1": "切换状态栏图标显示内容。",
"todo-tree.configuration.general.statusBarClickBehaviour.markdownEnumDescriptions.2": "显示资源管理器中的待办事项树。",
"todo-tree.configuration.general.tagGroups.markdownDescription": "将多个相似的标签视作同一种标签组类型,例如 `{ \"FIX\": [\"FIXME\",\"FIXIT\"] }`。注意:所有的标签必须出现于 `todo-tree.general.tags` 列表。若一个标签组被定义,自定义突出显示将被应用于整个标签组,而不是组内的标签。",
"todo-tree.configuration.general.tags.markdownDescription": "标签的列表。注意:若两个标签具有相同的起始部分,则应该先指定较长的标签,以防止扫描时匹配到较短的标签。",
"todo-tree.configuration.highlights": "突出",
"todo-tree.configuration.highlights.customHighlight.markdownDescription": "配置自定义突出显示,[阅读更多...](https://github.com/Gruntfuggly/todo-tree#highlighting)",
"todo-tree.configuration.highlights.defaultHighlight.markdownDescription": "配置默认突出显示,[阅读更多...](https://github.com/Gruntfuggly/todo-tree#highlighting)",
"todo-tree.configuration.highlights.enabled.markdownDescription": "启用突出显示。",
"todo-tree.configuration.highlights.highlightDelay.markdownDescription": "控制突出显示前的等待时间(毫秒)。",
"todo-tree.configuration.highlights.useColourScheme.markdownDescription": "使用配色方案按标签顺序为标签着色。可以通过修改 `todo-tree.highlights.foregroundColourScheme` 和 `todo-tree.highlights.backgroundColourScheme` 来改变颜色。配色方案将覆盖默认突出显示的颜色,但不会覆盖自定义突出显示的颜色。",
"todo-tree.configuration.highlights.foregroundColourScheme.markdownDescription": "应用于标签突出显示的颜色列表。标签突出显示的颜色由标签顺序决定,颜色在必要时可以重复,并会被 `todo-tree.highlights.customHighlight` 中的设置覆盖。",
"todo-tree.configuration.highlights.backgroundColourScheme.markdownDescription": "应用于标签突出显示的颜色列表。标签突出显示的颜色由标签顺序决定,颜色在必要时可以重复,并会被 `todo-tree.highlights.customHighlight` 中的设置覆盖。",
"todo-tree.configuration.regex": "雷格克斯",
"todo-tree.configuration.regex.regex.markdownDescription": "控制匹配待办事项标签的 Rust 正则表达式。注意:`$TAGS` 会被标签列表内的项替换。为了某些功能的正常使用,`$TAGS` 必须在正则表达式中出现。但在正则表达式中完整列出标签(而不使用 `$TAGS`)也不会影响到基本的功能。",
"todo-tree.configuration.regex.regexCaseSensitive.markdownDescription": "使用区分大小写的正则表达式。",
"todo-tree.configuration.ripgrep": "Ripgrep",
"todo-tree.configuration.ripgrep.ripgrep.markdownDescription": "通常此拓展在需要时能自行定位 ripgrep。若要使用 ripgrep 的其他版本,在此处设置其安装位置。",
"todo-tree.configuration.ripgrep.ripgrepArgs.markdownDescription": "配置要传递给 ripgrep 的额外参数(谨慎使用)。",
"todo-tree.configuration.ripgrep.ripgrepMaxBuffer.markdownDescription": "配置 ripgrep 缓冲区的大小(KB)。当目前缓冲区大小不足以查看所有标签时,可适当增加缓冲区大小。",
"todo-tree.configuration.ripgrep.usePatternFile.markdownDescription": "默认情况下,模板文件与 ripgrep 一起使用。当删除模板文件时遇到问题,请将此项设置为 false,即可使用向 ripgrep 提供正则表达式的旧方法。",
"todo-tree.configuration.tree.autoRefresh.markdownDescription": "打开或保存文件时自动刷新树状图。",
"todo-tree.configuration.tree": "树",
"todo-tree.configuration.tree.disableCompactFolders.markdownDescription": "通常树状图受 VSCode 的 `explorer.compactFolders` 影响并可能以紧凑形式呈现文件夹,而此项设置允许树状图以宽松形式呈现文件夹。",
"todo-tree.configuration.tree.expanded.markdownDescription": "当打开新的工作区时,默认展开树状图。",
"todo-tree.configuration.tree.filterCaseSensitive.markdownDescription": "使待办事项过滤器区分大小写(不影响待办事项的扫描)。",
"todo-tree.configuration.tree.flat.markdownDescription": "当打开新的工作区时,默认使用平直树状图。",
"todo-tree.configuration.tree.grouped.markdownDescription": "当打开新的工作区时,默认按标签分组。",
"todo-tree.configuration.tree.hideIconsWhenGroupedByTag.markdownDescription": "按标签分组时,省略待办事项前的图标。",
"todo-tree.configuration.tree.hideTreeWhenEmpty.markdownDescription": "如果视图为空,则将其隐藏.",
"todo-tree.configuration.tree.labelFormat.markdownDescription": "待办事项的格式。允许的占位符包括 `${line}`、`${column}`、`${tag}`、`${before}`(标签以前的文本)、`${after}`(标签以后的文本)、`${filename}`、`${filepath}`和`${afterOrBefore}`(如果标签以后非空,则为标签以后的文本;如果标签以后为空,则为标签以前的文本)。",
"todo-tree.configuration.tree.scanAtStartup.markdownDescription": "打开窗口后自动扫描待办事项。如果代码库较大,并且期望手动扫描待办事项时,可以将此项设置为 false。",
"todo-tree.configuration.tree.scanMode.markdownDescription": "控制扫描待办事项的模式。",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.1": "扫描整个工作区和打开的文件。",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.2": "仅扫描打开的文件。",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.3": "仅扫描当前文件。",
"todo-tree.configuration.tree.scanMode.markdownEnumDescriptions.4": "仅扫描整个工作区(不包括打开的文件)。",
"todo-tree.configuration.tree.showBadges.markdownDescription": "在树状图中显示 badges 和 SCM 的状态。",
"todo-tree.configuration.tree.showCountsInTree.markdownDescription": "在树状图中显示待办事项的数目。",
"todo-tree.configuration.tree.showInExplorer.deprecationMessage": "该设置不再使用,请拖动视图来进行移动。",
"todo-tree.configuration.tree.showCurrentScanMode.markdownDescription": "在侧边栏顶部显示当前的扫描模式。",
"todo-tree.configuration.tree.showScanOpenFilesOrWorkspaceButton.deprecationMessage": "该设置不再使用,请使用 \"todo-tree.tree.scanMode\" 替代。",
"todo-tree.configuration.tree.deprecationMessage.markdownDescription": "该设置不再使用,请使用 \"todo-tree.tree.scanMode\" 替代。",
"todo-tree.configuration.tree.sortTagsOnlyViewAlphabetically.markdownDescription": "在仅显示标签视图中,待办事项按字母排序。若不选择此项,则待办事项按所在文件和行号排序。",
"todo-tree.configuration.tree.sort.markdownDescription": "使用多线程进行 ripgrep 搜索以提升性能。此时,当所有搜索结束后再进行排序。如果希望使用 ripgrep 的排序参数,可以将此项设置为 false。",
"todo-tree.configuration.tree.tagsOnly.markdownDescription": "当打开新的工作区时,默认使用仅显示标签视图。",
"todo-tree.configuration.tree.tooltipFormat.markdownDescription": "待办事项的鼠标悬浮提示的格式。允许的占位符包括 `${line}`、`${column}`、`${tag}`、`${before}`(标签以前的文本)、`${after}`(标签以后的文本)、`${filename}`、`${filepath}`和`${afterOrBefore}`(如果标签以后非空,则为标签以后的文本;如果标签以后为空,则为标签以前的文本)。",
"todo-tree.configuration.tree.trackFile.markdownDescription": "允许在树状图中自动追踪当前界面打开的文件。",
"todo-tree.configuration.buttons": "按钮",
"todo-tree.configuration.tree.buttons.reveal.markdownDescription": "在侧边栏顶部显示一个追踪当前文件的按钮(仅当在树状图中自动追踪当前界面打开的文件功能 **Track File** 未启用时)。",
"todo-tree.configuration.tree.buttons.scanMode.markdownDescription": "在侧边栏顶部显示一个切换待办事项扫描模式的按钮(扫描整个工作区和打开的文件、仅扫描打开的文件、仅扫描当前文件、扫描整个工作区)。",
"todo-tree.configuration.tree.buttons.viewStyle.markdownDescription": "在侧边栏顶部显示一个切换待办事项展示模式的按钮(树状图、平直树状图和仅显示标签)。",
"todo-tree.configuration.tree.buttons.groupByTag.markdownDescription": "在侧边栏顶部显示一个切换待办事项是否按标签分组的按钮。",
"todo-tree.configuration.tree.buttons.filter.markdownDescription": "在侧边栏顶部显示一个待办事项过滤器的按钮。",
"todo-tree.configuration.tree.buttons.refresh.markdownDescription": "在侧边栏顶部显示一个刷新待办事项的按钮。",
"todo-tree.configuration.tree.buttons.expand.markdownDescription": "在侧边栏顶部显示一个展开或折叠树状图的按钮。",
"todo-tree.configuration.tree.buttons.export.markdownDescription": "在侧边栏顶部显示一个导出树状图的按钮。"
}