mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-02 01:50:29 -04:00
update to langpacks8-2-2021 (#16525)
This commit is contained in:
@@ -0,0 +1,242 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"title.projectsView": "專案",
|
||||
"sqlDatabaseProjects.displayName": "資料庫專案",
|
||||
"sqlDatabaseProjects.description": "設計及發佈 SQL 資料庫結構描述",
|
||||
"sqlDatabaseProjects.new": "新的資料庫專案",
|
||||
"sqlDatabaseProjects.open": "開啟資料庫專案",
|
||||
"sqlDatabaseProjects.close": "關閉資料庫專案",
|
||||
"sqlDatabaseProjects.build": "組建",
|
||||
"sqlDatabaseProjects.publish": "發佈",
|
||||
"sqlDatabaseProjects.createProjectFromDatabase": "從資料庫建立專案",
|
||||
"sqlDatabaseProjects.properties": "屬性",
|
||||
"sqlDatabaseProjects.schemaCompare": "結構描述比較",
|
||||
"sqlDatabaseProjects.delete": "刪除",
|
||||
"sqlDatabaseProjects.exclude": "從專案中排除",
|
||||
"sqlDatabaseProjects.validateExternalStreamingJob": "驗證外部串流作業",
|
||||
"sqlDatabaseProjects.newScript": "新增指令碼",
|
||||
"sqlDatabaseProjects.newPreDeploymentScript": "新增預先部署指令碼",
|
||||
"sqlDatabaseProjects.newPostDeploymentScript": "新增部署後指令碼",
|
||||
"sqlDatabaseProjects.newTable": "新增資料表",
|
||||
"sqlDatabaseProjects.newView": "新增檢視",
|
||||
"sqlDatabaseProjects.newStoredProcedure": "新增預存程序",
|
||||
"sqlDatabaseProjects.newExternalStreamingJob": "新增外部資料流作業",
|
||||
"sqlDatabaseProjects.newItem": "新增項目...",
|
||||
"sqlDatabaseProjects.newFolder": "新增資料夾",
|
||||
"sqlDatabaseProjects.addDatabaseReference": "新增資料庫參考",
|
||||
"sqlDatabaseProjects.openContainingFolder": "開啟收納資料夾",
|
||||
"sqlDatabaseProjects.editProjectFile": "編輯 .sqlproj 檔",
|
||||
"sqlDatabaseProjects.changeTargetPlatform": "變更目標平台",
|
||||
"sqlDatabaseProjects.Settings": "資料庫專案",
|
||||
"sqlDatabaseProjects.netCoreInstallLocation": "電腦上 .NET Core SDK 的完整路徑。",
|
||||
"sqlDatabaseProjects.netCoreDoNotAsk": "是否在未偵測到時提示使用者安裝 .NET Core。",
|
||||
"sqlDatabaseProjects.welcome": "目前沒有開啟的資料庫專案。\r\n[New Project](command:sqlDatabaseProjects.new)\r\n[Open Project](command:sqlDatabaseProjects.open)\r\n[Create Project From Database](command:sqlDatabaseProjects.importDatabase)"
|
||||
},
|
||||
"dist/common/constants": {
|
||||
"emptyProjectTypeDisplayName": "SQL Database",
|
||||
"emptyProjectTypeDescription": "為從空白專案開始的 SQL 資料庫開發及發佈結構描述",
|
||||
"edgeProjectTypeDisplayName": "SQL Edge",
|
||||
"edgeProjectTypeDescription": "從核心元件開始開發及發佈 SQL Edge 的結構描述",
|
||||
"addItemAction": "新增項目",
|
||||
"schemaCompareAction": "結構描述比較",
|
||||
"buildAction": "組建",
|
||||
"publishAction": "發佈",
|
||||
"changeTargetPlatformAction": "變更目標平台",
|
||||
"Status": "狀態",
|
||||
"Time": "時間",
|
||||
"Date": "日期",
|
||||
"TargetPlatform": "目標平台",
|
||||
"TargetServer": "目標伺服器",
|
||||
"TargetDatabase": "目標資料庫",
|
||||
"BuildHistory": "組建歷程記錄",
|
||||
"PublishHistory": "發佈歷程記錄",
|
||||
"Success": "成功",
|
||||
"Failed": "失敗",
|
||||
"InProgress": "進行中",
|
||||
"hr": "小時",
|
||||
"min": "分鐘",
|
||||
"sec": "秒",
|
||||
"msec": "毫秒",
|
||||
"at": "於",
|
||||
"dataSourcesNodeName": "資料來源",
|
||||
"databaseReferencesNodeName": "資料庫參考",
|
||||
"sqlConnectionStringFriendly": "SQL 連接字串",
|
||||
"yesString": "是",
|
||||
"noString": "否",
|
||||
"okString": "確定",
|
||||
"selectString": "選取",
|
||||
"dacpacFiles": "dacpac 檔案",
|
||||
"publishSettingsFiles": "發佈設定檔案",
|
||||
"file": "檔案",
|
||||
"flat": "一般",
|
||||
"objectType": "物件類型",
|
||||
"schema": "結構描述",
|
||||
"schemaObjectType": "結構描述/物件類型",
|
||||
"defaultProjectNameStarter": "DatabaseProject",
|
||||
"reloadProject": "要重新載入資料庫專案嗎?",
|
||||
"newObjectNamePrompt": "新的 {0} 名稱:",
|
||||
"deleteConfirmation": "確定要刪除 {0} 嗎?",
|
||||
"deleteConfirmationContents": "您確定要刪除 {0} 及其所有內容嗎?",
|
||||
"deleteReferenceConfirmation": "確定要刪除 {0} 的參考嗎?",
|
||||
"selectTargetPlatform": "目前的目標平台: {0}。請選取新的目標平台",
|
||||
"currentTargetPlatform": "專案 {0} 的目標平台現在已{1}",
|
||||
"publishDialogName": "發佈專案",
|
||||
"publish": "發佈",
|
||||
"cancelButtonText": "取消",
|
||||
"generateScriptButtonText": "產生指令碼",
|
||||
"databaseNameLabel": "資料庫",
|
||||
"targetConnectionLabel": "連線",
|
||||
"dataSourceRadioButtonLabel": "資料來源",
|
||||
"connectionRadioButtonLabel": "連線",
|
||||
"dataSourceDropdownTitle": "資料來源",
|
||||
"noDataSourcesText": "此專案中沒有資料來源",
|
||||
"loadProfilePlaceholderText": "負載設定檔...",
|
||||
"profileReadError": "載入發佈設定檔時發生錯誤。{0}",
|
||||
"sqlCmdTableLabel": "SQLCMD 變數",
|
||||
"sqlCmdVariableColumn": "名稱",
|
||||
"sqlCmdValueColumn": "值",
|
||||
"reloadValuesFromProjectButtonTitle": "從專案重新載入值",
|
||||
"profile": "設定檔",
|
||||
"selectConnection": "選取連線",
|
||||
"server": "伺服器",
|
||||
"default": "預設",
|
||||
"selectProfileToUse": "選取要載入的發行設定檔",
|
||||
"selectProfile": "選取設定檔",
|
||||
"dontUseProfile": "不要使用設定檔",
|
||||
"browseForProfile": "瀏覽設定檔",
|
||||
"chooseAction": "選擇動作",
|
||||
"chooseSqlcmdVarsToModify": "選擇要修改的 SQLCMD 變數",
|
||||
"enterNewValueForVar": "輸入變數 '{0}' 的新值",
|
||||
"resetAllVars": "重設所有變數",
|
||||
"createNew": "<建立新項目>",
|
||||
"enterNewDatabaseName": "輸入新的資料庫名稱",
|
||||
"newDatabaseTitle": "{0} (新增)",
|
||||
"selectDatabase": "選取資料庫",
|
||||
"done": "完成",
|
||||
"nameMustNotBeEmpty": "名稱不得為空白",
|
||||
"addDatabaseReferencedialogName": "新增資料庫參考",
|
||||
"addDatabaseReferenceOkButtonText": "新增參考",
|
||||
"referenceRadioButtonsGroupTitle": "類型",
|
||||
"projectRadioButtonTitle": "專案",
|
||||
"systemDatabaseRadioButtonTitle": "系統資料庫",
|
||||
"dacpacText": "資料層應用程式 (.dacpac)",
|
||||
"dacpacPlaceholder": "選取 .dacpac",
|
||||
"loadDacpacButton": "選取 .dacpac",
|
||||
"locationDropdown": "位置",
|
||||
"sameDatabase": "相同資料庫",
|
||||
"differentDbSameServer": "不同資料庫,相同伺服器",
|
||||
"differentDbDifferentServer": "不同資料庫,不同伺服器",
|
||||
"databaseName": "資料庫名稱",
|
||||
"databaseVariable": "資料庫變數",
|
||||
"serverName": "伺服器名稱",
|
||||
"serverVariable": "伺服器變數",
|
||||
"suppressMissingDependenciesErrors": "隱藏參考的專案中未解析參考造成的錯誤",
|
||||
"exampleUsage": "使用方式範例",
|
||||
"enterSystemDbName": "輸入此系統資料庫的資料庫名稱",
|
||||
"databaseNameRequiredVariableOptional": "需要資料庫名稱。資料庫變數為選擇性項目。",
|
||||
"databaseNameServerNameVariableRequired": "需要資料庫名稱、伺服器名稱和伺服器變數。資料庫變數為選擇性項目。",
|
||||
"databaseProject": "資料庫專案",
|
||||
"dacpacNotOnSameDrive": "Dacpac 參考必須位於與專案檔相同的磁碟機上。專案檔位於 {0}",
|
||||
"createProjectFromDatabaseDialogName": "從資料庫建立專案",
|
||||
"createProjectDialogOkButtonText": "建立",
|
||||
"sourceDatabase": "來源資料庫",
|
||||
"targetProject": "目標專案",
|
||||
"createProjectSettings": "設定",
|
||||
"projectNameLabel": "名稱",
|
||||
"projectNamePlaceholderText": "輸入專案名稱",
|
||||
"projectLocationLabel": "位置",
|
||||
"projectLocationPlaceholderText": "選取要建立專案的位置",
|
||||
"browseButtonText": "瀏覽資料夾",
|
||||
"folderStructureLabel": "資料夾結構",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。",
|
||||
"multipleSqlProjFilesSelected": "選取了多個 .sqlproj 檔案;請只選取一個。",
|
||||
"noSqlProjFilesSelected": "未選取任何 .sqlproj 檔案;請選取一個。",
|
||||
"noDataSourcesFile": "找不到 {0}",
|
||||
"missingVersion": "遺漏了 {0} 的 'version' 項目",
|
||||
"unrecognizedDataSourcesVersion": "無法辨識的版本:",
|
||||
"unknownDataSourceType": "不明的資料來源類型:",
|
||||
"invalidSqlConnectionString": "不正確的 SQL 連接字串",
|
||||
"extractTargetRequired": "需要供解壓縮的目標資訊才能建立資料庫專案。",
|
||||
"schemaCompareNotInstalled": "需要安裝結構描述比較延伸模組,才能執行結構描述比較",
|
||||
"buildFailedCannotStartSchemaCompare": "因為組建失敗,所以無法啟動結構描述比較",
|
||||
"updateProjectForRoundTrip": "若要組建這個專案,Azure Data Studio 需要更新目標、參考和系統資料庫參考。如果專案是在 SSDT 中建立,則會繼續在兩個工具中運作。是否要讓 Azure Data Studio 更新專案?",
|
||||
"updateProjectDatabaseReferencesForRoundTrip": "若要組建這個專案,Azure Data Studio 需要更新系統資料庫參考。如果專案是在 SSDT 中建立,則會繼續在兩個工具中運作。是否要讓 Azure Data Studio 更新專案?",
|
||||
"databaseReferenceTypeRequired": "必須有資料庫參考類型才能新增資料庫的參考",
|
||||
"systemDatabaseReferenceRequired": "必須有系統資料庫選取項目,才可將參考加入系統資料庫",
|
||||
"dacpacFileLocationRequired": "需要 Dacpac 檔案位置才能將參考新增到資料庫",
|
||||
"databaseLocation": "需要資料庫位置才能將參考新增到資料庫",
|
||||
"databaseNameRequired": "必須有資料庫參考類型才能新增資料庫的參考",
|
||||
"invalidDataSchemaProvider": ".sqlproj 檔中的 DSP 無效",
|
||||
"invalidDatabaseReference": ".sqlproj 檔中的資料庫參考無效",
|
||||
"databaseSelectionRequired": "必須選取資料庫,才能從資料庫建立專案",
|
||||
"databaseReferenceAlreadyExists": "此專案中已經有這個資料庫的參考。",
|
||||
"outsideFolderPath": "不支援在專案資料夾外具有絕對路徑的專案。請確定專案檔中的路徑與專案資料夾相對。",
|
||||
"parentTreeItemUnknown": "無法存取提供之樹狀項目的父代",
|
||||
"prePostDeployCount": "若要成功組建,請更新專案以擁有一個預先部署指令碼和/或一個部署後指令碼",
|
||||
"invalidProjectReload": "無法存取提供的資料庫專案。只能重新載入有效、開啟的資料庫專案。",
|
||||
"externalStreamingJobValidationPassed": "外部資料流作業的驗證已通過。",
|
||||
"projectAlreadyOpened": "專案 '{0}' 已經開啟。",
|
||||
"projectAlreadyExists": "名為 {0} 的專案已存在於 {1}。",
|
||||
"noFileExist": "檔案 {0} 不存在",
|
||||
"fileOrFolderDoesNotExist": "檔案或目錄 '{0}' 不存在",
|
||||
"cannotResolvePath": "無法解析路徑 {0}",
|
||||
"fileAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的檔案存在。請選擇其他名稱。",
|
||||
"folderAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他名稱。",
|
||||
"fileAlreadyAddedToProject": "已將路徑為 '{0}' 的檔案新增到專案中",
|
||||
"folderAlreadyAddedToProject": "已將路徑為 '{0}' 的資料夾新增到專案中",
|
||||
"invalidInput": "輸入無效: {0}",
|
||||
"invalidPropertyValue": "在 .sqlproj 中為屬性 '{0}' 指定的值無效",
|
||||
"unableToCreatePublishConnection": "無法建立連線: {0}",
|
||||
"cicularProjectReference": "從專案 {0} 到專案 {1} 的循環參考",
|
||||
"mssqlNotFound": "無法取得 SQL Tools Service 安裝位置於 {0}",
|
||||
"projBuildFailed": "組建失敗。如需詳細資料,請查看輸出窗格。{0}",
|
||||
"unexpectedProjectContext": "無法建立專案內容。從未預期的位置叫用的命令: {0}",
|
||||
"unableToPerformAction": "找不到 '{0}' 目標: '{1}'",
|
||||
"unableToFindFile": "找不到路徑為 '{0}' 的 {1}",
|
||||
"deployScriptExists": "{0} 指令碼已存在。新指令碼不會包含在組建中。",
|
||||
"notValidVariableName": "變數名稱 '{0}' 無效。",
|
||||
"cantAddCircularProjectReference": "無法新增專案 '{0}' 的參考。以參考方式新增此專案將導致循環相依性",
|
||||
"unableToFindSqlCmdVariable": "找不到 SQLCMD 變數 '{0}'",
|
||||
"unableToFindReference": "找不到資料庫參考 {0}",
|
||||
"invalidGuid": "指定的 GUID 無效: {0}",
|
||||
"invalidTargetPlatform": "目標平台無效: {0}。支援的目標平台: {1}",
|
||||
"deleteAction": "刪除",
|
||||
"excludeAction": "排除",
|
||||
"fileObject": "檔案",
|
||||
"folderObject": "資料夾",
|
||||
"folderFriendlyName": "資料夾",
|
||||
"scriptFriendlyName": "指令碼",
|
||||
"tableFriendlyName": "資料表",
|
||||
"viewFriendlyName": "檢視",
|
||||
"storedProcedureFriendlyName": "預存程序",
|
||||
"dataSource": "資料來源",
|
||||
"fileFormat": "檔案格式",
|
||||
"externalStream": "外部資料流",
|
||||
"externalStreamingJobFriendlyName": "外部資料流作業",
|
||||
"preDeployScriptFriendlyName": "Script.PreDeployment",
|
||||
"postDeployScriptFriendlyName": "Script.PostDeployment"
|
||||
},
|
||||
"dist/tools/netcoreTool": {
|
||||
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "找不到 .NET Core SDK。專案組建將無法運作。請安裝 .NET Core SDK 3.1 版,或更新設定中的 .Net Core SDK 位置 (如果已安裝)。",
|
||||
"sqlDatabaseProjects.UpdateNetCoreLocation": "更新位置",
|
||||
"sqlDatabaseProjects.InstallNetCore": "安裝",
|
||||
"sqlDatabaseProjects.doNotAskAgain": "不要再詢問",
|
||||
"sqlDatabaseProjects.outputChannel": "資料庫專案",
|
||||
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … 發生錯誤: {1}",
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} …已結束。代碼: {1}",
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} …已結束。訊號: {1}",
|
||||
"sqlDatabaseProjects.RunCommand.stdout": " stdout: ",
|
||||
"sqlDatabaseProjects.RunCommand.stderr": " stderr: "
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user