Files
azuredatastudio/i18n/ads-language-pack-zh-hant/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.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": {
"package": {
"dacFx.settings": "Dacpac",
"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}'"
}
}
}