-
-
Notifications
You must be signed in to change notification settings - Fork 233
/
package.nls.zh-cn.json
113 lines (113 loc) · 12.6 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
{
"projectManager.activitybar.title": "项目管理器",
"projectManager.views.favorites.name": "收藏",
"projectManager.views.git.name": "Git",
"projectManager.views.svn.name": "SVN",
"projectManager.views.any.name": "任意",
"projectManager.views.mercurial.name": "Mercurial",
"projectManager.views.vscode.name": "VSCode",
"projectManager.views.helpAndFeedback.name": "帮助与反馈",
"projectManager.viewsWelcome.favorites.contents.whenEmpty": "尚未保存项目。\n为保存项目,你需要先打开一个文件夹或工作区。\n[打开文件夹](command:_projectManager.openFolderWelcome)\n[从文件打开工作区](command:workbench.action.openWorkspace)\n欲了解如何在 VSCode 中使用项目管理器,请[阅读文档](http://github.com/alefragnani/vscode-project-manager/#project-manager)。",
"projectManager.viewsWelcome.favorites.contents.whenNotEmpty": "尚未保存项目。\n为了将保存当前的文件夹/工作区保存为项目,执行命令:\n[项目管理器: 保存项目](command:projectManager.saveProject)\n欲了解如何在 VSCode 中使用项目管理器,请[阅读文档](http://github.com/alefragnani/vscode-project-manager/#project-manager)。",
"projectManager.viewsWelcome.git.contents": "未检测到项目。\n为了检测 Git 项目,你需要将 `baseFolders` 配置为 Git 项目位置。\n[打开设置](command:workbench.action.openSettings?%5B%22projectManager.git.baseFolders%22%5D)\n[不需要 Git 项目](command:projectManager.hideGitWelcome)\n它也支持 SVN 或 Mercurial 仓库, VSCode 或其他文件夹。\n欲了解如何在 VSCode 中使用项目管理器,请[阅读文档](http://github.com/alefragnani/vscode-project-manager/#project-manager)。",
"projectManager.commands.saveProject.title": "项目管理器: 保存项目",
"projectManager.commands.listProjects.title": "项目管理器: 列出项目以打开",
"projectManager.commands.listProjectsNewWindow.title": "项目管理器: 列出项目以在新窗口中打开",
"projectManager.commands.editProjects.title": "项目管理器: 编辑项目",
"projectManager.commands.refreshProjects.title": "项目管理器: 刷新项目",
"projectManager.commands.refreshVSCodeProjects.title": "项目管理器: 刷新 VSCode 项目",
"projectManager.commands.refreshGitProjects.title": "项目管理器: 刷新 Git 项目",
"projectManager.commands.refreshSVNProjects.title": "项目管理器: 刷新 SVN 项目",
"projectManager.commands.refreshAnyProjects.title": "项目管理器: 刷新任何项目",
"projectManager.commands.refreshMercurialProjects.title": "项目管理器: 刷新 Mercurial 项目",
"projectManager.commands.listFavoriteProjects#sideBarFavorites.title": "列出要打开的收藏项目",
"projectManager.commands.listVSCodeProjects#sideBarVSCode.title": "列出要打开的 VSCode 项目",
"projectManager.commands.listGitProjects#sideBarGit.title": "列出要打开的 Git 项目",
"projectManager.commands.listSVNProjects#sideBarSVN.title": "列出要打开的 SVN 项目",
"projectManager.commands.listAnyProjects#sideBarAny.title": "列出要打开的任何项目",
"projectManager.commands.listMercurialProjects#sideBarMercurial.title": "列出要打开的 Mercurial 项目",
"projectManager.commands.openSettings#sideBarFavorites.title": "打开设置",
"projectManager.commands.openSettings#sideBarVSCode.title": "打开设置",
"projectManager.commands.openSettings#sideBarGit.title": "打开设置",
"projectManager.commands.openSettings#sideBarSVN.title": "打开设置",
"projectManager.commands.openSettings#sideBarAny.title": "打开设置",
"projectManager.commands.openSettings#sideBarMercurial.title": "打开设置",
"projectManager.commands.open.title": "打开",
"projectManager.commands.openInNewWindow.title": "在新窗口中打开",
"projectManager.commands.revealInFinder#sideBar.title": "在 Finder 中显示",
"projectManager.commands.revealInExplorer#sideBar.title": "在资源管理器中显示",
"projectManager.commands.revealInFileManager#sideBar.title": "在文件管理器中显示",
"projectManager.commands.addToWorkspace#sideBar.title": "添加到工作区",
"projectManager.commands.addToWorkspace.title": "项目管理器: 将项目添加到工作区",
"projectManager.commands.deleteProject.title": "删除项目",
"projectManager.commands.renameProject.title": "重命名项目",
"projectManager.commands.editTags.title": "编辑标签",
"projectManager.commands.viewAsTags#sideBarFavorites.title": "作为标签查看",
"projectManager.commands.viewAsList#sideBarFavorites.title": "以列表形式查看",
"projectManager.submenus.viewAndSort#sideBarFavorites.title": "查看与排序",
"projectManager.commands.sortBySaved#sideBarFavorites.title": "按已保存排序",
"projectManager.commands.sortByName#sideBarFavorites.title": "按名称分类",
"projectManager.commands.sortByPath#sideBarFavorites.title": "按路径排序",
"projectManager.commands.sortByRecent#sideBarFavorites.title": "按最近排序",
"projectManager.commands.filterProjectsByTag#sideBar.title": "按标签过滤项目",
"projectManager.commands.filterProjectsByTag.title": "项目管理器: 通过标签过滤项目",
"projectManager.commands.addToFavorites.title": "添加到收藏夹",
"projectManager.commands.toggleProjectEnabled.title": "禁用项目",
"projectManager.commands.hideGitWelcome.title": "隐藏 Git 欢迎面板",
"projectManager.commands.showGitWelcome.title": "显示 Git 欢迎面板",
"projectManager.commands.openFolderWelcome.title": "打开文件夹",
"projectManager.commands.supportProjectManager.title": "项目管理器: 支持项目管理器",
"projectManager.commands.openSideBar.title": "打开侧边栏",
"projectManager.commands.whatsNew.title": "项目管理器: 更新日志",
"projectManager.commands.whatsNewContextMenu.title": "更新日志",
"projectManager.configuration.title": "项目管理器",
"projectManager.configuration.showProjectNameInStatusBar.description": "是否在状态栏中显示项目名称?",
"projectManager.configuration.openInNewWindowWhenClickingInStatusBar.description": "单击状态栏时是否使用新窗口打开项目?",
"projectManager.configuration.removeCurrentProjectFromList.description": "是否在可用项目列表中隐藏当前项目?",
"projectManager.configuration.sortList.description": "按 ... 分类列出项目(已保存、名称、路径或最近)。",
"projectManager.configuration.groupList.description": "按 ... 分组列出项目(收藏夹、VSCode、Git、Mercurial 和 SVN)。",
"projectManager.configuration.projectsLocation.description": "指定存储 `projects.json` 文件的备用位置。",
"projectManager.configuration.vscode.baseFolders.description": "指定要搜索 VSCode 项目的起始文件夹。",
"projectManager.configuration.vscode.ignoredFolders.description": "指定要忽略的文件夹,例如 \"node_modules\"、\"out\"、\"typings\"、\"test\"。",
"projectManager.configuration.vscode.maxDepthRecursion.description": "指定搜索项目时文件夹递归的最大深度。小于 1 的任何值表示没有限制。",
"projectManager.configuration.git.baseFolders.description": "指示要搜索 Git 项目的起始文件夹。",
"projectManager.configuration.git.ignoredFolders.description": "指定要忽略的文件夹,例如 \"node_modules\"、\"out\"、\"typings\"、\"test\"。",
"projectManager.configuration.git.maxDepthRecursion.description": "指定搜索项目时文件夹递归的最大深度。小于 1 的任何值表示没有限制。",
"projectManager.configuration.hg.baseFolders.description": "指定要搜索 Mercurial 项目的起始文件夹。",
"projectManager.configuration.hg.ignoredFolders.description": "指定要忽略的文件夹,例如 \"node_modules\"、\"out\"、\"typings\"、\"test\"。",
"projectManager.configuration.hg.maxDepthRecursion.description": "指定搜索项目时文件夹递归的最大深度。小于 1 的任何值表示没有限制。",
"projectManager.configuration.svn.baseFolders.description": "指定要搜索 SVN 项目的起始文件夹。",
"projectManager.configuration.svn.ignoredFolders.description": "指定要忽略的文件夹,例如 \"node_modules\"、\"out\"、\"typings\"、\"test\"。",
"projectManager.configuration.svn.maxDepthRecursion.description": "指定搜索项目时文件夹递归的最大深度。小于 1 的任何值表示没有限制。",
"projectManager.configuration.any.baseFolders.description": "指定要搜索任意项目的其实文件夹。",
"projectManager.configuration.any.ignoredFolders.description": "指定要忽略的文件夹,例如 \"node_modules\"、\"out\"、\"typings\"、\"test\"。",
"projectManager.configuration.any.maxDepthRecursion.description": "指定搜索项目的文件夹递归的最大深度。小于 1 的任何值表示没有限制。",
"projectManager.configuration.cacheProjectsBetweenSessions.description": "是否缓存找到的 VSCode、Git 和 SVN 项目?",
"projectManager.configuration.ignoreProjectsWithinProjects.description": "是否忽略其他项目中找到的项目?",
"projectManager.configuration.checkInvalidPathsBeforeListing.description": "列出之前是否检查无效路径,并在项目名称下方显示一条消息?",
"projectManager.configuration.supportSymlinksOnBaseFolders.description": "是否支持 `baseFolders` 上的符号链接?",
"projectManager.configuration.showParentFolderInfoOnDuplicates.description": "检测到同名项目时是否应显示父文件夹信息?",
"projectManager.configuration.filterOnFullPath.description": "是否通过完整路径过滤项目?",
"projectManager.configuration.openInCurrenWindowIfEmpty.description": "当本窗口为空时,执行在新窗口中打开项目的命令后是否应该打开新窗口?",
"projectManager.configuration.openInCurrenWindowIfEmpty.deprecation": "改用 `openInCurrentWindowIfEmpty`",
"projectManager.configuration.openInCurrentWindowIfEmpty.description": "当本窗口为空时,执行在新窗口中打开项目的命令后是否应该打开新窗口?",
"projectManager.configuration.confirmSwitchOnActiveWindow.description": "控制在活动窗口中打开项目时扩展是否要求确认。",
"projectManager.configuration.tags.description": "表示可用于组织项目的标签列表",
"projectManager.colors.sideBar.currentProjectHighlightForeground.description": "用于在侧边栏中高亮当前项目的颜色",
"projectManager.walkthroughs.title": "快速上手项目管理器",
"projectManager.walkthroughs.description": "深入了解项目管理器的以优化您的工作流程",
"projectManager.walkthroughs.saveYourFavoriteProjects.title": "保存您收藏的项目",
"projectManager.walkthroughs.saveYourFavoriteProjects.description": "轻松访问您收藏的项目,无论它们保存在何处。\n__不要再错过那些重要项目__\n[保存项目](command:projectManager.saveProject)",
"projectManager.walkthroughs.autoDetectGitRepositories.title": "自动检测 Git 存储库",
"projectManager.walkthroughs.autoDetectGitRepositories.description": "定义一组起始文件夹,您的 Git 项目和扩展将在其中显示。\n[打开设置](command:workbench.action.openSettings?%5B%22projectManager.git.baseFolders%22%5D)",
"projectManager.walkthroughs.findAndOpenProjects.title": "查找并打开您的项目",
"projectManager.walkthroughs.findAndOpenProjects.description": {
"message": "在**命令面板**及其专属的**侧边栏**中快速访问您的所有项目。\n[列出要打开的项目](command:projectManager.listProjects)"
},
"projectManager.walkthroughs.organizeWithTags.title": "使用标签进行组织",
"projectManager.walkthroughs.organizeWithTags.description": "您可以使用**标签**来组织/分类您的项目。 按**标签**过滤您的项目,甚至选择与您正在做的工作更相关的活动**标签**。",
"projectManager.walkthroughs.exclusiveSideBar.title": "专属侧边栏",
"projectManager.walkthroughs.exclusiveSideBar.description": "专属侧边栏包含您实现高效工作所需的一切。\n[打开侧边栏](command:_projectManager.openSideBar)",
"projectManager.walkthroughs.workingWithRemotes.title": "使用远程工作",
"projectManager.walkthroughs.workingWithRemotes.description": "该扩展支持 [远程开发](https://code.visualstudio.com/docs/remote/remote-overview) 场景,您可以根据需要选择如何使用它。"
}