Archived
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:
+4
-4
@@ -9,18 +9,18 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/main": {
|
||||
"adminToolExtWin.noOENode": "无法由以下 connectionContex 确定对象资源管理器节点: {0}",
|
||||
"adminToolExtWin.ssmsMinError": "使用参数“{0}”调用 SsmsMin 时出错 - {1}",
|
||||
"adminToolExtWin.launchingDialogStatus": "正在启动对话…",
|
||||
"adminToolExtWin.noConnectionContextForGsw": "未为 handleLaunchSsmsMinPropertiesDialogCommand 提供 ConnectionContext",
|
||||
"adminToolExtWin.noConnectionContextForProp": "未为 handleLaunchSsmsMinPropertiesDialogCommand 提供 ConnectionContext",
|
||||
"adminToolExtWin.noConnectionProfile": "未从 connectionContext 提供任何 connectionProfile: {0}",
|
||||
"adminToolExtWin.noOENode": "无法由以下 connectionContex 确定对象资源管理器节点: {0}",
|
||||
"adminToolExtWin.ssmsMinError": "使用参数“{0}”调用 SsmsMin 时出错 - {1}"
|
||||
"adminToolExtWin.noConnectionProfile": "未从 connectionContext 提供任何 connectionProfile: {0}"
|
||||
},
|
||||
"package": {
|
||||
"adminToolExtWin.description": "向 Azure Data Studio 添加其他特定于 Windows 的功能",
|
||||
"adminToolExtWin.displayName": "适用于 Windows 的数据库管理工具扩展",
|
||||
"adminToolExtWin.launchGswMenuItem": "生成脚本…",
|
||||
"adminToolExtWin.propertiesMenuItem": "属性"
|
||||
"adminToolExtWin.propertiesMenuItem": "属性 (管理员工具)"
|
||||
}
|
||||
}
|
||||
}
|
||||
+77
-77
@@ -9,34 +9,34 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/data/alertData": {
|
||||
"alertData.DefaultAlertTypString": "SQL Server 事件警报",
|
||||
"alertData.saveErrorMessage": "警报更新失败“{0}”",
|
||||
"alertData.DefaultAlertTypString": "SQL Server 事件警报",
|
||||
"alertDialog.PerformanceCondition": "SQL Server 性能条件警报",
|
||||
"alertDialog.WmiEvent": "WMI 事件警报"
|
||||
},
|
||||
"dist/data/jobData": {
|
||||
"jobData.jobNameRequired": "必须提供作业名称",
|
||||
"jobData.newJobErrorMessage": "作业创建失败“{0}”",
|
||||
"jobData.newJobSuccessMessage": "已成功创建作业“{0}”",
|
||||
"jobData.saveErrorMessage": "作业更新失败“{0}”",
|
||||
"jobData.saveSucessMessage": "已成功更新作业“{0}”",
|
||||
"jobData.newJobErrorMessage": "作业创建失败“{0}”",
|
||||
"jobData.jobNameRequired": "必须提供作业名称",
|
||||
"jobData.saveErrorMessage": "作业更新失败“{0}”",
|
||||
"jobData.whenJobCompletes": "当作业完成时",
|
||||
"jobData.whenJobFails": "当作业失败时",
|
||||
"jobData.whenJobSucceeds": "当作业成功时"
|
||||
},
|
||||
"dist/data/jobStepData": {
|
||||
"jobStepData.saveErrorMessage": "步骤更新失败“{0}”",
|
||||
"stepData.jobNameRequired": "必须提供作业名称",
|
||||
"stepData.stepNameRequired": "必须提供步骤名称"
|
||||
"stepData.stepNameRequired": "必须提供步骤名称",
|
||||
"jobStepData.saveErrorMessage": "步骤更新失败“{0}”"
|
||||
},
|
||||
"dist/data/notebookData": {
|
||||
"notebookData.invalidNotebookPath": "笔记本路径无效",
|
||||
"notebookData.jobExists": "具有类似名称的作业已存在",
|
||||
"notebookData.jobNameRequired": "必须提供笔记本名称",
|
||||
"notebookData.newJobErrorMessage": "未能创建笔记本 '{0}'",
|
||||
"notebookData.newJobSuccessMessage": "已成功创建笔记本 '{0}'",
|
||||
"notebookData.saveErrorMessage": "笔记本更新失败 '{0}'",
|
||||
"notebookData.saveSucessMessage": "已成功更新笔记本 '{0}'",
|
||||
"notebookData.newJobErrorMessage": "未能创建笔记本 '{0}'",
|
||||
"notebookData.jobNameRequired": "必须提供笔记本名称",
|
||||
"notebookData.saveErrorMessage": "笔记本更新失败 '{0}'",
|
||||
"notebookData.selectExecutionDatabase": "选择执行数据库",
|
||||
"notebookData.selectStorageDatabase": "选择存储数据库",
|
||||
"notebookData.templatePathRequired": "必须提供模板路径",
|
||||
@@ -46,39 +46,15 @@
|
||||
},
|
||||
"dist/data/proxyData": {
|
||||
"proxyData.newJobSuccessMessage": "已成功创建代理“{0}”",
|
||||
"proxyData.saveErrorMessage": "代理更新失败“{0}”",
|
||||
"proxyData.saveSucessMessage": "已成功更新代理“{0}”"
|
||||
"proxyData.saveSucessMessage": "已成功更新代理“{0}”",
|
||||
"proxyData.saveErrorMessage": "代理更新失败“{0}”"
|
||||
},
|
||||
"dist/dialogs/agentDialog": {
|
||||
"agentDialog.Cancel": "取消",
|
||||
"agentDialog.OK": "确定"
|
||||
},
|
||||
"dist/dialogs/alertDialog": {
|
||||
"alertDialog.AdditionalNotification": "要发送的其他通知消息",
|
||||
"alertDialog.AllDatabases": "<所有数据库>",
|
||||
"alertDialog.DatabaseName": "数据库名称",
|
||||
"alertDialog.DelayMinutes": "延迟分钟数",
|
||||
"alertDialog.DelaySeconds": "延迟秒数",
|
||||
"alertDialog.Enabled": "已启用",
|
||||
"alertDialog.ErrorNumber": "错误号",
|
||||
"alertDialog.ExecuteJob": "执行作业",
|
||||
"alertDialog.ExecuteJobName": "作业名称",
|
||||
"alertDialog.General": "常规",
|
||||
"alertDialog.IncludeErrorInEmail": "在电子邮件中包含警报错误文本",
|
||||
"alertDialog.IncludeErrorInPager": "在寻呼机中包含警报错误文本",
|
||||
"alertDialog.MessageText": "消息文本",
|
||||
"alertDialog.Name": "名称",
|
||||
"alertDialog.NewJob": "新建作业",
|
||||
"alertDialog.NewOperator": "新建运算符",
|
||||
"alertDialog.NotifyOperators": "通知运算符",
|
||||
"alertDialog.OperatorEmail": "电子邮件",
|
||||
"alertDialog.OperatorList": "运算符列表",
|
||||
"alertDialog.OperatorName": "运算符",
|
||||
"alertDialog.OperatorPager": "寻呼机",
|
||||
"alertDialog.Options": "选项",
|
||||
"alertDialog.RaiseAlertContains": "消息包含以下内容时引发警报",
|
||||
"alertDialog.Response": "响应",
|
||||
"alertDialog.Severity": "严重性",
|
||||
"alertDialog.Severity001": "001 - 其他系统信息",
|
||||
"alertDialog.Severity002": "002 - 预留",
|
||||
"alertDialog.Severity003": "003 - 预留",
|
||||
@@ -104,37 +80,58 @@
|
||||
"alertDialog.Severity023": "023 - 灾难性错误: 数据库完整性可疑",
|
||||
"alertDialog.Severity024": "024 - 灾难性错误: 硬件错误",
|
||||
"alertDialog.Severity025": "025 - 灾难性错误",
|
||||
"alertDialog.Type": "类型",
|
||||
"alertDialog.AdditionalNotification": "要发送的其他通知消息",
|
||||
"alertDialog.createAlert": "创建警报",
|
||||
"alertDialog.DatabaseName": "数据库名",
|
||||
"alertDialog.DelayMinutes": "延迟分钟数",
|
||||
"alertDialog.DelaySeconds": "延迟秒数",
|
||||
"alertDialog.OperatorEmail": "电子邮件",
|
||||
"alertDialog.editAlert": "编辑警报",
|
||||
"alertDialog.eventAlert": "事件警报定义"
|
||||
"alertDialog.Enabled": "已启用",
|
||||
"alertDialog.ErrorNumber": "错误号",
|
||||
"alertDialog.eventAlert": "事件警报定义",
|
||||
"alertDialog.ExecuteJob": "执行作业",
|
||||
"alertDialog.General": "常规",
|
||||
"alertDialog.IncludeErrorInEmail": "在电子邮件中包含警报错误文本",
|
||||
"alertDialog.IncludeErrorInPager": "在寻呼机中包含警报错误文本",
|
||||
"alertDialog.ExecuteJobName": "作业名称",
|
||||
"alertDialog.MessageText": "消息文本",
|
||||
"alertDialog.Name": "名称",
|
||||
"alertDialog.NewJob": "新建作业",
|
||||
"alertDialog.NewOperator": "新建运算符",
|
||||
"alertDialog.NotifyOperators": "通知运算符",
|
||||
"alertDialog.OperatorName": "运算符",
|
||||
"alertDialog.OperatorList": "运算符列表",
|
||||
"alertDialog.Options": "选项",
|
||||
"alertDialog.OperatorPager": "寻呼机",
|
||||
"alertDialog.RaiseAlertContains": "消息包含以下内容时引发警报",
|
||||
"alertDialog.Response": "响应",
|
||||
"alertDialog.Severity": "严重性",
|
||||
"alertDialog.Type": "类型"
|
||||
},
|
||||
"dist/dialogs/jobDialog": {
|
||||
"jobDialog.alertEnabledLabel": "已启用",
|
||||
"jobDialog.notificationsTabTop": "作业完成时要执行的操作",
|
||||
"jobDialog.alertNameLabel": "警报名称",
|
||||
"jobDialog.alertTypeLabel": "类型",
|
||||
"jobDialog.alerts": "警报",
|
||||
"jobDialog.alertsList": "警报列表",
|
||||
"jobDialog.blankJobNameError": "作业名称不能为空。",
|
||||
"jobDialog.deleteJobLabel": "自动删除作业",
|
||||
"jobDialog.category": "类别",
|
||||
"jobDialog.delete": "删除步骤",
|
||||
"jobDialog.deleteJobLabel": "自动删除作业",
|
||||
"jobDialog.description": "说明",
|
||||
"jobDialog.edit": "编辑步骤",
|
||||
"jobDialog.editJob": "编辑作业",
|
||||
"jobDialog.edit": "编辑步骤",
|
||||
"jobDialog.email": "电子邮件",
|
||||
"jobDialog.alertEnabledLabel": "已启用",
|
||||
"jobDialog.enabled": "已启用",
|
||||
"jobDialog.eventLogCheckBoxLabel": "写入 Windows 应用程序事件日志",
|
||||
"jobDialog.general": "常规",
|
||||
"jobDialog.jobStepList": "作业步骤列表",
|
||||
"jobDialog.moveDown": "将步骤向下移动",
|
||||
"jobDialog.moveUp": "将步骤向上移动",
|
||||
"jobDialog.name": "名称",
|
||||
"jobDialog.new": "新建步骤",
|
||||
"jobDialog.newAlert": "新建警报",
|
||||
"jobDialog.newJob": "新建作业",
|
||||
"jobDialog.new": "新建步骤",
|
||||
"jobDialog.notifications": "通知",
|
||||
"jobDialog.notificationsTabTop": "作业完成时要执行的操作",
|
||||
"jobDialog.onFailure": "失败时",
|
||||
"jobDialog.onSuccess": "成功时",
|
||||
"jobDialog.owner": "所有者",
|
||||
@@ -146,35 +143,33 @@
|
||||
"jobDialog.startStepAt": "启动步骤",
|
||||
"jobDialog.step": "步骤",
|
||||
"jobDialog.steps": "步骤",
|
||||
"jobDialog.type": "类型"
|
||||
"jobDialog.blankJobNameError": "作业名称不能为空。",
|
||||
"jobDialog.alertTypeLabel": "类型",
|
||||
"jobDialog.type": "类型",
|
||||
"jobDialog.eventLogCheckBoxLabel": "写入 Windows 应用程序事件日志"
|
||||
},
|
||||
"dist/dialogs/jobStepDialog": {
|
||||
"jobStepDialog.CmdExec": "操作系统(CmdExec)",
|
||||
"jobStepDialog.TSQL": "Transact-SQL 脚本(T-SQL)",
|
||||
"jobStepDialog.advanced": "高级",
|
||||
"jobStepDialog.agentServiceAccount": "SQL Server 代理服务帐户",
|
||||
"jobStepDialog.allFiles": "所有文件(*)",
|
||||
"jobStepDialog.analysisCommand": "SQL Server Analysis Services 命令",
|
||||
"jobStepDialog.analysisQuery": "SQL Server Analysis Services 查询",
|
||||
"jobStepDialog.appendExistingTableEntry": "将输出追加到表中的现有条目",
|
||||
"jobStepDialog.appendOutputToFile": "将输出追加到现有文件",
|
||||
"jobStepDialog.blankStepName": "步骤名称不能留空",
|
||||
"jobStepDialog.cancel": "取消",
|
||||
"jobStepDialog.commandLabel": "命令",
|
||||
"jobStepDialog.databaseLabel": "数据库",
|
||||
"jobStepDialog.editJobStep": "编辑作业步骤",
|
||||
"jobStepDialog.failParse": "命令失败。",
|
||||
"jobStepDialog.failureAction": "失败操作时",
|
||||
"jobStepDialog.fileBrowserTitle": "定位数据库文件 - ",
|
||||
"jobStepDialog.fileName": "文件名",
|
||||
"jobStepDialog.filesOfType": "文件类型",
|
||||
"jobStepDialog.general": "常规",
|
||||
"jobStepDialog.nextStep": "转到下一步骤",
|
||||
"jobStepDialog.includeStepOutputHistory": "在历史记录中包括步骤输出",
|
||||
"jobStepDialog.fileBrowserTitle": "定位数据库文件 - ",
|
||||
"jobStepDialog.logToTable": "记录到表中",
|
||||
"jobStepDialog.newJobStep": "新建作业步骤",
|
||||
"jobStepDialog.nextStep": "转到下一步骤",
|
||||
"jobStepDialog.ok": "确定",
|
||||
"jobStepDialog.failureAction": "失败操作时",
|
||||
"jobStepDialog.successAction": "成功操作时",
|
||||
"jobStepDialog.open": "打开…",
|
||||
"jobStepDialog.CmdExec": "操作系统(CmdExec)",
|
||||
"jobStepDialog.outputFile": "输出文件",
|
||||
"jobStepDialog.parse": "分析",
|
||||
"jobStepDialog.powershell": "PowerShell",
|
||||
@@ -190,54 +185,59 @@
|
||||
"jobStepDialog.retryInterval": "重试间隔(分钟)",
|
||||
"jobStepDialog.runAsLabel": "运行身份",
|
||||
"jobStepDialog.runAsUser": "以用户身份运行",
|
||||
"jobStepDialog.selectedPath": "选定的路径",
|
||||
"jobStepDialog.agentServiceAccount": "SQL Server 代理服务帐户",
|
||||
"jobStepDialog.analysisCommand": "SQL Server Analysis Services 命令",
|
||||
"jobStepDialog.analysisQuery": "SQL Server Analysis Services 查询",
|
||||
"jobStepDialog.servicesPackage": "SQL Server 集成服务包",
|
||||
"jobStepDialog.selectedPath": "选定的路径",
|
||||
"jobStepDialog.stepNameLabel": "步骤名称",
|
||||
"jobStepDialog.successAction": "成功操作时",
|
||||
"jobStepDialog.failParse": "命令失败。",
|
||||
"jobStepDialog.successParse": "已成功分析该命令。",
|
||||
"jobStepDialog.blankStepName": "步骤名称不能留空",
|
||||
"jobStepDialog.TSQL": "Transact-SQL 脚本(T-SQL)",
|
||||
"jobStepDialog.typeLabel": "类型"
|
||||
},
|
||||
"dist/dialogs/notebookDialog": {
|
||||
"notebookDialog.defaultDropdownString": "选择数据库",
|
||||
"notebookDialog.description": "说明",
|
||||
"notebookDialog.editJob": "编辑笔记本作业",
|
||||
"notebookDialog.executeDatabase": "执行数据库",
|
||||
"notebookDialog.executionDatabaseInfo": "选择数据库以运行笔记本查询",
|
||||
"notebookDialog.general": "常规",
|
||||
"notebookDialog.jobSection": "作业详细信息",
|
||||
"notebookDialog.name": "名称",
|
||||
"notebookDialog.newJob": "新建笔记本作业",
|
||||
"notebookDialog.notebookSection": "笔记本详细信息",
|
||||
"notebookDialog.templateNotebook": "笔记本路径",
|
||||
"notebookDialog.owner": "所有者",
|
||||
"notebookDialog.pickSchedule": "选择时间表",
|
||||
"notebookDialog.removeSchedule": "删除计划",
|
||||
"notebookDialog.schedulesaLabel": "计划列表",
|
||||
"notebookDialog.targetDatabase": "存储数据库",
|
||||
"notebookDialog.defaultDropdownString": "选择数据库",
|
||||
"notebookDialog.executionDatabaseInfo": "选择数据库以运行笔记本查询",
|
||||
"notebookDialog.targetDatabaseInfo": "选择一个数据库以存储所有笔记本作业元数据和结果",
|
||||
"notebookDialog.templateNotebook": "笔记本路径",
|
||||
"notebookDialog.templatePath": "从电脑中选择要计划的笔记本"
|
||||
"notebookDialog.templatePath": "从电脑中选择要计划的笔记本",
|
||||
"notebookDialog.targetDatabase": "存储数据库"
|
||||
},
|
||||
"dist/dialogs/operatorDialog": {
|
||||
"createOperator.AlertEmailColumnLabel": "电子邮件",
|
||||
"createOperator.AlertListHeading": "警报列表",
|
||||
"createOperator.AlertNameColumnLabel": "警报名称",
|
||||
"createOperator.AlertPagerColumnLabel": "寻呼机",
|
||||
"createOperator.createOperator": "创建运算符",
|
||||
"createOperator.AlertEmailColumnLabel": "电子邮件",
|
||||
"createOperator.EmailName": "电子邮件名称",
|
||||
"createOperator.editOperator": "编辑运算符",
|
||||
"createOperator.Enabled": "已启用",
|
||||
"createOperator.PagerFridayCheckBox": "星期五",
|
||||
"createOperator.General": "常规",
|
||||
"createOperator.PagerMondayCheckBox": "星期一",
|
||||
"createOperator.Name": "名称",
|
||||
"createOperator.Notifications": "通知",
|
||||
"createOperator.PagerDutySchedule": "寻呼机待机计划",
|
||||
"createOperator.AlertPagerColumnLabel": "寻呼机",
|
||||
"createOperator.PagerEmailName": "寻呼机电子邮件名称",
|
||||
"createOperator.PagerFridayCheckBox": "星期五",
|
||||
"createOperator.PagerMondayCheckBox": "星期一",
|
||||
"createOperator.PagerDutySchedule": "寻呼机待机计划",
|
||||
"createOperator.PagerSaturdayCheckBox": "星期六",
|
||||
"createOperator.PagerSundayCheckBox": "星期日",
|
||||
"createOperator.PagerThursdayCheckBox": "星期四",
|
||||
"createOperator.PagerTuesdayCheckBox": "星期二",
|
||||
"createOperator.PagerWednesdayCheckBox": "星期三",
|
||||
"createOperator.createOperator": "创建运算符",
|
||||
"createOperator.editOperator": "编辑运算符",
|
||||
"createOperator.workdayBegin": "工作日开始",
|
||||
"createOperator.workdayEnd": "工作日结束"
|
||||
},
|
||||
@@ -245,14 +245,16 @@
|
||||
"pickSchedule.availableSchedules": "可用计划:",
|
||||
"pickSchedule.cancel": "取消",
|
||||
"pickSchedule.description": "说明",
|
||||
"pickSchedule.jobSchedules": "作业计划",
|
||||
"pickSchedule.ok": "确定",
|
||||
"pickSchedule.scheduleID": "ID",
|
||||
"pickSchedule.scheduleName": "名称"
|
||||
"pickSchedule.jobSchedules": "作业计划",
|
||||
"pickSchedule.scheduleName": "名称",
|
||||
"pickSchedule.ok": "确定"
|
||||
},
|
||||
"dist/dialogs/proxyDialog": {
|
||||
"createProxy.createProxy": "创建代理",
|
||||
"createProxy.CredentialName": "凭据名称",
|
||||
"createProxy.Description": "说明",
|
||||
"createProxy.editProxy": "编辑代理",
|
||||
"createProxy.General": "常规",
|
||||
"createProxy.OperatingSystem": "操作系统(CmdExec)",
|
||||
"createProxy.PowerShell": "PowerShell",
|
||||
@@ -265,14 +267,12 @@
|
||||
"createProxy.SSASCommandLabel": "SQL Server Analysis Services 命令",
|
||||
"createProxy.SSASQueryLabel": "SQL Server Analysis Services 查询",
|
||||
"createProxy.SSISPackage": "SQL Server Integration Services 包",
|
||||
"createProxy.SubsystemName": "子系统",
|
||||
"createProxy.createProxy": "创建代理",
|
||||
"createProxy.editProxy": "编辑代理"
|
||||
"createProxy.SubsystemName": "子系统"
|
||||
},
|
||||
"dist/mainController": {
|
||||
"agent.AddNewConnection": "添加新连接",
|
||||
"agent.selectConnection": "选择连接",
|
||||
"agent.selectValidConnection": "请选择有效的连接",
|
||||
"agent.selectConnection": "选择连接",
|
||||
"agent.templateUploadError": "模板更新失败",
|
||||
"agent.templateUploadSuccessful": "已成功更新模板",
|
||||
"agent.unsavedFileSchedulingError": "必须先保存笔记本,然后才能进行计划。请保存,然后重试计划。",
|
||||
+428
-428
File diff suppressed because it is too large
Load Diff
+44
-44
@@ -9,58 +9,58 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"resource-type-sql-edge-display-name": "Azure SQL Edge",
|
||||
"resource-type-sql-edge-description": "Azure SQL Edge (预览)是一个适合 IoT 和 IoT Edge 部署的优化关系数据库引擎。",
|
||||
"extension-displayName": "Azure SQL Edge 部署扩展",
|
||||
"docker-sql-port-field": "Azure SQL Edge 端口",
|
||||
"sqlserver-info-section-title": "Azure SQL Edge 信息",
|
||||
"docker-sql-password-field": "Azure SQL Edge 实例(sa)密码",
|
||||
"azure-info-section-title": "Azure 信息",
|
||||
"azure_location": "位置",
|
||||
"azure_resource_group": "资源组",
|
||||
"azure_subscription_id": "订阅 ID",
|
||||
"device-id": "设备 ID",
|
||||
"device-ip-address": "设备 IP 地址",
|
||||
"device-ip-address-description": "将用于在部署后连接到 Azure SQL Edge 实例",
|
||||
"device-target-condition": "目标条件",
|
||||
"device-target-condition-learn-more": "详细了解目标状况。",
|
||||
"vm_password_confirm": "确认虚拟机管理员密码",
|
||||
"docker-confirm-sql-password-field": "确认密码",
|
||||
"docker-container-name-field": "容器名称",
|
||||
"docker-imagetag-field": "图像标记",
|
||||
"docker-password-field": "密码",
|
||||
"docker-registry-field": "注册表",
|
||||
"docker-repository-field": "存储库",
|
||||
"docker-settings-section-title": "Docker 设置",
|
||||
"docker-sql-password-field": "Azure SQL Edge 实例(sa)密码",
|
||||
"docker-sql-port-field": "Azure SQL Edge 端口",
|
||||
"docker-username-field": "用户名",
|
||||
"edge-agreement": "我接受 {0} 和 {1}。",
|
||||
"edge-eula": "Microsoft Azure SQL Edge 许可协议",
|
||||
"edge-remote-password-field": "密码",
|
||||
"edge-remote-target-field": "名称或 IP 地址",
|
||||
"edge-remote-username-field": "用户名",
|
||||
"extension-description": "提供部署 Microsoft SQL Server 的基于笔记本的体验",
|
||||
"extension-displayName": "Azure SQL Edge 部署扩展",
|
||||
"iot-hub-name": "IoT 中心名称",
|
||||
"microsoft-privacy-statement": "Microsoft 隐私声明",
|
||||
"package-files": "SQL Server 包文件",
|
||||
"package_path": "包文件",
|
||||
"package_path_description": "SQL Server 包文件的路径(dacpac、bacpac)或压缩包文件。",
|
||||
"remote-info-section-title": "目标计算机信息",
|
||||
"resource-type-sql-edge-description": "Azure SQL Edge (预览)是一个适合 IoT 和 IoT Edge 部署的优化关系数据库引擎。",
|
||||
"resource-type-sql-edge-display-name": "Azure SQL Edge",
|
||||
"sql-edge-azure-display-name": "新建 Azure IoT 中心和虚拟机(密码身份验证)",
|
||||
"sql-edge-azure-multi-device-display-name": "Azure IoT 中心的多个设备",
|
||||
"sql-edge-azure-multi-device-title": "将 Azure SQL Edge 部署到多个 Azure IoT 设备",
|
||||
"sql-edge-azure-single-device-display-name": "Azure IoT 中心的现有设备",
|
||||
"sql-edge-azure-single-device-title": "将 Azure SQL Edge 部署到现有设备",
|
||||
"sql-edge-azure-sshkey-display-name": "新建 Azure IoT 中心和虚拟机(ssh 公钥身份验证)",
|
||||
"sql-edge-azure-title": "通过 IoT 中心将 Azure SQL Edge 部署到新的 Azure VM",
|
||||
"sql-edge-local-display-name": "本地容器实例",
|
||||
"sql-edge-local-title": "在本地计算机上部署 Azure SQL Edge 容器实例",
|
||||
"sql-edge-remote-display-name": "远程容器实例",
|
||||
"sql-edge-remote-title": "在远程计算机上部署 Azure SQL Edge 容器实例",
|
||||
"sql-edge-azure-title": "通过 IoT 中心将 Azure SQL Edge 部署到新的 Azure VM",
|
||||
"sql-edge-azure-single-device-title": "将 Azure SQL Edge 部署到现有设备",
|
||||
"sql-edge-azure-multi-device-title": "将 Azure SQL Edge 部署到多个 Azure IoT 设备",
|
||||
"sql-edge-type-display-name": "部署目标",
|
||||
"sqlserver-info-section-title": "Azure SQL Edge 信息",
|
||||
"vm_admin": "虚拟机管理员用户名",
|
||||
"device-id": "设备 ID",
|
||||
"device-ip-address": "设备 IP 地址",
|
||||
"docker-settings-section-title": "Docker 设置",
|
||||
"sql-edge-azure-single-device-display-name": "Azure IoT 中心的现有设备",
|
||||
"edge-agreement": "我接受 {0} 和 {1}。",
|
||||
"docker-imagetag-field": "图像标记",
|
||||
"iot-hub-name": "IoT 中心名称",
|
||||
"device-target-condition-learn-more": "详细了解目标状况。",
|
||||
"sql-edge-local-display-name": "本地容器实例",
|
||||
"azure_location": "位置",
|
||||
"edge-eula": "Microsoft Azure SQL Edge 许可协议",
|
||||
"microsoft-privacy-statement": "Microsoft 隐私声明",
|
||||
"sql-edge-azure-multi-device-display-name": "Azure IoT 中心的多个设备",
|
||||
"edge-remote-target-field": "名称或 IP 地址",
|
||||
"sql-edge-azure-display-name": "新建 Azure IoT 中心和虚拟机(密码身份验证)",
|
||||
"sql-edge-azure-sshkey-display-name": "新建 Azure IoT 中心和虚拟机(ssh 公钥身份验证)",
|
||||
"package_path": "包文件",
|
||||
"edge-remote-password-field": "密码",
|
||||
"docker-password-field": "密码",
|
||||
"package_path_description": "SQL Server 包文件的路径(dacpac、bacpac)或压缩包文件。",
|
||||
"extension-description": "提供部署 Microsoft SQL Server 的基于笔记本的体验",
|
||||
"docker-registry-field": "注册表",
|
||||
"sql-edge-remote-display-name": "远程容器实例",
|
||||
"docker-repository-field": "存储库",
|
||||
"azure_resource_group": "资源组",
|
||||
"package-files": "SQL Server 包文件",
|
||||
"vm_ssh_public_key": "SSH 公钥",
|
||||
"azure_subscription_id": "订阅 ID",
|
||||
"device-target-condition": "目标条件",
|
||||
"remote-info-section-title": "目标计算机信息",
|
||||
"edge-remote-username-field": "用户名",
|
||||
"docker-username-field": "用户名",
|
||||
"vm_password": "虚拟机管理员密码",
|
||||
"vm_password_confirm": "确认虚拟机管理员密码",
|
||||
"vm_admin": "虚拟机管理员用户名",
|
||||
"vm_password_validation_error_message": "VM 密码的长度必须为 12 到 123 个字符,且包含大写字符、小写字符、数字、特殊字符。",
|
||||
"vm_ssh_public_key": "SSH 公钥"
|
||||
"device-ip-address-description": "将用于在部署后连接到 Azure SQL Edge 实例"
|
||||
}
|
||||
}
|
||||
}
|
||||
+37
-37
@@ -9,83 +9,83 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"arc.releaseDateNotParsed": "无法分析发布日期。",
|
||||
"az.promptForAzUpdate": "新版本的 Azure CLI ({0}) 已可用,是否希望立即更新?",
|
||||
"az.accept": "接受",
|
||||
"az.arcdataExtensionNotInstalled": "此扩展需要安装 Azure CLI 扩展 “arcdata”。使用 [此处](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension)的说明安装最新版本。",
|
||||
"az.arcdataInstalled": "已成功安装 Azure CLI arcdata 扩展。需要重启 Azure Studio 才能完成配置 - 在完成此操作之前,将不会激活功能。",
|
||||
"az.parseVersionError": "分析 az --version 的输出时出错。",
|
||||
"az.azOutputParseErrorCaught": "分析 az 命令 {0} 的输出时出错。输出不是 JSON。",
|
||||
"az.askLater": "稍后询问",
|
||||
"az.az": "Azure CLI",
|
||||
"az.azInstalled": "已成功安装 Azure CLI。需要重启 Azure Studio 才能完成配置 - 在完成此操作之前,将不会激活功能。",
|
||||
"az.azOutputParseErrorCaught": "分析 az 命令 {0} 的输出时出错。输出不是 JSON。",
|
||||
"az.missingRequiredVersion": "Azure CLI >= {0} 是此功能所必需的。运行 “Azure CLI: 检查更新” 命令以安装此版本,然后重试。",
|
||||
"az.azUserSettingReadLog": "Azure CLI 用户设置: {0}.{1} 读取,值: {2}",
|
||||
"az.azUserSettingUpdatedLog": "Azure CLI 用户设置: 已更新 {0}.{1},newValue: {2}",
|
||||
"az.azInstalled": "已成功安装 Azure CLI。需要重启 Azure Studio 才能完成配置 - 在完成此操作之前,将不会激活功能。",
|
||||
"az.checkingLatestAzVersion": "正在检查最新可用版本的 Azure CLI",
|
||||
"az.couldNotFindArcdataWithPrompt": "找不到 Azure CLI arcdata 扩展,是否立即安装? 如果不安装,某些功能将无法正常工作。",
|
||||
"az.couldNotFindAz": "找不到 Azure CLI。错误: {0}",
|
||||
"az.couldNotFindAzArc": "找不到 Azure CLI arcdata 扩展。错误: {0}",
|
||||
"az.couldNotFindAzWithPrompt": "找不到 Azure CLI,是否立即安装? 如果不安装,则某些功能将无法正常工作。",
|
||||
"az.couldNotFindAz": "找不到 Azure CLI。错误: {0}",
|
||||
"az.couldNotFindArcdataWithPrompt": "找不到 Azure CLI arcdata 扩展,是否立即安装? 如果不安装,某些功能将无法正常工作。",
|
||||
"az.couldNotFindAzArc": "找不到 Azure CLI arcdata 扩展。错误: {0}",
|
||||
"az.currentlyInstalledVersionIsLatest": "当前安装的 Azure CLI 版本 {0} 与任何其他可用版本相同或更新",
|
||||
"az.decline": "拒绝",
|
||||
"az.doNotAskAgain": "不再询问",
|
||||
"az.downloadError": "下载时出错",
|
||||
"az.downloadFinished": "已完成下载",
|
||||
"az.downloadingProgressMb": "正在下载({0} / {1} MB)",
|
||||
"az.downloadingTo": "正在将 {0} 从 {1} 下载到 {2}",
|
||||
"az.endpointOrNamespaceRequired": "必须指定终结点或命名空间",
|
||||
"az.installError": "安装 Azure CLI 和 arcdata 扩展时出错: {0}",
|
||||
"az.updateError": "更新 Azure CLI 时出错: {0}",
|
||||
"az.downloadError": "下载时出错",
|
||||
"az.executingCommand": "正在执行命令:“{0} {1}”",
|
||||
"az.failedToParseReleaseInfo": "未能分析 {0} 处内容的 JSON。\r\n文件内容: \r\n{1}\r\n错误: {2}",
|
||||
"az.foundExistingAz": "在 arcdata 版本为 {2} 的路径 {1} 处找到现有 Azure CLI 安装(版本为 v{0})。",
|
||||
"az.versionForUpdate": "找到的版本为 {0}。Azure CLI 可以从当前版本 {1} 更新到此版本。",
|
||||
"az.gettingTextContentsOfUrl": "正在获取位于 URL {0} 的资源的文本内容",
|
||||
"az.installError": "安装 Azure CLI 和 arcdata 扩展时出错: {0}",
|
||||
"az.installingArcdata": "正在安装 Azure CLI arcdata 扩展...",
|
||||
"az.installingAz": "正在安装 Azure CLI...",
|
||||
"az.installingArcdata": "正在安装 Azure CLI arcdata 扩展...",
|
||||
"az.latestAzVersionAvailable": "最新可用 Azure CLI 版本: {0}。",
|
||||
"az.missingRequiredVersion": "Azure CLI >= {0} 是此功能所必需的。运行 “Azure CLI: 检查更新” 命令以安装此版本,然后重试。",
|
||||
"az.no": "否",
|
||||
"az.noAz": "没有可用的 Azure CLI,请运行命令“Azure CLI: 安装”以启用需要它的功能。",
|
||||
"az.noAzArc": "没有可用的 Azure CLI arcdata 扩展。",
|
||||
"az.noAzWithLink": "没有可用的 Azure CLI,请 [安装Azure CLI](command:az.install)以启用需要它的功能。",
|
||||
"az.noAz": "没有可用的 Azure CLI,请运行命令“Azure CLI: 安装”以启用需要它的功能。",
|
||||
"az.noAzureCLI": "没有可用的 Azure CLI。从 [此处](https://docs.microsoft.com/cli/azure/install-azure-cli)手动安装最新版本,然后重启 Azure Studio。",
|
||||
"az.noDownloadLink": "没有适用于平台“{0}”的下载链接 \r\n发布信息: ${1}",
|
||||
"az.noReleaseVersion": "没有适用于平台“{0}”的发布版本 \r\n发布信息: ${1}",
|
||||
"az.parseVersionError": "分析 az --version 的输出时出错。",
|
||||
"az.updateCheckSkipped": "未执行对新 Azure CLI 版本的可用性检查,因为找不到要安装的 Azure CLI",
|
||||
"az.noDownloadLink": "没有适用于平台“{0}”的下载链接\r\n发布信息: ${1}",
|
||||
"az.noReleaseVersion": "没有适用于平台“{0}”的发布版本\r\n发布信息: ${1}",
|
||||
"az.platformUnsupported": "平台“{0}”当前不受支持",
|
||||
"az.promptForAzUpdate": "新版本的 Azure CLI ({0}) 已可用,是否希望立即更新?",
|
||||
"az.promptForRequiredAzUpdate": "此扩展需要安装 Azure CLI >= {0},是否希望立即更新到最新版本({1})? 如果不更新,则某些功能可能不起作用。",
|
||||
"az.promptLog": "正在提示用户接受以下内容: {0}",
|
||||
"az.requiredVersionNotAvailable": "此扩展需要安装 Azure CLI 扩展 “arcdata” 版本 >= {0},但当前可用版本仅为 {1}。使用 [此处](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension)的说明安装正确的版本。",
|
||||
"arc.releaseDateNotParsed": "无法分析发布日期。",
|
||||
"az.searchingForAz": "正在搜索现有 Azure CLI 安装...",
|
||||
"az.skipInstall": "正在跳过安装 Azure CLI 和 arcdata 扩展,因为操作不是用户请求的,并且配置选项 {0}.{1} 为 {2}",
|
||||
"az.stderrOutput": "stderr: {0}",
|
||||
"az.stdoutOutput": "stdout: {0}",
|
||||
"az.arcdataInstalled": "已成功安装 Azure CLI arcdata 扩展。需要重启 Azure Studio 才能完成配置 - 在完成此操作之前,将不会激活功能。",
|
||||
"az.promptForRequiredAzUpdate": "此扩展需要安装 Azure CLI >= {0},是否希望立即更新到最新版本({1})? 如果不更新,则某些功能可能不起作用。",
|
||||
"az.arcdataExtensionNotInstalled": "此扩展需要安装 Azure CLI 扩展 “arcdata”。使用 [此处](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension)的说明安装最新版本。",
|
||||
"az.requiredVersionNotAvailable": "此扩展需要安装 Azure CLI 扩展 “arcdata” 版本 >= {0},但当前可用版本仅为 {1}。使用 [此处](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension)的说明安装正确的版本。",
|
||||
"az.unexpectedCommandError": "执行命令时出现意外错误: {0}",
|
||||
"az.unexpectedExitCode": "命令中出现意外的退出代码: {1} ({0})",
|
||||
"az.unsupportedArcDataVersion": "尚不支持下载版本为 {1} 的 Azure CLI 扩展 “arcdata”。最新版本为 {0}。请使用 [此处](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension)的说明安装正确的版本.",
|
||||
"az.updateCheckSkipped": "未执行对新 Azure CLI 版本的可用性检查,因为找不到要安装的 Azure CLI",
|
||||
"az.updateError": "更新 Azure CLI 时出错: {0}",
|
||||
"az.updatingAz": "正在更新 Azure CLI...",
|
||||
"az.userRequestedInstall": "用户已请求使用 “Azure CLI: 安装” 命令安装 Azure CLI 和 arcdata 扩展",
|
||||
"az.userResponseInstall": "提示安装 Azure CLI 时的用户响应: {0}",
|
||||
"az.userResponseUpdate": "提示更新 Azure CLI 时的用户响应: {0}",
|
||||
"az.versionForUpdate": "找到的版本为 {0}。Azure CLI 可以从当前版本 {1} 更新到此版本。",
|
||||
"az.yes": "是"
|
||||
"az.userRequestedInstall": "用户已请求使用 “Azure CLI: 安装” 命令安装 Azure CLI 和 arcdata 扩展",
|
||||
"az.yes": "是",
|
||||
"az.unsupportedArcDataVersion": "尚不支持下载版本为 {1} 的 Azure CLI 扩展 “arcdata”。最新版本为 {0}。请使用 [此处](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension)的说明安装正确的版本.",
|
||||
"az.stderrOutput": "stderr: {0}",
|
||||
"az.stdoutOutput": "stdout: {0}"
|
||||
},
|
||||
"package": {
|
||||
"azcli.arc.azArcdataInstallKey.description": "选择是否由系统提示你下载 Azure CLI arcdata 扩展。",
|
||||
"azcli.arc.azArcdataUpdateKey.description": "选择当 Azure CLI arcdata 扩展可用时系统是否向你发出提示。",
|
||||
"azcli.arc.category": "Azure CLI",
|
||||
"azcli.arc.config.debug": "将所有已执行的 az 命令的调试信息记录到输出通道",
|
||||
"azcli.arc.config.title": "Azure CLI 配置",
|
||||
"azcli.arc.description": "支持 Azure CLI。",
|
||||
"command.category": "Azure CLI",
|
||||
"azcli.arc.displayName": "Azure CLI",
|
||||
"azcli.arc.install.dontPrompt.description": "系统将不会提示用户安装 Azure CLI arcdata 扩展",
|
||||
"azcli.arc.config.title": "Azure CLI 配置",
|
||||
"azcli.arc.azArcdataInstallKey.description": "选择是否由系统提示你下载 Azure CLI arcdata 扩展。",
|
||||
"azcli.azCliInstallKey.description": "选择是否由系统提示你安装 Azure CLI。",
|
||||
"azcli.arc.azArcdataUpdateKey.description": "选择当 Azure CLI arcdata 扩展可用时系统是否向你发出提示。",
|
||||
"azcli.arc.config.debug": "将所有已执行的 az 命令的调试信息记录到输出通道",
|
||||
"azcli.arc.description": "支持 Azure CLI。",
|
||||
"azcli.arc.update.prompt.description": "系统将提示用户更新 Azure CLI arcdata 扩展",
|
||||
"azcli.install.prompt.description": "系统将提示用户安装 Azure CLI",
|
||||
"azcli.arc.install.prompt.description": "系统将提示用户安装 Azure CLI arcdata 扩展",
|
||||
"azcli.arc.update.dontPrompt.description": "系统将不提示用户更新 Azure CLI arcdata 扩展",
|
||||
"azcli.arc.update.prompt.description": "系统将提示用户更新 Azure CLI arcdata 扩展",
|
||||
"azcli.azCliInstallKey.description": "选择是否由系统提示你安装 Azure CLI。",
|
||||
"azcli.install.dontPrompt.description": "系统将不会提示用户安装 Azure CLI",
|
||||
"azcli.install.prompt.description": "系统将提示用户安装 Azure CLI",
|
||||
"command.category": "Azure CLI"
|
||||
"azcli.arc.install.dontPrompt.description": "系统将不会提示用户安装 Azure CLI arcdata 扩展"
|
||||
}
|
||||
}
|
||||
}
|
||||
+102
-85
@@ -9,66 +9,55 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/account-provider/auths/azureAuth": {
|
||||
"azure.accessTokenEmpty": "未从 Microsoft OAuth 返回访问令牌",
|
||||
"azure.cacheErrorAdd": "将帐户添加到缓存时出错。",
|
||||
"azure.cacheErrorGet": "从缓存获取帐户时出错",
|
||||
"azure.cacheErrorParse": "在缓存中分析帐户时出错",
|
||||
"azurecore.confirmIgnoreTenantDialog.body": "Azure Data Studio 将不再触发此租户 {0} ({1}) 的身份验证,并且资源将无法访问。\r\n\r\n若要再次允许访问此租户的资源,需要从“{2}”设置的排除列表中删除租户。\r\n\r\n是否要继续?",
|
||||
"azurecore.consentDialog.cancel": "取消",
|
||||
"azurecore.consentDialog.authenticate": "取消并进行身份验证",
|
||||
"azurecore.confirmIgnoreTenantDialog.confirm": "确认",
|
||||
"azurecore.consentDialog.ignore": "忽略租户",
|
||||
"azure.microsoftAccountDisplayName": "Microsoft 帐户",
|
||||
"azure.microsoftCorpAccount": "Microsoft Corp",
|
||||
"azure.noBaseToken": "身份验证失败,或者你的令牌已从系统中删除。请尝试再次将帐户添加到 Azure Data Studio。",
|
||||
"azure.noUniqueIdentifier": "用户在 AAD 中没有唯一标识符",
|
||||
"azure.owningTenantNotFound": "找不到帐户的拥有租户信息。",
|
||||
"azure.responseError": "令牌检索失败,出现错误。[打开开发人员工具]({0})了解更多详细信息。",
|
||||
"azure.tenantNotFound": "找不到带有 ID '{0}' 的指定租户。",
|
||||
"azurecore.confirmIgnoreTenantDialog.body": "Azure Data Studio 将不再触发此租户 {0} ({1}) 的身份验证,并且资源将无法访问。\r\n\r\n若要再次允许访问此租户的资源,需要从 \"{2}\" 设置的排除列表中删除租户。\r\n\r\n是否要继续?",
|
||||
"azurecore.confirmIgnoreTenantDialog.confirm": "确认",
|
||||
"azurecore.consentDialog.authenticate": "取消并进行身份验证",
|
||||
"azurecore.consentDialog.body": "你的租户 {0} ({1}) 需要你重新进行身份验证才能访问 {2} 资源。请按“打开”启动身份验证过程。",
|
||||
"azurecore.consentDialog.cancel": "取消",
|
||||
"azurecore.consentDialog.ignore": "忽略租户",
|
||||
"azurecore.consentDialog.open": "打开",
|
||||
"msal.accountNotFoundError": "获取令牌时找不到帐户信息。",
|
||||
"noMicrosoftResource": "提供程序 \"{0}\" 未定义 Microsoft 资源终结点。",
|
||||
"msal.accountNotFoundError": "获取令牌时找不到帐户信息,请删除帐户并重新添加。",
|
||||
"msal.resourceNotFoundError": "找不到 Azure 资源 {0} 的配置",
|
||||
"noMicrosoftResource": "提供程序 \"{0}\" 未定义 Microsoft 资源终结点。"
|
||||
"azurecore.consentDialog.body": "你的租户 {0} ({1}) 需要你重新进行身份验证才能访问 {2} 资源。请按“打开”启动身份验证过程。"
|
||||
},
|
||||
"dist/account-provider/auths/azureAuthCodeGrant": {
|
||||
"azure.azureAuthCodeGrantName": "Azure 身份验证代码授予",
|
||||
"azure.serverCouldNotStart": "无法启动服务器。这可能是由于权限错误或系统不兼容。可以尝试从设置启用设备代码身份验证。",
|
||||
"azureAuthCodeGrant.getAuthCodeUrlError": "请求身份验证代码 URL 时,MSAL 库中出错。有关错误的详细信息,请检查“Azure 帐户”输出窗格。 \r\n\r\n",
|
||||
"azureAuth.nonceError": "由于 nonce 不匹配,身份验证失败,请关闭 Azure Data Studio,然后重试。",
|
||||
"azureAuth.stateError": "由于状态不匹配,身份验证失败,请关闭 ADS,然后重试。"
|
||||
"azureAuth.stateError": "由于状态不匹配,身份验证失败,请关闭 ADS,然后重试。",
|
||||
"azure.azureAuthCodeGrantName": "Azure 身份验证代码授予",
|
||||
"azure.serverCouldNotStart": "无法启动服务器。这可能是由于权限错误或系统不兼容。可以尝试从设置启用设备代码身份验证。"
|
||||
},
|
||||
"dist/account-provider/auths/azureDeviceCode": {
|
||||
"addAccount": "添加 {0} 帐户",
|
||||
"azure.azureDeviceCodeAuth": "Azure 设备代码",
|
||||
"azure.deviceCodeCheckFail": "尝试检查登录结果时遇到错误",
|
||||
"azure.timeoutDeviceCode": "等待设备代码登录时超时。"
|
||||
"azure.azureDeviceCodeAuth": "Azure 设备代码"
|
||||
},
|
||||
"dist/account-provider/azureAccountProvider": {
|
||||
"azure.NoAuthMethod.Available": "无可用的 Azure 身份验证方法。必须在 ADS 配置中启用身份验证方法。",
|
||||
"azure.NoAuthMethod.Selected": "未选择任何 Azure 身份验证方法。必须选择你要使用的身份验证方法。",
|
||||
"azure.deprecatedGetSecurityToken": "对 azdata.accounts.getSecurityToken 进行了调用,此方法已弃用,并会在未来的版本中删除。请改用 getAccountSecurityToken。",
|
||||
"genericTokenError": "无法获取令牌",
|
||||
"msalTokenError": "{0} 获取令牌时发生。 \r\n{1}",
|
||||
"tenantIgnoredError": "在忽略列表中找到租户,未尝试身份验证。 如果要从此租户访问资源,可以从 settings.json 文件: {1} 中的忽略列表中删除租户 {0}。"
|
||||
"azure.NoAuthMethod.Available": "无可用的 Azure 身份验证方法。必须在 ADS 配置中启用身份验证方法。",
|
||||
"azure.NoAuthMethod.Selected": "未选择任何 Azure 身份验证方法。必须选择你要使用的身份验证方法。",
|
||||
"tenantIgnoredError": "在忽略列表中找到租户,未尝试身份验证。 如果要从此租户访问资源,可以从 settings.json 文件: {1} 中的忽略列表中删除租户 {0}。",
|
||||
"msalTokenError": "获取令牌时发生“{0}”。 \r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "未能清除令牌缓存",
|
||||
"clearTokenCacheSuccess": "令牌缓存已成功清除"
|
||||
"clearTokenCacheFailure": "未能清除令牌缓存"
|
||||
},
|
||||
"dist/account-provider/providerSettings": {
|
||||
"chinaCloudDisplayName": "Azure (中国)",
|
||||
"publicCloudDisplayName": "Azure",
|
||||
"chinaCloudDisplayName": "Azure (中国)",
|
||||
"usGovCloudDisplayName": "Azure (美国政府)"
|
||||
},
|
||||
"dist/azureResource/commands": {
|
||||
"azure.accountNotSelectedError": "必须选择一个 Azure 帐户才能使用此功能。",
|
||||
"azure.cloudTerminalPreview": "必须启用预览功能才能使用 Azure Cloud Shell。",
|
||||
"azure.mustPickTenant": "必须选择一个租户才能使用此功能。",
|
||||
"azure.noAccountError": "你当前未登录到任何 Azure 帐户,请登录,然后重试。",
|
||||
"azure.noTenants": "此功能需要使用租户。你的 Azure 订阅似乎没有租户。",
|
||||
"azure.pickAnAzureAccount": "选择 Azure 帐户",
|
||||
"azure.signIn": "登录",
|
||||
"azure.startingCloudShell": "正在启动 Cloud Shell…"
|
||||
"azure.startingCloudShell": "正在启动 Cloud Shell…",
|
||||
"azure.noAccountError": "你当前未登录到任何 Azure 帐户,请登录,然后重试。",
|
||||
"azure.cloudTerminalPreview": "必须启用预览功能才能使用 Azure Cloud Shell。",
|
||||
"azure.mustPickTenant": "必须选择一个租户才能使用此功能。",
|
||||
"azure.accountNotSelectedError": "必须选择一个 Azure 帐户才能使用此功能。"
|
||||
},
|
||||
"dist/azureResource/errors": {
|
||||
"azure.subscriptionError": "无法获取帐户 {0} 的订阅。请刷新帐户。"
|
||||
@@ -79,6 +68,9 @@
|
||||
"dist/azureResource/providers/cosmosdb/mongo/cosmosDbMongoTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbMongoContainerLabel": "Azure CosmosDB for MongoDB"
|
||||
},
|
||||
"dist/azureResource/providers/cosmosdb/postgres/cosmosDbPostgresTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbPostgresContainerLabel": "Azure CosmosDB for PostgreSQL Cluster"
|
||||
},
|
||||
"dist/azureResource/providers/database/databaseTreeDataProvider": {
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL 数据库"
|
||||
},
|
||||
@@ -113,21 +105,21 @@
|
||||
"azure.resource.providers.synapseWorkspace.treeDataProvider.synapseWorkspaceContainerLabel": "Azure Synapse Analytics"
|
||||
},
|
||||
"dist/azureResource/providers/universal/universalService": {
|
||||
"azurecore.unregisteredProvider": "无法识别的提供程序资源:{0}",
|
||||
"azurecore.unregisteredProviderType": "无法识别的提供程序资源类型:{0}"
|
||||
"azurecore.unregisteredProviderType": "无法识别的提供程序资源类型:{0}",
|
||||
"azurecore.unregisteredProvider": "无法识别的提供程序资源:{0}"
|
||||
},
|
||||
"dist/azureResource/resourceTreeNode": {
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "未找到资源"
|
||||
},
|
||||
"dist/azureResource/services/subscriptionService": {
|
||||
"azure.resource.tenantSubscriptionsError": "无法获取帐户{0} (租户 \"{1}\")的订阅。{2}",
|
||||
"azure.resource.tenantTokenError": "无法为账户 \"{0}\" (租户 \"{1}\") 获取访问令牌。"
|
||||
"azure.resource.tenantTokenError": "无法为账户 \"{0}\" (租户 \"{1}\") 获取访问令牌。",
|
||||
"azure.resource.tenantSubscriptionsError": "无法获取帐户{0} (租户 \"{1}\")的订阅。{2}"
|
||||
},
|
||||
"dist/azureResource/services/terminalService": {
|
||||
"azure.cloudShell": "Azure Cloud Shell (预览) {0} ({1})",
|
||||
"azure.coudTerminal.neverUsed": "如果你以前未从此帐户启动过 Azure Cloud Shell,请访问 https://shell.azure.com/ 以开始使用。设置后,可以直接在 Azure Data Studio 中使用 AzureCloud Shell。",
|
||||
"azure.cloudTerminal.ok": "确定",
|
||||
"azure.cloudTerminal.openAzureShell": "打开 Azure Shell",
|
||||
"azure.coudTerminal.neverUsed": "如果你以前未从此帐户启动过 Azure Cloud Shell,请访问 https://shell.azure.com/ 以开始使用。设置后,可以直接在 Azure Data Studio 中使用 AzureCloud Shell。",
|
||||
"azure.selectShellType": "为 Azure Cloud Shell 选择 Bash 或 PowerShell",
|
||||
"azure.shellClosed": "Shell 已关闭。\r\n",
|
||||
"azure.shellTypeRequired": "必须选取一个 shell 类型"
|
||||
@@ -136,7 +128,7 @@
|
||||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "登录到 Azure…"
|
||||
},
|
||||
"dist/azureResource/tree/accountTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "找不到租户。"
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "No Tenants found."
|
||||
},
|
||||
"dist/azureResource/tree/connectionDialogTreeProvider": {
|
||||
"azure.resource.tree.treeProvider.accountLoadError": "未能加载部分 Azure 存储帐户。{0}",
|
||||
@@ -163,35 +155,34 @@
|
||||
"azure.accounts.getResourceGroups.queryError": "为帐户 {0} ({1})订阅 {2} ({3})租户 {4} 提取资源组时出错: {5}",
|
||||
"azure.accounts.getSelectedSubscriptions.queryError": "为帐户 {0} 提取订阅时出错: {1}",
|
||||
"azure.accounts.getSubscriptions.queryError": "为帐户 {0} 租户 {1} 提取订阅时出错: {2}",
|
||||
"azure.accounts.runResourceQuery.errors.invalidQuery": "查询无效",
|
||||
"azure.resource.error": "错误: {0}"
|
||||
"azure.resource.error": "错误: {0}",
|
||||
"azure.accounts.runResourceQuery.errors.invalidQuery": "查询无效"
|
||||
},
|
||||
"dist/localizedConstants": {
|
||||
"azure.azureResourcesGridTitle": "Azure 资源(预览)",
|
||||
"azure.credStoreSaveFailedError": "无法在凭据存储中保存令牌缓存的密钥,这可能会导致 Azure 访问令牌持久性问题和连接不稳定。SqlTools 可能已达到 Windows 上的凭据存储限制,请清除至少 2 个以 Windows 凭据管理器中的“Microsoft.SqlTools|”开头的凭据,然后重新加载。",
|
||||
"azure.unableToOpenAzureLink": "无法打开链接,缺少所需的值",
|
||||
"azurecore.australiacentral": "澳大利亚中部",
|
||||
"azurecore.australiacentral2": "澳大利亚中部 2",
|
||||
"azurecore.australiaeast": "澳大利亚东部",
|
||||
"azurecore.australiasoutheast": "澳大利亚东南部",
|
||||
"azurecore.extensionName": "Azure 帐户",
|
||||
"azurecore.azureArcPostgres": "启用 Azure Arc 的 PostgreSQL 超大规模",
|
||||
"azurecore.azureArcService": "数据服务 - Azure Arc",
|
||||
"azurecore.azureArcsqlManagedInstance": "SQL 托管实例 - Azure Arc",
|
||||
"azurecore.postgresFlexibleServer": "Azure Database for PostgreSQL 灵活服务器",
|
||||
"azurecore.postgresServer": "Azure Database for PostgreSQL 服务器",
|
||||
"azure.azureResourcesGridTitle": "Azure 资源(预览)",
|
||||
"azurecore.brazilsouth": "巴西南部",
|
||||
"azurecore.brazilsoutheast": "巴西东南部",
|
||||
"azurecore.canadacentral": "加拿大中部",
|
||||
"azurecore.canadaeast": "加拿大东部",
|
||||
"azurecore.reload": "取消",
|
||||
"azurecore.centralindia": "印度中部",
|
||||
"azurecore.centralus": "美国中部",
|
||||
"azurecore.centraluseuap": "美国中部 EUAP",
|
||||
"azurecore.deprecated": "警告: ADAL 已弃用,并计划在将来的版本中删除。请改用 MSAL。",
|
||||
"azurecore.azureArcService": "数据服务 - Azure Arc",
|
||||
"azurecore.disable": "禁用",
|
||||
"azurecore.dismiss": "忽略",
|
||||
"azurecore.eastasia": "东亚",
|
||||
"azurecore.eastus": "美国东部",
|
||||
"azurecore.eastus2": "美国东部 2",
|
||||
"azurecore.eastus2euap": "美国东部 2 EUAP",
|
||||
"azurecore.extensionName": "Azure 帐户",
|
||||
"azurecore.francecentral": "法国中部",
|
||||
"azurecore.francesouth": "法国南部",
|
||||
"azurecore.germanynorth": "德国北部",
|
||||
@@ -200,79 +191,105 @@
|
||||
"azurecore.invalidTenant": "订阅的租户无效",
|
||||
"azurecore.japaneast": "日本东部",
|
||||
"azurecore.japanwest": "日本西部",
|
||||
"azure.credStoreSaveFailedError": "无法在凭据存储中保存令牌缓存的密钥,这可能会导致 Azure 访问令牌持久性问题和连接不稳定。SqlTools 可能已达到 Windows 上的凭据存储限制,请清除至少 2 个以 Windows 凭据管理器中的“Microsoft.SqlTools|”开头的凭据,然后重新加载。",
|
||||
"azurecore.koreacentral": "韩国中部",
|
||||
"azurecore.koreasouth": "韩国南部",
|
||||
"azurecore.location": "位置",
|
||||
"azurecore.requiresReload": "修改此设置需要重新加载窗口,以使所有更改生效。",
|
||||
"azurecore.name": "名称",
|
||||
"azure.noCloudsEnabled": "未启用云,请启用云以继续。",
|
||||
"azurecore.northcentralus": "美国中北部",
|
||||
"azurecore.northeurope": "北欧",
|
||||
"azurecore.norwayeast": "挪威东部",
|
||||
"azurecore.norwaywest": "挪威西部",
|
||||
"azurecore.piiLogging.warning": "警告: 已启用 Azure PII 日志记录。启用此选项可允许记录个人身份信息,并且只能用于调试目的。",
|
||||
"azurecore.postgresFlexibleServer": "Azure Database for PostgreSQL 灵活服务器",
|
||||
"azurecore.postgresServer": "Azure Database for PostgreSQL 服务器",
|
||||
"azurecore.reload": "重载",
|
||||
"azurecore.reloadChoice": "重新加载 Azure Data Studio",
|
||||
"azurecore.reloadPrompt": "身份验证库已更改,请重新加载 Azure Data Studio。",
|
||||
"azurecore.requiresReload": "修改此设置需要重新加载窗口,以使所有更改生效。",
|
||||
"azurecore.resourceGroup": "资源组",
|
||||
"azurecore.resourceType": "资源类型",
|
||||
"azurecore.sqlServerArc": "SQL Server - Azure Arc",
|
||||
"azurecore.sqlDatabase": "SQL 数据库",
|
||||
"azurecore.sqlManagedInstance": "SQL 托管实例",
|
||||
"azurecore.azureArcsqlManagedInstance": "SQL 托管实例 - Azure Arc",
|
||||
"azurecore.sqlServer": "SQL 服务器",
|
||||
"azurecore.southafricanorth": "南非北部",
|
||||
"azurecore.southafricawest": "南非西部",
|
||||
"azurecore.southcentralus": "美国中南部",
|
||||
"azurecore.southeastasia": "东南亚",
|
||||
"azurecore.southindia": "印度南部",
|
||||
"azurecore.sqlDatabase": "SQL 数据库",
|
||||
"azurecore.sqlManagedInstance": "SQL 托管实例",
|
||||
"azurecore.sqlServer": "SQL 服务器",
|
||||
"azurecore.sqlServerArc": "SQL Server - Azure Arc",
|
||||
"azurecore.southeastasia": "东南亚",
|
||||
"azurecore.subscription": "订阅",
|
||||
"azurecore.switchMsal": "切换到 MSAL",
|
||||
"azurecore.switzerlandnorth": "瑞士北部",
|
||||
"azurecore.switzerlandwest": "瑞士西部",
|
||||
"azurecore.reloadPromptCacheClear": "令牌缓存已成功清除,请重新加载 Azure Data Studio。",
|
||||
"azurecore.typeIcon": "类型图标",
|
||||
"azurecore.uaecentral": "阿拉伯联合酋长国中部",
|
||||
"azurecore.uaenorth": "阿拉伯联合酋长国北部",
|
||||
"azurecore.uksouth": "英国南部",
|
||||
"azurecore.ukwest": "英国西部",
|
||||
"azurecore.unableToFetchToken": "无法获取租户 {0} 的令牌",
|
||||
"azure.unableToOpenAzureLink": "无法打开链接,缺少所需的值",
|
||||
"azurecore.piiLogging.warning": "警告: 已启用 Azure PII 日志记录。启用此选项可允许记录个人身份信息,并且只能用于调试目的。",
|
||||
"azurecore.westcentralus": "美国中西部",
|
||||
"azurecore.westeurope": "西欧",
|
||||
"azurecore.westindia": "印度西部",
|
||||
"azurecore.westus": "美国西部",
|
||||
"azurecore.westus2": "美国西部 2"
|
||||
"azurecore.westus2": "美国西部 2",
|
||||
"azurecore.enablePublicCloud": "enablePublicCloud",
|
||||
"azurecore.reloadPrompt": "{0} 设置已更改,请重新加载 Azure Data Studio。"
|
||||
},
|
||||
"dist/utils": {
|
||||
"providerSettings.error": "无法从设置加载终结点,请检查日志以了解更多详细信息。",
|
||||
"providerSettings.success": "已成功从设置加载自定义终结点"
|
||||
},
|
||||
"package": {
|
||||
"accounts.clearTokenCache": "清除 Azure 帐户令牌缓存",
|
||||
"azure.description": "浏览和使用 Azure 资源",
|
||||
"azure.displayName": "Azure (核心)",
|
||||
"azure.openInAzurePortal.title": "在 Azure 门户中打开",
|
||||
"azure.resource.config.filter.description": "资源筛选器,每个元素是帐户 ID、订阅 ID 和由斜杠分隔的名称",
|
||||
"azure.resource.config.title": "Azure 资源配置",
|
||||
"config.providerSettings.endpoints.armResource": "ARM 资源终结点",
|
||||
"azure.resource.connectsqldb.title": "添加到服务器",
|
||||
"azure.resource.connectsqlserver.title": "连接",
|
||||
"azure.resource.explorer.title": "Azure",
|
||||
"azure.resource.refresh.title": "刷新",
|
||||
"azure.resource.refreshall.title": "Azure: 刷新所有帐户",
|
||||
"azure.resource.selectsubscriptions.title": "选择订阅",
|
||||
"azure.resource.selecttenants.title": "选择租户",
|
||||
"azure.resource.signin.title": "Azure: 登录",
|
||||
"azure.resource.startterminal.title": "启动 Cloud Shell",
|
||||
"azure.resource.view.title": "Azure (预览)",
|
||||
"azure.tenant.config.filter.description": "查询 Azure 资源或请求身份验证令牌时将跳过的租户 ID 列表。",
|
||||
"azure.title": "Azure",
|
||||
"config.authenticationLibrary": "用于 AAD 身份验证流的库。请在更改此选项后重新启动 ADS。",
|
||||
"azure.displayName": "Azure (核心)",
|
||||
"azure.resource.view.title": "Azure (预览)",
|
||||
"config.azureAccountConfigurationSection": "Azure 帐户配置",
|
||||
"config.azureAuthMethodConfigurationSection": "Azure 身份验证方法",
|
||||
"config.providerSettings.endpoints.azureKeyVaultResource": "Azure KeyVault 资源终结点",
|
||||
"config.providerSettings.endpoints.azureKustoResource": "Azure Kusto 资源终结点",
|
||||
"config.providerSettings.endpoints.logAnalytics": "Azure Log Analytics 终结点",
|
||||
"config.providerSettings.endpoints.portal": "Azure 门户终结点",
|
||||
"azure.resource.config.title": "Azure 资源配置",
|
||||
"config.providerSettings.endpoints.azureStorageResource": "Azure 存储资源终结点",
|
||||
"config.providerSettings.endpoints.azureStorageResourceSuffix": "Azure 存储资源终结点后缀",
|
||||
"azure.resource.refreshall.title": "Azure: 刷新所有帐户",
|
||||
"azure.resource.signin.title": "Azure: 登录",
|
||||
"azure.description": "浏览和使用 Azure 资源",
|
||||
"accounts.clearTokenCache": "清除 Azure 帐户令牌缓存",
|
||||
"config.providerSettings.endpoints.clientId": "Azure Data Studio 的客户端 ID",
|
||||
"config.providerSettingsMetadata": "云显示名称",
|
||||
"config.providerSettingsId": "云 ID",
|
||||
"config.providerSettingsName": "云名称",
|
||||
"config.providerSettingsDescription": "云设置",
|
||||
"config.azureCodeGrantMethod": "代码授予方法",
|
||||
"azure.resource.connectsqlserver.title": "连接",
|
||||
"config.azureDeviceCodeMethod": "设备代码方法",
|
||||
"config.enableChinaCloudDescription": "是否应启用 Azure 中国集成",
|
||||
"config.enableGermanyCloudDescription": "是否应启用 Azure 德国集成",
|
||||
"config.enablePublicCloudDescription": "是否应启用 Azure 公有云集成",
|
||||
"config.enableUsGovCloudDescription": "是否应启用美国政府 Azure 云(Fairfax)集成",
|
||||
"config.enableUsNatCloudDescription": "是否应启用美国国家 Azure 云集成",
|
||||
"config.loggingLevel": "[可选] Azure 帐户扩展的日志记录详细程度。",
|
||||
"config.noSystemKeychain": "禁用系统密钥链集成。凭据将存储在用户主目录的平面文件中。",
|
||||
"config.piiLogging": "是否应在 Azure 帐户输出通道和输出通道日志文件中记录个人身份信息 (PII)。"
|
||||
"config.providerSettings.endpoints.graphResource": "Graph 资源终结点",
|
||||
"config.providerSettings.endpoints.host": "主机终结点",
|
||||
"config.providerSettings.endpoints.msGraphResource": "Microsoft Graph 资源终结点",
|
||||
"config.providerSettings.endpoints.microsoftResource": "Microsoft 资源终结点",
|
||||
"azure.openInAzurePortal.title": "在 Azure 门户中打开",
|
||||
"config.providerSettings.endpoints.powerBiResource": "Power BI 资源终结点",
|
||||
"config.providerSettingsTitle": "提供程序设置",
|
||||
"azure.resource.refresh.title": "刷新",
|
||||
"config.providerSettings.endpoints.sqlResource": "SQL 资源终结点",
|
||||
"config.providerSettings.endpoints.scopes": "作用域终结点",
|
||||
"azure.resource.selectsubscriptions.title": "选择订阅",
|
||||
"azure.resource.selecttenants.title": "选择租户",
|
||||
"config.customProviderSettings": "包含自定义 Azure 身份验证终结点的设置。对此设置所做的更改需要重启才能生效。",
|
||||
"config.enableChinaCloudDescription": "是否应启用 Azure 中国集成",
|
||||
"config.enablePublicCloudDescription": "是否应启用 Azure 公有云集成",
|
||||
"config.piiLogging": "是否应在 Azure 帐户输出通道和输出通道日志文件中记录个人身份信息 (PII)。",
|
||||
"config.enableUsGovCloudDescription": "是否应启用美国政府 Azure 云(Fairfax)集成",
|
||||
"azure.resource.startterminal.title": "启动 Cloud Shell",
|
||||
"azure.tenant.config.filter.description": "查询 Azure 资源或请求身份验证令牌时将跳过的租户 ID 列表。",
|
||||
"azure.resource.config.filter.description": "资源筛选器,每个元素是帐户 ID、订阅 ID 和由斜杠分隔的名称",
|
||||
"config.loggingLevel": "[可选] Azure 帐户扩展的日志记录详细程度。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/azuremonitorServer": {
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadServiceDoneChannelMsg": "已下载 {0}",
|
||||
"downloadingServiceStatusMsg": "正在下载 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下载 {0}",
|
||||
"failedToStartServiceErrorMsg": "未能启动 {0}",
|
||||
"installedServiceChannelMsg": "安装于 {0}",
|
||||
"installingServiceStatusMsg": "正在安装 {0}",
|
||||
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
||||
"startingServiceStatusMsg": "正在启动 {0}",
|
||||
"serviceStartedStatusMsg": "{0} 已启动"
|
||||
},
|
||||
"dist/features/accountFeature": {
|
||||
"kusto.accountDoesNotExist": "帐户不存在。",
|
||||
"kusto.missingLinkedAzureAccount": "Azure Data Studio 需要连接 Azure Key Vault 才能访问 Always Encrypted 的列主密钥,但没有可用的链接 Azure 帐户。请添加链接的 Azure 帐户,然后重试查询。",
|
||||
"kusto.insufficientlyPrivelagedAzureAccount": "为 {0} 配置的 Azure 帐户没有足够的权限让 Azure Key Vault 访问 Always Encrypted 的列主密钥。"
|
||||
},
|
||||
"dist/main": {
|
||||
"notebookFileType": "笔记本",
|
||||
"unsupportedFileType": "仅支持 .ipynb 笔记本",
|
||||
"azuremonitor.unsupportedPlatform": "平台不受支持"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/command": {
|
||||
"progress": "$(sync~spin) {0}...",
|
||||
"cancelTooltip": "取消",
|
||||
"cancel": "是否取消操作?",
|
||||
"azureMonitor.searchServers": "搜索服务器名称"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
||||
"notifyError": "通知节点更改时出错: {0}",
|
||||
"rootLabel": "根",
|
||||
"sessionNotFound": "节点 {0} 的会话不存在"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"viewKnownIssuesText": "查看已知问题",
|
||||
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。"
|
||||
},
|
||||
"package": {
|
||||
"azuremonitor.connectionProperties.dbaPrivilege.label": "管理权限",
|
||||
"azuremonitor.connectionProperties.dbaPrivilege.description": "管理权限: SYSDBA 或 SYSOPER",
|
||||
"azuremonitor.connectionProperties.authType.displayName": "身份验证类型",
|
||||
"azuremonitor.connectionProperties.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"azuremonitor.displayName": "Azure Monitor 日志",
|
||||
"azuremonitor.description": "Azure Monitor Azure Data Studio 的访问权限",
|
||||
"azuremonitor.connectionProperties.connectionName.description": "连接的自定义名称",
|
||||
"azuremonitor.connectionOptions.databaseName.displayName": "数据库",
|
||||
"azuremonitor.connectionProperties.password.description": "指示连接到数据源时使用的密码",
|
||||
"azuremonitor.connectionProperties.userName.description": "指示连接到数据源时使用的用户 ID",
|
||||
"azuremonitor.connectionProperties.serverName.description": "Log Analytics 工作区 ID",
|
||||
"azuremonitor.connectionProperties.metadataPooling.label": "元数据池",
|
||||
"azuremonitor.objectsListProperties.name": "名称",
|
||||
"azuremonitor.databasesListProperties.name": "名称",
|
||||
"azuremonitor.connectionProperties.connectionName.displayName": "名称(可选)",
|
||||
"azuremonitor.connectionProperties.password.displayName": "密码",
|
||||
"azuremonitor.connectionProperties.proxyUserPassword.description": "代理用户的密码。",
|
||||
"azuremonitor.connectionProperties.proxyUserPassword.label": "代理密码",
|
||||
"azuremonitor.connectionProperties.proxyUserId.label": "代理用户 ID",
|
||||
"azuremonitor.connectionProperties.groupName.security": "安全性",
|
||||
"azuremonitor.databasesListProperties.size": "大小(MB)",
|
||||
"azuremonitor.connectionProperties.groupName.source": "源",
|
||||
"azuremonitor.connectionProperties.authType.description": "指定使用 Azure Monitor 进行身份验证的方法",
|
||||
"azuremonitor.connectionOptions.databaseName.description": "数据源中的初始目录或数据库的名称。",
|
||||
"azuremonitor.connectionProperties.metadataPooling.description": "此属性指示是否缓存执行查询的元数据信息以提高性能。",
|
||||
"azuremonitor.objectsListProperties.metadataTypeName": "类型",
|
||||
"azuremonitor.connectionProperties.userName.displayName": "用户名",
|
||||
"azuremonitor.connectionProperties.proxyUserId.description": "代理用户的用户名。",
|
||||
"azuremonitor.connectionProperties.serverName.displayName": "工作区 ID",
|
||||
"azuremonitor.cloud.workspaceProperties.id": "工作区 ID",
|
||||
"azuremonitor.cloud.workspaceProperties.name": "工作区名称"
|
||||
}
|
||||
}
|
||||
}
|
||||
+116
-116
@@ -10,17 +10,17 @@
|
||||
"contents": {
|
||||
"dist/cmsResource/cmsResourceCommands": {
|
||||
"cms.AddServerGroup": "添加服务器组",
|
||||
"cms.Cancel": "取消",
|
||||
"cms.OK": "确定",
|
||||
"cms.ServerGroupDescription": "服务器组说明",
|
||||
"cms.ServerGroupName": "服务器组名称",
|
||||
"cms.confirmDeleteGroup": "确定要删除吗",
|
||||
"cms.confirmDeleteServer": "确定要删除吗",
|
||||
"cms.errors.azureNotAllowed": "无法将 Azure SQL Server 用作中央管理服务器",
|
||||
"cms.Cancel": "取消",
|
||||
"cms.errors.sameCmsServerName": "中央管理服务器组已具有名称为 {0} 的注册服务器",
|
||||
"cms.errors.sameServerGroupName": "{0} 已具有名称为 {1} 的服务器组",
|
||||
"cms.no": "否",
|
||||
"cms.yes": "是"
|
||||
"cms.OK": "确定",
|
||||
"cms.ServerGroupDescription": "服务器组说明",
|
||||
"cms.ServerGroupName": "服务器组名称",
|
||||
"cms.yes": "是",
|
||||
"cms.errors.sameServerGroupName": "{0} 已具有名称为 {1} 的服务器组"
|
||||
},
|
||||
"dist/cmsResource/tree/cmsResourceEmptyTreeNode": {
|
||||
"cms.resource.tree.CmsTreeNode.addCmsServerLabel": "添加中央管理服务器…"
|
||||
@@ -29,142 +29,142 @@
|
||||
"cms.resource.cmsResourceTreeNode.noResourcesLabel": "未找到资源"
|
||||
},
|
||||
"dist/cmsResource/tree/treeProvider": {
|
||||
"cms.resource.tree.treeProvider.loadError": "加载已保存的服务器时出现意外错误 {0}",
|
||||
"cms.resource.tree.treeProvider.loadingLabel": "正在加载…"
|
||||
"cms.resource.tree.treeProvider.loadingLabel": "正在加载…",
|
||||
"cms.resource.tree.treeProvider.loadError": "加载已保存的服务器时出现意外错误 {0}"
|
||||
},
|
||||
"dist/cmsUtils": {
|
||||
"cms.errors.sameServerUnderCms": "不能添加与配置服务器同名的共享注册服务器"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"cloud.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"cloud.databaseProperties.owner": "所有者",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定价层",
|
||||
"cloud.serverProperties.serverEdition": "类型",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"cms.configuration.title": "MSSQL 配置",
|
||||
"cms.connectionOptions.applicationIntent.description": "声明连接到服务器时的应用程序工作负荷类型",
|
||||
"cms.connectionOptions.applicationIntent.displayName": "应用意图",
|
||||
"cms.connectionOptions.applicationName.description": "应用程序的名称",
|
||||
"cms.connectionOptions.applicationName.displayName": "应用程序名称",
|
||||
"cms.connectionOptions.attachDbFilename.description": "可附加数据库的主文件的名称(包括完整路径名称)",
|
||||
"cms.connectionOptions.attachDbFilename.displayName": "附加 DB 文件名",
|
||||
"cms.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 身份验证",
|
||||
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登录",
|
||||
"cms.connectionOptions.authType.description": "指定使用 SQL Server 进行身份验证的方法",
|
||||
"cms.connectionOptions.authType.displayName": "身份验证类型",
|
||||
"cms.connectionOptions.columnEncryptionSetting.description": "启用或禁用连接的 Always Encrypted 功能",
|
||||
"cms.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"cms.connectionOptions.commandTimeout.description": "在终止尝试并生成错误之前等待命令执行的时长(秒)",
|
||||
"cms.connectionOptions.commandTimeout.displayName": "命令超时",
|
||||
"cms.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
|
||||
"cms.connectionOptions.connectRetryCount.displayName": "连接重试次数",
|
||||
"cms.connectionOptions.connectRetryInterval.description": "两次尝试恢复连接之间的延迟",
|
||||
"cms.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
|
||||
"cms.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(秒)",
|
||||
"cms.connectionOptions.connectTimeout.displayName": "连接超时",
|
||||
"cms.connectionOptions.connectionName.description": "连接的自定义名称",
|
||||
"cms.connectionOptions.connectionName.displayName": "名称(可选)",
|
||||
"cms.connectionOptions.contextConnection.description": "为 true 时,指示连接应来自 SQL Server 上下文。仅在 SQL Server 进程中运行时可用",
|
||||
"cms.connectionOptions.contextConnection.displayName": "上下文连接",
|
||||
"cms.connectionOptions.currentLanguage.description": "SQL Server 语言记录名称",
|
||||
"cms.connectionOptions.currentLanguage.displayName": "当前语言",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 证明",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主机保护者服务",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "无",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的协议",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.displayName": "证明协议",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的终结点",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.displayName": "认证 URL",
|
||||
"cms.connectionOptions.encrypt.categoryValues.false": "可选(False)",
|
||||
"cms.connectionOptions.encrypt.categoryValues.strict": "严格",
|
||||
"cms.connectionOptions.encrypt.categoryValues.true": "强制(True)",
|
||||
"cms.connectionOptions.encrypt.description": "在值为 'Mandatory' 或 'Strict' 时,如果服务器安装了证书,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密。在设置为 'Strict' 时,SQL Server 使用 TDS 8.0 在客户端与服务器之间传输所有数据。SQL Server 2022 及之后的版本均支持 'Strict'。",
|
||||
"cms.connectionOptions.encrypt.displayName": "加密",
|
||||
"cms.connectionOptions.failoverPartner.description": "充当故障转移伙伴的 SQL Server 实例的名称或网络地址",
|
||||
"cms.connectionOptions.failoverPartner.displayName": "故障转移伙伴",
|
||||
"cms.resource.registerCmsServer.title": "添加中央管理服务器",
|
||||
"cms.connectionOptions.groupName.advanced": "高级",
|
||||
"cms.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"cms.connectionOptions.applicationIntent.displayName": "应用意图",
|
||||
"cms.connectionOptions.applicationName.displayName": "应用程序名称",
|
||||
"cms.connectionOptions.attachDbFilename.displayName": "附加 DB 文件名",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.displayName": "认证 URL",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.displayName": "证明协议",
|
||||
"cms.connectionOptions.authType.displayName": "身份验证类型",
|
||||
"cms.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 证明",
|
||||
"cms.resource.explorer.title": "中央管理服务器",
|
||||
"cms.title": "中央管理服务器",
|
||||
"cms.connectionOptions.commandTimeout.displayName": "命令超时",
|
||||
"cloud.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"onprem.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"onprem.serverProperties.machineName": "计算机名",
|
||||
"cms.connectionOptions.connectRetryCount.displayName": "连接重试次数",
|
||||
"cms.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
|
||||
"cms.connectionOptions.connectTimeout.displayName": "连接超时",
|
||||
"cms.connectionOptions.groupName.connectionResiliency": "连接复原力",
|
||||
"cms.connectionOptions.groupName.context": "上下文",
|
||||
"cms.connectionOptions.groupName.initialization": "初始化",
|
||||
"cms.connectionOptions.groupName.pooling": "池",
|
||||
"cms.connectionOptions.groupName.replication": "副本",
|
||||
"cms.connectionOptions.groupName.security": "安全性",
|
||||
"cms.connectionOptions.groupName.source": "源",
|
||||
"cms.connectionOptions.hostNameInCertificate.description": "指示 TLS 证书中指定的主机名,SQL Server 将使用该主机名来验证服务器证书。如果未指定,则默认使用服务器名称进行证书验证。",
|
||||
"cms.connectionOptions.contextConnection.displayName": "上下文连接",
|
||||
"cms.connectionOptions.currentLanguage.displayName": "当前语言",
|
||||
"cms.connectionOptions.connectionName.description": "连接的自定义名称",
|
||||
"cms.connectionOptions.applicationIntent.description": "声明连接到服务器时的应用程序工作负荷类型",
|
||||
"cms.connectionOptions.connectRetryInterval.description": "两次尝试恢复连接之间的延迟",
|
||||
"cms.resource.deleteCmsServer.title": "删除",
|
||||
"cms.resource.deleteServerGroup.title": "删除",
|
||||
"cms.resource.deleteRegisteredServer.title": "删除",
|
||||
"cms.connectionOptions.serverDescription.description": "SQL Server 实例的说明",
|
||||
"cms.disabled": "已禁用",
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"cms.enabled": "已启用",
|
||||
"cms.connectionOptions.columnEncryptionSetting.description": "启用或禁用连接的 Always Encrypted 功能",
|
||||
"cms.connectionOptions.secureEnclaves.description": "启用或禁用连接的安全 enclave",
|
||||
"cms.connectionOptions.encrypt.displayName": "加密",
|
||||
"cms.connectionOptions.failoverPartner.displayName": "故障转移伙伴",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主机保护者服务",
|
||||
"cms.connectionOptions.hostNameInCertificate.displayName": "证书中的主机名",
|
||||
"cms.connectionOptions.loadBalanceTimeout.description": "此连接在销毁前在池中生存的最短时间(秒)",
|
||||
"cms.connectionOptions.hostNameInCertificate.description": "指示 TLS 证书中指定的主机名,SQL Server 将使用该主机名来验证服务器证书。如果未指定,则默认使用服务器名称进行证书验证。",
|
||||
"cms.connectionOptions.password.description": "指示连接到数据源时使用的密码",
|
||||
"cms.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "指示提供程序将通过 DataReader 公开的服务器类型系统",
|
||||
"cms.connectionOptions.groupName.initialization": "初始化",
|
||||
"onprem.databaseProperties.lastBackupDate": "上次数据库备份",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "上次日志备份",
|
||||
"cms.connectionOptions.loadBalanceTimeout.displayName": "负载均衡超时",
|
||||
"cms.connectionOptions.maxPoolSize.description": "池中允许的最大连接数",
|
||||
"cms.configuration.title": "MSSQL 配置",
|
||||
"cms.connectionOptions.encrypt.categoryValues.true": "强制(True)",
|
||||
"cms.connectionOptions.maxPoolSize.displayName": "最大池大小",
|
||||
"cms.connectionOptions.minPoolSize.description": "池中允许的最小连接数",
|
||||
"cms.logFilesRemovalLimit": "启动时要删除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。将在下次启动 Azure Data Studio 时清理由于此限制而未清理的文件。",
|
||||
"cms.provider.displayName": "Microsoft SQL Server",
|
||||
"cms.connectionProvider.displayName": "Microsoft SQL Server",
|
||||
"cms.connectionOptions.minPoolSize.displayName": "最小池大小",
|
||||
"cms.connectionOptions.multiSubnetFailover.displayName": "多子网故障转移",
|
||||
"cms.connectionOptions.multipleActiveResultSets.description": "为 true 时,可从一个连接返回和读取多个结果集",
|
||||
"cms.connectionOptions.multipleActiveResultSets.displayName": "多重活动结果集",
|
||||
"cms.connectionOptions.packetSize.description": "用于与 SQL Server 实例通信的网络数据包的大小(字节数)",
|
||||
"cms.connectionOptions.connectionName.displayName": "名称(可选)",
|
||||
"cms.connectionOptions.serverName.description": "SQL Server 实例的名称",
|
||||
"cms.resource.addServerGroup.title": "新建服务器组…",
|
||||
"cms.resource.addRegisteredServer.title": "新建服务器注册…",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "无",
|
||||
"cms.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
|
||||
"cms.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
|
||||
"onprem.serverProperties.osVersion": "OS 版本",
|
||||
"cms.connectionOptions.encrypt.categoryValues.false": "可选(False)",
|
||||
"cloud.databaseProperties.owner": "所有者",
|
||||
"onprem.databaseProperties.owner": "所有者",
|
||||
"cms.connectionOptions.packetSize.displayName": "数据包大小",
|
||||
"cms.connectionOptions.password.description": "指示连接到数据源时使用的密码",
|
||||
"cms.connectionOptions.password.displayName": "密码",
|
||||
"cms.connectionOptions.persistSecurityInfo.description": "为 false 时,安全敏感信息(如密码)不作为连接的一部分返回",
|
||||
"cms.connectionOptions.persistSecurityInfo.displayName": "持久安全信息",
|
||||
"cms.connectionOptions.pooling.description": "为 true 时,从相应的池中取出连接对象,或根据需要创建连接对象并将其添加到相应的池中",
|
||||
"cms.connectionOptions.groupName.pooling": "池",
|
||||
"cms.connectionOptions.pooling.displayName": "池",
|
||||
"cms.connectionOptions.port.displayName": "端口",
|
||||
"cms.connectionOptions.replication.description": "由 SQL Server 在复制中使用",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定价层",
|
||||
"onprem.databaseProperties.recoveryModel": "恢复模式",
|
||||
"cms.resource.refresh.title": "刷新",
|
||||
"cms.resource.refreshServerGroup.title": "刷新服务器组",
|
||||
"cms.connectionOptions.groupName.replication": "副本",
|
||||
"cms.connectionOptions.replication.displayName": "副本",
|
||||
"cms.connectionOptions.secureEnclaves.description": "启用或禁用连接的安全 enclave",
|
||||
"cms.connectionOptions.secureEnclaves.displayName": "安全 enclave",
|
||||
"cms.connectionOptions.serverDescription.description": "SQL Server 实例的说明",
|
||||
"cms.connectionOptions.serverDescription.displayName": "服务器描述",
|
||||
"cms.connectionOptions.serverName.description": "SQL Server 实例的名称",
|
||||
"cms.connectionOptions.serverName.displayName": "服务器",
|
||||
"cms.connectionOptions.serverName.placeholder": "例如 tcp:servername,1433",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "在值为 true (且 encrypt=true)时,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书。此属性不支持 Encrypt=Strict 的设置。",
|
||||
"cms.connectionOptions.trustServerCertificate.displayName": "信任服务器证书",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "指示提供程序将通过 DataReader 公开的服务器类型系统",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "类型系统版本",
|
||||
"cms.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
|
||||
"cms.connectionOptions.userName.displayName": "用户名",
|
||||
"cms.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
|
||||
"cms.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"cms.connectionProvider.displayName": "Microsoft SQL Server",
|
||||
"cms.description": "支持管理 SQL Server 中央管理服务器",
|
||||
"cms.disabled": "已禁用",
|
||||
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登录",
|
||||
"cms.displayName": "SQL Server 中央管理服务器",
|
||||
"cms.enabled": "已启用",
|
||||
"cms.connectionOptions.secureEnclaves.displayName": "安全 enclave",
|
||||
"cms.connectionOptions.groupName.security": "安全性",
|
||||
"cms.connectionOptions.serverName.displayName": "服务器",
|
||||
"cms.connectionOptions.serverDescription.displayName": "服务器描述",
|
||||
"cms.query.displayBitAsNumber": "是否应将 BIT 列显示为数字(1 或 0)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"cms.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
|
||||
"cms.format.datatypeCasing": "数据类型应格式化为大写、小写还是无(不格式化)",
|
||||
"cms.format.keywordCasing": "关键字应格式化为大写、小写还是无(不格式化)",
|
||||
"cms.format.placeCommasBeforeNextStatement": "是否应将逗号置于列表中每个语句的开头(例如 \", mycolumn2\")而不是结尾(例如 \"mycolumn1,\")",
|
||||
"cms.format.placeSelectStatementReferencesOnNewLine": "select 语句中的对象引用是否应分到不同行中? 例如,在 \"SELECT C1, C2 FROM T1\" 中,C1 和 C2 是否将位于不同行",
|
||||
"cms.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"cms.logFilesRemovalLimit": "启动时要删除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。将在下次启动 Azure Data Studio 时清理由于此限制而未清理的文件。",
|
||||
"cms.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
|
||||
"cms.provider.displayName": "Microsoft SQL Server",
|
||||
"cms.query.displayBitAsNumber": "是否应将 BIT 列显示为数字(1 或 0)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"cms.resource.addRegisteredServer.title": "新建服务器注册…",
|
||||
"cms.resource.addServerGroup.title": "新建服务器组…",
|
||||
"cms.resource.deleteCmsServer.title": "删除",
|
||||
"cms.resource.deleteRegisteredServer.title": "删除",
|
||||
"cms.resource.deleteServerGroup.title": "删除",
|
||||
"cms.resource.explorer.title": "中央管理服务器",
|
||||
"cms.resource.refresh.title": "刷新",
|
||||
"cms.resource.refreshServerGroup.title": "刷新服务器组",
|
||||
"cms.resource.registerCmsServer.title": "添加中央管理服务器",
|
||||
"cms.title": "中央管理服务器",
|
||||
"cms.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”",
|
||||
"cms.connectionOptions.packetSize.description": "用于与 SQL Server 实例通信的网络数据包的大小(字节数)",
|
||||
"cms.connectionOptions.groupName.source": "源",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的协议",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的终结点",
|
||||
"cms.connectionOptions.authType.description": "指定使用 SQL Server 进行身份验证的方法",
|
||||
"cms.connectionOptions.encrypt.categoryValues.strict": "严格",
|
||||
"cms.description": "支持管理 SQL Server 中央管理服务器",
|
||||
"cms.connectionOptions.currentLanguage.description": "SQL Server 语言记录名称",
|
||||
"cms.connectionOptions.commandTimeout.description": "在终止尝试并生成错误之前等待命令执行的时长(秒)",
|
||||
"cms.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(秒)",
|
||||
"cms.connectionOptions.maxPoolSize.description": "池中允许的最大连接数",
|
||||
"cms.connectionOptions.loadBalanceTimeout.description": "此连接在销毁前在池中生存的最短时间(秒)",
|
||||
"cms.connectionOptions.minPoolSize.description": "池中允许的最小连接数",
|
||||
"cms.connectionOptions.applicationName.description": "应用程序的名称",
|
||||
"cms.connectionOptions.attachDbFilename.description": "可附加数据库的主文件的名称(包括完整路径名称)",
|
||||
"cms.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
|
||||
"cms.connectionOptions.failoverPartner.description": "充当故障转移伙伴的 SQL Server 实例的名称或网络地址",
|
||||
"cms.connectionOptions.trustServerCertificate.displayName": "信任服务器证书",
|
||||
"cloud.serverProperties.serverEdition": "类型",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "类型系统版本",
|
||||
"cms.connectionOptions.replication.description": "由 SQL Server 在复制中使用",
|
||||
"cms.connectionOptions.userName.displayName": "用户名",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本",
|
||||
"cms.connectionOptions.encrypt.description": "在值为 'Mandatory' 或 'Strict' 时,如果服务器安装了证书,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密。在设置为 'Strict' 时,SQL Server 使用 TDS 8.0 在客户端与服务器之间传输所有数据。SQL Server 2022 及之后的版本均支持 'Strict'。",
|
||||
"cms.connectionOptions.persistSecurityInfo.description": "为 false 时,安全敏感信息(如密码)不作为连接的一部分返回",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "在值为 true (且 encrypt=true)时,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书。此属性不支持 Encrypt=Strict 的设置。",
|
||||
"cms.connectionOptions.contextConnection.description": "为 true 时,指示连接应来自 SQL Server 上下文。仅在 SQL Server 进程中运行时可用",
|
||||
"cms.connectionOptions.multipleActiveResultSets.description": "为 true 时,可从一个连接返回和读取多个结果集",
|
||||
"cms.connectionOptions.pooling.description": "为 true 时,从相应的池中取出连接对象,或根据需要创建连接对象并将其添加到相应的池中",
|
||||
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 身份验证",
|
||||
"cms.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"ignorePlatformWarning": "[可选] 不显示不受支持的平台警告",
|
||||
"onprem.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"onprem.databaseProperties.lastBackupDate": "上次数据库备份",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "上次日志备份",
|
||||
"onprem.databaseProperties.owner": "所有者",
|
||||
"onprem.databaseProperties.recoveryModel": "恢复模式",
|
||||
"onprem.serverProperties.machineName": "计算机名",
|
||||
"onprem.serverProperties.osVersion": "OS 版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本"
|
||||
"cms.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"cms.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”",
|
||||
"cms.connectionOptions.serverName.placeholder": "例如 tcp:servername,1433",
|
||||
"cms.format.placeCommasBeforeNextStatement": "是否应将逗号置于列表中每个语句的开头(例如 \", mycolumn2\")而不是结尾(例如 \"mycolumn1,\")"
|
||||
}
|
||||
}
|
||||
}
|
||||
+38
-38
@@ -9,72 +9,72 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"dacfx.databaseNameExistsErrorMessage": "SQL Server 实例上已经存在同名数据库。",
|
||||
"dacFx.importDescription": "由 .bacpac 文件创建数据库 [导入 Bacpac]",
|
||||
"dacfx.dataLoss": "数据丢失",
|
||||
"dacfx.wizardTitle": "数据层应用程序向导",
|
||||
"dacFx.databaseName": "数据库名称",
|
||||
"dacFx.deployButton": "部署",
|
||||
"dacFx.deployConfigPageName": "选择“部署 Dacpac 设置”",
|
||||
"dacFx.deployDescription": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
|
||||
"dacFx.deployPlanPageName": "查看部署计划",
|
||||
"dacfx.deployPlanTableTitle": "部署计划操作",
|
||||
"dacFx.export": "导出",
|
||||
"dacFx.exportConfigPageName": "选择“导出 Bacpac 设置”",
|
||||
"dacFx.exportDescription": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]",
|
||||
"dacFx.extract": "提取",
|
||||
"dacFx.extractConfigPageName": "选择“提取 Dacpac 设置”",
|
||||
"dacFx.extractDescription": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
|
||||
"dacfx.fileLocation": "文件位置",
|
||||
"dacfx.whitespaceFilenameErrorMessage": "文件名不能为空白",
|
||||
"dacfx.filenameEndingInPeriodErrorMessage": "文件名不能以句号结尾",
|
||||
"dacfx.trailingWhitespaceErrorMessage": "文件名不能以空格结尾",
|
||||
"dacfx.tooLongFilenameErrorMessage": "文件名超过 255 个字符",
|
||||
"dacFx.generateScriptButton": "生成脚本",
|
||||
"dacfx.deployPlanErrorMessage": "生成部署计划失败“{0}”",
|
||||
"dacfx.generateDeployErrorMessage": "生成部署脚本失败 '{0}'",
|
||||
"dacFx.import": "导入",
|
||||
"dacFx.importConfigPageName": "选择“导入 Bacpac 设置”",
|
||||
"dacFx.importDescription": "由 .bacpac 文件创建数据库 [导入 Bacpac]",
|
||||
"dacfx.invalidFileCharsErrorMessage": "无效的文件字符",
|
||||
"dacfx.objecTooltip": "将受部署影响的对象的名称",
|
||||
"dacFx.newDatabase": "新建数据库",
|
||||
"dacfx.noDataLoss": "列出的部署操作不会导致数据丢失。",
|
||||
"dacfx.object": "对象",
|
||||
"dacFxDeploy.openFile": "打开",
|
||||
"dacfx.operation": "操作",
|
||||
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
|
||||
"dacfx.dataLossTooltip": "可能导致数据丢失的操作标有警告符号",
|
||||
"dacFx.proceedDataLoss": "尽管可能会丢失数据,仍要继续",
|
||||
"dacfx.reservedValueErrorMessage": "文件名已保留。请选择其他名称,然后重试",
|
||||
"dacFx.deployPlanPageName": "查看部署计划",
|
||||
"dacfx.save": "保存",
|
||||
"dacFx.deployConfigPageName": "选择“部署 Dacpac 设置”",
|
||||
"dacFx.exportConfigPageName": "选择“导出 Bacpac 设置”",
|
||||
"dacFx.extractConfigPageName": "选择“提取 Dacpac 设置”",
|
||||
"dacFx.importConfigPageName": "选择“导入 Bacpac 设置”",
|
||||
"dacFx.selectOperationPageName": "选择操作",
|
||||
"dacfx.selectFile": "选择文件",
|
||||
"dacfx.setting": "设置",
|
||||
"dacFx.sourceDatabase": "源数据库",
|
||||
"dacFx.sourceServer": "源服务器",
|
||||
"dacFx.summaryPageName": "摘要",
|
||||
"dacfx.summaryTableTitle": "设置摘要",
|
||||
"dacFx.targetDatabase": "目标数据库",
|
||||
"dacFx.targetServer": "目标服务器",
|
||||
"dacFx.upgradeExistingDatabase": "升级现有数据库",
|
||||
"dacFx.versionText": "版本(采用 x.x.x.x 格式,x 表示数字)",
|
||||
"dacFxDeploy.openFile": "打开",
|
||||
"dacfx.dataLoss": "数据丢失",
|
||||
"dacfx.dataLossText": "部署操作可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
|
||||
"dacfx.dataLossTextWithCount": "列出的部署操作中有 {0} 个可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
|
||||
"dacfx.dataLossTooltip": "可能导致数据丢失的操作标有警告符号",
|
||||
"dacfx.databaseNameExistsErrorMessage": "SQL Server 实例上已经存在同名数据库。",
|
||||
"dacfx.default": "默认",
|
||||
"dacfx.deployPlanErrorMessage": "生成部署计划失败“{0}”",
|
||||
"dacfx.deployPlanTableTitle": "部署计划操作",
|
||||
"dacfx.fileLocation": "文件位置",
|
||||
"dacfx.filenameEndingInPeriodErrorMessage": "文件名不能以句号结尾",
|
||||
"dacfx.generateDeployErrorMessage": "生成部署脚本失败 '{0}'",
|
||||
"dacfx.invalidFileCharsErrorMessage": "无效的文件字符",
|
||||
"dacfx.noDataLoss": "列出的部署操作不会导致数据丢失。",
|
||||
"dacfx.objecTooltip": "将受部署影响的对象的名称",
|
||||
"dacfx.object": "对象",
|
||||
"dacfx.operation": "操作",
|
||||
"dacfx.operationErrorMessage": "{0} 操作失败“{1}”",
|
||||
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
|
||||
"dacfx.reservedValueErrorMessage": "文件名已保留。请选择其他名称,然后重试",
|
||||
"dacfx.reservedWindowsFilenameErrorMessage": "此文件名保留供 Windows 使用。请选择其他名称,然后重试",
|
||||
"dacfx.save": "保存",
|
||||
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
|
||||
"dacfx.selectFile": "选择文件",
|
||||
"dacfx.setting": "设置",
|
||||
"dacfx.summaryTableTitle": "设置摘要",
|
||||
"dacfx.tooLongFilenameErrorMessage": "文件名超过 255 个字符",
|
||||
"dacfx.trailingWhitespaceErrorMessage": "文件名不能以空格结尾",
|
||||
"dacfx.type": "类型",
|
||||
"dacfx.typeTooltip": "将受部署影响的对象类型",
|
||||
"dacfx.undefinedFilenameErrorMessage": "未定义名称",
|
||||
"dacFx.upgradeExistingDatabase": "升级现有数据库",
|
||||
"dacfx.value": "值",
|
||||
"dacfx.version": "版本",
|
||||
"dacfx.whitespaceFilenameErrorMessage": "文件名不能为空白",
|
||||
"dacfx.wizardTitle": "数据层应用程序向导"
|
||||
"dacFx.versionText": "版本(采用 x.x.x.x 格式,x 表示数字)",
|
||||
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
|
||||
"dacfx.default": "默认",
|
||||
"dacfx.dataLossTextWithCount": "列出的部署操作中有 {0} 个可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
|
||||
"dacfx.operationErrorMessage": "{0} 操作失败“{1}”"
|
||||
},
|
||||
"package": {
|
||||
"dacFx.category": "DacFx",
|
||||
"dacFx.defaultSaveLocation": "文件夹的完整路径,其中已默认保存 .DACPAC 和 .BACPAC 文件",
|
||||
"dacFx.settings": "数据层应用程序包",
|
||||
"dacFx.startTitle": "数据层应用程序向导"
|
||||
"dacFx.startTitle": "数据层应用程序向导",
|
||||
"dacFx.defaultSaveLocation": "文件夹的完整路径,其中已默认保存 .DACPAC 和 .BACPAC 文件"
|
||||
}
|
||||
}
|
||||
}
|
||||
+48
-48
@@ -10,86 +10,86 @@
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"AllProjectTypes": "所有项目类型",
|
||||
"LocalDevInfo": "单击“了解详细信息”按钮,以详细了解 {0} 的本地开发体验",
|
||||
"SelectProjectFileActionName": "选择",
|
||||
"UnknownProjectTypeError": "找不到 id 为“{0}”的项目类型的提供程序",
|
||||
"UnknownProjectsError": "找不到以下项目的提供程序: {0}",
|
||||
"activateExtensionFailed": "未能加载项目提供程序扩展“{0}”。错误消息: {1}",
|
||||
"dataworksapce.local": "本地",
|
||||
"dataworksapce.refresh": "刷新",
|
||||
"dataworkspace.NewProjectDialogTitle": "创建新数据库项目",
|
||||
"dataworkspace.Type": "类型",
|
||||
"dataworkspace.restartConfirmation": "需要重启 Azure Data Studio 才能将项目添加到工作区。立即重启?",
|
||||
"dataworkspace.browse": "浏览",
|
||||
"dataworkspace.browseEllipsis": "浏览...",
|
||||
"dataworkspace.cloneParentDirectoryNotExistError": "所选克隆路径“{0}”不存在或不是目录。",
|
||||
"dataworkspace.sdkLearnMorePlaceholder": "单击“了解详细信息”按钮了解有关 SDK 样式项目的详细信息",
|
||||
"LocalDevInfo": "单击“了解详细信息”按钮,以详细了解 {0} 的本地开发体验",
|
||||
"gitCloneMessage": "正在克隆 Git 存储库“{0}”...",
|
||||
"dataworkspace.create": "创建",
|
||||
"dataworkspace.NewProjectDialogTitle": "创建新数据库项目",
|
||||
"dataworkspace.default": "默认",
|
||||
"dataworkspace.projectDirectoryAlreadyExistErrorShort": "所选位置中已存在目录“{0}”,请选择其他项",
|
||||
"dataworkspace.enterProjectName": "输入项目名",
|
||||
"dataworkspace.fileNotExistError": "所选 {0} 文件“{1}”不存在或者不是文件。",
|
||||
"dataworkspace.projectNamePlaceholder": "输入项目名称",
|
||||
"dataworkspace.gitRepoUrlPlaceholder": "输入远程 git 存储库 URL",
|
||||
"gitCloneError": "Git 克隆期间出错。请查看 git 输出以了解更多详细信息",
|
||||
"activateExtensionFailed": "未能加载项目提供程序扩展“{0}”。错误消息: {1}",
|
||||
"fileDoesNotExist": "文件“{0}”不存在",
|
||||
"tooLongFilenameErrorMessage": "文件名不能超过 255 个字符",
|
||||
"whitespaceFilenameErrorMessage": "文件名不能为空白",
|
||||
"filenameEndingInPeriodErrorMessage": "文件名不能以句号结尾",
|
||||
"trailingWhitespaceErrorMessage": "文件名不能以空格开头或结尾",
|
||||
"dataworkspace.gitRepoUrlTitle": "Git 存储库 URL",
|
||||
"invalidFileCharsErrorMessage": "文件字符无效",
|
||||
"dataworkspace.learnMore": "了解详细信息",
|
||||
"dataworkspace.localClonePathPlaceholder": "选择本地克隆存储库的位置",
|
||||
"openedProjectsUndefinedAfterRefresh": "从磁盘刷新后,打开的项目列表应已被定义。",
|
||||
"dataworksapce.local": "本地",
|
||||
"dataworkspace.localClonePathTitle": "本地克隆路径",
|
||||
"dataworkspace.locationSelectorTitle": "位置",
|
||||
"dataworkspace.projectLocationTitle": "位置",
|
||||
"dataworkspace.projectNameTitle": "名称",
|
||||
"dataworkspace.nameCannotBeEmpty": "名称不能为空",
|
||||
"dataworkspace.no": "否",
|
||||
"noProjectProvidingExtensionsInstalled": "未安装数据库项目扩展。请安装数据库项目扩展以使用此功能。",
|
||||
"UnknownProjectTypeError": "找不到 id 为“{0}”的项目类型的提供程序",
|
||||
"UnknownProjectsError": "找不到以下项目的提供程序: {0}",
|
||||
"dataworkspace.ok": "确定",
|
||||
"onlyMovingOneFileIsSupported": "仅支持一次移动一个文件。",
|
||||
"dataworkspace.open": "打开",
|
||||
"dataworkspace.openExistingDialogTitle": "打开现有项目",
|
||||
"noPreviousData": "当前项目的前期 {0} 将在此处显示,请运行以查看结果。",
|
||||
"dataworkspace.project": "项目",
|
||||
"projectFailedToLoad": "无法加载项目 '{0}':{1} 要查看更多详细信息,请 [打开开发人员控制台](command:workbench.action.toggleDevTools)",
|
||||
"dataworkspace.projectAlreadyOpened": "已打开项目“{0}”。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistErrorShort": "所选位置中已存在目录“{0}”,请选择其他项",
|
||||
"dataworkspace.projectFilePlaceholder": "选择项目文件",
|
||||
"dataworkspace.projectFileTitle": "项目文件",
|
||||
"dataworkspace.projectLocationPlaceholder": "选择要创建项目的位置",
|
||||
"dataworkspace.projectLocationTitle": "位置",
|
||||
"dataworkspace.projectNamePlaceholder": "输入项目名称",
|
||||
"dataworkspace.projectNameTitle": "名称",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
|
||||
"projectNameNull": "项目名为 null",
|
||||
"dataworksapce.refresh": "刷新",
|
||||
"dataworkspace.remoteGitRepo": "远程 Git 存储库",
|
||||
"dataworkspace.restartConfirmation": "需要重启 Azure Data Studio 才能将项目添加到工作区。立即重启?",
|
||||
"dataworkspace.sdkLearnMorePlaceholder": "单击“了解详细信息”按钮了解有关 SDK 样式项目的详细信息",
|
||||
"reservedValueErrorMessage": "文件名已保留。请选择其他名称,然后重试",
|
||||
"dataworkspace.sdkStyleProject": "SDK 样式项目(预览版)",
|
||||
"dataworkspace.select": "选择",
|
||||
"dataworkspace.selectProjectLocation": "选择项目位置",
|
||||
"dataworkspace.selectProjectType": "选择数据库项目类型",
|
||||
"dataworkspace.selectProjectLocation": "选择项目位置",
|
||||
"dataworkspace.selectTargetPlatform": "选择目标平台",
|
||||
"dataworkspace.targetPlatform": "目标平台",
|
||||
"dataworkspace.localClonePathPlaceholder": "选择本地克隆存储库的位置",
|
||||
"dataworkspace.projectLocationPlaceholder": "选择要创建项目的位置",
|
||||
"dataworkspace.projectFilePlaceholder": "选择项目文件",
|
||||
"dataworkspace.workspacePlaceholder": "选择工作区({0})文件",
|
||||
"dataworkspace.yesRecommended": "是(推荐)",
|
||||
"dragAndDropNotSupported": "此项目类型不支持拖放。",
|
||||
"fileDoesNotExist": "文件“{0}”不存在",
|
||||
"filenameEndingInPeriodErrorMessage": "文件名不能以句号结尾",
|
||||
"gitCloneError": "Git 克隆期间出错。请查看 git 输出以了解更多详细信息",
|
||||
"gitCloneMessage": "正在克隆 Git 存储库“{0}”...",
|
||||
"invalidFileCharsErrorMessage": "文件字符无效",
|
||||
"noPreviousData": "当前项目的前期 {0} 将在此处显示,请运行以查看结果。",
|
||||
"noProjectProvidingExtensionsInstalled": "未安装数据库项目扩展。请安装数据库项目扩展以使用此功能。",
|
||||
"onlyMovingOneFileIsSupported": "仅支持一次移动一个文件。",
|
||||
"openedProjectsUndefinedAfterRefresh": "从磁盘刷新后,打开的项目列表应已被定义。",
|
||||
"projectFailedToLoad": "无法加载项目 '{0}':{1} 要查看更多详细信息,请 [打开开发人员控制台](command:workbench.action.toggleDevTools)",
|
||||
"projectNameNull": "项目名为 null",
|
||||
"reservedValueErrorMessage": "文件名已保留。请选择其他名称,然后重试",
|
||||
"dataworkspace.targetPlatform": "目标平台",
|
||||
"dataworkspace.cloneParentDirectoryNotExistError": "所选克隆路径“{0}”不存在或不是目录。",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
|
||||
"dataworkspace.fileNotExistError": "所选 {0} 文件“{1}”不存在或者不是文件。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
|
||||
"reservedWindowsFilenameErrorMessage": "此文件名保留供 Windows 使用。请选择其他名称,然后重试",
|
||||
"tooLongFilenameErrorMessage": "文件名不能超过 255 个字符",
|
||||
"trailingWhitespaceErrorMessage": "文件名不能以空格开头或结尾",
|
||||
"dragAndDropNotSupported": "此项目类型不支持拖放。",
|
||||
"dataworkspace.Type": "类型",
|
||||
"undefinedFilenameErrorMessage": "未定义名称",
|
||||
"whitespaceFilenameErrorMessage": "文件名不能为空白"
|
||||
"dataworkspace.yesRecommended": "是(推荐)",
|
||||
"SelectProjectFileAction": "选择"
|
||||
},
|
||||
"package": {
|
||||
"projects.showNotAddedProjectsInWorkspacePrompt": "在当前工作区文件夹包含尚未添加到工作区项目的项目时,始终显示信息消息。",
|
||||
"close-workspace-command": "关闭工作区",
|
||||
"data-workspace-view-container-name": "数据库项目",
|
||||
"main-view-name": "数据库项目",
|
||||
"manage-project-command": "管理",
|
||||
"new-command": "新建",
|
||||
"open-existing-command": "打开现有",
|
||||
"projects-view-no-project-content": "当前工作区中未打开任何项目。\r\n[新建](command:projects.new)\r\n[打开现有](command:projects.openExisting)\r\n要了解项目的详细信息,请 [阅读文档](https://aka.ms/azuredatastudio-projects)。\r\n",
|
||||
"projects-view-no-workspace-content": "创建新的或打开现有的以开始使用。\r\n[新建](command:projects.new)\r\n[打开现有](command:projects.openExisting)\r\n要了解项目的详细信息,请 [阅读文档](https://aka.ms/azuredatastudio-projects)。",
|
||||
"main-view-name": "数据库项目",
|
||||
"data-workspace-view-container-name": "数据库项目",
|
||||
"projects.defaultProjectSaveLocation": "文件夹的完整路径,其中已默认保存新项目。",
|
||||
"projects.excludedProjectsDescription": "要从项目 Viewlet 中排除的工作区中的项目列表",
|
||||
"projects.showNotAddedProjectsInWorkspacePrompt": "在当前工作区文件夹包含尚未添加到工作区项目的项目时,始终显示信息消息。",
|
||||
"manage-project-command": "管理",
|
||||
"new-command": "新建",
|
||||
"projects-view-no-project-content": "当前工作区中未打开任何项目。\r\n[新建](command:projects.new)\r\n[打开现有](command:projects.openExisting)\r\n要了解项目的详细信息,请 [阅读文档](https://aka.ms/azuredatastudio-projects)。\r\n",
|
||||
"open-existing-command": "打开现有",
|
||||
"refresh-workspace-command": "刷新",
|
||||
"remove-project-command": "删除项目"
|
||||
}
|
||||
+175
@@ -0,0 +1,175 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/localizedConstants": {
|
||||
"externalTable.databaseNameTitle": "数据库名称",
|
||||
"externalTable.externalSchemaTitle": "外部架构",
|
||||
"externalTable.externalTableTitle": "外部表",
|
||||
"externalTable.hostnameTitle": "主机名",
|
||||
"msgMissingNodeContext": "调用了节点命令但未传递任何节点",
|
||||
"sqlServerTypeName": "SQL Server",
|
||||
"externalTable.serverNameTitle": "服务器名称",
|
||||
"externalTable.serviceNameTitle": "服务名称/SID:",
|
||||
"externalTable.sourceSchemaTitle": "源架构",
|
||||
"externalTable.sourceTableTitle": "源表"
|
||||
},
|
||||
"dist/services/serviceClient": {
|
||||
"downloadingServiceSize": "({0} KB)",
|
||||
"downloadingServiceComplete": "{0}下载完毕",
|
||||
"downloadingServiceStatus": "正在下载 {0}",
|
||||
"downloadingService": "正在下载 {0}",
|
||||
"serviceStartFailed": "未能启动 {0}: {1}",
|
||||
"serviceInstalled": "已安装{0}",
|
||||
"installingService": "正在安装 {0}",
|
||||
"installingServiceDetailed": "正在将 {0} 安装到 {1}",
|
||||
"serviceStarting": "正在启动 {0}...",
|
||||
"serviceStarted": "{0} 已启动"
|
||||
},
|
||||
"dist/services/telemetry": {
|
||||
"serviceCrashButton": "查看已知问题",
|
||||
"serviceCrashMessage": "服务组件无法启动"
|
||||
},
|
||||
"dist/utils": {
|
||||
"executeCommandProcessExited": "已退出进程,代码为 {0}"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/fileConfigPage": {
|
||||
"tableFromFileImport.databaseDropdownTitle": "将在其中创建外部表的数据库",
|
||||
"tableFromFileImport.destConnTitle": "目标服务器",
|
||||
"tableFromFileImport.dataSourceDropdown": "新外部表的外部数据源",
|
||||
"tableFromFileImport.tableTextboxTitle": "新外部表的名称 ",
|
||||
"tableFromFileImport.fileFormatTextboxTitle": "新表的外部文件格式的名称",
|
||||
"tableFromFileImport.noSchemas": "在指定的数据库中找不到用户架构。",
|
||||
"tableFromFileImport.noDataSources": "在指定的数据库中找不到有效的外部数据源。",
|
||||
"tableFromFileImport.refreshButtonTitle": "刷新",
|
||||
"tableFromFileImport.schemaTextboxTitle": "新外部表的名称 ",
|
||||
"tableFromFileImport.fileTextboxTitle": "源文件",
|
||||
"tableFromFileImport.folderTextboxTitle": "源文件夹",
|
||||
"tableFromFileImport.fileFormatExists": "指定的外部文件格式名称已存在。",
|
||||
"tableFromFileImport.tableExists": "指定的表名在指定的架构下已存在。"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/modifyColumnsPage": {
|
||||
"tableFromFileImport.allowNulls": "允许 Null",
|
||||
"tableFromFileImport.columnName": "列名",
|
||||
"tableFromFileImport.dataType": "数据类型"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/prosePreviewPage": {
|
||||
"tableFromFileImport.noProseInfo": "无法为指定的文件生成列信息。",
|
||||
"tableFromFileImport.noPreviewData": "无法从指定的文件中检索任何数据。",
|
||||
"tableFromFileImport.prosePreviewMessage": "此操作分析了输入文件的结构并生成了下方的前 50 行预览。"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/summaryPage": {
|
||||
"tableFromFileImport.importInformation": "数据虚拟化信息",
|
||||
"tableFromFileImport.databaseName": "数据库名",
|
||||
"tableFromFileImport.fileFormat": "文件格式名称",
|
||||
"tableFromFileImport.next": "下一页",
|
||||
"tableFromFileImport.serverName": "服务器名称",
|
||||
"tableFromFileImport.summaryFileName": "源文件",
|
||||
"tableFromFileImport.summaryFolderName": "源文件夹",
|
||||
"tableFromFileImport.tableName": "表名",
|
||||
"tableFromFileImport.tableSchema": "表架构",
|
||||
"tableFromFileImport.importData": "虚拟化数据"
|
||||
},
|
||||
"dist/wizards/tableFromFile/tableFromFileWizard": {
|
||||
"tableFromFileImport.onlyCsvSupported": "此向导当前仅支持 csv 文件。",
|
||||
"tableFromFileImport.page2Name": "修改列",
|
||||
"tableFromFileImport.noCsvFileFound": "在指定的文件夹中找不到 csv 文件。",
|
||||
"import.needFile": "请在使用此向导之前选择源文件或文件夹。",
|
||||
"tableFromFileImport.page1Name": "预览数据",
|
||||
"tableFromFileImport.page0Name": "选择外部表的目标数据库",
|
||||
"tableFromFileImport.page3Name": "摘要",
|
||||
"tableFromFileImport.openScriptMsg": "脚本已在文档窗口中打开。关闭向导后即可查看它。",
|
||||
"tableFromFile.taskLabel": "虚拟化数据",
|
||||
"tableFromFileImport.wizardName": "从 CSV 虚拟化数据"
|
||||
},
|
||||
"dist/wizards/virtualizeData/connectionDetailsPage": {
|
||||
"newCredOption": "--新建凭据--",
|
||||
"credentialNameDropdown": "选择凭据",
|
||||
"credentialFields": "配置凭据",
|
||||
"connectionDetailsTitle": "无法与数据源建立连接",
|
||||
"sourceNameInput": "外部数据源名称",
|
||||
"credentialNameInput": "新的凭据名称",
|
||||
"passwordInput": "密码",
|
||||
"serverFields": "服务器连接",
|
||||
"dataSourceHelpText": "外部数据源的名称。",
|
||||
"credNameHelpText": "用于安全存储正在创建的外部数据源的登录信息的数据库范围内凭据的名称。",
|
||||
"usernameInput": "用户名"
|
||||
},
|
||||
"dist/wizards/virtualizeData/createMasterKeyPage": {
|
||||
"masterKeyExistsMsg": "所选数据库已存在主密钥。无需执行此页面上的任何操作。",
|
||||
"createMasterKeyDescription": "主密钥是必需的。这可保护外部数据源使用的凭据。请注意,应使用 BACKUP MASTER KEY 备份主密钥,并将备份存储在安全的站点外位置。",
|
||||
"masterKeyPasswordConfirmInput": "确认密码",
|
||||
"createMasterKeyTitle": "创建数据库主密钥",
|
||||
"masterKeyPasswordInput": "密码",
|
||||
"passwordMismatchWithConfirmError": "密码值不匹配。",
|
||||
"masterKeyPasswordLabel": "设置主密钥密码。",
|
||||
"pwdReminderText": "强度高的密码使用字母数字、大小写字母和特殊字符的组合。"
|
||||
},
|
||||
"dist/wizards/virtualizeData/objectMappingPage": {
|
||||
"mappingTableCheckboxHelpText": "点击复选框将选择要映射的表。",
|
||||
"mappingTableHelpText": "点击表名将显示该表的列映射信息。",
|
||||
"mapping.collations": "排序规则",
|
||||
"externalTableMappingLabel": "列映射",
|
||||
"mapping.externalName": "外部",
|
||||
"objectMappingTitle": "将数据源对象映射到外部表",
|
||||
"noObjectSelectedMessage": "未选择对象。",
|
||||
"noTableError": "没有“{0}”的表信息",
|
||||
"mapping.nullable": "可为 Null",
|
||||
"mapping.sqlDataType": "SQL 数据类型",
|
||||
"mapping.SourceName": "源",
|
||||
"tableFolderLabel": "表",
|
||||
"warning.unsupported_column_type_description": "外部表不支持这些列类型:{0}{1}",
|
||||
"warning.unsupported_column_type_title": "找到不受支持的列类型",
|
||||
"viewFolderLabel": "视图"
|
||||
},
|
||||
"dist/wizards/virtualizeData/selectDataSourcePage": {
|
||||
"noServerTypeError": "必须选择数据源类型。",
|
||||
"noDestDatabaseError": "必须选择目标数据库。",
|
||||
"defaultSourceType": "默认值",
|
||||
"selectDataSrcTitle": "选择数据源",
|
||||
"destDBLabel": "选择外部表的目标数据库",
|
||||
"sourceCardsLabel": "选择数据源",
|
||||
"destDBHelpText": "要在其中创建外部数据源的数据库。"
|
||||
},
|
||||
"dist/wizards/virtualizeData/summaryPage": {
|
||||
"summaryMasterKeyLabel": "数据库主密钥",
|
||||
"summaryCredLabel": "数据库范围的凭据",
|
||||
"summaryDestDb": "目标数据库:",
|
||||
"virtualizeTaskStart": "正在执行脚本…。",
|
||||
"summaryDataSrcLabel": "外部数据源",
|
||||
"summaryExternalTableLabel": "外部表",
|
||||
"createSourceInfo": "已成功完成外部表创建",
|
||||
"createSourceError": "外部表创建失败",
|
||||
"summaryObjNameLabel": "名称",
|
||||
"summaryObjTypeLabel": "对象类型",
|
||||
"summaryNewSchemaLabel": "架构",
|
||||
"summaryPageTitle": "摘要",
|
||||
"summaryTitle": "将在目标数据库中创建以下对象:",
|
||||
"virtualizeTaskLabel": "虚拟化数据"
|
||||
},
|
||||
"dist/wizards/virtualizeData/virtualizeDataWizard": {
|
||||
"doneButtonLabel": "创建",
|
||||
"openScriptMsg": "脚本已在文档窗口中打开。关闭向导后即可查看它。",
|
||||
"getExtDataTitle": "虚拟化数据"
|
||||
},
|
||||
"dist/wizards/wizardCommands": {
|
||||
"noConnection": "数据虚拟化需要选择连接。"
|
||||
},
|
||||
"package": {
|
||||
"title.datavirtualization": "数据虚拟化",
|
||||
"config.logDebugInfo": "启用/禁用将调试信息记录到开发人员控制台。",
|
||||
"config.proseParsingMaxLines": "要从文件中读取以运行 PROSE 分析的行数。",
|
||||
"description.datavirtualization": "支持 SQL Server 中的数据虚拟化功能",
|
||||
"config.extensionDescription": "支持 SQL Server 中的数据虚拟化,包括从外部数据源或 CSV 文件创建外部表的向导。",
|
||||
"title.tasks": "任务",
|
||||
"title.openVirtualizeDataWizard": "虚拟化数据",
|
||||
"title.openMssqlHdfsTableWizard": "从 CSV 文件虚拟化数据"
|
||||
}
|
||||
}
|
||||
}
|
||||
+30
-30
@@ -9,68 +9,68 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"flatFile.InvalidFileLocation": "文件位置无效。请尝试其他输入文件",
|
||||
"flatFileImport.allowNulls": "允许 Null",
|
||||
"flatFileImport.browseFiles": "浏览",
|
||||
"flatFileImport.columnName": "列名称",
|
||||
"flatFileImport.deriverColumnInstruction3": "单击“预览转换”以预览转换",
|
||||
"flatFileImport.columnTableTitle": "列",
|
||||
"flatFileImport.specifyDerivedColNameTitle": "列名称",
|
||||
"flatFileImport.columnName": "列名",
|
||||
"flatFileImport.createDerivedColumn": "创建派生列",
|
||||
"flatFileImport.dataType": "数据类型",
|
||||
"flatFileImport.databaseDropdownTitle": "创建表的数据库",
|
||||
"flatFileImport.databaseName": "数据库名称",
|
||||
"flatFileImport.deriverColumnInstruction1": "在左侧选择派生新列所需的数据列",
|
||||
"flatFileImport.deriverColumnInstruction2": "选择一行并指定要应用于列其余部分的示例转换",
|
||||
"flatFileImport.deriverColumnInstruction3": "单击“预览转换”以预览转换",
|
||||
"flatFileImport.deriverColumnInstruction4": "优化转换,直到获得所需列",
|
||||
"flatFileImport.deriverColumnInstruction5": "指定新派生列的名称,然后单击“完成”",
|
||||
"flatFileImport.databaseDropdownTitle": "创建表的数据库",
|
||||
"flatFileImport.fileImport": "要导入的文件",
|
||||
"flatFileImport.fileTextboxTitle": "要导入的文件的位置",
|
||||
"flatFileImport.headerIntructionText": "欢迎使用衍生列工具! 若要开始,请执行以下步骤:",
|
||||
"import.serviceCrashButton": "提供反馈",
|
||||
"flatFileImport.importData": "导入数据",
|
||||
"flatFileImport.wizardName": "导入平面文件向导",
|
||||
"flatFileImport.importInformation": "导入信息",
|
||||
"flatFileImport.importNewFile": "导入新文件",
|
||||
"flatFileImport.importStatus": "导入状态",
|
||||
"flatFile.InvalidFileLocation": "文件位置无效。请尝试其他输入文件",
|
||||
"flatFileImport.fileTextboxTitle": "要导入的文件的位置",
|
||||
"flatFileImport.page3Name": "修改列",
|
||||
"flatFileImport.tableTextboxTitle": "新建表名",
|
||||
"flatFileImport.next": "下一步",
|
||||
"flatFileImport.openFile": "打开",
|
||||
"flatFileImport.page1Name": "指定输入文件",
|
||||
"import.needConnection": "请在使用此向导之前连接到服务器。",
|
||||
"flatFileImport.page2Name": "预览数据",
|
||||
"flatFileImport.page3Name": "修改列",
|
||||
"flatFileImport.page4Name": "摘要",
|
||||
"flatFileImport.previewTransformation": "预览转换",
|
||||
"flatFileImport.primaryKey": "主键",
|
||||
"flatFileImport.prosePreviewMessage": "此操作分析了输入文件的结构并生成了下方的前 50 行预览。",
|
||||
"flatFileImport.prosePreviewMessageFail": "此操作不成功。请尝试其他输入文件。",
|
||||
"flatFileImport.deriverColumnInstruction4": "优化转换,直到获得所需列",
|
||||
"flatFileImport.refresh": "刷新",
|
||||
"flatFileImport.schemaTextboxTitle": "表架构",
|
||||
"import.needSQLConnection": "SQL Server 导入扩展不支持此类连接",
|
||||
"flatFileImport.deriverColumnInstruction2": "选择一行并指定要应用于列其余部分的示例转换",
|
||||
"flatFileImport.selectAllColumns": "选择所有列",
|
||||
"flatFileImport.selectColumn": "选择列 {0}",
|
||||
"flatFileImport.serverDropdownTitle": "数据库所在的服务器",
|
||||
"flatFileImport.deriverColumnInstruction1": "在左侧选择派生新列所需的数据列",
|
||||
"flatFileImport.serverName": "服务器名称",
|
||||
"flatFileImport.specifyDerivedColNameTitle": "列名",
|
||||
"flatFileImport.serverDropdownTitle": "数据库所在的服务器",
|
||||
"flatFileImport.page1Name": "指定输入文件",
|
||||
"flatFileImport.specifyTransformation": "指定转换",
|
||||
"flatFileImport.deriverColumnInstruction5": "指定新派生列的名称,然后单击“完成”",
|
||||
"flatFileImport.specifyTransformationForRow": "指定行 {0} 的转换",
|
||||
"flatFileImport.success.norows": "✔ 已成功将数据插入表中。",
|
||||
"flatFileImport.page4Name": "摘要",
|
||||
"flatFileImport.tableName": "表名",
|
||||
"flatFileImport.tableSchema": "表架构",
|
||||
"flatFileImport.tableTextboxTitle": "新建表名",
|
||||
"flatFileImport.wizardName": "导入平面文件向导",
|
||||
"import.needConnection": "请在使用此向导之前连接到服务器。",
|
||||
"import.needSQLConnection": "SQL Server 导入扩展不支持此类连接",
|
||||
"import.serviceCrashButton": "提供反馈",
|
||||
"serviceCrashMessage": "服务组件无法启动"
|
||||
"flatFileImport.schemaTextboxTitle": "表架构",
|
||||
"flatFileImport.prosePreviewMessage": "此操作分析了输入文件的结构并生成了下方的前 50 行预览。",
|
||||
"flatFileImport.prosePreviewMessageFail": "此操作不成功。请尝试其他输入文件。",
|
||||
"flatFileImport.headerIntructionText": "欢迎使用衍生列工具! 若要开始,请执行以下步骤:",
|
||||
"serviceCrashMessage": "服务组件无法启动",
|
||||
"flatFileImport.success.norows": "✔ 已成功将数据插入表中。"
|
||||
},
|
||||
"dist/services/serviceClient": {
|
||||
"downloadingService": "正在下载 {0}",
|
||||
"downloadingServiceComplete": "{0} 下载完毕",
|
||||
"downloadingServiceSize": "({0} KB)",
|
||||
"downloadingServiceComplete": "{0} 下载完毕",
|
||||
"downloadingServiceStatus": "正在下载 {0}",
|
||||
"downloadingService": "正在下载 {0}",
|
||||
"entryExtractedChannelMsg": "已提取 {0} ({1}/{2})",
|
||||
"flatFileImport.serviceStartFailed": "未能启动 {0}: {1}",
|
||||
"serviceInstalled": "安装于 {0}",
|
||||
"installingService": "正在安装 {0} 服务",
|
||||
"installingServiceDetailed": "正在将 {0} 安装到 {1}",
|
||||
"serviceInstalled": "安装于 {0}",
|
||||
"serviceStarted": "{0} 已启动",
|
||||
"serviceStarting": "正在启动 {0}"
|
||||
"serviceStarting": "正在启动 {0}",
|
||||
"serviceStarted": "{0} 已启动"
|
||||
},
|
||||
"package": {
|
||||
"flatfileimport.configuration.title": "平面文件导入配置",
|
||||
+51
-51
@@ -10,31 +10,31 @@
|
||||
"contents": {
|
||||
"dist/features": {
|
||||
"kusto.accountDoesNotExist": "帐户不存在。",
|
||||
"kusto.insufficientlyPrivelagedAzureAccount": "为 {0} 配置的 Azure 帐户没有足够的权限让 Azure Key Vault 访问 Always Encrypted 的列主密钥。",
|
||||
"kusto.missingLinkedAzureAccount": "Azure Data Studio 需要连接 Azure Key Vault 才能访问 Always Encrypted 的列主密钥,但没有可用的链接 Azure 帐户。请添加链接的 Azure 帐户,然后重试查询。"
|
||||
"kusto.missingLinkedAzureAccount": "Azure Data Studio 需要连接 Azure Key Vault 才能访问 Always Encrypted 的列主密钥,但没有可用的链接 Azure 帐户。请添加链接的 Azure 帐户,然后重试查询。",
|
||||
"kusto.insufficientlyPrivelagedAzureAccount": "为 {0} 配置的 Azure 帐户没有足够的权限让 Azure Key Vault 访问 Always Encrypted 的列主密钥。"
|
||||
},
|
||||
"dist/kustoServer": {
|
||||
"downloadServiceDoneChannelMsg": "已下载 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下载 {0}",
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadServiceDoneChannelMsg": "已下载 {0}",
|
||||
"downloadingServiceStatusMsg": "正在下载 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下载 {0}",
|
||||
"failedToStartServiceErrorMsg": "未能启动 {0}",
|
||||
"installedServiceChannelMsg": "安装于 {0}",
|
||||
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
||||
"installingServiceStatusMsg": "正在安装 {0}",
|
||||
"serviceStartedStatusMsg": "{0} 已启动",
|
||||
"startingServiceStatusMsg": "正在启动 {0}"
|
||||
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
||||
"startingServiceStatusMsg": "正在启动 {0}",
|
||||
"serviceStartedStatusMsg": "{0} 已启动"
|
||||
},
|
||||
"dist/main": {
|
||||
"kusto.unsupportedPlatform": "平台不受支持",
|
||||
"notebookFileType": "笔记本",
|
||||
"unsupportedFileType": "仅支持 .ipynb 笔记本"
|
||||
"unsupportedFileType": "仅支持 .ipynb 笔记本",
|
||||
"kusto.unsupportedPlatform": "平台不受支持"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/command": {
|
||||
"cancel": "是否取消操作?",
|
||||
"progress": "$(sync~spin) {0}...",
|
||||
"cancelTooltip": "取消",
|
||||
"kusto.searchServers": "搜索服务器名称",
|
||||
"progress": "$(sync~spin) {0}..."
|
||||
"cancel": "是否取消操作?",
|
||||
"kusto.searchServers": "搜索服务器名称"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
||||
"notifyError": "通知节点更改时出错: {0}",
|
||||
@@ -42,61 +42,61 @@
|
||||
"sessionNotFound": "节点 {0} 的会话不存在"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。",
|
||||
"viewKnownIssuesText": "查看已知问题"
|
||||
"viewKnownIssuesText": "查看已知问题",
|
||||
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.name": "数据库名称",
|
||||
"cloud.databaseProperties.size": "大小(MB)",
|
||||
"cloud.serverProperties.diskCacheCapacity": "已使用的群集数据容量百分比",
|
||||
"cloud.serverProperties.machinesTotal": "群集中的总计算机数",
|
||||
"cloud.serverProperties.summary": "状态",
|
||||
"databasesListProperties.name": "名称",
|
||||
"databasesListProperties.size": "大小(MB)",
|
||||
"kusto.configuration.title": "KUSTO 配置",
|
||||
"kusto.connectionOptions.applicationName.description": "应用程序的名称",
|
||||
"kusto.connectionOptions.applicationName.displayName": "应用程序名称",
|
||||
"kusto.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"kusto.connectionOptions.authType.categoryValues.none": "无身份验证",
|
||||
"kusto.connectionOptions.authType.categoryValues.sqlLogin": "用户身份验证",
|
||||
"kusto.connectionOptions.authType.description": "指定使用 Kusto Server 进行身份验证的方法",
|
||||
"kusto.connectionOptions.authType.displayName": "身份验证类型",
|
||||
"kusto.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
|
||||
"kusto.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"kusto.provider.displayName": "Azure 数据资源管理器(Kusto)",
|
||||
"kusto.connectionOptions.serverName.displayName": "群集",
|
||||
"kusto.connectionOptions.connectRetryCount.displayName": "连接重试次数",
|
||||
"kusto.connectionOptions.connectRetryInterval.description": "两次尝试恢复连接之间的延迟",
|
||||
"kusto.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
|
||||
"kusto.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(秒)",
|
||||
"kusto.connectionOptions.connectTimeout.displayName": "连接超时",
|
||||
"kusto.connectionOptions.connectionName.description": "连接的自定义名称",
|
||||
"kusto.connectionOptions.connectionName.displayName": "名称(可选)",
|
||||
"kusto.connectionOptions.databaseName.description": "数据源中的初始目录或数据库的名称。",
|
||||
"kusto.connectionOptions.databaseName.displayName": "数据库",
|
||||
"kusto.connectionOptions.failoverPartner.description": "充当故障转移伙伴的 Kusto Server 实例的名称或网络地址",
|
||||
"kusto.connectionOptions.failoverPartner.displayName": "故障转移伙伴",
|
||||
"kusto.connectionOptions.groupName.connectionResiliency": "连接复原力",
|
||||
"kusto.connectionOptions.groupName.context": "上下文",
|
||||
"kusto.connectionOptions.groupName.initialization": "初始化",
|
||||
"kusto.connectionOptions.groupName.security": "安全性",
|
||||
"kusto.connectionOptions.groupName.source": "源",
|
||||
"kusto.connectionOptions.connectionName.description": "连接的自定义名称",
|
||||
"kusto.connectionOptions.databaseName.displayName": "数据库",
|
||||
"cloud.databaseProperties.name": "数据库名称",
|
||||
"kusto.connectionOptions.connectRetryInterval.description": "两次尝试恢复连接之间的延迟",
|
||||
"kusto.connectionOptions.failoverPartner.displayName": "故障转移伙伴",
|
||||
"kusto.connectionOptions.password.description": "指示连接到数据源时使用的密码",
|
||||
"kusto.connectionOptions.password.displayName": "密码",
|
||||
"kusto.connectionOptions.serverName.description": "Kusto 群集名称",
|
||||
"kusto.connectionOptions.serverName.displayName": "群集",
|
||||
"kusto.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
|
||||
"kusto.connectionOptions.userName.displayName": "用户名",
|
||||
"kusto.connectionOptions.workstationId.description": "连接到 Kusto Server 的工作站的名称",
|
||||
"kusto.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"kusto.connectionOptions.groupName.initialization": "初始化",
|
||||
"kusto.configuration.title": "KUSTO 配置",
|
||||
"kusto.connectionOptions.serverName.description": "Kusto 群集名称",
|
||||
"objectsListProperties.name": "名称",
|
||||
"databasesListProperties.name": "名称",
|
||||
"kusto.connectionOptions.connectionName.displayName": "名称(可选)",
|
||||
"notebook.command.new": "新建笔记本",
|
||||
"kusto.connectionOptions.authType.categoryValues.none": "无身份验证",
|
||||
"kusto.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
|
||||
"notebook.command.open": "打开笔记本",
|
||||
"kusto.connectionOptions.password.displayName": "密码",
|
||||
"kusto.connectionOptions.groupName.security": "安全性",
|
||||
"kusto.query.displayBitAsNumber": "是否应将 BIT 列显示为数字(1 或 0)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"kusto.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
|
||||
"kusto.format.datatypeCasing": "数据类型应格式化为大写、小写还是无(不格式化)",
|
||||
"kusto.format.keywordCasing": "关键字应格式化为大写、小写还是无(不格式化)",
|
||||
"kusto.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"kusto.provider.displayName": "Azure 数据资源管理器(Kusto)",
|
||||
"kusto.query.displayBitAsNumber": "是否应将 BIT 列显示为数字(1 或 0)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"kusto.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”",
|
||||
"notebook.command.new": "新建笔记本",
|
||||
"notebook.command.open": "打开笔记本",
|
||||
"databasesListProperties.size": "大小(MB)",
|
||||
"cloud.databaseProperties.size": "大小(MB)",
|
||||
"kusto.connectionOptions.groupName.source": "源",
|
||||
"kusto.connectionOptions.authType.description": "指定使用 Kusto Server 进行身份验证的方法",
|
||||
"cloud.serverProperties.summary": "状态",
|
||||
"kusto.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(秒)",
|
||||
"kusto.connectionOptions.applicationName.description": "应用程序的名称",
|
||||
"kusto.connectionOptions.databaseName.description": "数据源中的初始目录或数据库的名称。",
|
||||
"kusto.connectionOptions.workstationId.description": "连接到 Kusto Server 的工作站的名称",
|
||||
"kusto.connectionOptions.failoverPartner.description": "充当故障转移伙伴的 Kusto Server 实例的名称或网络地址",
|
||||
"cloud.serverProperties.machinesTotal": "群集中的总计算机数",
|
||||
"objectsListProperties.metadataTypeName": "类型",
|
||||
"objectsListProperties.name": "名称"
|
||||
"kusto.connectionOptions.authType.categoryValues.sqlLogin": "用户身份验证",
|
||||
"kusto.connectionOptions.userName.displayName": "用户名",
|
||||
"kusto.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"kusto.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"kusto.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”"
|
||||
}
|
||||
}
|
||||
}
|
||||
+179
-179
@@ -9,224 +9,224 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"azure.resource.error": "错误: {0}",
|
||||
"dashboardDesc": "针对 SQL 数据库的机器学习",
|
||||
"dashboardLinksTitle": "有用链接",
|
||||
"dashboardTitle": "机器学习",
|
||||
"dashboardVideoLinksTitle": "视频教程",
|
||||
"databaseName": "数据库",
|
||||
"databaseToStoreInfo": "选择要存储新模型的数据库。",
|
||||
"editTitle": "编辑",
|
||||
"existingTableName": "现有表",
|
||||
"extLang.CancelButtonText": "取消",
|
||||
"extLang.DialogTitle": "语言",
|
||||
"extLang.DoneButtonText": "关闭",
|
||||
"extLang.Local": "localhost",
|
||||
"extLang.OkButtonText": "确定",
|
||||
"extLang.SaveButtonText": "保存",
|
||||
"extLang.Target": "目标",
|
||||
"extLang.delete": "删除",
|
||||
"extLang.envVariables": "环境变量",
|
||||
"extLang.extensionFileLocation": "语言扩展位置",
|
||||
"extLang.extensionFileName": "扩展文件名",
|
||||
"extLang.extensionFilePath": "语言扩展路径",
|
||||
"extLang.fileBrowserTabTitle": "文件浏览器",
|
||||
"extLang.installButtonText": "安装",
|
||||
"extLang.installFailedError": "未能安装语言",
|
||||
"extLang.installTabTitle": "已安装",
|
||||
"extLang.languageCreatedDate": "已安装",
|
||||
"extLang.languageName": "名称",
|
||||
"extLang.languagePlatform": "平台",
|
||||
"extLang.newLanguageTabTitle": "新增",
|
||||
"extLang.parameters": "参数",
|
||||
"extLang.selectedPath": "所选路径",
|
||||
"extLang.updateFailedError": "未能更新语言",
|
||||
"learnMoreTitle": "了解详细信息",
|
||||
"ml.dataCount": "正在显示 {0} 个模型",
|
||||
"mls.cannotFindPython.error": "找不到 Python 可执行文件“{0}”。请确保已正确安装和配置 Python",
|
||||
"mls.cannotFindR.error": "找不到 R 可执行文件“{0}”。请确保已正确安装和配置 R",
|
||||
"mls.configAction": "操作",
|
||||
"mls.configStatus": "已启用",
|
||||
"mls.configTitle": "配置",
|
||||
"mls.configUpdateFailed": "未能修改机器学习服务配置",
|
||||
"mls.confirmEnableExternalScripts": "包管理需要外部脚本。是否确实要启用它?",
|
||||
"mls.confirmInstallPythonPackages": "是否确实要安装所需的包?",
|
||||
"mls.disableButtonTitle": "禁用",
|
||||
"mls.downloadError": "下载时出错",
|
||||
"mls.downloadingProgress": "正在下载",
|
||||
"mls.enableButtonTitle": "启用",
|
||||
"mls.enableExternalScriptsError": "未能启用外部脚本。",
|
||||
"mls.enabledMessage": "已启用机器学习服务",
|
||||
"mls.externalExecuteScriptTitle": "外部执行脚本",
|
||||
"mls.externalScriptsIsRequiredError": "此操作需要外部脚本配置。",
|
||||
"mls.httpGetRequestError": "包信息请求失败,出现错误: {0} {1}",
|
||||
"mls.installDependencies.confirmInstallPythonPackages": "需要安装以下 Python 包: {0}",
|
||||
"mls.installDependencies.confirmInstallRPackages": "安装需要以下 R 包: {0}",
|
||||
"mls.installDependencies.getPackagesError": "未能获取已安装的 python 包。错误: {0}",
|
||||
"mls.installDependencies.packages": "正在安装所需的包...",
|
||||
"mls.installDependencies.packagesAlreadyInstalled": "已安装所需的包。",
|
||||
"mls.installModelMngDependencies.msgTaskName": "正在验证模型管理依赖项",
|
||||
"mls.installPackageMngDependencies.msgTaskName": "正在验证包管理依赖项",
|
||||
"mls.installingDependencies": "正在安装依赖项...",
|
||||
"mls.invalidModelIdError": "模型 ID 无效。模型 URL: {0}",
|
||||
"mls.latestVersion": "最新",
|
||||
"mls.managePackages.error": "服务器不支持包管理。请确保已安装 Python 或 R。",
|
||||
"mls.mssqlExtensionNotLoaded": "未加载 MSSQL 扩展",
|
||||
"mls.noArtifactError": "模型没有任何项目。模型 URL: {0}",
|
||||
"mls.noResultError": "未返回任何结果",
|
||||
"mls.notebookExtensionNotLoaded": "未加载笔记本扩展",
|
||||
"mls.packageManager.NoConnection": "未选择连接",
|
||||
"mls.pythonConfigError": "未配置 Python 可执行文件",
|
||||
"mls.pythonLanguageTitle": "Python",
|
||||
"mls.rConfigError": "未配置 R 可执行文件",
|
||||
"mls.rLanguageTitle": "R",
|
||||
"mls.requiredPackagesNotInstalled": "未安装所需的包",
|
||||
"mls.resourceNotFound": "无法找到指定的资源",
|
||||
"mls.taskFailedError.error": "无法完成任务“{0}”。错误: {1}",
|
||||
"mls.verifyOdbcDriverError.error": "包管理需要“{0}”。请确保其已安装并正确设置。",
|
||||
"mlsInstallObdcDocTitle": "安装 Microsoft ODBC driver for SQL Server",
|
||||
"mlsInstallOdbcDocDesc": "本文档介绍如何安装 Microsoft ODBC Driver for SQL Server。",
|
||||
"modelDatabaseInfo": "选择存储现有/导入模型的数据库。",
|
||||
"modelTableInfo": "选择模型表以查看现有/导入的模型的列表。",
|
||||
"models.RegisterWizard": "导入模型",
|
||||
"models.azureAccount": "Azure 帐户",
|
||||
"models.azureGroup": "资源组",
|
||||
"models.azureModelFilter": "筛选器",
|
||||
"models.azureModelPageTitle": "从 Azure 机器学习导入",
|
||||
"models.azureModelSource": "Azure 机器学习",
|
||||
"models.azureModelSourceDescriptionForImport": "已选择“Azure 机器学习”。此操作允许你导入存储在此 SQL 实例中模型数据库内 Azure 机器学习工作区中的模型。单击“下一步”以继续。 ",
|
||||
"models.azureModelSourceDescriptionForPredict": "已选择“Azure 机器学习”。此操作允许从存储在 Azure 机器学习工作区内的模型中进行选择。单击“下一步”以继续。",
|
||||
"models.browseButton": "...",
|
||||
"mls.configAction": "操作",
|
||||
"extLang.newLanguageTabTitle": "新增",
|
||||
"models.confirmDeleteModel": "确定要删除模型“{0}”?",
|
||||
"mls.confirmInstallPythonPackages": "是否确实要安装所需的包?",
|
||||
"models.azureModelWorkspace": "Azure ML 工作区",
|
||||
"models.azureModels": "模型",
|
||||
"models.azureModelsListEmptyDescription": "选择另一个 Azure ML 工作区",
|
||||
"models.azureModelsListEmptyTitle": "找不到任何模型",
|
||||
"models.azureModelSource": "Azure 机器学习",
|
||||
"models.azureAccount": "Azure 帐户",
|
||||
"models.azureModelsTitle": "Azure 模型",
|
||||
"models.azureSignIn": "Azure 登录或刷新帐户",
|
||||
"models.azureSubscription": "Azure 订阅",
|
||||
"models.browseButton": "...",
|
||||
"models.columnDataTypeMismatchWarning": "源表列的数据类型与所需的输入字段类型不匹配。",
|
||||
"models.columnDataTypeMismatchWarningHeading": "数据类型的差异",
|
||||
"extLang.CancelButtonText": "取消",
|
||||
"mls.cannotFindPython.error": "找不到 Python 可执行文件“{0}”。请确保已正确安装和配置 Python",
|
||||
"mls.cannotFindR.error": "找不到 R 可执行文件“{0}”。请确保已正确安装和配置 R",
|
||||
"models.columnDataTypeMismatchWarningHelper": "单击以查看警告详细信息",
|
||||
"models.columnSelectionPageTitle": "将源数据映射到模型",
|
||||
"models.confirmDeleteModel": "确定要删除模型“{0}”?",
|
||||
"models.createNotebookDesc": "在笔记本中运行试验和创建模型",
|
||||
"extLang.DoneButtonText": "关闭",
|
||||
"mls.configTitle": "配置",
|
||||
"mls.resourceNotFound": "无法找到指定的资源",
|
||||
"models.createNotebookTitle": "创建笔记本",
|
||||
"databaseName": "数据库",
|
||||
"models.created": "已创建日期",
|
||||
"models.currentModelsTitle": "模型",
|
||||
"models.imported": "已导入日期",
|
||||
"extLang.delete": "删除",
|
||||
"models.description": "说明",
|
||||
"models.columnDataTypeMismatchWarningHeading": "数据类型的差异",
|
||||
"mls.disableButtonTitle": "禁用",
|
||||
"predict.displayName": "显示名称",
|
||||
"mls.downloadingProgress": "正在下载",
|
||||
"models.downloadModelMsgTaskName": "正在从 Azure 下载模型",
|
||||
"editTitle": "编辑",
|
||||
"models.editModelTitle": "编辑模型",
|
||||
"mls.enableButtonTitle": "启用",
|
||||
"mls.configStatus": "已启用",
|
||||
"models.modelDetailsPageTitle": "输入模型详细信息",
|
||||
"extLang.envVariables": "环境变量",
|
||||
"mls.downloadError": "下载时出错",
|
||||
"azure.resource.error": "错误: {0}",
|
||||
"existingTableName": "现有表",
|
||||
"extLang.extensionFileName": "扩展文件名",
|
||||
"mls.externalExecuteScriptTitle": "外部执行脚本",
|
||||
"mls.externalScriptsIsRequiredError": "此操作需要外部脚本配置。",
|
||||
"mls.confirmEnableExternalScripts": "包管理需要外部脚本。是否确实要启用它?",
|
||||
"mls.taskFailedError.error": "无法完成任务“{0}”。错误: {1}",
|
||||
"mls.enableExternalScriptsError": "未能启用外部脚本。",
|
||||
"mls.installDependencies.getPackagesError": "未能获取已安装的 python 包。错误: {0}",
|
||||
"extLang.installFailedError": "未能安装语言",
|
||||
"models.loadModelParameterFailedError": "未能加载模型参数’",
|
||||
"mls.configUpdateFailed": "未能修改机器学习服务配置",
|
||||
"models.importModelFailedError": "未能注册模型: {0},文件: {1}",
|
||||
"extLang.updateFailedError": "未能更新语言",
|
||||
"models.updateModelFailedError": "未能更新模型",
|
||||
"models.modelUpdateFailedError": "未能更新模型",
|
||||
"models.fileName": "文件",
|
||||
"extLang.fileBrowserTabTitle": "文件浏览器",
|
||||
"models.modelLocalSourceTooltip": "要导入的模型的文件路径",
|
||||
"models.localModelSource": "文件上传",
|
||||
"models.azureModelFilter": "筛选器",
|
||||
"models.framework": "框架",
|
||||
"models.frameworkVersion": "框架版本",
|
||||
"models.importModelDesc": "导入或查看存储在数据库中的机器学习模型",
|
||||
"models.makePredictionDesc": "使用托管模型生成预测值或分数",
|
||||
"sqlMlsMIDocDesc": "Azure SQL 托管实例中的机器学习服务入门。",
|
||||
"sqlMlsDocDesc": "SQL Server 上的机器学习服务入门,以及如何在 Windows 和 Linux 上安装它。",
|
||||
"onnxOnEdgeOdbcDocDesc": "Azure SQL 数据库 Edge 中的机器学习入门",
|
||||
"models.importModelDoneButton": "导入",
|
||||
"models.importModelFailedError": "未能注册模型: {0},文件: {1}",
|
||||
"models.azureModelPageTitle": "从 Azure 机器学习导入",
|
||||
"models.RegisterWizard": "导入模型",
|
||||
"models.importModelDesc": "导入或查看存储在数据库中的机器学习模型",
|
||||
"models.importModelTitle": "导入或查看模型",
|
||||
"models.imported": "已导入日期",
|
||||
"models.importedModelSourceDescriptionForPredict": "已选择“导入的模型”。这使你可以从存储在数据库中模型表内的模型中进行选择。单击“下一步”以继续。",
|
||||
"models.importedModelsPageTitle": "选择导入的模型",
|
||||
"models.registeredModelsSource": "导入的模型",
|
||||
"extLang.installButtonText": "安装",
|
||||
"mlsInstallObdcDocTitle": "安装 Microsoft ODBC driver for SQL Server",
|
||||
"extLang.languageCreatedDate": "已安装",
|
||||
"extLang.installTabTitle": "已安装",
|
||||
"mls.installingDependencies": "正在安装依赖项...",
|
||||
"mls.installDependencies.packages": "正在安装所需的包...",
|
||||
"models.invalidAzureResourceError": "Azure 资源无效",
|
||||
"models.invalidImportTableError": "导入模型的表无效。数据库名: {0},表名: {1}",
|
||||
"models.invalidImportTableSchemaError": "模型导入不支持表架构。数据库名: {0},表名: {1}。",
|
||||
"models.invalidModelImportTargetError": "请选择一个有效任务",
|
||||
"models.invalidModelParametersError": "请选择有效的源表和模型参数",
|
||||
"mls.invalidModelIdError": "模型 ID 无效。模型 URL: {0}",
|
||||
"models.invalidModelToPredictError": "要预测的模型无效",
|
||||
"models.invalidModelToRegisterError": "要注册的模型无效",
|
||||
"models.invalidModelToSelectError": "请选择一个有效模型",
|
||||
"models.learnMoreLink": "了解详细信息。",
|
||||
"models.loadModelParameterFailedError": "未能加载模型参数’",
|
||||
"models.localModelPageTitle": "上传模型文件",
|
||||
"models.localModelSource": "文件上传",
|
||||
"models.localModelSourceDescriptionForImport": "已选择“文件上传”。这允许你将模型文件从本地计算机导入到此 SQL 实例中的模型数据库中。单击“下一步”以继续。",
|
||||
"models.localModelSourceDescriptionForPredict": "已选择“文件上传”。此操作允许从本地计算机上传模型文件。单击“下一步”以继续。",
|
||||
"models.localModelsTitle": "本地模型",
|
||||
"models.makePredictionDesc": "使用托管模型生成预测值或分数",
|
||||
"models.makePredictionTitle": "进行预测",
|
||||
"models.modelDetailsPageTitle": "输入模型详细信息",
|
||||
"models.modelFailedToRegistered": "模型未能注册",
|
||||
"models.modelImportTargetPageTitle": "选择或输入要将模型导入到的位置",
|
||||
"models.modelLocalSourceTitle": "源文件",
|
||||
"models.modelLocalSourceTooltip": "要导入的模型的文件路径",
|
||||
"models.modelNameRequiredError": "模型名称是必填项。",
|
||||
"models.modelRegisteredSuccessfully": "已成功注册类型",
|
||||
"models.modelSchemaIsAcceptedMessage": "表满足要求!",
|
||||
"models.invalidImportTableError": "导入模型的表无效。数据库名: {0},表名: {1}",
|
||||
"models.modelSchemaIsNotAcceptedMessage": "表结构无效!",
|
||||
"models.modelSourcePageTitle": "选择模型源类型",
|
||||
"models.modelSourcesTitle": "源位置",
|
||||
"models.modelUpdateFailedError": "未能更新模型",
|
||||
"models.modelUpdatedSuccessfully": "已成功更新模型",
|
||||
"models.modelsListEmptyDescription": "选择其他数据库或表",
|
||||
"models.modelsListEmptyMessage": "找不到任何模型",
|
||||
"models.modelsRequiredError": "请至少选择一个要导入的模型。",
|
||||
"models.name": "名称",
|
||||
"models.onnxNotSupportedError": "当前服务器中不支持 ONNX 运行时",
|
||||
"models.outputColumnDataTypeNotSupportedWarning": "输出列的数据类型与输出字段类型不匹配。",
|
||||
"models.predictModel": "预测",
|
||||
"models.registeredModelsSource": "导入的模型",
|
||||
"models.selectModelDatabaseMessage": "选择数据库",
|
||||
"models.selectModelDatabaseTitle": "选择具有模型的数据库",
|
||||
"models.selectModelTableMessage": "选择表",
|
||||
"models.selectModelTableTitle": "选择具有模型的表",
|
||||
"models.selectModelsTableMessage": "选择模型表",
|
||||
"models.unsupportedModelParameterType": "不受支持",
|
||||
"models.updateModelFailedError": "未能更新模型",
|
||||
"models.version": "版本",
|
||||
"models.viewImportModeledForPredictDesc": "模型存储在一个或多个数据库和表中。选择模型数据库和表以查看其中的模型。",
|
||||
"extLang.extensionFileLocation": "语言扩展位置",
|
||||
"extLang.extensionFilePath": "语言扩展路径",
|
||||
"extLang.DialogTitle": "语言",
|
||||
"mls.latestVersion": "最新",
|
||||
"sqlMlExtDocDesc": "了解如何在 Azure Data Studio 中使用机器学习扩展来管理包、进行预测和导入模型。",
|
||||
"sqlMlDocDesc": "了解如何在 Azure 上的 SQL Server 和 SQL 中使用机器学习,以对关系数据运行 Python 和 R 脚本。",
|
||||
"learnMoreTitle": "了解详细信息",
|
||||
"models.learnMoreLink": "了解详细信息。",
|
||||
"models.localModelsTitle": "本地模型",
|
||||
"mls.mssqlExtensionNotLoaded": "未加载 MSSQL 扩展",
|
||||
"dashboardTitle": "机器学习",
|
||||
"mls.enabledMessage": "已启用机器学习服务",
|
||||
"sqlMlsMIDocTitle": "Azure SQL 托管实例中的机器学习服务",
|
||||
"sqlMlExtDocTitle": "Azure Data Studio 中的机器学习扩展",
|
||||
"dashboardDesc": "针对 SQL 数据库的机器学习",
|
||||
"models.viewImportModelsDesc": "机器学习模型可以存储在一个或多个数据库和表中。选择模型数据库和表以查看其中的模型。",
|
||||
"models.viewImportModelsTitle": "查看和导入模型",
|
||||
"msgNo": "否",
|
||||
"msgYes": "是",
|
||||
"newTableName": "新建表",
|
||||
"notSupportedEventArg": "不受支持的事件参数",
|
||||
"notebookExtensionFailedError": "扩展因其对笔记本扩展的依赖项而未能加载。请检查笔记本扩展的输出日志以获取更多详细信息",
|
||||
"onnxOnEdgeOdbcDocDesc": "Azure SQL 数据库 Edge 中的机器学习入门",
|
||||
"onnxOnEdgeOdbcDocTitle": "SQL 数据库 Edge 预览版中使用 ONNX 的机器学习和 AI",
|
||||
"predict.columnDatabase": "源数据库",
|
||||
"predict.columnDatabaseInfo": "选择包含数据集的数据库以应用预测。",
|
||||
"predict.columnName": "源列",
|
||||
"predict.columnTable": "源表",
|
||||
"predict.columnTableInfo": "选择包含数据集的表以应用预测。",
|
||||
"predict.dataTypeName": "类型",
|
||||
"predict.displayName": "显示名称",
|
||||
"models.makePredictionTitle": "进行预测",
|
||||
"models.columnSelectionPageTitle": "将源数据映射到模型",
|
||||
"predict.inputColumns": "模型输入映射",
|
||||
"mls.noArtifactError": "模型没有任何项目。模型 URL: {0}",
|
||||
"models.modelFailedToRegistered": "模型未能注册",
|
||||
"predict.inputName": "模型输入",
|
||||
"models.modelNameRequiredError": "模型名称是必填项。",
|
||||
"predict.outputColumns": "模型输出",
|
||||
"models.modelRegisteredSuccessfully": "已成功注册类型",
|
||||
"models.modelUpdatedSuccessfully": "已成功更新模型",
|
||||
"models.currentModelsTitle": "模型",
|
||||
"models.azureModels": "模型",
|
||||
"predict.outputName": "名称",
|
||||
"models.name": "名称",
|
||||
"extLang.languageName": "名称",
|
||||
"newTableName": "新建表",
|
||||
"msgNo": "否",
|
||||
"mls.noResultError": "未返回任何结果",
|
||||
"mls.packageManager.NoConnection": "未选择连接",
|
||||
"models.azureModelsListEmptyTitle": "找不到任何模型",
|
||||
"models.modelsListEmptyMessage": "找不到任何模型",
|
||||
"notSupportedEventArg": "不受支持的事件参数",
|
||||
"mls.notebookExtensionNotLoaded": "未加载笔记本扩展",
|
||||
"extLang.OkButtonText": "确定",
|
||||
"models.onnxNotSupportedError": "当前服务器中不支持 ONNX 运行时",
|
||||
"mls.httpGetRequestError": "包信息请求失败,出现错误: {0} {1}",
|
||||
"mls.managePackages.error": "服务器不支持包管理。请确保已安装 Python 或 R。",
|
||||
"extLang.parameters": "参数",
|
||||
"extLang.languagePlatform": "平台",
|
||||
"models.invalidModelToSelectError": "请选择一个有效模型",
|
||||
"models.invalidModelImportTargetError": "请选择一个有效任务",
|
||||
"models.modelsRequiredError": "请至少选择一个要导入的模型。",
|
||||
"models.invalidModelParametersError": "请选择有效的源表和模型参数",
|
||||
"models.predictModel": "预测",
|
||||
"mls.pythonLanguageTitle": "Python",
|
||||
"mls.pythonConfigError": "未配置 Python 可执行文件",
|
||||
"mls.rLanguageTitle": "R",
|
||||
"mls.rConfigError": "未配置 R 可执行文件",
|
||||
"mls.installDependencies.packagesAlreadyInstalled": "已安装所需的包。",
|
||||
"models.azureGroup": "资源组",
|
||||
"models.createNotebookDesc": "在笔记本中运行试验和创建模型",
|
||||
"sqlMlsDocTitle": "SQL Server 机器学习服务(Python 和 R)",
|
||||
"sqlMlDocTitle": "SQL 机器学习文档",
|
||||
"extLang.SaveButtonText": "保存",
|
||||
"models.selectModelDatabaseMessage": "选择数据库",
|
||||
"databaseToStoreInfo": "选择要存储新模型的数据库。",
|
||||
"modelDatabaseInfo": "选择存储现有/导入模型的数据库。",
|
||||
"modelTableInfo": "选择模型表以查看现有/导入的模型的列表。",
|
||||
"tableToStoreInfo": "选择符合模型架构的现有表或创建一个新表以存储导入的模型。",
|
||||
"models.azureModelsListEmptyDescription": "选择另一个 Azure ML 工作区",
|
||||
"models.modelsListEmptyDescription": "选择其他数据库或表",
|
||||
"predict.selectColumnTitle": "选择列...",
|
||||
"predict.selectDatabaseTitle": "选择数据库",
|
||||
"models.selectModelDatabaseTitle": "选择具有模型的数据库",
|
||||
"models.importedModelsPageTitle": "选择导入的模型",
|
||||
"models.modelSourcePageTitle": "选择模型源类型",
|
||||
"models.selectModelsTableMessage": "选择模型表",
|
||||
"models.modelImportTargetPageTitle": "选择或输入要将模型导入到的位置",
|
||||
"predict.selectTableTitle": "选择表",
|
||||
"models.selectModelTableMessage": "选择表",
|
||||
"models.selectModelTableTitle": "选择具有模型的表",
|
||||
"predict.columnDatabaseInfo": "选择包含数据集的数据库以应用预测。",
|
||||
"predict.columnTableInfo": "选择包含数据集的表以应用预测。",
|
||||
"extLang.selectedPath": "所选路径",
|
||||
"showLessTitle": "收起",
|
||||
"showMoreTitle": "显示更多",
|
||||
"sqlMlDocDesc": "了解如何在 Azure 上的 SQL Server 和 SQL 中使用机器学习,以对关系数据运行 Python 和 R 脚本。",
|
||||
"sqlMlDocTitle": "SQL 机器学习文档",
|
||||
"sqlMlExtDocDesc": "了解如何在 Azure Data Studio 中使用机器学习扩展来管理包、进行预测和导入模型。",
|
||||
"sqlMlExtDocTitle": "Azure Data Studio 中的机器学习扩展",
|
||||
"sqlMlsDocDesc": "SQL Server 上的机器学习服务入门,以及如何在 Windows 和 Linux 上安装它。",
|
||||
"sqlMlsDocTitle": "SQL Server 机器学习服务(Python 和 R)",
|
||||
"sqlMlsMIDocDesc": "Azure SQL 托管实例中的机器学习服务入门。",
|
||||
"sqlMlsMIDocTitle": "Azure SQL 托管实例中的机器学习服务",
|
||||
"ml.dataCount": "正在显示 {0} 个模型",
|
||||
"predict.columnName": "源列",
|
||||
"predict.columnDatabase": "源数据库",
|
||||
"models.modelLocalSourceTitle": "源文件",
|
||||
"models.modelSourcesTitle": "源位置",
|
||||
"predict.columnTable": "源表",
|
||||
"tableName": "表",
|
||||
"tableToStoreInfo": "选择符合模型架构的现有表或创建一个新表以存储导入的模型。"
|
||||
"models.modelSchemaIsAcceptedMessage": "表满足要求!",
|
||||
"models.invalidImportTableSchemaError": "模型导入不支持表架构。数据库名: {0},表名: {1}。",
|
||||
"extLang.Target": "目标",
|
||||
"models.outputColumnDataTypeNotSupportedWarning": "输出列的数据类型与输出字段类型不匹配。",
|
||||
"models.columnDataTypeMismatchWarning": "源表列的数据类型与所需的输入字段类型不匹配。",
|
||||
"notebookExtensionFailedError": "扩展因其对笔记本扩展的依赖项而未能加载。请检查笔记本扩展的输出日志以获取更多详细信息",
|
||||
"mls.installDependencies.confirmInstallPythonPackages": "需要安装以下 Python 包: {0}",
|
||||
"mls.installDependencies.confirmInstallRPackages": "安装需要以下 R 包: {0}",
|
||||
"models.viewImportModeledForPredictDesc": "模型存储在一个或多个数据库和表中。选择模型数据库和表以查看其中的模型。",
|
||||
"mls.requiredPackagesNotInstalled": "未安装所需的包",
|
||||
"mlsInstallOdbcDocDesc": "本文档介绍如何安装 Microsoft ODBC Driver for SQL Server。",
|
||||
"predict.dataTypeName": "类型",
|
||||
"models.localModelPageTitle": "上传模型文件",
|
||||
"dashboardLinksTitle": "有用链接",
|
||||
"mls.installModelMngDependencies.msgTaskName": "正在验证模型管理依赖项",
|
||||
"mls.installPackageMngDependencies.msgTaskName": "正在验证包管理依赖项",
|
||||
"models.version": "版本",
|
||||
"dashboardVideoLinksTitle": "视频教程",
|
||||
"models.viewImportModelsTitle": "查看和导入模型",
|
||||
"msgYes": "是",
|
||||
"extLang.Local": "localhost",
|
||||
"models.unsupportedModelParameterType": "不受支持",
|
||||
"models.azureModelSourceDescriptionForPredict": "已选择“Azure 机器学习”。此操作允许从存储在 Azure 机器学习工作区内的模型中进行选择。单击“下一步”以继续。",
|
||||
"models.azureModelSourceDescriptionForImport": "已选择“Azure 机器学习”。此操作允许你导入存储在此 SQL 实例中模型数据库内 Azure 机器学习工作区中的模型。单击“下一步”以继续。 ",
|
||||
"models.localModelSourceDescriptionForImport": "已选择“文件上传”。这允许你将模型文件从本地计算机导入到此 SQL 实例中的模型数据库中。单击“下一步”以继续。",
|
||||
"models.localModelSourceDescriptionForPredict": "已选择“文件上传”。此操作允许从本地计算机上传模型文件。单击“下一步”以继续。",
|
||||
"models.importedModelSourceDescriptionForPredict": "已选择“导入的模型”。这使你可以从存储在数据库中模型表内的模型中进行选择。单击“下一步”以继续。"
|
||||
},
|
||||
"package": {
|
||||
"title.configurations": "配置",
|
||||
"title.documents": "文档",
|
||||
"ml.command.enableExternalScript": "启用外部脚本",
|
||||
"ml.enablePython.description": "在数据库中启用 Python 包管理。",
|
||||
"ml.enableR.description": "在数据库中启用 R 包管理。",
|
||||
"title.endpoints": "终结点",
|
||||
"ml.command.importModel": "导入模型",
|
||||
"ml.command.dependencies": "安装机器学习依赖项",
|
||||
"ml.pythonPath.description": "机器学习使用的预先存在的 Python 安装的本地路径。",
|
||||
"ml.rPath.description": "机器学习使用的预先存在的 R 安装的本地路径。",
|
||||
"description": "机器学习",
|
||||
"displayName": "机器学习",
|
||||
"ml.command.dependencies": "安装机器学习依赖项",
|
||||
"ml.command.enableExternalScript": "启用外部脚本",
|
||||
"ml.command.importModel": "导入模型",
|
||||
"ml.configuration.title": "机器学习配置",
|
||||
"ml.command.predictModel": "进行预测",
|
||||
"ml.command.manageLanguages": "管理外部语言",
|
||||
"ml.command.manageModels": "管理模型",
|
||||
"ml.command.managePackages": "管理数据库中的包",
|
||||
"ml.command.predictModel": "进行预测",
|
||||
"ml.configuration.title": "机器学习配置",
|
||||
"ml.enablePython.description": "在数据库中启用 Python 包管理。",
|
||||
"ml.enableR.description": "在数据库中启用 R 包管理。",
|
||||
"ml.pythonPath.description": "机器学习使用的预先存在的 Python 安装的本地路径。",
|
||||
"ml.rPath.description": "机器学习使用的预先存在的 R 安装的本地路径。",
|
||||
"title.configurations": "配置",
|
||||
"title.documents": "文档",
|
||||
"title.endpoints": "终结点",
|
||||
"title.tasks": "任务"
|
||||
}
|
||||
}
|
||||
+449
-270
@@ -14,410 +14,589 @@
|
||||
"trustServerCertInstructionText": "已在此连接上启用加密,请查看目标 SQL Server 的 SSL 和证书配置,或在连接对话框中启用“信任服务器证书”。\r\n\r\n注意: 自签名证书仅提供有限的保护,且不建议用于生产环境。是否要在此连接上启用“信任服务器证书”,然后重试? "
|
||||
},
|
||||
"dist/features": {
|
||||
"mssql.missingLinkedAzureAccount": "Azure Data Studio 需要连接 Azure Key Vault 才能访问 Always Encrypted 的列主密钥,但没有可用的链接 Azure 帐户。请添加链接的 Azure 帐户,然后重试查询。",
|
||||
"mssql.canceledLinkedAzureAccountSelection": "Azure Data Studio 需要连接 Azure Key Vault 才能访问 Always Encrypted 的列主密钥,但未选择任何链接的 Azure 帐户。请重试查询,并在出现提示时选择链接的 Azure 帐户。",
|
||||
"mssql.chooseLinkedAzureAccount": "请选择链接的 Azure 帐户:",
|
||||
"mssql.insufficientlyPrivelagedAzureAccount": "为 {0} 配置的 Azure 帐户没有足够的权限让 Azure Key Vault 访问 Always Encrypted 的列主密钥。",
|
||||
"mssql.missingLinkedAzureAccount": "Azure Data Studio 需要连接 Azure Key Vault 才能访问 Always Encrypted 的列主密钥,但没有可用的链接 Azure 帐户。请添加链接的 Azure 帐户,然后重试查询。"
|
||||
"mssql.insufficientlyPrivelagedAzureAccount": "为 {0} 配置的 Azure 帐户没有足够的权限让 Azure Key Vault 访问 Always Encrypted 的列主密钥。"
|
||||
},
|
||||
"dist/localizedConstants": {
|
||||
"mssql.tokenRefreshFailedNoSecurityToken": "编辑器令牌刷新失败,自动完成将被禁用,直到编辑器断开连接并重新连接",
|
||||
"mssql.failedToFindAccount": "执行令牌刷新时找不到 Azure 帐户 {0}",
|
||||
"mssql.failedToFindTenants": "刷新安全令牌时,在帐户 \\\"{1}\\\" 中找不到租户 \\\"{0}\\\"",
|
||||
"mssql.noConvertResult": "笔记本转换请求未返回任何结果",
|
||||
"mssql.noDocumentFound": "找不到 URI {0} 文档",
|
||||
"mssql.tokenRefreshFailed": "{0} AAD 令牌刷新失败,请重新连接以启用 {0}",
|
||||
"mssql.tokenRefreshFailedNoSecurityToken": "编辑器令牌刷新失败,自动完成将被禁用,直到编辑器断开连接并重新连接",
|
||||
"mssql.unsupportedPlatform": "不受支持的平台 {0}"
|
||||
"mssql.noConvertResult": "笔记本转换请求未返回任何结果",
|
||||
"mssql.unsupportedPlatform": "不受支持的平台 {0}",
|
||||
"mssql.tokenRefreshFailed": "{0} AAD 令牌刷新失败,请重新连接以启用 {0}"
|
||||
},
|
||||
"dist/main": {
|
||||
"mssql.errorConvertingToNotebook": "将 SQL 文档转换为笔记本时出错。错误: {0}",
|
||||
"mssql.errorConvertingToSQL": "将笔记本文档转换为 SQL 时出错。错误: {0}",
|
||||
"mssql.searchServers": "搜索服务器名称"
|
||||
"mssql.errorConvertingToNotebook": "将 SQL 文档转换为笔记本时出错。错误: {0}",
|
||||
"mssql.reloadChoice": "重新加载 Azure Data Studio",
|
||||
"mssql.searchServers": "搜索服务器名称",
|
||||
"mssql.reloadPrompt": "此设置要求重新加 载Azure Data Studio 才能生效。"
|
||||
},
|
||||
"dist/objectManagement/localizedConstants": {
|
||||
"objectManagement.ApplicationRoleTypeDisplayName": "应用程序角色",
|
||||
"objectManagement.ApplicationRoleTypeDisplayNameInTitle": "应用程序角色",
|
||||
"objectManagement.ColumnDisplayName": "列",
|
||||
"objectManagement.DatabaseDisplayName": "数据库",
|
||||
"objectManagement.DatabaseDisplayNameInTitle": "数据库",
|
||||
"objectManagement.DatabaseRoleTypeDisplayName": "数据库角色",
|
||||
"objectManagement.DatabaseRoleTypeDisplayNameInTitle": "数据库角色",
|
||||
"objectManagement.LoginTypeDisplayName": "登录名",
|
||||
"objectManagement.LoginTypeDisplayNameInTitle": "登录",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfSchema": "属于架构的所有对象",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfTypes": "特定类型的所有对象",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SelectSchemaDropdownLabel": "架构",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SpecificObjects": "特定对象...",
|
||||
"objectManagement.ObjectSelectionMethodDialog_TypeLabel": "你希望如何添加对象?",
|
||||
"objectManagement.SearchTextLabel": "搜索文本",
|
||||
"objectManagement.ServerDisplayName": "服务器",
|
||||
"objectManagement.ServerRoleTypeDisplayName": "服务器角色",
|
||||
"objectManagement.ServerRoleTypeDisplayNameInTitle": "服务器角色",
|
||||
"objectManagement.TableDisplayName": "表",
|
||||
"objectManagement.UserDisplayName": "用户",
|
||||
"objectManagement.UserTypeDisplayNameInTitle": "用户",
|
||||
"objectManagement.ViewDisplayName": "视图",
|
||||
"objectManagement.databaseProperties.addButton": "添加",
|
||||
"objectManagement.databaseProperties.addDatabaseFilesText": "添加数据库文件",
|
||||
"objectManagement.databaseProperties.addFilegroupButtonText": "添加文件组",
|
||||
"objectManagement.objectSelectionMethodDialogTitle": "添加对象",
|
||||
"objectManagement.addFileText": "添加数据库文件",
|
||||
"objectManagement.addMembersText": "添加成员",
|
||||
"objectManagement.addSecurablesText": "添加安全对象",
|
||||
"objectManagement.advancedSectionHeader": "高级",
|
||||
"objectManagement.allFiles": "所有文件",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfSchema": "属于架构的所有对象",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfTypes": "特定类型的所有对象",
|
||||
"objectManagement.allowTriggerToFireOthersLabel": "允许触发器激发其他触发器",
|
||||
"objectManagement.dropObjectError": "删除 {0} 时出错: {1}。{2}",
|
||||
"objectManagement.openAttachDatabaseDialogError": "打开附加数据库对话框时出错。{0}",
|
||||
"objectManagement.openDetachDatabaseDialogError": "打开拆离数据库对话框时出错。{0}",
|
||||
"objectManagement.openDropDatabaseDialogError": "打开放置数据库对话框时出错。{0}",
|
||||
"objectManagement.openNewObjectDialogError": "打开新 {0} 对话框时出错。{1}",
|
||||
"objectManagement.openObjectPropertiesDialogError": "打开 {0}: {1} 的属性对话框时出错。{2}",
|
||||
"objectManagement.refreshOEError": "刷新对象资源管理器时出错。{0}",
|
||||
"objectManagement.renameObjectError": "将 {0} \"{1}\" 重命名为 \"{2}\" 时出错。 {3}",
|
||||
"objectManagement.ApplicationRoleTypeDisplayNameInTitle": "应用程序角色",
|
||||
"objectManagement.applyUpdatesLabel": "应用",
|
||||
"objectManagement.dropObjectConfirmation": "是否确实要删除 {0}: {1}?",
|
||||
"objectManagement.databaseProperties.purgeQueryStoreDataMessage": "Are you sure you want to purge the Query Store data from '{0}'?",
|
||||
"objectManagement.associatedDatabaseFiles": "关联的数据库文件",
|
||||
"objectManagement.attachButtonLabel": "附加",
|
||||
"objectManagement.attachAsText": "附加为",
|
||||
"objectManagement.attachDatabaseDialogTitle": "附加数据库(预览)",
|
||||
"objectManagement.attachDatabaseOperationName": "附加数据库",
|
||||
"objectManagement.user.aadAuth": "通过 Azure Active Directory 进行身份验证",
|
||||
"objectManagement.user.sqlAuth": "使用密码进行身份验证",
|
||||
"objectManagement.login.authenticateType": "身份验证",
|
||||
"objectManagement.databaseProperties.autoCreateIncrementalStatisticsText": "自动创建增量统计信息",
|
||||
"objectManagement.databaseProperties.AutoCreateStatisticsText": "自动创建统计信息",
|
||||
"objectManagement.databaseProperties.autoShrinkText": "自动收缩",
|
||||
"objectManagement.databaseProperties.autoUpdateStatisticsText": "自动更新统计信息",
|
||||
"objectManagement.databaseProperties.autoUpdateStatisticsAsynchronouslyText": "自动异步更新统计信息",
|
||||
"objectManagement.databaseProperties.autogrowAllFilesText": "自动增长所有文件",
|
||||
"objectManagement.databaseProperties.autogrowthMaxsizeText": "自动增长/最大大小",
|
||||
"objectManagement.databaseProperties.automaticSectionHeader": "自动",
|
||||
"objectManagement.autoSetProcessorAffinityIOMaskForAll": "自动设置所有处理器的 I/O 关联掩码",
|
||||
"objectManagement.autoSetProcessorAffinityMaskForAll": "自动设置所有处理器的处理器关联掩码",
|
||||
"objectManagement.login.aadAuthenticationType": "Azure Active Directory 身份验证",
|
||||
"objectManagement.azurePricingLink": "Azure SQL 数据库定价计算器",
|
||||
"objectManagement.databaseProperties.backupSectionHeader": "备份",
|
||||
"objectManagement.backupLocationText": "备份",
|
||||
"objectManagement.backupRedundancyLabel": "备份存储冗余",
|
||||
"objectManagement.blankPasswordConfirmation": "创建登录名时使用空密码将会带来安全隐患。是否确实要继续?",
|
||||
"objectManagement.backupAndRestoreText": "备份和还原",
|
||||
"objectManagement.backupChecksumText": "备份校验和",
|
||||
"objectManagement.blockedProcThresholdLabel": "阻塞的进程阈值",
|
||||
"objectManagement.bothFailedAndSuccessfulLoginsText": "失败和成功的登录",
|
||||
"objectManagement.browseForOwnerText": "浏览所有者",
|
||||
"objectManagement.browseText": "浏览...",
|
||||
"objectManagement.serverCPULabel": "CPU {0}",
|
||||
"objectManagement.databaseProperties.fileNameExistsError": "无法创建文件“{0}”,因为它已存在。",
|
||||
"objectManagement.databaseProperties.emptyFilegroupNameError": "无法将空对象名用于文件组。",
|
||||
"objectManagement.needToRestartServer": "更改需要重新启动服务器才能生效",
|
||||
"objectManagement.closeConnections": "关闭现有连接",
|
||||
"objectManagement.collationLabel": "排序规则",
|
||||
"objectManagement.compatibilityLevelLabel": "兼容级别",
|
||||
"objectManagement.compressBackupText": "压缩备份",
|
||||
"objectManagement.configureSLOSectionHeader": "配置 SLO",
|
||||
"objectManagement.confirmPasswordLabel": "确认密码",
|
||||
"objectManagement.containmentTypeLabel": "包含类型",
|
||||
"objectManagement.costThresholdParallelismLabel": "成本阈值并行度",
|
||||
"objectManagement.noDialogFoundError": "找不到节点类型“{0}”和对象类型“{1}”支持的对话框。",
|
||||
"objectManagement.createObjectLabel": "创建",
|
||||
"objectManagement.createObjectOperationName": "创建 {0}",
|
||||
"objectManagement.blankPasswordConfirmation": "创建登录名时使用空密码将会带来安全隐患。是否确实要继续?",
|
||||
"objectManagement.databaseProperties.queryStoreCurrentDiskUsageSectionText": "当前磁盘使用情况",
|
||||
"objectManagement.currentSLOLabel": "当前服务级别目标",
|
||||
"objectManagement.databaseExistsError": "数据库 '{0}' 已存在。请选择其他数据库名称。",
|
||||
"objectManagement.databaseProperties.backupSectionHeader": "备份",
|
||||
"objectManagement.cursorThresholdLabel": "游标阈值",
|
||||
"objectManagement.databaseProperties.queryStoreCapturemodeCustomText": "自定义",
|
||||
"objectManagement.databaseName": "DB 名称",
|
||||
"objectManagement.dataLocationText": "数据",
|
||||
"objectManagement.dataFileLabel": "数据",
|
||||
"objectManagement.databaseProperties.dataFlushIntervalInMinutesText": "数据刷新间隔(分钟)",
|
||||
"objectManagement.databaseProperties.fileGroupNotApplicableText": "DataFile \"{0}\" 无法添加到集合中,因为它已存在。",
|
||||
"objectManagement.databaseProperties.databaseSectionHeader": "数据库",
|
||||
"objectManagement.DatabaseDisplayNameInTitle": "数据库",
|
||||
"objectManagement.databaseFilesFilterLabel": "数据库数据文件",
|
||||
"objectManagement.databaseDetails": "数据库详细信息",
|
||||
"objectManagement.databaseFiles": "数据库文件",
|
||||
"objectManagement.databaseProperties.databaseNameLabel": "数据库名称",
|
||||
"objectManagement.databaseProperties.databaseReadOnlyText": "数据库为只读的",
|
||||
"objectManagement.DatabaseRoleTypeDisplayNameInTitle": "数据库角色",
|
||||
"objectManagement.databaseProperties.databaseProperties.databaseScopedConfigurationTabHeader": "数据库范围的配置",
|
||||
"objectManagement.databaseProperties.databaseScopedOptionsColumnHeader": "数据库作用域选项",
|
||||
"objectManagement.databaseSettings": "数据库设置",
|
||||
"objectManagement.databaseProperties.databaseStateText": "数据库状态",
|
||||
"objectManagement.defaultLocationsLabel": "数据库默认位置",
|
||||
"objectManagement.databaseProperties.databaseFilesText": "数据库文件",
|
||||
"objectManagement.databasesToAttach": "要附加的数据库",
|
||||
"objectManagement.databaseProperties.dateCreated": "创建日期",
|
||||
"objectManagement.databaseProperties.mbUnitText": "{0} MB",
|
||||
"objectManagement.databaseProperties.memoryAllocated": "分配给内存优化对象的内存",
|
||||
"objectManagement.databaseProperties.memoryUsed": "内存优化对象使用的内存",
|
||||
"objectManagement.databaseProperties.name": "名称",
|
||||
"objectManagement.databaseProperties.numberOfUsers": "用户数",
|
||||
"objectManagement.databaseProperties.owner": "所有者",
|
||||
"objectManagement.databaseProperties.size": "大小",
|
||||
"objectManagement.databaseProperties.spaceAvailable": "可用空间",
|
||||
"objectManagement.databaseProperties.status": "状态",
|
||||
"objectManagement.databaseRole.SelectMemberDialogTitle": "选择数据库角色成员",
|
||||
"objectManagement.databaseRole.SelectOwnerDialogTitle": "选择数据库角色所有者",
|
||||
"objectManagement.deleteLoginConfirmation": "删除服务器登录名并不会删除与该登录名关联的数据库用户。若要完成此过程,请在每个数据库中删除用户。可能需要首先将架构所有权转移到新用户。",
|
||||
"objectManagement.deleteObjectConfirmation": "确定要删除 {0}: {1} 吗?",
|
||||
"objectManagement.deleteObjectError": "删除 {0}: {1} 时出错。{2}",
|
||||
"objectManagement.deleteObjectOperationName": "删除 {0} \"{1}\"",
|
||||
"objectManagement.databaseProperties.defaultText": "默认",
|
||||
"objectManagement.defaultFullTextLanguageLabel": "默认全文语言",
|
||||
"objectManagement.defaultLanguageLabel": "默认语言",
|
||||
"objectManagement.login.defaultDatabaseLabel": "默认数据库",
|
||||
"objectManagement.login.defaultLanguageLabel": "默认语言",
|
||||
"objectManagement.user.defaultSchemaLabel": "默认架构",
|
||||
"objectManagement.deleteBackupHistory": "删除数据库的备份和还原历史记录信息",
|
||||
"objectManagement.denyColumnHeader": "拒绝",
|
||||
"objectManagement.detachButtonLabel": "拆离",
|
||||
"objectManagement.detachDatabaseDialogTitle": "拆离数据库 - {0}(预览版)",
|
||||
"objectManagement.detachDatabaseOptions": "拆离数据库选项",
|
||||
"objectManagement.detachDatabaseOperationName": "分离数据库“{0}”",
|
||||
"objectManagement.dropButtonLabel": "放置",
|
||||
"objectManagement.dropDatabaseDialogTitle": "删除数据库 - {0}(预览版)",
|
||||
"objectManagement.dropDatabaseOptions": "删除数据库选项",
|
||||
"objectManagement.detachDropConnections": "删除连接",
|
||||
"objectManagement.dropObjectOperationName": "删除 {0}“{1}”",
|
||||
"objectManagement.dropLoginConfirmation": "删除服务器登录名并不会删除与该登录名关联的数据库用户。若要完成此过程,请在每个数据库中删除用户。可能需要首先将架构所有权转移到新用户。",
|
||||
"objectManagement.databaseProperties.editButton": "编辑",
|
||||
"objectManagement.databaseProperties.editDatabaseFilesText": "编辑数据库文件 - {0}",
|
||||
"objectManagement.editionLabel": "版本",
|
||||
"objectManagement.effectivePermissionsTableLabel": "所选安全对象的有效权限",
|
||||
"objectManagement.effectivePermissionsTableLabelSelected": "有效权限: {0}",
|
||||
"objectManagement.databaseProperties.enableAutogrowthText": "启用自动增长",
|
||||
"objectManagement.enabledLabel": "已启用",
|
||||
"objectManagement.databaseProperties.encryptionEnabledText": "启用加密",
|
||||
"objectManagement.login.enforcePasswordExpirationLabel": "强制密码过期",
|
||||
"objectManagement.login.enforcePasswordPolicyLabel": "强制实施密码策略",
|
||||
"objectManagement.renameObjectDialogTitle": "输入新名称",
|
||||
"objectManagement.databaseProperties.executionCountText": "执行计数",
|
||||
"objectManagement.explicitPermissionsTableLabel": "所选安全对象的显式权限",
|
||||
"objectManagement.explicitPermissionsTableLabelSelected": "显式权限: {0}",
|
||||
"objectManagement.databaseProperties.filestreamFileType": "FILESTREAM 数据",
|
||||
"objectManagement.failedLoginsOnlyText": "仅限失败的登录",
|
||||
"objectManagement.noConnectionUriError": "无法检索连接信息,请重新连接,然后重试。",
|
||||
"objectManagement.databaseFileGroup": "文件组",
|
||||
"objectManagement.databaseProperties.fileGrowthText": "文件增长",
|
||||
"objectManagement.databaseProperties.fileNameText": "文件名",
|
||||
"objectManagement.databaseProperties.fileTypeText": "文件类型",
|
||||
"objectManagement.databaseProperties.FilegroupExistsError": "无法将文件组 \"{0}\" 添加到集合中,因为它已存在。",
|
||||
"objectManagement.databaseProperties.fileStreamFileGroupsSectionText": "FileStream",
|
||||
"objectManagement.databaseProperties.filegroupText": "文件组",
|
||||
"objectManagement.filegroupsSectionHeader": "文件组",
|
||||
"objectManagement.databaseProperties.filegrowthLimitError": "文件增长不能大于文件的最大文件大小",
|
||||
"objectManagement.databaseProperties.filesText": "文件",
|
||||
"objectManagement.optionsSectionHeader": "文件",
|
||||
"objectManagement.databaseProperties.filestreamFilesText": "文件流文件",
|
||||
"objectManagement.filterSectionTitle": "筛选器",
|
||||
"objectManagement.findText": "查找",
|
||||
"objectManagement.fullTextUpgradeOptionLabel": "全文升级选项",
|
||||
"objectManagement.generalSectionHeader": "常规",
|
||||
"objectManagement.grantColumnHeader": "授予",
|
||||
"objectManagement.grantorColumnHeader": "授权者",
|
||||
"objectManagement.hardwareGeneration": "硬件生成",
|
||||
"objectManagement.invalidPasswordError": "密码不符合复杂性要求。有关详细信息,请访问: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"objectManagement.ObjectSelectionMethodDialog_TypeLabel": "你希望如何添加对象?",
|
||||
"objectManagement.processorIOAffinityColumn": "I/O 关联",
|
||||
"objectManagement.databaseProperties.inMegabytesAutogrowthText": "以兆字节为单位",
|
||||
"objectManagement.databaseProperties.inPercentAutogrowthText": "按百分比",
|
||||
"objectManagement.isClustered": "是否群集化",
|
||||
"objectManagement.isHadrEnabled": "是否启用 HADR",
|
||||
"objectManagement.databaseProperties.isLedgerDatabaseText": "是账本数据库",
|
||||
"objectManagement.isPolyBaseInstalled": "已安装 PolyBase",
|
||||
"objectManagement.isXTPSupported": "是否支持 XTP",
|
||||
"objectManagement.databaseProperties.logfiletype": "日志",
|
||||
"objectManagement.language": "语言",
|
||||
"objectManagement.lastDatabaseBackup": "上次数据库备份",
|
||||
"objectManagement.lastDatabaseLogBackup": "数据库日志上次备份时间",
|
||||
"objectManagement.databaseProperties.ledgerSectionHeader": "账本",
|
||||
"objectManagement.databaseProperties.limitedToMBFileSizeText": "限制为(MB)",
|
||||
"objectManagement.databaseProperties.autoGrowthValueConversion.limitation": "限制为 {0} MB",
|
||||
"objectManagement.loadingObjectsCompletedLabel": "已完成加载对象,找到 {0} 对象",
|
||||
"objectManagement.loadingObjectsLabel": "正在加载对象...",
|
||||
"objectManagement.login.aadAuthenticationType": "Azure Active Directory 身份验证",
|
||||
"objectManagement.login.authenticateType": "身份验证",
|
||||
"objectManagement.login.defaultDatabaseLabel": "默认数据库",
|
||||
"objectManagement.login.defaultLanguageLabel": "默认语言",
|
||||
"objectManagement.login.enforcePasswordExpirationLabel": "强制密码过期",
|
||||
"objectManagement.login.enforcePasswordPolicyLabel": "强制实施密码策略",
|
||||
"objectManagement.locksLabel": "锁",
|
||||
"objectManagement.logLocationText": "日志",
|
||||
"objectManagement.logFileLabel": "日志",
|
||||
"objectManagement.databaseProperties.logicalNameText": "逻辑名称",
|
||||
"objectManagement.user.loginLabel": "登录",
|
||||
"objectManagement.LoginTypeDisplayNameInTitle": "登录",
|
||||
"objectManagement.loginAuditingText": "登录审核",
|
||||
"objectManagement.login.lockedOutLabel": "登录已锁定",
|
||||
"objectManagement.login.mustChangePasswordLabel": "用户在下次登录时必须更改密码",
|
||||
"objectManagement.login.oldPasswordCannotBeEmptyError": "旧密码不能为空。",
|
||||
"objectManagement.login.oldPasswordLabel": "旧密码",
|
||||
"objectManagement.login.permissionToConnectLabel": "连接到数据库引擎的权限",
|
||||
"objectManagement.login.serverRoleSectionHeader": "服务器角色",
|
||||
"objectManagement.login.specifyOldPasswordLabel": "指定旧密码",
|
||||
"objectManagement.login.sqlAuthSectionHeader": "SQL 身份验证",
|
||||
"objectManagement.login.sqlAuthenticationType": "SQL 身份验证",
|
||||
"objectManagement.login.windowsAuthenticationType": "Windows 身份验证",
|
||||
"objectManagement.loginNotSelectedError": "未选择登录名。",
|
||||
"objectManagement.maxServerMemoryText": "最大服务器内存(MB)",
|
||||
"objectManagement.mdfFileLocation": "MDF 文件位置",
|
||||
"objectManagement.user.windowsUser": "映射到 Windows 用户/组",
|
||||
"objectManagement.user.loginMapped": "映射到服务器登录名",
|
||||
"objectManagement.maxDegreeParallelismLabel": "最大并行度",
|
||||
"objectManagement.databaseProperties.maxPlansPerQueryText": "每个查询的最大计划数",
|
||||
"objectManagement.maxSizeLabel": "最大大小",
|
||||
"objectManagement.databaseProperties.maxSizeInMbText": "最大大小(MB)",
|
||||
"objectManagement.maxTextReplicationSizeLabel": "最大文本复制大小",
|
||||
"objectManagement.databaseProperties.maximumFileSizeText": "最大文件大小",
|
||||
"objectManagement.maxServerMemoryText": "最大服务器内存(MB)",
|
||||
"objectManagement.databaseProperties.fileSizeLimitError": "最大文件大小不能小于",
|
||||
"objectManagement.serverMemoryMaxLowerThanMinInputError": "最大服务器内存不能低于最小服务器内存",
|
||||
"objectManagement.membersLabel": "成员",
|
||||
"objectManagement.membershipLabel": "成员身份",
|
||||
"objectManagement.memory": "内存",
|
||||
"objectManagement.databaseProperties.memoryAllocated": "分配给内存优化对象的内存",
|
||||
"objectManagement.databaseProperties.memoryOptimizedFileGroupsSectionText": "内存优化数据",
|
||||
"objectManagement.databaseProperties.memoryUsed": "内存优化对象使用的内存",
|
||||
"objectManagement.minServerMemoryText": "最小服务器内存(MB)",
|
||||
"objectManagement.nameCannotBeEmptyError": "名称不能为空。",
|
||||
"objectManagement.databaseProperties.monitoringSectionText": "监视",
|
||||
"objectManagement.databaseProperties.name": "名称",
|
||||
"objectManagement.databaseFileName": "名称",
|
||||
"objectManagement.nameLabel": "名称",
|
||||
"objectManagement.newObjectDialogTitle": "{0}–新建(预览)",
|
||||
"objectManagement.noConnectionUriError": "无法检索连接信息,请重新连接,然后重试。",
|
||||
"objectManagement.objectPropertiesDialogTitle": "{0} - {1} (预览)",
|
||||
"objectManagement.objectSelectionMethodDialogTitle": "添加对象",
|
||||
"objectManagement.nameCannotBeEmptyError": "名称不能为空。",
|
||||
"objectManagement.user.noLogin": "无登录访问权限",
|
||||
"objectManagement.doDatabaseFilesError": "未指定要附加到服务器的数据库文件。",
|
||||
"objectManagement.databaseProperties.noneText": "无",
|
||||
"objectManagement.noLoginAuditingText": "无",
|
||||
"objectManagement.serverNumaNodeLabel": "Numa 节点 {0}",
|
||||
"objectManagement.databaseProperties.numberOfUsers": "用户数",
|
||||
"objectManagement.objectTypeLabel": "对象类型",
|
||||
"objectManagement.objectTypesLabel": "对象类型",
|
||||
"objectManagement.objectsLabel": "对象",
|
||||
"objectManagement.openNewObjectDialogError": "打开新 {0} 对话框时出错。{1}",
|
||||
"objectManagement.openObjectPropertiesDialogError": "打开 {0}: {1} 的属性对话框时出错。{2}",
|
||||
"objectManagement.login.oldPasswordLabel": "旧密码",
|
||||
"objectManagement.login.oldPasswordCannotBeEmptyError": "旧密码不能为空。",
|
||||
"objectManagement.operatingSystem": "操作系统",
|
||||
"objectManagement.optionsSectionHeader": "选项",
|
||||
"objectManagement.databaseProperties.actualOperationModeText": "操作模式(实际)",
|
||||
"objectManagement.databaseProperties.requestedOperationModeText": "操作模式(要求)",
|
||||
"objectManagement.optimizeAdHocWorkloadsLabel": "优化临时工作负载",
|
||||
"objectManagement.user.ownedSchemasLabel": "拥有的架构",
|
||||
"objectManagement.databaseProperties.owner": "所有者",
|
||||
"objectManagement.ownerText": "所有者",
|
||||
"objectManagement.passwordCannotBeEmptyError": "密码不能为空。",
|
||||
"objectManagement.databaseProperties.pageVerifyText": "页验证",
|
||||
"objectManagement.passwordLabel": "密码",
|
||||
"objectManagement.passwordCannotBeEmptyError": "密码不能为空。",
|
||||
"objectManagement.invalidPasswordError": "密码不符合复杂性要求。有关详细信息,请访问: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"objectManagement.passwordsNotMatchError": "密码必须与确认密码匹配。",
|
||||
"objectManagement.databaseProperties.pathText": "路径",
|
||||
"objectManagement.databaseFilePath": "路径",
|
||||
"objectManagement.permissionColumnHeader": "权限",
|
||||
"objectManagement.login.permissionToConnectLabel": "连接到数据库引擎的权限",
|
||||
"objectManagement.platform": "平台",
|
||||
"objectManagement.processorColumn": "处理器",
|
||||
"objectManagement.processorAffinityColumn": "处理器关联",
|
||||
"objectManagement.processorLabel": "处理器关联表",
|
||||
"objectManagement.processors": "处理器",
|
||||
"objectManagement.product": "产品",
|
||||
"objectManagement.properties": "属性",
|
||||
"objectManagement.databaseProperties.purgeQueryDataButtonText": "Purge Query Store Data",
|
||||
"objectManagement.databaseProperties.databaseProperties.queryStoreTabHeader": "查询存储",
|
||||
"objectManagement.databaseProperties.queryStoreAvailableText": "可用的查询存储",
|
||||
"objectManagement.databaseProperties.queryStoreCaptureModeText": "查询存储捕获模式",
|
||||
"objectManagement.databaseProperties.queryStoreCapturePolicySectionText": "查询存储捕获策略",
|
||||
"objectManagement.databaseProperties.queryStoreRetentionSectionText": "查询存储保留",
|
||||
"objectManagement.databaseProperties.queryStoreUsedText": "已使用的查询存储",
|
||||
"objectManagement.queryWaitLabel": "查询等待",
|
||||
"objectManagement.databaseProperties.rowsDataFileType": "行数据",
|
||||
"objectManagement.databaseProperties.readOnlyText": "只读",
|
||||
"objectManagement.databaseProperties.recoverySectionHeader": "恢复",
|
||||
"objectManagement.recoveryModelLabel": "恢复模式",
|
||||
"objectManagement.refreshOEError": "刷新对象资源管理器时出错。{0}",
|
||||
"objectManagement.databaseProperties.removeButton": "删除",
|
||||
"objectManagement.removeFileText": "删除数据库文件",
|
||||
"objectManagement.removeMemberText": "删除所选成员",
|
||||
"objectManagement.removeSecurablesText": "删除所选安全对象",
|
||||
"objectManagement.renameObjectDialogTitle": "输入新名称",
|
||||
"objectManagement.renameObjectError": "将 {0} \"{1}\" 重命名为 \"{2}\" 时出错。 {3}",
|
||||
"objectManagement.renameObjectOperationName": "将 {0} \"{1}\" 重命名为 \"{2}\"",
|
||||
"objectManagement.reservedStorageSizeInMB": "预留的存储大小",
|
||||
"objectManagement.reservedStorageSizeInMB": "预留的存储大小 (MB)",
|
||||
"objectManagement.databaseProperties.restrictAccessText": "限制访问",
|
||||
"objectManagement.rootDirectory": "根目录",
|
||||
"objectManagement.databaseProperties.rowsFileGroupsSectionText": "行",
|
||||
"objectManagement.login.sqlAuthenticationType": "SQL 身份验证",
|
||||
"objectManagement.login.sqlAuthSectionHeader": "SQL 身份验证",
|
||||
"objectManagement.sqlServerAndWindowsAuthText": "SQL Server 和 Windows 身份验证模式",
|
||||
"objectManagement.scanStartupProcsLabel": "扫描启动过程",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SelectSchemaDropdownLabel": "架构",
|
||||
"objectManagement.schemaLabel": "架构",
|
||||
"objectManagement.SearchTextLabel": "搜索文本",
|
||||
"objectManagement.securablesText": "安全对象",
|
||||
"objectManagement.selectSecurablesDialogTitle": "选择安全对象",
|
||||
"objectManagement.security": "安全性",
|
||||
"objectManagement.selectText": "选择",
|
||||
"objectManagement.serverCollation": "服务器排序规则",
|
||||
"objectManagement.databaseRole.SelectMemberDialogTitle": "选择数据库角色成员",
|
||||
"objectManagement.databaseRole.SelectOwnerDialogTitle": "选择数据库角色所有者",
|
||||
"objectManagement.labelSelectFolder": "选择文件夹",
|
||||
"objectManagement.selectSecurablesDialogTitle": "选择安全对象",
|
||||
"objectManagement.serverRole.SelectMemberDialogTitle": "选择服务器角色成员",
|
||||
"objectManagement.serverRole.SelectOwnerDialogTitle": "选择服务器角色所有者",
|
||||
"objectManagement.ServerDisplayName": "服务器",
|
||||
"objectManagement.serverCollation": "服务器排序规则",
|
||||
"objectManagement.ServerRoleTypeDisplayNameInTitle": "服务器角色",
|
||||
"objectManagement.login.serverRoleSectionHeader": "服务器角色",
|
||||
"objectManagement.serverAuthenticationText": "服务器身份验证",
|
||||
"objectManagement.serviceTier": "服务层",
|
||||
"objectManagement.storageSpaceUsageInGB": "存储空间使用情况",
|
||||
"objectManagement.updateObjectOperationName": "更新 {0} \"{1}\"",
|
||||
"objectManagement.user.aadAuth": "通过 Azure Active Directory 进行身份验证",
|
||||
"objectManagement.user.defaultSchemaLabel": "默认架构",
|
||||
"objectManagement.user.loginLabel": "登录",
|
||||
"objectManagement.user.loginMapped": "映射到服务器登录名",
|
||||
"objectManagement.user.noLogin": "无登录访问权限",
|
||||
"objectManagement.user.ownedSchemasLabel": "拥有的架构",
|
||||
"objectManagement.user.sqlAuth": "使用密码进行身份验证",
|
||||
"objectManagement.databaseProperties.setSecondaryText": "将辅助副本设置为与主要副本相同",
|
||||
"objectManagement.databaseProperties.size": "大小 (MB)",
|
||||
"objectManagement.databaseProperties.sizeBasedCleanupModeText": "基于大小的清除模式",
|
||||
"objectManagement.databaseProperties.spaceAvailable": "可用空间",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SpecificObjects": "特定对象...",
|
||||
"objectManagement.login.specifyOldPasswordLabel": "指定旧密码",
|
||||
"objectManagement.databaseProperties.staleThresholdText": "过时的阈值",
|
||||
"objectManagement.databaseProperties.stateSectionHeader": "状态",
|
||||
"objectManagement.databaseProperties.stateQueryThresholdInDaysText": "State Query Threshold (Days)",
|
||||
"objectManagement.databaseProperties.statisticsCollectionInterval": "统计信息收集间隔",
|
||||
"objectManagement.databaseProperties.status": "状态",
|
||||
"objectManagement.storageSpaceUsageInMB": "存储空间使用情况 (MB)",
|
||||
"objectManagement.successfulLoginsOnlyText": "仅限成功的登录",
|
||||
"objectManagement.databaseProperties.targetRecoveryTimeInSecondsText": "目标恢复时间(秒)",
|
||||
"objectManagement.collationNotValidError": "所选排序规则“{0}”无效,请选择其他订阅。",
|
||||
"objectManagement.notSupportedError": "对象类型“{0}”不支持此命令。",
|
||||
"objectManagement.databaseProperties.totalCompileCPUTimeInMs": "总编译 CPU 时间(毫秒)",
|
||||
"objectManagement.databaseProperties.totalExecutionCPUTimeInMsText": "总执行 CPU 时间(毫秒)",
|
||||
"objectManagement.twoDigitYearCutoffLabel": "两位数年份截止",
|
||||
"objectManagement.user.type": "类型",
|
||||
"objectManagement.user.windowsUser": "映射到 Windows 用户/组",
|
||||
"objectManagement.databaseFileType": "类型",
|
||||
"objectManagement.databaseProperties.autoGrowthValueConversion.unlimited": "无限制",
|
||||
"objectManagement.databaseProperties.unlimitedFileSizeText": "无限制",
|
||||
"objectManagement.detachUpdateStatistics": "更新统计信息",
|
||||
"objectManagement.updateObjectOperationName": "更新 {0} \"{1}\"",
|
||||
"objectManagement.databaseProperties.useFullTextIndexingText": "使用全文检索",
|
||||
"objectManagement.UserTypeDisplayNameInTitle": "用户",
|
||||
"objectManagement.login.mustChangePasswordLabel": "用户在下次登录时必须更改密码",
|
||||
"objectManagement.databaseProperties.valueForPrimaryColumnHeader": "主要值",
|
||||
"objectManagement.databaseProperties.valueForSecondaryColumnHeader": "辅助数据库的值",
|
||||
"objectManagement.versionText": "版本",
|
||||
"objectManagement.withGrantColumnHeader": "具有授予权限"
|
||||
"objectManagement.databaseProperties.waitStatisticsCaptureModeText": "等待统计信息捕获模式",
|
||||
"objectManagement.login.windowsAuthenticationType": "Windows 身份验证",
|
||||
"objectManagement.onlyWindowsAuthModeText": "Windows 身份验证模式",
|
||||
"objectManagement.withGrantColumnHeader": "具有授予权限",
|
||||
"objectManagement.databaseProperties.yesText": "是",
|
||||
"objectManagement.ApplicationRoleTypeDisplayName": "应用程序角色",
|
||||
"objectManagement.ColumnDisplayName": "列",
|
||||
"objectManagement.DatabaseDisplayName": "数据库",
|
||||
"objectManagement.DatabaseRoleTypeDisplayName": "数据库角色",
|
||||
"objectManagement.LoginTypeDisplayName": "登录名",
|
||||
"objectManagement.ServerRoleTypeDisplayName": "服务器角色",
|
||||
"objectManagement.TableDisplayName": "表",
|
||||
"objectManagement.UserDisplayName": "用户",
|
||||
"objectManagement.ViewDisplayName": "视图",
|
||||
"objectManagement.databaseProperties.autoGrowthValueConversion": "{0}",
|
||||
"objectManagement.newObjectDialogTitle": "{0}–新建(预览)",
|
||||
"objectManagement.databaseProperties.mbUnitText": "{0} MB",
|
||||
"objectManagement.objectPropertiesDialogTitle": "{0} 属性 (预览版) - {1}"
|
||||
},
|
||||
"dist/sqlToolsServer": {
|
||||
"downloadServiceDoneChannelMsg": "已下载 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下载 {0}",
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadServiceDoneChannelMsg": "已下载 {0}",
|
||||
"downloadingServiceStatusMsg": "正在下载 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下载 {0}",
|
||||
"entryExtractedChannelMsg": "已提取 {0} ({1}/{2})",
|
||||
"failedToStartServiceErrorMsg": "未能启动 {0}",
|
||||
"installedServiceChannelMsg": "安装于 {0}",
|
||||
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
||||
"installedServiceChannelMsg": "已安装{0}",
|
||||
"installingServiceStatusMsg": "正在安装 {0}",
|
||||
"serviceStartedStatusMsg": "{0} 已启动",
|
||||
"startingServiceStatusMsg": "正在启动 {0}"
|
||||
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
||||
"startingServiceStatusMsg": "正在启动{0}",
|
||||
"serviceStartedStatusMsg": "已启动{0}"
|
||||
},
|
||||
"dist/tableDesigner/tableDesigner": {
|
||||
"tableDesigner.turnOnPreloadingMessage": "是否要通过启用数据库模型预加载来减少表设计器加载时间? 在对象资源管理器中展开数据库节点时,将预加载数据库模型。",
|
||||
"tableDesigner.FailedToGetConnectionStringError": "无法获取表的连接字符串。请重新连接到服务器,然后重试。",
|
||||
"tableDesigner.NewTable": "新建表",
|
||||
"tableDesigner.no": "否",
|
||||
"tableDesigner.turnOnPreloadingMessage": "是否要通过启用数据库模型预加载来减少表设计器加载时间? 在对象资源管理器中展开数据库节点时,将预加载数据库模型。",
|
||||
"tableDesigner.yes": "是"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。",
|
||||
"viewKnownIssuesText": "查看已知问题"
|
||||
"viewKnownIssuesText": "查看已知问题",
|
||||
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。"
|
||||
},
|
||||
"dist/ui/localizedConstants": {
|
||||
"mssql.ui.OkText": "确定",
|
||||
"mssql.ui.generatingScript": "正在生成脚本...",
|
||||
"mssql.ui.generatingScriptCompleted": "生成的脚本",
|
||||
"mssql.ui.helpText": "帮助",
|
||||
"mssql.ui.loadingDialog": "正在加载对话框...",
|
||||
"mssql.ui.noActionScriptedMessage": "没有要编写脚本的操作。",
|
||||
"mssql.ui.scriptError": "生成脚本时出错。{0}",
|
||||
"mssql.ui.scriptGenerated": "已成功生成脚本。可以关闭对话框以在新打开的编辑器中查看。",
|
||||
"mssql.ui.scriptText": "脚本",
|
||||
"mssql.ui.yesText": "是",
|
||||
"objectManagement.addText": "添加...",
|
||||
"mssql.ui.scriptError": "生成脚本时出错。{0}",
|
||||
"objectManagement.editText": "编辑",
|
||||
"mssql.ui.generatingScript": "正在生成脚本...",
|
||||
"mssql.ui.helpText": "帮助",
|
||||
"mssql.ui.loadingDialog": "已完成加载对话框",
|
||||
"mssql.ui.OkText": "确定",
|
||||
"objectManagement.removeText": "删除",
|
||||
"objectManagement.selectLabel": "选择"
|
||||
"mssql.ui.scriptText": "脚本",
|
||||
"mssql.ui.generatingScriptCompleted": "生成的脚本",
|
||||
"mssql.ui.scriptGenerated": "已成功生成脚本。可以关闭对话框以在新打开的编辑器中查看。",
|
||||
"objectManagement.selectLabel": "选择",
|
||||
"mssql.ui.noActionScriptedMessage": "没有要编写脚本的操作。",
|
||||
"mssql.ui.yesText": "是"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"cloud.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"cloud.databaseProperties.owner": "所有者",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定价层",
|
||||
"cloud.serverProperties.serverEdition": "类型",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"databasesListProperties.lastBackup": "上次备份",
|
||||
"databasesListProperties.name": "名称",
|
||||
"databasesListProperties.size": "大小(MB)",
|
||||
"databasesListProperties.status": "状态",
|
||||
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
|
||||
"json.schemas.desc": "将架构关联到当前项目中的 JSON 文件",
|
||||
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时用于匹配的一组文件模式。",
|
||||
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时用于匹配的可以包含 \"*\" 的文件模式。",
|
||||
"json.schemas.schema.desc": "给定 URL 的架构定义。仅当要避免访问架构 URL 时需要提供架构。",
|
||||
"json.schemas.url.desc": "架构的 URL 或当前目录中架构的相对路径",
|
||||
"mssql.configuration.title": "MSSQL 配置",
|
||||
"mssql.connectionOptions.applicationIntent.description": "声明连接到服务器时的应用程序工作负荷类型",
|
||||
"mssql.connectionOptions.applicationIntent.displayName": "应用意图",
|
||||
"mssql.connectionOptions.applicationName.description": "应用程序的名称",
|
||||
"mssql.connectionOptions.applicationName.displayName": "应用程序名称",
|
||||
"mssql.connectionOptions.attachDbFilename.description": "可附加数据库的主文件的名称(包括完整路径名称)",
|
||||
"mssql.connectionOptions.attachDbFilename.displayName": "附加 DB 文件名",
|
||||
"mssql.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"mssql.connectionOptions.authType.categoryValues.integrated": "Windows 身份验证",
|
||||
"mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登录",
|
||||
"mssql.connectionOptions.authType.description": "指定使用 SQL Server 进行身份验证的方法",
|
||||
"mssql.connectionOptions.authType.displayName": "身份验证类型",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.description": "启用或禁用连接的 Always Encrypted 功能",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"mssql.connectionOptions.commandTimeout.description": "在终止尝试并生成错误之前等待命令执行的时长(秒)",
|
||||
"mssql.connectionOptions.commandTimeout.displayName": "命令超时",
|
||||
"mssql.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
|
||||
"mssql.connectionOptions.connectRetryCount.displayName": "连接重试次数",
|
||||
"mssql.connectionOptions.connectRetryInterval.description": "两次尝试恢复连接之间的延迟",
|
||||
"mssql.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
|
||||
"mssql.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(秒)",
|
||||
"mssql.connectionOptions.connectTimeout.displayName": "连接超时",
|
||||
"mssql.connectionOptions.connectionName.description": "连接的自定义名称",
|
||||
"mssql.connectionOptions.connectionName.displayName": "名称(可选)",
|
||||
"mssql.connectionOptions.contextConnection.description": "为 true 时,指示连接应来自 SQL Server 上下文。仅在 SQL Server 进程中运行时可用",
|
||||
"mssql.connectionOptions.contextConnection.displayName": "上下文连接",
|
||||
"mssql.connectionOptions.currentLanguage.description": "SQL Server 语言记录名称",
|
||||
"mssql.connectionOptions.currentLanguage.displayName": "当前语言",
|
||||
"mssql.connectionOptions.databaseName.description": "数据源中初始目录或数据库的名称",
|
||||
"mssql.connectionOptions.databaseName.displayName": "数据库",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 证明",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主机保护者服务",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "无",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的协议",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.displayName": "证明协议",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的终结点",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.displayName": "认证 URL",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.false": "可选(False)",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.strict": "严格",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.true": "强制(True)",
|
||||
"mssql.connectionOptions.encrypt.description": "在值为 'Mandatory' 或 'Strict' 时,如果服务器安装了证书,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密。在设置为 'Strict' 时,SQL Server 使用 TDS 8.0 在客户端与服务器之间传输所有数据。SQL Server 2022 及之后的版本均支持 'Strict'。",
|
||||
"mssql.connectionOptions.encrypt.displayName": "加密",
|
||||
"mssql.connectionOptions.failoverPartner.description": "充当故障转移伙伴的 SQL Server 实例的名称或网络地址",
|
||||
"mssql.connectionOptions.failoverPartner.displayName": "故障转移伙伴",
|
||||
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时用于匹配的可以包含 \"*\" 的文件模式。",
|
||||
"mssql.connectionOptions.groupName.advanced": "高级",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时用于匹配的一组文件模式。",
|
||||
"mssql.query.executionTimeout": "如果执行超时为 0,则表示无限等待(不会超时)",
|
||||
"mssql.connectionOptions.applicationIntent.displayName": "应用意图",
|
||||
"mssql.connectionOptions.applicationName.displayName": "应用程序名称",
|
||||
"json.schemas.desc": "将架构关联到当前项目中的 JSON 文件",
|
||||
"title.attachDatabase": "附加(预览)",
|
||||
"mssql.connectionOptions.attachDbFilename.displayName": "附加 DB 文件名",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.displayName": "认证 URL",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.displayName": "证明协议",
|
||||
"mssql.connectionOptions.authType.displayName": "身份验证类型",
|
||||
"mssql.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 证明",
|
||||
"title.changeNotebookConnection": "更改 SQL 笔记本连接",
|
||||
"mssql.connectionOptions.commandTimeout.displayName": "命令超时",
|
||||
"cloud.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"onprem.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"onprem.serverProperties.machineName": "计算机名",
|
||||
"mssql.connectionOptions.connectRetryCount.displayName": "连接重试次数",
|
||||
"mssql.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
|
||||
"mssql.connectionOptions.connectTimeout.displayName": "连接超时",
|
||||
"mssql.connectionOptions.groupName.connectionResiliency": "连接复原力",
|
||||
"mssql.connectionOptions.groupName.context": "上下文",
|
||||
"mssql.connectionOptions.groupName.initialization": "初始化",
|
||||
"mssql.connectionOptions.groupName.pooling": "池",
|
||||
"mssql.connectionOptions.groupName.replication": "副本",
|
||||
"mssql.connectionOptions.groupName.security": "安全性",
|
||||
"mssql.connectionOptions.groupName.source": "源",
|
||||
"mssql.connectionOptions.hostNameInCertificate.description": "指示 TLS 证书中指定的主机名,SQL Server 将使用该主机名来验证服务器证书。如果未指定,则默认使用服务器名称进行证书验证。",
|
||||
"mssql.connectionOptions.hostNameInCertificate.displayName": "证书中的主机名",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.description": "此连接在销毁前在池中生存的最短时间(秒)",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.displayName": "负载均衡超时",
|
||||
"mssql.connectionOptions.maxPoolSize.description": "池中允许的最大连接数",
|
||||
"mssql.connectionOptions.maxPoolSize.displayName": "最大池大小",
|
||||
"mssql.connectionOptions.minPoolSize.description": "池中允许的最小连接数",
|
||||
"mssql.connectionOptions.minPoolSize.displayName": "最小池大小",
|
||||
"mssql.connectionOptions.multiSubnetFailover.displayName": "多子网故障转移",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.description": "为 true 时,可从一个连接返回和读取多个结果集",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.displayName": "多重活动结果集",
|
||||
"mssql.connectionOptions.packetSize.description": "用于与 SQL Server 实例通信的网络数据包的大小(字节数)",
|
||||
"mssql.connectionOptions.packetSize.displayName": "数据包大小",
|
||||
"mssql.connectionOptions.password.description": "指示连接到数据源时使用的密码",
|
||||
"mssql.connectionOptions.password.displayName": "密码",
|
||||
"mssql.connectionOptions.persistSecurityInfo.description": "为 false 时,安全敏感信息(如密码)不作为连接的一部分返回",
|
||||
"mssql.connectionOptions.persistSecurityInfo.displayName": "持久安全信息",
|
||||
"mssql.connectionOptions.pooling.description": "为 true 时,从相应的池中取出连接对象,或根据需要创建连接对象并将其添加到相应的池中",
|
||||
"mssql.connectionOptions.pooling.displayName": "池",
|
||||
"mssql.connectionOptions.port.displayName": "端口",
|
||||
"mssql.connectionOptions.replication.description": "由 SQL Server 在复制中使用",
|
||||
"mssql.connectionOptions.replication.displayName": "副本",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "启用或禁用连接的安全 enclave",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "安全 enclave",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server 实例的名称",
|
||||
"mssql.connectionOptions.serverName.displayName": "服务器",
|
||||
"mssql.connectionOptions.serverName.placeholder": "例如 tcp:servername,1433",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "在值为 true (且 encrypt=true)时,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书。此属性不支持 Encrypt=Strict 的设置。",
|
||||
"mssql.connectionOptions.trustServerCertificate.displayName": "信任服务器证书",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "指示提供程序将通过 DataReader 公开的服务器类型系统",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "类型系统版本",
|
||||
"mssql.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
|
||||
"mssql.connectionOptions.userName.displayName": "用户名",
|
||||
"mssql.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"mssql.disabled": "已禁用",
|
||||
"mssql.enableSqlAuthenticationProvider": "当用户选择“AzureMFA”身份验证时,允许将 SQL 身份验证提供程序用于“Active Directory 交互式”身份验证模式。这将在获取访问令牌时启用服务器端资源终结点集成。仅“MSAL”Azure 身份验证库支持此选项。更改此值后,需要重新启动 Azure Data Studio。",
|
||||
"mssql.enabled": "已启用",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "突出显示所有执行中实际行数最大的执行计划操作。",
|
||||
"mssql.executionPlan.cost": "突出显示成本最高的执行计划操作。",
|
||||
"mssql.executionPlan.expensiveOperationMetric": "用于在查询执行计划中突出显示高开销操作的默认指标",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedCpuTime": "突出显示使用 CPU 时间最多的执行计划操作。",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedTime": "突出显示花费时间最多的执行计划操作。",
|
||||
"mssql.executionPlan.expensiveOperationMetric.off": "将会为执行计划关闭突出显示的高开销操作。",
|
||||
"mssql.executionPlan.numberOfRowsRead": "突出显示读取行数最多的执行计划操作。",
|
||||
"mssql.executionPlan.subtreeCost": "突出显示子树成本最高的执行计划操作。",
|
||||
"mssql.exportNotebookToSql": "将笔记本导出为 SQL",
|
||||
"mssql.exportSqlAsNotebook": "将 SQL 导出为笔记本",
|
||||
"mssql.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
|
||||
"mssql.format.datatypeCasing": "数据类型应格式化为大写、小写还是无(不格式化)",
|
||||
"mssql.format.keywordCasing": "关键字应格式化为大写、小写还是无(不格式化)",
|
||||
"mssql.format.placeCommasBeforeNextStatement": "是否应将逗号置于列表中每个语句的开头(例如 \", mycolumn2\")而不是结尾(例如 \"mycolumn1,\")",
|
||||
"mssql.format.placeSelectStatementReferencesOnNewLine": "select 语句中的对象引用是否应分到不同行中? 例如,在 \"SELECT C1, C2 FROM T1\" 中,C1 和 C2 是否将位于不同行",
|
||||
"mssql.ignorePlatformWarning": "[可选] 不显示不受支持的平台警告",
|
||||
"mssql.intelliSense.enableErrorChecking": "是否应启用 IntelliSense 错误检查",
|
||||
"mssql.intelliSense.enableIntelliSense": "是否应启用 IntelliSense",
|
||||
"mssql.intelliSense.enableQuickInfo": "是否应启用 IntelliSense 快速信息",
|
||||
"mssql.intelliSense.enableSuggestions": "是否应启用 IntelliSense 建议",
|
||||
"mssql.intelliSense.lowerCaseSuggestions": "是否小写显示 IntelliSense 建议",
|
||||
"mssql.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"mssql.logFilesRemovalLimit": "启动时要删除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。将在下次启动 Azure Data Studio 时清理由于此限制而未清理的文件。",
|
||||
"mssql.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
|
||||
"mssql.connectionOptions.contextConnection.displayName": "上下文连接",
|
||||
"mssql.connectionOptions.currentLanguage.displayName": "当前语言",
|
||||
"mssql.connectionOptions.connectionName.description": "连接的自定义名称",
|
||||
"mssql.connectionOptions.databaseName.displayName": "数据库",
|
||||
"mssql.connectionOptions.applicationIntent.description": "声明连接到服务器时的应用程序工作负荷类型",
|
||||
"mssql.connectionOptions.connectRetryInterval.description": "两次尝试恢复连接之间的延迟",
|
||||
"title.designTable": "设计",
|
||||
"title.detachDatabase": "拆离 (预览)",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "禁用分组依据架构",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 禁用分组依据架构",
|
||||
"mssql.disabled": "已禁用",
|
||||
"title.dropObject": "删除(预览版)",
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "按架构启用分组",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 按架构启用分组",
|
||||
"mssql.objectExplorer.expandTimeout": "在对象资源管理器中展开节点的超时(以秒为单位)。默认值为 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "启用后,对象资源管理器中的数据库对象将按架构进行分类。",
|
||||
"mssql.parallelMessageProcessing": "[试验性] 是否应并行处理对 SQL 工具服务的请求。引入此方法的目的是发现并行处理所有请求时可能存在的问题。默认值为 false。更改此值后,需要重新启动 Azure Data Studio。",
|
||||
"mssql.piiLogging": "[可选] 应在日志文件中记录个人身份信息(PII)。",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "启用 Always Encrypted 参数化",
|
||||
"mssql.query.ansiDefaults": "启用 SET ANSI_DEFAULTS",
|
||||
"mssql.query.ansiNullDefaultOn": "启用 SET ANSI_NULL_DFLT_ON",
|
||||
"mssql.query.ansiNulls": "启用 SET ANSI_NULLS",
|
||||
"mssql.query.ansiNullDefaultOn": "启用 SET ANSI_NULL_DFLT_ON",
|
||||
"mssql.query.ansiPadding": "启用 SET ANSI_PADDING",
|
||||
"mssql.query.ansiWarnings": "启用 SET ANSI_WARNINGS",
|
||||
"mssql.query.arithAbort": "启用 SET ARITHABORT 选项",
|
||||
"mssql.query.cursorCloseOnCommit": "启用 SET CURSOR_CLOSE_ON_COMMIT",
|
||||
"mssql.query.deadlockPriority": "启用 SET DEADLOCK_PRIORITY 选项",
|
||||
"mssql.query.displayBitAsNumber": "是否应将 BIT 列显示为数字(1 或 0)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"mssql.query.executionTimeout": "如果执行超时为 0,则表示无限等待(不会超时)",
|
||||
"mssql.query.implicitTransactions": "启用 SET IMPLICIT_TRANSACTIONS",
|
||||
"mssql.query.lockTimeout": "启用 SET LOCK TIMEOUT 选项(毫秒)",
|
||||
"mssql.query.maxCharsToStore": "运行查询后,字符/二进制列中每个值可存储的最大字符/字节数。默认值: 65,535。有效值范围: 1 到 2,147,483,647。",
|
||||
"mssql.query.maxXmlCharsToStore": "运行查询后,XML 列中每个值可存储的最大字符数。默认值: 2,097,152。有效值范围: 1 到 2,147,483,647。",
|
||||
"mssql.query.noCount": "启用 SET NOCOUNT 选项",
|
||||
"mssql.query.noExec": "启用 SET NOEXEC 选项",
|
||||
"mssql.query.parseOnly": "启用 SET PARSEONLY 选项",
|
||||
"mssql.query.queryGovernorCostLimit": "启用 SET QUERY_GOVERNOR_COST_LIMIT",
|
||||
"mssql.query.quotedIdentifier": "启用 SET QUOTED_IDENTIFIER",
|
||||
"mssql.query.setRowCount": "在服务器停止处理查询之前要返回的最大行数。",
|
||||
"mssql.query.statisticsIO": "启用 SET STATISTICS IO 选项",
|
||||
"mssql.query.statisticsTime": "启用 SET STATISTICS TIME 选项",
|
||||
"mssql.query.textSize": "从 SELECT 语句返回的 text 和 ntext 数据的大小上限",
|
||||
"mssql.query.transactionIsolationLevel": "启用 SET TRANSACTION ISOLATION LEVEL 选项",
|
||||
"mssql.query.xactAbortOn": "启用 SET XACT_ABORT ON 选项",
|
||||
"mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "是否允许表设计器在发布期间禁用和重新启用 DDL 触发器",
|
||||
"mssql.tableDesigner.preloadDatabaseModel": "是否在对象资源管理器中的数据库节点展开时预加载数据库模型。启用后,可以减少表设计器的加载时间。注意: 如果需要展开大量数据库节点,内存使用率可能会高于正常情况。",
|
||||
"mssql.tracing.desc": "跟踪 Azure Data Studio 与 SQL 工具服务到 SQL 工具服务输出通道之间的通信。警告: 启用详细日志记录时,这可能会包含敏感信息。",
|
||||
"mssql.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”",
|
||||
"objectsListProperties.name": "名称",
|
||||
"onprem.databaseProperties.compatibilityLevel": "兼容级别",
|
||||
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
|
||||
"mssql.enabled": "已启用",
|
||||
"mssql.enableConnectionPooling": "Enables connection pooling on MSSQL connections to improve overall performance of Azure Data Studio connectivity. This setting is enabled by default. Azure Data Studio is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'SQL Server: Clear Pooled Connections'",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.description": "启用或禁用连接的 Always Encrypted 功能",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "启用或禁用连接的安全 enclave",
|
||||
"mssql.enableSqlAuthenticationProvider": "当用户选择“AzureMFA”身份验证时,允许将 SQL 身份验证提供程序用于“Active Directory 交互式”身份验证模式。这将在获取访问令牌时启用服务器端资源终结点集成。仅“MSAL”Azure 身份验证库支持此选项。更改此值后,需要重新启动 Azure Data Studio。",
|
||||
"mssql.connectionOptions.encrypt.displayName": "加密",
|
||||
"mssql.executionPlan.expensiveOperationMetric.off": "将会为执行计划关闭突出显示的高开销操作。",
|
||||
"mssql.exportNotebookToSql": "将笔记本导出为 SQL",
|
||||
"mssql.exportSqlAsNotebook": "将 SQL 导出为笔记本",
|
||||
"mssql.connectionOptions.failoverPartner.displayName": "故障转移伙伴",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedTime": "突出显示花费时间最多的执行计划操作。",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedCpuTime": "突出显示使用 CPU 时间最多的执行计划操作。",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "突出显示所有执行中实际行数最大的执行计划操作。",
|
||||
"mssql.executionPlan.numberOfRowsRead": "突出显示读取行数最多的执行计划操作。",
|
||||
"mssql.executionPlan.cost": "突出显示成本最高的执行计划操作。",
|
||||
"mssql.executionPlan.subtreeCost": "突出显示子树成本最高的执行计划操作。",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主机保护者服务",
|
||||
"mssql.connectionOptions.hostNameInCertificate.displayName": "证书中的主机名",
|
||||
"mssql.connectionOptions.hostNameInCertificate.description": "指示 TLS 证书中指定的主机名,SQL Server 将使用该主机名来验证服务器证书。如果未指定,则默认使用服务器名称进行证书验证。",
|
||||
"mssql.connectionOptions.password.description": "指示连接到数据源时使用的密码",
|
||||
"mssql.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "指示提供程序将通过 DataReader 公开的服务器类型系统",
|
||||
"mssql.connectionOptions.groupName.initialization": "初始化",
|
||||
"onprem.databaseProperties.lastBackupDate": "上次数据库备份",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "上次日志备份",
|
||||
"onprem.databaseProperties.owner": "所有者",
|
||||
"onprem.databaseProperties.recoveryModel": "恢复模式",
|
||||
"onprem.serverProperties.machineName": "计算机名",
|
||||
"onprem.serverProperties.osVersion": "OS 版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本",
|
||||
"title.changeNotebookConnection": "更改 SQL 笔记本连接",
|
||||
"title.clearSearchServerResult": "搜索: 清除搜索服务器结果",
|
||||
"title.deleteObject": "删除",
|
||||
"title.designTable": "设计",
|
||||
"title.newObject": "新建",
|
||||
"databasesListProperties.lastBackup": "上次备份",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.displayName": "负载均衡超时",
|
||||
"mssql.configuration.title": "MSSQL 配置",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.true": "强制(True)",
|
||||
"mssql.connectionOptions.maxPoolSize.displayName": "最大池大小",
|
||||
"mssql.query.maxXmlCharsToStore": "运行查询后,XML 列中每个值可存储的最大字符数。默认值: 2,097,152。有效值范围: 1 到 2,147,483,647。",
|
||||
"mssql.query.maxCharsToStore": "运行查询后,字符/二进制列中每个值可存储的最大字符/字节数。默认值: 65,535。有效值范围: 1 到 2,147,483,647。",
|
||||
"mssql.logFilesRemovalLimit": "启动时要删除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。将在下次启动 Azure Data Studio 时清理由于此限制而未清理的文件。",
|
||||
"mssql.query.setRowCount": "在服务器停止处理查询之前要返回的最大行数。",
|
||||
"mssql.query.textSize": "从 SELECT 语句返回的 text 和 ntext 数据的大小上限",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.connectionOptions.minPoolSize.displayName": "最小池大小",
|
||||
"mssql.connectionOptions.multiSubnetFailover.displayName": "多子网故障转移",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.displayName": "多重活动结果集",
|
||||
"objectsListProperties.name": "名称",
|
||||
"databasesListProperties.name": "名称",
|
||||
"mssql.connectionOptions.connectionName.displayName": "名称(可选)",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server 实例的名称",
|
||||
"title.newObject": "新建 (预览)",
|
||||
"title.newDatabase": "新建数据库 (预览版)",
|
||||
"title.newTable": "新建表",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "无",
|
||||
"mssql.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
|
||||
"mssql.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
|
||||
"onprem.serverProperties.osVersion": "OS 版本",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.false": "可选(False)",
|
||||
"cloud.databaseProperties.owner": "所有者",
|
||||
"onprem.databaseProperties.owner": "所有者",
|
||||
"mssql.connectionOptions.packetSize.displayName": "数据包大小",
|
||||
"mssql.connectionOptions.password.displayName": "密码",
|
||||
"mssql.connectionOptions.persistSecurityInfo.displayName": "持久安全信息",
|
||||
"mssql.connectionOptions.groupName.pooling": "池",
|
||||
"mssql.connectionOptions.pooling.displayName": "池",
|
||||
"mssql.connectionOptions.port.displayName": "端口",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定价层",
|
||||
"title.objectProperties": "属性(预览版)",
|
||||
"title.renameObject": "重命名",
|
||||
"onprem.databaseProperties.recoveryModel": "恢复模式",
|
||||
"title.renameObject": "重命名 (预览)",
|
||||
"mssql.connectionOptions.groupName.replication": "副本",
|
||||
"mssql.connectionOptions.replication.displayName": "副本",
|
||||
"mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登录",
|
||||
"mssql.connection.clearPooledConnections": "SQL Server: Clear Pooled Connections",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 禁用分组依据架构",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 按架构启用分组",
|
||||
"title.clearSearchServerResult": "搜索: 清除搜索服务器结果",
|
||||
"title.searchServers": "搜索: 服务器",
|
||||
"title.showLogFile": "显示日志文件"
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "安全 enclave",
|
||||
"mssql.connectionOptions.groupName.security": "安全性",
|
||||
"mssql.connectionOptions.serverName.displayName": "服务器",
|
||||
"mssql.query.displayBitAsNumber": "是否应将 BIT 列显示为数字(1 或 0)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"mssql.intelliSense.enableIntelliSense": "是否应启用 IntelliSense",
|
||||
"mssql.intelliSense.enableErrorChecking": "是否应启用 IntelliSense 错误检查",
|
||||
"mssql.intelliSense.enableQuickInfo": "是否应启用 IntelliSense 快速信息",
|
||||
"mssql.intelliSense.enableSuggestions": "是否应启用 IntelliSense 建议",
|
||||
"mssql.intelliSense.lowerCaseSuggestions": "是否小写显示 IntelliSense 建议",
|
||||
"mssql.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
|
||||
"mssql.format.datatypeCasing": "数据类型应格式化为大写、小写还是无(不格式化)",
|
||||
"mssql.format.keywordCasing": "关键字应格式化为大写、小写还是无(不格式化)",
|
||||
"mssql.format.placeSelectStatementReferencesOnNewLine": "select 语句中的对象引用是否应分到不同行中? 例如,在 \"SELECT C1, C2 FROM T1\" 中,C1 和 C2 是否将位于不同行",
|
||||
"title.showLogFile": "显示日志文件",
|
||||
"databasesListProperties.size": "大小 (MB)",
|
||||
"mssql.connectionOptions.packetSize.description": "用于与 SQL Server 实例通信的网络数据包的大小(字节数)",
|
||||
"mssql.connectionOptions.groupName.source": "源",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的协议",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.description": "指定用于证明与具有安全 enclave 的 Always Encrypted 结合使用的服务器端 enclave 的终结点",
|
||||
"mssql.connectionOptions.authType.description": "指定使用 SQL Server 进行身份验证的方法",
|
||||
"databasesListProperties.status": "状态",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.strict": "严格",
|
||||
"mssql.connectionOptions.currentLanguage.description": "SQL Server 语言记录名称",
|
||||
"mssql.executionPlan.expensiveOperationMetric": "用于在查询执行计划中突出显示高开销操作的默认指标",
|
||||
"mssql.connectionOptions.commandTimeout.description": "在终止尝试并生成错误之前等待命令执行的时长(秒)",
|
||||
"mssql.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(秒)",
|
||||
"mssql.connectionOptions.maxPoolSize.description": "池中允许的最大连接数",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.description": "此连接在销毁前在池中生存的最短时间(秒)",
|
||||
"mssql.connectionOptions.minPoolSize.description": "池中允许的最小连接数",
|
||||
"mssql.connectionOptions.applicationName.description": "应用程序的名称",
|
||||
"mssql.connectionOptions.databaseName.description": "数据源中初始目录或数据库的名称",
|
||||
"mssql.connectionOptions.attachDbFilename.description": "可附加数据库的主文件的名称(包括完整路径名称)",
|
||||
"mssql.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
|
||||
"mssql.connectionOptions.failoverPartner.description": "充当故障转移伙伴的 SQL Server 实例的名称或网络地址",
|
||||
"json.schemas.schema.desc": "给定 URL 的架构定义。仅当要避免访问架构 URL 时需要提供架构。",
|
||||
"mssql.objectExplorer.expandTimeout": "在对象资源管理器中展开节点的超时(以秒为单位)。默认值为 45 秒。",
|
||||
"mssql.tracing.desc": "跟踪 Azure Data Studio 与 SQL 工具服务到 SQL 工具服务输出通道之间的通信。警告: 启用详细日志记录时,这可能会包含敏感信息。",
|
||||
"mssql.connectionOptions.trustServerCertificate.displayName": "信任服务器证书",
|
||||
"cloud.serverProperties.serverEdition": "类型",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "类型系统版本",
|
||||
"mssql.connectionOptions.replication.description": "由 SQL Server 在复制中使用",
|
||||
"mssql.connectionOptions.userName.displayName": "用户名",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本",
|
||||
"mssql.connectionOptions.encrypt.description": "在值为 'Mandatory' 或 'Strict' 时,如果服务器安装了证书,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密。在设置为 'Strict' 时,SQL Server 使用 TDS 8.0 在客户端与服务器之间传输所有数据。SQL Server 2022 及之后的版本均支持 'Strict'。",
|
||||
"mssql.objectExplorer.groupBySchema": "启用后,对象资源管理器中的数据库对象将按架构进行分类。",
|
||||
"mssql.connectionOptions.persistSecurityInfo.description": "为 false 时,安全敏感信息(如密码)不作为连接的一部分返回",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "在值为 true (且 encrypt=true)时,SQL Server 将对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书。此属性不支持 Encrypt=Strict 的设置。",
|
||||
"mssql.connectionOptions.contextConnection.description": "为 true 时,指示连接应来自 SQL Server 上下文。仅在 SQL Server 进程中运行时可用",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.description": "为 true 时,可从一个连接返回和读取多个结果集",
|
||||
"mssql.connectionOptions.pooling.description": "为 true 时,从相应的池中取出连接对象,或根据需要创建连接对象并将其添加到相应的池中",
|
||||
"mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "是否允许表设计器在发布期间禁用和重新启用 DDL 触发器",
|
||||
"mssql.tableDesigner.preloadDatabaseModel": "是否在对象资源管理器中的数据库节点展开时预加载数据库模型。启用后,可以减少表设计器的加载时间。注意: 如果需要展开大量数据库节点,内存使用率可能会高于正常情况。",
|
||||
"mssql.connectionOptions.authType.categoryValues.integrated": "Windows 身份验证",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"mssql.parallelMessageProcessing": "[试验性] 是否应并行处理对 SQL 工具服务的请求。引入此方法的目的是发现并行处理所有请求时可能存在的问题。默认值为 false。更改此值后,需要重新启动 Azure Data Studio。",
|
||||
"mssql.ignorePlatformWarning": "[可选] 不显示不受支持的平台警告",
|
||||
"mssql.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"mssql.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”",
|
||||
"mssql.piiLogging": "[可选] 应在日志文件中记录个人身份信息(PII)。",
|
||||
"mssql.connectionOptions.serverName.placeholder": "e.g. servername,port",
|
||||
"mssql.format.placeCommasBeforeNextStatement": "是否应将逗号置于列表中每个语句的开头(例如 \", mycolumn2\")而不是结尾(例如 \"mycolumn1,\")"
|
||||
}
|
||||
}
|
||||
}
|
||||
+143
-143
@@ -9,94 +9,94 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"managePackages.localhost": "localhost",
|
||||
"managePackages.packageNotFound": "未找到指定的包"
|
||||
"managePackages.packageNotFound": "未找到指定的包",
|
||||
"managePackages.localhost": "localhost"
|
||||
},
|
||||
"dist/common/localizedConstants": {
|
||||
"Invalid toc.yml": "错误: {0} 包含不正确的 toc.yml 文件",
|
||||
"InvalidError.tocFile": "toc 文件无效",
|
||||
"invalidTextPlaceholder": "-",
|
||||
"add": "添加",
|
||||
"addRemoteBook": "添加远程 Jupyter Book",
|
||||
"labelAddToLevel": "添加到此级别",
|
||||
"allFiles": "所有文件",
|
||||
"book": "Jupyter Book",
|
||||
"bookDescription": "Jupyter 书籍用于整理笔记本。",
|
||||
"bookInitializeFailed": "在指定 Jupyter Book 中找不到目录文件。",
|
||||
"booksNotFound": "当前,提供的链接中无可用 Jupyter Book",
|
||||
"browse": "浏览",
|
||||
"close": "关闭",
|
||||
"closeBookError": "关闭 Jupyter Book {0} 失败: {1}",
|
||||
"configFileError": "缺少配置文件",
|
||||
"confirmOverwrite": "文件已存在。是否确实要覆盖此文件?",
|
||||
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹吗?",
|
||||
"contentFolder": "内容文件夹",
|
||||
"contentFolderOptional": "内容文件夹(可选)",
|
||||
"msgContentFolderError": "内容文件夹路径不存在",
|
||||
"create": "创建",
|
||||
"duplicateFileError": "文件 {0} 已在目标文件夹 {1} 中\r\n 此文件已重命名为 {2},以防数据丢失。",
|
||||
"msgTaskName": "下载远程 Jupyter Book",
|
||||
"msgDownloadLocation": "正在下载到 {0}",
|
||||
"msgRemoteBookDirectoryError": "创建远程 Jupyter Book 目录时出错",
|
||||
"msgRemoteBookUnpackingError": "解压缩远程 Jupyter Book 时出错",
|
||||
"msgRemoteBookDownloadError": "下载远程 Jupyter Book 时出错",
|
||||
"editBookError": "编辑 Jupyter Book {0} 时出错: {1}",
|
||||
"selectBookError": "选择要编辑的 Jupyter Book 或部分时出错: {0}",
|
||||
"msgCreateBookWarningMsg": "尝试访问时出错: {0}",
|
||||
"Invalid toc.yml": "错误: {0} 包含不正确的 toc.yml 文件",
|
||||
"bookInitializeFailed": "在指定 Jupyter Book 中找不到目录文件。",
|
||||
"sectionNotFound": "找不到 {1} 中的 {0} 部分。",
|
||||
"readBookError": "无法读取 Jupyter Book {0}: {1}",
|
||||
"fileExtension": "文件扩展名",
|
||||
"fileName": "文件名",
|
||||
"confirmOverwrite": "文件已存在。是否确实要覆盖此文件?",
|
||||
"msgDuplicateFileName": "目标文件夹中已存在文件 {0}",
|
||||
"duplicateFileError": "文件 {0} 已存在于目标文件夹 {1} 中\r\n 此文件已重命名为 {2},以防数据丢失。",
|
||||
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹吗?",
|
||||
"onGitHub": "GitHub",
|
||||
"httpRequestError": "HTTP 请求失败,出现错误: {0} {1}",
|
||||
"invalidTextPlaceholder": "-",
|
||||
"labelAddToLevel": "添加到此级别",
|
||||
"labelBookFolder": "选择 Jupyter Book",
|
||||
"labelBookSection": "选择 Jupyter Book 部分",
|
||||
"labelSelectFolder": "选择文件夹",
|
||||
"InvalidError.tocFile": "toc 文件无效",
|
||||
"book": "Jupyter Book",
|
||||
"msgBookAlreadyTrusted": "此工作区已信任 Jupyter Book。",
|
||||
"msgBookAlreadyUntrusted": "此工作区已不信任 Jupyter Book。",
|
||||
"msgBookUntrusted": "此工作区不再信任 Jupyter Book",
|
||||
"msgBookTrusted": "现在,此工作区信任 Jupyter Book。",
|
||||
"msgBookUnpinned": "Jupyter Book {0} 不再固定在此工作区",
|
||||
"msgBookPinned": "现在,Jupyter Book {0} 固定在此工作区。",
|
||||
"bookDescription": "Jupyter 书籍用于整理笔记本。",
|
||||
"msgBookNotFound": "找不到 Jupyter Book",
|
||||
"language": "语言",
|
||||
"learnMore": "了解详细信息。",
|
||||
"location": "位置",
|
||||
"missingFileError": "缺少文件: {1} 中的 {0}",
|
||||
"msgBookAlreadyTrusted": "此工作区已信任 Jupyter Book。",
|
||||
"msgBookAlreadyUntrusted": "此工作区已不信任 Jupyter Book。",
|
||||
"msgBookNotFound": "找不到 Jupyter Book",
|
||||
"msgBookPinned": "现在,Jupyter Book {0} 固定在此工作区。",
|
||||
"msgBookTrusted": "现在,此工作区信任 Jupyter Book。",
|
||||
"msgBookUnpinned": "Jupyter Book {0} 不再固定在此工作区",
|
||||
"msgBookUntrusted": "此工作区不再信任 Jupyter Book",
|
||||
"msgContentFolderError": "内容文件夹路径不存在",
|
||||
"msgCreateBookWarningMsg": "尝试访问时出错: {0}",
|
||||
"msgDownloadLocation": "正在下载到 {0}",
|
||||
"msgDuplicateFileName": "目标文件夹中已存在文件 {0}",
|
||||
"msgInvalidSaveFolder": "保存位置路径无效。",
|
||||
"msgNo": "否",
|
||||
"msgReleaseNotFound": "找不到版本",
|
||||
"msgRemoteBookDirectoryError": "创建远程 Jupyter Book 目录时出错",
|
||||
"msgRemoteBookDownloadComplete": "已下载远程 Jupyter Book",
|
||||
"msgRemoteBookDownloadError": "下载远程 Jupyter Book 时出错",
|
||||
"msgRemoteBookDownloadProgress": "正在下载远程 Jupyter Book",
|
||||
"msgRemoteBookUnpackingError": "解压缩远程 Jupyter Book 时出错",
|
||||
"msgResourceNotFound": "找不到资源",
|
||||
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
|
||||
"msgSaveFolderError": "保存位置路径不存在。",
|
||||
"msgTaskName": "下载远程 Jupyter Book",
|
||||
"msgUndefinedAssetError": "选中的 Jupyter Book 无效",
|
||||
"msgYes": "是",
|
||||
"name": "名称",
|
||||
"newBook": "新 Jupyter 书籍(预览)",
|
||||
"newMarkdown": "新建 Markdown (预览)",
|
||||
"newNotebook": "新笔记本(预览)",
|
||||
"newSection": "新节(预览)",
|
||||
"msgNo": "否",
|
||||
"booksNotFound": "当前,提供的链接中无可用 Jupyter Book",
|
||||
"noBooksSelected": "当前,Viewlet 中未选中任何 Jupyter Book。",
|
||||
"onGitHub": "GitHub",
|
||||
"onsharedFile": "共享文件",
|
||||
"openBookError": "打开 Jupyter Book {0} 失败: {1}",
|
||||
"openExternalLinkCommand": "打开外部链接",
|
||||
"openExternalLinkError": "打开链接 {0} 失败: {1}",
|
||||
"openBookError": "打开 Jupyter Book {0} 失败: {1}",
|
||||
"openMarkdownCommand": "打开 Markdown",
|
||||
"openMarkdownError": "打开 markdown {0} 失败: {1}",
|
||||
"openNotebookCommand": "打开笔记本",
|
||||
"openExternalLinkError": "打开链接 {0} 失败: {1}",
|
||||
"openMarkdownError": "打开 markdown {0} 失败: {1}",
|
||||
"openNotebookError": "打开笔记本 {0} 失败: {1}",
|
||||
"openUntitledNotebookError": "以无标题形式打开无标题笔记本 {0} 失败: {1}",
|
||||
"readBookError": "无法读取 Jupyter Book {0}: {1}",
|
||||
"releases": "版本",
|
||||
"msgReleaseNotFound": "找不到版本",
|
||||
"msgRemoteBookDownloadComplete": "已下载远程 Jupyter Book",
|
||||
"msgRemoteBookDownloadProgress": "正在下载远程 Jupyter Book",
|
||||
"repoUrl": "存储库 URL",
|
||||
"msgResourceNotFound": "找不到资源",
|
||||
"saveLocation": "保存位置",
|
||||
"msgSaveFolderError": "保存位置路径不存在。",
|
||||
"msgInvalidSaveFolder": "保存位置路径无效。",
|
||||
"search": "搜索",
|
||||
"sectionNotFound": "找不到 {1} 中的 {0} 部分。",
|
||||
"selectBookError": "选择要编辑的 Jupyter Book 或部分时出错: {0}",
|
||||
"labelSelectFolder": "选择文件夹",
|
||||
"labelBookFolder": "选择 Jupyter Book",
|
||||
"labelBookSection": "选择 Jupyter Book 部分",
|
||||
"onsharedFile": "共享文件",
|
||||
"msgUndefinedAssetError": "选中的 Jupyter Book 无效",
|
||||
"urlGithubError": "提供的 URL 不是 Github 发布 URL",
|
||||
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
|
||||
"title": "标题",
|
||||
"url": "URL",
|
||||
"urlGithubError": "提供的 URL 不是 Github 发布 URL",
|
||||
"version": "版本"
|
||||
"version": "版本",
|
||||
"msgYes": "是"
|
||||
},
|
||||
"dist/common/notebookUtils": {
|
||||
"noNotebookVisible": "没有笔记本编辑器处于活动状态",
|
||||
@@ -108,68 +108,68 @@
|
||||
},
|
||||
"dist/dialog/configurePython/configurePathPage": {
|
||||
"configurePython.browseButtonText": "浏览",
|
||||
"configurePython.descriptionWithKernel": "\"{0}\" 内核要求配置 Python 运行时并安装依赖项。",
|
||||
"configurePython.descriptionWithoutKernel": "笔记本内核要求配置 Python 运行时并安装依赖项。",
|
||||
"configurePython.existingInstall": "使用现有 Python 安装",
|
||||
"configurePython.installationType": "安装类型",
|
||||
"configurePython.locationTextBoxText": "Python 安装位置",
|
||||
"configurePython.newInstall": "新 Python 安装",
|
||||
"configurePythyon.noVersionsFound": "找不到支持的 Python 版本。",
|
||||
"configurePython.descriptionWithoutKernel": "笔记本内核要求配置 Python 运行时并安装依赖项。",
|
||||
"configurePython.locationTextBoxText": "Python 安装位置",
|
||||
"configurePython.pythonConfigured": "Python 运行时已配置!",
|
||||
"configurePython.selectFileLabel": "选择",
|
||||
"configurePython.descriptionWithKernel": "\"{0}\" 内核要求配置 Python 运行时并安装依赖项。",
|
||||
"configurePython.existingInstall": "使用现有 Python 安装",
|
||||
"configurePythyon.customPathLabel": "{0} (自定义)",
|
||||
"configurePythyon.defaultPathLabel": "{0} (默认)",
|
||||
"configurePythyon.dropdownPathLabel": "{0} (Python {1})",
|
||||
"configurePythyon.noVersionsFound": "找不到支持的 Python 版本。"
|
||||
"configurePythyon.dropdownPathLabel": "{0} (Python {1})"
|
||||
},
|
||||
"dist/dialog/configurePython/configurePythonWizard": {
|
||||
"configurePython.invalidLocationMsg": "指定的安装位置无效。",
|
||||
"configurePython.okButtonText": "安装",
|
||||
"configurePython.page0Name": "配置 Python 运行时",
|
||||
"configurePython.page1Name": "安装依赖项",
|
||||
"configurePython.pythonInstallDeclined": "Python 安装被拒绝。",
|
||||
"configurePython.pythonNotFoundMsg": "在指定位置找不到 Python 安装。",
|
||||
"configurePython.wizardNameWithoutKernel": "配置 Python 以运行内核",
|
||||
"configurePython.wizardNameWithKernel": "配置 Python 以运行 {0} 内核",
|
||||
"configurePython.wizardNameWithoutKernel": "配置 Python 以运行内核"
|
||||
"configurePython.okButtonText": "安装",
|
||||
"configurePython.page1Name": "安装依赖项",
|
||||
"configurePython.pythonNotFoundMsg": "在指定位置找不到 Python 安装。",
|
||||
"configurePython.pythonInstallDeclined": "Python 安装被拒绝。",
|
||||
"configurePython.invalidLocationMsg": "指定的安装位置无效。"
|
||||
},
|
||||
"dist/dialog/configurePython/pickPackagesPage": {
|
||||
"configurePython.existingVersionColumn": "现有版本",
|
||||
"configurePython.requiredDependencies": "安装所需的内核依赖项",
|
||||
"configurePython.kernelLabel": "内核",
|
||||
"configurePython.pkgNameColumn": "名称",
|
||||
"configurePython.requiredDependencies": "安装所需的内核依赖项",
|
||||
"configurePython.requiredVersionColumn": "所需版本",
|
||||
"msgNoRequirementsForKernel": "默认情况下,内核 \"{0}\" 不需要包"
|
||||
"msgNoRequirementsForKernel": "默认情况下,内核 \"{0}\" 不需要包",
|
||||
"configurePython.requiredVersionColumn": "所需版本"
|
||||
},
|
||||
"dist/dialog/managePackages/addNewPackageTab": {
|
||||
"managePackages.addNewTabTitle": "新增",
|
||||
"managePackages.backgroundInstallComplete": "{0} 已安装完毕",
|
||||
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}",
|
||||
"managePackages.backgroundInstallStarted": "正在安装 {0} {1}",
|
||||
"managePackages.installButtonText": "安装",
|
||||
"managePackages.installCompleteText": "已安装包",
|
||||
"managePackages.installProgressText": "正在安装包",
|
||||
"managePackages.invalidTextPlaceholder": "不适用",
|
||||
"managePackages.noVersionsFound": "未找到指定包的任何有效版本",
|
||||
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}",
|
||||
"managePackages.installButtonText": "安装",
|
||||
"managePackages.installProgressText": "正在安装包",
|
||||
"managePackages.backgroundInstallStarted": "正在安装 {0} {1}",
|
||||
"managePackages.invalidTextPlaceholder": "不适用",
|
||||
"managePackages.packageNameTitle": "包名称",
|
||||
"managePackages.packageSummaryTitle": "包摘要",
|
||||
"managePackages.packageVersionTitle": "Python {0} 支持的包版本",
|
||||
"managePackages.installCompleteText": "已安装包",
|
||||
"managePackages.searchButtonLabel": "搜索",
|
||||
"managePackages.searchBarPlaceholder": "搜索 {0} 包",
|
||||
"managePackages.searchButtonLabel": "搜索"
|
||||
"managePackages.packageVersionTitle": "Python {0} 支持的包版本"
|
||||
},
|
||||
"dist/dialog/managePackages/installedPackagesTab": {
|
||||
"managePackages.backgroundUninstallComplete": "{0} 已卸载完毕",
|
||||
"managePackages.backgroundUninstallFailed": "未能卸载 {0}。错误: {1}",
|
||||
"managePackages.backgroundUninstallStarted": "正在卸载 {0}",
|
||||
"managePackages.confirmUninstall": "确定要卸载指定的包吗?",
|
||||
"managePackages.backgroundUninstallComplete": "{0} 已卸载完毕",
|
||||
"managePackages.deleteColumn": "删除",
|
||||
"managePackages.backgroundUninstallFailed": "未能卸载 {0}。错误: {1}",
|
||||
"managePackages.installedTabTitle": "已安装",
|
||||
"managePackages.location": "位置",
|
||||
"managePackages.newPkgVersionColumn": "版本",
|
||||
"managePackages.packageCount": "找到 {0} 个 {1} 包",
|
||||
"managePackages.packageType": "包类型",
|
||||
"managePackages.pkgNameColumn": "名称",
|
||||
"managePackages.uninstallButtonText": "卸载选定的包",
|
||||
"managePackages.packageType": "包类型",
|
||||
"managePackages.uninstallCompleteText": "已卸载包",
|
||||
"managePackages.uninstallProgressText": "正在卸载包"
|
||||
"managePackages.uninstallButtonText": "卸载选定的包",
|
||||
"managePackages.uninstallProgressText": "正在卸载包",
|
||||
"managePackages.backgroundUninstallStarted": "正在卸载 {0}",
|
||||
"managePackages.newPkgVersionColumn": "版本",
|
||||
"managePackages.packageCount": "找到 {0} 个 {1} 包"
|
||||
},
|
||||
"dist/dialog/managePackages/managePackagesDialog": {
|
||||
"managePackages.cancelButtonText": "关闭",
|
||||
@@ -177,8 +177,8 @@
|
||||
},
|
||||
"dist/extension": {
|
||||
"codeCellName": "代码",
|
||||
"selectCellType": "要添加哪种类型的单元格?",
|
||||
"textCellName": "文本"
|
||||
"textCellName": "文本",
|
||||
"selectCellType": "要添加哪种类型的单元格?"
|
||||
},
|
||||
"dist/jupyter/jupyterController": {
|
||||
"confirmReinstall": "确定要重新安装吗?",
|
||||
@@ -189,27 +189,27 @@
|
||||
"errNotebookUriMissing": "需要笔记本路径"
|
||||
},
|
||||
"dist/jupyter/jupyterServerInstallation": {
|
||||
"msgShutdownNotebookSessions": "将关闭活动 Python 笔记本会话以进行更新。是否要立即继续?",
|
||||
"msgWaitingForInstall": "另一个 Python 安装正在进行中。请等待它完成。",
|
||||
"msgPythonRunningError": "在 Python 运行时无法覆盖现有 Python 安装。请关闭所有活动笔记本,再继续操作。",
|
||||
"dontAskAgain": "不再询问",
|
||||
"msgDependenciesInstallationFailed": "安装笔记本依赖项失败,错误: {0}",
|
||||
"msgDownloadPython": "正在将平台 {0} 的本地 python 下载到 {1}",
|
||||
"msgPythonDownloadPending": "正在下载 python 包",
|
||||
"msgGetPythonUserDirFailed": "获取 Python 用户路径时遇到错误: {0}",
|
||||
"msgInstallPkgFinish": "笔记本依赖项安装完毕",
|
||||
"msgInstallPkgProgress": "正在安装笔记本依赖项",
|
||||
"msgInstallPkgStart": "正在安装笔记本依赖项;有关详细信息,请参阅“任务”视图",
|
||||
"msgPackageRetrievalFailed": "尝试检索已安装的包列表时遇到错误: {0}",
|
||||
"msgPythonDirectoryError": "创建 python 安装目录时出错",
|
||||
"msgPythonDownloadComplete": "Python 下载完毕",
|
||||
"msgPythonDownloadError": "下载 python 安装程序时出错",
|
||||
"msgPythonDownloadPending": "正在下载 python 包",
|
||||
"msgPythonRunningError": "在 Python 运行时无法覆盖现有 Python 安装。请关闭所有活动笔记本,再继续操作。",
|
||||
"msgPythonUnpackError": "解压 Python 捆绑包时出错",
|
||||
"msgPythonUnpackPending": "正在解压 python 包",
|
||||
"msgTaskName": "正在安装笔记本依赖项",
|
||||
"msgDependenciesInstallationFailed": "安装笔记本依赖项失败,错误: {0}",
|
||||
"msgInstallPkgStart": "正在安装笔记本依赖项;有关详细信息,请参阅“任务”视图",
|
||||
"no": "否",
|
||||
"msgInstallPkgFinish": "笔记本依赖项安装完毕",
|
||||
"msgInstallPkgProgress": "正在安装笔记本依赖项",
|
||||
"msgPythonDownloadComplete": "Python 下载完毕",
|
||||
"msgPythonVersionUpdatePrompt": "Python {0} 现已在 Azure Data Studio 中提供。当前 Python 版本 (3.6.6) 将于 2021 年 12 月不再受支持。是否要立即更新到 Python {0}?",
|
||||
"msgPythonVersionUpdateWarning": "将安装 Python {0} ,并将替换 Python 3.6.6。某些包可能不再与新版本兼容,或者可能需要重新安装。将创建一个笔记本来帮助你重新安装所有 pip 包。是否要立即继续更新?",
|
||||
"msgShutdownNotebookSessions": "将关闭活动 Python 笔记本会话以进行更新。是否要立即继续?",
|
||||
"msgTaskName": "正在安装笔记本依赖项",
|
||||
"msgWaitingForInstall": "另一个 Python 安装正在进行中。请等待它完成。",
|
||||
"no": "否",
|
||||
"msgPythonUnpackPending": "正在解压 python 包",
|
||||
"yes": "是"
|
||||
},
|
||||
"dist/jupyter/jupyterServerManager": {
|
||||
@@ -222,82 +222,82 @@
|
||||
"managePackages.packageRequestError": "包信息请求失败,出现错误: {0} {1}"
|
||||
},
|
||||
"dist/jupyter/serverInstance": {
|
||||
"jupyterError": "从 Jupyter 发送时出错: {0}",
|
||||
"jupyterOutputMsgStart": "…正在启动笔记本服务器",
|
||||
"jupyterOutputMsgStartSuccessful": "…Jupyter 正运行到 {0}",
|
||||
"notebookStartProcessExitPremature": "笔记本进程过早退出,错误代码为: {0}。StdErr 输出: {1}",
|
||||
"serverStopError": "停止笔记本服务器时出错: {0}"
|
||||
"jupyterOutputMsgStart": "…正在启动笔记本服务器",
|
||||
"jupyterError": "从 Jupyter 发送时出错: {0}",
|
||||
"serverStopError": "停止笔记本服务器时出错: {0}",
|
||||
"notebookStartProcessExitPremature": "笔记本进程过早退出,错误代码为: {0}。StdErr 输出: {1}"
|
||||
},
|
||||
"dist/protocol/notebookUriHandler": {
|
||||
"notebook.confirmOpen": "是否下载并打开“{0}”?",
|
||||
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}",
|
||||
"notebook.fileNotFound": "未找到指定的文件",
|
||||
"notebook.unsupportedAction": "此处理程序不支持操作 {0}",
|
||||
"unsupportedScheme": "无法打开链接 {0} 因为仅支持 HTTP、HTTPS、文件链接"
|
||||
"unsupportedScheme": "无法打开链接 {0} 因为仅支持 HTTP、HTTPS、文件链接",
|
||||
"notebook.fileNotFound": "未找到指定的文件",
|
||||
"notebook.confirmOpen": "是否下载并打开“{0}”?",
|
||||
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}"
|
||||
},
|
||||
"package": {
|
||||
"books-preview-category": "Jupyter 书籍",
|
||||
"config.jupyter.extraKernelsDescription": "要启用的额外内核的 ID",
|
||||
"config.jupyter.extraKernelsTitle": "额外内核",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 内核的配置选项。这是自动管理的,建议不要手动编辑。",
|
||||
"description": "定义基于数据协议的笔记本贡献以及多个笔记本命令和贡献。",
|
||||
"displayName": "笔记本核心扩展",
|
||||
"notebook.allowRoot.description": "允许 Jupyter 服务器以根用户身份运行",
|
||||
"notebook.analyzeJupyterNotebook": "在笔记本中分析",
|
||||
"notebook.collapseBookItems.description": "在笔记本 Viewlet 的根级别折叠工作簿项",
|
||||
"notebook.command.addcell": "添加单元格",
|
||||
"notebook.command.addcode": "添加代码单元格",
|
||||
"notebook.command.addtext": "添加文本单元格",
|
||||
"notebook.command.boldText": "加粗 Markdown 文本",
|
||||
"notebook.command.clearactivecellresult": "清除单元格结果",
|
||||
"notebook.command.codeBlock": "添加代码块",
|
||||
"notebook.command.highlightText": "突出显示 Markdown 文本",
|
||||
"notebook.command.italicizeText": "倾斜 Markdown 文本",
|
||||
"notebook.command.new": "新建笔记本",
|
||||
"notebook.command.open": "打开笔记本",
|
||||
"notebook.command.runactivecell": "运行单元格",
|
||||
"notebook.command.runallcells": "运行单元格",
|
||||
"notebook.command.underlineText": "下划线 Markdown 文本",
|
||||
"notebook.configuration.title": "笔记本配置",
|
||||
"notebook.dontPromptPythonUpdate.description": "不显示更新 Python 的提示。",
|
||||
"notebook.jupyterServerShutdownTimeout.description": "在关闭所有笔记本后关闭服务器之前等待的时间 (以分钟为单位)。(输入 0 则不关闭)",
|
||||
"notebook.maxBookSearchDepth.description": "要搜索书籍的子目录的最大深度(输入 0 表示“无限”)",
|
||||
"notebook.maxTableRows.description": "笔记本编辑器中每个表返回的最大行数",
|
||||
"notebook.overrideEditorTheming.description": "覆盖笔记本编辑器中的编辑器默认设置。设置包括背景色、当前线条颜色和边框",
|
||||
"notebook.pinnedNotebooks.description": "用户为当前工作区固定的笔记本",
|
||||
"notebook.pythonPath.description": "笔记本使用的 python 安装的本地路径。",
|
||||
"notebook.remoteBookDownloadTimeout.description": "GitHub 工作簿下载超时时间(毫秒)",
|
||||
"notebook.trustedBooks.description": "包含在这些工作簿中的笔记本将自动受信任。",
|
||||
"notebook.useExistingPython.description": "笔记本使用的预先存在的 python 安装的本地路径。",
|
||||
"title.PinnedBooks": "固定的笔记本",
|
||||
"title.PreviewLocalizedBook": "获取本地化 SQL Server 2019 指南",
|
||||
"title.ProvidedBooks": "提供的 Jupyter Book",
|
||||
"title.SQL19PreviewBook": "SQL Server 2019 指南",
|
||||
"title.SavedBooks": "笔记本",
|
||||
"notebook.command.addcode": "添加代码单元格",
|
||||
"title.addMarkdown": "添加 Markdown 文件",
|
||||
"title.addNotebook": "添加笔记本",
|
||||
"title.openRemoteJupyterBook": "添加远程 Jupyter Book",
|
||||
"title.addSection": "添加节",
|
||||
"notebook.command.addtext": "添加文本单元格",
|
||||
"notebook.allowRoot.description": "允许 Jupyter 服务器以根用户身份运行",
|
||||
"title.analyzeJupyterNotebook": "在笔记本中分析",
|
||||
"notebook.analyzeJupyterNotebook": "在笔记本中分析",
|
||||
"notebook.command.boldText": "加粗 Markdown 文本",
|
||||
"notebook.command.clearactivecellresult": "清除单元格结果",
|
||||
"title.closeJupyterBook": "关闭 Jupyter Book",
|
||||
"title.closeNotebook": "关闭笔记本",
|
||||
"notebook.collapseBookItems.description": "在笔记本 Viewlet 的根级别折叠工作簿项",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 内核的配置选项。这是自动管理的,建议不要手动编辑。",
|
||||
"title.configurePython": "为笔记本配置 Python",
|
||||
"title.createJupyterBook": "创建 Jupyter Book",
|
||||
"title.jupyter.setContext": "为笔记本设置上下文",
|
||||
"title.jupyter.setKernel": "为笔记本设置内核",
|
||||
"description": "定义基于数据协议的笔记本贡献以及多个笔记本命令和贡献。",
|
||||
"notebook.dontPromptPythonUpdate.description": "不显示更新 Python 的提示。",
|
||||
"notebook.remoteBookDownloadTimeout.description": "GitHub 工作簿下载超时时间(毫秒)",
|
||||
"config.jupyter.extraKernelsTitle": "额外内核",
|
||||
"title.PreviewLocalizedBook": "获取本地化 SQL Server 2019 指南",
|
||||
"notebook.command.highlightText": "突出显示 Markdown 文本",
|
||||
"config.jupyter.extraKernelsDescription": "要启用的额外内核的 ID",
|
||||
"notebook.command.italicizeText": "倾斜 Markdown 文本",
|
||||
"books-preview-category": "Jupyter 书籍",
|
||||
"notebook.useExistingPython.description": "笔记本使用的预先存在的 python 安装的本地路径。",
|
||||
"notebook.pythonPath.description": "笔记本使用的 python 安装的本地路径。",
|
||||
"title.managePackages": "管理包",
|
||||
"notebook.maxBookSearchDepth.description": "要搜索书籍的子目录的最大深度(输入 0 表示“无限”)",
|
||||
"notebook.maxTableRows.description": "笔记本编辑器中每个表返回的最大行数",
|
||||
"title.moveTo": "移到...",
|
||||
"title.newJupyterNotebook": "新建笔记本",
|
||||
"notebook.command.new": "新建笔记本",
|
||||
"displayName": "笔记本核心扩展",
|
||||
"notebook.configuration.title": "笔记本配置",
|
||||
"title.SavedBooks": "笔记本",
|
||||
"notebook.trustedBooks.description": "包含在这些工作簿中的笔记本将自动受信任。",
|
||||
"notebook.pinnedNotebooks.description": "用户为当前工作区固定的笔记本",
|
||||
"title.openJupyterBook": "打开 Jupyter Book",
|
||||
"title.openJupyterNotebook": "打开笔记本",
|
||||
"notebook.command.open": "打开笔记本",
|
||||
"title.openNotebookFolder": "在文件夹中打开笔记本",
|
||||
"title.openRemoteJupyterBook": "添加远程 Jupyter Book",
|
||||
"notebook.overrideEditorTheming.description": "覆盖笔记本编辑器中的编辑器默认设置。设置包括背景色、当前线条颜色和边框",
|
||||
"title.pinNotebook": "固定笔记本",
|
||||
"title.PinnedBooks": "固定的笔记本",
|
||||
"title.ProvidedBooks": "提供的 Jupyter Book",
|
||||
"title.reinstallNotebookDependencies": "重新安装笔记本依赖项",
|
||||
"title.removeNotebook": "移除笔记本",
|
||||
"title.revealInBooksViewlet": "在工作簿中展示",
|
||||
"notebook.command.runactivecell": "运行单元格",
|
||||
"notebook.command.runallcells": "运行单元格",
|
||||
"title.SQL19PreviewBook": "SQL Server 2019 指南",
|
||||
"title.saveJupyterBook": "保存 Jupyter Book",
|
||||
"title.searchJupyterBook": "搜索 Jupyter Book",
|
||||
"title.jupyter.setContext": "为笔记本设置上下文",
|
||||
"title.jupyter.setKernel": "为笔记本设置内核",
|
||||
"notebook.jupyterServerShutdownTimeout.description": "在关闭所有笔记本后关闭服务器之前等待的时间 (以分钟为单位)。(输入 0 则不关闭)",
|
||||
"title.trustBook": "信任 Jupyter Book",
|
||||
"notebook.command.underlineText": "下划线 Markdown 文本",
|
||||
"title.unpinNotebook": "取消固定笔记本"
|
||||
}
|
||||
}
|
||||
+8
-7
@@ -10,21 +10,22 @@
|
||||
"contents": {
|
||||
"dist/dialogs/profilerCreateSessionDialog": {
|
||||
"createSessionDialog.cancel": "取消",
|
||||
"createSessionDialog.create": "开始",
|
||||
"createSessionDialog.enterSessionName": "输入会话名称:",
|
||||
"createSessionDialog.createSessionFailed": "未能创建会话",
|
||||
"createSessionDialog.dialogOwnerInvalid": "对话所有者无效,无法打开对话",
|
||||
"createSessionDialog.enterSessionName": "输入会话名称:",
|
||||
"createSessionDialog.invalidProviderType": "提供程序类型无效,无法打开对话",
|
||||
"createSessionDialog.selectTemplates": "选择会话模板:",
|
||||
"createSessionDialog.templatesInvalid": "模板列表无效,无法打开对话",
|
||||
"createSessionDialog.selectTemplates": "选择会话模板:",
|
||||
"createSessionDialog.create": "开始",
|
||||
"createSessionDialog.title": "启动新的探查器会话"
|
||||
},
|
||||
"package": {
|
||||
"description": "Azure Data Studio 的 SQL Server Profiler",
|
||||
"displayName": "SQL Server Profiler",
|
||||
"profiler.category": "探查器",
|
||||
"profiler.contributes.title.newProfler": "启动探查器",
|
||||
"profiler.contributes.title.openCreateSessionDialog": "创建探查器季度",
|
||||
"profiler.contributes.title.newProfler": "启动探查器",
|
||||
"profiler.contributes.title.openXELFile": "打开 XEL 文件",
|
||||
"profiler.category": "探查器",
|
||||
"displayName": "SQL Server Profiler",
|
||||
"description": "Azure Data Studio 的 SQL Server Profiler",
|
||||
"profiler.contributes.title.start": "开始",
|
||||
"profiler.contributes.title.stop": "停止"
|
||||
}
|
||||
+10
-10
@@ -14,23 +14,23 @@
|
||||
"succeeded": "成功"
|
||||
},
|
||||
"package": {
|
||||
"queryHistory.captureEnabledDesc": "是否启用查询历史记录捕获。若为 false,则不捕获所执行的查询。",
|
||||
"queryHistory.clear": "清除所有历史记录",
|
||||
"queryHistory.delete": "删除",
|
||||
"queryHistory.description": "查看并运行以前执行的查询",
|
||||
"queryHistory.disableCapture": "暂停查询历史记录捕获",
|
||||
"queryHistory.displayName": "查询历史记录",
|
||||
"queryHistory.doubleClickAction": "双击历史记录项时执行的操作",
|
||||
"queryHistory.doubleClickAction.open": "使用所选历史记录项中的查询打开新的断开连接的编辑器",
|
||||
"queryHistory.doubleClickAction.run": "使用所选历史记录项中的查询和连接打开新的连接编辑器,并自动运行查询",
|
||||
"queryHistory.enableCapture": "开始查询历史记录捕获",
|
||||
"queryHistory.loading": "正在加载已保存的条目...",
|
||||
"queryHistory.maxEntries": "要存储的最大条目数。0 表示存储无限条目。增加此上限可能会影响性能,尤其是在启用持久性的情况下。",
|
||||
"queryHistory.noEntries": "没有要显示的查询",
|
||||
"queryHistory.open": "打开查询",
|
||||
"queryHistory.doubleClickAction.run": "使用所选历史记录项中的查询和连接打开新的连接编辑器,并自动运行查询",
|
||||
"queryHistory.doubleClickAction.open": "使用所选历史记录项中的查询打开新的断开连接的编辑器",
|
||||
"queryHistory.openStorageFolder": "打开存储文件夹",
|
||||
"queryHistory.persistHistory": "查询历史记录是否在重新启动时保留。如果为 false,则在应用程序退出时清除历史记录。",
|
||||
"queryHistory.run": "运行查询"
|
||||
"queryHistory.disableCapture": "暂停查询历史记录捕获",
|
||||
"queryHistory.displayName": "查询历史记录",
|
||||
"queryHistory.run": "运行查询",
|
||||
"queryHistory.enableCapture": "开始查询历史记录捕获",
|
||||
"queryHistory.doubleClickAction": "双击历史记录项时执行的操作",
|
||||
"queryHistory.description": "查看并运行以前执行的查询",
|
||||
"queryHistory.captureEnabledDesc": "是否启用查询历史记录捕获。若为 false,则不捕获所执行的查询。",
|
||||
"queryHistory.persistHistory": "查询历史记录是否在重新启动时保留。如果为 false,则在应用程序退出时清除历史记录。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+91
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"aggregationSizeLabel": "聚合大小",
|
||||
"allLabel": "全部",
|
||||
"applyButtonText": "应用",
|
||||
"automaticLabel": "自动",
|
||||
"avgLabel": "平均",
|
||||
"basedOnLabel": "基于:",
|
||||
"CLRTimeLabel": "CLR 时间(毫秒)",
|
||||
"cpuTime": "CPU 时间",
|
||||
"CPUTimeLabel": "CPU 时间(毫秒)",
|
||||
"cancelButtonText": "取消",
|
||||
"topConsumersRadioButtonsLabel": "排名靠前的使用者,检查依据:",
|
||||
"configure": "配置",
|
||||
"criteria": "条件",
|
||||
"customLabel": "自定义",
|
||||
"dayLabel": "日",
|
||||
"duration": "持续时间",
|
||||
"durationLabel": "持续时间(毫秒)",
|
||||
"executionCountLabel": "执行计数",
|
||||
"executionCount": "执行计数",
|
||||
"filterLabel": "筛选器",
|
||||
"fromLabel": "从",
|
||||
"hourLabel": "小时",
|
||||
"last12HoursLabel": "过去 12 小时",
|
||||
"last15MinsLabel": "过去 15 分钟",
|
||||
"last2DaysLabel": "过去 2 天",
|
||||
"last2WeeksLabel": "过去 2 周",
|
||||
"last3MonthsLabel": "过去 3 个月",
|
||||
"last30MinsLabel": "过去 30 分钟",
|
||||
"last5MinsLabel": "过去 5 分钟",
|
||||
"last6MonthsLabel": "过去 6 个月",
|
||||
"lastDayLabel": "前一天",
|
||||
"lastHourLabel": "前一小时",
|
||||
"lastMonthLabel": "上月",
|
||||
"lastWeekLabel": "上周",
|
||||
"lastYearLabel": "去年",
|
||||
"localLabel": "本地",
|
||||
"logMemoryUsedLabel": "使用的日志内存(KB)",
|
||||
"logicalReads": "逻辑读取次数",
|
||||
"logicalReadsLabel": "逻辑读取(KB)",
|
||||
"logicalWritesLabel": "逻辑写入(KB)",
|
||||
"maxLabel": "最大",
|
||||
"memoryConsumptionLabel": "内存消耗(KB)",
|
||||
"minLabel": "最小",
|
||||
"filterMinPlanLabel": "最小计划数",
|
||||
"minuteLabel": "分钟",
|
||||
"okButtonText": "确定",
|
||||
"openInNewTab": "Open In New Tab",
|
||||
"overallResourceConsumption": "总体资源消耗",
|
||||
"overallResourceConsumptionToolbarLabel": "数据库 {0} 的总体资源消耗量",
|
||||
"physicalReadsLabel": "物理读取(KB)",
|
||||
"planSummary": "计划查询 {0} 摘要",
|
||||
"plan": "计划 {0}",
|
||||
"queries": "查询",
|
||||
"queryStoreDashboardTitle": "查询存储 - {0}",
|
||||
"resourceConsumptionCriteriaTitle": "资源消耗条件",
|
||||
"returnLabel": "返回",
|
||||
"rowCountLabel": "行数",
|
||||
"showChartTitle": "显示以下内容的图表:",
|
||||
"stdDevLabel": "标准偏差",
|
||||
"tempDBMermoryUsedLabel": "已使用的临时 DB 内存(KB)",
|
||||
"timeFormatLabel": "时间格式",
|
||||
"timeIntervalLabel": "时间间隔",
|
||||
"timeSettingsLabel": "时间设置",
|
||||
"toLabel": "到",
|
||||
"topLabel": "前",
|
||||
"topResourceConsumingQueriesToolbarLabel": "数据库 {0} 的前 25 个资源使用者",
|
||||
"topResourceConsumingQueries": "资源消耗量最大的几个查询",
|
||||
"totalLabel": "总计",
|
||||
"waitTimeLabel": "等待时间(毫秒)",
|
||||
"DOPLabel": "DOP",
|
||||
"UTC": "UTC"
|
||||
},
|
||||
"package": {
|
||||
"queryStore.openQueryStoreDashboard": "查询存储",
|
||||
"queryStore.category": "查询存储",
|
||||
"queryStore.displayName": "查询存储",
|
||||
"queryStore.description": "查询存储 Azure Data Studio 扩展。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+204
-204
@@ -9,66 +9,66 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"UnknownFieldTypeError": "未知字段类型:“{0}”",
|
||||
"azdataEulaDeclined": "部署无法继续。Azure 数据 CLI 许可条款被拒绝。你可以接受 EULA 以继续,也可以取消此操作",
|
||||
"azdataEulaNotAccepted": "部署无法继续。Azure 数据 CLI 许可条款尚未被接受。请接受 EULA 以启用需要 Azure 数据 CLI 的功能。",
|
||||
"azure.account": "Azure 帐户",
|
||||
"azure.account.location": "Azure 位置",
|
||||
"azure.account.resourceGroup": "资源组",
|
||||
"azure.account.subscription": "订阅(所选子集)",
|
||||
"azure.account.subscriptionDescription": "在“连接”Viewlet 的 \"Azure\" 树状视图中列出的帐户上,通过“选择订阅”操作更改当前所选订阅",
|
||||
"azure.no": "否",
|
||||
"azure.refresh": "刷新",
|
||||
"azure.resourceGroup.NewResourceGroupAriaLabel": "新资源组名称",
|
||||
"azure.resourceGroup.createNewResourceGroup": "创建新资源组",
|
||||
"azure.signin": "登录…",
|
||||
"azure.yes": "是",
|
||||
"button.label": "选择",
|
||||
"deployCluster.Realm": "领域",
|
||||
"deploymentDialog.InstallingTool": "当前正在安装所需的工具“{0}”[ {1} ]。",
|
||||
"deploymentDialog.RecheckEulaButton": "接受 EULA 并选择",
|
||||
"filePicker.browse": "浏览",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryAll": "全部",
|
||||
"resourceDeployment.FailedToOpenNotebook": "打开输出笔记本时出错。{1}{2}。",
|
||||
"getIsPassword.unknownVariableName": "尝试获取未知变量的 isPassword: {0}",
|
||||
"getVariableValue.unknownVariableName": "尝试获取未知变量的变量值: {0}",
|
||||
"kubeConfigClusterPicker.clusterContextNotFound": "未找到任何群集上下文信息",
|
||||
"kubeConfigClusterPicker.kubeConfigFilePath": "Kube 配置文件路径",
|
||||
"optionsNotDefined": "没有为字段类型 {0} 定义 FieldInfo.options",
|
||||
"optionsNotObjectOrArray": "如果 FieldInfo.options 不是数组,则它必须是一个对象",
|
||||
"optionsSource.alreadyDefined": "已定义 ID 为 {0} 的选项源",
|
||||
"optionsSource.notDefined": "没有为 ID {0} 定义选项源",
|
||||
"optionsTypeNotFound": "如果 FieldInfo.options 是一个对象,它必须具有 \"optionsType\" 属性",
|
||||
"optionsTypeRadioOrDropdown": "如果 optionsType 不是 {0},则它必须是 {1}",
|
||||
"resourceDeployment.BackgroundExecutionFailed": "任务“{0}”失败。",
|
||||
"azure.account": "Azure 帐户",
|
||||
"azure.account.location": "Azure 位置",
|
||||
"filePicker.browse": "浏览",
|
||||
"resourceTypePickerDialog.tagsListViewTitle": "类别",
|
||||
"azure.account.subscriptionDescription": "在“连接”Viewlet 的 \"Azure\" 树状视图中列出的帐户上,通过“选择订阅”操作更改当前所选订阅",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnCloud": "云",
|
||||
"azure.resourceGroup.createNewResourceGroup": "创建新资源组",
|
||||
"azdataEulaNotAccepted": "部署无法继续。Azure 数据 CLI 许可条款尚未被接受。请接受 EULA 以启用需要 Azure 数据 CLI 的功能。",
|
||||
"azdataEulaDeclined": "部署无法继续。Azure 数据 CLI 许可条款被拒绝。你可以接受 EULA 以继续,也可以取消此操作",
|
||||
"resourceDeployment.Description": "说明",
|
||||
"resourceDeployment.FailedToOpenNotebook": "打开输出笔记本时出错。{1}{2}。",
|
||||
"resourceDeployment.discoverPathOrAdditionalInformation": "发现的路径或其他信息",
|
||||
"optionsNotObjectOrArray": "如果 FieldInfo.options 不是数组,则它必须是一个对象",
|
||||
"optionsNotDefined": "没有为字段类型 {0} 定义 FieldInfo.options",
|
||||
"resourceTypePickerDialog.resourceSearchPlaceholder": "筛选资源...",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnHybrid": "混合",
|
||||
"resourceDeployment.install": "安装",
|
||||
"resourceDeployment.InstallTools": "安装工具",
|
||||
"resourceDeployment.installingExtension": "正在安装扩展“{0}”...",
|
||||
"kubeConfigClusterPicker.kubeConfigFilePath": "Kube 配置文件路径",
|
||||
"azure.resourceGroup.NewResourceGroupAriaLabel": "新资源组名称",
|
||||
"azure.no": "否",
|
||||
"optionsSource.notDefined": "没有为 ID {0} 定义选项源",
|
||||
"valueProvider.notDefined": "没有为 ID {0} 定义值提供程序",
|
||||
"kubeConfigClusterPicker.clusterContextNotFound": "未找到任何群集上下文信息",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPrem": "本地",
|
||||
"resourceDeployment.Options": "选项",
|
||||
"optionsSource.alreadyDefined": "已定义 ID 为 {0} 的选项源",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPostgreSql": "PostgreSQL",
|
||||
"deployCluster.Realm": "领域",
|
||||
"azure.refresh": "刷新",
|
||||
"resourceDeployment.RequiredVersion": "所需版本",
|
||||
"deploymentDialog.InstallingTool": "当前正在安装所需的工具“{0}”[ {1} ]。",
|
||||
"resourceDeployment.requiredTools": "所需的工具",
|
||||
"azure.account.resourceGroup": "资源组",
|
||||
"ui.DeployButton": "运行",
|
||||
"resourceTypePickerDialog.resourceTypeCategoriesSqlServer": "SQL Server",
|
||||
"ui.ScriptToNotebookButton": "脚本",
|
||||
"button.label": "选择",
|
||||
"resourceTypePickerDialog.title": "选择部署选项",
|
||||
"azure.signin": "登录…",
|
||||
"resourceDeployment.Status": "状态",
|
||||
"azure.account.subscription": "订阅(所选子集)",
|
||||
"resourceDeployment.extensionRequiredPrompt": "部署此资源需要“{0}”扩展,现在是否希望安装此扩展?",
|
||||
"resourceDeployment.TaskFailedWithNoOutputNotebook": "任务“{0}”失败,并且未生成任何输出笔记本。",
|
||||
"resourceDeployment.BackgroundExecutionFailed": "任务“{0}”失败。",
|
||||
"validation.multipleValidationErrors": "此页面上存在一些错误,请单击“显示详细信息”以查看错误。",
|
||||
"resourceDeployment.Tool": "工具",
|
||||
"resourceDeployment.unknownExtension": "未知扩展“{0}”",
|
||||
"UnknownFieldTypeError": "未知字段类型:“{0}”",
|
||||
"valueProvider.alreadyDefined": "已定义 ID 为 {0} 的值提供程序",
|
||||
"resourceDeployment.Version": "版本",
|
||||
"resourceDeployment.ViewErrorDetail": "查看错误详细信息",
|
||||
"resourceDeployment.discoverPathOrAdditionalInformation": "发现的路径或其他信息",
|
||||
"resourceDeployment.extensionRequiredPrompt": "部署此资源需要“{0}”扩展,现在是否希望安装此扩展?",
|
||||
"resourceDeployment.install": "安装",
|
||||
"resourceDeployment.installingExtension": "正在安装扩展“{0}”...",
|
||||
"resourceDeployment.requiredTools": "所需的工具",
|
||||
"resourceDeployment.unknownExtension": "未知扩展“{0}”",
|
||||
"resourceTypePickerDialog.resourceSearchPlaceholder": "筛选资源...",
|
||||
"resourceTypePickerDialog.resourceTypeCategoriesSqlServer": "SQL Server",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryAll": "全部",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnCloud": "云",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnHybrid": "混合",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPostgreSql": "PostgreSQL",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPrem": "本地",
|
||||
"resourceTypePickerDialog.tagsListViewTitle": "类别",
|
||||
"resourceTypePickerDialog.title": "选择部署选项",
|
||||
"ui.DeployButton": "运行",
|
||||
"ui.ScriptToNotebookButton": "脚本",
|
||||
"validation.multipleValidationErrors": "此页面上存在一些错误,请单击“显示详细信息”以查看错误。",
|
||||
"valueProvider.alreadyDefined": "已定义 ID 为 {0} 的值提供程序",
|
||||
"valueProvider.notDefined": "没有为 ID {0} 定义值提供程序"
|
||||
"optionsTypeNotFound": "如果 FieldInfo.options 是一个对象,它必须具有 \"optionsType\" 属性",
|
||||
"optionsTypeRadioOrDropdown": "如果 optionsType 不是 {0},则它必须是 {1}",
|
||||
"azure.yes": "是"
|
||||
},
|
||||
"dist/main": {
|
||||
"resourceDeployment.UnknownResourceType": "未定义资源类型: {0}"
|
||||
@@ -77,30 +77,30 @@
|
||||
"resourceDeployment.notebookNotFound": "笔记本 {0} 不存在"
|
||||
},
|
||||
"dist/services/platformService": {
|
||||
"platformService.RunCommand.ErroredOut": "\t>>> {0} … 出错: {1}",
|
||||
"platformService.RunCommand.IgnoringError": "\t>>> 忽略执行中的错误并继续部署工具",
|
||||
"platformService.RunCommand.stderr": " stderr: ",
|
||||
"platformService.RunCommand.stdout": " stdout: ",
|
||||
"platformService.RunCommand.ErroredOut": "\t>>> {0} … 出错: {1}",
|
||||
"platformService.RunStreamedCommand.ExitedWithCode": " >>> {0} … 已退出,代码为: {1}",
|
||||
"platformService.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 已退出,信号: {1}",
|
||||
"platformService.RunCommand.stderr": " stderr: ",
|
||||
"platformService.RunCommand.stdout": " stdout: ",
|
||||
"resourceDeployment.outputChannel": "部署"
|
||||
},
|
||||
"dist/services/resourceTypeService": {
|
||||
"downloadError": "下载失败,状态代码: {0},消息: {1}"
|
||||
},
|
||||
"dist/services/tools/azCliTool": {
|
||||
"resourceDeployment.AzCLIDescription": "管理 Azure 资源",
|
||||
"resourceDeployment.AzCLIDisplayName": "Azure CLI",
|
||||
"resourceDeployment.AzCLIDescription": "管理 Azure 资源",
|
||||
"resourceDeployment.AziCli.AddingAzureCliRepositoryInformation": "正在添加 azure-cli 存储库信息…",
|
||||
"resourceDeployment.AziCli.AptGetPackages": "正在获取 azure-cli 安装所需的包…",
|
||||
"resourceDeployment.AziCli.AptGetUpdate": "在安装 azure-cli 之前更新存储库信息…",
|
||||
"resourceDeployment.AziCli.AptGetUpdateAgain": "正在更新 azure-cli 的存储库信息…",
|
||||
"resourceDeployment.AziCli.DeletingPreviousAzureCli.msi": "正在删除以前下载的 azurecli.msi (如果存在)…",
|
||||
"resourceDeployment.AziCli.DisplayingInstallationLog": "正在显示安装日志…",
|
||||
"resourceDeployment.AziCli.ScriptedInstall": "下载并调用脚本以安装 azure-cli…",
|
||||
"resourceDeployment.AziCli.DownloadAndInstallingSigningKey": "正在下载并安装 azure-cli 的签名密钥…",
|
||||
"resourceDeployment.AziCli.DownloadingAndInstallingAzureCli": "正在下载 azurecli.msi 并安装 azure-cli…",
|
||||
"resourceDeployment.AziCli.AptGetPackages": "正在获取 azure-cli 安装所需的包…",
|
||||
"resourceDeployment.AziCli.InstallingAzureCli": "正在安装 azure-cli…",
|
||||
"resourceDeployment.AziCli.ScriptedInstall": "下载并调用脚本以安装 azure-cli…",
|
||||
"resourceDeployment.AziCli.AptGetUpdateAgain": "正在更新 azure-cli 的存储库信息…",
|
||||
"resourceDeployment.AziCli.AptGetUpdate": "在安装 azure-cli 之前更新存储库信息…",
|
||||
"resourceDeployment.AziCli.UpdatingBrewRepository": "正在更新 azure-cli 安装的 brew 存储库…"
|
||||
},
|
||||
"dist/services/tools/dockerTool": {
|
||||
@@ -109,123 +109,123 @@
|
||||
},
|
||||
"dist/services/tools/kubeCtlTool": {
|
||||
"resourceDeployment.KubeCtlDescription": "针对 Kubernetes 群集运行命令",
|
||||
"resourceDeployment.KubeCtlDisplayName": "kubectl",
|
||||
"resourceDeployment.invalidKubectlVersionOutput": "无法分析 kubectl 版本命令输出:“{0}”",
|
||||
"resourceDeployment.Kubectl.AddingKubectlRepositoryInformation": "正在添加 kubectl 存储库信息…",
|
||||
"resourceDeployment.Kubectl.AptGetPackages": "正在获取 kubectl 安装所需的包…",
|
||||
"resourceDeployment.Kubectl.AptGetUpdate": "正在更新存储库信息…",
|
||||
"resourceDeployment.Kubectl.BackupCurrentBinary": "正在备份安装位置中的任何现有 kubectl…",
|
||||
"resourceDeployment.Kubectl.CleaningUpOldBackups": "正在安装位置清除任何以前备份的版本(如果存在)…",
|
||||
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl": "正在删除以前下载的 kubectl (如果存在)…",
|
||||
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl.exe": "正在删除以前下载的 kubectl.exe (如果存在)…",
|
||||
"resourceDeployment.Kubectl.DownloadAndInstallingSigningKey": "正在下载并安装 kubectl 的签名密钥…",
|
||||
"resourceDeployment.Kubectl.DownloadingAndInstallingKubectl": "正在下载并安装最新的 kubectl.exe…",
|
||||
"resourceDeployment.Kubectl.DownloadAndInstallingSigningKey": "正在下载并安装 kubectl 的签名密钥…",
|
||||
"resourceDeployment.Kubectl.DownloadingKubectl": "正在下载最新的 kubectl 版本…",
|
||||
"resourceDeployment.Kubectl.InstallingKubeCtl": "正在安装 kubectl…",
|
||||
"resourceDeployment.Kubectl.AptGetPackages": "正在获取 kubectl 安装所需的包…",
|
||||
"resourceDeployment.Kubectl.InstallingKubectl": "正在安装 kubectl…",
|
||||
"resourceDeployment.Kubectl.InstallingKubeCtl": "正在安装 kubectl…",
|
||||
"resourceDeployment.KubeCtlDisplayName": "kubectl",
|
||||
"resourceDeployment.Kubectl.MakingExecutable": "正在创建 kubectl 可执行文件…",
|
||||
"resourceDeployment.Kubectl.MoveToSystemPath": "正在将 kubectl 移到路径中的安装位置…",
|
||||
"resourceDeployment.Kubectl.UpdatingBrewRepository": "正在更新 kubectl 安装的 brew 存储库…",
|
||||
"resourceDeployment.invalidKubectlVersionOutput": "无法分析 kubectl 版本命令输出:“{0}”"
|
||||
"resourceDeployment.Kubectl.AptGetUpdate": "正在更新存储库信息…",
|
||||
"resourceDeployment.Kubectl.UpdatingBrewRepository": "正在更新 kubectl 安装的 brew 存储库…"
|
||||
},
|
||||
"dist/services/tools/toolBase": {
|
||||
"deployCluster.GetToolVersionError": "检索版本信息时出错。{0}收到无效输出,获取版本命令输出:“{1}”",
|
||||
"deployCluster.GetToolVersionErrorInformation": "检索版本信息时出错。有关详细信息,请参阅输出通道“{0}”",
|
||||
"deploymentDialog.ToolInformationalMessage.Brew": "•\t部署这些工具时需要 brew,并且需要预先安装它才能部署必要的工具",
|
||||
"deploymentDialog.ToolInformationalMessage.Curl": "•\t安装需要 curl,并且需要预先安装它才能部署必要的工具",
|
||||
"toolBase.getPip3InstallationLocation.LocationNotFound": " 在输出中找不到“位置”:",
|
||||
"toolBase.getPip3InstallationLocation.Output": " 输出:",
|
||||
"toolBase.ManualUninstallCommand": " 一种可行的卸载方法是使用以下命令: {0} >{1}",
|
||||
"toolBase.installCore.CannotInstallTool": "无法安装工具:{0}::{1},因为安装命令对于你的 OS 分发是未知的。请先手动安装 {0},然后再继续操作",
|
||||
"deploymentDialog.ToolStatus.Error": "错误",
|
||||
"toolBase.InstallError": "安装工具“{0}”[{1}]时出错。{2}错误: {3}{2}有关详细信息,请参阅输出通道“{4}”",
|
||||
"toolBase.InstallErrorInformation": "安装工具时出错。有关详细信息,请参阅输出通道“{0}”",
|
||||
"deployCluster.GetToolVersionErrorInformation": "检索版本信息时出错。有关详细信息,请参阅输出通道“{0}”",
|
||||
"deployCluster.GetToolVersionError": "检索版本信息时出错。{0}收到无效输出,获取版本命令输出:“{1}”",
|
||||
"deploymentDialog.ToolStatus.Failed": "失败",
|
||||
"toolBase.InstallFailInformation": "未能检测到安装后的版本。有关详细信息,请参阅输出通道“{0}”",
|
||||
"toolBase.InstallFailed": "安装命令已完成,但无法检测到工具版本“{0}”,因此安装尝试失败。检测错误: {1}{2}清除以前的安装会有所帮助。",
|
||||
"deploymentDialog.ToolStatus.Installed": "已安装",
|
||||
"deploymentDialog.ToolStatus.Installing": "正在安装…",
|
||||
"deploymentDialog.ToolStatus.NotInstalled": "未安装",
|
||||
"toolBase.InstallError": "安装工具“{0}”[{1}]时出错。{2}错误: {3}{2}有关详细信息,请参阅输出通道“{4}”",
|
||||
"toolBase.InstallErrorInformation": "安装工具时出错。有关详细信息,请参阅输出通道“{0}”",
|
||||
"toolBase.InstallFailInformation": "未能检测到安装后的版本。有关详细信息,请参阅输出通道“{0}”",
|
||||
"toolBase.InstallFailed": "安装命令已完成,但无法检测到工具版本“{0}”,因此安装尝试失败。检测错误: {1}{2}清除以前的安装会有所帮助。",
|
||||
"toolBase.ManualUninstallCommand": " 一种可行的卸载方法是使用以下命令: {0} >{1}",
|
||||
"toolBase.SeeOutputChannel": "{0}有关详细信息,请参阅输出通道“{1}”",
|
||||
"toolBase.addInstallationSearchPathsToSystemPath.SearchPaths": "工具“{0}”的搜索路径: {1}",
|
||||
"toolBase.getPip3InstallationLocation.LocationNotFound": " 在输出中找不到“位置”:",
|
||||
"toolBase.getPip3InstallationLocation.Output": " 输出:",
|
||||
"toolBase.installCore.CannotInstallTool": "无法安装工具:{0}::{1},因为安装命令对于你的 OS 分发是未知的。请先手动安装 {0},然后再继续操作"
|
||||
"toolBase.SeeOutputChannel": "{0}有关详细信息,请参阅输出通道“{1}”",
|
||||
"deploymentDialog.ToolInformationalMessage.Brew": "•\t部署这些工具时需要 brew,并且需要预先安装它才能部署必要的工具",
|
||||
"deploymentDialog.ToolInformationalMessage.Curl": "•\t安装需要 curl,并且需要预先安装它才能部署必要的工具"
|
||||
},
|
||||
"dist/ui/deployAzureSQLDBWizard/constants": {
|
||||
"deployAzureSQLDB.AzureAccountDropdownLabel": "Azure 帐户",
|
||||
"deployAzureSQLDB.AzureDatabaseServersDropdownLabel": "服务器",
|
||||
"deployAzureSQLDB.AzureSettingsPageTitle": "Azure SQL 数据库 - Azure 帐户设置",
|
||||
"deployAzureSQLDB.AzureAccountDropdownLabel": "Azure 帐户",
|
||||
"deployAzureSQLDB.AzureSettingsSummaryPageTitle": "Azure 帐户设置",
|
||||
"deployAzureSQLDB.AzureSubscriptionDropdownLabel": "订阅",
|
||||
"deployAzureSQLDB.CollationNameLabel": "数据库排序规则",
|
||||
"deployAzureSQLDB.CollationNameSummaryLabel": "数据库的排序规则",
|
||||
"deployAzureSQLDB.DatabaseNameLabel": "SQL 数据库名称",
|
||||
"deployAzureSQLDB.DatabaseSettingsPageTitle": "数据库设置",
|
||||
"deployAzureSQLDB.EndIpAddressLabel": "防火墙 IP 范围内的最大 IP 地址",
|
||||
"deployAzureSQLDB.EndIpAddressShortLabel": "最大 IP 地址",
|
||||
"deployAzureSQLDB.FirewallRuleDescription": "创建本地客户端 IP 的防火墙规则,以便在创建完成后通过 Azure Data Studio 连接到数据库。",
|
||||
"deployAzureSQLDB.FirewallRuleNameLabel": "防火墙规则名称",
|
||||
"deployAzureSQLDB.FirewallToggleLabel": "创建防火墙规则",
|
||||
"deployAzureSQLDB.IpAddressInfoLabel": "输入 IPv4 格式的 IP 地址。",
|
||||
"deployAzureSQLDB.MissingRequiredInfoError": "请填写标有红色星号的必填字段。",
|
||||
"deployAzureSQLDB.FirewallRuleDescription": "创建本地客户端 IP 的防火墙规则,以便在创建完成后通过 Azure Data Studio 连接到数据库。",
|
||||
"deployAzureSQLDB.CollationNameLabel": "数据库排序规则",
|
||||
"deployAzureSQLDB.DatabaseSettingsPageTitle": "数据库设置",
|
||||
"deployAzureSQLDB.NewSQLDBTitle": "部署 Azure SQL DB",
|
||||
"deployAzureSQLDB.ResourceGroup": "资源组",
|
||||
"deployAzureSQLDB.ScriptToNotebook": "脚本到笔记本",
|
||||
"deployAzureSQLDB.IpAddressInfoLabel": "输入 IPv4 格式的 IP 地址。",
|
||||
"deployAzureSQLDB.FirewallRuleNameLabel": "防火墙规则名称",
|
||||
"deployAzureSQLDB.EndIpAddressShortLabel": "最大 IP 地址",
|
||||
"deployAzureSQLDB.EndIpAddressLabel": "防火墙 IP 范围内的最大 IP 地址",
|
||||
"deployAzureSQLDB.StartIpAddressShortLabel": "最小 IP 地址",
|
||||
"deployAzureSQLDB.StartIpAddressLabel": "防火墙 IP 范围内的最小 IP 地址",
|
||||
"deployAzureSQLDB.StartIpAddressShortLabel": "最小 IP 地址"
|
||||
"deployAzureSQLDB.MissingRequiredInfoError": "请填写标有红色星号的必填字段。",
|
||||
"deployAzureSQLDB.ResourceGroup": "资源组",
|
||||
"deployAzureSQLDB.DatabaseNameLabel": "SQL 数据库名称",
|
||||
"deployAzureSQLDB.ScriptToNotebook": "脚本到笔记本",
|
||||
"deployAzureSQLDB.AzureDatabaseServersDropdownLabel": "服务器",
|
||||
"deployAzureSQLDB.AzureSubscriptionDropdownLabel": "订阅"
|
||||
},
|
||||
"dist/ui/deployAzureSQLDBWizard/pages/azureSettingsPage": {
|
||||
"deployAzureSQLDB.NoServerError": "在当前订阅中找不到服务器。\r\n请选择至少包含一个服务器的其他订阅",
|
||||
"deployAzureSQLDB.NoServerLabel": "找不到服务器",
|
||||
"deployAzureSQLDB.NoServerError": "在当前订阅中找不到服务器。\r\n请选择至少包含一个服务器的其他订阅",
|
||||
"deployAzureSQLDB.azureSignInError": "先登录 Azure 帐户"
|
||||
},
|
||||
"dist/ui/deployAzureSQLDBWizard/pages/databaseSettingsPage": {
|
||||
"deployAzureSQLDB.DBCollationLengthError": "排序规则名称长度必须介于 1 到 100 个字符之间。",
|
||||
"deployAzureSQLDB.DBCollationOnlyNumericNameError": "排序规则名称不能只包含数字。",
|
||||
"deployAzureSQLDB.DBCollationSpecialCharError": "排序规则名称不得包含特殊字符 \\/\"\"[]:|<>+=;,?*@&, .",
|
||||
"deployAzureSQLDB.DBFirewallLengthError": "防火墙名称长度必须介于 1 到 100 个字符之间。",
|
||||
"deployAzureSQLDB.DBCollationLengthError": "排序规则名称长度必须介于 1 到 100 个字符之间。",
|
||||
"deployAzureSQLDB.DBNameOnlyNumericNameError": "数据库名称不能只包含数字。",
|
||||
"deployAzureSQLDB.DBNameSpecialCharError": "数据库名称不得包含特殊字符 \\/\"\"[]:|<>+=;,?*@&, .",
|
||||
"deployAzureSQLDB.DBNameLengthError": "数据库名称长度必须介于 1 到 100 个字符之间。",
|
||||
"deployAzureSQLDB.DBNameExistsError": "数据库名称在当前服务器中必须是唯一的。",
|
||||
"deployAzureSQLDB.DBFirewallOnlyNumericNameError": "防火墙名称不能只包含数字。",
|
||||
"deployAzureSQLDB.DBFirewallSpecialCharError": "防火墙名称不得包含特殊字符 \\/\"\"[]:|<>+=;,?*@&, .",
|
||||
"deployAzureSQLDB.DBFirewallUpperCaseError": "防火墙名称不允许使用大写字母",
|
||||
"deployAzureSQLDB.DBFirewallLengthError": "防火墙名称长度必须介于 1 到 100 个字符之间。",
|
||||
"deployAzureSQLDB.DBMaxIpInvalidError": "最大 IP 地址无效",
|
||||
"deployAzureSQLDB.DBMinIpInvalidError": "最小 IP 地址无效",
|
||||
"deployAzureSQLDB.DBNameExistsError": "数据库名称在当前服务器中必须是唯一的。",
|
||||
"deployAzureSQLDB.DBNameLengthError": "数据库名称长度必须介于 1 到 100 个字符之间。",
|
||||
"deployAzureSQLDB.DBNameOnlyNumericNameError": "数据库名称不能只包含数字。",
|
||||
"deployAzureSQLDB.DBNameSpecialCharError": "数据库名称不得包含特殊字符 \\/\"\"[]:|<>+=;,?*@&, ."
|
||||
"deployAzureSQLDB.DBFirewallUpperCaseError": "防火墙名称不允许使用大写字母"
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/constants": {
|
||||
"deployAzureSQLVM.AzureAccountDropdownLabel": "Azure 帐户",
|
||||
"deployAzureSQLVM.AzureRegionDropdownLabel": "区域",
|
||||
"deployAzureSQLVM.AzureSettingsPageTitle": "Azure 设置",
|
||||
"deployAzureSQLVM.AzureSubscriptionDropdownLabel": "订阅",
|
||||
"deployAzureSQLVM.MissingRequiredInfoError": "请填写标有红色星号的必填字段。",
|
||||
"deployAzureSQLVM.NetworkSettingsNewSubnet": "新建子网",
|
||||
"deployAzureSQLVM.NetworkSettingsNewVirtualNetwork": "新建虚拟网络",
|
||||
"deployAzureSQLVM.NetworkSettingsPageDescription": "配置网络设置",
|
||||
"deployAzureSQLVM.NetworkSettingsPageTitle": "网络",
|
||||
"deployAzureSQLVM.NetworkSettingsUseExistingPublicIp": "新建公共 IP",
|
||||
"deployAzureSQLVM.NewSQLVMTitle": "部署 Azure SQL VM",
|
||||
"deployAzureSQLVM.PublicIPDropdownLabel": "公共 IP",
|
||||
"deployAzureSQLVM.ResourceGroup": "资源组",
|
||||
"deployAzureSQLVM.ScriptToNotebook": "脚本到笔记本",
|
||||
"deployAzureSQLVM.SqlAuthenticationConfirmPasswordLabel": "确认密码",
|
||||
"deployAzureSQLVM.SqlAuthenticationPasswordLabel": "密码",
|
||||
"deployAzureSQLVM.SqlAuthenticationUsernameLabel": "用户名",
|
||||
"deployAzureSQLVM.SqlConnectivityTypeDropdownLabel": "SQL 连接",
|
||||
"deployAzureSQLVM.SqlEnableSQLAuthenticationLabel": "启用 SQL 身份验证",
|
||||
"deployAzureSQLVM.SqlPortLabel": "端口",
|
||||
"deployAzureSQLVM.SqlServerSettingsPageTitle": "SQL Server 设置",
|
||||
"deployAzureSQLVM.SubnetDropdownLabel": "子网",
|
||||
"deployAzureSQLVM.VirtualNetworkDropdownLabel": "虚拟网络",
|
||||
"deployAzureSQLVM.VmAdminConfirmPasswordTextBoxLabel": "确认密码",
|
||||
"deployAzureSQLVM.VmAdminPasswordTextBoxLabel": "管理员帐户密码",
|
||||
"deployAzureSQLVM.VmAdminUsernameTextBoxLabel": "管理员帐户用户名",
|
||||
"deployAzureSQLVM.VmImageDropdownLabel": "映像",
|
||||
"deployAzureSQLVM.VmImageVersionDropdownLabel": "映像版本",
|
||||
"deployAzureSQLVM.VmNameTextBoxLabel": "虚拟机名称",
|
||||
"deployAzureSQLVM.AzureAccountDropdownLabel": "Azure 帐户",
|
||||
"deployAzureSQLVM.AzureSettingsPageTitle": "Azure 设置",
|
||||
"deployeAzureSQLVM.VmSizeLearnMoreLabel": "单击此处详细了解定价和支持的 VM 大小",
|
||||
"deployAzureSQLVM.NetworkSettingsPageDescription": "配置网络设置",
|
||||
"deployAzureSQLVM.SqlAuthenticationConfirmPasswordLabel": "确认密码",
|
||||
"deployAzureSQLVM.VmAdminConfirmPasswordTextBoxLabel": "确认密码",
|
||||
"deployAzureSQLVM.NewSQLVMTitle": "部署 Azure SQL VM",
|
||||
"deployAzureSQLVM.VmRDPAllowCheckboxLabel": "启用远程桌面(RDP)入站端口(3389)",
|
||||
"deployAzureSQLVM.VmSizeDropdownLabel": "大小",
|
||||
"deployAzureSQLVM.SqlEnableSQLAuthenticationLabel": "启用 SQL 身份验证",
|
||||
"deployAzureSQLVM.VmImageDropdownLabel": "映像",
|
||||
"deployAzureSQLVM.VmSkuDropdownLabel": "映像 SKU",
|
||||
"deployeAzureSQLVM.VmSettingsPageTitle": "虚拟机设置",
|
||||
"deployeAzureSQLVM.VmSizeLearnMoreLabel": "单击此处详细了解定价和支持的 VM 大小"
|
||||
"deployAzureSQLVM.VmImageVersionDropdownLabel": "映像版本",
|
||||
"deployAzureSQLVM.NetworkSettingsPageTitle": "网络",
|
||||
"deployAzureSQLVM.NetworkSettingsUseExistingPublicIp": "新建公共 IP",
|
||||
"deployAzureSQLVM.NetworkSettingsNewSubnet": "新建子网",
|
||||
"deployAzureSQLVM.NetworkSettingsNewVirtualNetwork": "新建虚拟网络",
|
||||
"deployAzureSQLVM.SqlAuthenticationPasswordLabel": "密码",
|
||||
"deployAzureSQLVM.MissingRequiredInfoError": "请填写标有红色星号的必填字段。",
|
||||
"deployAzureSQLVM.SqlPortLabel": "端口",
|
||||
"deployAzureSQLVM.PublicIPDropdownLabel": "公共 IP",
|
||||
"deployAzureSQLVM.AzureRegionDropdownLabel": "区域",
|
||||
"deployAzureSQLVM.ResourceGroup": "资源组",
|
||||
"deployAzureSQLVM.SqlServerSettingsPageTitle": "SQL Server 设置",
|
||||
"deployAzureSQLVM.SqlConnectivityTypeDropdownLabel": "SQL 连接",
|
||||
"deployAzureSQLVM.ScriptToNotebook": "脚本到笔记本",
|
||||
"deployAzureSQLVM.VmSizeDropdownLabel": "大小",
|
||||
"deployAzureSQLVM.SubnetDropdownLabel": "子网",
|
||||
"deployAzureSQLVM.AzureSubscriptionDropdownLabel": "订阅",
|
||||
"deployAzureSQLVM.SqlAuthenticationUsernameLabel": "用户名",
|
||||
"deployAzureSQLVM.VirtualNetworkDropdownLabel": "虚拟网络",
|
||||
"deployAzureSQLVM.VmNameTextBoxLabel": "虚拟机名称",
|
||||
"deployeAzureSQLVM.VmSettingsPageTitle": "虚拟机设置"
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/deployAzureSQLVMWizardModel": {
|
||||
"sqlVMDeploymentWizard.PasswordLengthError": "密码长度必须介于 12 到 123 个字符之间。",
|
||||
@@ -233,10 +233,10 @@
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/pages/networkSettingsPage": {
|
||||
"deployAzureSQLVM.NewPipError": "创建新的公共 IP",
|
||||
"deployAzureSQLVM.NewPipPlaceholder": "输入新公共 IP 的名称",
|
||||
"deployAzureSQLVM.NewSubnetError": "创建新的子网网络",
|
||||
"deployAzureSQLVM.NewSubnetPlaceholder": "输入新子网的名称",
|
||||
"deployAzureSQLVM.NewVnetError": "新建虚拟网络",
|
||||
"deployAzureSQLVM.NewPipPlaceholder": "输入新公共 IP 的名称",
|
||||
"deployAzureSQLVM.NewSubnetPlaceholder": "输入新子网的名称",
|
||||
"deployAzureSQLVM.NewVnetPlaceholder": "输入新虚拟网络的名称",
|
||||
"deployAzureSQLVM.PipNameError": "公共 IP 名称长度必须介于 1 到 80 个字符之间",
|
||||
"deployAzureSQLVM.SubnetNameLengthError": "子网名称长度必须介于 1 到 80 个字符之间",
|
||||
@@ -244,138 +244,138 @@
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/pages/sqlServerSettingsPage": {
|
||||
"deployAzureSQLVM.LocalConnectivityDropdownOption": "本地(仅在 VM 中)",
|
||||
"deployAzureSQLVM.SqlConfirmPasswordError": "密码和确认密码必须匹配。",
|
||||
"deployAzureSQLVM.PrivateConnectivityDropdownOptionDefault": "专用(虚拟网络中)",
|
||||
"deployAzureSQLVM.PublicConnectivityDropdownOption": "公共(Internet)",
|
||||
"deployAzureSQLVM.SqlConfirmPasswordError": "密码和确认密码必须匹配。",
|
||||
"deployAzureSQLVM.SqlUsernameLengthError": "用户名长度必须介于 2 到 128 个字符之间。",
|
||||
"deployAzureSQLVM.SqlUsernameSpecialCharError": "用户名不可包含特殊字符 \\/\"\"[]:|<>+=;,?*。"
|
||||
"deployAzureSQLVM.SqlUsernameSpecialCharError": "用户名不可包含特殊字符 \\/\"\"[]:|<>+=;,?*。",
|
||||
"deployAzureSQLVM.SqlUsernameLengthError": "用户名长度必须介于 2 到 128 个字符之间。"
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/pages/vmSettingsPage": {
|
||||
"deployAzureSQLVM.VMConfirmPasswordError": "密码和确认密码必须匹配。",
|
||||
"deployAzureSQLVM.VMUsernameLengthError": "用户名长度必须介于 1 到 20 个字符之间。",
|
||||
"deployAzureSQLVM.VMUsernameReservedWordsError": "用户名不得包含保留字。",
|
||||
"deployAzureSQLVM.vmDropdownSizeError": "选择有效的虚拟机大小。",
|
||||
"deployAzureSQLVM.VMUsernameSpecialCharError": "用户名不得包含特殊字符 \\/\"\"[]:|<>+=;,?*@& .",
|
||||
"deployAzureSQLVM.VMUsernameSuffixError": "用户名不能以句点结尾",
|
||||
"deployAzureSQLVM.VNameExistsError": "虚拟机名称在当前资源组中必须唯一。",
|
||||
"deployAzureSQLVM.VNameOnlyNumericNameError": "虚拟机名称不能仅包含数字。",
|
||||
"deployAzureSQLVM.VMUsernameLengthError": "用户名长度必须介于 1 到 20 个字符之间。",
|
||||
"deployAzureSQLVM.VMUsernameReservedWordsError": "用户名不得包含保留字。",
|
||||
"deployAzureSQLVM.VNamePrefixSuffixError": "虚拟机名称不得以下划线开头。不得以句点或连字符结尾",
|
||||
"deployAzureSQLVM.VNameOnlyNumericNameError": "虚拟机名称不能仅包含数字。",
|
||||
"deployAzureSQLVM.VNameSpecialCharError": "虚拟机名称不得包含特殊字符 \\/\"\"[]:|<>+=;,?*@&, .",
|
||||
"deployAzureSQLVM.VnameLengthError": "虚拟机名称长度必须介于 1 到 15 个字符之间。",
|
||||
"deployAzureSQLVM.vmDropdownSizeError": "选择有效的虚拟机大小。"
|
||||
"deployAzureSQLVM.VNameExistsError": "虚拟机名称在当前资源组中必须唯一。"
|
||||
},
|
||||
"dist/ui/deploymentInputDialog": {
|
||||
"notebookType": "笔记本类型",
|
||||
"deploymentDialog.OkButtonText": "确定",
|
||||
"deploymentDialog.OpenNotebook": "打开笔记本",
|
||||
"notebookType": "笔记本类型"
|
||||
"deploymentDialog.OpenNotebook": "打开笔记本"
|
||||
},
|
||||
"dist/ui/modelViewUtils": {
|
||||
"azure.accessError": "\r\n 错误详细信息: {0}。",
|
||||
"azure.accounts.accountNotFoundError": "所选帐户“{0}”不再可用。请单击“登录”以再次添加,或选择其他帐户。",
|
||||
"azure.accounts.accountStaleError": "所选帐户“{0}”的访问令牌不再有效。请单击“登录”按钮,刷新帐户或选择其他帐户。",
|
||||
"azure.accounts.unexpectedAccountsError": "提取帐户时出现意外错误: {0}",
|
||||
"azure.accounts.unexpectedResourceGroupsError": "为订阅 {0} 提取资源组时出现意外错误: {1}",
|
||||
"azure.accounts.unexpectedSubscriptionsError": "为帐户 {0} 提取订阅时出现意外错误: {1}",
|
||||
"getClusterContexts.errorFetchingClusters": "加载或分析配置文件 {0} 时出错,错误为: {1}",
|
||||
"fileChecker.FileNotFound": "找不到文件 {0}。请选择 kube 配置文件。",
|
||||
"fileChecker.NotFile": "路径 {0} 不是文件,请选择有效的 kube 配置文件。",
|
||||
"getClusterContexts.errorFetchingClusters": "加载或分析配置文件 {0} 时出错,错误为: {1}",
|
||||
"invalidSQLPassword": "{0} 不符合密码复杂性要求。有关详细信息,请访问: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"azure.accounts.accountStaleError": "所选帐户“{0}”的访问令牌不再有效。请单击“登录”按钮,刷新帐户或选择其他帐户。",
|
||||
"azure.accounts.accountNotFoundError": "所选帐户“{0}”不再可用。请单击“登录”以再次添加,或选择其他帐户。",
|
||||
"azure.accounts.unexpectedAccountsError": "提取帐户时出现意外错误: {0}",
|
||||
"resourceDeployment.errorFetchingStorageClasses": "提取可用的 kubectl 存储类时出现意外错误: {0}",
|
||||
"azure.accounts.unexpectedResourceGroupsError": "为订阅 {0} 提取资源组时出现意外错误: {1}",
|
||||
"azure.accounts.unexpectedSubscriptionsError": "为帐户 {0} 提取订阅时出现意外错误: {1}",
|
||||
"passwordNotMatch": "{0} 与确认密码不匹配",
|
||||
"resourceDeployment.errorFetchingStorageClasses": "提取可用的 kubectl 存储类时出现意外错误: {0}"
|
||||
"invalidSQLPassword": "{0} 不符合密码复杂性要求。有关详细信息,请访问: https://docs.microsoft.com/sql/relational-databases/security/password-policy"
|
||||
},
|
||||
"dist/ui/notebookWizard/notebookWizardAutoSummaryPage": {
|
||||
"notebookWizard.autoSummaryPageTitle": "查看配置"
|
||||
},
|
||||
"dist/ui/pageLessDeploymentModel": {
|
||||
"resourceDeployment.DownloadAndLaunchTaskName": "下载并启动安装程序,URL: {0}",
|
||||
"resourceDeployment.DownloadCompleteText": "已成功下载: {0}",
|
||||
"resourceDeployment.DownloadingText": "正在从 {0} 下载",
|
||||
"resourceDeployment.LaunchingProgramText": "正在启动: {0}",
|
||||
"resourceDeployment.DownloadCompleteText": "已成功下载: {0}",
|
||||
"resourceDeployment.ProgramLaunchedText": "已成功启动: {0}"
|
||||
},
|
||||
"dist/ui/resourceTypePickerDialog": {
|
||||
"deploymentDialog.deploymentOptions": "部署选项"
|
||||
},
|
||||
"dist/ui/toolsAndEulaSettingsPage": {
|
||||
"deploymentDialog.FailedEulaValidation": "若要继续,必须接受最终用户许可协议(EULA)条款",
|
||||
"deploymentDialog.FailedToolsInstallation": "仍未发现某些工具。请确保它们已安装,正在运行且可发现",
|
||||
"deploymentDialog.InstallToolsHintMany": "未安装工具 {0},可单击“{1}”按钮进行安装。",
|
||||
"deploymentDialog.InstallToolsHintOne": "未安装工具 {0},可单击“{1}”按钮进行安装。",
|
||||
"deploymentDialog.InstalledTools": "现在已经安装了所有必需的工具。",
|
||||
"deploymentDialog.NoRequiredTool": "无需工具",
|
||||
"deploymentDialog.PendingInstallation": "仍未发现以下工具: {0}。请确保它们已安装、正在运行且可发现",
|
||||
"deploymentDialog.ToolDoesNotMeetVersionRequirement": "“{0}”[ {1} ]不符合最低版本要求,请将其卸载并重启 Azure Data Studio。",
|
||||
"deploymentDialog.ToolInformation": "未发现“{0}”,当前不支持自动安装。请手动安装“{0}”,或确保它已启动且可被检测到。完成后,请重启 Azure Data Studio。请参阅 [{1}]。",
|
||||
"deploymentDialog.VersionInformationDebugHint": "如果手动安装工具以选择更改,则需要重启 Azure Data Studio。你可以在“部署”和“Azure 数据 CLI”输出通道中找到更多详细信息",
|
||||
"resourceDeployment.AgreementTitle": "接受使用条款",
|
||||
"deploymentDialog.InstalledTools": "现在已经安装了所有必需的工具。",
|
||||
"notebookWizard.toolsAndEulaPageTitle": "部署先决条件",
|
||||
"deploymentDialog.PendingInstallation": "仍未发现以下工具: {0}。请确保它们已安装、正在运行且可发现",
|
||||
"deploymentDialog.loadingRequiredTools": "正在加载所需的工具信息",
|
||||
"deploymentDialog.loadingRequiredToolsCompleted": "所需工具信息加载已完成",
|
||||
"notebookWizard.toolsAndEulaPageTitle": "部署先决条件",
|
||||
"resourceDeployment.AgreementTitle": "接受使用条款"
|
||||
"deploymentDialog.NoRequiredTool": "无需工具",
|
||||
"deploymentDialog.FailedToolsInstallation": "仍未发现某些工具。请确保它们已安装,正在运行且可发现",
|
||||
"deploymentDialog.FailedEulaValidation": "若要继续,必须接受最终用户许可协议(EULA)条款",
|
||||
"deploymentDialog.InstallToolsHintOne": "未安装工具 {0},可单击“{1}”按钮进行安装。",
|
||||
"deploymentDialog.InstallToolsHintMany": "未安装工具 {0},可单击“{1}”按钮进行安装。",
|
||||
"deploymentDialog.VersionInformationDebugHint": "如果手动安装工具以选择更改,则需要重启 Azure Data Studio。你可以在“部署”和“Azure 数据 CLI”输出通道中找到更多详细信息"
|
||||
},
|
||||
"package": {
|
||||
"azdata-install-location-description": "用于安装命令的 azdata 程序包的位置",
|
||||
"azure-sql-mi-agreement": "我接受 {0} 和 {1}。",
|
||||
"azure-sql-mi-agreement-eula": "Azure SQL MI 许可条款",
|
||||
"azure-sql-mi-display-description": "在 Azure 或客户管理的环境中创建 SQL 托管实例",
|
||||
"azure-sql-mi-display-name": "Azure SQL 托管实例",
|
||||
"azure-sql-mi-help-text": "Azure SQL 托管实例提供全面的 SQL Server 访问和功能兼容性,用于将 SQL Server 迁移到 Azure,或开发新应用程序。{0}。",
|
||||
"azure-sql-mi-help-text-learn-more": "了解更多",
|
||||
"azure-sql-mi-okButton-text": "在门户中打开",
|
||||
"azure-sql-mi-resource-type-option-label": "资源类型",
|
||||
"azure-sqldb-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqldb-agreement-azdata-eula": "azdata 许可条款",
|
||||
"azure-sqlvm-vm-administrator-account-page-label": "管理员帐户",
|
||||
"azure-sqldb-agreement-sqldb-eula": "Azure SQL DB 许可条款",
|
||||
"azure-sqldb-description": "在 Azure 中创建 SQL 数据库、数据库服务器或弹性池。",
|
||||
"azure-sqldb-display-name": "Azure SQL 数据库",
|
||||
"azure-sqldb-notebook-ok-button-text": "选择",
|
||||
"azure-sqldb-portal-ok-button-text": "在 Azure 门户中创建",
|
||||
"azure-sqlvm-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqlvm-agreement-azdata-eula": "azdata 许可条款",
|
||||
"azure-sql-mi-agreement-eula": "Azure SQL MI 许可条款",
|
||||
"azure-sql-mi-help-text": "Azure SQL 托管实例提供全面的 SQL Server 访问和功能兼容性,用于将 SQL Server 迁移到 Azure,或开发新应用程序。{0}。",
|
||||
"azure-sqlvm-agreement-sqlvm-eula": "Azure SQL VM 许可条款",
|
||||
"azure-sql-mi-display-name": "Azure SQL 托管实例",
|
||||
"azure-sqlvm-azure-account-page-label": "Azure 信息",
|
||||
"azure-sqlvm-azure-location-label": "Azure 位置",
|
||||
"azure-sqlvm-deploy-dialog-action-text": "脚本到笔记本",
|
||||
"azure-sqlvm-deploy-dialog-title": "部署 Azure SQL 虚拟机",
|
||||
"azure-sqlvm-description": "在 Azure 上创建 SQL 虚拟机。最适合需要 OS 级别访问权限的迁移和应用程序。",
|
||||
"azure-sqlvm-display-name": "Azure 虚拟机上的 SQL Server",
|
||||
"azure-sqlvm-image-label": "映像",
|
||||
"azure-sqlvm-image-sku-label": "VM 映像 SKU",
|
||||
"azure-sqlvm-password-confirm-label": "确认密码",
|
||||
"azure-sqlvm-password-label": "密码",
|
||||
"azure-sqlvm-publisher-label": "发布者",
|
||||
"azure-sqlvm-storage-accountname-label": "存储帐户名称",
|
||||
"azure-sqlvm-storage-page-lable": "存储帐户",
|
||||
"azure-sqlvm-storage-sku-label": "存储帐户 SKU 类型",
|
||||
"azure-sqlvm-username-label": "用户名",
|
||||
"azure-sqlvm-vm-administrator-account-page-label": "管理员帐户",
|
||||
"azure-sqlvm-vm-information-page-label": "VM 信息",
|
||||
"azure-sqlvm-vm-summary-page-label": "摘要",
|
||||
"azure-sqlvm-vmname-label": "虚拟机名称",
|
||||
"azure-sqlvm-vmsize-label": "大小",
|
||||
"deploy-resource-command-category": "部署",
|
||||
"deploy-resource-command-name": "新建部署…",
|
||||
"deployment.configuration.title": "部署配置",
|
||||
"docker-confirm-sql-password-field": "确认密码",
|
||||
"docker-container-name-field": "容器名称",
|
||||
"azure-sqlvm-description": "在 Azure 上创建 SQL 虚拟机。最适合需要 OS 级别访问权限的迁移和应用程序。",
|
||||
"azure-sql-mi-display-description": "在 Azure 或客户管理的环境中创建 SQL 托管实例",
|
||||
"azure-sqldb-description": "在 Azure 中创建 SQL 数据库、数据库服务器或弹性池。",
|
||||
"azure-sqldb-portal-ok-button-text": "在 Azure 门户中创建",
|
||||
"sql-azure-database-server-display-name": "数据库服务器",
|
||||
"azure-sqlvm-deploy-dialog-title": "部署 Azure SQL 虚拟机",
|
||||
"docker-sql-2017-title": "部署 SQL Server 2017 容器映像",
|
||||
"docker-sql-2019-title": "部署 SQL Server 2019 容器映像",
|
||||
"docker-sql-2022-title": "部署 SQL Server 2022 容器映像",
|
||||
"docker-sql-password-field": "SQL Server 密码",
|
||||
"deploy-resource-command-category": "部署",
|
||||
"deployment.configuration.title": "部署配置",
|
||||
"sql-azure-elastic-pool-display-name": "弹性池",
|
||||
"azure-sql-mi-agreement": "我接受 {0} 和 {1}。",
|
||||
"azure-sqldb-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqlvm-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqlvm-image-label": "映像",
|
||||
"azure-sql-mi-help-text-learn-more": "了解详细信息",
|
||||
"azdata-install-location-description": "用于安装命令的 azdata 程序包的位置",
|
||||
"microsoft-privacy-statement": "Microsoft 隐私声明",
|
||||
"deploy-resource-command-name": "新建部署…",
|
||||
"azure-sql-mi-okButton-text": "在门户中打开",
|
||||
"azure-sqlvm-password-label": "密码",
|
||||
"docker-sql-port-field": "端口",
|
||||
"extension-description": "提供部署 Microsoft SQL Server 的基于笔记本的体验",
|
||||
"extension-displayName": "Azure Data Studio 的 SQL Server 部署扩展",
|
||||
"microsoft-privacy-statement": "Microsoft 隐私声明",
|
||||
"azure-sqlvm-publisher-label": "发布者",
|
||||
"azure-sql-mi-resource-type-option-label": "资源类型",
|
||||
"resource-type-display-name": "资源类型",
|
||||
"resource-type-sql-image-description": "使用 Docker 运行 SQL Server 容器映像",
|
||||
"resource-type-sql-image-display-name": "SQL Server 容器映像",
|
||||
"resource-type-sql-windows-setup-description": "在 Windows 上运行 SQL Server,选择版本以开始使用。",
|
||||
"resource-type-sql-windows-setup-display-name": "Windows 上的 SQL Server",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2022-display-name": "SQL Server 2022",
|
||||
"sql-azure-database-server-display-name": "数据库服务器",
|
||||
"sql-azure-elastic-pool-display-name": "弹性池",
|
||||
"extension-displayName": "Azure Data Studio 的 SQL Server 部署扩展",
|
||||
"resource-type-sql-image-display-name": "SQL Server 容器映像",
|
||||
"azure-sqlvm-display-name": "Azure 虚拟机上的 SQL Server",
|
||||
"resource-type-sql-windows-setup-display-name": "Windows 上的 SQL Server",
|
||||
"docker-sql-password-field": "SQL Server 密码",
|
||||
"azure-sqlvm-deploy-dialog-action-text": "脚本到笔记本",
|
||||
"azure-sqldb-notebook-ok-button-text": "选择",
|
||||
"sql-azure-single-database-display-name": "单一数据库",
|
||||
"version-display-name": "版本"
|
||||
"azure-sqlvm-vmsize-label": "大小",
|
||||
"azure-sqlvm-storage-page-lable": "存储帐户",
|
||||
"azure-sqlvm-storage-sku-label": "存储帐户 SKU 类型",
|
||||
"azure-sqlvm-storage-accountname-label": "存储帐户名称",
|
||||
"azure-sqlvm-vm-summary-page-label": "摘要",
|
||||
"azure-sqlvm-username-label": "用户名",
|
||||
"azure-sqlvm-image-sku-label": "VM 映像 SKU",
|
||||
"azure-sqlvm-vm-information-page-label": "VM 信息",
|
||||
"version-display-name": "版本",
|
||||
"azure-sqlvm-vmname-label": "虚拟机名称",
|
||||
"azure-sqldb-agreement-azdata-eula": "azdata 许可条款",
|
||||
"azure-sqlvm-agreement-azdata-eula": "azdata 许可条款"
|
||||
}
|
||||
}
|
||||
}
|
||||
+63
-63
@@ -9,27 +9,15 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"OptionNotFoundWarningMessage": "标签: 选项值名称查找中不存在 {0}",
|
||||
"SchemaCompare.GeneralOptionsLabel": "常规选项",
|
||||
"SchemaCompare.ObjectTypesOptionsLabel": "包括对象类型",
|
||||
"SchemaCompare.SchemaCompareOptionsDialogLabel": "架构比较选项",
|
||||
"SchemaCompareOptionsDialog.Reset": "重置",
|
||||
"file": "文件",
|
||||
"flat": "平面",
|
||||
"objectType": "对象类型",
|
||||
"schema": "架构",
|
||||
"schemaCompare.ApplyConfirmation": "确定要更新目标吗?",
|
||||
"schemaCompare.CompareDetailsTitle": "比较详细信息",
|
||||
"schemaCompare.GetConnectionString": "是否要连接到 {0}?",
|
||||
"schemaCompare.RecompareToRefresh": "按“比较”以刷新比较结果。",
|
||||
"schemaCompareDialog.differentSourceMessage": "已选择其他源架构。是否进行比较以查看比较结果?",
|
||||
"schemaCompareDialog.differentTargetMessage": "已选择其他目标架构。是否进行比较以查看比较结果?",
|
||||
"schemaCompare.actionColumn": "操作",
|
||||
"schemaCompare.addAction": "添加",
|
||||
"schemaCompare.applyButtonDisabledTitle": "当目标为数据库或数据库项目时启用应用",
|
||||
"schemaCompare.updateButton": "应用",
|
||||
"schemaCompare.applyButtonEnabledTitle": "将更改应用到目标",
|
||||
"schemaCompare.applyError": "更新项目时出错",
|
||||
"schemaCompare.applyNoChanges": "没有可应用的更改",
|
||||
"schemaCompare.applySuccess": "已成功更新项目",
|
||||
"schemaCompare.cancelCompareButton": "停止",
|
||||
"schemaCompare.applyButtonDisabledTitle": "当目标为数据库或数据库项目时启用应用",
|
||||
"schemaCompare.ApplyConfirmation": "确定要更新目标吗?",
|
||||
"schemaCompareDialog.cancel": "取消",
|
||||
"schemaCompare.cancelErrorMessage": "取消架构比较失败:“{0}”",
|
||||
"schemaCompare.cannotExcludeMessage": "无法排除 {0}。存在包括的依赖项",
|
||||
"schemaCompare.cannotExcludeMessageWithDependent": "无法排除 {0}。存在包括的依赖项,例如 {1}",
|
||||
@@ -37,78 +25,90 @@
|
||||
"schemaCompare.cannotIncludeMessageWithDependent": "无法包括 {0}。存在被排除的依赖项,如 {1}",
|
||||
"schemaCompare.changeAction": "更改",
|
||||
"schemaCompare.compareButton": "比较",
|
||||
"schemaCompare.compareErrorMessage": "架构比较失败: {0}",
|
||||
"schemaCompare.dacpacRadioButtonLabel": "数据层应用程序文件(.dacpac)",
|
||||
"schemaCompare.databaseButtonLabel": "数据库",
|
||||
"schemaCompare.deleteAction": "删除",
|
||||
"schemaCompare.dialogTitle": "架构比较",
|
||||
"schemaCompare.CompareDetailsTitle": "比较详细信息",
|
||||
"schemaCompare.differencesTableTitle": "源和目标之间的比较",
|
||||
"schemaCompare.dacpacRadioButtonLabel": "数据层应用程序文件(.dacpac)",
|
||||
"schemaCompareDialog.databaseDropdownTitle": "数据库",
|
||||
"schemaCompare.databaseButtonLabel": "数据库",
|
||||
"schemaCompare.projectButtonLabel": "数据库项目",
|
||||
"schemaCompare.deleteAction": "删除",
|
||||
"schemaCompareDialog.differentSourceTargetMessage": "已选择其他源和目标架构。是否进行比较以查看比较结果?",
|
||||
"schemaCompare.GetConnectionString": "是否要连接到 {0}?",
|
||||
"file": "文件",
|
||||
"schemaCompareDialog.fileTextBoxLabel": "文件",
|
||||
"flat": "平面",
|
||||
"schemaCompareDialog.structureDropdownLabel": "文件夹结构",
|
||||
"SchemaCompare.GeneralOptionsLabel": "常规选项",
|
||||
"schemaCompare.generateScriptButton": "生成脚本",
|
||||
"schemaCompare.generateScriptErrorMessage": "生成脚本失败:“{0}”",
|
||||
"schemaCompare.generateScriptButtonDisabledTitle": "当目标为数据库时启用生成脚本",
|
||||
"schemaCompare.generateScriptEnabledButton": "生成脚本以将更改部署到目标",
|
||||
"schemaCompare.generateScriptErrorMessage": "生成脚本失败:“{0}”",
|
||||
"schemaCompare.generateScriptNoChanges": "未更改脚本",
|
||||
"schemaCompare.includeColumnName": "包括",
|
||||
"schemaCompare.includeExcludeInfoMessage": "请注意,包括/排除操作可能需要一点时间来计算受影响的依赖项",
|
||||
"SchemaCompare.ObjectTypesOptionsLabel": "包括对象类型",
|
||||
"schemaCompare.waitText": "初始化比较。这可能需要一段时间。",
|
||||
"schemaCompare.openScmpButtonTitle": "加载保存在 .smp 文件中的源、目标和选项",
|
||||
"schemaCompareDialog.No": "否",
|
||||
"schemaCompare.applyNoChanges": "没有可应用的更改",
|
||||
"schemaCompare.generateScriptNoChanges": "未更改脚本",
|
||||
"schemaCompare.noDifferences": "未找到架构差异。",
|
||||
"schemaCompareDialog.ok": "确定",
|
||||
"objectType": "对象类型",
|
||||
"schemaCompare.openFile": "打开",
|
||||
"schemaCompare.openScmpButton": "打开 .scmp 文件",
|
||||
"schemaCompare.openScmpButtonTitle": "加载保存在 .smp 文件中的源、目标和选项",
|
||||
"schemaCompare.openScmpErrorMessage": "打开 scmp 失败:“{0}”",
|
||||
"schemaCompare.optionsButton": "选项",
|
||||
"schemaCompare.projectButtonLabel": "数据库项目",
|
||||
"schemaCompare.radioButtonsLabel": "类型",
|
||||
"schemaCompareOptions.RecompareMessage": "选项已更改。是否重新比较以查看比较结果?",
|
||||
"schemaCompare.includeExcludeInfoMessage": "请注意,包括/排除操作可能需要一点时间来计算受影响的依赖项",
|
||||
"schemaCompare.RecompareToRefresh": "按“比较”以刷新比较结果。",
|
||||
"schemaCompare.applySuccess": "已成功更新项目",
|
||||
"SchemaCompareOptionsDialog.Reset": "重置",
|
||||
"schemaCompare.saveFile": "保存",
|
||||
"schemaCompare.saveScmpButton": "保存 .smp 文件",
|
||||
"schemaCompare.saveScmpButtonTitle": "保存源、目标、选项和已排除的元素",
|
||||
"schemaCompare.saveScmpErrorMessage": "保存 scmp 失败:“{0}”",
|
||||
"schemaCompare.saveScmpButtonTitle": "保存源、目标、选项和已排除的元素",
|
||||
"schema": "架构",
|
||||
"schemaCompare.dialogTitle": "架构比较",
|
||||
"schemaCompare.updateErrorMessage": "架构比较应用失败“{0}”",
|
||||
"SchemaCompare.SchemaCompareOptionsDialogLabel": "架构比较选项",
|
||||
"schemaCompare.compareErrorMessage": "架构比较失败: {0}",
|
||||
"schemaObjectType": "架构/对象类型",
|
||||
"schemaCompare.sourceButtonTitle": "选择源",
|
||||
"schemaCompare.targetButtonTitle": "选择目标",
|
||||
"schemaCompare.selectConnection": "选择连接",
|
||||
"schemaCompare.selectSourceFile": "选择源文件",
|
||||
"schemaCompare.selectTargetFile": "选择目标文件",
|
||||
"schemaCompare.sourceButtonTitle": "选择源",
|
||||
"schemaCompare.sourceNameColumn": "源名称",
|
||||
"schemaCompare.startText": "要比较两个架构,请先选择源架构和目标架构,然后按“比较”。",
|
||||
"schemaCompare.switchButtonTitle": "切换源和目标",
|
||||
"schemaCompare.switchDirectionButton": "切换方向",
|
||||
"schemaCompare.targetButtonTitle": "选择目标",
|
||||
"schemaCompare.targetNameColumn": "目标名称",
|
||||
"schemaCompare.typeColumn": "类型",
|
||||
"schemaCompare.updateButton": "应用",
|
||||
"schemaCompare.updateErrorMessage": "架构比较应用失败“{0}”",
|
||||
"schemaCompare.waitText": "初始化比较。这可能需要一段时间。",
|
||||
"schemaCompareDialog.No": "否",
|
||||
"schemaCompareDialog.SourceTitle": "源",
|
||||
"schemaCompareDialog.TargetTitle": "目标",
|
||||
"schemaCompareDialog.Yes": "是",
|
||||
"schemaCompareDialog.cancel": "取消",
|
||||
"schemaCompareDialog.databaseDropdownTitle": "数据库",
|
||||
"schemaCompareDialog.defaultUser": "默认",
|
||||
"schemaCompareDialog.differentSourceMessage": "已选择其他源架构。是否进行比较以查看比较结果?",
|
||||
"schemaCompareDialog.differentSourceTargetMessage": "已选择其他源和目标架构。是否进行比较以查看比较结果?",
|
||||
"schemaCompareDialog.differentTargetMessage": "已选择其他目标架构。是否进行比较以查看比较结果?",
|
||||
"schemaCompareDialog.dspErrorSource": "源 .sqlproj 文件未指定数据库架构组件",
|
||||
"schemaCompareDialog.dspErrorTarget": "目标 .sqlproj 文件未指定数据库架构组件",
|
||||
"schemaCompareDialog.fileTextBoxLabel": "文件",
|
||||
"schemaCompareDialog.noProjectExtension": "需要 sql-database-projects 扩展才能执行与数据库项目的架构比较",
|
||||
"schemaCompareDialog.noProjectExtensionApply": "需要 sql-database-projects 扩展才能将更改应用于项目",
|
||||
"schemaCompareDialog.ok": "确定",
|
||||
"schemaCompareDialog.serverDropdownTitle": "服务器",
|
||||
"schemaCompareDialog.SourceTitle": "源",
|
||||
"schemaCompareDialog.sourceDatabaseDropdown": "源数据库",
|
||||
"schemaCompare.sourceNameColumn": "源名称",
|
||||
"schemaCompareDialog.sourceServerDropdown": "源服务器",
|
||||
"schemaCompareDialog.sourceTextBox": "源文件",
|
||||
"schemaCompareDialog.structureDropdownLabel": "文件夹结构",
|
||||
"schemaCompare.cancelCompareButton": "停止",
|
||||
"schemaCompare.switchDirectionButton": "切换方向",
|
||||
"schemaCompare.switchButtonTitle": "切换源和目标",
|
||||
"schemaCompareDialog.TargetTitle": "目标",
|
||||
"schemaCompareDialog.targetDatabaseDropdown": "目标数据库",
|
||||
"targetStructure": "目标文件夹结构",
|
||||
"schemaCompare.targetNameColumn": "目标名称",
|
||||
"schemaCompareDialog.targetServerDropdown": "目标服务器",
|
||||
"schemaCompareDialog.targetTextBox": "目标文件",
|
||||
"schemaCompareOptions.RecompareMessage": "选项已更改。是否重新比较以查看比较结果?",
|
||||
"schemaObjectType": "架构/对象类型",
|
||||
"targetStructure": "目标文件夹结构"
|
||||
"schemaCompareDialog.dspErrorSource": "源 .sqlproj 文件未指定数据库架构组件",
|
||||
"schemaCompareDialog.noProjectExtensionApply": "需要 sql-database-projects 扩展才能将更改应用于项目",
|
||||
"schemaCompareDialog.noProjectExtension": "需要 sql-database-projects 扩展才能执行与数据库项目的架构比较",
|
||||
"schemaCompareDialog.dspErrorTarget": "目标 .sqlproj 文件未指定数据库架构组件",
|
||||
"schemaCompare.applyError": "更新项目时出错",
|
||||
"schemaCompare.startText": "要比较两个架构,请先选择源架构和目标架构,然后按“比较”。",
|
||||
"schemaCompare.typeColumn": "类型",
|
||||
"schemaCompare.radioButtonsLabel": "类型",
|
||||
"schemaCompareDialog.Yes": "是",
|
||||
"schemaCompareDialog.defaultUser": "默认",
|
||||
"OptionNotFoundWarningMessage": "标签: 选项值名称查找中不存在 {0}"
|
||||
},
|
||||
"package": {
|
||||
"description": "Azure Data Studio 的 SQL Server 架构比较支持对数据库和 dacpacs 的架构进行比较。",
|
||||
"displayName": "SQL Server 架构比较",
|
||||
"schemaCompare.openInScmp": "在架构比较中打开",
|
||||
"schemaCompare.runComparison": "运行架构比较",
|
||||
"displayName": "SQL Server 架构比较",
|
||||
"description": "Azure Data Studio 的 SQL Server 架构比较支持对数据库和 dacpacs 的架构进行比较。",
|
||||
"schemaCompare.start": "架构比较"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -10,9 +10,9 @@
|
||||
"contents": {
|
||||
"dist/constants": {
|
||||
"XEventsFailed": "XEvents 操作失败。",
|
||||
"XEventsStopped": "已删除 PageContention 和 ObjectContention 的 XEvents 会话。",
|
||||
"XEventsNotSupported": "不支持 XEvents 会话。",
|
||||
"XEventsStarted": "PageContention 和 ObjectContention 已启动 XEvents 会话。",
|
||||
"XEventsStopped": "已删除 PageContention 和 ObjectContention 的 XEvents 会话。"
|
||||
"XEventsStarted": "PageContention 和 ObjectContention 已启动 XEvents 会话。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+33
-33
@@ -9,70 +9,70 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/assessmentResultGrid": {
|
||||
"asmt.column.targetType": "目标类型",
|
||||
"asmt.details.toLearnMore": "了解详细信息。",
|
||||
"asmt.details.clickHere": "单击此处",
|
||||
"databaseIconLabel": "数据库",
|
||||
"asmt.details.recommendation": "建议",
|
||||
"asmt.details.ruleDescription": "规则说明",
|
||||
"asmt.details.toLearnMore": "了解详细信息。",
|
||||
"databaseIconLabel": "数据库",
|
||||
"serverIconLabel": "服务器"
|
||||
"serverIconLabel": "服务器",
|
||||
"asmt.column.targetType": "目标类型"
|
||||
},
|
||||
"dist/localized": {
|
||||
"asmt.apiversion": "API 版本",
|
||||
"asmt.column.checkId": "检查 ID",
|
||||
"asmt.rulesetversion": "默认规则集",
|
||||
"asmt.serveredition": "版本",
|
||||
"asmt.sqlReport.Error": "错误",
|
||||
"asmt.column.helpLink": "帮助链接",
|
||||
"asmt.sqlReport.High": "高",
|
||||
"asmt.section.api.title": "信息",
|
||||
"asmt.sqlReport.Info": "信息",
|
||||
"asmt.instancename": "实例名",
|
||||
"asmt.learnMore": "了解详细信息",
|
||||
"asmt.sqlReport.Low": "低",
|
||||
"asmt.sqlReport.Medium": "中",
|
||||
"asmt.column.message": "消息",
|
||||
"asmt.osversion": "OS 版本",
|
||||
"asmt.sqlReport.resultForDatabase": "数据库结果",
|
||||
"asmt.sqlReport.resultForInstance": "服务器结果",
|
||||
"asmt.sqlReportTitle": "SQL 评估报表",
|
||||
"asmt.section.instance.title": "SQL Server 实例详细信息",
|
||||
"asmt.column.severity": "严重性",
|
||||
"asmt.column.tags": "标记",
|
||||
"asmt.column.target": "目标",
|
||||
"asmt.instancename": "实例名",
|
||||
"asmt.learnMore": "了解详细信息",
|
||||
"asmt.osversion": "OS 版本",
|
||||
"asmt.rulesetversion": "默认规则集",
|
||||
"asmt.section.api.title": "信息",
|
||||
"asmt.section.instance.title": "SQL Server 实例详细信息",
|
||||
"asmt.serveredition": "版本",
|
||||
"asmt.serverversion": "版本",
|
||||
"asmt.sqlReport.Error": "错误",
|
||||
"asmt.sqlReport.High": "高",
|
||||
"asmt.sqlReport.Info": "信息",
|
||||
"asmt.sqlReport.Low": "低",
|
||||
"asmt.sqlReport.Medium": "中",
|
||||
"asmt.sqlReport.Warning": "警告",
|
||||
"asmt.sqlReport.resultForDatabase": "数据库结果",
|
||||
"asmt.sqlReport.resultForInstance": "服务器结果",
|
||||
"asmt.sqlReport.severityMsg": "{0}: {1} 项",
|
||||
"asmt.sqlReportTitle": "SQL 评估报表"
|
||||
"asmt.sqlReport.severityMsg": "{0}: {1} 项"
|
||||
},
|
||||
"dist/tabs/assessmentMainTab": {
|
||||
"asmtaction.label.cancel": "取消",
|
||||
"msgBoxCopyBtn": "复制",
|
||||
"btnGeneratehtmlreport": "创建 HTML 报表",
|
||||
"btnExportAsScript": "导出为脚本",
|
||||
"invokeAssessmentLabelServer": "调用评估",
|
||||
"invokeAssessmentLabelDatabase": "调用 {0} 的评估",
|
||||
"ok": "确定",
|
||||
"asmtaction.label.open": "打开",
|
||||
"asmtaction.openReport": "已保存报表。是否要打开它?",
|
||||
"btnExportAsScript": "导出为脚本",
|
||||
"btnGeneratehtmlreport": "创建 HTML 报表",
|
||||
"btnViewSamples": "查看所有规则并了解有关 GitHub 的详细信息",
|
||||
"btnViewSamplesShort": "在 GitHub 上查看全部",
|
||||
"getAssessmentItemsDatabase": "查看 {0} 的适用规则",
|
||||
"getAssessmentItemsServer": "查看适用规则",
|
||||
"invokeAssessmentLabelDatabase": "调用 {0} 的评估",
|
||||
"invokeAssessmentLabelServer": "调用评估",
|
||||
"msgBoxAsmtInfo": "SQL 评估信息",
|
||||
"msgBoxCopied": "已复制 SQL 评估信息",
|
||||
"msgBoxCopyBtn": "复制",
|
||||
"ok": "确定"
|
||||
"btnViewSamplesShort": "在 GitHub 上查看全部",
|
||||
"btnViewSamples": "查看所有规则并了解有关 GitHub 的详细信息",
|
||||
"getAssessmentItemsServer": "查看适用规则",
|
||||
"getAssessmentItemsDatabase": "查看 {0} 的适用规则"
|
||||
},
|
||||
"dist/tabs/historyTab": {
|
||||
"asmt.history.back": "<< 返回",
|
||||
"asmt.history.resultsTitle": "{0} 的评估结果",
|
||||
"asmt.history.summaryAsmtDate": "评估日期",
|
||||
"asmt.history.resultsTitle": "{0} 的评估结果",
|
||||
"asmt.history.summaryError": "错误",
|
||||
"asmt.history.summaryInfo": "信息",
|
||||
"asmt.history.summaryWarning": "警告"
|
||||
},
|
||||
"package": {
|
||||
"dashboard.tabName": "SQL 评估",
|
||||
"description": "Azure Data Studio (Preview) 的 SQL 评估提供了一种机制来评估 SQL Server 的配置,以找出最佳做法。",
|
||||
"displayName": "SQL 评估"
|
||||
"displayName": "SQL 评估",
|
||||
"description": "Azure Data Studio (Preview) 的 SQL 评估提供了一种机制来评估 SQL Server 的配置,以找出最佳做法。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+230
-230
@@ -9,432 +9,432 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"BuildHistory": "生成历史记录",
|
||||
"Date": "日期",
|
||||
"Failed": "已失败",
|
||||
"InProgress": "正在进行",
|
||||
"Move": "移动",
|
||||
"PublishHistory": "发布历史记录",
|
||||
"Status": "状态",
|
||||
"Success": "成功",
|
||||
"TargetDatabase": "目标数据库",
|
||||
"TargetPlatform": "目标平台",
|
||||
"TargetServer": "目标服务器",
|
||||
"Time": "时间",
|
||||
"sqlcmdVariableAlreadyExists": "此项目中已存在同名的 SQLCMD 变量",
|
||||
"databaseNameRequiredVariableOptional": "数据库名是必需的。数据库变量是可选的。",
|
||||
"databaseNameServerNameVariableRequired": "需要数据库名、服务器名和服务器变量。数据库变量是可选的。",
|
||||
"fileAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件。请选择其他名称。",
|
||||
"folderAlreadyExistsChooseNewLocation": "此位置的磁盘上已经存在名为 \"{0}\" 的文件夹。请选择其他名称。",
|
||||
"folderAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件夹。请选择其他名称。",
|
||||
"projectAlreadyExists": "在 {1} 中已存在名为 {0} 的项目。",
|
||||
"cantAddCircularProjectReference": "无法添加对项目“{0}”的引用。将此项目添加为引用将导致循环依赖。",
|
||||
"databaseReferenceAlreadyExists": "此项目中已存在对此数据库的引用",
|
||||
"deployScriptExists": "已存在 {0} 脚本。新脚本不会包含在生成中。",
|
||||
"actionLabel": "操作",
|
||||
"addDatabaseReferenceOkButtonText": "添加引用",
|
||||
"addDatabaseReferencedialogName": "添加数据库引用",
|
||||
"addItemAction": "添加项",
|
||||
"addSqlCmdVariableWithoutDefaultValue": "是否将 SQLCMD 变量 \"{0}\" 添加到没有默认值的项目?",
|
||||
"advancedOptionsButton": "高级...",
|
||||
"advancedPublishOptions": "高级发布选项",
|
||||
"appSettingPrompt": "是否要使用新的连接字符串更新 Azure 函数 local.settings.json?",
|
||||
"applyConfirmation": "是否确定要更新目标项目?",
|
||||
"applyError": "更新项目时出错: {0}",
|
||||
"applySuccess": "已成功更新项目。",
|
||||
"artifactReference": "项目引用",
|
||||
"at": "位于",
|
||||
"autorestProjectName": "新 SQL 项目名称",
|
||||
"azureAccounts": "Azure 帐户",
|
||||
"azureAddAccount": "添加帐户...",
|
||||
"azureServerName": "Azure SQL Server 名称",
|
||||
"addDatabaseReferencedialogName": "添加数据库引用",
|
||||
"addDatabaseReferenceOkButtonText": "添加引用",
|
||||
"advancedPublishOptions": "高级发布选项",
|
||||
"advancedOptionsButton": "高级...",
|
||||
"updateActionRadiButtonLabel": "应用所有更改",
|
||||
"deleteSqlCmdVariableConfirmation": "是否确实要删除 SQLCMD 变量“{0}'?",
|
||||
"deleteReferenceConfirmation": "是否确定要删除对 {0} 的引用?",
|
||||
"deleteConfirmationContents": "是否确实要删除 {0} 及其所有内容?",
|
||||
"deleteConfirmation": "是否确实要删除 {0}?",
|
||||
"moveConfirmationPrompt": "是否确定要将 {0} 移到 {1}?",
|
||||
"applyConfirmation": "是否确定要更新目标项目?",
|
||||
"artifactReference": "项目引用",
|
||||
"nodeButNotAutorestFoundPrompt": "未安装 Autorest。若要继续,请选择是通过 “npx” 从临时位置运行 Autorest,还是全局安装 Autorest,然后运行。",
|
||||
"nodeButNotAutorestFound": "在系统路径中找不到 Autorest 工具,但发现Node.js。提示用户如何继续。执行“npm install autorest -g”,永久安装并避免此消息。",
|
||||
"emptyAzureDbProjectTypeDisplayName": "Azure SQL 数据库",
|
||||
"edgeProjectTypeDisplayName": "Azure SQL Edge 数据库",
|
||||
"azureSqlServerCreated": "Azure SQL Server “{0}” 已创建",
|
||||
"azureServerName": "Azure SQL Server 名称",
|
||||
"azureAccounts": "Azure 帐户",
|
||||
"azureSubscription": "Azure 订阅",
|
||||
"baseDockerImage": "基础 {0} Docker 映像",
|
||||
"browseButtonText": "浏览文件夹",
|
||||
"browseEllipsis": "浏览...",
|
||||
"browseForProfile": "浏览配置文件",
|
||||
"browseEllipsis": "浏览...",
|
||||
"buildAction": "生成",
|
||||
"buildElements": "生成元素",
|
||||
"buildFailedCannotStartSchemaCompare": "架构比较无法启动,因为生成失败",
|
||||
"BuildHistory": "生成历史记录",
|
||||
"projBuildFailed": "生成已失败。有关更多详细信息,请查看输出窗格。{0}",
|
||||
"cancelButtonText": "取消",
|
||||
"parentTreeItemUnknown": "无法访问所提供树项的父级",
|
||||
"invalidProjectReload": "无法访问提供的数据库项目。只有有效的开放式数据库项目才可以重新加载。",
|
||||
"cannotResolvePath": "无法解析路径 {0}",
|
||||
"cantAddCircularProjectReference": "无法添加对项目“{0}”的引用。将此项目添加为引用将导致循环依赖。",
|
||||
"changeTargetPlatformAction": "更改目标平台",
|
||||
"checkoutOutputMessage": "有关更多详细信息,请查看输出窗格。",
|
||||
"chooseAction": "选择操作",
|
||||
"chooseSqlcmdVarsToModify": "选择要修改的 SQLCMD 变量",
|
||||
"chooseAction": "选择操作",
|
||||
"cicularProjectReference": "从项目 {0} 到项目 {1} 的循环引用",
|
||||
"cleaningDockerImagesMessage": "正在清理现有部署...",
|
||||
"compareActionRadiButtonLabel": "查看架构比较中的更改",
|
||||
"sdkLearnMorePlaceholder": "单击“了解详细信息”按钮了解有关 SDK 样式项目的详细信息",
|
||||
"confirmPassword": "确认 {0} 管理员密码",
|
||||
"confirmServerPassword": "确认 {0} 管理员密码",
|
||||
"connectingToSqlServerMessage": "正在连接到 SQL Server",
|
||||
"targetConnectionLabel": "连接",
|
||||
"connectionFailedError": "连接失败错误: \"{0}\"",
|
||||
"connectionRadioButtonLabel": "连接",
|
||||
"containerAlreadyExistForProject": "此项目的容器已存在。是否要在部署新文件之前删除它们?",
|
||||
"convertToSdkStyleConfirmation": "转换后,项目 \\\"{0}\\\" 将不与 SSDT 完全兼容。转换前,将在项目文件夹中创建项目文件的备份副本。有关详细信息,请参阅 https://aka.ms/sqlprojsdk。继续转换为 SDK 样式项目?",
|
||||
"createNew": "新建",
|
||||
"updatedToSdkStyleError": "未能将项目 {0} 转换为 SDK 样式失败。对 .sqlproj 的更改已回滚。",
|
||||
"errorRetrievingBuildFiles": "无法生成项目。检索生成所需的文件时出错。",
|
||||
"createProjectDialogOkButtonText": "创建",
|
||||
"createNew": "新建",
|
||||
"createProjectFromDatabaseDialogName": "根据数据库创建项目",
|
||||
"createProjectSettings": "设置",
|
||||
"creatingAzureSqlServer": "正在创建 Azure SQL Server “{0}”...",
|
||||
"creatingDeploymentSettingsMessage": "正在创建部署设置...",
|
||||
"currentTargetPlatform": "项目 {0} 的目标平台现已 {1}",
|
||||
"selectTargetPlatform": "当前目标平台: {0}。请选择新目标平台",
|
||||
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "当前安装的 .NET SDK 版本为 {0},这是不受支持的。项目生成将不起作用。请安装 .NET 6 SDK 或更高版本,或在设置中更新 .NET SDK 支持的版本位置(如果已安装)。",
|
||||
"dacpacFileLocationRequired": "添加对数据库的引用时需要 Dacpac 文件位置",
|
||||
"dacpacFiles": "dacpac 文件",
|
||||
"dacpacNotOnSameDrive": "Dacpac 引用需要位于项目文件所在的同一驱动器上。",
|
||||
"dacpacReferenceElement": "Dacpac 引用",
|
||||
"dacpacText": "数据层应用程序(.dacpac)",
|
||||
"dacpacNotOnSameDrive": "Dacpac 引用需要位于项目文件所在的同一驱动器上。项目文件位于 {0}",
|
||||
"dataSource": "数据源",
|
||||
"dataSourceDropdownTitle": "数据源",
|
||||
"dataSourceRadioButtonLabel": "数据源",
|
||||
"databaseLocation": "添加对数据库的引用时需要数据库位置",
|
||||
"databaseName": "数据库名",
|
||||
"dacpacText": "数据层应用程序(.dacpac)",
|
||||
"databaseNameLabel": "数据库",
|
||||
"databaseNameRequired": "添加对不同数据库的引用时需要数据库名",
|
||||
"databaseNameRequiredVariableOptional": "数据库名是必需的。数据库变量是可选的。",
|
||||
"databaseNameServerNameVariableRequired": "需要数据库名、服务器名和服务器变量。数据库变量是可选的。",
|
||||
"databaseProject": "数据库项目",
|
||||
"databaseReferenceAlreadyExists": "此项目中已存在对此数据库的引用",
|
||||
"databaseReferenceTypeRequired": "添加对数据库的引用时需要数据库引用",
|
||||
"sqlDatabaseProjects.outputChannel": "数据库项目",
|
||||
"databaseReferencesNodeName": "数据库引用",
|
||||
"databaseLocation": "添加对数据库的引用时需要数据库位置",
|
||||
"databaseName": "数据库名称",
|
||||
"databaseNameRequired": "添加对不同数据库的引用时需要数据库名",
|
||||
"databaseProject": "数据库项目",
|
||||
"publishProjectSucceed": "已成功发布数据库项目",
|
||||
"databaseReferenceTypeRequired": "添加对数据库的引用时需要数据库引用",
|
||||
"databaseSelectionRequired": "必须选择数据库才能根据数据库创建项目",
|
||||
"databaseVariable": "数据库变量",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
|
||||
"default": "默认",
|
||||
"defaultProjectNameStarter": "DatabaseProject",
|
||||
"defaultQuickPickItem": "默认 - 在容器注册表中定义为默认值的映像",
|
||||
"deleteAction": "删除",
|
||||
"deleteConfirmation": "是否确实要删除 {0}?",
|
||||
"deleteConfirmationContents": "是否确实要删除 {0} 及其所有内容?",
|
||||
"deleteReferenceConfirmation": "是否确定要删除对 {0} 的引用?",
|
||||
"deleteSqlCmdVariableConfirmation": "是否确实要删除 SQLCMD 变量“{0}'?",
|
||||
"deployAppSettingUpdateFailed": "无法更新应用设置 \"{0}\"",
|
||||
"deployAppSettingUpdating": "正在更新应用设置: \"{0}\"",
|
||||
"deployDbTaskName": "正在本地部署 SQL DB 项目",
|
||||
"deployProjectFailedMessage": "无法打开与已部署数据库的连接",
|
||||
"deployScriptExists": "已存在 {0} 脚本。新脚本不会包含在生成中。",
|
||||
"emptyAzureDbProjectTypeDescription": "从空项目开始开发和发布 Azure SQL 数据库架构",
|
||||
"emptyProjectTypeDescription": "从空项目开始开发和发布 SQL Server 数据库架构",
|
||||
"emptySdkProjectTypeDescription": "使用 Microsoft.Build.Sql(预览版)为 SQL 数据库开发和发布架构,从空的 SDK 样式项目开始。",
|
||||
"differentDbDifferentServer": "不同数据库,不同服务器",
|
||||
"differentDbSameServer": "不同数据库,同一服务器",
|
||||
"dockerContainerCreatedMessage": "Docker 创建的 ID: \"{0}\"",
|
||||
"dockerContainerFailedToRunErrorMessage": "无法运行 Docker 容器",
|
||||
"dockerContainerNotRunningErrorMessage": "Docker 容器未运行",
|
||||
"dockerImageEulaMessage": "许可协议:",
|
||||
"dockerImageMessage": "Docker 映像:",
|
||||
"dockerImagesPlaceHolder": "在本地 arm64/Apple Silicon 上使用{0}",
|
||||
"dockerContainerNotRunningErrorMessage": "Docker 容器未运行",
|
||||
"dockerContainerCreatedMessage": "Docker 创建的 ID: \"{0}\"",
|
||||
"dockerLogMessage": "Docker 日志: \"{0}\"",
|
||||
"dockerNotRunningError": "验证 docker 失败。请确保 docker 已安装并正在运行。错误:“{0}”",
|
||||
"done": "完成",
|
||||
"sqlDatabaseProjects.doNotAskAgain": "不再询问",
|
||||
"dontUseProfile": "不使用配置文件",
|
||||
"done": "完成",
|
||||
"downloadError": "下载错误",
|
||||
"downloadProgress": "下载进度",
|
||||
"downloading": "正在下载",
|
||||
"downloadingFromTo": "正在从 {0} 下载到 {1}",
|
||||
"downloadingNuget": "下载 {0} nuget 以获取生成 DLL",
|
||||
"edgeEulaAgreementTitle": "Microsoft Azure SQL Edge 许可协议",
|
||||
"edgeProjectTypeDescription": "从核心部分开始开发和发布 Azure SQL Edge 数据库的架构",
|
||||
"edgeProjectTypeDisplayName": "Azure SQL Edge 数据库",
|
||||
"emptyAzureDbProjectTypeDescription": "从空项目开始开发和发布 Azure SQL 数据库架构",
|
||||
"emptyAzureDbProjectTypeDisplayName": "Azure SQL 数据库",
|
||||
"emptyProjectTypeDescription": "从空项目开始开发和发布 SQL Server 数据库架构",
|
||||
"emptyProjectTypeDisplayName": "SQL Server 数据库",
|
||||
"emptySdkProjectTypeDescription": "使用 Microsoft.Build.Sql(预览版)为 SQL 数据库开发和发布架构,从空的 SDK 样式项目开始。",
|
||||
"emptySdkProjectTypeDisplayName": "SQL 数据库 (SDK)",
|
||||
"enterSystemDbName": "输入此系统数据库的数据库名",
|
||||
"enterConnStringTemplateDescription": "输入 SQL 连接字符串的模板",
|
||||
"enterConnectionStringEnvName": "输入连接字符串环境变量名称",
|
||||
"enterConnectionStringEnvNameDescription": "输入 SQL 连接字符串的环境变量",
|
||||
"enterConnectionStringTemplate": "输入连接字符串模板",
|
||||
"enterNewDatabaseName": "输入新数据库名",
|
||||
"enterNewName": "输入新名称",
|
||||
"enterNewSqlCmdVariableDefaultValue": "为 SQLCMD 变量“{0}”输入默认值",
|
||||
"enterConnectionStringEnvNameDescription": "输入 SQL 连接字符串的环境变量",
|
||||
"enterNewSqlCmdVariableName": "输入新的 SQLCMD 变量名称",
|
||||
"enterNewDatabaseName": "输入新数据库名",
|
||||
"enterNewValueForVar": "输入变量“{0}”的新默认值",
|
||||
"enterNewName": "输入新名称",
|
||||
"projectNamePlaceholderText": "输入项目名",
|
||||
"enterPassword": "输入 {0} 管理员密码",
|
||||
"enterPortNumber": "输入 {0} 端口号或按 Enter 以使用默认值",
|
||||
"enterSystemDbName": "输入此系统数据库的数据库名",
|
||||
"enterUser": "输入 {0} 管理员用户名",
|
||||
"equalComparison": "项目已与数据库保持最新。",
|
||||
"enterPortNumber": "输入 {0} 端口号或按 Enter 以使用默认值",
|
||||
"errorAddingDatabaseReference": "添加对 {0} 的数据库引用时出错。错误: {1}",
|
||||
"errorDownloading": "下载 {0} 时出错。错误: {1}",
|
||||
"errorExtracting": "从 {0} 中提取文件时出错。错误: {1}",
|
||||
"errorFindingBuildFilesLocation": "查找生成文件位置时出错: {0}",
|
||||
"errorMovingFile": "从 {0} 到 {1} 移动文件时出错。错误: {2}",
|
||||
"errorNotSupportedInVsCode": "错误: VS Code的 SQL 数据库项目当前不支持 {0}。",
|
||||
"errorPrefix": "错误: {0}",
|
||||
"profileReadError": "加载发布配置文件时出错。{0}",
|
||||
"errorReadingProjectGuid": "尝试读取项目“{0}”的 {1} 时出错。{2}",
|
||||
"errorMovingFile": "从 {0} 到 {1} 移动文件时出错。错误: {2}",
|
||||
"errorRenamingFile": "从 {0} 到 {1} 重命名文件时出错。错误: {2}",
|
||||
"errorRetrievingBuildFiles": "无法生成项目。检索生成所需的文件时出错。",
|
||||
"eulaAgreementTemplate": "我接受 {0}。",
|
||||
"eulaAgreementText": "我接受 {0}。",
|
||||
"eulaAgreementTitle": "Microsoft SQL Server 许可协议",
|
||||
"errorPrefix": "错误: {0}",
|
||||
"errorNotSupportedInVsCode": "错误: VS Code的 SQL 数据库项目当前不支持 {0}。",
|
||||
"exampleUsage": "示例用法",
|
||||
"excludeAction": "不包括",
|
||||
"excludeFolderNotSupported": "尚不支持排除文件夹",
|
||||
"excludeObjectTypes": "排除对象类型",
|
||||
"excludeFolderNotSupported": "尚不支持排除文件夹",
|
||||
"externalStream": "外部 Stream",
|
||||
"externalStreamingJobFriendlyName": "外部流式处理作业",
|
||||
"externalStreamingJobValidationPassed": "已通过外部流式作业验证。",
|
||||
"extractTargetRequired": "必须提供用于提取的目标信息才能创建数据库项目。",
|
||||
"extractingDacFxDlls": "将 DacFx 版本 DLL 提取到 {0}",
|
||||
"taskFailedError.error": "无法完成任务“{0}”。错误: {1}",
|
||||
"deployProjectFailedMessage": "无法打开与已部署数据库的连接",
|
||||
"publishToContainerFailed": "未能发布到容器。{0}",
|
||||
"publishToNewAzureServerFailed": "无法发布到新 Azure SQL 服务器。{0}",
|
||||
"dockerContainerFailedToRunErrorMessage": "无法运行 Docker 容器",
|
||||
"deployAppSettingUpdateFailed": "无法更新应用设置 \"{0}\"",
|
||||
"dockerNotRunningError": "验证 docker 失败。请确保 docker 已安装并正在运行。错误:“{0}”",
|
||||
"file": "文件",
|
||||
"fileAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件。请选择其他名称。",
|
||||
"fileFormat": "文件格式",
|
||||
"fileObject": "文件",
|
||||
"fileOrFolderDoesNotExist": "文件或目录“{0}”不存在",
|
||||
"noFileExist": "文件 {0} 不存在",
|
||||
"flat": "平面",
|
||||
"folderAlreadyExists": "此位置的磁盘上已经存在名为“{0}”的文件夹。请选择其他名称。",
|
||||
"folderAlreadyExistsChooseNewLocation": "此位置的磁盘上已经存在名为 \"{0}\" 的文件夹。请选择其他名称。",
|
||||
"folderElements": "文件夹元素",
|
||||
"folderFriendlyName": "文件夹",
|
||||
"folderObject": "文件夹",
|
||||
"folderElements": "文件夹元素",
|
||||
"folderStructureLabel": "文件夹结构",
|
||||
"generateScriptButtonText": "生成脚本",
|
||||
"generatingProjectFailed": "通过 AutoRest 生成项目失败。有关更多详细信息,请查看输出窗格。错误: {0}",
|
||||
"generatingProjectFromAutorest": "正在从 {0} 生成新的 SQL 项目... 检查输出窗口以了解详细信息。",
|
||||
"hr": "小时",
|
||||
"generatingProjectFailed": "通过 AutoRest 生成项目失败。有关更多详细信息,请查看输出窗格。错误: {0}",
|
||||
"eulaAgreementText": "我接受 {0}。",
|
||||
"eulaAgreementTemplate": "我接受 {0}。",
|
||||
"imageTag": "图像标记",
|
||||
"importElements": "导入元素",
|
||||
"InProgress": "进行中",
|
||||
"include": "包括",
|
||||
"includePermissionsInProject": "在项目中包括权限",
|
||||
"includePermissionsLabel": "包括权限",
|
||||
"includePermissionsInProject": "在项目中包括权限",
|
||||
"sqlDatabaseProjects.Install": "安装",
|
||||
"installGlobally": "全局安装",
|
||||
"invalidDataSchemaProvider": ".Sqlproj 文件中的 DSP 无效",
|
||||
"invalidDatabaseReference": ".Sqlproj 文件中的数据库引用无效",
|
||||
"invalidGuid": "指定的 GUID 无效: {0}",
|
||||
"invalidInput": "无效的输入: {0}",
|
||||
"invalidProjectReload": "无法访问提供的数据库项目。只有有效的开放式数据库项目才可以重新加载。",
|
||||
"invalidPropertyValueInSqlProj": ".sqlproj 文件中为属性“{0}”指定的值无效",
|
||||
"invalidPropertyValueProvided": "项目属性值 '{0} 无效",
|
||||
"invalidSQLPassword": "{0} 密码不符合密码复杂性要求。有关详细信息,请参阅 https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"invalidSqlConnectionString": "SQL 连接字符串无效",
|
||||
"invalidDatabaseReference": ".Sqlproj 文件中的数据库引用无效",
|
||||
"invalidInput": "无效的输入: {0}",
|
||||
"invalidTargetPlatform": "目标平台 {0} 无效。支持的目标平台: {1}",
|
||||
"invalidPropertyValueInSqlProj": ".sqlproj 文件中为属性“{0}”指定的值无效",
|
||||
"outsideFolderPath": "不支持具有项目文件夹外绝对路径的项。请确保项目文件中的路径与项目文件夹相关。",
|
||||
"learnMore": "了解详细信息",
|
||||
"dockerImageEulaMessage": "许可协议:",
|
||||
"loadProfilePlaceholderText": "加载配置文件...",
|
||||
"projectLocationLabel": "位置",
|
||||
"location": "位置",
|
||||
"min": "分钟",
|
||||
"edgeEulaAgreementTitle": "Microsoft Azure SQL Edge 许可协议",
|
||||
"eulaAgreementTitle": "Microsoft SQL Server 许可协议",
|
||||
"missingVersion": "在 {0} 中缺少 “version” 条目",
|
||||
"moveConfirmationPrompt": "是否确定要将 {0} 移到 {1}?",
|
||||
"movingFilesBetweenProjectsNotSupported": "不支持在项目之间移动文件",
|
||||
"msec": "毫秒",
|
||||
"multipleMostDeploymentScripts": "{0} 文件数异常: {1}",
|
||||
"multipleSqlProjFilesSelected": "已选择多个 .sqlproj 文件;请仅选择一个。",
|
||||
"projectNameLabel": "名称",
|
||||
"sqlCmdVariableColumn": "名称",
|
||||
"nameMustNotBeEmpty": "名称不得为空",
|
||||
"nodeNotFound": "在系统路径中找不到 autorest 和 Node.js (npx)。请安装 Node.js 以使 Autorest 生成正常工作。",
|
||||
"new": "新建",
|
||||
"autorestProjectName": "新 SQL 项目名称",
|
||||
"newObjectNamePrompt": "新 {0} 名称:",
|
||||
"noDataSourcesFile": "找不到 {0}。",
|
||||
"noDataSourcesText": "此项目中没有数据源",
|
||||
"noFileExist": "文件 {0} 不存在",
|
||||
"noSchemaCompareExtension": "架构比较扩展必须从数据库安装到更新项目。",
|
||||
"noSqlFilesGenerated": "Autorest 未生成任何 .sql 文件。请确认规范包含模型定义,或查看输出日志以了解详细信息。",
|
||||
"noSqlProjFile": "所选项目文件不存在",
|
||||
"noSqlProjFilesSelected": "未选择任何 .sqlproj 文件;请选择一个。",
|
||||
"noString": "否",
|
||||
"noStringDefault": "无(默认)",
|
||||
"nodeButNotAutorestFound": "在系统路径中找不到 Autorest 工具,但发现Node.js。提示用户如何继续。执行“npm install autorest -g”,永久安装并避免此消息。",
|
||||
"nodeButNotAutorestFoundPrompt": "未安装 Autorest。若要继续,请选择是通过 “npx” 从临时位置运行 Autorest,还是全局安装 Autorest,然后运行。",
|
||||
"nodeNotFound": "在系统路径中找不到 autorest 和 Node.js (npx)。请安装 Node.js 以使 Autorest 生成正常工作。",
|
||||
"noSqlFilesGenerated": "Autorest 未生成任何 .sql 文件。请确认规范包含模型定义,或查看输出日志以了解详细信息。",
|
||||
"noSqlProjFilesSelected": "未选择任何 .sqlproj 文件;请选择一个。",
|
||||
"noDataSourcesText": "此项目中没有数据源",
|
||||
"noDataSourcesFile": "找不到 {0}。",
|
||||
"noneElements": "无元素",
|
||||
"nupkgNamePlaceholder": "NuGet 包名称",
|
||||
"nupkgText": "已发布的数据层应用程序 (.nupkg)",
|
||||
"versionPlaceholder": "NuGet 包版本",
|
||||
"objectType": "对象类型",
|
||||
"okString": "确定",
|
||||
"onlyMoveFilesFoldersSupported": "仅支持移动文件和文件夹",
|
||||
"openEulaString": "打开许可协议",
|
||||
"specSelectionText": "OpenAPI/Swagger 规范",
|
||||
"retrySucceedMessage": "操作 \"{0}\" 已成功完成。结果: {1}",
|
||||
"retryFailedMessage": "操作 \"{0}\" 失败。正在重试...当前结果: {1}。错误: \"{2}\"",
|
||||
"retryMessage": "操作 “{0}” 失败。正在重试...错误: “{1}” ",
|
||||
"optionDescription": "选项说明",
|
||||
"optionName": "选项名称",
|
||||
"optionNotFoundWarningMessage": "标签: 选项值名称查找中不存在 {0}",
|
||||
"outsideFolderPath": "不支持具有项目文件夹外绝对路径的项。请确保项目文件中的路径与项目文件夹相关。",
|
||||
"packageReference": "包引用",
|
||||
"parentTreeItemUnknown": "无法访问所提供树项的父级",
|
||||
"passwordNotMatch": "{0} 密码与确认密码不匹配",
|
||||
"portMustNotBeNumber": "端口必须是数字",
|
||||
"postDeployElements": "PostDeploy 元素",
|
||||
"postDeployScriptFriendlyName": "Script.PostDeployment",
|
||||
"preDeployElements": "PreDeploy 元素",
|
||||
"preDeployScriptFriendlyName": "Script.PreDeployment",
|
||||
"prePostDeployCount": "要成功生成,请更新项目以具有一个预先部署脚本和/或一个后期部署脚本",
|
||||
"profile": "配置文件",
|
||||
"profileReadError": "加载发布配置文件时出错。{0}",
|
||||
"projBuildFailed": "生成已失败。有关更多详细信息,请查看输出窗格。{0}",
|
||||
"projectAlreadyExists": "在 {1} 中已存在名为 {0} 的项目。",
|
||||
"projectAlreadyOpened": "已打开项目“{0}”。",
|
||||
"projectLocString": "项目",
|
||||
"projectLocationLabel": "位置",
|
||||
"projectLocationPlaceholderText": "选择要创建项目的位置",
|
||||
"projectNameLabel": "名称",
|
||||
"projectNamePlaceholderText": "输入项目名",
|
||||
"projectNeedsUpdatingForCrossPlat": "需要更新目标、引用和系统数据库引用,以生成项目 '{0}'。",
|
||||
"projectAlreadyOpened": "已打开项目“{0}”。",
|
||||
"invalidPropertyValueProvided": "项目属性值 '{0} 无效",
|
||||
"projectReferenceElement": "项目引用",
|
||||
"projectReferenceNameElement": "项目引用名称元素",
|
||||
"projectToUpdatePlaceholderText": "选择项目文件",
|
||||
"projectUpdatedToSdkStyle": "项目 {0} 已更新为 SDK 样式项目。单击“了解详细信息”,了解有关 Microsoft.Build.Sql SDK 的详细信息以及简化项目文件的方法。",
|
||||
"applySuccess": "已成功更新项目。",
|
||||
"publish": "发布",
|
||||
"publishAction": "发布",
|
||||
"publishDialogName": "发布项目",
|
||||
"PublishHistory": "发布历史记录",
|
||||
"publishOptions": "发布选项",
|
||||
"publishProfileElements": "发布配置文件元素",
|
||||
"publishProfileFriendlyName": "发布配置文件",
|
||||
"publishProjectSucceed": "已成功发布数据库项目",
|
||||
"publishSettingsFiles": "发布设置文件",
|
||||
"publishTo": "发布目标",
|
||||
"publishProfileElements": "发布配置文件元素",
|
||||
"publishDialogName": "发布项目",
|
||||
"publishToExistingServer": "发布到现有 {0}",
|
||||
"publishToAzureEmulator": "发布到新的 Azure SQL 数据库仿真器",
|
||||
"publishToContainerFailed": "未能发布到容器。{0}",
|
||||
"publishToNewAzureServer": "发布到新的 Azure SQL 逻辑服务器(预览)",
|
||||
"publishToDockerContainer": "发布到新 {0} 本地开发容器",
|
||||
"publishToDockerContainerPreview": "发布到新 {0} 本地开发容器(预览)",
|
||||
"publishToExistingServer": "发布到现有 {0}",
|
||||
"publishToNewAzureServer": "发布到新的 Azure SQL 逻辑服务器(预览)",
|
||||
"publishToNewAzureServerFailed": "无法发布到新 Azure SQL 服务器。{0}",
|
||||
"nupkgText": "已发布的数据层应用程序 (.nupkg)",
|
||||
"publishingProjectMessage": "正在容器中发布项目...",
|
||||
"referenceRadioButtonsGroupTitle": "引用的数据库类型",
|
||||
"referenceTypeRadioButtonsGroupTitle": "引用类型",
|
||||
"referenceRadioButtonsGroupTitle": "引用的数据库类型",
|
||||
"referencedDatabaseType": "引用的数据库类型",
|
||||
"reloadProject": "是否希望重新加载数据库项目?",
|
||||
"reset": "重置",
|
||||
"resetAllVars": "重置所有变量",
|
||||
"resourceGroup": "资源组",
|
||||
"retryFailedMessage": "操作 \"{0}\" 失败。正在重试...当前结果: {1}。错误: \"{2}\"",
|
||||
"retryMessage": "操作 “{0}” 失败。正在重试...错误: “{1}” ",
|
||||
"retryRunMessage": "正在运行操作 \"{2}\",第 {0} 次尝试(共 {1} 次)",
|
||||
"retrySucceedMessage": "操作 \"{0}\" 已成功完成。结果: {1}",
|
||||
"retryWaitMessage": "正在等待 {0} 秒,然后再次尝试执行操作 \"{1}\"",
|
||||
"revertSqlCmdVarsButtonTitle": "将值还原为项目默认值",
|
||||
"runViaNpx": "通过 npx 运行",
|
||||
"retryRunMessage": "正在运行操作 \"{2}\",第 {0} 次尝试(共 {1} 次)",
|
||||
"runningDockerMessage": "正在运行 docker 容器...",
|
||||
"sdkStyleProject": "SDK 样式项目(预览版)",
|
||||
"emptySdkProjectTypeDisplayName": "SQL 数据库 (SDK)",
|
||||
"emptyProjectTypeDisplayName": "SQL Server 数据库",
|
||||
"sqlConnectionStringFriendly": "SQL 连接字符串",
|
||||
"sqlCmdTableLabel": "SQLCMD 变量",
|
||||
"sqlcmdVariablesNodeName": "SQLCMD 变量",
|
||||
"sqlcmdVariableNameCannotContainIllegalChars": "SQLCMD 变量名称 \"{0}\" 不能包含以下任何字符: {1}",
|
||||
"sqlcmdVariableNameCannotBeWhitespace": "SQLCMD 变量名称 \"{0}\" 不能包含空格",
|
||||
"sameDatabase": "同一数据库",
|
||||
"save": "保存",
|
||||
"saveProfile": "是否要将设置保存在配置文件 (.publish.xml) 中?",
|
||||
"saveProfileAsButtonText": "另存为…",
|
||||
"schema": "架构",
|
||||
"schemaCompare.compareErrorMessage": "架构比较失败: {0}",
|
||||
"schemaCompareAction": "架构比较",
|
||||
"schemaCompare.compareErrorMessage": "架构比较失败: {0}",
|
||||
"buildFailedCannotStartSchemaCompare": "架构比较无法启动,因为生成失败",
|
||||
"schemaCompareNotInstalled": "需要安装架构比较扩展才能运行架构比较",
|
||||
"schemaObjectType": "架构/对象类型",
|
||||
"scriptFriendlyName": "脚本",
|
||||
"sdkLearnMorePlaceholder": "单击“了解详细信息”按钮了解有关 SDK 样式项目的详细信息",
|
||||
"sdkStyleProject": "SDK 样式项目(预览版)",
|
||||
"sec": "秒",
|
||||
"selectBaseImage": "选择基础 {0} docker 映像",
|
||||
"selectConnection": "选择连接",
|
||||
"selectDacpac": "选择 .dacpac",
|
||||
"selectDatabase": "选择数据库",
|
||||
"selectFileString": "选择文件",
|
||||
"selectFolderStructure": "选择文件夹结构",
|
||||
"selectImageTag": "选择图像标记或按 Enter 以使用默认值",
|
||||
"selectProfile": "选择配置文件",
|
||||
"selectProfileToUse": "选择要加载的发布配置文件",
|
||||
"selectProjectLocation": "选择项目位置",
|
||||
"selectPublishOption": "选择要将项目发布到的位置",
|
||||
"selectSpecFile": "选择 OpenAPI/Swagger 规范文件",
|
||||
"postDeployScriptFriendlyName": "Script.PostDeployment",
|
||||
"preDeployScriptFriendlyName": "Script.PreDeployment",
|
||||
"selectString": "选择",
|
||||
"selectTargetPlatform": "当前目标平台: {0}。请选择新目标平台",
|
||||
"selectDacpac": "选择 .dacpac",
|
||||
"selectFileString": "选择文件",
|
||||
"selectSpecFile": "选择 OpenAPI/Swagger 规范文件",
|
||||
"selectProfile": "选择配置文件",
|
||||
"selectConnection": "选择连接",
|
||||
"selectDatabase": "选择数据库",
|
||||
"selectFolderStructure": "选择文件夹结构",
|
||||
"projectLocationPlaceholderText": "选择要创建项目的位置",
|
||||
"projectToUpdatePlaceholderText": "选择项目文件",
|
||||
"selectProjectLocation": "选择项目位置",
|
||||
"selectProfileToUse": "选择要加载的发布配置文件",
|
||||
"selectBaseImage": "选择基础 {0} docker 映像",
|
||||
"selectImageTag": "选择图像标记或按 Enter 以使用默认值",
|
||||
"selectPublishOption": "选择要将项目发布到的位置",
|
||||
"server": "服务器",
|
||||
"serverCreated": "已创建服务器",
|
||||
"serverName": "服务器名",
|
||||
"serverPassword": "{0} 管理员密码",
|
||||
"serverPortNumber": "{0} 端口号",
|
||||
"serverName": "服务器名称",
|
||||
"serverVariable": "服务器变量",
|
||||
"createProjectSettings": "设置",
|
||||
"sourceDatabase": "源数据库",
|
||||
"specSelectionText": "OpenAPI/Swagger 规范",
|
||||
"sqlCmdTableLabel": "SQLCMD 变量",
|
||||
"sqlCmdValueColumn": "值",
|
||||
"sqlCmdVariableColumn": "名称",
|
||||
"sqlConnectionStringFriendly": "SQL 连接字符串",
|
||||
"sqlDatabaseProjects.DotnetInstallationConfirmation": "找不到 .NET SDK。项目生成将不起作用。请安装 .NET 6 SDK 或更高版本,或在设置中更新 .Net SDK 位置(如果已安装)。",
|
||||
"sqlDatabaseProjects.Install": "安装",
|
||||
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "当前安装的 .NET SDK 版本为 {0},这是不受支持的。项目生成将不起作用。请安装 .NET 6 SDK 或更高版本,或在设置中更新 .NET SDK 支持的版本位置(如果已安装)。",
|
||||
"sqlDatabaseProjects.UpdateDotnetLocation": "更新位置",
|
||||
"sqlDatabaseProjects.doNotAskAgain": "不再询问",
|
||||
"sqlDatabaseProjects.outputChannel": "数据库项目",
|
||||
"sqlcmdVariableAlreadyExists": "此项目中已存在同名的 SQLCMD 变量",
|
||||
"sqlcmdVariableNameCannotBeWhitespace": "SQLCMD 变量名称 \"{0}\" 不能包含空格",
|
||||
"sqlcmdVariableNameCannotContainIllegalChars": "SQLCMD 变量名称 \"{0}\" 不能包含以下任何字符: {1}",
|
||||
"sqlcmdVariablesNodeName": "SQLCMD 变量",
|
||||
"invalidGuid": "指定的 GUID 无效: {0}",
|
||||
"edgeProjectTypeDescription": "从核心部分开始开发和发布 Azure SQL Edge 数据库的架构",
|
||||
"storedProcedureFriendlyName": "存储过程",
|
||||
"suppressMissingDependenciesErrors": "禁止显示由引用对象中的未解析引用导致的错误",
|
||||
"systemDatabase": "系统数据库",
|
||||
"systemDatabaseReferenceRequired": "添加对系统数据库的引用时需要系统数据库选择",
|
||||
"tableFriendlyName": "表",
|
||||
"targetConnectionLabel": "连接",
|
||||
"TargetDatabase": "目标数据库",
|
||||
"TargetPlatform": "目标平台",
|
||||
"TargetServer": "目标服务器",
|
||||
"extractTargetRequired": "必须提供用于提取的目标信息才能创建数据库项目。",
|
||||
"currentTargetPlatform": "项目 {0} 的目标平台现已 {1}",
|
||||
"targetProject": "目标项目",
|
||||
"taskFailedError.error": "无法完成任务“{0}”。错误: {1}",
|
||||
"sqlDatabaseProjects.DotnetInstallationConfirmation": "找不到 .NET SDK。项目生成将不起作用。请安装 .NET 6 SDK 或更高版本,或在设置中更新 .Net SDK 位置(如果已安装)。",
|
||||
"noSchemaCompareExtension": "架构比较扩展必须从数据库安装到更新项目。",
|
||||
"convertToSdkStyleConfirmation": "转换后,项目 \\\"{0}\\\" 将不与 SSDT 完全兼容。转换前,将在项目文件夹中创建项目文件的备份副本。有关详细信息,请参阅 https://aka.ms/sqlprojsdk。继续转换为 SDK 样式项目?",
|
||||
"equalComparison": "项目已与数据库保持最新。",
|
||||
"projectUpdatedToSdkStyle": "项目 {0} 已更新为 SDK 样式项目。单击“了解详细信息”,了解有关 Microsoft.Build.Sql SDK 的详细信息以及简化项目文件的方法。",
|
||||
"noSqlProjFile": "所选项目文件不存在",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "所选项目位置“{0}”不存在或不是目录。",
|
||||
"updateProjectDatabaseReferencesForRoundTrip": "需要更新系统数据库引用才能生成此项目“{0}”。如果项目是在 SSDT 中创建的,它将继续在这两个工具中工作。是否要更新项目?",
|
||||
"projectNeedsUpdatingForCrossPlat": "需要更新目标、引用和系统数据库引用,以生成项目 '{0}'。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "所选位置“{1}”中已存在名为“{0}”的目录。",
|
||||
"applyError": "更新项目时出错: {0}",
|
||||
"prePostDeployCount": "要成功生成,请更新项目以具有一个预先部署脚本和/或一个后期部署脚本",
|
||||
"unableToCreatePublishConnection": "无法构造连接: {0}",
|
||||
"unableToFindFile": "找不到路径为“{0}”的 {1}",
|
||||
"unableToFindReference": "找不到数据库引用 {0}",
|
||||
"unableToFindSqlCmdVariable": "找不到 SQLCMD 变量“{0}”",
|
||||
"unableToPerformAction": "无法定位“{0}”目标:“{1}”。{2}",
|
||||
"unexpectedProjectContext": "无法建立项目上下文。从意外位置调用了命令: {0}",
|
||||
"unableToFindSqlCmdVariable": "找不到 SQLCMD 变量“{0}”",
|
||||
"unableToFindReference": "找不到数据库引用 {0}",
|
||||
"unableToFindFile": "找不到路径为“{0}”的 {1}",
|
||||
"unableToPerformAction": "无法定位“{0}”目标:“{1}”。{2}",
|
||||
"multipleMostDeploymentScripts": "{0} 文件数异常: {1}",
|
||||
"unhandledDeleteType": "删除过程中未处理的项目类型: \"{0}",
|
||||
"unhandledMoveNode": "移动的未处理节点类型",
|
||||
"unknownDataSourceType": "未知的数据源类型: ",
|
||||
"unrecognizedDataSourcesVersion": "无法识别的版本: ",
|
||||
"updateAction": "更新操作",
|
||||
"updateActionRadiButtonLabel": "应用所有更改",
|
||||
"updateProjectDatabaseReferencesForRoundTrip": "需要更新系统数据库引用才能生成此项目“{0}”。如果项目是在 SSDT 中创建的,它将继续在这两个工具中工作。是否要更新项目?",
|
||||
"updateProjectForCrossPlatform": "{0} 如果项目是在 SSDT 中创建的,它将继续在这两个工具中工作。是否要更新项目?",
|
||||
"updateProjectForCrossPlatformShort": "是否更新{0}以获得跨平台支持?",
|
||||
"updateProjectFromDatabaseDialogName": "从数据库更新项目",
|
||||
"updateText": "更新",
|
||||
"updatedToSdkStyleError": "未能将项目 {0} 转换为 SDK 样式失败。对 .sqlproj 的更改已回滚。",
|
||||
"sqlDatabaseProjects.UpdateDotnetLocation": "更新位置",
|
||||
"updateAction": "更新操作",
|
||||
"updateProjectFromDatabaseDialogName": "从数据库更新项目",
|
||||
"updateProjectForCrossPlatformShort": "是否更新{0}以获得跨平台支持?",
|
||||
"deployAppSettingUpdating": "正在更新应用设置: \"{0}\"",
|
||||
"updatingProjectFromDatabase": "正在从 {1} 更新 {0}...",
|
||||
"dockerImagesPlaceHolder": "在本地 arm64/Apple Silicon 上使用{0}",
|
||||
"userSelectionCancelled": "用户已取消选择的 autorest 运行方式。",
|
||||
"userSelectionInstallGlobally": "用户已选择全局安装 autorest。正在安装...",
|
||||
"userSelectionRunNpx": "用户已选择通过 npx 运行。",
|
||||
"externalStreamingJobValidationPassed": "已通过外部流式作业验证。",
|
||||
"sqlCmdValueColumn": "值",
|
||||
"valueCannotBeEmpty": "值不能为空",
|
||||
"version": "版本",
|
||||
"versionMustNotBeEmpty": "版本不得为空",
|
||||
"versionPlaceholder": "NuGet 包版本",
|
||||
"viewFriendlyName": "查看",
|
||||
"compareActionRadiButtonLabel": "查看架构比较中的更改",
|
||||
"retryWaitMessage": "正在等待 {0} 秒,然后再次尝试执行操作 \"{1}\"",
|
||||
"reloadProject": "是否希望重新加载数据库项目?",
|
||||
"saveProfile": "是否要将设置保存在配置文件 (.publish.xml) 中?",
|
||||
"appSettingPrompt": "是否要使用新的连接字符串更新 Azure 函数 local.settings.json?",
|
||||
"yesString": "是",
|
||||
"yesRecommended": "是(推荐)",
|
||||
"yesString": "是"
|
||||
"dacpacFiles": "dacpac 文件",
|
||||
"optionNotFoundWarningMessage": "标签: 选项值名称查找中不存在 {0}",
|
||||
"updateProjectForCrossPlatform": "{0} 如果项目是在 SSDT 中创建的,它将继续在这两个工具中工作。是否要更新项目?",
|
||||
"serverPassword": "{0} 管理员密码",
|
||||
"passwordNotMatch": "{0} 密码与确认密码不匹配",
|
||||
"invalidSQLPassword": "{0} 密码不符合密码复杂性要求。有关详细信息,请参阅 https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"serverPortNumber": "{0} 端口号",
|
||||
"Date": "日期",
|
||||
"Failed": "失败",
|
||||
"Move": "移动",
|
||||
"Status": "状态",
|
||||
"Success": "成功",
|
||||
"Time": "时间",
|
||||
"at": "位于",
|
||||
"default": "默认",
|
||||
"fileObject": "文件",
|
||||
"folderObject": "文件夹",
|
||||
"hr": "小时",
|
||||
"min": "分钟",
|
||||
"msec": "毫秒",
|
||||
"sec": "秒"
|
||||
},
|
||||
"dist/tools/netcoreTool": {
|
||||
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … 出错: {1}"
|
||||
},
|
||||
"dist/tools/shellExecutionHelper": {
|
||||
"sqlDatabaseProjects.RunCommand.stderr": " stderr: ",
|
||||
"sqlDatabaseProjects.RunCommand.stdout": " stdout: ",
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … 已退出,代码为: {1}",
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 已退出,信号: {1}"
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 已退出,信号: {1}",
|
||||
"sqlDatabaseProjects.RunCommand.stderr": " stderr: ",
|
||||
"sqlDatabaseProjects.RunCommand.stdout": " stdout: "
|
||||
},
|
||||
"package": {
|
||||
"sqlDatabaseProjects.Settings": "数据库项目",
|
||||
"sqlDatabaseProjects.addDatabaseReference": "添加数据库引用",
|
||||
"sqlDatabaseProjects.addExistingItem": "添加现有项...",
|
||||
"sqlDatabaseProjects.addSqlCmdVariable": "添加 SQLCMD 变量",
|
||||
"sqlDatabaseProjects.autorestSqlVersion": "要从 NPM 使用哪个版本的 Autorest.Sql。如果未设置,则将使用最新版本。",
|
||||
"sqlDatabaseProjects.build": "生成",
|
||||
"sqlDatabaseProjects.changeTargetPlatform": "更新目标平台",
|
||||
"sqlDatabaseProjects.close": "关闭数据库项目",
|
||||
"sqlDatabaseProjects.collapseProjectNodes": "项目节点是否启动已折叠",
|
||||
"sqlDatabaseProjects.convertToSdkStyleProject": "转换为 SDK 样式项目",
|
||||
"sqlDatabaseProjects.createProjectFromDatabase": "根据数据库创建项目",
|
||||
"sqlDatabaseProjects.delete": "删除",
|
||||
"sqlDatabaseProjects.description": "设计和发布 SQL 数据库架构",
|
||||
"sqlDatabaseProjects.displayName": "数据库项目",
|
||||
"sqlDatabaseProjects.dotnetInstallLocation": "计算机上 .NET SDK 的完整路径。例如,如果 dotnet.exe 位于 C: \\folder1\\dotnet\\dotnet.exe,则将此设置的路径设置为 C: \\folder1\\dotnet",
|
||||
"sqlDatabaseProjects.edit": "编辑",
|
||||
"sqlDatabaseProjects.editProjectFile": "编辑 .sqlproj 文件",
|
||||
"sqlDatabaseProjects.enablePreviewFeatures": "启用预览版 SQL 数据库项目功能",
|
||||
"sqlDatabaseProjects.exclude": "从项目中排除",
|
||||
"sqlDatabaseProjects.generateProjectFromOpenApiSpec": "从 OpenAPI/Swagger 规范生成 SQL 项目(预览)",
|
||||
"sqlDatabaseProjects.microsoftBuildSqlVersion": "用于生成旧版 SQL 项目的 Microsoft.Build.Sql SDK 版本。示例: 0.1.7-preview",
|
||||
"sqlDatabaseProjects.netCoreDoNotAsk": "未检测到时是否提示用户安装 .NET SDK。",
|
||||
"sqlDatabaseProjects.new": "新建数据库项目",
|
||||
"sqlDatabaseProjects.newExternalStreamingJob": "添加外部流式处理作业",
|
||||
"sqlDatabaseProjects.newFolder": "添加文件夹",
|
||||
"sqlDatabaseProjects.newItem": "添加项...",
|
||||
"sqlDatabaseProjects.newPostDeploymentScript": "添加后期部署脚本",
|
||||
"sqlDatabaseProjects.newPreDeploymentScript": "添加预先部署脚本",
|
||||
"sqlDatabaseProjects.newPublishProfile": "新建发布配置文件",
|
||||
"sqlDatabaseProjects.addSqlCmdVariable": "添加 SQLCMD 变量",
|
||||
"sqlDatabaseProjects.newScript": "添加脚本",
|
||||
"sqlDatabaseProjects.newStoredProcedure": "添加存储过程",
|
||||
"sqlDatabaseProjects.newTable": "添加表",
|
||||
"sqlDatabaseProjects.newView": "添加视图",
|
||||
"sqlDatabaseProjects.nodejsDoNotAsk": "是否在未检测到时提示用户安装 Node.js。",
|
||||
"sqlDatabaseProjects.build": "生成",
|
||||
"sqlDatabaseProjects.changeTargetPlatform": "更新目标平台",
|
||||
"sqlDatabaseProjects.close": "关闭数据库项目",
|
||||
"sqlDatabaseProjects.convertToSdkStyleProject": "转换为 SDK 样式项目",
|
||||
"sqlDatabaseProjects.createProjectFromDatabase": "根据数据库创建项目",
|
||||
"sqlDatabaseProjects.Settings": "数据库项目",
|
||||
"sqlDatabaseProjects.displayName": "数据库项目",
|
||||
"sqlDatabaseProjects.delete": "删除",
|
||||
"sqlDatabaseProjects.description": "设计和发布 SQL 数据库架构",
|
||||
"sqlDatabaseProjects.edit": "编辑",
|
||||
"sqlDatabaseProjects.editProjectFile": "编辑 .sqlproj 文件",
|
||||
"sqlDatabaseProjects.enablePreviewFeatures": "启用预览版 SQL 数据库项目功能",
|
||||
"sqlDatabaseProjects.exclude": "从项目中排除",
|
||||
"sqlDatabaseProjects.dotnetInstallLocation": "计算机上 .NET SDK 的完整路径。例如,如果 dotnet.exe 位于 C: \\folder1\\dotnet\\dotnet.exe,则将此设置的路径设置为 C: \\folder1\\dotnet",
|
||||
"sqlDatabaseProjects.generateProjectFromOpenApiSpec": "从 OpenAPI/Swagger 规范生成 SQL 项目(预览)",
|
||||
"sqlDatabaseProjects.new": "新建数据库项目",
|
||||
"sqlDatabaseProjects.welcome": "当前没有打开数据项目。\r\n[新建项目](command:sqlDatabaseProjects.new)\r\n[打开项目](command:sqlDatabaseProjects.open)\r\n[根据数据库创建项目](command:sqlDatabaseProjects.importDatabase)",
|
||||
"sqlDatabaseProjects.openContainingFolder": "打开包含的文件夹",
|
||||
"sqlDatabaseProjects.open": "打开数据库项目",
|
||||
"sqlDatabaseProjects.openContainingFolder": "打开所在的文件夹",
|
||||
"sqlDatabaseProjects.openInDesigner": "在设计器中打开",
|
||||
"sqlDatabaseProjects.openReferencedSqlProject": "打开项目",
|
||||
"title.projectsView": "项目",
|
||||
"sqlDatabaseProjects.properties": "属性",
|
||||
"sqlDatabaseProjects.publish": "发布",
|
||||
"sqlDatabaseProjects.rename": "重命名",
|
||||
"sqlDatabaseProjects.schemaCompare": "架构比较",
|
||||
"sqlDatabaseProjects.updateProjectFromDatabase": "从数据库更新项目",
|
||||
"sqlDatabaseProjects.validateExternalStreamingJob": "验证外部流式处理作业",
|
||||
"sqlDatabaseProjects.welcome": "当前没有打开数据项目。\r\n[新建项目](command:sqlDatabaseProjects.new)\r\n[打开项目](command:sqlDatabaseProjects.open)\r\n[根据数据库创建项目](command:sqlDatabaseProjects.importDatabase)",
|
||||
"title.projectsView": "项目"
|
||||
"sqlDatabaseProjects.collapseProjectNodes": "项目节点是否启动已折叠",
|
||||
"sqlDatabaseProjects.netCoreDoNotAsk": "未检测到时是否提示用户安装 .NET SDK。",
|
||||
"sqlDatabaseProjects.nodejsDoNotAsk": "是否在未检测到时提示用户安装 Node.js。",
|
||||
"sqlDatabaseProjects.autorestSqlVersion": "要从 NPM 使用哪个版本的 Autorest.Sql。如果未设置,则将使用最新版本。",
|
||||
"sqlDatabaseProjects.microsoftBuildSqlVersion": "用于生成旧版 SQL 项目的 Microsoft.Build.Sql SDK 版本。示例: 0.1.7-preview"
|
||||
}
|
||||
}
|
||||
}
|
||||
+799
-795
File diff suppressed because it is too large
Load Diff
@@ -1,567 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/actionButton": {
|
||||
"scm button commit and push title": "{0} 提交和推送",
|
||||
"scm button commit and push tooltip": "提交和推送更改",
|
||||
"scm button commit and sync title": "{0} 提交和同步",
|
||||
"scm button commit and sync tooltip": "提交和同步更改",
|
||||
"scm button commit title": "{0} 提交",
|
||||
"scm button commit to new branch and push tooltip": "提交到新分支并推送更改",
|
||||
"scm button commit to new branch and sync tooltip": "提交到新分支并同步更改",
|
||||
"scm button commit to new branch tooltip": "将更改提交到新分支",
|
||||
"scm button commit tooltip": "提交更改",
|
||||
"scm button committing and pushing tooltip": "正在提交和推送更改...",
|
||||
"scm button committing and synching tooltip": "正在提交和同步更改...",
|
||||
"scm button committing to new branch and pushing tooltip": "正在提交到新分支并推送更改...",
|
||||
"scm button committing to new branch and synching tooltip": "正在提交到新分支并同步更改...",
|
||||
"scm button committing to new branch tooltip": "正在将更改提交到新分支...",
|
||||
"scm button committing tooltip": "正在提交更改...",
|
||||
"scm button continue title": "{0} 继续",
|
||||
"scm button continue tooltip": "继续变基",
|
||||
"scm button continuing tooltip": "正在继续变基...",
|
||||
"scm button publish branch": "发布Branch",
|
||||
"scm button publish branch running": "正在发布 Branch...",
|
||||
"scm button sync description": "{0} 同步更改 {1}{2}",
|
||||
"scm publish branch action button title": "{0} 发布 Branch",
|
||||
"scm secondary button commit": "提交",
|
||||
"syncing changes": "正在同步更改..."
|
||||
},
|
||||
"dist/askpass-main": {
|
||||
"missOrInvalid": "凭据丢失或无效。"
|
||||
},
|
||||
"dist/autofetch": {
|
||||
"no": "否",
|
||||
"not now": "稍后询问",
|
||||
"suggest auto fetch": "是否希望 Azure Data Studio [定期运行 “git fetch”]({0})?",
|
||||
"yes": "是"
|
||||
},
|
||||
"dist/commands": {
|
||||
"HEAD not available": "“{0}”的 HEAD 版本不可用。",
|
||||
"Theirs": "他们的",
|
||||
"Yours": "您的",
|
||||
"add": "添加到工作区",
|
||||
"add remote": "添加一个新远程...",
|
||||
"addFrom": "从 URL 添加远程存储库",
|
||||
"addfrom": "从 {0} 添加远程存储库",
|
||||
"addremote": "添加远程存储库",
|
||||
"always": "总是",
|
||||
"are you sure": "将在“{0}”中创建 Git 存储库。确定要继续吗?",
|
||||
"auth failed": "未能对 git remote 进行身份验证。",
|
||||
"auth failed specific": "未能对 git remote 进行身份验证:\r\n\r\n{0}",
|
||||
"branch already exists": "已存在名为“{0}”的分支",
|
||||
"branch name": "分支名称",
|
||||
"branch name does not match sanitized": "新分支将为“{0}”",
|
||||
"branch name format invalid": "分支名称必须匹配正则表达式: {0}",
|
||||
"cant push": "无法推送 refs 到远端。您可以试着运行“拉取”功能,整合您的更改。",
|
||||
"checkout detached": "签出已分离…",
|
||||
"choose": "选择文件夹...",
|
||||
"clean repo": "在签出前,请清理存储库工作树。",
|
||||
"clonefrom": "从 {0} 克隆",
|
||||
"cloning": "正在克隆 Git 存储库“{0}”...",
|
||||
"commit": "提交暂存更改",
|
||||
"commit anyway": "创建空提交",
|
||||
"commit changes": "仍要提交",
|
||||
"commit hash": "提交哈希",
|
||||
"commit message": "提交消息",
|
||||
"commit to branch": "提交到新分支",
|
||||
"commitMessageWithHeadLabel2": "消息(在“{0}”上提交)",
|
||||
"confirm branch protection commit": "你正在尝试提交到受保护的分支,并且你可能无权将提交推送到远程库。\r\n\r\n你希望如何继续?",
|
||||
"confirm delete": "确定要删除 {0} 吗?\r\n此操作不可撤消!\r\n如果继续操作,此文件将永久丢失。",
|
||||
"confirm delete multiple": "确定要删除 {0} 个文件吗?\r\n此操作不可撤消!\r\n如果继续操作,这些文件将永久丢失。",
|
||||
"confirm discard": "确定要放弃 {0} 中更改吗?",
|
||||
"confirm discard all": "确定要放弃在 {0} 个文件中所作的全部更改吗?\r\n此操作不可撤消!\r\n如果继续操作,你当前的工作集将永久丢失。",
|
||||
"confirm discard all 2": "{0}\r\n\r\n此操作不可撤消,你当前的工作集将永久丢失。",
|
||||
"confirm discard all single": "确定要放弃 {0} 中更改吗?",
|
||||
"confirm discard multiple": "是否确实要放弃 {0} 文件中的更改?",
|
||||
"confirm empty commit": "是否确定要创建空提交?",
|
||||
"confirm force delete branch": "“{0}”分支未被完全合并。是否仍要删除?",
|
||||
"confirm force push": "即将强制推送更改,此操作可能具有破坏性并可能在无意中覆盖其他人的更改。\r\n\r\n确定要继续吗?",
|
||||
"confirm no verify commit": "你即将在未验证的情况下提交更改,这会跳过 pre-commit 挂钩,可能导致不理想的结果。\r\n\r\n确定要继续吗?",
|
||||
"confirm publish branch": "分支“{0}”没有远程分支。是否要发布此分支?",
|
||||
"confirm restore": "是否确实要还原 {0}?",
|
||||
"confirm restore multiple": "是否确定要还原 {0} 个文件?",
|
||||
"confirm stage file with merge conflicts": "确定要暂存含有合并冲突的 {0} 吗?",
|
||||
"confirm stage files with merge conflicts": "确定要暂存含有合并冲突的 {0} 个文件吗?",
|
||||
"create branch": "正在创建新分支...",
|
||||
"create branch from": "从...创建分支",
|
||||
"create repo": "初始化存储库",
|
||||
"current": "当前",
|
||||
"default": "默认值",
|
||||
"delete": "删除文件",
|
||||
"delete branch": "删除分支",
|
||||
"delete file": "删除文件",
|
||||
"delete files": "删除文件",
|
||||
"deleted by them": "文件“{0}”已被他们删除且已经过我们修改。\r\n\r\n你想要执行什么操作?",
|
||||
"deleted by us": "文件“{0}”已被我们删除且已经过他们修改。\r\n\r\n你想要执行什么操作?",
|
||||
"discard": "放弃更改",
|
||||
"discardAll": "放弃所有 {0} 个文件",
|
||||
"discardAll multiple": "放弃 1 个文件",
|
||||
"drop all stashes": "是否确实要删除所有储藏? 其中有 {0} 个储藏将会受到修剪,并且可能无法恢复。",
|
||||
"drop one stash": "是否确实要删除所有储藏? 其中有 1 个储藏将会受到修剪,并且可能无法恢复。",
|
||||
"empty commit": "由于提交消息为空,已取消提交操作。",
|
||||
"force": "强制签出",
|
||||
"force push not allowed": "不允许强制推送,请启用 “git. allowForcePush” 设置。",
|
||||
"git error": "Git 错误",
|
||||
"git error details": "Git: {0}",
|
||||
"git.timeline.openDiffCommand": "打开比较",
|
||||
"git.title.diff": "{0} ↔ {1}",
|
||||
"git.title.diffRefs": "{0} ({1}) ↔ {0} ({2})",
|
||||
"git.title.index": "{0} (索引)",
|
||||
"git.title.ref": "{0} ({1})",
|
||||
"git.title.workingTree": "{0} (工作树)",
|
||||
"init": "选择用于初始化 Git 储存库的工作区文件夹",
|
||||
"init repo": "初始化存储库",
|
||||
"invalid branch name": "分支名称无效",
|
||||
"keep ours": "保留“我们”的版本",
|
||||
"keep theirs": "保留“他们”的版本",
|
||||
"learn more": "了解详细信息",
|
||||
"local changes": "签出会覆盖本地更改。",
|
||||
"merge commit": "最后一个提交是合并提交。是否确实要撤消它?",
|
||||
"merge conflicts": "存在合并冲突。请在提交之前解决这些冲突。",
|
||||
"missing user info": "请确保已在 Git 中配置 “user.name” 和 “user.email”。",
|
||||
"never": "从不",
|
||||
"never again": "确定,且不再显示",
|
||||
"never ask again": "确定,且不再询问",
|
||||
"no changes": "没有要提交的更改。",
|
||||
"no changes stash": "没有要储藏的更改。",
|
||||
"no more": "无法撤消,因为 HEAD 不指向任何提交。",
|
||||
"no rebase": "没有正在进行的变基。",
|
||||
"no remotes added": "您的存储库中没有远程存储库。",
|
||||
"no remotes to fetch": "此存储库未配置可以从中抓取的远程存储库。",
|
||||
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
|
||||
"no remotes to pull": "存储库未配置任何从其中进行拉取的远程存储库。",
|
||||
"no remotes to push": "存储库未配置任何要推送到的远程存储库。",
|
||||
"no staged changes": "没有可提交的暂存更改。\r\n\r\n是否要暂存所有更改并直接提交?",
|
||||
"no stashes": "此存储库中没有储藏。",
|
||||
"no tags": "此存储库没有标记。",
|
||||
"no verify commit not allowed": "不允许在未验证的情况下提交,请使用 “git.allowNoVerifyCommit” 设置启用这些提交。",
|
||||
"nobranch": "请签出一个分支以推送到远程。",
|
||||
"ok": "确定",
|
||||
"open git log": "打开 GIT 日志",
|
||||
"open repo": "打开存储库",
|
||||
"openrepo": "打开",
|
||||
"openreponew": "在新窗口中打开",
|
||||
"pick branch pull": "选择拉取的来源分支",
|
||||
"pick provider": "选择一个提供程序以将分支“{0}”发布到:",
|
||||
"pick remote": "选取要将分支“{0}”发布到的远程:",
|
||||
"pick remote pull repo": "选择要从其拉取分支的远程位置",
|
||||
"pick stash to apply": "选择要应用的储藏",
|
||||
"pick stash to drop": "选择要删除的储藏",
|
||||
"pick stash to pop": "选择要弹出的储藏",
|
||||
"proposeopen": "是否要打开已克隆存储库?",
|
||||
"proposeopen init": "是否打开初始化的存储库?",
|
||||
"proposeopen2": "您是希望打开克隆的存储库,还是将其添加到当前工作区?",
|
||||
"proposeopen2 init": "您是希望打开初始化的存储库,还是将其添加到当前工作区?",
|
||||
"provide branch name": "请提供新的分支名称",
|
||||
"provide commit hash": "请提供提交哈希",
|
||||
"provide commit message": "请提供提交消息",
|
||||
"provide remote name": "请提供远程存储库名称",
|
||||
"provide stash message": "提供储藏消息(可选)",
|
||||
"provide tag message": "请提供消息以对标记进行注释",
|
||||
"provide tag name": "已成功带标记进行推送。",
|
||||
"publish to": "发布到 {0}",
|
||||
"remote already exists": "远程存储库“{0}”已存在。",
|
||||
"remote branch at": "{0} 处的远程分支",
|
||||
"remote name": "远程存储库名称",
|
||||
"remote name format invalid": "远程仓库名称格式无效",
|
||||
"remove remote": "选择要删除的远程库",
|
||||
"repourl": "存储库 URL",
|
||||
"restore file": "恢复文件",
|
||||
"restore files": "恢复文件",
|
||||
"save and commit": "全部保存并提交",
|
||||
"save and stash": "全部保存并储藏",
|
||||
"select a branch to merge from": "选择要从其合并的分支",
|
||||
"select a branch to rebase onto": "选择要变基到的分支",
|
||||
"select a ref to checkout": "选择要签出的 ref",
|
||||
"select a ref to checkout detached": "选择要在分离模式下签出的引用",
|
||||
"select a ref to create a new branch from": "选择一个 ref 以从中创建“{0}”分支",
|
||||
"select a tag to delete": "选择要删除的标记",
|
||||
"select branch to delete": "选择要删除的分支",
|
||||
"select log level": "选择日志级别",
|
||||
"selectFolder": "选择存储库位置",
|
||||
"show command output": "显示命令输出",
|
||||
"stash": "仍要储藏",
|
||||
"stash merge conflicts": "在应用储藏时存在合并冲突。",
|
||||
"stash message": "储藏消息",
|
||||
"stashcheckout": "储藏并签出",
|
||||
"sure drop": "确定要删除储藏 {0} 吗?",
|
||||
"sync is unpredictable": "此操作将从“{0}/{1}”中拉取并向其推送提交。",
|
||||
"tag at": "{0} 处的标记",
|
||||
"tag message": "消息",
|
||||
"tag name": "标记名称",
|
||||
"there are untracked files": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
|
||||
"there are untracked files single": "若放弃下面未跟踪的文件,其将被从硬盘上删除: {0}。",
|
||||
"undo commit": "撤消合并提交",
|
||||
"unsaved files": "有 {0} 个文件尚未保存。\r\n\r\n要在提交之前保存吗?",
|
||||
"unsaved files single": "以下文件具有未保存的更改;如果继续,则提交时不会包含这些更改: {0}。\r\n\r\n要在提交之前保存吗?",
|
||||
"unsaved stash files": "有 {0} 个文件尚未保存。\r\n\r\n要在储藏之前保存吗?",
|
||||
"unsaved stash files single": "以下文件具有未保存的更改;如果继续,则储藏时不会包含这些更改: {0}。\r\n\r\n要在储藏之前保存吗?",
|
||||
"warn untracked": "这将删除 {0} 个未跟踪的文件!\r\n此操作不可撤消!\r\n这些文件将永久丢失。",
|
||||
"yes": "是",
|
||||
"yes discard tracked": "放弃 1 个已跟踪的文件",
|
||||
"yes discard tracked multiple": "放弃 {0} 个已跟踪的文件",
|
||||
"yes never again": "确定,且不再显示"
|
||||
},
|
||||
"dist/log": {
|
||||
"gitLogLevel": "日志级别: {0}"
|
||||
},
|
||||
"dist/main": {
|
||||
"skipped": "已跳过在以下位置中找到的 git: {0}",
|
||||
"using git": "将使用位于 {1} 的 Git {0}",
|
||||
"validating": "正在验证在以下位置中找到的 git: {0}"
|
||||
},
|
||||
"dist/model": {
|
||||
"no repositories": "没有可用存储库",
|
||||
"not supported": "“git.scanRepositories” 设置不支持绝对路径。",
|
||||
"pick repo": "选择存储库",
|
||||
"repoOnHomeDriveRootWarning": "无法在“{0}”处自动打开 git 仓库。若要打开该 git 仓库,请在 VS Code 中直接将其作为文件夹打开。",
|
||||
"too many submodules": "“{0}”存储库中的 {1} 个子模块将不会自动打开。您仍可以通过打开其中的文件来单独打开每个子模块。"
|
||||
},
|
||||
"dist/repository": {
|
||||
"add known": "是否要将“{0}”添加到 .gitignore?",
|
||||
"added by them": "冲突: 已由他们添加",
|
||||
"added by us": "冲突: 已由我们添加",
|
||||
"always pull": "始终拉取",
|
||||
"both added": "冲突: 两个都已添加",
|
||||
"both deleted": "冲突: 两个都已删除",
|
||||
"both modified": "冲突: 两个都已修改",
|
||||
"changes": "更改",
|
||||
"commit": "提交",
|
||||
"commit in rebase": "无法在变基过程中修改提交消息。请完成变基操作,并改用交互式变基。",
|
||||
"commitMessage": "消息({0} 待提交)",
|
||||
"commitMessageCountdown": "当前行剩余 {0} 个字符",
|
||||
"commitMessageWarning": "当前行比 {1} 超出 {0} 个字符",
|
||||
"commitMessageWhitespacesOnlyWarning": "当前提交消息仅包含空白字符",
|
||||
"commitMessageWithHeadLabel": "消息({0} 在“{1}”提交)",
|
||||
"deleted": "已删除",
|
||||
"deleted by them": "冲突: 已由他们删除",
|
||||
"deleted by us": "冲突: 已由我们删除",
|
||||
"dont pull": "不拉取",
|
||||
"git.title.deleted": "{0} (已删除)",
|
||||
"git.title.index": "{0} (索引)",
|
||||
"git.title.ours": "{0} (我们的)",
|
||||
"git.title.theirs": "{0} (他们的)",
|
||||
"git.title.untracked": "{0} (未跟踪)",
|
||||
"git.title.workingTree": "{0} (工作树)",
|
||||
"huge": "Git 存储库“{0}”中存在大量活动更改,将仅启用部分 Git 功能。",
|
||||
"ignored": "已忽略",
|
||||
"index added": "已添加索引",
|
||||
"index copied": "已复制索引",
|
||||
"index deleted": "已删除索引",
|
||||
"index modified": "已修改索引",
|
||||
"index renamed": "已重命名索引",
|
||||
"intent to add": "打算添加",
|
||||
"merge changes": "合并更改",
|
||||
"modified": "已修改",
|
||||
"neveragain": "不再显示",
|
||||
"no": "否",
|
||||
"ok": "确定",
|
||||
"open": "打开",
|
||||
"open.merge": "打开合并",
|
||||
"pull": "拉取",
|
||||
"pull branch maybe rebased": "当前分支“{0}”似乎已变基。确定仍要拉取到其中吗?",
|
||||
"pull maybe rebased": "当前分支似乎已变基。确定仍要拉取到其中吗?",
|
||||
"pull n": "从 {1}/{2} 拉取 {0} 个提交",
|
||||
"pull push n": "在 {2}/{3} 之间拉取 {0} 个提交并推送 {1} 个提交",
|
||||
"push n": "将 {0} 个提交推送到 {1}/{2}",
|
||||
"push success": "已成功推送。",
|
||||
"staged changes": "暂存的更改",
|
||||
"sync changes": "同步更改",
|
||||
"sync is unpredictable": "正在同步。取消可能会导致存储库出现严重损坏",
|
||||
"tooManyChangesWarning": "检测到过多更改。下面将仅显示第一个 {0} 更改。",
|
||||
"untracked": "未跟踪的",
|
||||
"untracked changes": "未跟踪的更改",
|
||||
"yes": "是"
|
||||
},
|
||||
"dist/statusbar": {
|
||||
"checkout": "签出分支/标记...",
|
||||
"publish branch": "发布分支",
|
||||
"publish to": "发布到 {0}",
|
||||
"publish to...": "发布到...",
|
||||
"rebasing": "正在变基",
|
||||
"syncing changes": "正在同步更改..."
|
||||
},
|
||||
"dist/timelineProvider": {
|
||||
"git.timeline.email": "电子邮件",
|
||||
"git.timeline.openComparison": "打开比较",
|
||||
"git.timeline.source": "Git 历史记录",
|
||||
"git.timeline.stagedChanges": "暂存的更改",
|
||||
"git.timeline.uncommitedChanges": "未提交的更改",
|
||||
"git.timeline.you": "你"
|
||||
},
|
||||
"package": {
|
||||
"colors.added": "已添加资源的颜色。",
|
||||
"colors.conflict": "存在冲突的资源的颜色。",
|
||||
"colors.deleted": "已删除资源的颜色。",
|
||||
"colors.ignored": "已忽略资源的颜色。",
|
||||
"colors.modified": "已修改资源的颜色。",
|
||||
"colors.renamed": "重命名或复制的资源的颜色。",
|
||||
"colors.stageDeleted": "已暂存的已删除资源的颜色。",
|
||||
"colors.stageModified": "已暂存的已修改资源的颜色。",
|
||||
"colors.submodule": "子模块资源的颜色。",
|
||||
"colors.untracked": "未跟踪资源的颜色。",
|
||||
"command.addRemote": "添加远程存储库…",
|
||||
"command.api.getRemoteSources": "获取远程源",
|
||||
"command.api.getRepositories": "获取存储库",
|
||||
"command.api.getRepositoryState": "获取仓库状态",
|
||||
"command.branch": "创建分支...",
|
||||
"command.branchFrom": "从现有来源创建新的分支...",
|
||||
"command.checkout": "签出到...",
|
||||
"command.checkoutDetached": "签出到(已分离)…",
|
||||
"command.cherryPick": "挑拣…",
|
||||
"command.clean": "放弃更改",
|
||||
"command.cleanAll": "放弃所有更改",
|
||||
"command.cleanAllTracked": "放弃所有跟踪的更改",
|
||||
"command.cleanAllUntracked": "放弃所有未跟踪的更改",
|
||||
"command.clone": "克隆",
|
||||
"command.cloneRecursive": "克隆(递归)",
|
||||
"command.close": "关闭存储库",
|
||||
"command.closeAllDiffEditors": "关闭所有差异编辑器",
|
||||
"command.commit": "提交",
|
||||
"command.commitAll": "全部提交",
|
||||
"command.commitAllAmend": "全部提交(修改)",
|
||||
"command.commitAllAmendNoVerify": "全部提交(修正,不验证)",
|
||||
"command.commitAllNoVerify": "全部提交(不验证)",
|
||||
"command.commitAllSigned": "全部提交(已署名)",
|
||||
"command.commitAllSignedNoVerify": "全部提交(已签收,不验证)",
|
||||
"command.commitEmpty": "创建空提交",
|
||||
"command.commitEmptyNoVerify": "空提交(不验证)",
|
||||
"command.commitMessageAccept": "接受提交消息",
|
||||
"command.commitMessageDiscard": "放弃提交消息",
|
||||
"command.commitNoVerify": "提交(不验证)",
|
||||
"command.commitStaged": "提交已暂存文件",
|
||||
"command.commitStagedAmend": "提交已暂存文件(修改)",
|
||||
"command.commitStagedAmendNoVerify": "提交已暂存内容(修正,不验证)",
|
||||
"command.commitStagedNoVerify": "提交已暂存内容(不验证)",
|
||||
"command.commitStagedSigned": "提交已暂存文件(已署名)",
|
||||
"command.commitStagedSignedNoVerify": "提交已暂存内容(已签收,不验证)",
|
||||
"command.createTag": "创建标记",
|
||||
"command.deleteBranch": "删除分支...",
|
||||
"command.deleteTag": "删除标签",
|
||||
"command.fetch": "抓取",
|
||||
"command.fetchAll": "从所有远程存储库中拉取",
|
||||
"command.fetchPrune": "获取 (删除)",
|
||||
"command.git.acceptMerge": "接受合并",
|
||||
"command.ignore": "添加到 .gitignore",
|
||||
"command.init": "初始化存储库",
|
||||
"command.merge": "合并分支...",
|
||||
"command.openAllChanges": "打开所有更改",
|
||||
"command.openChange": "打开更改",
|
||||
"command.openFile": "打开文件",
|
||||
"command.openHEADFile": "打开文件 (HEAD)",
|
||||
"command.openRepository": "打开存储库",
|
||||
"command.publish": "发布分支...",
|
||||
"command.pull": "拉取",
|
||||
"command.pullFrom": "拉取自...",
|
||||
"command.pullRebase": "拉取(变基)",
|
||||
"command.push": "推送",
|
||||
"command.pushFollowTags": "推送(“关注”标记)",
|
||||
"command.pushFollowTagsForce": "推送(“关注”标记,强制)",
|
||||
"command.pushForce": "推送(强制)",
|
||||
"command.pushTags": "推送标记",
|
||||
"command.pushTo": "推送到...",
|
||||
"command.pushToForce": "推送到...(强制)",
|
||||
"command.rebase": "变基分支…",
|
||||
"command.rebaseAbort": "中止变基",
|
||||
"command.refresh": "刷新",
|
||||
"command.removeRemote": "删除远程存储库",
|
||||
"command.rename": "重命名",
|
||||
"command.renameBranch": "重命名分支...",
|
||||
"command.restoreCommitTemplate": "还原提交模板",
|
||||
"command.revealFileInOS.linux": "打开包含的文件夹",
|
||||
"command.revealFileInOS.mac": "在查找器中显示",
|
||||
"command.revealFileInOS.windows": "在文件资源管理器中显示",
|
||||
"command.revealInExplorer": "在资源管理器视图中显示",
|
||||
"command.revertChange": "还原更改",
|
||||
"command.revertSelectedRanges": "还原所选更改",
|
||||
"command.setLogLevel": "设置日志级别...",
|
||||
"command.showOutput": "显示 GIT 输出",
|
||||
"command.stage": "暂存更改",
|
||||
"command.stageAll": "暂存所有更改",
|
||||
"command.stageAllMerge": "暂存所有合并更改",
|
||||
"command.stageAllTracked": "暂存所有跟踪的更改",
|
||||
"command.stageAllUntracked": "暂存所有未跟踪的更改",
|
||||
"command.stageChange": "暂存更改",
|
||||
"command.stageSelectedRanges": "暂存所选范围",
|
||||
"command.stash": "储藏",
|
||||
"command.stashApply": "应用储藏...",
|
||||
"command.stashApplyLatest": "应用最新储藏",
|
||||
"command.stashDrop": "删除储藏...",
|
||||
"command.stashDropAll": "删除所有储藏...",
|
||||
"command.stashIncludeUntracked": "储藏(包含未跟踪)",
|
||||
"command.stashPop": "弹出储藏...",
|
||||
"command.stashPopLatest": "弹出最新储藏",
|
||||
"command.sync": "同步",
|
||||
"command.syncRebase": "同步(变基)",
|
||||
"command.timelineCompareWithSelected": "与已选项目进行比较",
|
||||
"command.timelineCopyCommitId": "复制提交 ID",
|
||||
"command.timelineCopyCommitMessage": "复制提交消息",
|
||||
"command.timelineOpenDiff": "打开更改",
|
||||
"command.timelineSelectForCompare": "选择以进行比较",
|
||||
"command.undoCommit": "撤消上次提交",
|
||||
"command.unstage": "取消暂存更改",
|
||||
"command.unstageAll": "取消暂存所有更改",
|
||||
"command.unstageSelectedRanges": "取消暂存所选范围",
|
||||
"config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
|
||||
"config.allowNoVerifyCommit": "控制是否允许没有运行 pre-commit 和 commit-msg 挂钩的提交。",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "始终显示“暂存的更改”资源组。",
|
||||
"config.alwaysSignOff": "控制所有提交的 signoff 标志。",
|
||||
"config.autoRepositoryDetection": "配置何时自动检测存储库。",
|
||||
"config.autoRepositoryDetection.false": "禁止自动扫描存储库。",
|
||||
"config.autoRepositoryDetection.openEditors": "扫描当前打开文件的父文件夹。",
|
||||
"config.autoRepositoryDetection.subFolders": "扫描当前打开文件夹的子文件夹。",
|
||||
"config.autoRepositoryDetection.true": "扫描当前打开文件夹与当前打开文件所在文件夹的子文件夹。",
|
||||
"config.autoStash": "在拉取前暂存所有更改,在成功拉取后还原这些更改。",
|
||||
"config.autofetch": "若设置为 true,则自动从当前 Git 存储库的默认远程库提取提交。若设置为“全部”,则从所有远程库进行提取。",
|
||||
"config.autofetchPeriod": "在启用“#git.autofetch#”情况下每次自动 git fetch 之间的间隔时间(以秒为单位)。",
|
||||
"config.autorefresh": "是否启用自动刷新。",
|
||||
"config.branchPrefix": "创建新分支时使用的前缀。",
|
||||
"config.branchProtection": "受保护分支的列表。默认情况下,在将更改提交到受保护分支之前会显示提示。可以使用 `#git.branchProtectionPrompt#` 设置控制提示。",
|
||||
"config.branchProtectionPrompt": "控制是否在将更改提交到受保护分支之前进行提示。",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "始终将更改提交到受保护分支。",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "始终将更改提交到新的分支。",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "始终在将更改提交到受保护分支之前进行提示。",
|
||||
"config.branchRandomNameDictionary": "用于随机生成的分支名称的字典列表。每个值都表示用于生成分支名称段的字典。支持的词典:“形容词”、“动物”、“颜色”和“数字”。",
|
||||
"config.branchRandomNameDictionary.adjectives": "随机形容词",
|
||||
"config.branchRandomNameDictionary.animals": "随机动物名称",
|
||||
"config.branchRandomNameDictionary.colors": "随机颜色名称",
|
||||
"config.branchRandomNameDictionary.numbers": "100 和 999 之间的一个随机数",
|
||||
"config.branchRandomNameEnable": "控制在创建新分支时是否生成随机名称。",
|
||||
"config.branchSortOrder": "控制分支的排列顺序。",
|
||||
"config.branchValidationRegex": "用于验证新分支名称的正则表达式。",
|
||||
"config.branchWhitespaceChar": "用于替换新分支名称中的空格,以及用于分隔随机生成的分支名称区段的字符。",
|
||||
"config.checkoutType": "控制在运行“签出到…”时列出的 git 参考类型。",
|
||||
"config.checkoutType.local": "本地分支",
|
||||
"config.checkoutType.remote": "远程分支",
|
||||
"config.checkoutType.tags": "标记",
|
||||
"config.closeDiffOnOperation": "控制在储藏、提交、放弃、暂存或取消暂存更改时,是否应自动关闭差异编辑器。",
|
||||
"config.commandsToLog": "GIT 命令列表 (例如: commit、push),这些命令的 `stdout` 将被记录到 [git 输出](command:git.showOutput)。如果 GIT 命令配置了客户端挂钩,那么客户端挂钩的 `stdout` 也将被记录到 [git 输出](command:git.showOutput)。",
|
||||
"config.confirmEmptyCommits": "始终为 “Git: Commit Empty” 命令确认创建空提交。",
|
||||
"config.confirmForcePush": "控制在强制推送前是否进行确认。",
|
||||
"config.confirmNoVerifyCommit": "控制是否在提交前要求确认而不进行验证。",
|
||||
"config.confirmSync": "同步 Git 存储库前请先进行确认。",
|
||||
"config.countBadge": "控制 Git 计数徽章。",
|
||||
"config.countBadge.all": "对所有更改计数。",
|
||||
"config.countBadge.off": "关闭计数器。",
|
||||
"config.countBadge.tracked": "仅对跟踪的更改计数。",
|
||||
"config.decorations.enabled": "控制 Git 是否在资源管理器和“打开编辑器”视图中添加颜色和小标。",
|
||||
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置。",
|
||||
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
|
||||
"config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命命令将放弃哪些更改。`all` 放弃所有更改。`tracked` 仅放弃跟踪的文件。`prompt` 则在每次运行此操作时显示提示对话框。",
|
||||
"config.enableCommitSigning": "使用 GPG 或 x.509 启用提交签名。",
|
||||
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
||||
"config.enableStatusBarSync": "控制Git Sync命令是否出现在状态栏中。",
|
||||
"config.enabled": "是否启用 Git。",
|
||||
"config.experimental.installGuide": "Git 安装流程的实验性改进。",
|
||||
"config.fetchOnPull": "启用后,在拉取时获取所有分支。否则,仅获取当前。",
|
||||
"config.followTagsWhenSync": "遵循“运行同步命令时推送所有标记”。",
|
||||
"config.ignoreLegacyWarning": "忽略“旧版 Git”警告。",
|
||||
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告。",
|
||||
"config.ignoreMissingGitWarning": "忽略“缺失 Git”的警告。",
|
||||
"config.ignoreRebaseWarning": "忽略拉取时发出的分支似乎已变基的警告。",
|
||||
"config.ignoreSubmodules": "忽略对文件树中子模块的修改。",
|
||||
"config.ignoreWindowsGit27Warning": "如果 Windows 上安装了 Git 2.25 - 2.26,则忽略警告。",
|
||||
"config.ignoredRepositories": "要忽略的 Git 存储库列表。",
|
||||
"config.inputValidation": "控制何时显示提交消息输入验证。",
|
||||
"config.inputValidationLength": "控制显示提交消息长度警告的长度阈值。",
|
||||
"config.inputValidationSubjectLength": "控制用于显示警告的提交消息主题长度阈值。请取消设置它以继承 “config.inputValidationLength” 的值。",
|
||||
"config.logLevel": "指定要记录到 [git 输出](command:git.showOutput)的信息量(如果有)。",
|
||||
"config.logLevel.critical": "仅记录关键信息",
|
||||
"config.logLevel.debug": "仅记录调试、信息、警告、错误和关键信息",
|
||||
"config.logLevel.error": "仅记录错误和关键信息",
|
||||
"config.logLevel.info": "仅记录信息、警告、错误和关键信息",
|
||||
"config.logLevel.off": "不记录任何内容",
|
||||
"config.logLevel.trace": "记录所有信息",
|
||||
"config.logLevel.warn": "仅记录警告、错误和关键信息",
|
||||
"config.mergeEditor": "打开当前处于冲突状态的文件的合并编辑器。",
|
||||
"config.openAfterClone": "控制是否在克隆后自动打开存储库。",
|
||||
"config.openAfterClone.always": "始终在当前窗口中打开。",
|
||||
"config.openAfterClone.alwaysNewWindow": "始终在新窗口中打开。",
|
||||
"config.openAfterClone.prompt": "始终提示操作。",
|
||||
"config.openAfterClone.whenNoFolderOpen": "只有在没有打开任何文件夹时,才在当前窗口中打开。",
|
||||
"config.openDiffOnClick": "控制单击更改时是否应打开差异编辑器。否则将打开常规编辑器。",
|
||||
"config.path": "Git 可执行文件的路径和文件名,例如 `C:\\Program Files\\Git\\bin\\git.exe` (Windows)。这也可以是一个包含多个要查找的路径的字符串值数组。",
|
||||
"config.postCommitCommand": "成功提交后运行 git 命令。",
|
||||
"config.postCommitCommand.none": "提交后不要运行任何命令。",
|
||||
"config.postCommitCommand.push": "成功提交后运行'Git Push'。",
|
||||
"config.postCommitCommand.sync": "成功提交后运行'Git Sync'。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制 Git 是否在提交之前检查未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "禁用此检查。",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "只检查未保存的已暂存文件。",
|
||||
"config.promptToSaveFilesBeforeStash": "控制 Git 是否在储藏更改之前检查未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash.never": "禁用此检查。",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "只检查未保存的已暂存文件。",
|
||||
"config.pruneOnFetch": "提取时修剪。",
|
||||
"config.pullTags": "拉取时提取所有标签。",
|
||||
"config.rebaseWhenSync": "在运行“同步”命令时,强制 Git 使用“变基”。",
|
||||
"config.repositoryScanIgnoredFolders": "当 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时扫描 Git 仓库时忽略的文件夹列表。",
|
||||
"config.repositoryScanMaxDepth": "在将 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时,控制扫描工作区文件夹以查找 Git 仓库时使用的深度。如果不进行限制,可以设置为 `-1`。",
|
||||
"config.requireGitUserConfig": "控制在是要求进行显式 Git 用户配置,还是允许 Git 在缺少配置时进行猜测。",
|
||||
"config.scanRepositories": "在其中搜索 Git 存储库的路径的列表。",
|
||||
"config.showActionButton": "控制操作按钮是否显示在“源代码管理”视图中。",
|
||||
"config.showActionButton.commit": "显示一个操作按钮,以便在本地分支已修改文件可供提交时提交更改。",
|
||||
"config.showActionButton.publish": "显示一个操作按钮,以便在本地分支没有跟踪远程分支时发布该分支。",
|
||||
"config.showActionButton.sync": "显示一个操作按钮,以便在本地分支位于远程分支前面或后面时同步更改。",
|
||||
"config.showCommitInput": "控制是否在 Git 源控制面板中显示提交输入。",
|
||||
"config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
|
||||
"config.showProgress": "控制 Git 操作是否显示进度提示。",
|
||||
"config.showPushSuccessNotification": "控制在推送成功时是否显示通知。",
|
||||
"config.smartCommitChanges": "控制哪些更改由Smart Commit自动暂存。",
|
||||
"config.smartCommitChanges.all": "自动暂存所有更改。",
|
||||
"config.smartCommitChanges.tracked": "仅自动暂存跟踪的更改。",
|
||||
"config.statusLimit": "控制如何限制可从 Git 状态命令分析的更改数。可以设置为 0 表示无限制。",
|
||||
"config.suggestSmartCommit": "建议启用智能提交(在无暂存更改时提交所有更改)。",
|
||||
"config.supportCancellation": "控制在运行同步操作时是否出现通知,允许用户取消操作。",
|
||||
"config.terminalAuthentication": "控制是否使 VS Code 成为集成终端中产生的 git 进程的身份验证处理程序。请注意: 需要重启终端才能选择此设置中的更改。",
|
||||
"config.terminalGitEditor": "控制是否使 VS Code 成为集成终端中产生的 git 进程的 git 编辑器。请注意: 需要重启终端才能选择此设置中的更改。",
|
||||
"config.timeline.date": "控制在日程表视图中项目使用的日期。",
|
||||
"config.timeline.date.authored": "使用创作日期",
|
||||
"config.timeline.date.committed": "使用提交日期",
|
||||
"config.timeline.showAuthor": "控制是否在日程表视图中显示提交作者。",
|
||||
"config.timeline.showUncommitted": "控制是否在时间线视图中显示未提交的更改。",
|
||||
"config.untrackedChanges": "控制未跟踪的更改的行为。",
|
||||
"config.untrackedChanges.hidden": "未跟踪的更改被隐藏,并从多个操作中排除。",
|
||||
"config.untrackedChanges.mixed": "所有更改,无论是跟踪的还是未跟踪的,都会一起出现并表现出相同的行为。",
|
||||
"config.untrackedChanges.separate": "未跟踪的更改单独显示在“源代码管理”视图中。它们也被排除在几个操作之外。",
|
||||
"config.useCommitInputAsStashMessage": "控制是否将提交输入框中的消息用作默认储藏消息。",
|
||||
"config.useEditorAsCommitInput": "控制当提交输入框中未提供消息时,是否将使用全文编辑器来创作提交消息。",
|
||||
"config.useForcePushWithLease": "控制是否使用更安全的 force-with-lease 进行强制推送。",
|
||||
"config.useIntegratedAskPass": "控制是否应覆盖 GIT_ASKPASS 以使用集成版本。",
|
||||
"config.verboseCommit": "启用`#git.useEditorAsCommitInput#`时启用详细输出。",
|
||||
"description": "Git 源代码管理集成",
|
||||
"displayName": "Git",
|
||||
"submenu.branch": "分支",
|
||||
"submenu.changes": "更改",
|
||||
"submenu.commit": "提交",
|
||||
"submenu.commit.amend": "修改",
|
||||
"submenu.commit.signoff": "注销",
|
||||
"submenu.explorer": "Git",
|
||||
"submenu.pullpush": "拉取,推送",
|
||||
"submenu.remotes": "远程",
|
||||
"submenu.stash": "存储",
|
||||
"submenu.tags": "标记",
|
||||
"view.workbench.cloneRepository": "可以在本地克隆存储库。\r\n[可控存储库](command:git.clone“启用 git 扩展后立即克隆存储库”)",
|
||||
"view.workbench.learnMore": "要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.disabled": "如果要使用 git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 git。\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.empty": "如果要使用 git 功能,可以打开包含 git 存储库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆存储库](command:git.clone)\r\n要详细了解如何在 Azure Data Studio 中使用 git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.emptyWorkspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.folder": "当前打开的文件夹中没有 Git 存储库。可初始化一个存储库,它将弃用 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init?%5Btrue%5D)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.missing": "安装 Git (一种流行的源代码管理系统),以跟踪代码更改并与他人协作。在我们的 [Git 指南](https://aka.ms/vscode-scm)中了解详细信息。",
|
||||
"view.workbench.scm.missing.linux": "源代码管理取决于将安装的 Git。\r\n[下载适用于 Linux 的 Git](https://git-scm.com/download/linux)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城]](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"view.workbench.scm.missing.mac": "[下载适用于 macOS 的 Git](https://git-scm.com/download/mac)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"view.workbench.scm.missing.windows": "[下载适用于 Windows 的 Git](https://git-scm.com/download/win)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"view.workbench.scm.workspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。可以初始化文件夹上将启用由 git 支持的源代码管理功能的存储库。\r\n[初始化存储库](command:git.init)\r\n要详细了解如何在 Azure Data Studio 中使用 git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+87
@@ -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 表",
|
||||
"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 绑定"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"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": {
|
||||
"bundle": {
|
||||
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\" 具有指纹 \"{1}\"",
|
||||
"$(info) Remote \"{0}\" has no tags.": "$(info)远程库“{0}”没有标记。",
|
||||
"$(info) This repository has no tags.": "$(info) 此仓库没有标记。",
|
||||
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\" 具有指纹 \"{1}\"",
|
||||
"A branch named \"{0}\" already exists": "已存在名为“{0}”的分支",
|
||||
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "在工作区的父文件夹或打开的文件中找到了 git 存储库。是否要打开存储库?",
|
||||
"Absolute paths not supported in \"git.scanRepositories\" setting.": "“git.scanRepositories” 设置中不支持绝对路径。",
|
||||
@@ -21,7 +21,7 @@
|
||||
"Add remote from {0}": "从 {0} 添加远程存储库",
|
||||
"Add to Workspace": "添加到工作区",
|
||||
"All Repositories": "所有存储库",
|
||||
"Always": "始终",
|
||||
"Always": "总是",
|
||||
"Always Pull": "始终拉取",
|
||||
"Are you sure you want to DELETE {0} files?\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST if you proceed.": "确定要删除 {0} 个文件吗?\\n此操作不可撤消!\\n如果继续操作,这些文件将永久丢失。",
|
||||
"Are you sure you want to DELETE {0}?\\nThis is IRREVERSIBLE!\\nThis file will be FOREVER LOST if you proceed.": "确定要删除 {0} 吗?\\n此操作不可撤消!\\n如果继续操作,此文件将永久丢失。",
|
||||
@@ -49,7 +49,7 @@
|
||||
"Checkout detached...": "签出已分离…",
|
||||
"Choose Folder...": "选择文件夹...",
|
||||
"Choose a folder to clone {0} into": "选择文件夹以将 {0} 克隆到",
|
||||
"Choose a repository": "选择仓库",
|
||||
"Choose a repository": "选择存储库",
|
||||
"Choose which repository to clone": "选择要克隆的存储库",
|
||||
"Clone from URL": "存储库 URL",
|
||||
"Clone from {0}": "从 {0} 克隆",
|
||||
@@ -87,7 +87,7 @@
|
||||
"Could not clone your repository as Git is not installed.": "无法克隆存储库,因为未安装 Git。",
|
||||
"Create Empty Commit": "创建空提交",
|
||||
"Create new branch from...": "从...创建分支",
|
||||
"Create new branch...": "创建新分支...",
|
||||
"Create new branch...": "正在创建新分支...",
|
||||
"Current": "当前",
|
||||
"Current commit message only contains whitespace characters": "当前提交消息仅包含空白字符",
|
||||
"Delete Branch": "删除分支",
|
||||
@@ -104,7 +104,6 @@
|
||||
"Don\\'t Show Again": "不再显示",
|
||||
"Download Git": "下载 Git",
|
||||
"Email": "电子邮件",
|
||||
"Enables the following features: {0}": "Enables the following features: {0}",
|
||||
"Failed to authenticate to git remote.": "未能对 git remote 进行身份验证。",
|
||||
"Failed to authenticate to git remote:\\n\\n{0}": "未能对 git remote 进行身份验证:\\n\\n{0}",
|
||||
"File \"{0}\" was deleted by them and modified by us.\\n\\nWhat would you like to do?": "文件 \"{0}\" 已被他们删除且已经过我们修改。\\n\\n你想要执行什么操作?",
|
||||
@@ -114,7 +113,6 @@
|
||||
"Git History": "Git 历史记录",
|
||||
"Git error": "Git 错误",
|
||||
"Git local working changes": "Git 本地工作更改",
|
||||
"Git not found. Install it or configure it using the \"git.path\" setting.": "未找到 Git。请安装 Git,或在 \"git.path\" 设置中配置。",
|
||||
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。是否要打开存储库?",
|
||||
"Git: {0}": "Git: {0}",
|
||||
"HEAD version of \"{0}\" is not available.": "“{0}”的 HEAD 版本不可用。",
|
||||
@@ -125,7 +123,7 @@
|
||||
"Index Deleted": "已删除索引",
|
||||
"Index Modified": "已修改索引",
|
||||
"Index Renamed": "已重命名索引",
|
||||
"Initialize Repository": "初始化仓库",
|
||||
"Initialize Repository": "初始化存储库",
|
||||
"Intent to Add": "打算添加",
|
||||
"Intent to Rename": "打算重命名",
|
||||
"Invalid branch name": "分支名称无效",
|
||||
@@ -134,7 +132,7 @@
|
||||
"It\\'s not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "无法在变基过程中修改提交消息。请完成变基操作,并改用交互式变基。",
|
||||
"Keep Our Version": "保留“我们”的版本",
|
||||
"Keep Their Version": "保留“他们”的版本",
|
||||
"Learn More": "了解详细信息",
|
||||
"Learn More": "了解更多",
|
||||
"Log level: {0}": "日志级别: {0}",
|
||||
"Make sure you configure your \"user.name\" and \"user.email\" in git.": "请确保已在 Git 中配置你的 \"user.name\" 和 \"user.email\"。",
|
||||
"Manage Unsafe Repositories": "管理不安全的存储库",
|
||||
@@ -156,7 +154,7 @@
|
||||
"Open Git Log": "打开 GIT 日志",
|
||||
"Open Merge": "打开合并",
|
||||
"Open Repositories In Parent Folders": "在父文件夹中打开存储库",
|
||||
"Open Repository": "打开仓库",
|
||||
"Open Repository": "打开存储库",
|
||||
"Open in New Window": "在新窗口中打开",
|
||||
"Optionally provide a stash message": "提供储藏消息(可选)",
|
||||
"Passphrase": "密码",
|
||||
@@ -167,13 +165,12 @@
|
||||
"Pick a remote to remove": "选择要删除的远程库",
|
||||
"Pick a repository to mark as safe and open": "选择要标记为安全并打开的存储库",
|
||||
"Pick a repository to open": "选择要打开的存储库",
|
||||
"Pick a repository to reopen": "Pick a repository to reopen",
|
||||
"Pick a stash to apply": "选择要应用的储藏",
|
||||
"Pick a stash to drop": "选择要删除的储藏",
|
||||
"Pick a stash to pop": "选择要弹出的储藏",
|
||||
"Pick workspace folder to initialize git repo in": "选择用于初始化 Git 储存库的工作区文件夹",
|
||||
"Please check out a branch to push to a remote.": "请签出一个分支以推送到远程。",
|
||||
"Please clean your repository working tree before checkout.": "在签出前,请清理仓库工作树。",
|
||||
"Please clean your repository working tree before checkout.": "在签出前,请清理存储库工作树。",
|
||||
"Please provide a commit message": "请提供提交消息",
|
||||
"Please provide a message to annotate the tag": "请提供消息以对标记进行注释",
|
||||
"Please provide a new branch name": "请提供新的分支名称",
|
||||
@@ -181,8 +178,8 @@
|
||||
"Please provide a tag name": "已成功带标记进行推送。",
|
||||
"Please provide the commit hash": "请提供提交哈希",
|
||||
"Publish Branch": "发布分支",
|
||||
"Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "发布Branch",
|
||||
"Publish Branch \"{0}\"/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "发布 Branch“{0}”",
|
||||
"Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "发布 Branch",
|
||||
"Publish to {0}": "发布到 {0}",
|
||||
"Publish to...": "发布到...",
|
||||
"Publishing Branch \"{0}\".../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "正在发布 Branch“{0}”...",
|
||||
@@ -196,7 +193,6 @@
|
||||
"Remote branch at {0}": "{0} 处的远程分支",
|
||||
"Remote name": "远程存储库名称",
|
||||
"Remote name format invalid": "远程仓库名称格式无效",
|
||||
"Reopen Closed Repositories": "Reopen Closed Repositories",
|
||||
"Replace Local Tag(s)": "替换本地标记",
|
||||
"Restore file": "恢复文件",
|
||||
"Restore files": "恢复文件",
|
||||
@@ -223,7 +219,7 @@
|
||||
"Successfully pushed.": "已成功推送。",
|
||||
"Synchronize Changes": "同步更改",
|
||||
"Synchronizing Changes...": "正在同步更改...",
|
||||
"Syncing. Cancelling may cause serious damages to the repository": "正在同步。取消可能会导致仓库出现严重损坏",
|
||||
"Syncing. Cancelling may cause serious damages to the repository": "正在同步。取消可能会导致存储库出现严重损坏",
|
||||
"Tag at {0}": "{0} 处的标记",
|
||||
"Tag name": "标记名称",
|
||||
"The \"{0}\" repository has {1} submodules which won\\'t be opened automatically. You can still open each one individually by opening a file within.": "\"{0}\" 存储库中的 {1} 个子模块将不会自动打开。你仍可以通过打开其中的文件来单独打开每个子模块。",
|
||||
@@ -236,24 +232,23 @@
|
||||
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "当前文件夹中的 git 存储库可能不安全,因为这些文件夹由当前用户以外的其他人所有。",
|
||||
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "位于“{0}”的 Git 仓库中存在太多活动更改,将仅启用部分 Git 功能。",
|
||||
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "当前文件夹中的 git 存储库可能不安全,因为该文件夹由当前用户以外的其他人所有。",
|
||||
"The last commit was a merge commit. Are you sure you want to undo it?": "最后一个提交是合并提交。是否确实要撤消它?",
|
||||
"The last commit was a merge commit. Are you sure you want to undo it?": "最后一个提交是合并提交。是否确实要撤消它?",
|
||||
"The new branch will be \"{0}\"": "新分支将为“{0}”",
|
||||
"The repository does not have any commits. Please make an initial commit before creating a stash.": "存储库没有任何提交。请在创建储藏条目之前进行初始提交。",
|
||||
"The selection range does not contain any changes.": "选择范围未包含任何更改。",
|
||||
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "安装的 Git \"{0}\" 存在已知问题。要使 Git 功能正常工作,请至少将 Git 更新到 2.27 版本。",
|
||||
"There are merge conflicts. Resolve them before committing.": "存在合并冲突。请在提交之前解决这些冲突。",
|
||||
"There are no available repositories": "没有可用存储库",
|
||||
"There are no changes to commit.": "没有要提交的更改。",
|
||||
"There are no changes to stash.": "没有要储藏的更改。",
|
||||
"There are no staged changes to commit.\\n\\nWould you like to stage all your changes and commit them directly?": "没有可提交的暂存更改。\\n\\n是否要暂存所有更改并直接提交?",
|
||||
"There are no staged changes to stash.": "没有要储藏的暂存更改。",
|
||||
"There are no stashes in the repository.": "此仓库中没有储藏。",
|
||||
"There are no stashes in the repository.": "此存储库中没有储藏。",
|
||||
"There are {0} unsaved files.\\n\\nWould you like to save them before committing?": "当前有 {0} 个文件尚未保存。\\n\\n要在提交之前保存吗?",
|
||||
"There are {0} unsaved files.\\n\\nWould you like to save them before stashing?": "有 {0} 个文件尚未保存。\\n\\n要在储藏之前保存吗?",
|
||||
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
|
||||
"There were merge conflicts while applying the stash.": "在应用储藏时存在合并冲突。",
|
||||
"This action will pull and push commits from and to \"{0}/{1}\".": "此操作将从“{0}/{1}”中拉取并向其推送提交。",
|
||||
"This repository has no remotes configured to fetch from.": "此仓库未配置可以从中抓取的远程仓库。",
|
||||
"This repository has no remotes configured to fetch from.": "此存储库未配置可以从中抓取的远程存储库。",
|
||||
"This will DELETE {0} untracked files!\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST.": "这将删除 {0} 个未跟踪的文件!\\n此操作不可撤消!\\n这些文件将被永久删除。",
|
||||
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "将在“{0}”中创建 Git 仓库。确定要继续吗?",
|
||||
"Too many changes were detected. Only the first {0} changes will be shown below.": "检测到过多更改。下面将仅显示第一个 {0} 更改。",
|
||||
@@ -262,14 +257,13 @@
|
||||
"Undo merge commit": "撤消合并提交",
|
||||
"Untracked": "未跟踪的",
|
||||
"Untracked Changes": "未跟踪的更改",
|
||||
"Update Git": "更新 GIT",
|
||||
"Using git \"{0}\" from \"{1}\"": "将使用位于 \"{0}\" 的 Git \"{1}\"",
|
||||
"Validating found git in: \"{0}\"": "正在验证在以下位置找到的 git: \"{0}\"",
|
||||
"Would you like to add \"{0}\" to .gitignore?": "是否要将“{0}”添加到 .gitignore?",
|
||||
"Would you like to open the cloned repository, or add it to the current workspace?": "您是希望打开克隆的仓库,还是将其添加到当前工作区?",
|
||||
"Would you like to open the cloned repository?": "是否要打开已克隆仓库?",
|
||||
"Would you like to open the initialized repository, or add it to the current workspace?": "您是希望打开初始化的仓库,还是将其添加到当前工作区?",
|
||||
"Would you like to open the initialized repository?": "是否打开初始化的仓库?",
|
||||
"Would you like to open the cloned repository, or add it to the current workspace?": "您是希望打开克隆的存储库,还是将其添加到当前工作区?",
|
||||
"Would you like to open the cloned repository?": "是否要打开已克隆存储库?",
|
||||
"Would you like to open the initialized repository, or add it to the current workspace?": "您是希望打开初始化的存储库,还是将其添加到当前工作区?",
|
||||
"Would you like to open the initialized repository?": "是否打开初始化的存储库?",
|
||||
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "你希望 {0} [定期运行 \"git fetch\"]({1})吗?",
|
||||
"Yes": "是",
|
||||
"Yes, Don\\'t Show Again": "确定,且不再显示",
|
||||
@@ -277,12 +271,11 @@
|
||||
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\\n\\nAre you sure to continue?": "你即将在未验证的情况下提交更改,这将跳过提交前的钩子,可能导致不理想的结果。\\n\\n确定要继续吗?",
|
||||
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\\n\\nAre you sure to continue?": "即将强制推送更改,此操作可能具有破坏性并可能在无意中覆盖其他人的更改。\\n\\n确定要继续吗?",
|
||||
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\\n\\nHow would you like to proceed?": "你正在尝试提交到受保护的分支,你可能无权将提交推送到远程库。\\n\\n你希望如何继续?",
|
||||
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "似乎已安装 GIT \"{0}\"。Code 非常适合 GIT >= 2",
|
||||
"Your local changes would be overwritten by checkout.": "签出会覆盖本地更改。",
|
||||
"Your repository has no remotes configured to publish to.": "仓库未配置任何要发布到的远程仓库。",
|
||||
"Your repository has no remotes configured to pull from.": "仓库未配置任何从其中进行拉取的远程仓库。",
|
||||
"Your repository has no remotes configured to push to.": "仓库未配置任何要推送到的远程仓库。",
|
||||
"Your repository has no remotes.": "您的仓库没有远程仓库。",
|
||||
"Your repository has no remotes configured to publish to.": "存储库未配置任何要发布到的远程存储库。",
|
||||
"Your repository has no remotes configured to pull from.": "存储库未配置任何从其中进行拉取的远程存储库。",
|
||||
"Your repository has no remotes configured to push to.": "存储库未配置任何要推送到的远程存储库。",
|
||||
"Your repository has no remotes.": "您的存储库中没有远程存储库。",
|
||||
"no": "否",
|
||||
"yes": "是",
|
||||
"{0} (Deleted)": "{0} (已删除)",
|
||||
@@ -307,34 +300,60 @@
|
||||
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\n此操作不可撤销,你当前的工作集将会永远丢失。"
|
||||
},
|
||||
"package": {
|
||||
"colors.added": "已添加资源的颜色。",
|
||||
"colors.conflict": "存在冲突的资源的颜色。",
|
||||
"colors.deleted": "已删除资源的颜色。",
|
||||
"colors.ignored": "已忽略资源的颜色。",
|
||||
"colors.modified": "已修改资源的颜色。",
|
||||
"colors.renamed": "重命名或复制的资源的颜色。",
|
||||
"colors.stageDeleted": "已暂存的已删除资源的颜色。",
|
||||
"colors.stageModified": "已暂存的已修改资源的颜色。",
|
||||
"colors.submodule": "子模块资源的颜色。",
|
||||
"colors.untracked": "未跟踪资源的颜色。",
|
||||
"view.workbench.scm.repositoryInParentFolders": "在工作区的父文件夹或打开的文件中找到了 git 存储库。\r\n[Open Repository](command:git.openRepositoriesInParentFolders)\r\n使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 设置来控制是打开工作区或打开文件的父文件夹中的 git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
|
||||
"config.branchRandomNameDictionary.adjectives": "随机形容词",
|
||||
"config.branchRandomNameDictionary.animals": "随机动物名称",
|
||||
"config.branchRandomNameDictionary.colors": "随机颜色名称",
|
||||
"config.branchRandomNameDictionary.numbers": "100 和 999 之间的一个随机数",
|
||||
"config.branchValidationRegex": "用于验证新分支名称的正则表达式。",
|
||||
"command.mergeAbort": "中止合并",
|
||||
"command.rebaseAbort": "中止变基",
|
||||
"command.commitMessageAccept": "接受提交消息",
|
||||
"command.addRemote": "添加远程存储库…",
|
||||
"command.api.getRemoteSources": "获取远程源",
|
||||
"command.api.getRepositories": "获取存储库",
|
||||
"command.api.getRepositoryState": "获取仓库状态",
|
||||
"command.branch": "创建分支...",
|
||||
"command.branchFrom": "从现有来源创建新的分支...",
|
||||
"command.checkout": "签出到...",
|
||||
"command.ignore": "添加到 .gitignore",
|
||||
"config.untrackedChanges.mixed": "所有更改,无论是跟踪的还是未跟踪的,都会一起出现并表现出相同的行为。",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "始终将更改提交到新的分支。",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "始终将更改提交到受保护分支。",
|
||||
"config.confirmEmptyCommits": "始终为 “Git: Commit Empty” 命令确认创建空提交。",
|
||||
"config.openRepositoryInParentFolders.always": "始终在工作区的父文件夹中打开存储库或打开文件。",
|
||||
"config.openAfterClone.alwaysNewWindow": "始终在新窗口中打开。",
|
||||
"config.openAfterClone.always": "始终在当前窗口中打开。",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "始终在将更改提交到受保护分支之前进行提示。",
|
||||
"config.openAfterClone.prompt": "始终提示操作。",
|
||||
"config.publishBeforeContinueOn.always": "从 git 存储库使用“继续工作”时始终发布未发布的 git 状态",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "始终显示“暂存的更改”资源组。",
|
||||
"submenu.commit.amend": "修改",
|
||||
"command.stashApplyLatest": "应用最新储藏",
|
||||
"command.stashApply": "应用储藏...",
|
||||
"config.smartCommitChanges.all": "自动暂存所有更改。",
|
||||
"config.smartCommitChanges.tracked": "仅自动暂存跟踪的更改。",
|
||||
"submenu.branch": "分支",
|
||||
"submenu.changes": "更改",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "只检查未保存的已暂存文件。",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "只检查未保存的已暂存文件。",
|
||||
"command.checkoutDetached": "签出到(已分离)…",
|
||||
"command.checkout": "签出到...",
|
||||
"command.cherryPick": "挑拣…",
|
||||
"command.clean": "放弃更改",
|
||||
"command.cleanAll": "放弃所有更改",
|
||||
"command.cleanAllTracked": "放弃所有跟踪的更改",
|
||||
"command.cleanAllUntracked": "放弃所有未跟踪的更改",
|
||||
"command.clone": "克隆",
|
||||
"command.cloneRecursive": "克隆(递归)",
|
||||
"command.close": "关闭仓库",
|
||||
"command.continueInLocalClone": "在本地克隆存储库并在桌面上打开...",
|
||||
"command.closeAllDiffEditors": "关闭所有差异编辑器",
|
||||
"command.close": "关闭存储库",
|
||||
"colors.added": "已添加资源的颜色。",
|
||||
"colors.stageDeleted": "已暂存的已删除资源的颜色。",
|
||||
"colors.deleted": "已删除资源的颜色。",
|
||||
"colors.ignored": "已忽略资源的颜色。",
|
||||
"colors.stageModified": "已暂存的已修改资源的颜色。",
|
||||
"colors.modified": "已修改资源的颜色。",
|
||||
"colors.renamed": "重命名或复制的资源的颜色。",
|
||||
"colors.conflict": "存在冲突的资源的颜色。",
|
||||
"colors.submodule": "子模块资源的颜色。",
|
||||
"colors.untracked": "未跟踪资源的颜色。",
|
||||
"submenu.commit": "提交",
|
||||
"command.commit": "提交",
|
||||
"command.commitNoVerify": "提交(不验证)",
|
||||
"command.commitAll": "全部提交",
|
||||
"command.commitAllAmend": "全部提交(修改)",
|
||||
"command.commitAllAmendNoVerify": "全部提交(修正,不验证)",
|
||||
@@ -343,257 +362,228 @@
|
||||
"command.commitAllSignedNoVerify": "全部提交(已签收,不验证)",
|
||||
"command.commitEmpty": "创建空提交",
|
||||
"command.commitEmptyNoVerify": "空提交(不验证)",
|
||||
"command.commitMessageAccept": "接受提交消息",
|
||||
"command.commitMessageDiscard": "放弃提交消息",
|
||||
"command.commitNoVerify": "提交(不验证)",
|
||||
"command.commitStaged": "提交已暂存文件",
|
||||
"command.commitStagedAmend": "提交已暂存文件(修改)",
|
||||
"command.commitStagedAmendNoVerify": "提交已暂存内容(修正,不验证)",
|
||||
"command.commitStagedNoVerify": "提交已暂存内容(不验证)",
|
||||
"command.commitStagedSigned": "提交已暂存文件(已署名)",
|
||||
"command.commitStagedSignedNoVerify": "提交已暂存内容(已签收,不验证)",
|
||||
"command.continueInLocalClone": "在本地克隆存储库并在桌面上打开...",
|
||||
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
||||
"command.timelineCompareWithSelected": "与已选项目进行比较",
|
||||
"command.git.acceptMerge": "完成合并",
|
||||
"command.git.runGitMerge": "计算与 Git 冲突",
|
||||
"command.git.runGitMergeDiff3": "计算与 Git 冲突(Diff3)",
|
||||
"config.autoRepositoryDetection": "配置何时自动检测存储库。",
|
||||
"config.confirmSync": "同步 Git 存储库前请先进行确认。",
|
||||
"command.continueInLocalClone.qualifiedName": "继续在新的本地克隆中工作",
|
||||
"config.openRepositoryInParentFolders": "控制是应打开工作区父文件夹中的存储库还是打开的文件。",
|
||||
"config.smartCommitChanges": "控制哪些更改由Smart Commit自动暂存。",
|
||||
"config.statusLimit": "控制如何限制可从 Git 状态命令分析的更改数。可以设置为 0 表示无限制。",
|
||||
"config.untrackedChanges": "控制未跟踪的更改的行为。",
|
||||
"config.countBadge": "控制 Git 计数徽章。",
|
||||
"config.inputValidationLength": "控制显示提交消息长度警告的长度阈值。",
|
||||
"config.inputValidationSubjectLength": "控制用于显示警告的提交消息主题长度阈值。请取消设置它以继承 “config.inputValidationLength” 的值。",
|
||||
"config.repositoryScanMaxDepth": "在将 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时,控制扫描工作区文件夹以查找 Git 仓库时使用的深度。如果不进行限制,可以设置为 `-1`。",
|
||||
"config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
|
||||
"config.alwaysSignOff": "控制所有提交的 signoff 标志。",
|
||||
"config.branchSortOrder": "控制分支的排列顺序。",
|
||||
"config.similarityThreshold": "控制相似性索引(即相比于文件大小添加/删除的量)的阈值,以便将一对添加/删除文件中的更改视为重命名。",
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命命令将放弃哪些更改。`all` 放弃所有更改。`tracked` 仅放弃跟踪的文件。`prompt` 则在每次运行此操作时显示提示对话框。",
|
||||
"config.checkoutType": "控制在运行“签出到…”时列出的 git 参考类型。",
|
||||
"config.inputValidation": "控制何时显示提交消息输入验证。",
|
||||
"config.useIntegratedAskPass": "控制是否应覆盖 GIT_ASKPASS 以使用集成版本。",
|
||||
"config.decorations.enabled": "控制 Git 是否在资源管理器和“打开编辑器”视图中添加颜色和小标。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制 Git 是否在提交之前检查未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash": "控制 Git 是否在储藏更改之前检查未保存的文件。",
|
||||
"config.pullBeforeCheckout": "控制没有传出提交的分支在签出之前是否快速转发。",
|
||||
"config.useEditorAsCommitInput": "控制当提交输入框中未提供消息时,是否将使用全文编辑器来创作提交消息。",
|
||||
"config.supportCancellation": "控制在运行同步操作时是否出现通知,允许用户取消操作。",
|
||||
"config.branchProtectionPrompt": "控制是否在将更改提交到受保护的分支之前显示提示。",
|
||||
"config.branchRandomNameEnable": "控制在创建新分支时是否生成随机名称。",
|
||||
"config.showActionButton": "控制操作按钮是否显示在“源代码管理”视图中。",
|
||||
"config.allowNoVerifyCommit": "控制是否允许没有运行 pre-commit 和 commit-msg 挂钩的提交。",
|
||||
"config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
|
||||
"config.useForcePushWithLease": "控制是否使用更安全的 force-with-lease 进行强制推送。",
|
||||
"config.showProgress": "控制 Git 操作是否显示进度提示。",
|
||||
"config.enableStatusBarSync": "控制Git Sync命令是否出现在状态栏中。",
|
||||
"config.closeDiffOnOperation": "控制在储藏、提交、放弃、暂存或取消暂存更改时,是否应自动关闭差异编辑器。",
|
||||
"config.openDiffOnClick": "控制单击更改时是否应打开差异编辑器。否则将打开常规编辑器。",
|
||||
"config.confirmNoVerifyCommit": "控制是否在提交前要求确认而不进行验证。",
|
||||
"config.confirmForcePush": "控制在强制推送前是否进行确认。",
|
||||
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
|
||||
"config.terminalGitEditor": "控制是否使 VS Code 成为集成终端中产生的 Git 进程的 Git 编辑器。请注意: 需要重启终端才能选择此设置中的更改。",
|
||||
"config.terminalAuthentication": "控制是否启用 VS Code 作为集成终端中生成的 Git 进程的身份验证处理程序。请注意: 需要重启终端才能选取此设置中的更改。",
|
||||
"config.openAfterClone": "控制是否在克隆后自动打开存储库。",
|
||||
"config.optimisticUpdate": "控制是否在运行 git 命令后乐观地更新源代码管理视图的状态。",
|
||||
"config.publishBeforeContinueOn": "控制是否要在从 git 存储库使用“继续工作”时提示发布未发布的 git 状态。",
|
||||
"config.requireGitUserConfig": "控制在是要求进行显式 Git 用户配置,还是允许 Git 在缺少配置时进行猜测。",
|
||||
"config.showPushSuccessNotification": "控制在推送成功时是否显示通知。",
|
||||
"config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
|
||||
"config.timeline.showAuthor": "控制是否在日程表视图中显示提交作者。",
|
||||
"config.showCommitInput": "控制是否在 Git 源控制面板中显示提交输入。",
|
||||
"config.timeline.showUncommitted": "控制是否在时间线视图中显示未提交的更改。",
|
||||
"config.useCommitInputAsStashMessage": "控制是否将提交输入框中的消息用作默认储藏消息。",
|
||||
"config.timeline.date": "控制在日程表视图中项目使用的日期。",
|
||||
"command.timelineCopyCommitId": "复制提交 ID",
|
||||
"command.timelineCopyCommitMessage": "复制提交消息",
|
||||
"config.countBadge.all": "对所有更改计数。",
|
||||
"config.countBadge.tracked": "仅对跟踪的更改计数。",
|
||||
"command.branchFrom": "从现有来源创建新的分支...",
|
||||
"command.branch": "创建分支...",
|
||||
"command.createTag": "创建标记",
|
||||
"command.deleteBranch": "删除分支...",
|
||||
"command.deleteRemoteTag": "删除远程标记",
|
||||
"command.deleteTag": "删除标签",
|
||||
"config.autoRepositoryDetection.false": "禁止自动扫描存储库。",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "禁用此检查。",
|
||||
"config.promptToSaveFilesBeforeStash.never": "禁用此检查。",
|
||||
"command.cleanAll": "放弃所有更改",
|
||||
"command.cleanAllTracked": "放弃所有跟踪的更改",
|
||||
"command.cleanAllUntracked": "放弃所有未跟踪的更改",
|
||||
"command.clean": "放弃更改",
|
||||
"command.commitMessageDiscard": "放弃提交消息",
|
||||
"config.postCommitCommand.none": "提交后不要运行任何命令。",
|
||||
"command.stashDropAll": "删除所有储藏...",
|
||||
"command.stashDrop": "删除储藏...",
|
||||
"config.autofetchPeriod": "在启用“#git.autofetch#”情况下每次自动 git fetch 之间的间隔时间(以秒为单位)。",
|
||||
"config.verboseCommit": "启用`#git.useEditorAsCommitInput#`时启用详细输出。",
|
||||
"config.enableCommitSigning": "使用 GPG 或 x.509 启用提交签名。",
|
||||
"config.experimental.installGuide": "Git 安装流程的实验性改进。",
|
||||
"command.fetch": "抓取",
|
||||
"command.fetchAll": "从所有远程存储库中拉取",
|
||||
"command.fetchPrune": "获取 (删除)",
|
||||
"command.git.acceptMerge": "完成合并",
|
||||
"command.git.openMergeEditor": "在合并编辑器中解析",
|
||||
"command.git.runGitMerge": "计算与 Git 冲突",
|
||||
"command.git.runGitMergeDiff3": "计算与 Git 冲突(Diff3)",
|
||||
"command.ignore": "添加到 .gitignore",
|
||||
"command.init": "初始化仓库",
|
||||
"command.fetchAll": "从所有远程存储库中拉取",
|
||||
"config.pullTags": "拉取时提取所有标签。",
|
||||
"config.rebaseWhenSync": "在运行“同步”命令时,强制 Git 使用“变基”。",
|
||||
"command.api.getRemoteSources": "获取远程源",
|
||||
"command.api.getRepositories": "获取存储库",
|
||||
"command.api.getRepositoryState": "获取仓库状态",
|
||||
"submenu.explorer": "Git",
|
||||
"displayName": "Git",
|
||||
"description": "Git 源代码管理集成",
|
||||
"view.workbench.scm.repositoriesInParentFolders": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。\r\n[Open Repository](command:git.openRepositoriesInParentFolders)\r\n使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 设置来控制是打开工作区或打开文件的父文件夹中的 git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
|
||||
"view.workbench.scm.disabled": "如果要使用 git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 git。\r\n要了解有关如何在 VS Code 中使用 Git 和源代码管理的更多信息,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"config.ignoreSubmodules": "忽略对文件树中子模块的修改。",
|
||||
"config.ignoreLegacyWarning": "忽略“旧版 Git”警告。",
|
||||
"config.ignoreWindowsGit27Warning": "如果 Windows 上安装了 Git 2.25 - 2.26,则忽略警告。",
|
||||
"config.ignoreMissingGitWarning": "忽略“缺失 Git”的警告。",
|
||||
"config.ignoreRebaseWarning": "忽略拉取时发出的分支似乎已变基的警告。",
|
||||
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告。",
|
||||
"view.workbench.scm.empty": "如果要使用 git 功能,可以打开包含 git 存储库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆存储库](command:git.clone)\r\n要详细了解如何在 Azure Data Studio 中使用 git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"command.init": "初始化存储库",
|
||||
"view.workbench.scm.missing": "安装 Git (一种流行的源代码管理系统),以跟踪代码更改并与他人协作。在我们的 [Git 指南](https://aka.ms/vscode-scm)中了解详细信息。",
|
||||
"config.branchRandomNameDictionary": "用于随机生成的分支名称的字典列表。每个值都表示用于生成分支名称段的字典。支持的词典:“形容词”、“动物”、“颜色”和“数字”。",
|
||||
"config.repositoryScanIgnoredFolders": "当 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时扫描 Git 仓库时忽略的文件夹列表。",
|
||||
"config.commandsToLog": "GIT 命令列表 (例如: commit、push),这些命令的 `stdout` 将被记录到 [git 输出](command:git.showOutput)。如果 GIT 命令配置了客户端挂钩,那么客户端挂钩的 `stdout` 也将被记录到 [git 输出](command:git.showOutput)。",
|
||||
"config.ignoredRepositories": "要忽略的 Git 存储库列表。",
|
||||
"config.scanRepositories": "在其中搜索 Git 存储库的路径的列表。",
|
||||
"config.branchProtection": "受保护分支的列表。默认情况下,在将更改提交到受保护分支之前会显示提示。可以使用 `#git.branchProtectionPrompt#` 设置控制提示。",
|
||||
"config.checkoutType.local": "本地分支",
|
||||
"command.manageUnsafeRepositories": "管理不安全的存储库",
|
||||
"command.merge": "合并分支...",
|
||||
"command.mergeAbort": "中止合并",
|
||||
"config.openRepositoryInParentFolders.never": "切勿在工作区的父文件夹中打开存储库或打开文件。",
|
||||
"config.publishBeforeContinueOn.never": "从 git 存储库使用“继续工作”时切勿发布未发布的 git 状态",
|
||||
"config.openAfterClone.whenNoFolderOpen": "只有在没有打开任何文件夹时,才在当前窗口中打开。",
|
||||
"command.openAllChanges": "打开所有更改",
|
||||
"command.timelineOpenDiff": "打开更改",
|
||||
"command.openChange": "打开更改",
|
||||
"command.revealFileInOS.linux": "打开所在的文件夹",
|
||||
"command.openFile": "打开文件",
|
||||
"command.openHEADFile": "打开文件 (HEAD)",
|
||||
"command.openRepositoriesInParentFolders": "在父文件夹中打开存储库",
|
||||
"command.openRepository": "打开仓库",
|
||||
"command.openRepository": "打开存储库",
|
||||
"config.mergeEditor": "打开当前处于冲突状态的文件的合并编辑器。",
|
||||
"config.path": "Git 可执行文件的路径和文件名,例如 `C:\\Program Files\\Git\\bin\\git.exe` (Windows)。这也可以是一个包含多个要查找的路径的字符串值数组。",
|
||||
"command.stashPopLatest": "弹出最新储藏",
|
||||
"command.stashPop": "弹出储藏...",
|
||||
"config.branchPrefix": "创建新分支时使用的前缀。",
|
||||
"config.openRepositoryInParentFolders.prompt": "在打开存储库之前提示工作区的父文件夹或打开文件。",
|
||||
"config.publishBeforeContinueOn.prompt": "从 git 存储库使用“继续工作”时提示发布未发布的 git 状态",
|
||||
"config.pruneOnFetch": "提取时修剪。",
|
||||
"command.publish": "发布分支...",
|
||||
"command.pull": "拉取",
|
||||
"command.pullFrom": "拉取自...",
|
||||
"command.pullRebase": "拉取(变基)",
|
||||
"command.pullFrom": "拉取自...",
|
||||
"submenu.pullpush": "拉取,推送",
|
||||
"command.push": "推送",
|
||||
"command.pushFollowTags": "推送(“关注”标记)",
|
||||
"command.pushFollowTagsForce": "推送(“关注”标记,强制)",
|
||||
"command.pushForce": "推送(强制)",
|
||||
"command.pushTags": "推送标记",
|
||||
"config.followTagsWhenSync": "运行同步命令时推送附注标签。",
|
||||
"command.pushTo": "推送到...",
|
||||
"command.pushToForce": "推送到...(强制)",
|
||||
"command.rebase": "变基分支…",
|
||||
"command.rebaseAbort": "中止变基",
|
||||
"command.refresh": "刷新",
|
||||
"config.rememberPostCommitCommand": "记住提交后运行的最后一个 git 命令。",
|
||||
"submenu.remotes": "远程",
|
||||
"config.checkoutType.remote": "远程分支",
|
||||
"command.removeRemote": "删除远程存储库",
|
||||
"command.rename": "重命名",
|
||||
"command.renameBranch": "重命名分支...",
|
||||
"command.reopenClosedRepositories": "Reopen Closed Repositories...",
|
||||
"command.git.openMergeEditor": "在合并编辑器中解析",
|
||||
"command.restoreCommitTemplate": "还原提交模板",
|
||||
"command.revealFileInOS.linux": "打开包含的文件夹",
|
||||
"command.revealFileInOS.mac": "在查找器中显示",
|
||||
"command.revealFileInOS.windows": "在文件资源管理器中显示",
|
||||
"command.revealInExplorer": "在资源管理器视图中显示",
|
||||
"command.revealFileInOS.windows": "在文件资源管理器中显示",
|
||||
"command.revealFileInOS.mac": "在查找器中显示",
|
||||
"command.revertChange": "还原更改",
|
||||
"command.revertSelectedRanges": "还原所选更改",
|
||||
"config.postCommitCommand.sync": "成功提交后运行 'git pull' 和 'git push' 命令。",
|
||||
"config.postCommitCommand.push": "成功提交后运行 'git push'。",
|
||||
"config.postCommitCommand": "成功提交后运行 git 命令。",
|
||||
"config.autoRepositoryDetection.true": "扫描当前打开文件夹与当前打开文件所在文件夹的子文件夹。",
|
||||
"config.autoRepositoryDetection.openEditors": "扫描当前打开文件的父文件夹。",
|
||||
"config.autoRepositoryDetection.subFolders": "扫描当前打开文件夹的子文件夹。",
|
||||
"view.workbench.scm.scanFolderForRepositories": "正在扫描 git 存储库的文件夹...",
|
||||
"view.workbench.scm.scanWorkspaceForRepositories": "正在扫描工作区中的 GIT 存储库...",
|
||||
"command.timelineSelectForCompare": "选择以进行比较",
|
||||
"command.showOutput": "显示 GIT 输出",
|
||||
"command.stage": "暂存更改",
|
||||
"config.showActionButton.commit": "显示一个操作按钮,以便在本地分支已修改文件可供提交时提交更改。",
|
||||
"config.showActionButton.publish": "显示一个操作按钮,以便在本地分支没有跟踪远程分支时发布该分支。",
|
||||
"config.showActionButton.sync": "显示一个操作按钮,以便在本地分支位于远程分支前面或后面时同步更改。",
|
||||
"submenu.commit.signoff": "注销",
|
||||
"view.workbench.scm.missing.linux": "源代码管理取决于将安装的 Git。\r\n[下载适用于 Linux 的 Git](https://git-scm.com/download/linux)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城]](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"command.stageAll": "暂存所有更改",
|
||||
"command.stageAllMerge": "暂存所有合并更改",
|
||||
"command.stageAllTracked": "暂存所有跟踪的更改",
|
||||
"command.stageAllUntracked": "暂存所有未跟踪的更改",
|
||||
"command.stageChange": "暂存更改",
|
||||
"command.stage": "暂存更改",
|
||||
"command.stageSelectedRanges": "暂存所选范围",
|
||||
"submenu.stash": "存储",
|
||||
"command.stash": "储藏",
|
||||
"command.stashApply": "应用储藏...",
|
||||
"command.stashApplyLatest": "应用最新储藏",
|
||||
"command.stashDrop": "删除储藏...",
|
||||
"command.stashDropAll": "删除所有储藏...",
|
||||
"command.stashIncludeUntracked": "储藏(包含未跟踪)",
|
||||
"command.stashPop": "弹出储藏...",
|
||||
"command.stashPopLatest": "弹出最新储藏",
|
||||
"command.stashStaged": "储藏暂存",
|
||||
"config.autoStash": "在拉取前暂存所有更改,在成功拉取后还原这些更改。",
|
||||
"config.suggestSmartCommit": "建议启用智能提交(在无暂存更改时提交所有更改)。",
|
||||
"command.sync": "同步",
|
||||
"command.syncRebase": "同步(变基)",
|
||||
"command.timelineCompareWithSelected": "与已选项目进行比较",
|
||||
"command.timelineCopyCommitId": "复制提交 ID",
|
||||
"command.timelineCopyCommitMessage": "复制提交消息",
|
||||
"command.timelineOpenDiff": "打开更改",
|
||||
"command.timelineSelectForCompare": "选择以进行比较",
|
||||
"command.undoCommit": "撤消上次提交",
|
||||
"command.unstage": "取消暂存更改",
|
||||
"command.unstageAll": "取消暂存所有更改",
|
||||
"command.unstageSelectedRanges": "取消暂存所选范围",
|
||||
"config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
|
||||
"config.allowNoVerifyCommit": "控制是否允许没有运行 pre-commit 和 commit-msg 挂钩的提交。",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "始终显示“暂存的更改”资源组。",
|
||||
"config.alwaysSignOff": "控制所有提交的 signoff 标志。",
|
||||
"config.autoRepositoryDetection": "配置何时自动检测存储库。",
|
||||
"config.autoRepositoryDetection.false": "禁止自动扫描仓库。",
|
||||
"config.autoRepositoryDetection.openEditors": "扫描当前打开文件的父文件夹。",
|
||||
"config.autoRepositoryDetection.subFolders": "扫描当前打开文件夹的子文件夹。",
|
||||
"config.autoRepositoryDetection.true": "扫描当前打开文件夹与当前打开文件所在文件夹的子文件夹。",
|
||||
"config.autoStash": "在拉取前暂存所有更改,在成功拉取后还原这些更改。",
|
||||
"config.autofetch": "若设置为 true,则自动从当前 Git 仓库的默认远程仓库提取提交。若设置为“全部”,则从所有远程仓库进行提取。",
|
||||
"config.autofetchPeriod": "在启用“#git.autofetch#”情况下每次自动 git fetch 之间的间隔时间(以秒为单位)。",
|
||||
"config.autorefresh": "是否启用自动刷新。",
|
||||
"config.branchPrefix": "创建新分支时使用的前缀。",
|
||||
"config.branchProtection": "受保护分支的列表。默认情况下,在将更改提交到受保护分支之前会显示提示。可以使用 `#git.branchProtectionPrompt#` 设置控制提示。",
|
||||
"config.branchProtectionPrompt": "控制是否在将更改提交到受保护的分支之前显示提示。",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "始终将更改提交到受保护分支。",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "始终将更改提交到新的分支。",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "始终在将更改提交到受保护分支之前进行提示。",
|
||||
"config.branchRandomNameDictionary": "用于随机生成的分支名称的字典列表。每个值都表示用于生成分支名称段的字典。支持的词典:“形容词”、“动物”、“颜色”和“数字”。",
|
||||
"config.branchRandomNameDictionary.adjectives": "随机形容词",
|
||||
"config.branchRandomNameDictionary.animals": "随机动物名称",
|
||||
"config.branchRandomNameDictionary.colors": "随机颜色名称",
|
||||
"config.branchRandomNameDictionary.numbers": "100 和 999 之间的一个随机数",
|
||||
"config.branchRandomNameEnable": "控制在创建新分支时是否生成随机名称。",
|
||||
"config.branchSortOrder": "控制分支的排列顺序。",
|
||||
"config.branchValidationRegex": "用于验证新分支名称的正则表达式。",
|
||||
"config.branchWhitespaceChar": "用于替换新分支名称中的空格,以及用于分隔随机生成的分支名称区段的字符。",
|
||||
"config.checkoutType": "控制在运行“签出到…”时列出的 git 参考类型。",
|
||||
"config.checkoutType.local": "本地分支",
|
||||
"config.checkoutType.remote": "远程分支",
|
||||
"config.checkoutType.tags": "标记",
|
||||
"config.closeDiffOnOperation": "控制在储藏、提交、放弃、暂存或取消暂存更改时,是否应自动关闭差异编辑器。",
|
||||
"config.commandsToLog": "GIT 命令列表 (例如: commit、push),这些命令的 `stdout` 将被记录到 [git 输出](command:git.showOutput)。如果 GIT 命令配置了客户端挂钩,那么客户端挂钩的 `stdout` 也将被记录到 [git 输出](command:git.showOutput)。",
|
||||
"config.confirmEmptyCommits": "始终确认为 \"Git: Commit Empty\" 命令创建空提交。",
|
||||
"config.confirmForcePush": "控制在强制推送前是否进行确认。",
|
||||
"config.confirmNoVerifyCommit": "控制是否在提交前要求确认而不进行验证。",
|
||||
"config.confirmSync": "同步 Git 存储库前请先进行确认。",
|
||||
"config.countBadge": "控制 Git 计数徽章。",
|
||||
"config.countBadge.all": "对所有更改计数。",
|
||||
"config.countBadge.off": "关闭计数器。",
|
||||
"config.countBadge.tracked": "仅对跟踪的更改计数。",
|
||||
"config.decorations.enabled": "控制 Git 是否在资源管理器和“打开编辑器”视图中添加颜色和小标。",
|
||||
"config.defaultBranchName": "初始化新的 git 存储库时默认分支的名称(例如: main、trunk、development)。设置为空时,将使用在 git 中配置的默认分支名称。",
|
||||
"config.defaultCloneDirectory": "克隆 Git 仓库的默认位置。",
|
||||
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
|
||||
"config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
|
||||
"config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
|
||||
"config.enableCommitSigning": "使用 GPG 或 x.509 启用提交签名。",
|
||||
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
||||
"config.enableStatusBarSync": "控制Git Sync命令是否出现在状态栏中。",
|
||||
"config.enabled": "是否启用 Git。",
|
||||
"config.experimental.installGuide": "Git 安装流程的实验性改进。",
|
||||
"config.fetchOnPull": "启用后,在拉取时获取所有分支。否则,仅获取当前。",
|
||||
"config.followTagsWhenSync": "运行同步命令时推送附注标签。",
|
||||
"config.ignoreLegacyWarning": "忽略“旧版 Git”警告。",
|
||||
"config.ignoreLimitWarning": "忽略“仓库中存在大量更改”的警告。",
|
||||
"config.ignoreMissingGitWarning": "忽略“缺失 Git”的警告。",
|
||||
"config.ignoreRebaseWarning": "忽略拉取时发出的分支似乎已变基的警告。",
|
||||
"config.ignoreSubmodules": "忽略对文件树中子模块的修改。",
|
||||
"config.ignoreWindowsGit27Warning": "如果 Windows 上安装了 Git 2.25 - 2.26,则忽略警告。",
|
||||
"config.ignoredRepositories": "要忽略的 Git 存储库列表。",
|
||||
"config.inputValidation": "控制何时显示提交消息输入验证。",
|
||||
"config.inputValidationLength": "控制显示提交消息长度警告的长度阈值。",
|
||||
"config.inputValidationSubjectLength": "控制显示警告的提交消息主题长度阈值。请取消设置它以继承 \"config.inputValidationLength\" 的值。",
|
||||
"config.mergeEditor": "打开当前处于冲突状态的文件的合并编辑器。",
|
||||
"config.openAfterClone": "控制是否在克隆后自动打开仓库。",
|
||||
"config.openAfterClone.always": "始终在当前窗口中打开。",
|
||||
"config.openAfterClone.alwaysNewWindow": "始终在新窗口中打开。",
|
||||
"config.openAfterClone.prompt": "始终提示操作。",
|
||||
"config.openAfterClone.whenNoFolderOpen": "只有在没有打开任何文件夹时,才在当前窗口中打开。",
|
||||
"config.openDiffOnClick": "控制单击更改时是否应打开差异编辑器。否则将打开常规编辑器。",
|
||||
"config.openRepositoryInParentFolders": "控制是应打开工作区父文件夹中的存储库还是打开的文件。",
|
||||
"config.openRepositoryInParentFolders.always": "始终在工作区的父文件夹中打开存储库或打开文件。",
|
||||
"config.openRepositoryInParentFolders.never": "切勿在工作区的父文件夹中打开存储库或打开文件。",
|
||||
"config.openRepositoryInParentFolders.prompt": "在打开存储库之前提示工作区的父文件夹或打开文件。",
|
||||
"config.optimisticUpdate": "控制是否在运行 git 命令后乐观地更新源代码管理视图的状态。",
|
||||
"config.path": "Git 可执行文件的路径和文件名,例如 \"C:\\Program Files\\Git\\bin\\git.exe\" (Windows)。这也可以是一个包含多个要查找的路径的字符串值数组。",
|
||||
"config.postCommitCommand": "成功提交后运行 git 命令。",
|
||||
"config.postCommitCommand.none": "提交后不要运行任何命令。",
|
||||
"config.postCommitCommand.push": "成功提交后运行 'git push'。",
|
||||
"config.postCommitCommand.sync": "成功提交后运行 'git pull' 和 'git push' 命令。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制 Git 是否在提交之前检查未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "禁用此检查。",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "只检查未保存的已暂存文件。",
|
||||
"config.promptToSaveFilesBeforeStash": "控制 Git 是否在储藏更改之前检查未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash.never": "禁用此检查。",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "只检查未保存的已暂存文件。",
|
||||
"config.pruneOnFetch": "提取时修剪。",
|
||||
"config.publishBeforeContinueOn": "控制是否要在从 git 存储库使用“继续工作”时提示发布未发布的 git 状态。",
|
||||
"config.publishBeforeContinueOn.always": "从 git 存储库使用“继续工作”时始终发布未发布的 git 状态",
|
||||
"config.publishBeforeContinueOn.never": "从 git 存储库使用“继续工作”时切勿发布未发布的 git 状态",
|
||||
"config.publishBeforeContinueOn.prompt": "从 git 存储库使用“继续工作”时提示发布未发布的 git 状态",
|
||||
"config.pullBeforeCheckout": "控制没有传出提交的分支在签出之前是否快速转发。",
|
||||
"config.pullTags": "拉取时提取所有标签。",
|
||||
"config.rebaseWhenSync": "在运行“同步”命令时,强制 Git 使用“变基”。",
|
||||
"config.rememberPostCommitCommand": "记住提交后运行的最后一个 git 命令。",
|
||||
"config.repositoryScanIgnoredFolders": "当 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时扫描 Git 仓库时忽略的文件夹列表。",
|
||||
"config.repositoryScanMaxDepth": "在将 `#git.autoRepositoryDetection#` 设置为 `true` 或 `subFolders` 时,控制扫描工作区文件夹以查找 Git 仓库时使用的深度。如果不进行限制,可以设置为 `-1`。",
|
||||
"config.requireGitUserConfig": "控制在是要求进行显式 Git 用户配置,还是允许 Git 在缺少配置时进行猜测。",
|
||||
"config.scanRepositories": "在其中搜索 Git 存储库的路径的列表。",
|
||||
"config.showActionButton": "控制操作按钮是否显示在“源代码管理”视图中。",
|
||||
"config.showActionButton.commit": "显示一个操作按钮,以便在本地分支已修改文件可供提交时提交更改。",
|
||||
"config.showActionButton.publish": "显示一个操作按钮,以便在本地分支没有跟踪远程分支时发布该分支。",
|
||||
"config.showActionButton.sync": "显示一个操作按钮,以便在本地分支位于远程分支前面或后面时同步更改。",
|
||||
"config.showCommitInput": "控制是否在 Git 源控制面板中显示提交输入。",
|
||||
"config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
|
||||
"config.showProgress": "控制 Git 操作是否显示进度提示。",
|
||||
"config.showPushSuccessNotification": "控制在推送成功时是否显示通知。",
|
||||
"config.similarityThreshold": "控制相似性索引(即相比于文件大小添加/删除的量)的阈值,以便将一对添加/删除文件中的更改视为重命名。",
|
||||
"config.smartCommitChanges": "控制哪些更改由Smart Commit自动暂存。",
|
||||
"config.smartCommitChanges.all": "自动暂存所有更改。",
|
||||
"config.smartCommitChanges.tracked": "仅自动暂存跟踪的更改。",
|
||||
"config.statusLimit": "控制如何限制可从 Git 状态命令分析的更改数。可以设置为 0 表示无限制。",
|
||||
"config.suggestSmartCommit": "建议启用智能提交(在无暂存更改时提交所有更改)。",
|
||||
"config.supportCancellation": "控制在运行同步操作时是否出现通知,允许用户取消操作。",
|
||||
"config.terminalAuthentication": "控制是否启用 VS Code 作为集成终端中生成的 Git 进程的身份验证处理程序。请注意: 需要重启终端才能选取此设置中的更改。",
|
||||
"config.terminalGitEditor": "控制是否使 VS Code 成为集成终端中产生的 Git 进程的 Git 编辑器。请注意: 需要重启终端才能选择此设置中的更改。",
|
||||
"config.timeline.date": "控制在日程表视图中项目使用的日期。",
|
||||
"config.timeline.date.authored": "使用创作日期",
|
||||
"config.timeline.date.committed": "使用提交日期",
|
||||
"config.timeline.showAuthor": "控制是否在日程表视图中显示提交作者。",
|
||||
"config.timeline.showUncommitted": "控制是否在时间线视图中显示未提交的更改。",
|
||||
"config.untrackedChanges": "控制未跟踪的更改的行为。",
|
||||
"config.untrackedChanges.hidden": "未跟踪的更改被隐藏,并从多个操作中排除。",
|
||||
"config.untrackedChanges.mixed": "所有更改,无论是跟踪的还是未跟踪的,都会一起出现并表现出相同的行为。",
|
||||
"config.untrackedChanges.separate": "未跟踪的更改单独显示在“源代码管理”视图中。它们也被排除在几个操作之外。",
|
||||
"config.useCommitInputAsStashMessage": "控制是否将提交输入框中的消息用作默认储藏消息。",
|
||||
"config.useEditorAsCommitInput": "控制当提交输入框中未提供消息时,是否将使用全文编辑器来创作提交消息。",
|
||||
"config.useForcePushWithLease": "控制是否使用更安全的 force-with-lease 进行强制推送。",
|
||||
"config.useIntegratedAskPass": "控制是否应覆盖 GIT_ASKPASS 以使用集成版本。",
|
||||
"config.verboseCommit": "启用`#git.useEditorAsCommitInput#`时启用详细输出。",
|
||||
"description": "Git 源代码管理集成",
|
||||
"displayName": "Git",
|
||||
"submenu.branch": "分支",
|
||||
"submenu.changes": "更改",
|
||||
"submenu.commit": "提交",
|
||||
"submenu.commit.amend": "修改",
|
||||
"submenu.commit.signoff": "注销",
|
||||
"submenu.explorer": "Git",
|
||||
"submenu.pullpush": "拉取,推送",
|
||||
"submenu.remotes": "远程",
|
||||
"submenu.stash": "存储",
|
||||
"submenu.tags": "标记",
|
||||
"view.workbench.cloneRepository": "可以在本地克隆仓库。\r\n[克隆仓库](command:git.clone '启用 git 扩展后立即克隆仓库')",
|
||||
"view.workbench.learnMore": "要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.closedRepositories": "Git repositories were found that were previously closed.\r\n[Reopen Closed Repositories](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.closedRepository": "A git repository was found that was previously closed.\r\n[Reopen Closed Repository](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.disabled": "如果要使用 git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 git。\r\n要了解有关如何在 VS Code 中使用 Git 和源代码管理的更多信息,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.empty": "为了使用 git 功能,可打开包含 git 仓库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆仓库](command:git.clone)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,请[阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.emptyWorkspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.folder": "当前打开的文件夹中没有 Git 仓库。可初始化一个仓库,它将实现 Git 提供支持的源代码管理功能。\r\n[初始化仓库](command:git.init?%5Btrue%5D)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,请[阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.missing": "安装 Git (一种流行的源代码管理系统),以跟踪代码更改并与他人协作。在我们的 [Git 指南](https://aka.ms/vscode-scm)中了解详细信息。",
|
||||
"view.workbench.scm.missing.linux": "源代码管理取决于将安装的 Git。\r\n[下载适用于 Linux 的 Git](https://git-scm.com/download/linux)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城]](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"view.workbench.scm.missing.mac": "[下载适用于 macOS 的 Git](https://git-scm.com/download/mac)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"view.workbench.scm.missing.windows": "[下载适用于 Windows 的 Git](https://git-scm.com/download/win)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"view.workbench.scm.repositoriesInParentFolders": "在工作区的父文件夹或打开的文件中找到了 Git 存储库。\r\n[Open Repository](command:git.openRepositoriesInParentFolders)\r\n使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 设置来控制是打开工作区或打开文件的父文件夹中的 git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
|
||||
"view.workbench.scm.repositoryInParentFolders": "在工作区的父文件夹或打开的文件中找到了 git 存储库。\r\n[Open Repository](command:git.openRepositoriesInParentFolders)\r\n使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 设置来控制是打开工作区或打开文件的父文件夹中的 git 存储库。若要了解详细信息,请[阅读我们的文档](https://aka.ms/vscode-git-repository-in-parent-folders)。",
|
||||
"view.workbench.scm.scanFolderForRepositories": "正在扫描 git 存储库的文件夹...",
|
||||
"view.workbench.scm.scanWorkspaceForRepositories": "正在扫描工作区中的 GIT 存储库...",
|
||||
"config.checkoutType.tags": "标记",
|
||||
"config.branchWhitespaceChar": "用于替换新分支名称中的空格,以及用于分隔随机生成的分支名称区段的字符。",
|
||||
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置。",
|
||||
"view.workbench.scm.unsafeRepositories": "检测到的 git 存储库可能不安全,因为该文件夹由当前用户以外的其他人所有。\r\n[管理不安全存储库](command:git.manageUnsafeRepositories)\r\n要详细了解不安全存储库,[请阅读我们的文档](https://aka.ms/vscode-git-unsafe-repository)。",
|
||||
"view.workbench.scm.unsafeRepository": "检测到的 git 存储库可能不安全,因为该文件夹由当前用户以外的其他人所有。\r\n[管理不安全存储库](command:git.manageUnsafeRepositories)\r\n要详细了解不安全存储库,[请阅读我们的文档](https://aka.ms/vscode-git-unsafe-repository)。",
|
||||
"view.workbench.scm.workspace": "当前打开的工作区中没有任何包含 Git 仓库的文件夹。可初始化某文件夹上的一个仓库,该仓库将实现 Git 提供支持的源代码管理功能。\r\n[初始化仓库](command:git.init)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。"
|
||||
"view.workbench.scm.folder": "当前打开的文件夹中没有 Git 存储库。可初始化一个存储库,它将弃用 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init?%5Btrue%5D)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"config.defaultBranchName": "初始化新的 git 存储库时默认分支的名称(例如: main、trunk、development)。设置为空时,将使用在 git 中配置的默认分支名称。",
|
||||
"view.workbench.scm.workspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。可以初始化文件夹上将启用由 git 支持的源代码管理功能的存储库。\r\n[初始化存储库](command:git.init)\r\n要详细了解如何在 Azure Data Studio 中使用 git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.emptyWorkspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.learnMore": "要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,请 [阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"config.countBadge.off": "关闭计数器。",
|
||||
"command.undoCommit": "撤消上次提交",
|
||||
"command.unstageAll": "取消暂存所有更改",
|
||||
"command.unstage": "取消暂存更改",
|
||||
"command.unstageSelectedRanges": "取消暂存所选范围",
|
||||
"config.untrackedChanges.separate": "未跟踪的更改单独显示在“源代码管理”视图中。它们也被排除在几个操作之外。",
|
||||
"config.untrackedChanges.hidden": "未跟踪的更改被隐藏,并从多个操作中排除。",
|
||||
"config.timeline.date.authored": "使用创作日期",
|
||||
"config.timeline.date.committed": "使用提交日期",
|
||||
"config.fetchOnPull": "启用后,在拉取时获取所有分支。否则,仅获取当前。",
|
||||
"config.autofetch": "若设置为 true,则自动从当前 Git 存储库的默认远程库提取提交。若设置为“全部”,则从所有远程库进行提取。",
|
||||
"config.autorefresh": "是否启用自动刷新。",
|
||||
"config.enabled": "是否启用 Git。",
|
||||
"view.workbench.cloneRepository": "可以在本地克隆仓库。\r\n[克隆仓库](command:git.clone '启用 git 扩展后立即克隆仓库')",
|
||||
"view.workbench.scm.missing.windows": "[下载适用于 Windows 的 Git](https://git-scm.com/download/win)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。",
|
||||
"view.workbench.scm.missing.mac": "[下载适用于 macOS 的 Git](https://git-scm.com/download/mac)\r\n安装后,请[重新加载](command:workbench.action.reloadWindow) (或[执行故障排除](command:git.showOutput))。可以[从商城](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)安装其他源代码管理提供程序。"
|
||||
}
|
||||
}
|
||||
}
|
||||
-16
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"description": "为 XML 提供丰富的语言支持。",
|
||||
"displayName": "XML 语言功能"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13176,20 +13176,6 @@
|
||||
"sql/workbench/contrib/backup/browser/backupUiService": {
|
||||
"backupDialogTitle": "备份数据库 - {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/backup/common/constants": {
|
||||
"backup.asymmetricKey": "非对称密钥",
|
||||
"backup.compressBackup": "压缩备份",
|
||||
"backup.defaultCompression": "使用默认服务器设置",
|
||||
"backup.doNotCompress": "不压缩备份",
|
||||
"backup.labelDatabase": "数据库",
|
||||
"backup.labelDifferential": "差异",
|
||||
"backup.labelDisk": "磁盘",
|
||||
"backup.labelFilegroup": "文件和文件组",
|
||||
"backup.labelFull": "完整",
|
||||
"backup.labelLog": "事务日志",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.serverCertificate": "服务器证书"
|
||||
},
|
||||
"sql/workbench/contrib/charts/browser/actions": {
|
||||
"chartNotFound": "未找到要保存的图表",
|
||||
"chartSaved": "将图表保存到路径: {0}",
|
||||
@@ -13257,18 +13243,6 @@
|
||||
"charts.maxAllowedRowsExceeded": "已超过内置图表的最大行数,仅使用了前 {0} 行。要配置该值,可以打开用户设置并搜索:\"builtinCharts. maxRowCount\"。",
|
||||
"charts.neverShowAgain": "不再显示"
|
||||
},
|
||||
"sql/workbench/contrib/commandLine/electron-browser/commandLine": {
|
||||
"commandline.propertiesFormatError": "无法将高级连接属性分析为 JSON,出现错误:{0}收到的属性值:{1}",
|
||||
"confirmConnect": "确定要连接吗?",
|
||||
"connectServerDetail": "这将连接到服务器 {0}",
|
||||
"connectingLabel": "正在连接: {0}",
|
||||
"connectingQueryLabel": "正在连接查询文件",
|
||||
"errConnectUrl": "由于错误 {0} 而无法打开 URL",
|
||||
"open": "打开(&&O)",
|
||||
"openingNewQueryLabel": "正在打开新查询: {0}",
|
||||
"runningCommandLabel": "正在运行命令: {0}",
|
||||
"warnServerRequired": "无法连接,因为未提供服务器信息"
|
||||
},
|
||||
"sql/workbench/contrib/configuration/common/configurationUpgrader": {
|
||||
"workbench.configuration.upgradeUser": "{0} 已被替换为用户设置中的 {1}。",
|
||||
"workbench.configuration.upgradeWorkspace": "{0} 已被替换为工作区设置中的 {1}。"
|
||||
@@ -13599,7 +13573,7 @@
|
||||
},
|
||||
"sql/workbench/contrib/editData/browser/editDataActions": {
|
||||
"disposeEditFailure": "释放编辑失败,出现错误:",
|
||||
"editData.closeSql": "关闭 SQL 窗格",
|
||||
"editData.hideSql": "隐藏 SQL 窗格",
|
||||
"editData.run": "运行",
|
||||
"editData.showSql": "显示 SQL 窗格",
|
||||
"editData.stop": "停止"
|
||||
@@ -14408,6 +14382,7 @@
|
||||
"sql/workbench/contrib/query/browser/query.contribution": {
|
||||
"newQuery": "新建查询",
|
||||
"queryEditor.chart.defaultChartType": "从“查询结果”打开“图表查看器”时要使用的默认图表类型",
|
||||
"queryEditor.githubCopilotContextualizationEnabled": "(预览)为 GitHub Copilot 启用上下文化查询。如果安装了 Copilot 扩展并且提供程序已实现上下文化,则此设置可帮助 GitHub Copilot 返回改进的建议。",
|
||||
"queryEditor.inMemoryDataProcessingThreshold": "控制允许在内存中进行筛选和排序的最大行数。如果超过最大行数,则将禁用排序和筛选。警告: 增加此值可能会影响性能。",
|
||||
"queryEditor.messages.showBatchTime": "是否应显示每个批处理的执行时间",
|
||||
"queryEditor.messages.wordwrap": "自动换行消息",
|
||||
@@ -14429,6 +14404,7 @@
|
||||
"queryEditor.results.saveAsXml.encoding": "将结果保存为 XML 时使用的文件编码",
|
||||
"queryEditor.results.saveAsXml.formatted": "为 true 时,将在将结果保存为 XML 时设置 XML 输出的格式",
|
||||
"queryEditor.results.showActionBar": "是否在查询结果视图中显示操作栏",
|
||||
"queryEditor.results.showCopyCompletedNotification": "是否在结果网格复制操作完成时显示通知。",
|
||||
"queryEditor.results.skipNewLineAfterTrailingLineBreak": "如果上一行已有尾随换行符,则在复制结果时是否跳过在行之间添加换行符。默认值为 false。",
|
||||
"queryEditor.results.streaming": "启用结果流式处理;包含极少轻微的可视化问题",
|
||||
"queryEditor.showConnectionInfoInTitle": "控制是否显示标题中选项卡的连接信息。",
|
||||
@@ -14599,123 +14575,6 @@
|
||||
"webViewDialog.close": "关闭",
|
||||
"webViewDialog.ok": "确定"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/gettingStarted/browser/abstractEnablePreviewFeatures": {
|
||||
"enablePreviewFeatures.never": "否,不再显示",
|
||||
"enablePreviewFeatures.no": "否",
|
||||
"enablePreviewFeatures.notice": "预览功能可让你全面访问新功能和改进功能,从而提升你在 Azure Data Studio 中的体验。有关预览功能的详细信息,请访问[此处]({0})。是否要启用预览功能?",
|
||||
"enablePreviewFeatures.yes": "是(推荐)"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/gettingStarted/electron-browser/gettingStarted": {
|
||||
"miGettingStarted": "入门(&&S)",
|
||||
"showReleaseNotes": "显示入门指南"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/az_data_welcome_page": {
|
||||
"welcomePage.createConnection": "创建连接",
|
||||
"welcomePage.createConnectionBody": "通过连接对话连接到数据库实例。",
|
||||
"welcomePage.createNotebook": "创建笔记本",
|
||||
"welcomePage.createNotebookBody": "使用本机笔记本编辑器生成新笔记本。",
|
||||
"welcomePage.deployServer": "部署服务器",
|
||||
"welcomePage.deployServerBody": "在所选平台上创建关系数据服务的新实例。",
|
||||
"welcomePage.documentation": "文档",
|
||||
"welcomePage.documentationBody": "访问文档中心,以获取快速入门、操作指南以及 PowerShell、API 等的参考。",
|
||||
"welcomePage.extensions": "扩展",
|
||||
"welcomePage.gettingStarted": "开始使用",
|
||||
"welcomePage.gettingStartedBody": "发现 Azure Data Studio 所提供的功能,并了解如何充分利用这些功能。",
|
||||
"welcomePage.history": "历史记录",
|
||||
"welcomePage.learnMore": "了解更多",
|
||||
"welcomePage.location": "位置",
|
||||
"welcomePage.moreRecent": "显示更多",
|
||||
"welcomePage.name": "名称",
|
||||
"welcomePage.resources": "资源",
|
||||
"welcomePage.runQuery": "运行查询",
|
||||
"welcomePage.runQueryBody": "通过查询编辑器与数据交互。",
|
||||
"welcomePage.showAll": "全部显示",
|
||||
"welcomePage.showOnStartup": "启动时显示欢迎页",
|
||||
"welcomePage.usefuLinks": "有用链接",
|
||||
"welcomePage.videoDescriptionIntroduction": "Azure Data Studio 笔记本简介 | 已公开的数据",
|
||||
"welcomePage.videoDescriptionOverview": "Azure Data Studio 概述",
|
||||
"welcomePage.videos": "视频"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/gettingStartedTour": {
|
||||
"GuidedTour.addExtensions": "通过安装由我们/Microsoft 以及第三方社区(你!)开发的扩展来扩展 Azure Data Studio 的功能。",
|
||||
"GuidedTour.connections": "连接",
|
||||
"GuidedTour.discoverWelcomePage": "在“欢迎”页面上发现热门功能、最近打开的文件以及建议的扩展。有关如何开始使用 Azure Data Studio 的详细信息,请参阅我们的视频和文档。",
|
||||
"GuidedTour.extensions": "扩展",
|
||||
"GuidedTour.finish": "完成",
|
||||
"GuidedTour.five": "5",
|
||||
"GuidedTour.four": "4",
|
||||
"GuidedTour.gettingStartedNotebooks": "开始在一个位置创建你自己的笔记本或笔记本集合。",
|
||||
"GuidedTour.makeConnections": "通过 SQL Server、Azure 等连接、查询和管理你的连接。",
|
||||
"GuidedTour.makeConnesetSettings": "根据你的偏好自定义 Azure Data Studio。可以配置自动保存和选项卡大小等设置,个性化设置键盘快捷方式,并切换到你喜欢的颜色主题。",
|
||||
"GuidedTour.next": "下一步",
|
||||
"GuidedTour.notebooks": "笔记本",
|
||||
"GuidedTour.one": "1",
|
||||
"GuidedTour.readMore": "了解更多",
|
||||
"GuidedTour.settings": "设置",
|
||||
"GuidedTour.three": "3",
|
||||
"GuidedTour.two": "2",
|
||||
"GuidedTour.welcomePage": "欢迎页面",
|
||||
"guidedTour": "用户欢迎教程",
|
||||
"hideGuidedTour": "隐藏欢迎教程"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/welcomePage": {
|
||||
"WelcomePage.TakeATour": "是否希望快速浏览 Azure Data Studio?",
|
||||
"WelcomePage.welcome": "欢迎使用!",
|
||||
"closeTourBar": "关闭快速浏览栏",
|
||||
"details": "详细信息",
|
||||
"ok": "确定",
|
||||
"welcome.title": "欢迎",
|
||||
"welcomePage": "欢迎",
|
||||
"welcomePage.PostgreSQL": "PostgreSQL",
|
||||
"welcomePage.PostgreSQLDescription": "使用 Azure Data Studio 连接、查询和管理 Postgres 数据库",
|
||||
"welcomePage.adminPack": "SQL 管理包",
|
||||
"welcomePage.adminPackDescription": "SQL Server 管理包是热门数据库管理扩展的一个集合,可帮助你管理 SQL Server",
|
||||
"welcomePage.background": "欢迎页面的背景色。",
|
||||
"welcomePage.dataVirtualization": "数据虚拟化",
|
||||
"welcomePage.dataVirtualizationDescription": "使用 SQL Server 2019 虚拟化数据,并使用交互式向导创建外部表",
|
||||
"welcomePage.deployServer": "部署服务器",
|
||||
"welcomePage.extensionPackAlreadyInstalled": "已安装对 {0} 的支持。",
|
||||
"welcomePage.extensionPackNotFound": "找不到对 {0} (ID: {1}) 的支持。",
|
||||
"welcomePage.install": "安装",
|
||||
"welcomePage.installExtensionPack": "安装对 {0} 的额外支持",
|
||||
"welcomePage.installKeymap": "安装 {0} 键映射",
|
||||
"welcomePage.installed": "已安装",
|
||||
"welcomePage.installedExtensionPack": "已安装 {0} 支持",
|
||||
"welcomePage.installedKeymap": "已安装 {0} 按键映射",
|
||||
"welcomePage.installingExtensionPack": "正在安装对 {0} 的额外支持...",
|
||||
"welcomePage.new": "新建",
|
||||
"welcomePage.newConnection": "新建连接",
|
||||
"welcomePage.newNotebook": "新建笔记本",
|
||||
"welcomePage.newQuery": "新建查询",
|
||||
"welcomePage.open": "打开…",
|
||||
"welcomePage.openFile": "打开文件…",
|
||||
"welcomePage.openFolder": "打开文件夹…",
|
||||
"welcomePage.openFolderWithPath": "打开路径为 {1} 的文件夹 {0}",
|
||||
"welcomePage.powershell": "PowerShell",
|
||||
"welcomePage.powershellDescription": "使用 Azure Data Studio 功能丰富的查询编辑器编写和执行 PowerShell 脚本",
|
||||
"welcomePage.showAdminPack": "SQL 管理包",
|
||||
"welcomePage.sqlServerAgent": "SQL Server 代理",
|
||||
"welcomePage.sqlServerDacpac": "SQL Server Dacpac",
|
||||
"welcomePage.sqlServerImport": "SQL Server 导入",
|
||||
"welcomePage.sqlServerProfiler": "SQL Server Profiler",
|
||||
"welcomePage.startTour": "开始教程",
|
||||
"welcomePage.willReloadAfterInstallingExtensionPack": "安装对 {0} 的额外支持后,将重载窗口。"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/welcomePage.contribution": {
|
||||
"miWelcome": "欢迎使用(&&W)",
|
||||
"workbench.startupEditor": "在没有从上一会话中恢复出信息的情况下,控制启动时显示的编辑器。",
|
||||
"workbench.startupEditor.newUntitledFile": "打开一个新的无标题文件(仅在打开一个空窗口时适用)。",
|
||||
"workbench.startupEditor.none": "在启动时不打开编辑器。",
|
||||
"workbench.startupEditor.readme": "当打开包含自述文件的文件夹时,请打开自述文件,否则会回退到 'welcomePage'。请注意: 仅在作为全局 配置时才遵守此操作,如果在工作区或文件夹配置中进行设置,则此将被忽略。",
|
||||
"workbench.startupEditor.welcomePage": "打开包含帮助开始使用 Azure Data Studio 和扩展内容的欢迎页面。",
|
||||
"workbench.startupEditor.welcomePageInEmptyWorkbench": "在打开空工作区时打开欢迎页面。",
|
||||
"workbench.startupEditor.welcomePageWithTour": "使用入门教程(默认)打开欢迎页面"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/telemetryOptOut/browser/telemetryOptOut": {
|
||||
"telemetryOptOut.optInNotice": "帮助改善 Azure Data Studio,允许 Microsoft 收集使用数据。请阅读我们的[隐私声明]({0})并了解如何[选择加入]({1})。",
|
||||
"telemetryOptOut.optOutNotice": "帮助改善 Azure Data Studio,允许 Microsoft 收集使用数据。请阅读我们的[隐私声明]({0})并了解如何[选择退出]({1})。",
|
||||
"telemetryOptOut.readMore": "阅读详细信息"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountDialog": {
|
||||
"accountDialog.addConnection": "添加帐户",
|
||||
"accountDialog.close": "关闭",
|
||||
@@ -14733,6 +14592,8 @@
|
||||
"refreshCredentials": "需要刷新此帐户的凭据。"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountDialog.didNotPickAuthProvider": "你没有选择任何身份验证提供程序。请重试。",
|
||||
"accountDialog.noCloudsRegistered": "你没有启用云。请转到“设置”-> 搜索 Azure 帐户配置 -> 至少启用一个云",
|
||||
"accountManagementService.close": "关闭",
|
||||
"addAccountFailedCodeMessage": "{0} \r\n错误消息: {1}",
|
||||
"addAccountFailedGenericMessage": "添加帐户失败,有关详细信息,请查看 Azure 帐户日志。",
|
||||
@@ -14747,12 +14608,14 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/autoOAuthDialog": {
|
||||
"copyAndOpen": "复制并打开",
|
||||
"deviceCodeAuthDialogTitle": "Azure 身份验证: 设备代码",
|
||||
"oauthDialog.cancel": "取消",
|
||||
"userCode": "用户代码",
|
||||
"website": "网站"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/autoOAuthDialogController": {
|
||||
"oauthFlyoutIsAlreadyOpen": "无法启动自动 OAuth。自动 OAuth 已在进行中。"
|
||||
"oauthFlyoutIsAlreadyOpen": "无法启动自动 OAuth。自动 OAuth 已在进行中。",
|
||||
"selfHelpMessage": "无法在此环境中启动 Web 浏览器,请启动浏览器,导航到上面的 URL 并手动输入代码。"
|
||||
},
|
||||
"sql/workbench/services/admin/common/adminService": {
|
||||
"adminService.noHandlerRegistered": "未注册处理程序",
|
||||
@@ -14830,17 +14693,16 @@
|
||||
},
|
||||
"sql/workbench/services/connection/browser/connectionManagementService": {
|
||||
"cancelConnectionConfirmation": "确定要取消此连接吗?",
|
||||
"connection.connTitleGroupSection": " (组: {0})",
|
||||
"connection.duplicateEditErrorMessage": "无法保存配置文件,所选连接与同一组中具有相同服务器信息的现有配置文件匹配:\r\n\r\n {0}{1}",
|
||||
"connection.extensionNotInstalled": "若要连接到此资源,需要扩展 \"{0}\"。是否要安装它?",
|
||||
"connection.invalidConnectionResult": "连接结果无效",
|
||||
"connection.neverShowUnsupportedVersionWarning": "不再显示",
|
||||
"connection.noAzureAccount": "未能获取 Azure 帐户令牌用于连接",
|
||||
"connection.providerNotFound": "找不到连接提供程序“{0}”",
|
||||
"connection.refreshAzureTokenFailure": "未能刷新用于连接的 Azure 帐户令牌",
|
||||
"connection.unknownProvider": "未知提供程序 \"{0}\"",
|
||||
"connection.unsupportedServerVersionWarning": "Azure Data Studio 不支持此服务器版本,你仍然可以连接到它,但 Azure Data Studio 中的某些功能可能无法按预期工作。",
|
||||
"connectionDialog.connectionProviderNotSupported": "当前未安装支持提供程序类型 \"{0}\" 的扩展。是否要查看扩展?",
|
||||
"connectionManagementService.noProviderForUri": "找不到此 URI 的提供程序: {0}",
|
||||
"connectionNotAcceptedError": "连接未被接受",
|
||||
"connectionService.no": "否",
|
||||
"connectionService.yes": "是"
|
||||
@@ -15188,7 +15050,9 @@
|
||||
"gridDataProvider.closeNotification": "关闭",
|
||||
"gridDataProvider.copyResultsCompleted": "所选数据已复制到剪贴板。行计数: {0}。",
|
||||
"gridDataProvider.copying": "正在复制...",
|
||||
"gridDataProvider.loadingRowsInProgress": "正在加载要复制的行({0}/{1})..."
|
||||
"gridDataProvider.disableCopyNotification": "不再显示",
|
||||
"gridDataProvider.loadingRowsInProgress": "正在加载要复制的行({0}/{1})...",
|
||||
"gridDataProvider.turnOnCopyNotificationsMessage": "复制已完成的通知现已禁用。若要重新启用,请修改以下设置: queryEditor.results.showCopyCompletedNotification"
|
||||
},
|
||||
"sql/workbench/services/query/common/queryManagement": {
|
||||
"queryManagement.noQueryRunnerForUri": "找不到此 URI 的查询运行程序: {0}",
|
||||
@@ -15215,6 +15079,7 @@
|
||||
"msgSaveFailed": "未能保存结果。",
|
||||
"msgSaveSucceeded": "已成功将结果保存到 {0}",
|
||||
"openFile": "打开文件",
|
||||
"openFileLocation": "打开文件位置",
|
||||
"resultsSerializer.saveAsFileExtensionCSVTitle": "CSV (以逗号分隔)",
|
||||
"resultsSerializer.saveAsFileExtensionExcelTitle": "Excel 工作簿",
|
||||
"resultsSerializer.saveAsFileExtensionJSONTitle": "JSON",
|
||||
@@ -15408,6 +15273,153 @@
|
||||
"InProgressWarning": "一个或多个任务正在运行中。确定要退出吗?",
|
||||
"taskService.no": "否",
|
||||
"taskService.yes": "是"
|
||||
},
|
||||
"sql/workbench/common/backup/constants": {
|
||||
"backup.asymmetricKey": "非对称密钥",
|
||||
"backup.compressBackup": "压缩备份",
|
||||
"backup.defaultCompression": "使用默认服务器设置",
|
||||
"backup.doNotCompress": "不压缩备份",
|
||||
"backup.labelDatabase": "数据库",
|
||||
"backup.labelDifferential": "差异",
|
||||
"backup.labelDisk": "磁盘",
|
||||
"backup.labelFilegroup": "文件和文件组",
|
||||
"backup.labelFull": "完整",
|
||||
"backup.labelLog": "事务日志",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.serverCertificate": "服务器证书"
|
||||
},
|
||||
"sql/workbench/contrib/commandLine/electron-sandbox/commandLine": {
|
||||
"commandline.propertiesFormatError": "无法将高级连接属性分析为 JSON,出现错误:{0}收到的属性值:{1}",
|
||||
"confirmConnect": "确定要连接吗?",
|
||||
"connectServerDetail": "这将连接到服务器 {0}",
|
||||
"connectingLabel": "正在连接: {0}",
|
||||
"connectingQueryLabel": "正在连接查询文件",
|
||||
"errConnectUrl": "由于错误 {0} 而无法打开 URL",
|
||||
"open": "打开(&&O)",
|
||||
"openingNewQueryLabel": "正在打开新查询: {0}",
|
||||
"runningCommandLabel": "正在运行命令: {0}",
|
||||
"warnServerRequired": "无法连接,因为未提供服务器信息"
|
||||
},
|
||||
"sql/workbench/contrib/telemetry/browser/telemetryOptOut": {
|
||||
"telemetryOptOut.optInNotice": "帮助改善 Azure Data Studio,允许 Microsoft 收集使用数据。请阅读我们的[隐私声明]({0})并了解如何[选择加入]({1})。",
|
||||
"telemetryOptOut.optOutNotice": "帮助改善 Azure Data Studio,允许 Microsoft 收集使用数据。请阅读我们的[隐私声明]({0})并了解如何[选择退出]({1})。",
|
||||
"telemetryOptOut.readMore": "阅读详细信息"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/abstractEnablePreviewFeatures": {
|
||||
"enablePreviewFeatures.never": "否,不再显示",
|
||||
"enablePreviewFeatures.no": "否",
|
||||
"enablePreviewFeatures.notice": "预览功能可让你全面访问新功能和改进功能,从而提升你在 Azure Data Studio 中的体验。有关预览功能的详细信息,请访问[此处]({0})。是否要启用预览功能?",
|
||||
"enablePreviewFeatures.yes": "是(推荐)"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/az_data_welcome_page": {
|
||||
"welcomePage.createConnection": "创建连接",
|
||||
"welcomePage.createConnectionBody": "通过连接对话连接到数据库实例。",
|
||||
"welcomePage.createNotebook": "创建笔记本",
|
||||
"welcomePage.createNotebookBody": "使用本机笔记本编辑器生成新笔记本。",
|
||||
"welcomePage.deployServer": "部署服务器",
|
||||
"welcomePage.deployServerBody": "在所选平台上创建关系数据服务的新实例。",
|
||||
"welcomePage.documentation": "文档",
|
||||
"welcomePage.documentationBody": "访问文档中心,以获取快速入门、操作指南以及 PowerShell、API 等的参考。",
|
||||
"welcomePage.extensions": "扩展",
|
||||
"welcomePage.gettingStarted": "开始使用",
|
||||
"welcomePage.gettingStartedBody": "发现 Azure Data Studio 所提供的功能,并了解如何充分利用这些功能。",
|
||||
"welcomePage.history": "历史记录",
|
||||
"welcomePage.learnMore": "了解更多",
|
||||
"welcomePage.location": "位置",
|
||||
"welcomePage.moreRecent": "显示更多",
|
||||
"welcomePage.name": "名称",
|
||||
"welcomePage.resources": "资源",
|
||||
"welcomePage.runQuery": "运行查询",
|
||||
"welcomePage.runQueryBody": "通过查询编辑器与数据交互。",
|
||||
"welcomePage.showAll": "全部显示",
|
||||
"welcomePage.showOnStartup": "启动时显示欢迎页",
|
||||
"welcomePage.usefuLinks": "有用链接",
|
||||
"welcomePage.videoDescriptionIntroduction": "Azure Data Studio 笔记本简介 | 已公开的数据",
|
||||
"welcomePage.videoDescriptionOverview": "Azure Data Studio 概述",
|
||||
"welcomePage.videos": "视频"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/gettingStartedTour": {
|
||||
"GuidedTour.addExtensions": "通过安装由我们/Microsoft 以及第三方社区(你!)开发的扩展来扩展 Azure Data Studio 的功能。",
|
||||
"GuidedTour.connections": "连接",
|
||||
"GuidedTour.discoverWelcomePage": "在“欢迎”页面上发现热门功能、最近打开的文件以及建议的扩展。有关如何开始使用 Azure Data Studio 的详细信息,请参阅我们的视频和文档。",
|
||||
"GuidedTour.extensions": "扩展",
|
||||
"GuidedTour.finish": "完成",
|
||||
"GuidedTour.five": "5",
|
||||
"GuidedTour.four": "4",
|
||||
"GuidedTour.gettingStartedNotebooks": "开始在一个位置创建你自己的笔记本或笔记本集合。",
|
||||
"GuidedTour.makeConnections": "通过 SQL Server、Azure 等连接、查询和管理你的连接。",
|
||||
"GuidedTour.makeConnesetSettings": "根据你的偏好自定义 Azure Data Studio。可以配置自动保存和选项卡大小等设置,个性化设置键盘快捷方式,并切换到你喜欢的颜色主题。",
|
||||
"GuidedTour.next": "下一步",
|
||||
"GuidedTour.notebooks": "笔记本",
|
||||
"GuidedTour.one": "1",
|
||||
"GuidedTour.readMore": "了解更多",
|
||||
"GuidedTour.settings": "设置",
|
||||
"GuidedTour.three": "3",
|
||||
"GuidedTour.two": "2",
|
||||
"GuidedTour.welcomePage": "欢迎页面",
|
||||
"guidedTour": "用户欢迎教程",
|
||||
"hideGuidedTour": "隐藏欢迎教程"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/welcomePage": {
|
||||
"WelcomePage.TakeATour": "是否希望快速浏览 Azure Data Studio?",
|
||||
"WelcomePage.welcome": "欢迎使用!",
|
||||
"closeTourBar": "关闭快速浏览栏",
|
||||
"details": "详细信息",
|
||||
"ok": "确定",
|
||||
"welcome.title": "欢迎",
|
||||
"welcomePage": "欢迎",
|
||||
"welcomePage.PostgreSQL": "PostgreSQL",
|
||||
"welcomePage.PostgreSQLDescription": "使用 Azure Data Studio 连接、查询和管理 Postgres 数据库",
|
||||
"welcomePage.adminPack": "SQL 管理包",
|
||||
"welcomePage.adminPackDescription": "SQL Server 管理包是热门数据库管理扩展的一个集合,可帮助你管理 SQL Server",
|
||||
"welcomePage.background": "欢迎页面的背景色。",
|
||||
"welcomePage.dataVirtualization": "数据虚拟化",
|
||||
"welcomePage.dataVirtualizationDescription": "使用 SQL Server 2019 虚拟化数据,并使用交互式向导创建外部表",
|
||||
"welcomePage.deployServer": "部署服务器",
|
||||
"welcomePage.extensionPackAlreadyInstalled": "已安装对 {0} 的支持。",
|
||||
"welcomePage.extensionPackNotFound": "找不到对 {0} (ID: {1}) 的支持。",
|
||||
"welcomePage.install": "安装",
|
||||
"welcomePage.installed": "已安装",
|
||||
"welcomePage.installingExtensionPack": "正在安装对 {0} 的额外支持...",
|
||||
"welcomePage.new": "新建",
|
||||
"welcomePage.newConnection": "新建连接",
|
||||
"welcomePage.newNotebook": "新建笔记本",
|
||||
"welcomePage.newQuery": "新建查询",
|
||||
"welcomePage.open": "打开…",
|
||||
"welcomePage.openFile": "打开文件…",
|
||||
"welcomePage.openFolder": "打开文件夹…",
|
||||
"welcomePage.openFolderWithPath": "打开路径为 {1} 的文件夹 {0}",
|
||||
"welcomePage.powershell": "PowerShell",
|
||||
"welcomePage.powershellDescription": "使用 Azure Data Studio 功能丰富的查询编辑器编写和执行 PowerShell 脚本",
|
||||
"welcomePage.showAdminPack": "SQL 管理包",
|
||||
"welcomePage.sqlServerAgent": "SQL Server 代理",
|
||||
"welcomePage.sqlServerDacpac": "SQL Server Dacpac",
|
||||
"welcomePage.sqlServerImport": "SQL Server 导入",
|
||||
"welcomePage.sqlServerProfiler": "SQL Server Profiler",
|
||||
"welcomePage.startTour": "开始教程",
|
||||
"welcomePage.willReloadAfterInstallingExtensionPack": "安装对 {0} 的额外支持后,将重载窗口。"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/welcomePage.contribution": {
|
||||
"miWelcome": "欢迎使用(&&W)",
|
||||
"workbench.startupEditor": "在没有从上一会话中恢复出信息的情况下,控制启动时显示的编辑器。",
|
||||
"workbench.startupEditor.newUntitledFile": "打开一个新的无标题文件(仅在打开一个空窗口时适用)。",
|
||||
"workbench.startupEditor.none": "在启动时不打开编辑器。",
|
||||
"workbench.startupEditor.readme": "当打开包含自述文件的文件夹时,请打开自述文件,否则会回退到 'welcomePage'。请注意: 仅在作为全局 配置时才遵守此操作,如果在工作区或文件夹配置中进行设置,则此将被忽略。",
|
||||
"workbench.startupEditor.welcomePage": "打开包含帮助开始使用 Azure Data Studio 和扩展内容的欢迎页面。",
|
||||
"workbench.startupEditor.welcomePageInEmptyWorkbench": "在打开空工作区时打开欢迎页面。",
|
||||
"workbench.startupEditor.welcomePageWithTour": "使用入门教程(默认)打开欢迎页面"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/electron-sandbox/gettingStarted": {
|
||||
"miGettingStarted": "入门(&&S)",
|
||||
"showReleaseNotes": "显示入门指南"
|
||||
},
|
||||
"sql/workbench/services/objectExplorer/browser/dragAndDropController": {
|
||||
"objectExplorer.dragAndDropController.existingIdenticalProfile": "无法将配置文件拖动到组中: 组中已存在具有相同选项的配置文件。"
|
||||
},
|
||||
"sql/workbench/services/profiler/browser/profilerService": {
|
||||
"FileFilterDescription": "XEL 文件",
|
||||
"FileTooLarge": "文件太大,无法在探查器中打开。探查器可以打开小于 1GB 的文件。",
|
||||
"LargeFileWait": "由于文件大小,加载文件可能需要一段时间。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user