Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/Microsoft.sql-database-projects.i18n.json
Alex Ma 523dd8ad4b Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode

* more cleanup for vscode git german.

* added working alias replacer, need to add all string entities

* added aliased bundle strings

* added extension files, need to update package and readme

* added update to changelog, and restored vscode extensions

* added comments
2023-09-14 10:10:49 -07:00

440 lines
27 KiB
JSON
Raw Permalink 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": {
"dist/common/constants": {
"sqlcmdVariableAlreadyExists": "此项目中已存在同名的 SQLCMD 变量",
"databaseNameRequiredVariableOptional": "数据库名是必需的。数据库变量是可选的。",
"databaseNameServerNameVariableRequired": "需要数据库名、服务器名和服务器变量。数据库变量是可选的。",
"fileAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件。请选择其他名称。",
"folderAlreadyExistsChooseNewLocation": "此位置的磁盘上已经存在名为 \"{0}\" 的文件夹。请选择其他名称。",
"folderAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件夹。请选择其他名称。",
"projectAlreadyExists": "在 {1} 中已存在名为 {0} 的项目。",
"cantAddCircularProjectReference": "无法添加对项目“{0}”的引用。将此项目添加为引用将导致循环依赖。",
"databaseReferenceAlreadyExists": "此项目中已存在对此数据库的引用",
"deployScriptExists": "已存在 {0} 脚本。新脚本不会包含在生成中。",
"actionLabel": "操作",
"addItemAction": "添加项",
"addSqlCmdVariableWithoutDefaultValue": "是否将 SQLCMD 变量 \"{0}\" 添加到没有默认值的项目?",
"azureAddAccount": "添加帐户...",
"addDatabaseReferencedialogName": "添加数据库引用",
"addDatabaseReferenceOkButtonText": "添加引用",
"advancedPublishOptions": "高级发布选项",
"advancedOptionsButton": "高级...",
"updateActionRadiButtonLabel": "应用所有更改",
"deleteSqlCmdVariableConfirmation": "是否确实要删除 SQLCMD 变量“{0}'?",
"deleteReferenceConfirmation": "是否确定要删除对 {0} 的引用?",
"deleteConfirmationContents": "是否确实要删除 {0} 及其所有内容?",
"deleteConfirmation": "是否确实要删除 {0}?",
"moveConfirmationPrompt": "是否确定要将 {0} 移到 {1}?",
"applyConfirmation": "是否确定要更新目标项目?",
"artifactReference": "项目引用",
"nodeButNotAutorestFoundPrompt": "未安装 Autorest。若要继续请选择是通过 “npx” 从临时位置运行 Autorest还是全局安装 Autorest然后运行。",
"nodeButNotAutorestFound": "在系统路径中找不到 Autorest 工具但发现Node.js。提示用户如何继续。执行“npm install autorest -g”永久安装并避免此消息。",
"emptyAzureDbProjectTypeDisplayName": "Azure SQL 数据库",
"edgeProjectTypeDisplayName": "Azure SQL Edge 数据库",
"azureSqlServerCreated": "Azure SQL Server “{0}” 已创建",
"azureServerName": "Azure SQL Server 名称",
"azureAccounts": "Azure 帐户",
"azureSubscription": "Azure 订阅",
"baseDockerImage": "基础 {0} Docker 映像",
"browseButtonText": "浏览文件夹",
"browseForProfile": "浏览配置文件",
"browseEllipsis": "浏览...",
"buildAction": "生成",
"buildElements": "生成元素",
"BuildHistory": "生成历史记录",
"projBuildFailed": "生成已失败。有关更多详细信息,请查看输出窗格。{0}",
"cancelButtonText": "取消",
"parentTreeItemUnknown": "无法访问所提供树项的父级",
"invalidProjectReload": "无法访问提供的数据库项目。只有有效的开放式数据库项目才可以重新加载。",
"cannotResolvePath": "无法解析路径 {0}",
"changeTargetPlatformAction": "更改目标平台",
"checkoutOutputMessage": "有关更多详细信息,请查看输出窗格。",
"chooseSqlcmdVarsToModify": "选择要修改的 SQLCMD 变量",
"chooseAction": "选择操作",
"cicularProjectReference": "从项目 {0} 到项目 {1} 的循环引用",
"cleaningDockerImagesMessage": "正在清理现有部署...",
"sdkLearnMorePlaceholder": "单击“了解详细信息”按钮了解有关 SDK 样式项目的详细信息",
"confirmPassword": "确认 {0} 管理员密码",
"confirmServerPassword": "确认 {0} 管理员密码",
"connectingToSqlServerMessage": "正在连接到 SQL Server",
"targetConnectionLabel": "连接",
"connectionFailedError": "连接失败错误: \"{0}\"",
"connectionRadioButtonLabel": "连接",
"containerAlreadyExistForProject": "此项目的容器已存在。是否要在部署新文件之前删除它们?",
"updatedToSdkStyleError": "未能将项目 {0} 转换为 SDK 样式失败。对 .sqlproj 的更改已回滚。",
"errorRetrievingBuildFiles": "无法生成项目。检索生成所需的文件时出错。",
"createProjectDialogOkButtonText": "创建",
"createNew": "新建",
"createProjectFromDatabaseDialogName": "根据数据库创建项目",
"creatingAzureSqlServer": "正在创建 Azure SQL Server “{0}”...",
"creatingDeploymentSettingsMessage": "正在创建部署设置...",
"selectTargetPlatform": "当前目标平台: {0}。请选择新目标平台",
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "当前安装的 .NET SDK 版本为 {0},这是不受支持的。项目生成将不起作用。请安装 .NET 6 SDK 或更高版本,或在设置中更新 .NET SDK 支持的版本位置(如果已安装)。",
"dacpacFileLocationRequired": "添加对数据库的引用时需要 Dacpac 文件位置",
"dacpacReferenceElement": "Dacpac 引用",
"dacpacNotOnSameDrive": "Dacpac 引用需要位于项目文件所在的同一驱动器上。项目文件位于 {0}",
"dataSource": "数据源",
"dataSourceDropdownTitle": "数据源",
"dataSourceRadioButtonLabel": "数据源",
"dacpacText": "数据层应用程序(.dacpac)",
"databaseNameLabel": "数据库",
"sqlDatabaseProjects.outputChannel": "数据库项目",
"databaseReferencesNodeName": "数据库引用",
"databaseLocation": "添加对数据库的引用时需要数据库位置",
"databaseName": "数据库名称",
"databaseNameRequired": "添加对不同数据库的引用时需要数据库名",
"databaseProject": "数据库项目",
"publishProjectSucceed": "已成功发布数据库项目",
"databaseReferenceTypeRequired": "添加对数据库的引用时需要数据库引用",
"databaseSelectionRequired": "必须选择数据库才能根据数据库创建项目",
"databaseVariable": "数据库变量",
"defaultProjectNameStarter": "DatabaseProject",
"defaultQuickPickItem": "默认 - 在容器注册表中定义为默认值的映像",
"deleteAction": "删除",
"deployDbTaskName": "正在本地部署 SQL DB 项目",
"emptyAzureDbProjectTypeDescription": "从空项目开始开发和发布 Azure SQL 数据库架构",
"emptyProjectTypeDescription": "从空项目开始开发和发布 SQL Server 数据库架构",
"emptySdkProjectTypeDescription": "使用 Microsoft.Build.Sql(预览版)为 SQL 数据库开发和发布架构,从空的 SDK 样式项目开始。",
"differentDbDifferentServer": "不同数据库,不同服务器",
"differentDbSameServer": "不同数据库,同一服务器",
"dockerImageMessage": "Docker 映像:",
"dockerContainerNotRunningErrorMessage": "Docker 容器未运行",
"dockerContainerCreatedMessage": "Docker 创建的 ID: \"{0}\"",
"dockerLogMessage": "Docker 日志: \"{0}\"",
"sqlDatabaseProjects.doNotAskAgain": "不再询问",
"dontUseProfile": "不使用配置文件",
"done": "完成",
"downloadError": "下载错误",
"downloadProgress": "下载进度",
"downloading": "正在下载",
"downloadingFromTo": "正在从 {0} 下载到 {1}",
"downloadingNuget": "下载 {0} nuget 以获取生成 DLL",
"enterSystemDbName": "输入此系统数据库的数据库名",
"enterConnStringTemplateDescription": "输入 SQL 连接字符串的模板",
"enterConnectionStringEnvName": "输入连接字符串环境变量名称",
"enterConnectionStringTemplate": "输入连接字符串模板",
"enterNewSqlCmdVariableDefaultValue": "为 SQLCMD 变量“{0}”输入默认值",
"enterConnectionStringEnvNameDescription": "输入 SQL 连接字符串的环境变量",
"enterNewSqlCmdVariableName": "输入新的 SQLCMD 变量名称",
"enterNewDatabaseName": "输入新数据库名",
"enterNewValueForVar": "输入变量“{0}”的新默认值",
"enterNewName": "输入新名称",
"projectNamePlaceholderText": "输入项目名",
"enterPassword": "输入 {0} 管理员密码",
"enterUser": "输入 {0} 管理员用户名",
"enterPortNumber": "输入 {0} 端口号或按 Enter 以使用默认值",
"errorAddingDatabaseReference": "添加对 {0} 的数据库引用时出错。错误: {1}",
"errorDownloading": "下载 {0} 时出错。错误: {1}",
"errorExtracting": "从 {0} 中提取文件时出错。错误: {1}",
"errorFindingBuildFilesLocation": "查找生成文件位置时出错: {0}",
"profileReadError": "加载发布配置文件时出错。{0}",
"errorReadingProjectGuid": "尝试读取项目“{0}”的 {1} 时出错。{2}",
"errorMovingFile": "从 {0} 到 {1} 移动文件时出错。错误: {2}",
"errorRenamingFile": "从 {0} 到 {1} 重命名文件时出错。错误: {2}",
"errorPrefix": "错误: {0}",
"errorNotSupportedInVsCode": "错误: VS Code的 SQL 数据库项目当前不支持 {0}。",
"exampleUsage": "示例用法",
"excludeAction": "不包括",
"excludeObjectTypes": "排除对象类型",
"excludeFolderNotSupported": "尚不支持排除文件夹",
"externalStream": "外部 Stream",
"externalStreamingJobFriendlyName": "外部流式处理作业",
"extractingDacFxDlls": "将 DacFx 版本 DLL 提取到 {0}",
"taskFailedError.error": "无法完成任务“{0}”。错误: {1}",
"deployProjectFailedMessage": "无法打开与已部署数据库的连接",
"publishToContainerFailed": "未能发布到容器。{0}",
"publishToNewAzureServerFailed": "无法发布到新 Azure SQL 服务器。{0}",
"dockerContainerFailedToRunErrorMessage": "无法运行 Docker 容器",
"deployAppSettingUpdateFailed": "无法更新应用设置 \"{0}\"",
"dockerNotRunningError": "验证 docker 失败。请确保 docker 已安装并正在运行。错误:“{0}”",
"file": "文件",
"fileFormat": "文件格式",
"fileOrFolderDoesNotExist": "文件或目录“{0}”不存在",
"noFileExist": "文件 {0} 不存在",
"flat": "平面",
"folderFriendlyName": "文件夹",
"folderElements": "文件夹元素",
"folderStructureLabel": "文件夹结构",
"generateScriptButtonText": "生成脚本",
"generatingProjectFromAutorest": "正在从 {0} 生成新的 SQL 项目... 检查输出窗口以了解详细信息。",
"generatingProjectFailed": "通过 AutoRest 生成项目失败。有关更多详细信息,请查看输出窗格。错误: {0}",
"eulaAgreementText": "我接受 {0}。",
"eulaAgreementTemplate": "我接受 {0}。",
"imageTag": "图像标记",
"importElements": "导入元素",
"InProgress": "进行中",
"include": "包括",
"includePermissionsLabel": "包括权限",
"includePermissionsInProject": "在项目中包括权限",
"sqlDatabaseProjects.Install": "安装",
"installGlobally": "全局安装",
"invalidDataSchemaProvider": ".Sqlproj 文件中的 DSP 无效",
"invalidSqlConnectionString": "SQL 连接字符串无效",
"invalidDatabaseReference": ".Sqlproj 文件中的数据库引用无效",
"invalidInput": "无效的输入: {0}",
"invalidTargetPlatform": "目标平台 {0} 无效。支持的目标平台: {1}",
"invalidPropertyValueInSqlProj": ".sqlproj 文件中为属性“{0}”指定的值无效",
"outsideFolderPath": "不支持具有项目文件夹外绝对路径的项。请确保项目文件中的路径与项目文件夹相关。",
"learnMore": "了解详细信息",
"dockerImageEulaMessage": "许可协议:",
"loadProfilePlaceholderText": "加载配置文件...",
"projectLocationLabel": "位置",
"location": "位置",
"edgeEulaAgreementTitle": "Microsoft Azure SQL Edge 许可协议",
"eulaAgreementTitle": "Microsoft SQL Server 许可协议",
"missingVersion": "在 {0} 中缺少 “version” 条目",
"movingFilesBetweenProjectsNotSupported": "不支持在项目之间移动文件",
"multipleSqlProjFilesSelected": "已选择多个 .sqlproj 文件;请仅选择一个。",
"projectNameLabel": "名称",
"sqlCmdVariableColumn": "名称",
"nameMustNotBeEmpty": "名称不得为空",
"nodeNotFound": "在系统路径中找不到 autorest 和 Node.js (npx)。请安装 Node.js 以使 Autorest 生成正常工作。",
"new": "新建",
"autorestProjectName": "新 SQL 项目名称",
"newObjectNamePrompt": "新 {0} 名称:",
"noString": "否",
"noStringDefault": "无(默认)",
"noSqlFilesGenerated": "Autorest 未生成任何 .sql 文件。请确认规范包含模型定义,或查看输出日志以了解详细信息。",
"noSqlProjFilesSelected": "未选择任何 .sqlproj 文件;请选择一个。",
"noDataSourcesText": "此项目中没有数据源",
"noDataSourcesFile": "找不到 {0}。",
"noneElements": "无元素",
"nupkgNamePlaceholder": "NuGet 包名称",
"versionPlaceholder": "NuGet 包版本",
"objectType": "对象类型",
"okString": "确定",
"onlyMoveFilesFoldersSupported": "仅支持移动文件和文件夹",
"openEulaString": "打开许可协议",
"specSelectionText": "OpenAPI/Swagger 规范",
"retrySucceedMessage": "操作 \"{0}\" 已成功完成。结果: {1}",
"retryFailedMessage": "操作 \"{0}\" 失败。正在重试...当前结果: {1}。错误: \"{2}\"",
"retryMessage": "操作 “{0}” 失败。正在重试...错误: “{1}” ",
"optionDescription": "选项说明",
"optionName": "选项名称",
"packageReference": "包引用",
"portMustNotBeNumber": "端口必须是数字",
"postDeployElements": "PostDeploy 元素",
"preDeployElements": "PreDeploy 元素",
"profile": "配置文件",
"projectLocString": "项目",
"projectAlreadyOpened": "已打开项目“{0}”。",
"invalidPropertyValueProvided": "项目属性值 '{0} 无效",
"projectReferenceElement": "项目引用",
"projectReferenceNameElement": "项目引用名称元素",
"applySuccess": "已成功更新项目。",
"publish": "发布",
"publishAction": "发布",
"PublishHistory": "发布历史记录",
"publishOptions": "发布选项",
"publishProfileFriendlyName": "发布配置文件",
"publishSettingsFiles": "发布设置文件",
"publishTo": "发布目标",
"publishProfileElements": "发布配置文件元素",
"publishDialogName": "发布项目",
"publishToExistingServer": "发布到现有 {0}",
"publishToAzureEmulator": "发布到新的 Azure SQL 数据库仿真器",
"publishToNewAzureServer": "发布到新的 Azure SQL 逻辑服务器(预览)",
"publishToDockerContainer": "发布到新 {0} 本地开发容器",
"publishToDockerContainerPreview": "发布到新 {0} 本地开发容器(预览)",
"nupkgText": "已发布的数据层应用程序 (.nupkg)",
"publishingProjectMessage": "正在容器中发布项目...",
"referenceTypeRadioButtonsGroupTitle": "引用类型",
"referenceRadioButtonsGroupTitle": "引用的数据库类型",
"referencedDatabaseType": "引用的数据库类型",
"reset": "重置",
"resetAllVars": "重置所有变量",
"resourceGroup": "资源组",
"revertSqlCmdVarsButtonTitle": "将值还原为项目默认值",
"runViaNpx": "通过 npx 运行",
"retryRunMessage": "正在运行操作 \"{2}\",第 {0} 次尝试(共 {1} 次)",
"runningDockerMessage": "正在运行 docker 容器...",
"sdkStyleProject": "SDK 样式项目(预览版)",
"emptySdkProjectTypeDisplayName": "SQL 数据库 (SDK)",
"emptyProjectTypeDisplayName": "SQL Server 数据库",
"sqlConnectionStringFriendly": "SQL 连接字符串",
"sqlCmdTableLabel": "SQLCMD 变量",
"sqlcmdVariablesNodeName": "SQLCMD 变量",
"sqlcmdVariableNameCannotContainIllegalChars": "SQLCMD 变量名称 \"{0}\" 不能包含以下任何字符: {1}",
"sqlcmdVariableNameCannotBeWhitespace": "SQLCMD 变量名称 \"{0}\" 不能包含空格",
"sameDatabase": "同一数据库",
"save": "保存",
"saveProfileAsButtonText": "另存为…",
"schema": "架构",
"schemaCompareAction": "架构比较",
"schemaCompare.compareErrorMessage": "架构比较失败: {0}",
"buildFailedCannotStartSchemaCompare": "架构比较无法启动,因为生成失败",
"schemaCompareNotInstalled": "需要安装架构比较扩展才能运行架构比较",
"schemaObjectType": "架构/对象类型",
"scriptFriendlyName": "脚本",
"postDeployScriptFriendlyName": "Script.PostDeployment",
"preDeployScriptFriendlyName": "Script.PreDeployment",
"selectString": "选择",
"selectDacpac": "选择 .dacpac",
"selectFileString": "选择文件",
"selectSpecFile": "选择 OpenAPI/Swagger 规范文件",
"selectProfile": "选择配置文件",
"selectConnection": "选择连接",
"selectDatabase": "选择数据库",
"selectFolderStructure": "选择文件夹结构",
"projectLocationPlaceholderText": "选择要创建项目的位置",
"projectToUpdatePlaceholderText": "选择项目文件",
"selectProjectLocation": "选择项目位置",
"selectProfileToUse": "选择要加载的发布配置文件",
"selectBaseImage": "选择基础 {0} docker 映像",
"selectImageTag": "选择图像标记或按 Enter 以使用默认值",
"selectPublishOption": "选择要将项目发布到的位置",
"server": "服务器",
"serverCreated": "已创建服务器",
"serverName": "服务器名称",
"serverVariable": "服务器变量",
"createProjectSettings": "设置",
"sourceDatabase": "源数据库",
"invalidGuid": "指定的 GUID 无效: {0}",
"edgeProjectTypeDescription": "从核心部分开始开发和发布 Azure SQL Edge 数据库的架构",
"storedProcedureFriendlyName": "存储过程",
"suppressMissingDependenciesErrors": "禁止显示由引用对象中的未解析引用导致的错误",
"systemDatabase": "系统数据库",
"systemDatabaseReferenceRequired": "添加对系统数据库的引用时需要系统数据库选择",
"tableFriendlyName": "表",
"TargetDatabase": "目标数据库",
"TargetPlatform": "目标平台",
"TargetServer": "目标服务器",
"extractTargetRequired": "必须提供用于提取的目标信息才能创建数据库项目。",
"currentTargetPlatform": "项目 {0} 的目标平台现已 {1}",
"targetProject": "目标项目",
"sqlDatabaseProjects.DotnetInstallationConfirmation": "找不到 .NET SDK。项目生成将不起作用。请安装 .NET 6 SDK 或更高版本,或在设置中更新 .Net SDK 位置(如果已安装)。",
"noSchemaCompareExtension": "架构比较扩展必须从数据库安装到更新项目。",
"convertToSdkStyleConfirmation": "转换后,项目 \\\"{0}\\\" 将不与 SSDT 完全兼容。转换前,将在项目文件夹中创建项目文件的备份副本。有关详细信息,请参阅 https://aka.ms/sqlprojsdk。继续转换为 SDK 样式项目?",
"equalComparison": "项目已与数据库保持最新。",
"projectUpdatedToSdkStyle": "项目 {0} 已更新为 SDK 样式项目。单击“了解详细信息”,了解有关 Microsoft.Build.Sql SDK 的详细信息以及简化项目文件的方法。",
"noSqlProjFile": "所选项目文件不存在",
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
"updateProjectDatabaseReferencesForRoundTrip": "需要更新系统数据库引用才能生成此项目“{0}”。如果项目是在 SSDT 中创建的,它将继续在这两个工具中工作。是否要更新项目?",
"projectNeedsUpdatingForCrossPlat": "需要更新目标、引用和系统数据库引用,以生成项目 '{0}'。",
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
"applyError": "更新项目时出错: {0}",
"prePostDeployCount": "要成功生成,请更新项目以具有一个预先部署脚本和/或一个后期部署脚本",
"unableToCreatePublishConnection": "无法构造连接: {0}",
"unexpectedProjectContext": "无法建立项目上下文。从意外位置调用了命令: {0}",
"unableToFindSqlCmdVariable": "找不到 SQLCMD 变量“{0}”",
"unableToFindReference": "找不到数据库引用 {0}",
"unableToFindFile": "找不到路径为“{0}”的 {1}",
"unableToPerformAction": "无法定位“{0}”目标:“{1}”。{2}",
"multipleMostDeploymentScripts": "{0} 文件数异常: {1}",
"unhandledDeleteType": "删除过程中未处理的项目类型: \"{0}",
"unhandledMoveNode": "移动的未处理节点类型",
"unknownDataSourceType": "未知的数据源类型: ",
"unrecognizedDataSourcesVersion": "无法识别的版本: ",
"updateText": "更新",
"sqlDatabaseProjects.UpdateDotnetLocation": "更新位置",
"updateAction": "更新操作",
"updateProjectFromDatabaseDialogName": "从数据库更新项目",
"updateProjectForCrossPlatformShort": "是否更新{0}以获得跨平台支持?",
"deployAppSettingUpdating": "正在更新应用设置: \"{0}\"",
"updatingProjectFromDatabase": "正在从 {1} 更新 {0}...",
"dockerImagesPlaceHolder": "在本地 arm64/Apple Silicon 上使用{0}",
"userSelectionCancelled": "用户已取消选择的 autorest 运行方式。",
"userSelectionInstallGlobally": "用户已选择全局安装 autorest。正在安装...",
"userSelectionRunNpx": "用户已选择通过 npx 运行。",
"externalStreamingJobValidationPassed": "已通过外部流式作业验证。",
"sqlCmdValueColumn": "值",
"valueCannotBeEmpty": "值不能为空",
"version": "版本",
"versionMustNotBeEmpty": "版本不得为空",
"viewFriendlyName": "查看",
"compareActionRadiButtonLabel": "查看架构比较中的更改",
"retryWaitMessage": "正在等待 {0} 秒,然后再次尝试执行操作 \"{1}\"",
"reloadProject": "是否希望重新加载数据库项目?",
"saveProfile": "是否要将设置保存在配置文件 (.publish.xml) 中?",
"appSettingPrompt": "是否要使用新的连接字符串更新 Azure 函数 local.settings.json?",
"yesString": "是",
"yesRecommended": "是(推荐)",
"dacpacFiles": "dacpac 文件",
"optionNotFoundWarningMessage": "标签: 选项值名称查找中不存在 {0}",
"updateProjectForCrossPlatform": "{0} 如果项目是在 SSDT 中创建的,它将继续在这两个工具中工作。是否要更新项目?",
"serverPassword": "{0} 管理员密码",
"passwordNotMatch": "{0} 密码与确认密码不匹配",
"invalidSQLPassword": "{0} 密码不符合密码复杂性要求。有关详细信息,请参阅 https://docs.microsoft.com/sql/relational-databases/security/password-policy",
"serverPortNumber": "{0} 端口号",
"Date": "日期",
"Failed": "失败",
"Move": "移动",
"Status": "状态",
"Success": "成功",
"Time": "时间",
"at": "位于",
"default": "默认",
"fileObject": "文件",
"folderObject": "文件夹",
"hr": "小时",
"min": "分钟",
"msec": "毫秒",
"sec": "秒"
},
"dist/tools/netcoreTool": {
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … 出错: {1}"
},
"dist/tools/shellExecutionHelper": {
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … 已退出,代码为: {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 已退出,信号: {1}",
"sqlDatabaseProjects.RunCommand.stderr": " stderr: ",
"sqlDatabaseProjects.RunCommand.stdout": " stdout: "
},
"package": {
"sqlDatabaseProjects.addDatabaseReference": "添加数据库引用",
"sqlDatabaseProjects.addExistingItem": "添加现有项...",
"sqlDatabaseProjects.newExternalStreamingJob": "添加外部流式处理作业",
"sqlDatabaseProjects.newFolder": "添加文件夹",
"sqlDatabaseProjects.newItem": "添加项...",
"sqlDatabaseProjects.newPostDeploymentScript": "添加后期部署脚本",
"sqlDatabaseProjects.newPreDeploymentScript": "添加预先部署脚本",
"sqlDatabaseProjects.newPublishProfile": "新建发布配置文件",
"sqlDatabaseProjects.addSqlCmdVariable": "添加 SQLCMD 变量",
"sqlDatabaseProjects.newScript": "添加脚本",
"sqlDatabaseProjects.newStoredProcedure": "添加存储过程",
"sqlDatabaseProjects.newTable": "添加表",
"sqlDatabaseProjects.newView": "添加视图",
"sqlDatabaseProjects.build": "生成",
"sqlDatabaseProjects.changeTargetPlatform": "更新目标平台",
"sqlDatabaseProjects.close": "关闭数据库项目",
"sqlDatabaseProjects.convertToSdkStyleProject": "转换为 SDK 样式项目",
"sqlDatabaseProjects.createProjectFromDatabase": "根据数据库创建项目",
"sqlDatabaseProjects.Settings": "数据库项目",
"sqlDatabaseProjects.displayName": "数据库项目",
"sqlDatabaseProjects.delete": "删除",
"sqlDatabaseProjects.description": "设计和发布 SQL 数据库架构",
"sqlDatabaseProjects.edit": "编辑",
"sqlDatabaseProjects.editProjectFile": "编辑 .sqlproj 文件",
"sqlDatabaseProjects.enablePreviewFeatures": "启用预览版 SQL 数据库项目功能",
"sqlDatabaseProjects.exclude": "从项目中排除",
"sqlDatabaseProjects.dotnetInstallLocation": "计算机上 .NET SDK 的完整路径。例如,如果 dotnet.exe 位于 C: \\folder1\\dotnet\\dotnet.exe则将此设置的路径设置为 C: \\folder1\\dotnet",
"sqlDatabaseProjects.generateProjectFromOpenApiSpec": "从 OpenAPI/Swagger 规范生成 SQL 项目(预览)",
"sqlDatabaseProjects.new": "新建数据库项目",
"sqlDatabaseProjects.welcome": "当前没有打开数据项目。\r\n[新建项目](command:sqlDatabaseProjects.new)\r\n[打开项目](command:sqlDatabaseProjects.open)\r\n[根据数据库创建项目](command:sqlDatabaseProjects.importDatabase)",
"sqlDatabaseProjects.openContainingFolder": "打开包含的文件夹",
"sqlDatabaseProjects.open": "打开数据库项目",
"sqlDatabaseProjects.openInDesigner": "在设计器中打开",
"sqlDatabaseProjects.openReferencedSqlProject": "打开项目",
"title.projectsView": "项目",
"sqlDatabaseProjects.properties": "属性",
"sqlDatabaseProjects.publish": "发布",
"sqlDatabaseProjects.rename": "重命名",
"sqlDatabaseProjects.schemaCompare": "架构比较",
"sqlDatabaseProjects.updateProjectFromDatabase": "从数据库更新项目",
"sqlDatabaseProjects.validateExternalStreamingJob": "验证外部流式处理作业",
"sqlDatabaseProjects.collapseProjectNodes": "项目节点是否启动已折叠",
"sqlDatabaseProjects.netCoreDoNotAsk": "未检测到时是否提示用户安装 .NET SDK。",
"sqlDatabaseProjects.nodejsDoNotAsk": "是否在未检测到时提示用户安装 Node.js。",
"sqlDatabaseProjects.autorestSqlVersion": "要从 NPM 使用哪个版本的 Autorest.Sql。如果未设置则将使用最新版本。",
"sqlDatabaseProjects.microsoftBuildSqlVersion": "用于生成旧版 SQL 项目的 Microsoft.Build.Sql SDK 版本。示例: 0.1.7-preview"
}
}
}