Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/ms-mssql.sql-bindings-vscode.i18n.json
Alex Ma 523dd8ad4b 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
2023-09-14 10:10:49 -07:00

87 lines
4.8 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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 表",
"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 Functions 项目",
"openFile": "打开文件",
"output": "输出",
"inputDescription": "从数据库中检索数据",
"sqlObjectToQuery": "要查询的 SQL 对象",
"sqlTableToUpsert": "要更新插入到的 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": "SQL 绑定"
}
}
}