update to langpack strings for code complete (#16597)

This commit is contained in:
Alex Ma
2021-08-06 11:44:09 -07:00
committed by GitHub
parent 013ce71166
commit 6c40f52f35
60 changed files with 952 additions and 362 deletions

View File

@@ -39,7 +39,8 @@
"sqlDatabaseProjects.Settings": "数据库项目",
"sqlDatabaseProjects.netCoreInstallLocation": "计算机上到 .NET Core SDK 的完整路径。",
"sqlDatabaseProjects.netCoreDoNotAsk": "未检测到时是否提示用户安装 .NET Core。",
"sqlDatabaseProjects.welcome": "当前没有打开数据项目。\r\n[新建项目](command:sqlDatabaseProjects.new)\r\n[打开项目](command:sqlDatabaseProjects.open)\r\n[根据数据库创建项目](command:sqlDatabaseProjects.importDatabase)"
"sqlDatabaseProjects.welcome": "当前没有打开数据项目。\r\n[新建项目](command:sqlDatabaseProjects.new)\r\n[打开项目](command:sqlDatabaseProjects.open)\r\n[根据数据库创建项目](command:sqlDatabaseProjects.importDatabase)",
"sqlDatabaseProjects.addSqlBinding": "Add SQL Binding"
},
"dist/common/constants": {
"emptyProjectTypeDisplayName": "SQL 数据库",
@@ -156,7 +157,10 @@
"projectLocationLabel": "位置",
"projectLocationPlaceholderText": "选择要创建项目的位置",
"browseButtonText": "浏览文件夹",
"selectFolderStructure": "Select folder structure",
"folderStructureLabel": "文件夹结构",
"browseEllipsis": "Browse...",
"selectProjectLocation": "Select project location",
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
"multipleSqlProjFilesSelected": "已选择多个 .sqlproj 文件;请仅选择一个。",
@@ -192,8 +196,7 @@
"cannotResolvePath": "无法解析路径 {0}",
"fileAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件。请选择其他名称。",
"folderAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件夹。请选择其他名称。",
"fileAlreadyAddedToProject": "已将路径为“{0}”的文件添加到项目中",
"folderAlreadyAddedToProject": "已将路径为“{0}”的文件夹添加到项目中",
"folderAlreadyExistsChooseNewLocation": "A folder with the name '{0}' already exists on disk at this location. Please choose another location.",
"invalidInput": "无效的输入: {0}",
"invalidPropertyValue": ".sqlproj 文件中为属性“{0}”指定的值无效",
"unableToCreatePublishConnection": "无法构造连接: {0}",
@@ -224,7 +227,16 @@
"externalStream": "外部 Stream",
"externalStreamingJobFriendlyName": "外部流式处理作业",
"preDeployScriptFriendlyName": "Script.PreDeployment",
"postDeployScriptFriendlyName": "Script.PostDeployment"
"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"
},
"dist/tools/netcoreTool": {
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "找不到 .NET Core SDK。项目生成将不起作用。请在设置中安装 .NET Core SDK 版本 3.1 或更新 .Net Core SDK 位置(如果已安装)。",