Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/dacpac.i18n.json
Alex Ma 43cf19e316 Update for langpacks from 1.31 (#16363)
* update for langpacks from 1.31

* changed requirement number

* update for korean
2021-07-20 14:52:40 -07:00

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