Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/dacpac.i18n.json
Alex Ma fe0c1307a0 Update to langpack source files for September release. (#16990)
* update to localized XLFs

* added update to langpack source files

* updated xlfs

* update to source files
2021-09-03 10:46:12 -07:00

80 lines
4.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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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/localizedConstants": {
"dacFx.databaseName": "数据库名称",
"dacFx.deployButton": "部署",
"dacFx.deployConfigPageName": "选择“部署 Dacpac 设置”",
"dacFx.deployDescription": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
"dacFx.deployPlanPageName": "查看部署计划",
"dacFx.export": "导出",
"dacFx.exportConfigPageName": "选择“导出 Bacpac 设置”",
"dacFx.exportDescription": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]",
"dacFx.extract": "提取",
"dacFx.extractConfigPageName": "选择“提取 Dacpac 设置”",
"dacFx.extractDescription": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
"dacFx.generateScriptButton": "生成脚本",
"dacFx.import": "导入",
"dacFx.importConfigPageName": "选择“导入 Bacpac 设置”",
"dacFx.importDescription": "由 .bacpac 文件创建数据库 [导入 Bacpac]",
"dacFx.newDatabase": "新建数据库",
"dacFx.proceedDataLoss": "尽管可能会丢失数据,仍要继续",
"dacFx.selectOperationPageName": "选择操作",
"dacFx.sourceDatabase": "源数据库",
"dacFx.sourceServer": "源服务器",
"dacFx.summaryPageName": "摘要",
"dacFx.targetDatabase": "目标数据库",
"dacFx.targetServer": "目标服务器",
"dacFx.upgradeExistingDatabase": "升级现有数据库",
"dacFx.versionText": "版本(采用 x.x.x.x 格式x 表示数字)",
"dacFxDeploy.openFile": "打开",
"dacfx.dataLoss": "数据丢失",
"dacfx.dataLossText": "部署操作可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
"dacfx.dataLossTextWithCount": "列出的部署操作中有 {0} 个可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
"dacfx.dataLossTooltip": "可能导致数据丢失的操作标有警告符号",
"dacfx.databaseNameExistsErrorMessage": "SQL Server 实例上已经存在同名数据库。",
"dacfx.default": "默认",
"dacfx.deployPlanErrorMessage": "生成部署计划失败“{0}”",
"dacfx.deployPlanTableTitle": "部署计划操作",
"dacfx.fileLocation": "文件位置",
"dacfx.filenameEndingInPeriodErrorMessage": "文件名不能以句号结尾",
"dacfx.generateDeployErrorMessage": "生成部署脚本失败 '{0}'",
"dacfx.invalidFileCharsErrorMessage": "无效的文件字符",
"dacfx.noDataLoss": "列出的部署操作不会导致数据丢失。",
"dacfx.objecTooltip": "将受部署影响的对象的名称",
"dacfx.object": "对象",
"dacfx.operation": "操作",
"dacfx.operationErrorMessage": "{0} 操作失败“{1}”",
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
"dacfx.reservedValueErrorMessage": "文件名已保留。请选择其他名称,然后重试",
"dacfx.reservedWindowsFilenameErrorMessage": "此文件名保留供 Windows 使用。请选择其他名称,然后重试",
"dacfx.save": "保存",
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
"dacfx.selectFile": "选择文件",
"dacfx.setting": "设置",
"dacfx.summaryTableTitle": "设置摘要",
"dacfx.tooLongFilenameErrorMessage": "文件名超过 255 个字符",
"dacfx.trailingWhitespaceErrorMessage": "文件名不能以空格结尾",
"dacfx.type": "类型",
"dacfx.typeTooltip": "将受部署影响的对象类型",
"dacfx.undefinedFilenameErrorMessage": "未定义名称",
"dacfx.value": "值",
"dacfx.version": "版本",
"dacfx.whitespaceFilenameErrorMessage": "文件名不能为空白",
"dacfx.wizardTitle": "数据层应用程序向导"
},
"package": {
"dacFx.category": "DacFx",
"dacFx.defaultSaveLocation": "文件夹的完整路径,其中已默认保存 .DACPAC 和 .BACPAC 文件",
"dacFx.settings": "数据层应用程序包",
"dacFx.startTitle": "数据层应用程序向导"
}
}
}