mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"dist/common/constants": {
|
||||
"enterPasswordPrompt": "(選擇性) 輸入要儲存在 local.settings.json 中的連線密碼",
|
||||
"azureFunctionsProjectMustBeOpened": "必須要有 C# Azure Functions 專案,才能以 SQL 繫結建立新的 Azure 函數。",
|
||||
"addPackage": "新增套件",
|
||||
"addSqlBinding": "正在將 SQL 繫結新增至函數 \"{0}\"...",
|
||||
"dotnetResult": "正在新增 SQL Nuget 套件:\r\n{0}",
|
||||
"failedToGetConnectionString": "為選取的連線產生連接字串時發生錯誤",
|
||||
"azureFunctionsExtensionNotInstalled": "必須安裝 Azure Functions 延伸模組,才能使用此功能。",
|
||||
"browseEllipsis": "瀏覽...",
|
||||
"closeButton": "關閉",
|
||||
"connectionStringSetting": "連接字串設定名稱",
|
||||
"connectionStringSettingPlaceholder": "在 \"local.settings.json\" 中指定的連接字串設定",
|
||||
"createProject": "建立 Azure 函數專案",
|
||||
"createNewLocalAppSetting": "建立新的本機應用程式設定",
|
||||
"doNotInstall": "不要安裝",
|
||||
"includePassword": "是否要在 local.settings.json 檔案中包含來自此連線的密碼?",
|
||||
"enterTableName": "輸入要查詢的 SQL 資料表",
|
||||
"enterTableNameToUpsert": "輸入 SQL 資料表以 upsert",
|
||||
"enterViewName": "輸入要查詢的 SQL 檢視",
|
||||
"userConnectionString": "輸入連接字串",
|
||||
"enterConnectionString": "輸入連接字串",
|
||||
"enterConnectionStringSettingName": "輸入連接字串設定名稱",
|
||||
"errorNewAzureFunction": "建立新的 Azure 函式時發生錯誤: {0}",
|
||||
"failedToParse": "無法剖析 \"{0}\": {1}。",
|
||||
"unableToSetConnectionString": "無法設定連接字串應用程式設定",
|
||||
"failedToSetSetting": "無法設定連接字串應用程式設定: {0}",
|
||||
"tableListProgressTitle": "正在擷取所選資料庫的資料表...",
|
||||
"viewListProgressTitle": "正在擷取所選資料庫的檢視...",
|
||||
"functionNameTitle": "函式名稱",
|
||||
"userPasswordLater": "為了稍後使用 SQL 連接字串,您必須在 local.settings.json 檔案中手動輸入密碼。",
|
||||
"input": "輸入",
|
||||
"install": "安裝",
|
||||
"learnMore": "深入了解",
|
||||
"SettingAlreadyExists": "本機應用程式設定 '{0}' 已經存在。要覆寫嗎?",
|
||||
"moreInformation": "詳細資訊",
|
||||
"nameMustNotBeEmpty": "名稱不得為空白",
|
||||
"hasSpecialCharacters": "名稱不能包含特殊字元",
|
||||
"noString": "否",
|
||||
"noAzureFunctionsInFile": "目前的作用中檔案中沒有任何 Azure 函式",
|
||||
"noAzureFunctionsProjectsInWorkspace": "在工作區中找不到任何 Azure 函式專案",
|
||||
"openFile": "開啟檔案",
|
||||
"output": "輸出",
|
||||
"inputDescription": "從資料庫擷取資料",
|
||||
"sqlObjectToQuery": "要查詢的 SQL 物件",
|
||||
"sqlTableToUpsert": "要 upsert 的目標 SQL 資料表",
|
||||
"save": "儲存",
|
||||
"outputDescription": "將資料儲存至資料庫",
|
||||
"selectButton": "選取",
|
||||
"selectDatabase": "選擇資料庫",
|
||||
"selectConnectionString": "選取 SQL 連接字串方法",
|
||||
"selectSetting": "從 local.settings.json 選取 SQL 連接字串設定",
|
||||
"connectionProfile": "選取連接設定檔",
|
||||
"selectAzureFunction": "在目前檔案中選取要新增 SQL 繫結的 Azure 函式",
|
||||
"selectAzureFunctionProjFolder": "選取 Azure 函數專案的資料夾",
|
||||
"selectSqlTableOrViewPrompt": "選取要插入或向上插入的物件類型",
|
||||
"selectTable": "選取要使用的資料表",
|
||||
"selectProject": "選取 SQL 繫結的 Azure 函數專案",
|
||||
"selectBindingType": "選取繫結類型",
|
||||
"selectBindingTypeToSpecifiedFunction": "選取函數 '{0}' 的繫結類型",
|
||||
"selectView": "選取要使用的檢視",
|
||||
"table": "資料表",
|
||||
"azureFunctionsExtensionNotFound": "需要 Azure Functions 延伸模組才能建立具有 SQL 繫結的新 Azure 函數,但它尚未安裝,要立即安裝嗎?",
|
||||
"saveChangesInFile": "目前的檔案中有未儲存的變更。要立即儲存嗎?",
|
||||
"timeoutAzureFunctionFileError": "等候 Azure 函數檔案建立時逾時",
|
||||
"timeoutExtensionError": "等候安裝延伸模組時逾時",
|
||||
"valueMustNotBeEmpty": "值不得為空白",
|
||||
"view": "檢視",
|
||||
"yesString": "是"
|
||||
},
|
||||
"package": {
|
||||
"sqlBindings.addSqlBinding": "新增 SQL 繫結 (預覽)",
|
||||
"sqlBindings.createAzureFunction": "使用 SQL 繫結建立 Azure 函數 (預覽)",
|
||||
"description": "讓使用者使用 Azure SQL 繫結來開發及發佈 Azure Functions",
|
||||
"displayName": "SSL 繫結"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user