solorice/vscodium/extensions/alefragnani.project-manager-12.5.0/package.nls.zh-cn.json
2022-04-28 21:17:01 +03:00

74 lines
7.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"projectManager.activitybar.title": "项目管理器",
"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": "项目管理器: 刷新 Any 项目",
"projectManager.commands.refreshMercurialProjects.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.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.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": "指定要搜索任意 VSCode 项目的基本文件夹。",
"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.filterOnFullPath.description": "是否应该通过完整路径过滤项目?",
"projectManager.configuration.openInCurrenWindowIfEmpty.description": "当本窗口为空时,执行在新窗口中打开项目的命令后是否应该打开新窗口?",
"projectManager.configuration.tags.description": "表示可用于组织项目的标签列表"
}