update to langpack source files 8/9/2021 (#16635)

This commit is contained in:
Alex Ma
2021-08-09 14:19:43 -07:00
committed by GitHub
parent b2ff8162e6
commit 005c0aad7b
35 changed files with 1111 additions and 1791 deletions

View File

@@ -40,7 +40,7 @@
"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)",
"sqlDatabaseProjects.addSqlBinding": "Add SQL Binding"
"sqlDatabaseProjects.addSqlBinding": "新增 SQL 繫結"
},
"dist/common/constants": {
"emptyProjectTypeDisplayName": "SQL Database",
@@ -157,10 +157,10 @@
"projectLocationLabel": "位置",
"projectLocationPlaceholderText": "選取要建立專案的位置",
"browseButtonText": "瀏覽資料夾",
"selectFolderStructure": "Select folder structure",
"selectFolderStructure": "選取資料夾結構",
"folderStructureLabel": "資料夾結構",
"browseEllipsis": "Browse...",
"selectProjectLocation": "Select project location",
"browseEllipsis": "瀏覽...",
"selectProjectLocation": "選取專案位置",
"dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。",
"dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。",
"multipleSqlProjFilesSelected": "選取了多個 .sqlproj 檔案;請只選取一個。",
@@ -196,7 +196,7 @@
"cannotResolvePath": "無法解析路徑 {0}",
"fileAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的檔案存在。請選擇其他名稱。",
"folderAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他名稱。",
"folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.",
"folderAlreadyExistsChooseNewLocation": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他位置。",
"invalidInput": "輸入無效: {0}",
"invalidPropertyValue": "在 .sqlproj 中為屬性 '{0}' 指定的值無效",
"unableToCreatePublishConnection": "無法建立連線: {0}",
@@ -228,22 +228,23 @@
"externalStreamingJobFriendlyName": "外部資料流作業",
"preDeployScriptFriendlyName": "Script.PreDeployment",
"postDeployScriptFriendlyName": "Script.PostDeployment",
"input": "Input",
"output": "Output",
"selectBindingType": "Select type of binding",
"selectAzureFunction": "Select an Azure function in the current file to add SQL binding to",
"sqlObjectToQuery": "SQL object to query",
"sqlTableToUpsert": "SQL table to upsert into",
"connectionStringSetting": "Connection string setting name",
"connectionStringSettingPlaceholder": "Connection string setting specified in \"local.settings.json\"",
"noAzureFunctionsInFile": "No Azure functions in the current active file"
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.",
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.",
"sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location",
"sqlDatabaseProjects.InstallNetCore": "Install",
"sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again",
"sqlDatabaseProjects.outputChannel": "Database Projects",
"input": "輸入",
"output": "輸出",
"selectBindingType": "選取繫結類型",
"selectAzureFunction": "在目前檔案中選取要新增 SQL 繫結的 Azure 函式",
"sqlObjectToQuery": "要查詢的 SQL 物件",
"sqlTableToUpsert": "要 upsert 的目標 SQL 資料表",
"connectionStringSetting": "連接字串設定名稱",
"connectionStringSettingPlaceholder": "在 \"local.settings.json\" 中指定的連接字串設定",
"noAzureFunctionsInFile": "目前的作用中檔案中沒有任何 Azure 函式"
},
"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}",