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]"
}