Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/sql-database-projects.i18n.json

254 lines
14 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": {
"title.projectsView": "项目",
"sqlDatabaseProjects.displayName": "数据库项目",
"sqlDatabaseProjects.description": "设计和发布 SQL 数据库架构",
"sqlDatabaseProjects.new": "新建数据库项目",
"sqlDatabaseProjects.open": "打开数据库项目",
"sqlDatabaseProjects.close": "关闭数据库项目",
"sqlDatabaseProjects.build": "生成",
"sqlDatabaseProjects.publish": "发布",
"sqlDatabaseProjects.createProjectFromDatabase": "根据数据库创建项目",
"sqlDatabaseProjects.properties": "属性",
"sqlDatabaseProjects.schemaCompare": "架构比较",
"sqlDatabaseProjects.delete": "删除",
"sqlDatabaseProjects.exclude": "从项目中排除",
"sqlDatabaseProjects.validateExternalStreamingJob": "验证外部流式处理作业",
"sqlDatabaseProjects.newScript": "添加脚本",
"sqlDatabaseProjects.newPreDeploymentScript": "添加预先部署脚本",
"sqlDatabaseProjects.newPostDeploymentScript": "添加后期部署脚本",
"sqlDatabaseProjects.newTable": "添加表",
"sqlDatabaseProjects.newView": "添加视图",
"sqlDatabaseProjects.newStoredProcedure": "添加存储过程",
"sqlDatabaseProjects.newExternalStreamingJob": "添加外部流式处理作业",
"sqlDatabaseProjects.newItem": "添加项...",
"sqlDatabaseProjects.newFolder": "添加文件夹",
"sqlDatabaseProjects.addDatabaseReference": "添加数据库引用",
"sqlDatabaseProjects.openContainingFolder": "打开所在的文件夹",
"sqlDatabaseProjects.editProjectFile": "编辑 .sqlproj 文件",
"sqlDatabaseProjects.changeTargetPlatform": "更新目标平台",
"sqlDatabaseProjects.Settings": "数据库项目",
"sqlDatabaseProjects.netCoreInstallLocation": "计算机上到 .NET Core SDK 的完整路径。",
"sqlDatabaseProjects.netCoreDoNotAsk": "未检测到时是否提示用户安装 .NET Core。",
"sqlDatabaseProjects.welcome": "当前没有打开数据项目。\r\n[新建项目](command:sqlDatabaseProjects.new)\r\n[打开项目](command:sqlDatabaseProjects.open)\r\n[根据数据库创建项目](command:sqlDatabaseProjects.importDatabase)",
"sqlDatabaseProjects.addSqlBinding": "Add SQL Binding"
},
"dist/common/constants": {
"emptyProjectTypeDisplayName": "SQL 数据库",
"emptyProjectTypeDescription": "从空项目开始开发和发布 SQL 数据库架构",
"edgeProjectTypeDisplayName": "SQL Edge",
"edgeProjectTypeDescription": "从核心部分开始开发和发布 SQL Edge 的架构",
"addItemAction": "添加项",
"schemaCompareAction": "架构比较",
"buildAction": "生成",
"publishAction": "发布",
"changeTargetPlatformAction": "更改目标平台",
"Status": "状态",
"Time": "时间",
"Date": "日期",
"TargetPlatform": "目标平台",
"TargetServer": "目标服务器",
"TargetDatabase": "目标数据库",
"BuildHistory": "生成历史记录",
"PublishHistory": "发布历史记录",
"Success": "成功",
"Failed": "已失败",
"InProgress": "正在进行",
"hr": "小时",
"min": "分钟",
"sec": "秒",
"msec": "毫秒",
"at": "位于",
"dataSourcesNodeName": "数据源",
"databaseReferencesNodeName": "数据库引用",
"sqlConnectionStringFriendly": "SQL 连接字符串",
"yesString": "是",
"noString": "否",
"okString": "确定",
"selectString": "选择",
"dacpacFiles": "dacpac 文件",
"publishSettingsFiles": "发布设置文件",
"file": "文件",
"flat": "平面",
"objectType": "对象类型",
"schema": "架构",
"schemaObjectType": "架构/对象类型",
"defaultProjectNameStarter": "DatabaseProject",
"reloadProject": "是否希望重新加载数据库项目?",
"newObjectNamePrompt": "新 {0} 名称:",
"deleteConfirmation": "是否确实要删除 {0}?",
"deleteConfirmationContents": "是否确实要删除 {0} 及其所有内容?",
"deleteReferenceConfirmation": "是否确定要删除对 {0} 的引用?",
"selectTargetPlatform": "当前目标平台: {0}。请选择新目标平台",
"currentTargetPlatform": "项目 {0} 的目标平台现已 {1}",
"publishDialogName": "发布项目",
"publish": "发布",
"cancelButtonText": "取消",
"generateScriptButtonText": "生成脚本",
"databaseNameLabel": "数据库",
"targetConnectionLabel": "连接",
"dataSourceRadioButtonLabel": "数据源",
"connectionRadioButtonLabel": "连接",
"dataSourceDropdownTitle": "数据源",
"noDataSourcesText": "此项目中没有数据源",
"loadProfilePlaceholderText": "加载配置文件...",
"profileReadError": "加载发布配置文件时出错。{0}",
"sqlCmdTableLabel": "SQLCMD 变量",
"sqlCmdVariableColumn": "名称",
"sqlCmdValueColumn": "值",
"reloadValuesFromProjectButtonTitle": "从项目中重新加载值",
"profile": "配置文件",
"selectConnection": "选择连接",
"server": "服务器",
"default": "默认",
"selectProfileToUse": "选择要加载的发布配置文件",
"selectProfile": "选择配置文件",
"dontUseProfile": "不使用配置文件",
"browseForProfile": "浏览配置文件",
"chooseAction": "选择操作",
"chooseSqlcmdVarsToModify": "选择要修改的 SQLCMD 变量",
"enterNewValueForVar": "输入变量“{0}”的新值",
"resetAllVars": "重置所有变量",
"createNew": "<Create New>",
"enterNewDatabaseName": "输入新数据库名",
"newDatabaseTitle": "{0} (新建)",
"selectDatabase": "选择数据库",
"done": "完成",
"nameMustNotBeEmpty": "名称不得为空",
"addDatabaseReferencedialogName": "添加数据库引用",
"addDatabaseReferenceOkButtonText": "添加引用",
"referenceRadioButtonsGroupTitle": "类型",
"projectRadioButtonTitle": "项目",
"systemDatabaseRadioButtonTitle": "系统数据库",
"dacpacText": "数据层应用程序(.dacpac)",
"dacpacPlaceholder": "选择 .dacpac",
"loadDacpacButton": "选择 .dacpac",
"locationDropdown": "位置",
"sameDatabase": "同一数据库",
"differentDbSameServer": "不同数据库,同一服务器",
"differentDbDifferentServer": "不同数据库,不同服务器",
"databaseName": "数据库名",
"databaseVariable": "数据库变量",
"serverName": "服务器名",
"serverVariable": "服务器变量",
"suppressMissingDependenciesErrors": "禁止显示由引用对象中的未解析引用导致的错误",
"exampleUsage": "示例用法",
"enterSystemDbName": "输入此系统数据库的数据库名",
"databaseNameRequiredVariableOptional": "数据库名是必需的。数据库变量是可选的。",
"databaseNameServerNameVariableRequired": "需要数据库名、服务器名和服务器变量。数据库变量是可选的。",
"databaseProject": "数据库项目",
"dacpacNotOnSameDrive": "Dacpac 引用需要位于项目文件所在的同一驱动器上。项目文件位于 {0}",
"createProjectFromDatabaseDialogName": "根据数据库创建项目",
"createProjectDialogOkButtonText": "创建",
"sourceDatabase": "源数据库",
"targetProject": "目标项目",
"createProjectSettings": "设置",
"projectNameLabel": "名称",
"projectNamePlaceholderText": "输入项目名",
"projectLocationLabel": "位置",
"projectLocationPlaceholderText": "选择要创建项目的位置",
"browseButtonText": "浏览文件夹",
"selectFolderStructure": "Select folder structure",
"folderStructureLabel": "文件夹结构",
"browseEllipsis": "Browse...",
"selectProjectLocation": "Select project location",
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
"multipleSqlProjFilesSelected": "已选择多个 .sqlproj 文件;请仅选择一个。",
"noSqlProjFilesSelected": "未选择任何 .sqlproj 文件;请选择一个。",
"noDataSourcesFile": "找不到 {0}。",
"missingVersion": "在 {0} 中缺少 “version” 条目",
"unrecognizedDataSourcesVersion": "无法识别的版本: ",
"unknownDataSourceType": "未知的数据源类型: ",
"invalidSqlConnectionString": "SQL 连接字符串无效",
"extractTargetRequired": "必须提供用于提取的目标信息才能创建数据库项目。",
"schemaCompareNotInstalled": "需要安装架构比较扩展才能运行架构比较",
"buildFailedCannotStartSchemaCompare": "架构比较无法启动,因为生成失败",
"updateProjectForRoundTrip": "要生成此项目Azure Data Studio 需要更新目标、引用和系统数据库引用。如果项目是在 SSDT 中创建的,则它将继续在两种工具中工作。是否希望 Azure Data Studio 更新项目?",
"updateProjectDatabaseReferencesForRoundTrip": "要生成此项目Azure Data Studio 需要更新系统数据库引用。如果项目是在 SSDT 中创建的,则它将继续在两种工具中工作。是否希望 Azure Data Studio 更新项目?",
"databaseReferenceTypeRequired": "添加对数据库的引用时需要数据库引用",
"systemDatabaseReferenceRequired": "添加对系统数据库的引用时需要系统数据库选择",
"dacpacFileLocationRequired": "添加对数据库的引用时需要 Dacpac 文件位置",
"databaseLocation": "添加对数据库的引用时需要数据库位置",
"databaseNameRequired": "添加对不同数据库的引用时需要数据库名",
"invalidDataSchemaProvider": ".Sqlproj 文件中的 DSP 无效",
"invalidDatabaseReference": ".Sqlproj 文件中的数据库引用无效",
"databaseSelectionRequired": "必须选择数据库才能根据数据库创建项目",
"databaseReferenceAlreadyExists": "此项目中已存在对此数据库的引用",
"outsideFolderPath": "不支持具有项目文件夹外绝对路径的项。请确保项目文件中的路径与项目文件夹相关。",
"parentTreeItemUnknown": "无法访问所提供树项的父级",
"prePostDeployCount": "要成功生成,请更新项目以具有一个预先部署脚本和/或一个后期部署脚本",
"invalidProjectReload": "无法访问提供的数据库项目。只有有效的开放式数据库项目才可以重新加载。",
"externalStreamingJobValidationPassed": "已通过外部流式作业验证。",
"projectAlreadyOpened": "已打开项目“{0}”。",
"projectAlreadyExists": "在 {1} 中已存在名为 {0} 的项目。",
"noFileExist": "文件 {0} 不存在",
"fileOrFolderDoesNotExist": "文件或目录“{0}”不存在",
"cannotResolvePath": "无法解析路径 {0}",
"fileAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件。请选择其他名称。",
"folderAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件夹。请选择其他名称。",
"folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.",
"invalidInput": "无效的输入: {0}",
"invalidPropertyValue": ".sqlproj 文件中为属性“{0}”指定的值无效",
"unableToCreatePublishConnection": "无法构造连接: {0}",
"cicularProjectReference": "从项目 {0} 到项目 {1} 的循环引用",
"mssqlNotFound": "无法在 {0} 获取 SQL Tools Service 安装位置",
"projBuildFailed": "生成已失败。有关更多详细信息,请查看输出窗格。{0}",
"unexpectedProjectContext": "无法建立项目上下文。从意外位置调用了命令: {0}",
"unableToPerformAction": "无法定位“{0}”目标:“{1}”",
"unableToFindFile": "找不到路径为“{0}”的 {1}",
"deployScriptExists": "已存在 {0} 脚本。新脚本不会包含在生成中。",
"notValidVariableName": "变量名“{0}”无效。",
"cantAddCircularProjectReference": "无法添加对项目“{0}”的引用。将此项目添加为引用将导致循环依赖。",
"unableToFindSqlCmdVariable": "找不到 SQLCMD 变量“{0}”",
"unableToFindReference": "找不到数据库引用 {0}",
"invalidGuid": "指定的 GUID 无效: {0}",
"invalidTargetPlatform": "目标平台 {0} 无效。支持的目标平台: {1}",
"deleteAction": "删除",
"excludeAction": "不包括",
"fileObject": "文件",
"folderObject": "文件夹",
"folderFriendlyName": "文件夹",
"scriptFriendlyName": "脚本",
"tableFriendlyName": "表",
"viewFriendlyName": "查看",
"storedProcedureFriendlyName": "存储过程",
"dataSource": "数据源",
"fileFormat": "文件格式",
"externalStream": "外部 Stream",
"externalStreamingJobFriendlyName": "外部流式处理作业",
"preDeployScriptFriendlyName": "Script.PreDeployment",
"postDeployScriptFriendlyName": "Script.PostDeployment",
"input": "Input",
"output": "Output",
"selectBindingType": "Select type of binding",
"selectAzureFunction": "Select an Azure function in the current file to add SQL binding to",
"sqlObjectToQuery": "SQL object to query",
"sqlTableToUpsert": "SQL table to upsert into",
"connectionStringSetting": "Connection string setting name",
"connectionStringSettingPlaceholder": "Connection string setting specified in \"local.settings.json\"",
"noAzureFunctionsInFile": "No Azure functions in the current active file"
},
"dist/tools/netcoreTool": {
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "找不到 .NET Core SDK。项目生成将不起作用。请在设置中安装 .NET Core SDK 版本 3.1 或更新 .Net Core SDK 位置(如果已安装)。",
"sqlDatabaseProjects.UpdateNetCoreLocation": "更新位置",
"sqlDatabaseProjects.InstallNetCore": "安装",
"sqlDatabaseProjects.doNotAskAgain": "不再询问",
"sqlDatabaseProjects.outputChannel": "数据库项目",
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … 出错: {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … 已退出,代码为: {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 已退出,信号: {1}",
"sqlDatabaseProjects.RunCommand.stdout": " stdout: ",
"sqlDatabaseProjects.RunCommand.stderr": " stderr: "
}
}
}