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,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.targetServerDropdownTitle": "目標伺服器",
"dacFx.sourceServerDropdownTitle": "來源伺服器",
"dacFx.databaseNameTextBox": "目標資料庫",
"dacFx.sourceDatabaseDropdownTitle": "來源資料庫"
}

View File

@@ -0,0 +1,29 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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.needConnection": "請先連線至伺服器再使用本精靈。",
"dacFx.selectOperationPageName": "選取作業",
"dacFx.deployConfigPageName": "選取部署 Dacpac 設定",
"dacFx.deployPlanPage": "檢閱部署計劃",
"dacFx.deployActionPageName": "選取動作",
"dacFx.summaryPageName": "摘要",
"dacFx.extractConfigPageName": "選取擷取 Dacpac 設定",
"dacFx.importConfigPageName": "選取匯入 Bacpac 設定",
"dacFx.exportConfigPageName": "選取匯出 Bacpac 設定",
"dacFx.deployButton": "部署",
"dacFx.extractButton": "擷取",
"dacFx.importButton": "匯入",
"dacFx.exportButton": "匯出",
"dacFx.generateScriptButton": "產生指令碼",
"alertData.deployErrorMessage": "部署失敗的 '{0}",
"alertData.extractErrorMessage": "擷取失敗的 {0}'",
"alertData.exportErrorMessage": "匯出失敗的 {0}",
"alertData.importErrorMessage": "匯入失敗的 {0}'",
"dacfx.scriptGeneratingMessage": "精靈關閉後,您即可在 [工作歷程記錄] 中檢視指令碼產生的狀態",
"alertData.deployPlanErrorMessage": "產生部署計劃時 {0} 失敗"
}

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