Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/data-workspace.i18n.json
2021-08-02 11:15:58 -07:00

77 lines
4.9 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"package": {
"extension-displayName": "数据工作区",
"extension-description": "数据工作区",
"data-workspace-view-container-name": "项目",
"main-view-name": "项目",
"new-command": "新建",
"refresh-workspace-command": "刷新",
"close-workspace-command": "关闭工作区",
"remove-project-command": "删除项目",
"projects-view-no-workspace-content": "创建新的或打开现有的以开始使用。\r\n[新建](command:projects.new)\r\n[打开现有](command:projects.openExisting)\r\n要了解项目的详细信息请 [阅读文档](https://aka.ms/azuredatastudio-projects)。",
"projects-view-no-project-content": "当前工作区中未打开任何项目。\r\n[新建](command:projects.new)\r\n[打开现有](command:projects.openExisting)\r\n要了解项目的详细信息请 [阅读文档](https://aka.ms/azuredatastudio-projects)。\r\n",
"open-existing-command": "打开现有",
"projects.defaultProjectSaveLocation": "文件夹的完整路径,其中已默认保存新项目。",
"projects.showNotAddedProjectsInWorkspacePrompt": "在当前工作区文件夹包含尚未添加到工作区项目的项目时,始终显示信息消息。",
"manage-project-command": "管理"
},
"dist/common/constants": {
"activateExtensionFailed": "未能加载项目提供程序扩展“{0}”。错误消息: {1}",
"UnknownProjectsError": "找不到以下项目的提供程序: {0}",
"SelectProjectFileActionName": "选择",
"AllProjectTypes": "所有项目类型",
"UnknownProjectTypeError": "找不到 id 为“{0}”的项目类型的提供程序",
"dataworkspace.restartConfirmation": "要创建并将项目添加到工作区,需要重启 Azure Data Studio是否立即执行此操作?",
"dataworkspace.projectsFailedToLoad": "未能加载某些项目。要查看更多详细信息,请 [打开开发人员控制台](command:workbench.action.toggleDevTools)",
"fileDoesNotExist": "文件“{0}”不存在",
"projectNameNull": "项目名为 null",
"noPreviousData": "当前项目的前期 {0} 将在此处显示,请运行以查看结果。",
"gitCloneMessage": "正在克隆 Git 存储库“{0}”...",
"gitCloneError": "Git 克隆期间出错。请查看 git 输出以了解更多详细信息",
"dataworkspace.ok": "确定",
"dataworkspace.browse": "浏览",
"dataworkspace.browseEllipsis": "浏览...",
"dataworkspace.open": "打开",
"dataworkspace.create": "创建",
"dataworkspace.select": "选择",
"dataworkspace.NewProjectDialogTitle": "创建新项目",
"dataworkspace.Type": "类型",
"dataworkspace.projectNameTitle": "名称",
"dataworkspace.projectNamePlaceholder": "输入项目名称",
"dataworkspace.enterProjectName": "输入项目名",
"dataworkspace.projectLocationTitle": "位置",
"dataworkspace.projectLocationPlaceholder": "选择要创建项目的位置",
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
"dataworkspace.projectDirectoryAlreadyExistErrorShort": "所选位置中已存在目录“{0}”,请选择其他项",
"dataworkspace.selectProjectType": "选择项目类型",
"dataworkspace.selectProjectLocation": "选择项目位置",
"dataworkspace.nameCannotBeEmpty": "名称不能为空",
"dataworkspace.targetPlatform": "目标平台",
"dataworkspace.openExistingDialogTitle": "打开现有项目",
"dataworkspace.fileNotExistError": "所选 {0} 文件“{1}”不存在或者不是文件。",
"dataworkspace.cloneParentDirectoryNotExistError": "所选克隆路径“{0}”不存在或不是目录。",
"dataworkspace.project": "项目",
"dataworkspace.locationSelectorTitle": "位置",
"dataworkspace.projectFilePlaceholder": "选择项目文件",
"dataworkspace.workspacePlaceholder": "选择工作区({0})文件",
"dataworkspace.projectAlreadyOpened": "已打开项目“{0}”。",
"dataworksapce.local": "本地",
"dataworkspace.remoteGitRepo": "远程 Git 存储库",
"dataworkspace.gitRepoUrlTitle": "Git 存储库 URL",
"dataworkspace.gitRepoUrlPlaceholder": "输入远程 git 存储库 URL",
"dataworkspace.localClonePathTitle": "本地克隆路径",
"dataworkspace.localClonePathPlaceholder": "选择本地克隆存储库的位置",
"dataworksapce.refresh": "刷新"
}
}
}