Update extension resources and ENU XLF files (#6220)

* Add extension resources

* Update enu XLF resources
This commit is contained in:
Karl Burtram
2019-06-28 19:09:23 -07:00
committed by GitHub
parent 00c3758d86
commit bc7ac519d0
527 changed files with 12988 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacfx.targetServerName": "目标服务器",
"dacfx.targetDatabaseName": "目标数据库",
"dacfx.sourceServerName": "源服务器",
"dacfx.sourceDatabaseName": "源数据库",
"dacfx.fileLocation": "文件位置",
"dacfx.scriptLocation": "部署脚本位置",
"dacfx.action": "操作",
"dacfx.deploy": "部署",
"dacfx.generateScript": "生成部署脚本",
"dacfxExtract.version": "版本",
"dacfx.settingColumn": "设置",
"dacfx.valueColumn": "值"
}

View File

@@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacFx.deployRadioButtonLabel": "部署",
"dacFx.deployScriptRadioButtonLabel": "生成部署脚本并进行部署",
"dacFx.scriptRadioButtonLabel": "生成部署脚本",
"dacfxDeployScript.saveFile": "保存",
"dacfx.generatedScriptLocation": "部署脚本位置"
}

View File

@@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacFx.databaseNameTextBox": "数据库名称",
"dacFx.databaseNameDropdown": "数据库名称",
"dacFxDeploy.openFile": "打开",
"dacFxDeploy.fileTextboxTitle": "文件位置",
"dacFx.upgradeRadioButtonLabel": "升级现有数据库",
"dacFx.newRadioButtonLabel": "新数据库",
"dacFx.targetDatabaseRadioButtonsTitle": "目标数据库",
"dacFx.targetDatabaseDropdownTitle": "数据库名称"
}

View File

@@ -0,0 +1,21 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacfx.dataLossTextWithCount": "列出的部署操作的 {0} 可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
"dacFx.dataLossCheckbox": "尽管可能会丢失数据,仍要继续",
"dacfx.noDataLossText": "列出的部署操作不会导致数据丢失。",
"dacfx.dataLossText": "部署操作可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
"dacfx.operationColumn": "操作",
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
"dacfx.typeColumn": "类型",
"dacfx.typeTooltip": "将受部署影响的对象类型",
"dacfx.objectColumn": "对象",
"dacfx.objecTooltip": "将受部署影响的对象的名称",
"dacfx.dataLossColumn": "数据丢失",
"dacfx.dataLossTooltip": "将对可能导致数据丢失的操作标记警告符号"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacfxExport.saveFile": "保存",
"dacFxExport.fileTextboxTitle": "文件位置"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacfxExtract.saveFile": "保存",
"dacFxExtract.fileTextboxTitle": "文件位置",
"dacFxExtract.versionTextboxTitle": "版本(采用 x.x.x.x 格式x 表示数字)"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacFxImport.openFile": "打开",
"dacFxImport.fileTextboxTitle": "文件位置"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"dacFx.deployRadioButtonLabel": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
"dacFx.extractRadioButtonLabel": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
"dacFx.importRadioButtonLabel": "基于 .bacpac 文件创建数据库 [导入 Bacpac]",
"dacFx.exportRadioButtonLabel": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]"
}