Update Lang Pack extension strings from previous refresh (#8229)

* Update Lang Pack extension strings from previous refresh

* Bump lang pack versions
This commit is contained in:
Karl Burtram
2019-11-05 17:53:27 -08:00
committed by GitHub
parent 22a427f934
commit 3b1eaca58e
130 changed files with 16960 additions and 12840 deletions

View File

@@ -2,7 +2,7 @@
"name": "ads-language-pack-zh-hans",
"displayName": "Chinese (Simplified) Language Pack for Azure Data Studio",
"description": "Language pack extension for Chinese (Simplified)",
"version": "1.9.0",
"version": "1.13.0",
"publisher": "Microsoft",
"repository": {
"type": "git",
@@ -11,7 +11,7 @@
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
"engines": {
"vscode": "^1.34.0",
"azdata": ">=1.9.0"
"azdata": ">=1.13.0"
},
"icon": "languagepack.png",
"categories": [

View File

@@ -1,26 +1,26 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/admin-tool-ext-win/package": {
"adminToolExtWin.displayName": "适用于 Windows 的数据库管理工具扩展",
"adminToolExtWin.description": "向 Azure Data Studio 添加其他特定于 Windows 的功能",
"adminToolExtWin.propertiesMenuItem": "属性",
"adminToolExtWin.launchGswMenuItem": "生成脚本..."
},
"extensions/admin-tool-ext-win/out/main": {
"adminToolExtWin.noConnectionContextForProp": "未为 handleLaunchSsmsMinPropertiesDialogCommand 提供 ConnectionContext",
"adminToolExtWin.noOENode": "无法基于 connectionContex 确定对象资源管理器节点: {0}",
"adminToolExtWin.noConnectionContextForGsw": "未为 handleLaunchSsmsMinPropertiesDialogCommand 提供 ConnectionContext",
"adminToolExtWin.noConnectionProfile": "未从 connectionContext 提供任何 connectionProfile: {0}",
"adminToolExtWin.launchingDialogStatus": "正在启动对话框...",
"adminToolExtWin.ssmsMinError": "使用 args“{0}” 调用 SsmsMin 时出错 - {1}"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"adminToolExtWin.displayName": "适用于 Windows 的数据库管理工具扩展",
"adminToolExtWin.description": "向 Azure Data Studio 添加其他特定于 Windows 的功能",
"adminToolExtWin.propertiesMenuItem": "属性",
"adminToolExtWin.launchGswMenuItem": "生成脚本..."
},
"out/main": {
"adminToolExtWin.noConnectionContextForProp": "未为 handleLaunchSsmsMinPropertiesDialogCommand 提供 ConnectionContext",
"adminToolExtWin.noOENode": "无法基于 connectionContex 确定对象资源管理器节点: {0}",
"adminToolExtWin.noConnectionContextForGsw": "未为 handleLaunchSsmsMinPropertiesDialogCommand 提供 ConnectionContext",
"adminToolExtWin.noConnectionProfile": "未从 connectionContext 提供任何 connectionProfile: {0}",
"adminToolExtWin.launchingDialogStatus": "正在启动对话框...",
"adminToolExtWin.ssmsMinError": "使用 args“{0}” 调用 SsmsMin 时出错 - {1}"
}
}
}

View File

@@ -1,250 +1,250 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/agent/out/dialogs/scheduleDialog": {
"scheduleDialog.newSchedule": "新建计划",
"scheduleDialog.ok": "确定",
"scheduleDialog.cancel": "取消",
"scheduleDialog.scheduleName": "计划名称",
"scheduleDialog.schedules": "计划"
},
"extensions/agent/out/dialogs/proxyDialog": {
"createProxy.createProxy": "创建代理",
"createProxy.editProxy": "编辑代理",
"createProxy.General": "常规",
"createProxy.ProxyName": "代理名称",
"createProxy.CredentialName": "凭据名称",
"createProxy.Description": "说明",
"createProxy.SubsystemName": "子系统",
"createProxy.OperatingSystem": "操作系统(CmdExec)",
"createProxy.ReplicationSnapshot": "复制快照",
"createProxy.ReplicationTransactionLog": "复制事务日志读取器",
"createProxy.ReplicationDistributor": "复制分发器",
"createProxy.ReplicationMerge": "复制合并",
"createProxy.ReplicationQueueReader": "复制队列读取器",
"createProxy.SSASQueryLabel": "Sql Server 分析服务查询",
"createProxy.SSASCommandLabel": "SQL Server 分析服务命令",
"createProxy.SSISPackage": "SQL Server 集成服务包",
"createProxy.PowerShell": "PowerShell",
"createProxy.subSystemHeading": "对以下子系统有效"
},
"extensions/agent/out/dialogs/pickScheduleDialog": {
"pickSchedule.jobSchedules": "作业计划",
"pickSchedule.ok": "确定",
"pickSchedule.cancel": "取消",
"pickSchedule.availableSchedules": "可用日程安排:",
"pickSchedule.scheduleName": "名称",
"pickSchedule.scheduleID": "ID",
"pickSchedule.description": "说明"
},
"extensions/agent/out/dialogs/operatorDialog": {
"createOperator.createOperator": "创建运算符",
"createOperator.editOperator": "编辑运算符",
"createOperator.General": "常规",
"createOperator.Notifications": "通知",
"createOperator.Name": "名称",
"createOperator.Enabled": "已启用",
"createOperator.EmailName": "电子邮件名称",
"createOperator.PagerEmailName": "寻呼机电子邮件名称",
"createOperator.PagerMondayCheckBox": "星期一",
"createOperator.PagerTuesdayCheckBox": "星期二",
"createOperator.PagerWednesdayCheckBox": "星期三",
"createOperator.PagerThursdayCheckBox": "星期四",
"createOperator.PagerFridayCheckBox": "星期五",
"createOperator.PagerSaturdayCheckBox": "星期六",
"createOperator.PagerSundayCheckBox": "星期日",
"createOperator.workdayBegin": "工作日开始",
"createOperator.workdayEnd": "工作日结束",
"createOperator.PagerDutySchedule": "值班安排表上的寻呼机",
"createOperator.AlertListHeading": "警报列表",
"createOperator.AlertNameColumnLabel": "警报名称",
"createOperator.AlertEmailColumnLabel": "电子邮件",
"createOperator.AlertPagerColumnLabel": "寻呼机"
},
"extensions/agent/out/dialogs/jobStepDialog": {
"jobStepDialog.fileBrowserTitle": "定位数据库文件 -",
"jobStepDialog.ok": "确定",
"jobStepDialog.cancel": "取消",
"jobStepDialog.general": "常规",
"jobStepDialog.advanced": "高级",
"jobStepDialog.open": "打开...",
"jobStepDialog.parse": "分析",
"jobStepDialog.successParse": "已成功解析该命令。",
"jobStepDialog.failParse": "命令失败。",
"jobStepDialog.blankStepName": "步骤名称不能留空",
"jobStepDialog.processExitCode": "处理成功命令的退出代码:",
"jobStepDialog.stepNameLabel": "步骤名称",
"jobStepDialog.typeLabel": "类型",
"jobStepDialog.runAsLabel": "运行为",
"jobStepDialog.databaseLabel": "数据库",
"jobStepDialog.commandLabel": "命令",
"jobStepDialog.successAction": "成功操作时",
"jobStepDialog.failureAction": "失败操作时",
"jobStepDialog.runAsUser": "以用户身份运行",
"jobStepDialog.retryAttempts": "重试尝试",
"jobStepDialog.retryInterval": "重试间隔(分钟)",
"jobStepDialog.logToTable": "记录到表中",
"jobStepDialog.appendExistingTableEntry": "将输出追加到表中的现有条目",
"jobStepDialog.includeStepOutputHistory": "在历史记录中包括步骤输出",
"jobStepDialog.outputFile": "输出文件",
"jobStepDialog.appendOutputToFile": "将输出追加到现有文件中",
"jobStepDialog.selectedPath": "选定的路径",
"jobStepDialog.filesOfType": "类型文件",
"jobStepDialog.fileName": "文件名",
"jobStepDialog.allFiles": "所有文件(*)",
"jobStepDialog.newJobStep": "新建作业步骤",
"jobStepDialog.editJobStep": "编辑作业步骤",
"jobStepDialog.TSQL": "Transact-SQL 脚本(T-SQL)",
"jobStepDialog.powershell": "PowerShell",
"jobStepDialog.CmdExec": "操作系统(CmdExec)",
"jobStepDialog.replicationDistribution": "复制分发器",
"jobStepDialog.replicationMerge": "复制合并",
"jobStepDialog.replicationQueueReader": "复制队列读取器",
"jobStepDialog.replicationSnapshot": "复制快照",
"jobStepDialog.replicationTransactionLogReader": "复制事务日志读取器",
"jobStepDialog.analysisCommand": "SQL Server 分析服务命令",
"jobStepDialog.analysisQuery": "Sql Server 分析服务查询",
"jobStepDialog.servicesPackage": "SQL Server 集成服务包",
"jobStepDialog.agentServiceAccount": "SQL Server 代理服务帐户",
"jobStepDialog.nextStep": "转到下一步骤",
"jobStepDialog.quitJobSuccess": "成功退出作业报告",
"jobStepDialog.quitJobFailure": "未能退出作业报告"
},
"extensions/agent/out/dialogs/jobDialog": {
"jobDialog.general": "常规",
"jobDialog.steps": "步骤",
"jobDialog.schedules": "计划",
"jobDialog.alerts": "警报",
"jobDialog.notifications": "通知",
"jobDialog.blankJobNameError": "作业名称不能为空。",
"jobDialog.name": "名称",
"jobDialog.owner": "所有者",
"jobDialog.category": "类别",
"jobDialog.description": "说明",
"jobDialog.enabled": "已启用",
"jobDialog.jobStepList": "作业步骤列表",
"jobDialog.step": "步骤",
"jobDialog.type": "类型",
"jobDialog.onSuccess": "成功时",
"jobDialog.onFailure": "失败时",
"jobDialog.new": "新步骤",
"jobDialog.edit": "编辑步骤",
"jobDialog.delete": "删除步骤",
"jobDialog.moveUp": "将步骤向上移动",
"jobDialog.moveDown": "逐步向下移动",
"jobDialog.startStepAt": "开始步骤",
"jobDialog.notificationsTabTop": "作业完成时要执行的操作",
"jobDialog.email": "电子邮件",
"jobDialog.page": "页面",
"jobDialog.eventLogCheckBoxLabel": "写入 Windows 应用程序事件日志",
"jobDialog.deleteJobLabel": "自动删除作业",
"jobDialog.schedulesaLabel": "计划列表",
"jobDialog.pickSchedule": "选择时间表",
"jobDialog.scheduleNameLabel": "计划名称",
"jobDialog.alertsList": "警报列表",
"jobDialog.newAlert": "新建警报",
"jobDialog.alertNameLabel": "警报名称",
"jobDialog.alertEnabledLabel": "已启用",
"jobDialog.alertTypeLabel": "类型",
"jobDialog.newJob": "新建作业",
"jobDialog.editJob": "编辑作业"
},
"extensions/agent/out/dialogs/alertDialog": {
"alertDialog.createAlert": "创建警报",
"alertDialog.editAlert": "编辑警报",
"alertDialog.General": "常规",
"alertDialog.Response": "响应",
"alertDialog.Options": "选项",
"alertDialog.eventAlert": "事件警报定义",
"alertDialog.Name": "名称",
"alertDialog.Type": "类型",
"alertDialog.Enabled": "已启用",
"alertDialog.DatabaseName": "数据库名称",
"alertDialog.ErrorNumber": "错误号",
"alertDialog.Severity": "严重性",
"alertDialog.RaiseAlertContains": "消息包含时引发警报",
"alertDialog.MessageText": "消息文本",
"alertDialog.Severity001": "001 - 其他系统信息",
"alertDialog.Severity002": "002 - 预留",
"alertDialog.Severity003": "003 - 预留",
"alertDialog.Severity004": "004 - 预留",
"alertDialog.Severity005": "005 - 预留",
"alertDialog.Severity006": "006 - 预留",
"alertDialog.Severity007": "007 - 通知: 状态信息",
"alertDialog.Severity008": "008 - 通知: 需要用户干预",
"alertDialog.Severity009": "009 - 用户定义的",
"alertDialog.Severity010": "010 - 信息",
"alertDialog.Severity011": "011 - 未找到指定的数据库对象",
"alertDialog.Severity012": "012 - 未使用",
"alertDialog.Severity013": "013 - 用户事务语法错误",
"alertDialog.Severity014": "014 - 权限不足",
"alertDialog.Severity015": "015 - SQL 语句中的语法错误",
"alertDialog.Severity016": "016 - 其他用户错误",
"alertDialog.Severity017": "017 - 资源不足",
"alertDialog.Severity018": "018 - 非严重内部错误",
"alertDialog.Severity019": "019 - 资源中的致命错误",
"alertDialog.Severity020": "020 - 当前进程中出现严重错误",
"alertDialog.Severity021": "021 - 数据库进程中出现严重错误",
"alertDialog.Severity022": "022 - 严重错误: 表完整性可疑",
"alertDialog.Severity023": "023 - 严重错误: 数据库完整性可疑",
"alertDialog.Severity024": "024 - 严重错误: 硬件错误",
"alertDialog.Severity025": "025 - 严重错误",
"alertDialog.AllDatabases": "<所有数据库>",
"alertDialog.ExecuteJob": "执行作业",
"alertDialog.ExecuteJobName": "作业名称",
"alertDialog.NotifyOperators": "通知运算符",
"alertDialog.NewJob": "新建作业",
"alertDialog.OperatorList": "运算符列表",
"alertDialog.OperatorName": "运算符",
"alertDialog.OperatorEmail": "电子邮件",
"alertDialog.OperatorPager": "寻呼机",
"alertDialog.NewOperator": "新建运算符",
"alertDialog.IncludeErrorInEmail": "在电子邮件中包含警报错误文本",
"alertDialog.IncludeErrorInPager": "在页导航中包含警报错误文本",
"alertDialog.AdditionalNotification": "要发送的其他通知消息",
"alertDialog.DelayBetweenResponse": "响应之间的延迟",
"alertDialog.DelayMinutes": "延迟分钟数",
"alertDialog.DelaySeconds": "延迟秒数"
},
"extensions/agent/out/dialogs/agentDialog": {
"agentDialog.OK": "确定",
"agentDialog.Cancel": "取消"
},
"extensions/agent/out/data/proxyData": {
"proxyData.saveErrorMessage": "代理更新失败“{0}”",
"proxyData.saveSucessMessage": "代理“{0}”已成功更新",
"proxyData.newJobSuccessMessage": "成功创建代理“{0}”"
},
"extensions/agent/out/data/jobStepData": {
"jobStepData.saveErrorMessage": "步骤更新失败“{0}”",
"stepData.jobNameRequired": "必须提供作业名称",
"stepData.stepNameRequired": "必须提供步骤名称"
},
"extensions/agent/out/data/jobData": {
"jobData.whenJobCompletes": "当作业完成时",
"jobData.whenJobFails": "当作业失败时",
"jobData.whenJobSucceeds": "当作业成功时",
"jobData.jobNameRequired": "必须提供作业名称",
"jobData.saveErrorMessage": "作业更新失败“{0}”",
"jobData.newJobErrorMessage": "作业创建失败“{0}”",
"jobData.saveSucessMessage": "作业“{0}”已成功更新",
"jobData.newJobSuccessMessage": "已成功创建作业“{0}”"
},
"extensions/agent/out/data/alertData": {
"alertData.saveErrorMessage": "警报更新失败“{0}”",
"alertData.DefaultAlertTypString": "sql server 事件警报",
"alertDialog.PerformanceCondition": "SQL Server 性能状况警报",
"alertDialog.WmiEvent": "WMI 事件警报"
},
"extensions/agent/out/mainController": {
"mainController.notImplemented": "此功能正在开发中。如果你想尝试最新的更新,请查看最新的预览体验计划内部版本。"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"out/dialogs/scheduleDialog": {
"scheduleDialog.newSchedule": "新建计划",
"scheduleDialog.ok": "确定",
"scheduleDialog.cancel": "取消",
"scheduleDialog.scheduleName": "计划名称",
"scheduleDialog.schedules": "计划"
},
"out/dialogs/proxyDialog": {
"createProxy.createProxy": "创建代理",
"createProxy.editProxy": "编辑代理",
"createProxy.General": "常规",
"createProxy.ProxyName": "代理名称",
"createProxy.CredentialName": "凭据名称",
"createProxy.Description": "说明",
"createProxy.SubsystemName": "子系统",
"createProxy.OperatingSystem": "操作系统(CmdExec)",
"createProxy.ReplicationSnapshot": "复制快照",
"createProxy.ReplicationTransactionLog": "复制事务日志读取器",
"createProxy.ReplicationDistributor": "复制分发器",
"createProxy.ReplicationMerge": "复制合并",
"createProxy.ReplicationQueueReader": "复制队列读取器",
"createProxy.SSASQueryLabel": "SQL Server Analysis Services 查询",
"createProxy.SSASCommandLabel": "SQL Server Analysis Services 命令",
"createProxy.SSISPackage": "SQL Server Integration Services 包",
"createProxy.PowerShell": "PowerShell",
"createProxy.subSystemHeading": "对以下子系统有效"
},
"out/dialogs/pickScheduleDialog": {
"pickSchedule.jobSchedules": "作业计划",
"pickSchedule.ok": "确定",
"pickSchedule.cancel": "取消",
"pickSchedule.availableSchedules": "可用日程安排:",
"pickSchedule.scheduleName": "名称",
"pickSchedule.scheduleID": "ID",
"pickSchedule.description": "说明"
},
"out/dialogs/operatorDialog": {
"createOperator.createOperator": "创建运算符",
"createOperator.editOperator": "编辑运算符",
"createOperator.General": "常规",
"createOperator.Notifications": "通知",
"createOperator.Name": "名称",
"createOperator.Enabled": "已启用",
"createOperator.EmailName": "电子邮件名称",
"createOperator.PagerEmailName": "寻呼机电子邮件名称",
"createOperator.PagerMondayCheckBox": "星期一",
"createOperator.PagerTuesdayCheckBox": "星期二",
"createOperator.PagerWednesdayCheckBox": "星期三",
"createOperator.PagerThursdayCheckBox": "星期四",
"createOperator.PagerFridayCheckBox": "星期五",
"createOperator.PagerSaturdayCheckBox": "星期六",
"createOperator.PagerSundayCheckBox": "星期日",
"createOperator.workdayBegin": "工作日开始",
"createOperator.workdayEnd": "工作日结束",
"createOperator.PagerDutySchedule": "值班安排表上的寻呼机",
"createOperator.AlertListHeading": "警报列表",
"createOperator.AlertNameColumnLabel": "警报名称",
"createOperator.AlertEmailColumnLabel": "电子邮件",
"createOperator.AlertPagerColumnLabel": "寻呼机"
},
"out/dialogs/jobStepDialog": {
"jobStepDialog.fileBrowserTitle": "定位数据库文件 -",
"jobStepDialog.ok": "确定",
"jobStepDialog.cancel": "取消",
"jobStepDialog.general": "常规",
"jobStepDialog.advanced": "高级",
"jobStepDialog.open": "打开...",
"jobStepDialog.parse": "分析",
"jobStepDialog.successParse": "已成功解析该命令。",
"jobStepDialog.failParse": "命令失败。",
"jobStepDialog.blankStepName": "步骤名称不能留空",
"jobStepDialog.processExitCode": "处理成功命令的退出代码:",
"jobStepDialog.stepNameLabel": "步骤名称",
"jobStepDialog.typeLabel": "类型",
"jobStepDialog.runAsLabel": "运行为",
"jobStepDialog.databaseLabel": "数据库",
"jobStepDialog.commandLabel": "命令",
"jobStepDialog.successAction": "成功操作时",
"jobStepDialog.failureAction": "失败操作时",
"jobStepDialog.runAsUser": "以用户身份运行",
"jobStepDialog.retryAttempts": "重试尝试",
"jobStepDialog.retryInterval": "重试间隔(分钟)",
"jobStepDialog.logToTable": "记录到表中",
"jobStepDialog.appendExistingTableEntry": "将输出追加到表中的现有条目",
"jobStepDialog.includeStepOutputHistory": "在历史记录中包括步骤输出",
"jobStepDialog.outputFile": "输出文件",
"jobStepDialog.appendOutputToFile": "将输出追加到现有文件中",
"jobStepDialog.selectedPath": "选定的路径",
"jobStepDialog.filesOfType": "类型文件",
"jobStepDialog.fileName": "文件名",
"jobStepDialog.allFiles": "所有文件(*)",
"jobStepDialog.newJobStep": "新建作业步骤",
"jobStepDialog.editJobStep": "编辑作业步骤",
"jobStepDialog.TSQL": "Transact-SQL 脚本(T-SQL)",
"jobStepDialog.powershell": "PowerShell",
"jobStepDialog.CmdExec": "操作系统(CmdExec)",
"jobStepDialog.replicationDistribution": "复制分发器",
"jobStepDialog.replicationMerge": "复制合并",
"jobStepDialog.replicationQueueReader": "复制队列读取器",
"jobStepDialog.replicationSnapshot": "复制快照",
"jobStepDialog.replicationTransactionLogReader": "复制事务日志读取器",
"jobStepDialog.analysisCommand": "SQL Server Analysis Services 命令",
"jobStepDialog.analysisQuery": "SQL Server Analysis Services 查询",
"jobStepDialog.servicesPackage": "SQL Server 集成服务包",
"jobStepDialog.agentServiceAccount": "SQL Server 代理服务帐户",
"jobStepDialog.nextStep": "转到下一步骤",
"jobStepDialog.quitJobSuccess": "成功退出作业报告",
"jobStepDialog.quitJobFailure": "未能退出作业报告"
},
"out/dialogs/jobDialog": {
"jobDialog.general": "常规",
"jobDialog.steps": "步骤",
"jobDialog.schedules": "计划",
"jobDialog.alerts": "警报",
"jobDialog.notifications": "通知",
"jobDialog.blankJobNameError": "作业名称不能为空。",
"jobDialog.name": "名称",
"jobDialog.owner": "所有者",
"jobDialog.category": "类别",
"jobDialog.description": "说明",
"jobDialog.enabled": "已启用",
"jobDialog.jobStepList": "作业步骤列表",
"jobDialog.step": "步骤",
"jobDialog.type": "类型",
"jobDialog.onSuccess": "成功时",
"jobDialog.onFailure": "失败时",
"jobDialog.new": "新步骤",
"jobDialog.edit": "编辑步骤",
"jobDialog.delete": "删除步骤",
"jobDialog.moveUp": "将步骤向上移动",
"jobDialog.moveDown": "逐步向下移动",
"jobDialog.startStepAt": "开始步骤",
"jobDialog.notificationsTabTop": "作业完成时要执行的操作",
"jobDialog.email": "电子邮件",
"jobDialog.page": "页面",
"jobDialog.eventLogCheckBoxLabel": "写入 Windows 应用程序事件日志",
"jobDialog.deleteJobLabel": "自动删除作业",
"jobDialog.schedulesaLabel": "计划列表",
"jobDialog.pickSchedule": "选择时间表",
"jobDialog.scheduleNameLabel": "计划名称",
"jobDialog.alertsList": "警报列表",
"jobDialog.newAlert": "新建警报",
"jobDialog.alertNameLabel": "警报名称",
"jobDialog.alertEnabledLabel": "已启用",
"jobDialog.alertTypeLabel": "类型",
"jobDialog.newJob": "新建作业",
"jobDialog.editJob": "编辑作业"
},
"out/dialogs/alertDialog": {
"alertDialog.createAlert": "创建警报",
"alertDialog.editAlert": "编辑警报",
"alertDialog.General": "常规",
"alertDialog.Response": "响应",
"alertDialog.Options": "选项",
"alertDialog.eventAlert": "事件警报定义",
"alertDialog.Name": "名称",
"alertDialog.Type": "类型",
"alertDialog.Enabled": "已启用",
"alertDialog.DatabaseName": "数据库名称",
"alertDialog.ErrorNumber": "错误号",
"alertDialog.Severity": "严重性",
"alertDialog.RaiseAlertContains": "消息包含时引发警报",
"alertDialog.MessageText": "消息文本",
"alertDialog.Severity001": "001 - 其他系统信息",
"alertDialog.Severity002": "002 - 预留",
"alertDialog.Severity003": "003 - 预留",
"alertDialog.Severity004": "004 - 预留",
"alertDialog.Severity005": "005 - 预留",
"alertDialog.Severity006": "006 - 预留",
"alertDialog.Severity007": "007 - 通知: 状态信息",
"alertDialog.Severity008": "008 - 通知: 需要用户干预",
"alertDialog.Severity009": "009 - 用户定义的",
"alertDialog.Severity010": "010 - 信息",
"alertDialog.Severity011": "011 - 未找到指定的数据库对象",
"alertDialog.Severity012": "012 - 未使用",
"alertDialog.Severity013": "013 - 用户事务语法错误",
"alertDialog.Severity014": "014 - 权限不足",
"alertDialog.Severity015": "015 - SQL 语句中的语法错误",
"alertDialog.Severity016": "016 - 其他用户错误",
"alertDialog.Severity017": "017 - 资源不足",
"alertDialog.Severity018": "018 - 非严重内部错误",
"alertDialog.Severity019": "019 - 资源中的致命错误",
"alertDialog.Severity020": "020 - 当前进程中出现严重错误",
"alertDialog.Severity021": "021 - 数据库进程中出现严重错误",
"alertDialog.Severity022": "022 - 严重错误: 表完整性可疑",
"alertDialog.Severity023": "023 - 严重错误: 数据库完整性可疑",
"alertDialog.Severity024": "024 - 严重错误: 硬件错误",
"alertDialog.Severity025": "025 - 严重错误",
"alertDialog.AllDatabases": "<所有数据库>",
"alertDialog.ExecuteJob": "执行作业",
"alertDialog.ExecuteJobName": "作业名称",
"alertDialog.NotifyOperators": "通知运算符",
"alertDialog.NewJob": "新建作业",
"alertDialog.OperatorList": "运算符列表",
"alertDialog.OperatorName": "运算符",
"alertDialog.OperatorEmail": "电子邮件",
"alertDialog.OperatorPager": "寻呼机",
"alertDialog.NewOperator": "新建运算符",
"alertDialog.IncludeErrorInEmail": "在电子邮件中包含警报错误文本",
"alertDialog.IncludeErrorInPager": "在页导航中包含警报错误文本",
"alertDialog.AdditionalNotification": "要发送的其他通知消息",
"alertDialog.DelayBetweenResponse": "响应之间的延迟",
"alertDialog.DelayMinutes": "延迟分钟数",
"alertDialog.DelaySeconds": "延迟秒数"
},
"out/dialogs/agentDialog": {
"agentDialog.OK": "确定",
"agentDialog.Cancel": "取消"
},
"out/data/proxyData": {
"proxyData.saveErrorMessage": "代理更新失败“{0}”",
"proxyData.saveSucessMessage": "代理“{0}”已成功更新",
"proxyData.newJobSuccessMessage": "成功创建代理“{0}”"
},
"out/data/jobStepData": {
"jobStepData.saveErrorMessage": "步骤更新失败“{0}”",
"stepData.jobNameRequired": "必须提供作业名称",
"stepData.stepNameRequired": "必须提供步骤名称"
},
"out/data/jobData": {
"jobData.whenJobCompletes": "当作业完成时",
"jobData.whenJobFails": "当作业失败时",
"jobData.whenJobSucceeds": "当作业成功时",
"jobData.jobNameRequired": "必须提供作业名称",
"jobData.saveErrorMessage": "作业更新失败“{0}”",
"jobData.newJobErrorMessage": "作业创建失败“{0}”",
"jobData.saveSucessMessage": "作业“{0}”已成功更新",
"jobData.newJobSuccessMessage": "已成功创建作业“{0}”"
},
"out/data/alertData": {
"alertData.saveErrorMessage": "警报更新失败“{0}”",
"alertData.DefaultAlertTypString": "SQL Server 事件警报",
"alertDialog.PerformanceCondition": "SQL Server 性能状况警报",
"alertDialog.WmiEvent": "WMI 事件警报"
},
"out/mainController": {
"mainController.notImplemented": "此功能正在开发中。如果你想尝试最新的更新,请查看最新的预览体验计划内部版本。"
}
}
}

View File

@@ -1,76 +1,76 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/azurecore/package": {
"azure.displayName": "Azure (核心)",
"azure.description": "浏览和使用 Azure 资源",
"azure.title": "Azure",
"azure.resource.config.title": "Azure 资源配置",
"azure.resource.config.filter.description": "资源筛选器,每个元素都是帐户 ID、订阅 ID 和由斜杠分隔的名称",
"azure.resource.explorer.title": "Azure",
"azure.resource.refreshall.title": "Azure: 刷新所有帐户",
"azure.resource.refresh.title": "刷新",
"azure.resource.signin.title": "Azure: 登录",
"azure.resource.selectsubscriptions.title": "选择订阅",
"azure.resource.connectsqlserver.title": "连接",
"azure.resource.connectsqldb.title": "添加到服务器",
"accounts.clearTokenCache": "清除 Azure 帐户令牌缓存",
"config.enablePublicCloudDescription": "是否应启用 Azure 公共云集成",
"config.enableUsGovCloudDescription": "是否应启用美国政府 Azure 云(Fairfax)集成",
"config.enableChinaCloudDescription": "是否应启用 Azure 中国集成",
"config.enableGermanyCloudDescription": "是否应启用 Azure 德国集成"
},
"extensions/azurecore/out/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "SQL Server"
},
"extensions/azurecore/out/azureResource/providers/database/databaseTreeDataProvider": {
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL 数据库"
},
"extensions/azurecore/out/azureResource/tree/treeProvider": {
"azure.resource.tree.treeProvider.loadingLabel": "正在加载..."
},
"extensions/azurecore/out/azureResource/tree/subscriptionTreeNode": {
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "找不到资源。"
},
"extensions/azurecore/out/azureResource/tree/accountTreeNode": {
"azure.resource.tree.accountTreeNode.credentialError": "未能获取帐户 {0} 的凭据。请刷新帐户。",
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "找不到订阅。"
},
"extensions/azurecore/out/azureResource/tree/accountNotSignedInTreeNode": {
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "登录到 Azure..."
},
"extensions/azurecore/out/azureResource/utils": {
"azure.resource.error": "错误: {0}"
},
"extensions/azurecore/out/azureResource/resourceTreeNode": {
"azure.resource.resourceTreeNode.noResourcesLabel": "找不到资源"
},
"extensions/azurecore/out/azureResource/commands": {
"azure.resource.selectsubscriptions.credentialError": "未能获取帐户 {0} 的凭据。请刷新帐户。"
},
"extensions/azurecore/out/account-provider/providerSettings": {
"publicCloudDisplayName": "Azure"
},
"extensions/azurecore/out/account-provider/azureAccountProviderService": {
"clearTokenCacheSuccess": "令牌缓存已成功清除",
"clearTokenCacheFailure": "未能清除令牌缓存"
},
"extensions/azurecore/out/account-provider/azureAccountProvider": {
"accountProviderNotInitialized": "帐户提供程序未初始化,无法执行操作",
"addAccount": "添加 {0} 帐户",
"refreshAccount": "刷新 {0} 帐户",
"azureWorkAccountDisplayName": "工作或学校帐户",
"microsoftAccountDisplayName": "Microsoft 帐户"
},
"extensions/azurecore/out/constants": {
"extensionName": "Azure 帐户"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"azure.displayName": "Azure (核心)",
"azure.description": "浏览和使用 Azure 资源",
"azure.title": "Azure",
"azure.resource.config.title": "Azure 资源配置",
"azure.resource.config.filter.description": "资源筛选器,每个元素都是帐户 ID、订阅 ID 和由斜杠分隔的名称",
"azure.resource.explorer.title": "Azure",
"azure.resource.refreshall.title": "Azure: 刷新所有帐户",
"azure.resource.refresh.title": "刷新",
"azure.resource.signin.title": "Azure: 登录",
"azure.resource.selectsubscriptions.title": "选择订阅",
"azure.resource.connectsqlserver.title": "连接",
"azure.resource.connectsqldb.title": "添加到服务器",
"accounts.clearTokenCache": "清除 Azure 帐户令牌缓存",
"config.enablePublicCloudDescription": "是否应启用 Azure 公共云集成",
"config.enableUsGovCloudDescription": "是否应启用美国政府 Azure 云(Fairfax)集成",
"config.enableChinaCloudDescription": "是否应启用 Azure 中国集成",
"config.enableGermanyCloudDescription": "是否应启用 Azure 德国集成"
},
"dist/azureResource/utils": {
"azure.resource.error": "错误: {0}"
},
"dist/constants": {
"extensionName": "Azure 帐户"
},
"dist/azureResource/tree/accountTreeNode": {
"azure.resource.tree.accountTreeNode.credentialError": "未能获取帐户 {0} 的凭据。请刷新帐户。",
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "找不到订阅。"
},
"dist/account-provider/azureAccountProviderService": {
"clearTokenCacheSuccess": "令牌缓存已成功清除",
"clearTokenCacheFailure": "未能清除令牌缓存"
},
"dist/account-provider/providerSettings": {
"publicCloudDisplayName": "Azure"
},
"dist/account-provider/azureAccountProvider": {
"accountProviderNotInitialized": "帐户提供程序未初始化,无法执行操作",
"addAccount": "添加 {0} 帐户",
"refreshAccount": "刷新 {0} 帐户",
"azureWorkAccountDisplayName": "工作或学校帐户",
"microsoftAccountDisplayName": "Microsoft 帐户"
},
"dist/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "SQL Server"
},
"dist/azureResource/providers/database/databaseTreeDataProvider": {
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL 数据库"
},
"dist/azureResource/commands": {
"azure.resource.selectsubscriptions.credentialError": "未能获取帐户 {0} 的凭据。请刷新帐户。"
},
"dist/azureResource/tree/subscriptionTreeNode": {
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "找不到资源。"
},
"dist/azureResource/resourceTreeNode": {
"azure.resource.resourceTreeNode.noResourcesLabel": "找不到资源"
},
"dist/azureResource/tree/treeProvider": {
"azure.resource.tree.treeProvider.loadingLabel": "正在加载..."
},
"dist/azureResource/tree/accountNotSignedInTreeNode": {
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "登录到 Azure..."
}
}
}

View File

@@ -1,43 +1,166 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/big-data-cluster/package": {
"description": "支持管理 SQL Server 大数据集群",
"text.sqlServerBigDataClusters": "SQL Server 大数据集群",
"command.addController.title": "连接到控制器",
"command.deleteController.title": "删除",
"command.refreshController.title": "刷新"
},
"extensions/big-data-cluster/out/bigDataCluster/tree/controllerTreeNode": {
"textSqlServers": "SQL Server"
},
"extensions/big-data-cluster/out/bigDataCluster/tree/addControllerTreeNode": {
"textBigDataClusterControllerWithDots": "添加大数据群集控制器...",
"textConnectToController": "连接到控制器"
},
"extensions/big-data-cluster/out/bigDataCluster/dialog/addControllerDialog": {
"textAddNewController": "添加新的控制器",
"textUrlLower": "URL",
"textUsernameLower": "用户名",
"textPasswordLower": "密码",
"textRememberPassword": "记住密码",
"textUrlCapital": "URL",
"textUsernameCapital": "用户名",
"textPasswordCapital": "密码",
"textAdd": "添加",
"textCancel": "取消"
},
"extensions/big-data-cluster/out/extension": {
"textYes": "是",
"textNo": "",
"textConfirmDeleteController": "是否确实要删除“{0}”?"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"description": "支持管理 SQL Server 大数据集群",
"text.sqlServerBigDataClusters": "SQL Server 大数据集群",
"command.addController.title": "连接到控制器",
"command.deleteController.title": "删除",
"command.refreshController.title": "刷新",
"command.manageController.title": "管理",
"command.mount.title": "装载 HDFS",
"command.refreshmount.title": "刷新装载",
"command.deletemount.title": "删除装载"
},
"dist/bigDataCluster/utils": {
"state.creating": "正在创建",
"state.waiting": "等待中",
"state.ready": "就绪",
"state.deleting": "正在删除",
"state.waitingForDeletion": "等待删除",
"state.deleted": "已删除",
"state.upgrading": "正在升级",
"state.waitingForUpgrade": "正在等待升级",
"state.error": "错误",
"state.running": "正在运行",
"endpoint.appproxy": "应用程序代理",
"endpoint.controller": "群集管理服务",
"endpoint.gateway": "访问 HDFS 文件的网关Spark",
"endpoint.managementproxy": "管理代理",
"endpoint.mgmtproxy": "管理代理",
"endpoint.sqlServerEndpoint": "SQL Server 主实例前端",
"endpoint.grafana": "指标仪表板",
"endpoint.kibana": "日志搜索仪表板",
"endpoint.yarnHistory": "Spark 诊断和监视仪表板",
"endpoint.sparkHistory": "Spark 作业管理和监视仪表板",
"endpoint.webhdfs": "HDFS 文件系统代理",
"endpoint.livy": "用于运行 Spark 语句、作业和应用程序的代理",
"service.sql": "SQL Server",
"service.hdfs": "Hdfs",
"service.spark": "Spark",
"service.control": "Control",
"service.gateway": "网关",
"service.app": "应用",
"bdc.healthy": "正常运行",
"bdc.unhealthy": "运行不正常"
},
"dist/bigDataCluster/controller/clusterControllerApi": {
"error.no.activedirectory": "此群集不支持 Windows 身份验证",
"bdc.error.tokenPost": "身份验证期间出错",
"bdc.error.unauthorized": "你没有使用 Windows 身份验证登录到此群集的权限",
"bdc.error.getEndPoints": "从 {0} 检索终结点时出错",
"bdc.error.getBdcStatus": "从 {0} 检索 BDC 状态时出错",
"bdc.error.mountHdfs": "创建装载时出错",
"bdc.error.refreshHdfs": "刷新装载时出错",
"bdc.error.deleteHdfs": "删除装载时出错"
},
"dist/extension": {
"mount.error.endpointNotFound": "找不到控制器终结点信息",
"bdc.dashboard.title": "大数据群集仪表板 -",
"textYes": "是",
"textNo": "否",
"textConfirmDeleteController": "是否确实要删除“{0}”?"
},
"dist/bigDataCluster/tree/addControllerNode": {
"textBigDataClusterControllerWithDots": "正在添加 SQL Server 大数据群集控制器...",
"textConnectToController": "连接到控制器"
},
"dist/bigDataCluster/tree/loadingControllerNode": {
"textLoadingWithDots": "正在加载..."
},
"dist/bigDataCluster/dialog/addControllerDialog": {
"basicAuthName": "基本",
"integratedAuthName": "Windows 身份验证",
"err.controller.username.required": "用户名是必需的",
"err.controller.password.required": "密码为必填项",
"textAddNewController": "添加新的控制器",
"textUrlLower": "URL",
"textUsernameLower": "用户名",
"textPasswordLower": "密码",
"textRememberPassword": "记住密码",
"textUrlCapital": "URL",
"textAuthCapital": "身份验证类型",
"textUsernameCapital": "用户名",
"textPasswordCapital": "密码",
"textAdd": "添加",
"textCancel": "取消"
},
"dist/bigDataCluster/dialog/bdcDashboard": {
"bdc.dashboard.refreshButton": "刷新",
"bdc.dashboard.troubleshootButton": "疑难解答",
"bdc.dashboard.overviewNavTitle": "大数据群集概述",
"bdc.dashboard.clusterDetails": "群集详细信息"
},
"dist/bigDataCluster/dialog/bdcDashboardResourceStatusPage": {
"bdc.dashboard.viewHyperlink": "视图",
"bdc.dashboard.notAvailable": "不可用",
"bdc.dashboard.healthStatusDetailsHeader": "运行状况详细信息",
"bdc.dashboard.lastUpdated": "上次更新: {0}",
"bdc.dashboard.instanceHeader": "实例",
"bdc.dashboard.stateHeader": "状态",
"bdc.dashboard.healthStatusHeader": "运行状况",
"bdc.dashboard.metricsAndLogsLabel": "指标和日志",
"bdc.dashboard.metricsHeader": "指标",
"bdc.dashboard.logsHeader": "日志",
"bdc.dashboard.viewDetails": "查看详细信息"
},
"dist/bigDataCluster/dialog/bdcDashboardOverviewPage": {
"bdc.dashboard.propertiesHeader": "群集属性",
"bdc.dashboard.clusterState": "群集状态:",
"bdc.dashboard.healthStatus": "运行状况:",
"bdc.dashboard.overviewHeader": "群集概述",
"bdc.dashboard.lastUpdated": "上次更新: {0}",
"bdc.dashboard.serviceNameHeader": "服务名称",
"bdc.dashboard.stateHeader": "状态",
"bdc.dashboard.healthStatusHeader": "运行状况",
"bdc.dashboard.endpointsLabel": "服务终结点",
"bdc.dashboard.serviceHeader": "服务",
"bdc.dashboard.endpointHeader": "终结点",
"bdc.dashboard.viewDetails": "查看详细信息",
"bdc.dashboard.copyTitle": "复制"
},
"dist/bigDataCluster/dialog/mountHdfsDialog": {
"basicAuthName": "基本",
"integratedAuthName": "Windows 身份验证",
"mount.main.section": "装载配置",
"mount.hdfsPath": "HDFS 路径",
"mount.err.formatting": "{0} 处凭据格式错误",
"mount.hdfs.loginerror1": "未能登录到控制器",
"mount.hdfs.loginerror2": "未能登录到控制器: {0}",
"err.controller.username.required": "用户名是必需的",
"err.controller.password.required": "密码为必填项",
"mount.task.name": "正在路径 {0} 上装载 HDFS 文件夹",
"mount.task.submitted": "已开始装载创建",
"mount.task.complete": "已完成 HDFS 文件夹装载",
"mount.task.inprogress": "装载即将完成,请稍后回来查看以进行验证",
"mount.task.error": "装载文件夹时出错: {0}",
"mount.error.unknown": "装载过程中发生未知错误",
"textUrlLower": "URL",
"textUsernameLower": "用户名",
"textPasswordLower": "密码",
"textUrlCapital": "URL",
"textAuthCapital": "身份验证类型",
"textUsernameCapital": "用户名",
"textPasswordCapital": "密码",
"hdsf.dialog.connection.section": "群集连接",
"hdfs.dialog.ok": "确定",
"hdfs.dialog.cancel": "取消",
"mount.dialog.title": "装载 HDFS 文件夹",
"mount.remoteUri": "远程 URI",
"mount.credentials": "凭据",
"refreshmount.dialog.title": "刷新装载",
"refreshmount.task.name": "正在刷新路径 {0} 上的 HDFS 装载",
"refreshmount.task.submitted": "刷新已提交的装载请求",
"deleteMount.dialog.title": "删除装载",
"deletemount.task.name": "删除路径 {0} 上的 HDFS 装载",
"deletemount.task.submitted": "删除提交的装入请求"
}
}
}

View File

@@ -1,144 +1,144 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/cms/package": {
"cms.displayName": "SQL Server 中央管理服务器",
"cms.description": "支持管理 SQL Server 中央管理服务器",
"cms.title": "中央管理服务器",
"cms.connectionProvider.displayName": "微软 SQL 服务器",
"cms.resource.explorer.title": "中央管理服务器",
"cms.resource.refresh.title": "刷新",
"cms.resource.refreshServerGroup.title": "刷新服务器组",
"cms.resource.deleteRegisteredServer.title": "删除",
"cms.resource.addRegisteredServer.title": "新建服务器注册...",
"cms.resource.deleteServerGroup.title": "删除",
"cms.resource.addServerGroup.title": "新服务器组...",
"cms.resource.registerCmsServer.title": "添加中央管理服务器",
"cms.resource.deleteCmsServer.title": "删除",
"cms.configuration.title": "MSSQL 配置",
"cms.query.displayBitAsNumber": "是否应将 BIT 列显示为数字 (1 或 0)? 若为 \"false\"BIT 列将显示为 \"true\" 或 \"false\"",
"cms.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
"cms.format.datatypeCasing": "数据类型格式应统一为“大写”(\"uppercase\")、“小写”(\"lowercase\") 或不进行统一 (\"none\")",
"cms.format.keywordCasing": "关键字格式应统一为“大写”(\"uppercase\")、“小写”(\"lowercase\") 或不进行统一 (\"none\")",
"cms.format.placeCommasBeforeNextStatement": "逗号应该位于一串语句中每一条的开头 (例如 \", mycolumn2\") 而不是结尾 (例如 \"mycolumn1,\")",
"cms.format.placeSelectStatementReferencesOnNewLine": "select 语句中的对象引用是否应分为不同行? 例如,在 \"SELECT C1, C2 FROM T1\" 中C1 和 C2 将位于不同行",
"cms.logDebugInfo": "[可选]将调试输出记录到控制台(查看 -> 输出),然后从下拉列表中选择相应的输出通道",
"cms.tracingLevel": "[可选]后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认跟踪级别不记录太多。更改详细级别可能导致过多的日志记录和磁盘空间要求。错误包括“严重”,警告包括“错误”,信息包括“警告”,而详细级别包括“信息”",
"cms.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
"cms.logFilesRemovalLimit": "启动时要删除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。下次启动 Azure Data Studio 时,不清理由于此限制而未清理的文件。",
"ignorePlatformWarning": "[可选]不显示不受支持的平台警告",
"onprem.databaseProperties.recoveryModel": "恢复模型",
"onprem.databaseProperties.lastBackupDate": "上次数据库备份",
"onprem.databaseProperties.lastLogBackupDate": "上次日志备份",
"onprem.databaseProperties.compatibilityLevel": "兼容级别",
"onprem.databaseProperties.owner": "所有者",
"onprem.serverProperties.serverVersion": "版本",
"onprem.serverProperties.serverEdition": "版",
"onprem.serverProperties.machineName": "计算机名",
"onprem.serverProperties.osVersion": "OS 版本",
"cloud.databaseProperties.azureEdition": "版",
"cloud.databaseProperties.serviceLevelObjective": "定价层",
"cloud.databaseProperties.compatibilityLevel": "兼容级别",
"cloud.databaseProperties.owner": "所有者",
"cloud.serverProperties.serverVersion": "版本",
"cloud.serverProperties.serverEdition": "类型",
"cms.provider.displayName": "Microsoft SQL Server",
"cms.connectionOptions.connectionName.displayName": "名称(可选)",
"cms.connectionOptions.connectionName.description": "连接的自定义名称",
"cms.connectionOptions.serverName.displayName": "服务器",
"cms.connectionOptions.serverName.description": "SQL Server 实例的名称",
"cms.connectionOptions.serverDescription.displayName": "服务器描述",
"cms.connectionOptions.serverDescription.description": "SQL Server 实例的说明",
"cms.connectionOptions.authType.displayName": "身份验证类型",
"cms.connectionOptions.authType.description": "指定使用 SQL Server 进行身份验证的方法",
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登录",
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 身份验证",
"cms.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
"cms.connectionOptions.userName.displayName": "用户名",
"cms.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
"cms.connectionOptions.password.displayName": "密码",
"cms.connectionOptions.password.description": "指示连接到数据源时使用的密码",
"cms.connectionOptions.applicationIntent.displayName": "应用意图",
"cms.connectionOptions.applicationIntent.description": "连接到服务器时声明应用程序工作负载类型",
"cms.connectionOptions.asynchronousProcessing.displayName": "异步处理",
"cms.connectionOptions.asynchronousProcessing.description": "如果为 true则允许在 .Net Framework 数据提供程序中使用异步功能",
"cms.connectionOptions.connectTimeout.displayName": "连接超时",
"cms.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(以秒为单位)",
"cms.connectionOptions.currentLanguage.displayName": "当前语言",
"cms.connectionOptions.currentLanguage.description": "SQL Server 语言记录名称",
"cms.connectionOptions.columnEncryptionSetting.displayName": "列加密",
"cms.connectionOptions.columnEncryptionSetting.description": "连接上所有命令的默认列加密设置",
"cms.connectionOptions.encrypt.displayName": "加密",
"cms.connectionOptions.encrypt.description": "如果为 true且服务器安装了证书则 SQL Server 对客户端与服务器之间发送的所有数据使用 SSL 加密",
"cms.connectionOptions.persistSecurityInfo.displayName": "持久安全信息",
"cms.connectionOptions.persistSecurityInfo.description": "当为 false 时,安全敏感信息(如密码)不作为连接的一部分返回",
"cms.connectionOptions.trustServerCertificate.displayName": "信任服务器证书",
"cms.connectionOptions.trustServerCertificate.description": "当为 true(且加密=true)时SQL Server 对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书",
"cms.connectionOptions.attachedDBFileName.displayName": "附加的数据库文件名",
"cms.connectionOptions.attachedDBFileName.description": "可附加的数据库的主文件的名称(包括完整路径名称)",
"cms.connectionOptions.contextConnection.displayName": "上下文连接",
"cms.connectionOptions.contextConnection.description": "如果为 true则指示连接应来自 SQL Server 上下文。仅在 SQL Server 进程中运行时可用",
"cms.connectionOptions.port.displayName": "端口",
"cms.connectionOptions.connectRetryCount.displayName": "连接重试计数",
"cms.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
"cms.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
"cms.connectionOptions.connectRetryInterval.description": "尝试恢复连接之间的延迟",
"cms.connectionOptions.applicationName.displayName": "应用程序名称",
"cms.connectionOptions.applicationName.description": "应用程序的名称",
"cms.connectionOptions.workstationId.displayName": "工作站 ID",
"cms.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
"cms.connectionOptions.pooling.displayName": "池",
"cms.connectionOptions.pooling.description": "如果为 true则从相应的池中绘制连接对象如有必要,将创建连接对象并将其添加到相应的池中",
"cms.connectionOptions.maxPoolSize.displayName": "最大池大小",
"cms.connectionOptions.maxPoolSize.description": "池中允许的最大连接数",
"cms.connectionOptions.minPoolSize.displayName": "最小池大小",
"cms.connectionOptions.minPoolSize.description": "池中允许的最小连接数",
"cms.connectionOptions.loadBalanceTimeout.displayName": "负载均衡超时",
"cms.connectionOptions.loadBalanceTimeout.description": "此连接在销毁前在池中生存的最短时间(以秒为单位)",
"cms.connectionOptions.replication.displayName": "复制",
"cms.connectionOptions.replication.description": "SQL Server 已在复制中使用",
"cms.connectionOptions.attachDbFilename.displayName": "附加数据库文件名",
"cms.connectionOptions.failoverPartner.displayName": "故障转移合作伙伴",
"cms.connectionOptions.failoverPartner.description": "充当故障转移合作伙伴的 SQL Server 实例的名称或网络地址",
"cms.connectionOptions.multiSubnetFailover.displayName": "多子网故障转移",
"cms.connectionOptions.multipleActiveResultSets.displayName": "多个活动结果集",
"cms.connectionOptions.multipleActiveResultSets.description": "如果为 true则可返回多个结果集并从一个连接读取",
"cms.connectionOptions.packetSize.displayName": "数据包大小",
"cms.connectionOptions.packetSize.description": "用于与 SQL Server 实例通信的网络数据包的大小(以字节为单位)",
"cms.connectionOptions.typeSystemVersion.displayName": "键入系统版本",
"cms.connectionOptions.typeSystemVersion.description": "指示提供程序将通过 DataReader 公开的服务器类型系统"
},
"extensions/cms/out/cmsResource/tree/treeProvider": {
"cms.resource.tree.treeProvider.loadingLabel": "正在加载..."
},
"extensions/cms/out/cmsResource/tree/cmsResourceTreeNode": {
"cms.resource.cmsResourceTreeNode.noResourcesLabel": "找不到资源"
},
"extensions/cms/out/cmsResource/tree/cmsResourceEmptyTreeNode": {
"cms.resource.tree.CmsTreeNode.addCmsServerLabel": "添加中央管理服务器..."
},
"extensions/cms/out/cmsResource/cmsResourceCommands": {
"cms.errors.sameCmsServerName": "中央管理服务器组已具有名称为 {0} 的注册服务器",
"cms.confirmDeleteServer": "是否确实要删除",
"cms.yes": "是",
"cms.no": "否",
"cms.AddServerGroup": "添加服务器组",
"cms.OK": "确定",
"cms.Cancel": "取消",
"cms.ServerGroupName": "服务器组名称",
"cms.ServerGroupDescription": "服务器组说明",
"cms.errors.sameServerGroupName": "{0} 已具有名称为 {1} 的服务器组",
"cms.confirmDeleteGroup": "是否确实要删除"
},
"extensions/cms/out/cmsUtils": {
"cms.errors.sameServerUnderCms": "不能添加与配置服务器同名的共享注册服务器"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"cms.displayName": "SQL Server 中央管理服务器",
"cms.description": "支持管理 SQL Server 中央管理服务器",
"cms.title": "中央管理服务器",
"cms.connectionProvider.displayName": "微软 SQL 服务器",
"cms.resource.explorer.title": "中央管理服务器",
"cms.resource.refresh.title": "刷新",
"cms.resource.refreshServerGroup.title": "刷新服务器组",
"cms.resource.deleteRegisteredServer.title": "删除",
"cms.resource.addRegisteredServer.title": "新建服务器注册...",
"cms.resource.deleteServerGroup.title": "删除",
"cms.resource.addServerGroup.title": "新服务器组...",
"cms.resource.registerCmsServer.title": "添加中央管理服务器",
"cms.resource.deleteCmsServer.title": "删除",
"cms.configuration.title": "MSSQL 配置",
"cms.query.displayBitAsNumber": "是否应将 BIT 列显示为数字 (1 或 0)? 若为 \"false\"BIT 列将显示为 \"true\" 或 \"false\"",
"cms.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
"cms.format.datatypeCasing": "数据类型格式应统一为“大写”(\"uppercase\")、“小写”(\"lowercase\") 或不进行统一 (\"none\")",
"cms.format.keywordCasing": "关键字格式应统一为“大写”(\"uppercase\")、“小写”(\"lowercase\") 或不进行统一 (\"none\")",
"cms.format.placeCommasBeforeNextStatement": "逗号应该位于一串语句中每一条的开头 (例如 \", mycolumn2\") 而不是结尾 (例如 \"mycolumn1,\")",
"cms.format.placeSelectStatementReferencesOnNewLine": "select 语句中的对象引用是否应分为不同行? 例如,在 \"SELECT C1, C2 FROM T1\" 中C1 和 C2 将位于不同行",
"cms.logDebugInfo": "[可选]将调试输出记录到控制台(查看 -> 输出),然后从下拉列表中选择相应的输出通道",
"cms.tracingLevel": "[可选]后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认跟踪级别不记录太多。更改详细级别可能导致过多的日志记录和磁盘空间要求。错误包括“严重”,警告包括“错误”,信息包括“警告”,而详细级别包括“信息”",
"cms.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
"cms.logFilesRemovalLimit": "启动时要删除的已超过 mssql.logRetentionMinutes 的旧文件的最大数量。下次启动 Azure Data Studio 时,不清理由于此限制而未清理的文件。",
"ignorePlatformWarning": "[可选]不显示不受支持的平台警告",
"onprem.databaseProperties.recoveryModel": "恢复模型",
"onprem.databaseProperties.lastBackupDate": "上次数据库备份",
"onprem.databaseProperties.lastLogBackupDate": "上次日志备份",
"onprem.databaseProperties.compatibilityLevel": "兼容级别",
"onprem.databaseProperties.owner": "所有者",
"onprem.serverProperties.serverVersion": "版本",
"onprem.serverProperties.serverEdition": "版",
"onprem.serverProperties.machineName": "计算机名",
"onprem.serverProperties.osVersion": "OS 版本",
"cloud.databaseProperties.azureEdition": "版",
"cloud.databaseProperties.serviceLevelObjective": "定价层",
"cloud.databaseProperties.compatibilityLevel": "兼容级别",
"cloud.databaseProperties.owner": "所有者",
"cloud.serverProperties.serverVersion": "版本",
"cloud.serverProperties.serverEdition": "类型",
"cms.provider.displayName": "Microsoft SQL Server",
"cms.connectionOptions.connectionName.displayName": "名称(可选)",
"cms.connectionOptions.connectionName.description": "连接的自定义名称",
"cms.connectionOptions.serverName.displayName": "服务器",
"cms.connectionOptions.serverName.description": "SQL Server 实例的名称",
"cms.connectionOptions.serverDescription.displayName": "服务器描述",
"cms.connectionOptions.serverDescription.description": "SQL Server 实例的说明",
"cms.connectionOptions.authType.displayName": "身份验证类型",
"cms.connectionOptions.authType.description": "指定使用 SQL Server 进行身份验证的方法",
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登录",
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 身份验证",
"cms.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
"cms.connectionOptions.userName.displayName": "用户名",
"cms.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
"cms.connectionOptions.password.displayName": "密码",
"cms.connectionOptions.password.description": "指示连接到数据源时使用的密码",
"cms.connectionOptions.applicationIntent.displayName": "应用意图",
"cms.connectionOptions.applicationIntent.description": "连接到服务器时声明应用程序工作负载类型",
"cms.connectionOptions.asynchronousProcessing.displayName": "异步处理",
"cms.connectionOptions.asynchronousProcessing.description": "如果为 true则允许在 .Net Framework 数据提供程序中使用异步功能",
"cms.connectionOptions.connectTimeout.displayName": "连接超时",
"cms.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(以秒为单位)",
"cms.connectionOptions.currentLanguage.displayName": "当前语言",
"cms.connectionOptions.currentLanguage.description": "SQL Server 语言记录名称",
"cms.connectionOptions.columnEncryptionSetting.displayName": "列加密",
"cms.connectionOptions.columnEncryptionSetting.description": "连接上所有命令的默认列加密设置",
"cms.connectionOptions.encrypt.displayName": "加密",
"cms.connectionOptions.encrypt.description": "如果为 true且服务器安装了证书则 SQL Server 对客户端与服务器之间发送的所有数据使用 SSL 加密",
"cms.connectionOptions.persistSecurityInfo.displayName": "持久安全信息",
"cms.connectionOptions.persistSecurityInfo.description": "当为 false 时,安全敏感信息(如密码)不作为连接的一部分返回",
"cms.connectionOptions.trustServerCertificate.displayName": "信任服务器证书",
"cms.connectionOptions.trustServerCertificate.description": "当为 true(且加密=true)时SQL Server 对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书",
"cms.connectionOptions.attachedDBFileName.displayName": "附加的数据库文件名",
"cms.connectionOptions.attachedDBFileName.description": "可附加的数据库的主文件的名称(包括完整路径名称)",
"cms.connectionOptions.contextConnection.displayName": "上下文连接",
"cms.connectionOptions.contextConnection.description": "如果为 true则指示连接应来自 SQL Server 上下文。仅在 SQL Server 进程中运行时可用",
"cms.connectionOptions.port.displayName": "端口",
"cms.connectionOptions.connectRetryCount.displayName": "连接重试计数",
"cms.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
"cms.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
"cms.connectionOptions.connectRetryInterval.description": "尝试恢复连接之间的延迟",
"cms.connectionOptions.applicationName.displayName": "应用程序名称",
"cms.connectionOptions.applicationName.description": "应用程序的名称",
"cms.connectionOptions.workstationId.displayName": "工作站 ID",
"cms.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
"cms.connectionOptions.pooling.displayName": "池",
"cms.connectionOptions.pooling.description": "如果为 true则从相应的池中绘制连接对象如有必要,将创建连接对象并将其添加到相应的池中",
"cms.connectionOptions.maxPoolSize.displayName": "最大池大小",
"cms.connectionOptions.maxPoolSize.description": "池中允许的最大连接数",
"cms.connectionOptions.minPoolSize.displayName": "最小池大小",
"cms.connectionOptions.minPoolSize.description": "池中允许的最小连接数",
"cms.connectionOptions.loadBalanceTimeout.displayName": "负载均衡超时",
"cms.connectionOptions.loadBalanceTimeout.description": "此连接在销毁前在池中生存的最短时间(以秒为单位)",
"cms.connectionOptions.replication.displayName": "复制",
"cms.connectionOptions.replication.description": "SQL Server 已在复制中使用",
"cms.connectionOptions.attachDbFilename.displayName": "附加数据库文件名",
"cms.connectionOptions.failoverPartner.displayName": "故障转移合作伙伴",
"cms.connectionOptions.failoverPartner.description": "充当故障转移合作伙伴的 SQL Server 实例的名称或网络地址",
"cms.connectionOptions.multiSubnetFailover.displayName": "多子网故障转移",
"cms.connectionOptions.multipleActiveResultSets.displayName": "多个活动结果集",
"cms.connectionOptions.multipleActiveResultSets.description": "如果为 true则可返回多个结果集并从一个连接读取",
"cms.connectionOptions.packetSize.displayName": "数据包大小",
"cms.connectionOptions.packetSize.description": "用于与 SQL Server 实例通信的网络数据包的大小(以字节为单位)",
"cms.connectionOptions.typeSystemVersion.displayName": "键入系统版本",
"cms.connectionOptions.typeSystemVersion.description": "指示提供程序将通过 DataReader 公开的服务器类型系统"
},
"out/cmsResource/tree/treeProvider": {
"cms.resource.tree.treeProvider.loadingLabel": "正在加载..."
},
"out/cmsResource/tree/cmsResourceTreeNode": {
"cms.resource.cmsResourceTreeNode.noResourcesLabel": "找不到资源"
},
"out/cmsResource/tree/cmsResourceEmptyTreeNode": {
"cms.resource.tree.CmsTreeNode.addCmsServerLabel": "添加中央管理服务器..."
},
"out/cmsResource/cmsResourceCommands": {
"cms.errors.sameCmsServerName": "中央管理服务器组已具有名称为 {0} 的注册服务器",
"cms.confirmDeleteServer": "是否确实要删除",
"cms.yes": "是",
"cms.no": "否",
"cms.AddServerGroup": "添加服务器组",
"cms.OK": "确定",
"cms.Cancel": "取消",
"cms.ServerGroupName": "服务器组名称",
"cms.ServerGroupDescription": "服务器组说明",
"cms.errors.sameServerGroupName": "{0} 已具有名称为 {1} 的服务器组",
"cms.confirmDeleteGroup": "是否确实要删除"
},
"out/cmsUtils": {
"cms.errors.sameServerUnderCms": "不能添加与配置服务器同名的共享注册服务器"
}
}
}

View File

@@ -1,94 +1,94 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"out/wizard/pages/selectOperationpage": {
"dacFx.deployRadioButtonLabel": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
"dacFx.extractRadioButtonLabel": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
"dacFx.importRadioButtonLabel": "基于 .bacpac 文件创建数据库 [导入 Bacpac]",
"dacFx.exportRadioButtonLabel": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]"
},
"out/wizard/pages/importConfigPage": {
"dacFxImport.openFile": "打开",
"dacFxImport.fileTextboxTitle": "文件位置"
},
"out/wizard/pages/extractConfigPage": {
"dacfxExtract.saveFile": "保存",
"dacFxExtract.fileTextboxTitle": "文件位置",
"dacFxExtract.versionTextboxTitle": "版本(采用 x.x.x.x 格式x 表示数字)"
},
"out/wizard/pages/exportConfigPage": {
"dacfxExport.saveFile": "保存",
"dacFxExport.fileTextboxTitle": "文件位置"
},
"out/wizard/pages/deployPlanPage": {
"dacfx.dataLossTextWithCount": "列出的部署操作的 {0} 可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
"dacFx.dataLossCheckbox": "尽管可能会丢失数据,仍要继续",
"dacfx.noDataLossText": "列出的部署操作不会导致数据丢失。",
"dacfx.dataLossText": "部署操作可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
"dacfx.operationColumn": "操作",
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
"dacfx.typeColumn": "类型",
"dacfx.typeTooltip": "将受部署影响的对象类型",
"dacfx.objectColumn": "对象",
"dacfx.objecTooltip": "将受部署影响的对象的名称",
"dacfx.dataLossColumn": "数据丢失",
"dacfx.dataLossTooltip": "将对可能导致数据丢失的操作标记警告符号"
},
"out/wizard/pages/deployConfigPage": {
"dacFx.databaseNameTextBox": "数据库名称",
"dacFx.databaseNameDropdown": "数据库名称",
"dacFxDeploy.openFile": "打开",
"dacFxDeploy.fileTextboxTitle": "文件位置",
"dacFx.upgradeRadioButtonLabel": "升级现有数据库",
"dacFx.newRadioButtonLabel": "新数据库",
"dacFx.targetDatabaseRadioButtonsTitle": "目标数据库",
"dacFx.targetDatabaseDropdownTitle": "数据库名称"
},
"out/wizard/pages/dacFxSummaryPage": {
"dacfx.targetServerName": "目标服务器",
"dacfx.targetDatabaseName": "目标数据库",
"dacfx.sourceServerName": "源服务器",
"dacfx.sourceDatabaseName": "源数据库",
"dacfx.fileLocation": "文件位置",
"dacfxExtract.version": "版本",
"dacfx.settingColumn": "设置",
"dacfx.valueColumn": "值"
},
"out/wizard/api/dacFxConfigPage": {
"dacFx.targetServerDropdownTitle": "目标服务器",
"dacFx.sourceServerDropdownTitle": "源服务器",
"dacFx.databaseNameTextBox": "目标数据库",
"dacFx.sourceDatabaseDropdownTitle": "源数据库"
},
"out/wizard/api/basePage": {
"basePage.defaultUser": "默认值"
},
"out/wizard/dataTierApplicationWizard": {
"dacFx.selectOperationPageName": "选择操作",
"dacFx.deployConfigPageName": "选择“部署 Dacpac 设置”",
"dacFx.deployPlanPage": "查看部署计划",
"dacFx.summaryPageName": "摘要",
"dacFx.extractConfigPageName": "选择“提取 Dacpac 设置”",
"dacFx.importConfigPageName": "选择“导入 Bacpac 设置”",
"dacFx.exportConfigPageName": "选择“导出 Bacpac 设置”",
"dacFx.deployButton": "部署",
"dacFx.extractButton": "提取",
"dacFx.importButton": "导入",
"dacFx.exportButton": "导出",
"dacFx.generateScriptButton": "生成脚本",
"alertData.deployErrorMessage": "部署失败的“{0}”",
"alertData.extractErrorMessage": "提取失败的“{0}”",
"alertData.exportErrorMessage": "导出失败的“{0}”",
"alertData.importErrorMessage": "导入失败的“{0}”",
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
"alertData.deployPlanErrorMessage": "部署计划生成失败“{0}”"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"out/wizard/pages/selectOperationpage": {
"dacFx.deployRadioButtonLabel": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
"dacFx.extractRadioButtonLabel": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
"dacFx.importRadioButtonLabel": "基于 .bacpac 文件创建数据库 [导入 Bacpac]",
"dacFx.exportRadioButtonLabel": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]"
},
"out/wizard/pages/importConfigPage": {
"dacFxImport.openFile": "打开",
"dacFxImport.fileTextboxTitle": "文件位置"
},
"out/wizard/pages/extractConfigPage": {
"dacfxExtract.saveFile": "保存",
"dacFxExtract.fileTextboxTitle": "文件位置",
"dacFxExtract.versionTextboxTitle": "版本(采用 x.x.x.x 格式x 表示数字)"
},
"out/wizard/pages/exportConfigPage": {
"dacfxExport.saveFile": "保存",
"dacFxExport.fileTextboxTitle": "文件位置"
},
"out/wizard/pages/deployPlanPage": {
"dacfx.dataLossTextWithCount": "列出的部署操作的 {0} 可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
"dacFx.dataLossCheckbox": "尽管可能会丢失数据,仍要继续",
"dacfx.noDataLossText": "列出的部署操作不会导致数据丢失。",
"dacfx.dataLossText": "部署操作可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
"dacfx.operationColumn": "操作",
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
"dacfx.typeColumn": "类型",
"dacfx.typeTooltip": "将受部署影响的对象类型",
"dacfx.objectColumn": "对象",
"dacfx.objecTooltip": "将受部署影响的对象的名称",
"dacfx.dataLossColumn": "数据丢失",
"dacfx.dataLossTooltip": "将对可能导致数据丢失的操作标记警告符号"
},
"out/wizard/pages/deployConfigPage": {
"dacFx.databaseNameTextBox": "数据库名称",
"dacFx.databaseNameDropdown": "数据库名称",
"dacFxDeploy.openFile": "打开",
"dacFxDeploy.fileTextboxTitle": "文件位置",
"dacFx.upgradeRadioButtonLabel": "升级现有数据库",
"dacFx.newRadioButtonLabel": "新数据库",
"dacFx.targetDatabaseRadioButtonsTitle": "目标数据库",
"dacFx.targetDatabaseDropdownTitle": "数据库名称"
},
"out/wizard/pages/dacFxSummaryPage": {
"dacfx.targetServerName": "目标服务器",
"dacfx.targetDatabaseName": "目标数据库",
"dacfx.sourceServerName": "源服务器",
"dacfx.sourceDatabaseName": "源数据库",
"dacfx.fileLocation": "文件位置",
"dacfxExtract.version": "版本",
"dacfx.settingColumn": "设置",
"dacfx.valueColumn": "值"
},
"out/wizard/api/dacFxConfigPage": {
"dacFx.targetServerDropdownTitle": "目标服务器",
"dacFx.sourceServerDropdownTitle": "源服务器",
"dacFx.databaseNameTextBox": "目标数据库",
"dacFx.sourceDatabaseDropdownTitle": "源数据库"
},
"out/wizard/api/basePage": {
"basePage.defaultUser": "默认值"
},
"out/wizard/dataTierApplicationWizard": {
"dacFx.selectOperationPageName": "选择操作",
"dacFx.deployConfigPageName": "选择“部署 Dacpac 设置”",
"dacFx.deployPlanPage": "查看部署计划",
"dacFx.summaryPageName": "摘要",
"dacFx.extractConfigPageName": "选择“提取 Dacpac 设置”",
"dacFx.importConfigPageName": "选择“导入 Bacpac 设置”",
"dacFx.exportConfigPageName": "选择“导出 Bacpac 设置”",
"dacFx.deployButton": "部署",
"dacFx.extractButton": "提取",
"dacFx.importButton": "导入",
"dacFx.exportButton": "导出",
"dacFx.generateScriptButton": "生成脚本",
"alertData.deployErrorMessage": "部署失败的“{0}”",
"alertData.extractErrorMessage": "提取失败的“{0}”",
"alertData.exportErrorMessage": "导出失败的“{0}”",
"alertData.importErrorMessage": "导入失败的“{0}”",
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
"alertData.deployPlanErrorMessage": "部署计划生成失败“{0}”"
}
}
}

View File

@@ -1,69 +1,69 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/import/out/wizard/pages/summaryPage": {
"flatFileImport.importInformation": "导入信息",
"flatFileImport.importStatus": "导入状态",
"flatFileImport.serverName": "服务器名称",
"flatFileImport.databaseName": "数据库名称",
"flatFileImport.tableName": "表名称",
"flatFileImport.tableSchema": "表架构",
"flatFileImport.fileImport": "要导入的文件",
"flatFileImport.success.norows": "✔已成功将数据插入表中。"
},
"extensions/import/out/wizard/pages/prosePreviewPage": {
"flatFileImport.prosePreviewMessage": "此操作已分析输入文件的结构以在下方生成前 50 行的预览。",
"flatFileImport.prosePreviewMessageFail": "此操作不成功。请尝试其他输入文件。",
"flatFileImport.refresh": "刷新"
},
"extensions/import/out/wizard/pages/modifyColumnsPage": {
"flatFileImport.importData": "导入数据",
"flatFileImport.next": "下一个",
"flatFileImport.columnName": "列名",
"flatFileImport.dataType": "数据类型",
"flatFileImport.primaryKey": "主键",
"flatFileImport.allowNulls": "允许 Null"
},
"extensions/import/out/wizard/pages/fileConfigPage": {
"flatFileImport.serverDropdownTitle": "数据库所在的服务器",
"flatFileImport.databaseDropdownTitle": "创建表的数据库",
"flatFileImport.browseFiles": "浏览",
"flatFileImport.openFile": "打开",
"flatFileImport.fileTextboxTitle": "要导入的文件的位置",
"flatFileImport.tableTextboxTitle": "新建表名",
"flatFileImport.schemaTextboxTitle": "表架构"
},
"extensions/import/out/wizard/flatFileWizard": {
"import.needConnection": "请在使用此向导之前连接到服务器。",
"flatFileImport.wizardName": "导入平面文件向导",
"flatFileImport.page1Name": "指定输入文件",
"flatFileImport.page2Name": "预览数据",
"flatFileImport.page3Name": "修改列",
"flatFileImport.page4Name": "摘要",
"flatFileImport.importNewFile": "导入新文件"
},
"extensions/import/out/services/telemetry": {
"import.serviceCrashButton": "提供反馈",
"serviceCrashMessage": "服务组件无法启动"
},
"extensions/import/out/services/serviceClient": {
"serviceStarted": "服务已启动",
"serviceStarting": "正在启动服务",
"flatFileImport.serviceStartFailed": "未能启动导入服务{0}",
"installingServiceDetailed": "正在将 {0} 服务安装到 {1}",
"installingService": "正在安装服务",
"serviceInstalled": "已安装",
"downloadingService": "正在下载 {0}",
"downloadingServiceSize": "({0} KB)",
"downloadingServiceStatus": "正在下载服务",
"downloadingServiceComplete": "完成!"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"out/wizard/pages/summaryPage": {
"flatFileImport.importInformation": "导入信息",
"flatFileImport.importStatus": "导入状态",
"flatFileImport.serverName": "服务器名称",
"flatFileImport.databaseName": "数据库名称",
"flatFileImport.tableName": "表名称",
"flatFileImport.tableSchema": "表架构",
"flatFileImport.fileImport": "要导入的文件",
"flatFileImport.success.norows": "✔已成功将数据插入表中。"
},
"out/wizard/pages/prosePreviewPage": {
"flatFileImport.prosePreviewMessage": "此操作已分析输入文件的结构以在下方生成前 50 行的预览。",
"flatFileImport.prosePreviewMessageFail": "此操作不成功。请尝试其他输入文件。",
"flatFileImport.refresh": "刷新"
},
"out/wizard/pages/modifyColumnsPage": {
"flatFileImport.importData": "导入数据",
"flatFileImport.next": "下一个",
"flatFileImport.columnName": "列名",
"flatFileImport.dataType": "数据类型",
"flatFileImport.primaryKey": "主键",
"flatFileImport.allowNulls": "允许 Null"
},
"out/wizard/pages/fileConfigPage": {
"flatFileImport.serverDropdownTitle": "数据库所在的服务器",
"flatFileImport.databaseDropdownTitle": "创建表的数据库",
"flatFileImport.browseFiles": "浏览",
"flatFileImport.openFile": "打开",
"flatFileImport.fileTextboxTitle": "要导入的文件的位置",
"flatFileImport.tableTextboxTitle": "新建表名",
"flatFileImport.schemaTextboxTitle": "表架构"
},
"out/wizard/flatFileWizard": {
"import.needConnection": "请在使用此向导之前连接到服务器。",
"flatFileImport.wizardName": "导入平面文件向导",
"flatFileImport.page1Name": "指定输入文件",
"flatFileImport.page2Name": "预览数据",
"flatFileImport.page3Name": "修改列",
"flatFileImport.page4Name": "摘要",
"flatFileImport.importNewFile": "导入新文件"
},
"out/services/telemetry": {
"import.serviceCrashButton": "提供反馈",
"serviceCrashMessage": "服务组件无法启动"
},
"out/services/serviceClient": {
"serviceStarted": "服务已启动",
"serviceStarting": "正在启动服务",
"flatFileImport.serviceStartFailed": "未能启动导入服务{0}",
"installingServiceDetailed": "正在将 {0} 服务安装到 {1}",
"installingService": "正在安装服务",
"serviceInstalled": "已安装",
"downloadingService": "正在下载 {0}",
"downloadingServiceSize": "({0} KB)",
"downloadingServiceStatus": "正在下载服务",
"downloadingServiceComplete": "完成!"
}
}
}

View File

@@ -1,167 +1,182 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"displayName": "笔记本核心扩展",
"description": "定义基于数据协议的笔记本贡献以及多个笔记本命令和贡献。",
"notebook.configuration.title": "笔记本配置",
"notebook.pythonPath.description": "笔记本使用的 python 安装的本地路径。",
"notebook.useExistingPython.description": "笔记本使用的预先存在的 python 安装的本地路径。",
"notebook.overrideEditorTheming.description": "在笔记本编辑器中覆盖编辑器默认设置。设置包括背景色、当前线条颜色和边框",
"notebook.maxTableRows.description": "笔记本编辑器中每个表返回的最大行数",
"notebook.command.new": "新笔记本",
"notebook.command.open": "打开笔记本",
"notebook.analyzeJupyterNotebook": "笔记本中分析",
"notebook.command.runactivecell": "运行单元格",
"notebook.command.clearactivecellresult": "清除单元格结果",
"notebook.command.runallcells": "运行单元格",
"notebook.command.addcode": "添加代码单元格",
"notebook.command.addtext": "添加文本单元格",
"notebook.command.addcell": "添加单元格",
"title.analyzeJupyterNotebook": "在笔记本中分析",
"title.newJupyterNotebook": "笔记本",
"title.openJupyterNotebook": "打开笔记本",
"title.jupyter.setContext": "笔记本设置上下文",
"title.jupyter.setKernel": "为笔记本设置内核",
"config.jupyter.extraKernelsTitle": "额外内核",
"config.jupyter.extraKernelsDescription": "要启用的额外内核的 ID",
"config.jupyter.kernelConfigValuesDescription": "Jupyter 内核的配置选项。这是自动管理的,建议不要手动编辑。",
"title.reinstallNotebookDependencies": "重新安装笔记本依赖项",
"title.configurePython": "为笔记本配置 Python",
"title.managePackages": "管理包"
},
"out/dialog/managePackages/managePackagesDialog": {
"managePackages.dialogName": "管理包",
"managePackages.cancelButtonText": "关闭"
},
"out/dialog/managePackages/installedPackagesTab": {
"managePackages.installedTabTitle": "已安装",
"managePackages.pkgNameColumn": "名称",
"managePackages.newPkgVersionColumn": "版本",
"managePackages.uninstallButtonText": "卸载选定的包",
"managePackages.packageType": "包类型",
"managePackages.packageCount": "找到 {0} 个 {1} 包",
"managePackages.confirmUninstall": "确定要卸载指定的包吗?",
"managePackages.backgroundUninstallStarted": "正在卸载 {0}",
"managePackages.backgroundUninstallComplete": "{0} 已卸载完毕",
"managePackages.backgroundUninstallFailed": "未能卸载 {0}。错误: {1}"
},
"out/dialog/managePackages/addNewPackageTab": {
"managePackages.invalidTextPlaceholder": "不可用",
"managePackages.packageNotFound": "找不到指定的包",
"managePackages.searchBarPlaceholder": "搜索 {0} 个包",
"managePackages.addNewTabTitle": "新增",
"managePackages.searchButtonLabel": "搜索",
"managePackages.installButtonText": "安装",
"managePackages.packageNameTitle": "包名称",
"managePackages.packageVersionTitle": "包版本",
"managePackages.packageSummaryTitle": "包摘要",
"managePackages.noVersionsFound": "找不到指定包的任何有效版本",
"managePackages.packageRequestError": "包信息请求失败,错误: {0} {1}",
"managePackages.backgroundInstallStarted": "正在安装 {0} {1}",
"managePackages.backgroundInstallComplete": "完成 {0} {1} 的安装",
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}"
},
"out/protocol/notebookUriHandler": {
"notebook.unsupportedAction": "此处理程序不支持操作 {0}",
"unsupportedScheme": "无法打开链接 {0},因为仅支持 HTTP 和 HTTPS 链接",
"notebook.confirmOpen": "下载并打开“{0}”?",
"notebook.fileNotFound": "找不到指定的文件",
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}"
},
"out/jupyter/serverInstance": {
"serverStopError": "停止笔记本服务器时出错: {0}",
"notebookStartProcessExitPremature": "笔记本进程过早退出,出现错误: {0},StdErr 输出: {1}",
"jupyterError": "从 Jupyter 发送时出错: {0}",
"jupyterOutputMsgStartSuccessful": "... Jupyter 正在 {0} 中运行",
"jupyterOutputMsgStart": "...正在启动笔记本服务器"
},
"out/jupyter/jupyterSettingWriter": {
"UnexpectedSettingType": "意外设置类型 {0}"
},
"out/jupyter/jupyterSessionManager": {
"errorStartBeforeReady": "无法启动会话,管理器尚未初始化",
"connectionNotValid": "Spark 内核需要连接到 SQL Server 大数据群集主实例。"
},
"out/jupyter/jupyterServerManager": {
"shutdownError": "未能关闭笔记本服务器: {0}"
},
"out/jupyter/jupyterServerInstallation": {
"msgInstallPkgProgress": "正在安装笔记本依赖项",
"msgPythonDownloadComplete": "Python 下载完毕",
"msgPythonDownloadError": "下载 python 安装程序时出错",
"msgPythonDownloadPending": "正在下载 python 包",
"msgPythonUnpackPending": "正在解包 python 包",
"msgPythonDirectoryError": "创建 python 安装目录时出错",
"msgPythonUnpackError": "解包 Python 捆绑时出错",
"msgTaskName": "正在安装笔记本依赖项",
"msgInstallPkgStart": "正在安装笔记本依赖项;有关详细信息,请参阅任务视图",
"msgInstallPkgFinish": "笔记本依赖项安装完成",
"msgPythonRunningError": "在 Python 运行时无法覆盖现有的 Python 安装。",
"msgPendingInstallError": "另一个 Python 安装正在进行中。",
"msgSkipPythonInstall": "特定位置已存在 Python。正在跳过安装。",
"msgDependenciesInstallationFailed": "未能安装笔记本依赖项,错误: {0}",
"msgDownloadPython": "正在下载平台的本地 python: {0} 到 {1}",
"msgInstallStart": "正在安装运行笔记本所需的包...",
"msgJupyterInstallDone": "... Jupyter 安装完毕。",
"msgInstallingSpark": "正在安装 SparkMagic..."
},
"out/jupyter/jupyterNotebookProvider": {
"errNotebookUriMissing": "需要笔记本路径"
},
"out/jupyter/jupyterController": {
"notebookFileType": "笔记本",
"unsupportedFileType": "仅支持 .ipynb 笔记本",
"confirmReinstall": "确定要重新安装吗?"
},
"out/dialog/configurePythonDialog": {
"configurePython.dialogName": "为笔记本配置 Python",
"configurePython.okButtonText": "安装",
"configurePython.cancelButtonText": "取消",
"configurePython.browseButtonText": "浏览",
"configurePython.locationTextBoxText": "Python 安装位置",
"configurePython.selectFileLabel": "选择",
"configurePython.installNote": "此安装需要一些时间。建议在安装完成之前不要关闭应用程序。",
"configurePython.invalidLocationMsg": "指定的安装位置无效。",
"configurePython.pythonNotFoundMsg": "在指定位置未找到 python 安装。",
"configurePython.pythonInstallDeclined": "Python 安装被拒绝。",
"configurePython.installationType": "安装类型",
"configurePython.newInstall": "新 Python 安装",
"configurePython.existingInstall": "使用现有的 Python 安装"
},
"out/book/bookTreeView": {
"openNotebookError": "未能打开文件 {0}: {1}",
"openMarkdownError": "未能打开文件 {0}: {1}",
"openExternalLinkError": "未能打开链接 {0}: {1}",
"openConfigFileError": "未能打开文件 {0}: {1}",
"openExternalLinkCommand": "打开外部链接",
"openNotebookCommand": "打开笔记本",
"openMarkdownCommand": "打开Markdown",
"missingFileError": "缺少文件: {0}"
},
"out/common/utils": {
"mkdirOutputMsg": "...正在创建 {0}",
"executeCommandProcessExited": "已使用代码 {0} 退出进程"
},
"out/common/localizedConstants": {
"msgYes": "是",
"msgNo": "否",
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。"
},
"out/extension": {
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
"noNotebookVisible": "没有笔记本编辑器处于活动状态",
"codeCellName": "代码",
"textCellName": "文本",
"selectCellType": "你要添加哪种类型的单元格?",
"notebookFiles": "笔记本"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"displayName": "笔记本核心扩展",
"description": "定义基于数据协议的笔记本贡献以及多个笔记本命令和贡献。",
"notebook.configuration.title": "笔记本配置",
"notebook.pythonPath.description": "笔记本使用的 python 安装的本地路径。",
"notebook.useExistingPython.description": "笔记本使用的预先存在的 python 安装的本地路径。",
"notebook.overrideEditorTheming.description": "在笔记本编辑器中覆盖编辑器默认设置。设置包括背景色、当前线条颜色和边框",
"notebook.maxTableRows.description": "笔记本编辑器中每个表返回的最大行数",
"notebook.maxBookSearchDepth.description": "要搜索书籍的子目录的最大深度(输入 0 表示“无限”)",
"notebook.command.new": "笔记本",
"notebook.command.open": "打开笔记本",
"notebook.analyzeJupyterNotebook": "在笔记本中分析",
"notebook.command.runactivecell": "运行单元格",
"notebook.command.clearactivecellresult": "清除单元格结果",
"notebook.command.runallcells": "运行单元格",
"notebook.command.addcode": "添加代码单元格",
"notebook.command.addtext": "添加文本单元格",
"notebook.command.addcell": "添加单元格",
"title.analyzeJupyterNotebook": "笔记本中分析",
"title.newJupyterNotebook": "笔记本",
"title.openJupyterNotebook": "打开笔记本",
"title.jupyter.setContext": "为笔记本设置上下文",
"title.jupyter.setKernel": "为笔记本设置内核",
"config.jupyter.extraKernelsTitle": "额外内核",
"config.jupyter.extraKernelsDescription": "要启用的额外内核的 ID",
"config.jupyter.kernelConfigValuesDescription": "Jupyter 内核的配置选项。这是自动管理的,建议不要手动编辑。",
"title.reinstallNotebookDependencies": "重新安装笔记本依赖项",
"title.configurePython": "为笔记本配置 Python",
"title.managePackages": "管理包",
"title.SQL19PreviewBook": "SQL Server 2019 指南",
"books-preview-category": "Jupyter Book",
"title.saveJupyterBook": "保存书籍",
"title.searchJupyterBook": "搜索书籍",
"title.SavedBooks": "保存的书籍",
"title.UntitledBooks": "无标题书籍"
},
"dist/common/utils": {
"mkdirOutputMsg": "...正在创建 {0}",
"executeCommandProcessExited": "已使用代码 {0} 退出进程"
},
"dist/common/localizedConstants": {
"msgYes": "是",
"msgNo": "否",
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。"
},
"dist/jupyter/jupyterServerInstallation": {
"msgInstallPkgProgress": "正在安装笔记本依赖项",
"msgPythonDownloadComplete": "Python 下载完毕",
"msgPythonDownloadError": "下载 python 安装程序时出错",
"msgPythonDownloadPending": "正在下载 python 包",
"msgPythonUnpackPending": "正在解包 python 包",
"msgPythonDirectoryError": "创建 python 安装目录时出错",
"msgPythonUnpackError": "解包 Python 捆绑时出错",
"msgTaskName": "正在安装笔记本依赖项",
"msgInstallPkgStart": "正在安装笔记本依赖项;有关详细信息,请参阅任务视图",
"msgInstallPkgFinish": "笔记本依赖项安装完成",
"msgPythonRunningError": "在 Python 运行时无法覆盖现有的 Python 安装。请关闭所有活动笔记本,然后再继续。",
"msgSkipPythonInstall": "特定位置已存在 Python。正在跳过安装。",
"msgWaitingForInstall": "另一个 Python 安装正在进行中。等待它完成。",
"msgDependenciesInstallationFailed": "未能安装笔记本依赖项,错误: {0}",
"msgDownloadPython": "正在下载平台的本地 python: {0} 到 {1}",
"confirmPackageUpgrade": "某些已安装的 python 包需要升级。想要立即升级它们吗?",
"upgradePackages.pipInstall": "正在安装 {0}",
"msgInstallStart": "正在安装运行笔记本所需的包...",
"msgJupyterInstallDone": "... Jupyter 安装完毕。"
},
"dist/dialog/configurePythonDialog": {
"configurePython.dialogName": "为笔记本配置 Python",
"configurePython.okButtonText": "安装",
"configurePython.cancelButtonText": "取消",
"configurePython.browseButtonText": "浏览",
"configurePython.locationTextBoxText": "Python 安装位置",
"configurePython.selectFileLabel": "选择",
"configurePython.installNote": "此安装需要一些时间。建议在安装完成之前不要关闭应用程序。",
"configurePython.invalidLocationMsg": "指定的安装位置无效。",
"configurePython.pythonNotFoundMsg": "在指定位置未找到 python 安装。",
"configurePython.pythonInstallDeclined": "Python 安装被拒绝。",
"configurePython.installationType": "安装类型",
"configurePython.newInstall": "新 Python 安装",
"configurePython.existingInstall": "使用现有的 Python 安装"
},
"dist/extension": {
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
"noNotebookVisible": "没有笔记本编辑器处于活动状态",
"codeCellName": "代码",
"textCellName": "文本",
"selectCellType": "你要添加哪种类型的单元格?",
"notebookFiles": "笔记本"
},
"dist/jupyter/jupyterController": {
"notebookFileType": "笔记本",
"unsupportedFileType": "仅支持 .ipynb 笔记本",
"confirmReinstall": "确定要重新安装吗?"
},
"dist/jupyter/jupyterServerManager": {
"shutdownError": "未能关闭笔记本服务器: {0}"
},
"dist/jupyter/serverInstance": {
"serverStopError": "停止笔记本服务器时出错: {0}",
"notebookStartProcessExitPremature": "笔记本进程过早退出,出现错误: {0},StdErr 输出: {1}",
"jupyterError": "从 Jupyter 发送时出错: {0}",
"jupyterOutputMsgStartSuccessful": "... Jupyter 正在 {0} 中运行",
"jupyterOutputMsgStart": "...正在启动笔记本服务器"
},
"dist/jupyter/jupyterNotebookProvider": {
"errNotebookUriMissing": "需要笔记本路径"
},
"dist/jupyter/jupyterSessionManager": {
"errorStartBeforeReady": "无法启动会话,管理器尚未初始化",
"connectionNotValid": "Spark 内核需要连接到 SQL Server 大数据群集主实例。"
},
"dist/dialog/managePackages/managePackagesDialog": {
"managePackages.dialogName": "管理包",
"managePackages.cancelButtonText": "关闭"
},
"dist/dialog/managePackages/installedPackagesTab": {
"managePackages.installedTabTitle": "已安装",
"managePackages.pkgNameColumn": "名称",
"managePackages.newPkgVersionColumn": "版本",
"managePackages.uninstallButtonText": "卸载选定的包",
"managePackages.packageType": "包类型",
"managePackages.packageCount": "找到 {0} 个 {1} 包",
"managePackages.confirmUninstall": "确定要卸载指定的包吗?",
"managePackages.backgroundUninstallStarted": "正在卸载 {0}",
"managePackages.backgroundUninstallComplete": "{0} 已卸载完毕",
"managePackages.backgroundUninstallFailed": "未能卸载 {0}。错误: {1}"
},
"dist/dialog/managePackages/addNewPackageTab": {
"managePackages.invalidTextPlaceholder": "不可用",
"managePackages.packageNotFound": "找不到指定的包",
"managePackages.searchBarPlaceholder": "搜索 {0} 个包",
"managePackages.addNewTabTitle": "新增",
"managePackages.searchButtonLabel": "搜索",
"managePackages.installButtonText": "安装",
"managePackages.packageNameTitle": "包名称",
"managePackages.packageVersionTitle": "包版本",
"managePackages.packageSummaryTitle": "包摘要",
"managePackages.noVersionsFound": "找不到指定包的任何有效版本",
"managePackages.packageRequestError": "包信息请求失败,错误: {0} {1}",
"managePackages.backgroundInstallStarted": "正在安装 {0} {1}",
"managePackages.backgroundInstallComplete": "完成 {0} {1} 的安装",
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}"
},
"dist/protocol/notebookUriHandler": {
"notebook.unsupportedAction": "此处理程序不支持操作 {0}",
"unsupportedScheme": "无法打开链接 {0},因为仅支持 HTTP 和 HTTPS 链接",
"notebook.confirmOpen": "下载并打开“{0}”?",
"notebook.fileNotFound": "找不到指定的文件",
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}"
},
"dist/book/bookTreeView": {
"openBookError": "未能打开书籍 {0}: {1}",
"openNotebookError": "未能打开笔记本 {0}: {1}",
"openMarkdownError": "未能打开 markdown {0}: {1}",
"openUntitledNotebookError": "未能以无标题的形式打开不带标题的笔记本 {0}: {1}",
"allFiles": "所有文件",
"labelPickFolder": "选取文件夹",
"openExternalLinkError": "未能打开链接 {0}: {1}",
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹?"
},
"dist/book/bookModel": {
"missingFileError": "缺少文件: {0}",
"InvalidError.tocFile": "{0}",
"Invalid toc.yml": "错误: {0} 具有不正确的 toc.yml 文件"
},
"dist/book/bookTreeItem": {
"openNotebookCommand": "打开笔记本",
"openMarkdownCommand": "打开Markdown",
"openExternalLinkCommand": "打开外部链接"
}
}
}

View File

@@ -1,23 +1,23 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/profiler/client/out/dialogs/profilerCreateSessionDialog": {
"createSessionDialog.cancel": "取消",
"createSessionDialog.create": "启动",
"createSessionDialog.title": "启动新的探查器会话",
"createSessionDialog.templatesInvalid": "模板列表无效,无法打开对话框",
"createSessionDialog.dialogOwnerInvalid": "对话框所有者无效,无法打开对话框",
"createSessionDialog.invalidProviderType": "提供程序类型无效,无法打开对话框",
"createSessionDialog.selectTemplates": "选择会话模板:",
"createSessionDialog.enterSessionName": "输入会话名称:",
"createSessionDialog.createSessionFailed": "未能创建会话"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"out/dialogs/profilerCreateSessionDialog": {
"createSessionDialog.cancel": "取消",
"createSessionDialog.create": "启动",
"createSessionDialog.title": "启动新的探查器会话",
"createSessionDialog.templatesInvalid": "模板列表无效,无法打开对话框",
"createSessionDialog.dialogOwnerInvalid": "对话框所有者无效,无法打开对话框",
"createSessionDialog.invalidProviderType": "提供程序类型无效,无法打开对话框",
"createSessionDialog.selectTemplates": "选择会话模板:",
"createSessionDialog.enterSessionName": "输入会话名称:",
"createSessionDialog.createSessionFailed": "未能创建会话"
}
}
}

View File

@@ -1,69 +1,343 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/resource-deployment/package": {
"extension-displayName": "Azure Data Studio 的 SQL Server 部署扩展",
"extension-description": "提供基于笔记本的体验来部署 Microsoft SQL Server",
"deploy-sql-image-command-name": "在 Docker 上部署 SQL Server...",
"deploy-sql-bdc-command-name": "部署 SQL Server 大数据群集...",
"deploy-resource-command-name": "部署 SQL Server",
"deploy-resource-command-category": "部署",
"resource-type-sql-image-display-name": "SQL Server 容器映像",
"resource-type-sql-image-description": "使用 Docker 运行 SQL Server 容器映像",
"resource-type-sql-bdc-display-name": "SQL SERVER 大数据群集",
"resource-type-sql-bdc-description": "借助 SQL Server 大数据群集,可部署在 Kubernetes 上运行的 SQL Server、Spark 和 HDFS 容器的可扩展群集",
"version-display-name": "版本",
"sql-2017-display-name": "SQL Server 2017",
"sql-2019-display-name": "SQL Server 2019",
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
"sql-2019ctp31-display-name": "SQL Server 2019 大数据群集 CTP 3.1",
"bdc-deployment-target": "部署目标",
"bdc-deployment-target-aks": "新的 Azure Kubernetes 服务群集",
"bdc-deployment-target-existing-cluster": "现有的 Kubernetes 群集",
"bdc-ctp31-aks-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb",
"bdc-ctp31-existing-cluster-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb"
},
"extensions/resource-deployment/out/services/tools/mssqlCtlTool": {
"resourceDeployment.MssqlCtlDescription": "一种用 Python 编写的命令行实用程序,使群集管理员能够通过 REST API 引导和管理大数据群集",
"resourceDeployment.MssqlCtlDisplayName": "mssqlctl"
},
"extensions/resource-deployment/out/services/tools/kubeCtlTool": {
"resourceDeployment.KubeCtlDescription": "可使用命令行工具针对 Kubernetes 群集运行命令",
"resourceDeployment.KubeCtlDisplayName": "kubectl"
},
"extensions/resource-deployment/out/services/tools/dockerTool": {
"resourceDeployment.DockerDescription": "提供在隔离容器中打包和运行应用程序的能力",
"resourceDeployment.DockerDisplayName": "Docker"
},
"extensions/resource-deployment/out/services/tools/azCliTool": {
"resourceDeployment.AzCLIDescription": "用于管理 Azure 资源的命令行工具",
"resourceDeployment.AzCLIDisplayName": "Azure CLI"
},
"extensions/resource-deployment/out/ui/resourceDeploymentDialog": {
"deploymentDialog.title": "选择部署选项",
"deploymentDialog.OKButtonText": "打开笔记本",
"deploymentDialog.toolNameColumnHeader": "工具",
"deploymentDialog.toolDescriptionColumnHeader": "说明",
"deploymentDialog.OptionsTitle": "选项",
"deploymentDialog.RequiredToolsTitle": "所需工具"
},
"extensions/resource-deployment/out/services/resourceTypeService": {
"resourceDeployment.extensionFullNameError": "找不到 package.json 或未设置名称/发布者"
},
"extensions/resource-deployment/out/services/notebookService": {
"resourceDeployment.notebookNotFound": "笔记本 {0} 不存在"
},
"extensions/resource-deployment/out/main": {
"resourceDeployment.FailedToLoadExtension": "未能加载扩展: {0},在 package.json 的资源类型定义中检测到错误,请查看调试控制台了解详细信息。",
"resourceDeployment.UnknownResourceType": "未定义资源类型: {0}"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"extension-displayName": "Azure Data Studio 的 SQL Server 部署扩展",
"extension-description": "提供基于笔记本的体验来部署 Microsoft SQL Server",
"deploy-resource-command-name": "部署 SQL Server",
"deploy-resource-command-category": "部署",
"resource-type-sql-image-display-name": "SQL Server 容器映像",
"resource-type-sql-image-description": "使用 Docker 运行 SQL Server 容器映像",
"resource-type-sql-bdc-display-name": "SQL SERVER 大数据集群",
"resource-type-sql-bdc-description": "借助 SQL Server 大数据群集,可部署在 Kubernetes 上运行 SQL Server、Spark 和 HDFS 容器的可扩展群集",
"version-display-name": "版本",
"sql-2017-display-name": "SQL Server 2017",
"sql-2019-display-name": "SQL Server 2019 RC",
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
"bdc-2019-display-name": "SQL Server 2019 RC",
"bdc-deployment-target": "部署目标",
"bdc-deployment-target-new-aks": "新的 Azure Kubernetes 服务群集",
"bdc-deployment-target-existing-aks": "现有的 Azure Kubernetes 服务群集",
"bdc-deployment-target-existing-kubeadm": "现有 Kubernetes 群集(kubeadm)",
"bdc-2019-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-aks.ipynb",
"bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-aks.ipynb",
"bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-kubeadm.ipynb",
"azdata-bdc-2019-aks-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-aks.ipynb",
"azdata-bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-existing-aks.ipynb",
"azdata-bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-existing-kubeadm.ipynb",
"docker-sql-2017-title": "使用 docker 部署 SQL Server 2017 容器映像",
"docker-sql-2019-title": "使用 docker 部署 SQL Server 2019 容器映像",
"docker-container-name-field": "容器名称",
"docker-sql-password-field": "SQL Server 密码",
"docker-confirm-sql-password-field": "确认密码",
"docker-sql-port-field": "端口",
"bdc-new-aks-dialog-title": "部署目标: 新的 AKS 群集",
"bdc-existing-aks-dialog-title": "部署目标: 现有 AKS 群集",
"bdc-cluster-settings-section-title": "SQL Server 大数据群集设置",
"bdc-cluster-name-field": "群集名称",
"bdc-controller-username-field": "控制器用户名",
"bdc-password-field": "密码",
"bdc-confirm-password-field": "确认密码",
"bdc-azure-settings-section-title": "Azure 设置",
"bdc-azure-subscription-id-field": "订阅 ID",
"bdc-azure-subscription-id-placeholder": "使用默认 Azure 订阅",
"bdc-azure-resource-group-field": "资源组名称",
"bdc-azure-region-field": "区域",
"bdc-azure-aks-name-field": "AKS 群集名称",
"bdc-azure-vm-size-field": "VM 大小",
"bdc-azure-vm-count-field": "VM 计数",
"bdc-existing-kubeadm-dialog-title": "部署目标: 现有 Kubernetes 群集(kubeadm)",
"bdc-storage-class-field": "存储类名称",
"bdc-data-size-field": "数据容量(GB)",
"bdc-log-size-field": "日志容量(GB)",
"resource-type-sql-windows-setup-display-name": "Windows 上的 SQL Server",
"resource-type-sql-windows-setup-description": "在 Windows 上运行 SQL Server选择一个版本开始。",
"bdc-agreement": "我接受 {0}、{1} 和 {2}。",
"bdc-agreement-privacy-statement": "Microsoft 隐私声明",
"bdc-agreement-azdata-eula": "azdata 许可条款",
"bdc-agreement-bdc-eula": "SQL Server 许可条款"
},
"dist/ui/modelViewUtils": {
"UnknownFieldTypeError": "未知字段类型:“{0}”",
"invalidSQLPassword": "{0} 不符合密码复杂性要求。有关详细信息,请访问: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
"passwordNotMatch": "{0} 与确认密码不匹配",
"deployCluster.MissingRequiredInfoError": "请填写标有红色星号的必填字段。"
},
"dist/services/tools/toolBase": {
"deployCluster.InvalidToolVersionOutput": "收到的输出无效。",
"deployCluster.GetToolVersionError": "检索版本信息时出错。{0}错误: {1}{0}stdout: {2}"
},
"dist/ui/deploymentInputDialog": {
"deploymentDialog.OKButtonText": "打开笔记本"
},
"dist/main": {
"resourceDeployment.FailedToLoadExtension": "未能加载扩展: {0},在 package.json 的资源类型定义中检测到错误,请查看调试控制台了解详细信息。",
"resourceDeployment.UnknownResourceType": "未定义资源类型: {0}"
},
"dist/services/notebookService": {
"resourceDeployment.notebookNotFound": "笔记本 {0} 不存在"
},
"dist/services/resourceTypeService": {
"resourceDeployment.DownloadAndLaunchTaskName": "下载并启动安装程序URL {0}",
"resourceDeployment.DownloadingText": "正在下载自: {0}",
"resourceDeployment.DownloadCompleteText": "已成功下载: {0}",
"resourceDeployment.LaunchingProgramText": "正在启动: {0}",
"resourceDeployment.ProgramLaunchedText": "已成功启动: {0}",
"downloadError": "下载失败,状态代码: {0},消息: {1}"
},
"dist/ui/deployClusterWizard/deployClusterWizard": {
"deployCluster.SaveConfigFiles": "保存配置文件",
"deployCluster.ScriptToNotebook": "脚本到笔记本",
"deployCluster.Deploy": "部署",
"resourceDeployment.DeployBDCTask": "部署 SQL Server 大数据群集“{0}”",
"resourceDeployment.ConnectToMasterSQLServer": "连接到主 SQL Server",
"resourceDeployment.DeploymentSucceeded": "已成功部署 SQL Server 大数据群集: {0}",
"resourceDeployment.ErroRetrievingEndpoints": "未能检索到终结点列表。{0}{1}",
"resourceDeployment.NoSQLEndpointFound": "找不到主 SQL Server 终结点。",
"resourceDeployment.ViewErrorDetail": "查看错误详细信息",
"resourceDeployment.DeployFailed": "未能部署 SQL Server 大数据群集“{0}”。",
"resourceDeployment.FailedToOpenNotebook": "启动输出笔记本时出错。{1}{2}。",
"resourceDeployment.DeployFailedNoOutputNotebook": "未能部署 SQL Server 大数据群集,并且未生成输出笔记本。",
"deployCluster.SelectConfigFileFolder": "保存配置文件",
"deployCluster.SaveConfigFileSucceeded": "保存到 {0} 的配置文件",
"deployCluster.NewAKSWizardTitle": "在新的 AKS 群集上部署 SQL Server 2019 大数据群集",
"deployCluster.ExistingAKSWizardTitle": "在现有 AKS 群集上部署 SQL Server 2019 大数据群集",
"deployCluster.ExistingKubeAdm": "在现有 kubeadm 群集上部署 SQL Server 2019 大数据群集"
},
"dist/ui/deployClusterWizard/pages/summaryPage": {
"deployCluster.summaryPageTitle": "摘要",
"resourceDeployment.NewAKSBrowserWindowPrompt": "在 SQL Server 大数据群集部署期间,将打开用于登录到 Azure 的浏览器窗口。",
"deployCluster.DeploymentTarget": "部署目标",
"deployCluster.Kubeconfig": "Kube 配置",
"deployCluster.ClusterContext": "群集上下文",
"deployCluster.ClusterSettings": "群集设置",
"deployCluster.DeploymentProfile": "部署配置文件",
"deployCluster.ClusterName": "群集名称",
"deployCluster.ControllerUsername": "控制器用户名",
"deployCluster.AuthenticationMode": "身份验证模式",
"deployCluster.AuthenticationMode.ActiveDirectory": "Active Directory",
"deployCluster.AuthenticationMode.Basic": "基本",
"deployCluster.OuDistinguishedName": "组织单位",
"deployCluster.DomainControllerFQDNs": "域控制器 FQDN",
"deployCluster.DomainDNSIPAddresses": "域 DNS IP 地址",
"deployCluster.DomainDNSName": "域 DNS 名称",
"deployCluster.ClusterAdmins": "群集管理员组",
"deployCluster.ClusterUsers": "群集用户",
"deployCluster.AppOwers": "应用所有者",
"deployCluster.AppReaders": "应用读取者",
"deployCluster.DomainServiceAccountUserName": "服务帐户用户名",
"deployCluster.AzureSettings": "Azure 设置",
"deployCluster.SubscriptionId": "订阅 ID",
"deployCluster.DefaultSubscription": "默认 Azure 订阅",
"deployCluster.ResourceGroup": "资源组",
"deployCluster.Location": "位置",
"deployCluster.AksClusterName": "AKS 群集名称",
"deployCluster.VMSize": "VM 大小",
"deployCluster.VMCount": "VM 计数",
"deployCluster.ScaleSettings": "缩放设置",
"deployCluster.MasterSqlServerInstances": "SQL Server 主实例",
"deployCluster.ComputePoolInstances": "计算池实例",
"deployCluster.DataPoolInstances": "数据池实例",
"deployCluster.SparkPoolInstances": "Spark 池实例",
"deployCluster.StoragePoolInstances": "存储池(HDFS)实例",
"deployCluster.WithSpark": "(包含 Spark)",
"deployCluster.DataStorageClassName": "数据的存储类",
"deployCluster.DataClaimSize": "数据的声明大小(GB)",
"deployCluster.LogStorageClassName": "日志的存储类",
"deployCluster.LogsClaimSize": "日志的声明大小(GB)",
"deployCluster.ControllerText": "控制器",
"deployCluster.StoragePool": "存储池(HDFS)",
"deployCluster.DataText": "数据",
"deployCluster.MasterSqlText": "SQL Server 主服务器",
"deployCluster.StorageSettings": "存储设置",
"deployCluster.SqlServerText": "SQL Server 主服务器",
"deployCluster.GatewayText": "网关",
"deployCluster.AppServiceProxyText": "应用程序代理",
"deployCluster.ServiceProxyText": "管理代理",
"deployCluster.ReadableSecondaryText": "可读辅助",
"deployCluster.EndpointSettings": "终结点设置"
},
"dist/ui/wizardBase": {
"resourceDeployment.DisposableError": "关闭向导时出错: {0},请打开“调试器控制台”了解详细信息。"
},
"dist/ui/deployClusterWizard/pages/azureSettingsPage": {
"deployCluster.AzureSettingsPageTitle": "Azure 设置",
"deployCluster.AzureSettingsPageDescription": "配置设置以创建 Azure Kubernetes 服务群集",
"deployCluster.SubscriptionField": "订阅 ID",
"deployCluster.SubscriptionPlaceholder": "使用默认 Azure 订阅",
"deployCluster.SubscriptionDescription": "如果将此字段留空,将使用默认订阅。",
"deployCluster.SubscriptionHelpText": "{0}",
"deployCluster.SubscriptionHelpLink": "查看可用的 Azure 订阅",
"deployCluster.ResourceGroupName": "新资源组名称",
"deployCluster.Location": "位置",
"deployCluster.LocationHelpText": "{0}",
"deployCluster.AzureLocationHelpLink": "查看可用的 Azure 位置",
"deployCluster.AksName": "AKS 群集名称",
"deployCluster.VMCount": "VM 计数",
"deployCluster.VMSize": "VM 大小",
"deployCluster.VMSizeHelpText": "{0}",
"deployCluster.VMSizeHelpLink": "查看可用的 VM 大小"
},
"dist/ui/deployClusterWizard/pages/clusterSettingsPage": {
"deployCluster.ClusterSettingsPageTitle": "群集设置",
"deployCluster.ClusterSettingsPageDescription": "配置 SQL Server 大数据群集设置",
"deployCluster.ClusterName": "群集名称",
"deployCluster.AdminUsername": "管理员用户名",
"deployCluster.AdminUsernameDescription": "此用户名将用于控制器和 SQL 服务器。网关的用户名将为根级别。",
"deployCluster.AdminPassword": "密码",
"deployCluster.AdminPasswordDescription": "此密码可用于访问控制器、SQL Server 和网关。",
"deployCluster.ConfirmPassword": "确认密码",
"deployCluster.AuthenticationMode": "身份验证模式",
"deployCluster.AuthenticationMode.Basic": "基本",
"deployCluster.AuthenticationMode.ActiveDirectory": "Active Directory",
"deployCluster.DockerSettings": "Docker 设置",
"deployCluster.DockerRegistry": "注册表",
"deployCluster.DockerRepository": "存储库",
"deployCluster.DockerImageTag": "图像标签",
"deployCluster.DockerUsername": "用户名",
"deployCluster.DockerPassword": "密码",
"deployCluster.ActiveDirectorySettings": "Active Directory 设置",
"deployCluster.OuDistinguishedName": "组织单位",
"deployCluster.OuDistinguishedNameDescription": "组织单位的可区分名称,例如 OU=bdc、DC=contoso、DC=com。",
"deployCluster.DomainControllerFQDNs": "域控制器 FQDN",
"deployCluster.DomainControllerFQDNsPlaceHolder": "使用逗号分隔值。",
"deployCluster.DomainControllerFQDNDescription": "域控制器的完全限定域名,例如 DC1.CONTOSO.COM。使用逗号分隔多个 FQDN。",
"deployCluster.DomainDNSIPAddresses": "域 DNS IP 地址",
"deployCluster.DomainDNSIPAddressesPlaceHolder": "使用逗号分隔值。",
"deployCluster.DomainDNSIPAddressesDescription": "域 DNS 服务器的 IP 地址。使用逗号分隔多个 IP 地址。",
"deployCluster.DomainDNSName": "域 DNS 名称",
"deployCluster.ClusterAdmins": "群集管理员组",
"deployCluster.ClusterAdminsDescription": "群集管理员的 Active Directory 组。",
"deployCluster.ClusterUsers": "群集用户",
"deployCluster.ClusterUsersPlaceHolder": "使用逗号分隔值。",
"deployCluster.ClusterUsersDescription": "具有群集用户角色的 Active Directory 用户/组。使用逗号分隔多个用户/组。",
"deployCluster.DomainServiceAccountUserName": "服务帐户用户名",
"deployCluster.DomainServiceAccountUserNameDescription": "大数据群集的域服务帐户",
"deployCluster.DomainServiceAccountPassword": "服务帐户密码",
"deployCluster.AppOwers": "应用所有者",
"deployCluster.AppOwnersPlaceHolder": "使用逗号分隔值。",
"deployCluster.AppOwnersDescription": "具有应用所有者角色的 Active Directory 用户或组。使用逗号分隔多个用户/组。",
"deployCluster.AppReaders": "应用读取者",
"deployCluster.AppReadersPlaceHolder": "使用逗号分隔值。",
"deployCluster.AppReadersDescription": "Active Directory 用户或应用读取者组。如果有多个用户/组,请使用逗号作为分隔符。",
"deployCluster.AdminPasswordField": "密码",
"deployCluster.ValidationError": "此页面上存在一些错误,请单击“显示详细信息”以查看错误。"
},
"dist/ui/deployClusterWizard/pages/serviceSettingsPage": {
"deployCluster.ServiceSettingsPageTitle": "服务设置",
"deployCluster.scaleSectionTitle": "缩放设置",
"deployCluster.MasterSqlServerInstances": "SQL Server 主实例",
"deployCluster.ComputePoolInstances": "计算池实例",
"deployCluster.DataPoolInstances": "数据池实例",
"deployCluster.SparkPoolInstances": "Spark 池实例",
"deployCluster.StoragePoolInstances": "存储池(HDFS)实例",
"deployCluster.IncludeSparkInStoragePool": "在存储池中包括 Spark",
"deployCluster.storageFieldTooltip": "使用控制器设置",
"deployCluster.DataStorageClassName": "数据的存储类",
"deployCluster.DataClaimSize": "数据的声明大小(GB)",
"deployCluster.LogStorageClassName": "日志的存储类",
"deployCluster.LogsClaimSize": "日志的声明大小(GB)",
"deployCluster.ControllerText": "控制器",
"deployCluster.AdvancedStorageDescription": "默认情况下,控制器存储设置也将应用于其他服务,你可扩展高级存储设置以配置其他服务的存储。",
"deployCluster.AdvancedStorageSectionTitle": "高级存储设置",
"deployCluster.StoragePool": "存储池(HDFS)",
"deployCluster.DataPool": "数据池",
"deployCluster.MasterSqlText": "SQL Server 主服务器",
"deployCluster.StorageSectionTitle": "存储设置",
"deployCluster.DNSNameHeader": "DNS 名称",
"deployCluster.PortHeader": "端口",
"deployCluster.ControllerDNSName": "控制器 DNS 名称",
"deployCluster.ControllerPortName": "控制器端口",
"deployCluster.MasterSQLServerDNSName": "SQL Server 主 DNS 名称",
"deployCluster.MasterSQLServerPortName": "SQL Server 主端口",
"deployCluster.GatewayText": "网关",
"deployCluster.GatewayDNSName": "网关 DNS 名称",
"deployCluster.GatewayPortName": "网关端口",
"deployCluster.ServiceProxyText": "管理代理",
"deployCluster.ServiceProxyDNSName": "管理代理 DNS 名称",
"deployCluster.ServiceProxyPortName": "管理代理端口",
"deployCluster.AppServiceProxyText": "应用程序代理",
"deployCluster.AppServiceProxyDNSName": "应用程序代理 DNS 名称",
"deployCluster.AppServiceProxyPortName": "应用程序代理端口",
"deployCluster.ReadableSecondaryText": "可读辅助",
"deployCluster.ReadableSecondaryDNSName": "可读辅助 DNS 名称",
"deployCluster.ReadableSecondaryPortName": "可读辅助端口",
"deployCluster.EndpointSettings": "终结点设置",
"deployCluster.SparkMustBeIncluded": "Spark 配置无效,你必须选中“包括 Spark”复选框或将“Spark 池实例数”设置为至少 1 个。"
},
"dist/ui/deployClusterWizard/pages/targetClusterPage": {
"deployCluster.TargetClusterContextPageTitle": "目标群集上下文",
"deployCluster.TargetClusterContextPageDescription": "选择 kube 配置文件,然后从列表中选择群集上下文",
"deployCluster.ClusterContextNotSelectedMessage": "请选择群集上下文。",
"deployCluster.kubeConfigFileLabelText": "Kube 配置文件路径",
"deployCluster.browseText": "浏览",
"deployCluster.clusterContextsLabelText": "群集上下文",
"deployCluster.errorLoadingClustersText": "配置文件中找不到群集信息,或者加载配置文件时出错",
"deployCluster.selectKubeConfigFileText": "选择",
"deployCluster.ConfigParseError": "未能加载配置文件"
},
"dist/ui/deployClusterWizard/pages/deploymentProfilePage": {
"deployCluster.summaryPageTitle": "部署配置模板",
"deployCluster.summaryPageDescription": "选择目标配置模板",
"deployCluster.ProfileHintText": "注意: 可在后续步骤中自定义部署配置文件的设置。",
"deployCluster.loadProfileFailed": "未能加载部署配置文件: {0}",
"deployCluster.serviceLabel": "服务",
"deployCluster.instancesLabel": "实例",
"deployCluster.masterPoolLabel": "SQL Server 主服务器",
"deployCluster.computePoolLable": "计算",
"deployCluster.dataPoolLabel": "数据",
"deployCluster.hdfsLabel": "HDFS + Spark",
"deployCluster.storageSize": "存储大小",
"deployCluster.gbPerInstance": "每实例 GB",
"deployCluster.defaultDataStorage": "数据存储",
"deployCluster.defaultLogStorage": "日志存储",
"deployCluster.features": "功能",
"deployCluster.basicAuthentication": "基本身份验证",
"deployCluster.activeDirectoryAuthentication": "Active Directory 身份验证",
"deployCluster.hadr": "高可用性",
"deployCluster.ProfileNotSelectedError": "请选择部署配置文件。"
},
"dist/services/tools/dockerTool": {
"resourceDeployment.DockerDescription": "提供在隔离容器中打包和运行应用程序的能力",
"resourceDeployment.DockerDisplayName": "Docker"
},
"dist/services/tools/azCliTool": {
"resourceDeployment.AzCLIDescription": "用于管理 Azure 资源的命令行工具",
"resourceDeployment.AzCLIDisplayName": "Azure CLI"
},
"dist/services/tools/azdataTool": {
"resourceDeployment.AzdataDescription": "一种用 Python 编写的命令行实用程序,使群集管理员能够通过 REST API 引导和管理大数据群集",
"resourceDeployment.AzdataDisplayName": "azdata"
},
"dist/services/tools/kubeCtlTool": {
"resourceDeployment.KubeCtlDescription": "可使用命令行工具针对 Kubernetes 群集运行命令",
"resourceDeployment.KubeCtlDisplayName": "kubectl"
},
"dist/ui/resourceTypePickerDialog": {
"resourceTypePickerDialog.title": "选择部署选项",
"deploymentDialog.OKButtonText": "选择",
"deploymentDialog.AcceptAgreements": "你必须同意许可协议才能继续。",
"deploymentDialog.toolNameColumnHeader": "工具",
"deploymentDialog.toolDescriptionColumnHeader": "说明",
"deploymentDialog.toolStatusColumnHeader": "已安装",
"deploymentDialog.toolVersionColumnHeader": "版本",
"deploymentDialog.OptionsTitle": "选项",
"deploymentDialog.RequiredToolsTitle": "所需工具",
"deploymentDialog.NoRequiredTool": "无需工具",
"deploymentDialog.ToolInformation": "{0}: {1}",
"deploymentDialog.DetailToolStatusDescription": "工具的其他状态信息: {0}。{1}",
"deploymentDialog.YesText": "是",
"deploymentDialog.NoText": "否",
"deploymentDialog.VersionInformationDebugHint": "如果在启动 Azure Data Studio 后安装工具以选取更新的 PATH 环境变量,需要重启 Azure Data Studio。可在调试控制台中找到其他详细信息。",
"deploymentDialog.ToolCheckFailed": "某些必需的工具未安装或不符合最低版本要求。"
}
}
}

View File

@@ -1,318 +1,318 @@
{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"displayName": "SQL Server 架构比较",
"description": "Azure Data Studio 的 SQL Server 架构比较支持对数据库和 dacpacs 的架构进行比较。",
"schemaCompare.start": "架构比较"
},
"out/dialogs/schemaCompareOptionsDialog": {
"SchemaCompareOptionsDialog.Ok": "确定",
"SchemaCompareOptionsDialog.Cancel": "取消",
"SchemaCompareOptionsDialog.Reset": "重置",
"SchemaCompareOptionsDialog.Yes": "是",
"SchemaCompareOptionsDialog.No": "否",
"schemaCompareOptions.RecompareMessage": "选项已更改。是否重新比较以查看比较结果?",
"SchemaCompare.SchemaCompareOptionsDialogLabel": "架构比较选项",
"SchemaCompare.GeneralOptionsLabel": "常规选项",
"SchemaCompare.ObjectTypesOptionsLabel": "包括对象类型",
"SchemaCompare.IgnoreTableOptions": "忽略表选项",
"SchemaCompare.IgnoreSemicolonBetweenStatements": "忽略语句之间的分号",
"SchemaCompare.IgnoreRouteLifetime": "忽略路由生存期",
"SchemaCompare.IgnoreRoleMembership": "忽略角色成员资格",
"SchemaCompare.IgnoreQuotedIdentifiers": "忽略引用的标识符",
"SchemaCompare.IgnorePermissions": "忽略权限",
"SchemaCompare.IgnorePartitionSchemes": "忽略分区方案",
"SchemaCompare.IgnoreObjectPlacementOnPartitionScheme": "忽略分区方案中的对象放置",
"SchemaCompare.IgnoreNotForReplication": "忽略不用于复制",
"SchemaCompare.IgnoreLoginSids": "忽略登录 SID",
"SchemaCompare.IgnoreLockHintsOnIndexes": "忽略索引上的锁定提示",
"SchemaCompare.IgnoreKeywordCasing": "忽略关键字大小写",
"SchemaCompare.IgnoreIndexPadding": "忽略索引填充",
"SchemaCompare.IgnoreIndexOptions": "忽略索引选项",
"SchemaCompare.IgnoreIncrement": "忽略增量",
"SchemaCompare.IgnoreIdentitySeed": "忽略标识种子",
"SchemaCompare.IgnoreUserSettingsObjects": "忽略用户设置对象",
"SchemaCompare.IgnoreFullTextCatalogFilePath": "忽略全文目录文件路径",
"SchemaCompare.IgnoreWhitespace": "忽略空格",
"SchemaCompare.IgnoreWithNocheckOnForeignKeys": "忽略且不检查外键",
"SchemaCompare.VerifyCollationCompatibility": "验证排序兼容性",
"SchemaCompare.UnmodifiableObjectWarnings": "不可修改的对象警告",
"SchemaCompare.TreatVerificationErrorsAsWarnings": "将验证错误视为警告",
"SchemaCompare.ScriptRefreshModule": "脚本刷新模块",
"SchemaCompare.ScriptNewConstraintValidation": "脚本新约束验证",
"SchemaCompare.ScriptFileSize": "脚本文件大小",
"SchemaCompare.ScriptDeployStateChecks": "脚本部署状态检查",
"SchemaCompare.ScriptDatabaseOptions": "脚本数据库选项",
"SchemaCompare.ScriptDatabaseCompatibility": "脚本数据库兼容性",
"SchemaCompare.ScriptDatabaseCollation": "脚本数据库排序规则",
"SchemaCompare.RunDeploymentPlanExecutors": "运行部署计划执行器",
"SchemaCompare.RegisterDataTierApplication": "注册数据层应用程序",
"SchemaCompare.PopulateFilesOnFileGroups": "在文件组上填充文件",
"SchemaCompare.NoAlterStatementsToChangeClrTypes": "没有 Alter 语句来更改 Clr 类型",
"SchemaCompare.IncludeTransactionalScripts": "包括事务脚本",
"SchemaCompare.IncludeCompositeObjects": "包括复合对象",
"SchemaCompare.AllowUnsafeRowLevelSecurityDataMovement": "允许不安全行级安全数据移动",
"SchemaCompare.IgnoreWithNocheckOnCheckConstraints": "在检查约束时不检查且忽略",
"SchemaCompare.IgnoreFillFactor": "忽略填充因子",
"SchemaCompare.IgnoreFileSize": "忽略文件大小",
"SchemaCompare.IgnoreFilegroupPlacement": "忽略文件组放置",
"SchemaCompare.DoNotAlterReplicatedObjects": "不更改复制的对象",
"SchemaCompare.DoNotAlterChangeDataCaptureObjects": "不更改数据捕获对象",
"SchemaCompare.DisableAndReenableDdlTriggers": "禁用和重新启用 Ddl 触发器",
"SchemaCompare.DeployDatabaseInSingleUserMode": "在单用户模式下部署数据库",
"SchemaCompare.CreateNewDatabase": "创建新数据库",
"SchemaCompare.CompareUsingTargetCollation": "使用目标排序规则进行比较",
"SchemaCompare.CommentOutSetVarDeclarations": "注释出 Set Var 声明",
"SchemaCompare.BlockWhenDriftDetected": "检测到漂移时阻止",
"SchemaCompare.BlockOnPossibleDataLoss": "在可能发生数据丢失时阻止",
"SchemaCompare.BackupDatabaseBeforeChanges": "在更改前备份数据库",
"SchemaCompare.AllowIncompatiblePlatform": "允许不兼容的平台",
"SchemaCompare.AllowDropBlockingAssemblies": "允许删除阻止程序集",
"SchemaCompare.DropConstraintsNotInSource": "删除不在源中的约束",
"SchemaCompare.DropDmlTriggersNotInSource": "删除未在源中的 Dml 触发器",
"SchemaCompare.DropExtendedPropertiesNotInSource": "删除不在源中的扩展属性",
"SchemaCompare.DropIndexesNotInSource": "删除不在源中的索引",
"SchemaCompare.IgnoreFileAndLogFilePath": "忽略文件和日志文件路径",
"SchemaCompare.IgnoreExtendedProperties": "忽略扩展属性",
"SchemaCompare.IgnoreDmlTriggerState": "忽略 Dml 触发状态",
"SchemaCompare.IgnoreDmlTriggerOrder": "忽略 Dml 触发顺序",
"SchemaCompare.IgnoreDefaultSchema": "忽略默认架构",
"SchemaCompare.IgnoreDdlTriggerState": "忽略 Ddl 触发状态",
"SchemaCompare.IgnoreDdlTriggerOrder": "忽略 Ddl 触发顺序",
"SchemaCompare.IgnoreCryptographicProviderFilePath": "忽略加密提供程序文件路径",
"SchemaCompare.VerifyDeployment": "验证部署",
"SchemaCompare.IgnoreComments": "忽略注释",
"SchemaCompare.IgnoreColumnCollation": "忽略列排序规则",
"SchemaCompare.IgnoreAuthorizer": "忽略授权者",
"SchemaCompare.IgnoreAnsiNulls": "忽略 AnsiNulls",
"SchemaCompare.GenerateSmartDefaults": "生成智能默认值",
"SchemaCompare.DropStatisticsNotInSource": "删除未在源中的统计信息",
"SchemaCompare.DropRoleMembersNotInSource": "删除不在源中的角色成员",
"SchemaCompare.DropPermissionsNotInSource": "删除未在源中的权限",
"SchemaCompare.DropObjectsNotInSource": "删除未在源中的对象",
"SchemaCompare.IgnoreColumnOrder": "忽略列顺序",
"SchemaCompare.Aggregates": "聚合",
"SchemaCompare.ApplicationRoles": "应用程序角色",
"SchemaCompare.Assemblies": "程序集",
"SchemaCompare.AssemblyFiles": "程序集文件",
"SchemaCompare.AsymmetricKeys": "非对称密钥",
"SchemaCompare.BrokerPriorities": "Broker 优先级",
"SchemaCompare.Certificates": "证书",
"SchemaCompare.ColumnEncryptionKeys": "列加密密钥",
"SchemaCompare.ColumnMasterKeys": "列主密钥",
"SchemaCompare.Contracts": "协定",
"SchemaCompare.DatabaseOptions": "数据库选项",
"SchemaCompare.DatabaseRoles": "数据库角色",
"SchemaCompare.DatabaseTriggers": "数据库触发器",
"SchemaCompare.Defaults": "默认值",
"SchemaCompare.ExtendedProperties": "扩展属性",
"SchemaCompare.ExternalDataSources": "外部数据源",
"SchemaCompare.ExternalFileFormats": "外部文件格式",
"SchemaCompare.ExternalTables": "外部表",
"SchemaCompare.Filegroups": "文件组",
"SchemaCompare.FileTables": "文件表",
"SchemaCompare.FullTextCatalogs": "全文目录",
"SchemaCompare.FullTextStoplists": "全文非索引字表",
"SchemaCompare.MessageTypes": "消息类型",
"SchemaCompare.PartitionFunctions": "分区函数",
"SchemaCompare.PartitionSchemes": "分区方案",
"SchemaCompare.Permissions": "权限",
"SchemaCompare.Queues": "队列",
"SchemaCompare.RemoteServiceBindings": "远程服务绑定",
"SchemaCompare.RoleMembership": "角色成员资格",
"SchemaCompare.Rules": "规则",
"SchemaCompare.ScalarValuedFunctions": "标量值函数",
"SchemaCompare.SearchPropertyLists": "搜索属性列表",
"SchemaCompare.SecurityPolicies": "安全策略",
"SchemaCompare.Sequences": "序列",
"SchemaCompare.Services": "服务",
"SchemaCompare.Signatures": "签名",
"SchemaCompare.StoredProcedures": "StoredProcedures",
"SchemaCompare.SymmetricKeys": "对称键",
"SchemaCompare.Synonyms": "同义词",
"SchemaCompare.Tables": "表",
"SchemaCompare.TableValuedFunctions": "表值函数",
"SchemaCompare.UserDefinedDataTypes": "用户定义的数据类型",
"SchemaCompare.UserDefinedTableTypes": "用户定义的表类型",
"SchemaCompare.ClrUserDefinedTypes": "Clr 用户定义的类型",
"SchemaCompare.Users": "用户",
"SchemaCompare.Views": "视图",
"SchemaCompare.XmlSchemaCollections": "XML 架构集合",
"SchemaCompare.Audits": "审核",
"SchemaCompare.Credentials": "凭据",
"SchemaCompare.CryptographicProviders": "加密提供程序",
"SchemaCompare.DatabaseAuditSpecifications": "数据库审核规范",
"SchemaCompare.DatabaseEncryptionKeys": "数据库加密密钥",
"SchemaCompare.DatabaseScopedCredentials": "数据库范围的凭据",
"SchemaCompare.Endpoints": "终结点",
"SchemaCompare.ErrorMessages": "错误消息",
"SchemaCompare.EventNotifications": "事件通知",
"SchemaCompare.EventSessions": "事件会话",
"SchemaCompare.LinkedServerLogins": "链接的服务器登录名",
"SchemaCompare.LinkedServers": "链接的服务器",
"SchemaCompare.Logins": "登录名",
"SchemaCompare.MasterKeys": "主密钥",
"SchemaCompare.Routes": "路由",
"SchemaCompare.ServerAuditSpecifications": "服务器审核规范",
"SchemaCompare.ServerRoleMembership": "服务器角色成员资格",
"SchemaCompare.ServerRoles": "服务器角色",
"SchemaCompare.ServerTriggers": "服务器触发器",
"SchemaCompare.Description.IgnoreTableOptions": "指定在发布到数据库时,是将忽略还是将更新表选项方面的差异。",
"SchemaCompare.Description.IgnoreSemicolonBetweenStatements": "指定在发布到数据库时,是将忽略还是将更新 T-SQL 语句之间的分号差异。",
"SchemaCompare.Description.IgnoreRouteLifetime": "指定在发布到数据库时,是应忽略还是应更新 SQL Server 保留路由表中的路由的时间量方面的差异。",
"SchemaCompare.Description.IgnoreRoleMembership": "指定在发布到数据库时,是应忽略还是应更新登录名的角色成员资格方面的差异。",
"SchemaCompare.Description.IgnoreQuotedIdentifiers": "指定在发布到数据库时,是应忽略还是应更新带引号的标识符设置方面的差异。",
"SchemaCompare.Description.IgnorePermissions": "指定是否应忽略权限。",
"SchemaCompare.Description.IgnorePartitionSchemes": "指定在发布到数据库时,是应忽略还是应更新分区方案和分区函数方面的差异。",
"SchemaCompare.Description.IgnoreObjectPlacementOnPartitionScheme": "指定在发布到数据库时,是应忽略还是应更新对象在分区方案中的位置。",
"SchemaCompare.Description.IgnoreNotForReplication": "指定在发布到数据库时,是应忽略还是应更新不用于复制设置。",
"SchemaCompare.Description.IgnoreLoginSids": "指定在发布到数据库时,是应忽略还是应更新安全标识号(SID)方面的差异。",
"SchemaCompare.Description.IgnoreLockHintsOnIndexes": "指定在发布到数据库时,是应忽略还是应更新索引的锁定提示方面的差异。",
"SchemaCompare.Description.IgnoreKeywordCasing": "指定在发布到数据库时,是应忽略还是应更新关键字的大小写方面的差异。",
"SchemaCompare.Description.IgnoreIndexPadding": "指定在发布到数据库时,是应忽略还是应更新索引填充方面的差异。",
"SchemaCompare.Description.IgnoreIndexOptions": "指定在发布到数据库时,是应忽略还是应更新索引选项方面的差异。",
"SchemaCompare.Description.IgnoreIncrement": "指定在发布到数据库时,是应忽略还是应更新标识列增量方面的差异。",
"SchemaCompare.Description.IgnoreIdentitySeed": "指定在发布到数据库时,是应忽略还是应更新标识列种子方面的差异。",
"SchemaCompare.Description.IgnoreUserSettingsObjects": "指定在发布到数据库时,是将忽略还是将更新用户设置对象方面的差异。",
"SchemaCompare.Description.IgnoreFullTextCatalogFilePath": "指定在发布到数据库时,是应忽略全文目录的文件路径方面的差异,还是应发出警告。",
"SchemaCompare.Description.IgnoreWhitespace": "指定在发布到数据库时,是将忽略还是将更新空白方面的差异。",
"SchemaCompare.Description.IgnoreWithNocheckOnForeignKeys": "指定在发布到数据库时,是将忽略还是将更新外键的 WITH NOCHECK 子句值方面的差异。",
"SchemaCompare.Description.VerifyCollationCompatibility": "指定是否验证排序规则兼容性。",
"SchemaCompare.Description.UnmodifiableObjectWarnings": "指定在无法修改的对象中发现差异时(例如,当某个文件的文件大小或文件路径不同时),是否应生成警告。",
"SchemaCompare.Description.TreatVerificationErrorsAsWarnings": "指定是否应将发布验证期间遇到的错误视为警告。在对目标数据库执行生成的部署计划之前,会对计划执行检查。计划验证过程将检测遗漏仅适用于目标的对象(如索引)之类的问题,必须删除这些问题才能进行更改。验证过程还将检测以下情况: 由于有对复合项目的引用,因而存在依赖项(如表或视图),但这些依赖项不存在于目标数据库中。如果需要获取所有问题的完整列表,而不是在出现第一个错误时停止发布操作,你就需要这样做。",
"SchemaCompare.Description.ScriptRefreshModule": "在发布脚本的末尾包括刷新语句。",
"SchemaCompare.Description.ScriptNewConstraintValidation": "在发布的末尾,所有约束将作为一个集合进行验证,以避免由发布中间的 CHECK 约束或外键约束导致的数据错误。如果设置为 False则发布约束时不会检查相应的数据。",
"SchemaCompare.Description.ScriptFileSize": "控制在将文件添加到 filegroup 时,是否指定大小。",
"SchemaCompare.Description.ScriptDeployStateChecks": "指定是否在发布脚本中生成语句,以验证数据库名称和服务器名称是否与在数据库项目中指定的名称相匹配。",
"SchemaCompare.Description.ScriptDatabaseOptions": "指定是否应作为发布操作的一部分来设置或更新目标数据库属性。",
"SchemaCompare.Description.ScriptDatabaseCompatibility": "指定在发布到数据库时,是应忽略还是应更新数据库兼容性方面的差异。",
"SchemaCompare.Description.ScriptDatabaseCollation": "指定在发布到数据库时,是应忽略还是应更新数据库排序规则方面的差异。",
"SchemaCompare.Description.RunDeploymentPlanExecutors": "指定在执行其他操作时 DeploymentPlanExecutor 参与者是否应运行。",
"SchemaCompare.Description.RegisterDataTierApplication": "指定是否向数据库服务器注册架构。",
"SchemaCompare.Description.PopulateFilesOnFileGroups": "指定当在目标数据库中创建新 FileGroup 时,是否也创建新文件。",
"SchemaCompare.Description.NoAlterStatementsToChangeClrTypes": "指定在存在差异时,发布应始终删除并重新创建程序集,而不是发出 ALTER ASSEMBLY 语句",
"SchemaCompare.Description.IncludeTransactionalScripts": "指定在发布到数据库时,是否应在可能的位置使用事务性语句。",
"SchemaCompare.Description.IncludeCompositeObjects": "将所有复合元素包含为单个发布操作的一部分。",
"SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement": "如果此属性设置为 true则不阻止具有行级安全性的表上的数据运动。默认为 false。",
"SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints": "指定在发布到数据库时,是将忽略还是将更新 CHECK 约束的 WITH NOCHECK 子句值方面的差异。",
"SchemaCompare.Description.IgnoreFillFactor": "指定在发布到数据库时,是应忽略索引存储的填充因子方面的差异,还是应发出警告。",
"SchemaCompare.Description.IgnoreFileSize": "指定在发布到数据库时,是应忽略文件的大小差异,还是应发出警告。",
"SchemaCompare.Description.IgnoreFilegroupPlacement": "指定在发布到数据库时,是应忽略还是应更新 FILEGROUP 中的对象位置方面的差异。",
"SchemaCompare.Description.DoNotAlterReplicatedObjects": "指定在验证期间是否标识已复制的对象。",
"SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects": "如果为 true则不更改变更数据捕获对象。",
"SchemaCompare.Description.DisableAndReenableDdlTriggers": "指定 Data Definition Language (DDL) 触发器是否在发布过程开始时禁用,而在发布操作结束时重新启用。",
"SchemaCompare.Description.DeployDatabaseInSingleUserMode": "如果为 true则在部署之前将数据库设置为“单用户模式”。",
"SchemaCompare.Description.CreateNewDatabase": "指定在发布到某个数据库时是应该更新目标数据库还是应删除并重新创建目标数据库。",
"SchemaCompare.Description.CompareUsingTargetCollation": "此设置指示在部署期间如何处理数据库的排序规则;默认情况下,如果目标数据库的排序规则与源指定的排序规则不匹配,则该数据库的排序规则将更新。 设置此选项后,应使用目标数据库(或服务器)的排序规则。",
"SchemaCompare.Description.CommentOutSetVarDeclarations": "指定是否应在生成的发布脚本中注释掉 SETVAR 变量的声明。如果您打算在发布时使用 SQLCMD.EXE 之类的工具在命令行中指定这些值,则可以选择这样做。",
"SchemaCompare.Description.BlockWhenDriftDetected": "指定是否阻止更新其架构不再与其注册匹配或未进行注册的数据库。",
"SchemaCompare.Description.BlockOnPossibleDataLoss": "指定当发布操作可能导致数据丢失时,发布事件应终止。",
"SchemaCompare.Description.BackupDatabaseBeforeChanges": "在部署任何更改之前,备份数据库。",
"SchemaCompare.Description.AllowIncompatiblePlatform": "指定是否在 SQL Server 平台不兼容的情况下也尝试该操作。",
"SchemaCompare.Description.AllowDropBlockingAssemblies": "SqlClr 部署使用此属性会导致在执行部署计划时删除任何阻止程序集。默认情况下,如果需要删除引用程序集,任何阻止/引用程序集将阻止程序集更新。",
"SchemaCompare.Description.DropConstraintsNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的约束。",
"SchemaCompare.Description.DropDmlTriggersNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的 DML triggers。",
"SchemaCompare.Description.DropExtendedPropertiesNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的扩展属性。",
"SchemaCompare.Description.DropIndexesNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的索引。",
"SchemaCompare.Description.IgnoreFileAndLogFilePath": "指定在发布到数据库时,是应忽略还是应更新文件路径和日志文件路方面的差异。",
"SchemaCompare.Description.IgnoreExtendedProperties": "指定是否应忽略扩展属性。",
"SchemaCompare.Description.IgnoreDmlTriggerState": "指定在发布到数据库时,是应忽略还是应更新 DML triggers 的启用状态或禁用状态方面的差异。",
"SchemaCompare.Description.IgnoreDmlTriggerOrder": "指定在发布到数据库时,是应忽略还是更新 Data Manipulation Language (DML) triggers 中的顺序差异。",
"SchemaCompare.Description.IgnoreDefaultSchema": "指定在发布到数据库时,是应忽略还是应更新默认架构方面的差异。",
"SchemaCompare.Description.IgnoreDdlTriggerState": "指定在发布到数据库时,是应忽略还是应更新 Data Definition Language (DDL) triggers 的启用状态或禁用状态方面的差异。",
"SchemaCompare.Description.IgnoreDdlTriggerOrder": "指定在发布到数据库或服务器时,是应忽略还是更新 Data Definition Language (DDL) triggers 中的顺序差异。",
"SchemaCompare.Description.IgnoreCryptographicProviderFilePath": "指定在发布到数据库时,是应忽略还是应更新加密提供程序的文件路径方面的差异。",
"SchemaCompare.Description.VerifyDeployment": "指定是否应在发布之前执行检查,以发现可能会阻止成功发布的问题,从而避免发生停止发布操作的情况。例如,如果目标数据库上的外键在数据库项目中并不存在(在发布时这种情况将导致错误),则发布操作可能停止。",
"SchemaCompare.Description.IgnoreComments": "指定在发布到数据库时,是应忽略还是应更新注释方面的差异。",
"SchemaCompare.Description.IgnoreColumnCollation": "指定在发布到数据库时,是应忽略还是应更新列排序规则方面的差异。",
"SchemaCompare.Description.IgnoreAuthorizer": "指定在发布到数据库时,是应忽略还是应更新授权者方面的差异。",
"SchemaCompare.Description.IgnoreAnsiNulls": "指定在发布到数据库时,是应忽略还是应更新 ANSI NULLS 设置方面的差异。",
"SchemaCompare.Description.GenerateSmartDefaults": "当更新一个包含数据的表且该表中具有不允许 Null 值的列时,自动提供默认值。",
"SchemaCompare.Description.DropStatisticsNotInSource": "指定在发布到数据库时是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的统计信息。",
"SchemaCompare.Description.DropRoleMembersNotInSource": "指定在将更新发布到数据库时,是否将从目标数据库中删除未在数据库快照(.dacpac)文件中定义的角色成员。</",
"SchemaCompare.Description.DropPermissionsNotInSource": "指定在将更新发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的权限。",
"SchemaCompare.Description.DropObjectsNotInSource": "指定当您发布到某个数据库时,是否从目标数据库中删除不存在于数据库屏幕快照(.dacpac)文件中的对象。此值优先于 DropExtendedProperties。",
"SchemaCompare.Description.IgnoreColumnOrder": "指定在发布到数据库时,是否应忽略或更新表列顺序中的差异。"
},
"out/dialogs/schemaCompareDialog": {
"schemaCompareDialog.ok": "确定",
"schemaCompareDialog.cancel": "取消",
"schemaCompareDialog.SourceTitle": "SOURCE",
"schemaCompareDialog.TargetTitle": "目标",
"schemaCompareDialog.fileTextBoxLabel": "文件",
"schemaCompare.dacpacRadioButtonLabel": "数据层应用程序文件(.dacpac)",
"schemaCompare.databaseButtonLabel": "数据库",
"schemaCompare.radioButtonsLabel": "类型",
"schemaCompareDialog.serverDropdownTitle": "服务器",
"schemaCompareDialog.databaseDropdownTitle": "数据库",
"schemaCompare.noActiveConnectionsText": "无活动连接",
"schemaCompare.dialogTitle": "架构比较",
"schemaCompareDialog.differentSourceMessage": "已选择其他源架构。是否进行比较以查看比较结果?",
"schemaCompareDialog.differentTargetMessage": "已选择其他目标架构。是否进行比较以查看比较结果?",
"schemaCompareDialog.differentSourceTargetMessage": "已选择其他源和目标架构。是否进行比较以查看比较结果?",
"schemaCompareDialog.Yes": "是",
"schemaCompareDialog.No": "否",
"schemaCompare.openFile": "打开",
"schemaCompareDialog.defaultUser": "默认值"
},
"out/schemaCompareMainWindow": {
"schemaCompare.CompareDetailsTitle": "比较详细信息",
"schemaCompare.ApplyConfirmation": "确定要更新目标吗?",
"schemaCompare.RecompareToRefresh": "按“比较”以刷新比较结果。",
"schemaCompare.generateScriptEnabledButton": "生成脚本以将更改部署到目标",
"schemaCompare.generateScriptNoChanges": "未更改脚本",
"schemaCompare.applyButtonEnabledTitle": "将更改应用于目标",
"schemaCompare.applyNoChanges": "没有要应用的更改",
"schemaCompare.deleteAction": "删除",
"schemaCompare.changeAction": "更改",
"schemaCompare.addAction": "添加",
"schemaCompare.Title": "架构比较",
"schemaCompare.sourceLabel": "SOURCE",
"schemaCompare.targetLabel": "目标",
"schemaCompare.switchLabel": "➔",
"schemaCompare.waitText": "初始化比较。这可能需要一段时间。",
"schemaCompare.startText": "要比较两个架构,请先选择源架构和目标架构,然后按“比较”。",
"schemaCompare.noDifferences": "未找到架构差异。",
"schemaCompare.compareErrorMessage": "架构比较失败: {0}",
"schemaCompare.typeColumn": "类型",
"schemaCompare.sourceNameColumn": "源名称",
"schemaCompare.includeColumnName": "包括",
"schemaCompare.actionColumn": "操作",
"schemaCompare.targetNameColumn": "目标名称",
"schemaCompare.generateScriptButtonDisabledTitle": "当目标为数据库时启用生成脚本",
"schemaCompare.applyButtonDisabledTitle": "当目标为数据库时启用应用",
"schemaCompare.compareButton": "比较",
"schemaCompare.compareButtonTitle": "比较",
"schemaCompare.cancelCompareButton": "停止",
"schemaCompare.cancelCompareButtonTitle": "停止",
"schemaCompare.cancelErrorMessage": "未能取消架构比较:“{0}”",
"schemaCompare.generateScriptButton": "生成脚本",
"schemaCompare.generateScriptErrorMessage": "未能生成脚本:“{0}”",
"schemaCompare.optionsButton": "选项",
"schemaCompare.optionsButtonTitle": "选项",
"schemaCompare.updateButton": "应用",
"schemaCompare.ApplyYes": "是",
"schemaCompare.updateErrorMessage": "架构比较应用失败“{0}”",
"schemaCompare.switchDirectionButton": "开关方向",
"schemaCompare.switchButtonTitle": "切换源和目标",
"schemaCompare.sourceButtonTitle": "选择源",
"schemaCompare.targetButtonTitle": "选择目标",
"schemaCompare.openScmpButton": "打开 .scmp 文件",
"schemaCompare.openScmpButtonTitle": "加载保存在 .smp 文件中的源、目标和选项",
"schemaCompare.openFile": "打开",
"schemaCompare.openScmpErrorMessage": "未能打开 scmp:“{0}”",
"schemaCompare.saveScmpButton": "保存 .smp 文件",
"schemaCompare.saveScmpButtonTitle": "保存源、目标、选项和所排除的元素",
"schemaCompare.saveFile": "保存",
"schemaCompare.saveScmpErrorMessage": "未能保存 scmp 失败:“{0}”"
}
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"displayName": "SQL Server 架构比较",
"description": "Azure Data Studio 的 SQL Server 架构比较支持对数据库和 dacpacs 的架构进行比较。",
"schemaCompare.start": "架构比较"
},
"out/dialogs/schemaCompareOptionsDialog": {
"SchemaCompareOptionsDialog.Ok": "确定",
"SchemaCompareOptionsDialog.Cancel": "取消",
"SchemaCompareOptionsDialog.Reset": "重置",
"SchemaCompareOptionsDialog.Yes": "是",
"SchemaCompareOptionsDialog.No": "否",
"schemaCompareOptions.RecompareMessage": "选项已更改。是否重新比较以查看比较结果?",
"SchemaCompare.SchemaCompareOptionsDialogLabel": "架构比较选项",
"SchemaCompare.GeneralOptionsLabel": "常规选项",
"SchemaCompare.ObjectTypesOptionsLabel": "包括对象类型",
"SchemaCompare.IgnoreTableOptions": "忽略表选项",
"SchemaCompare.IgnoreSemicolonBetweenStatements": "忽略语句之间的分号",
"SchemaCompare.IgnoreRouteLifetime": "忽略路由生存期",
"SchemaCompare.IgnoreRoleMembership": "忽略角色成员资格",
"SchemaCompare.IgnoreQuotedIdentifiers": "忽略引用的标识符",
"SchemaCompare.IgnorePermissions": "忽略权限",
"SchemaCompare.IgnorePartitionSchemes": "忽略分区方案",
"SchemaCompare.IgnoreObjectPlacementOnPartitionScheme": "忽略分区方案中的对象放置",
"SchemaCompare.IgnoreNotForReplication": "忽略不用于复制",
"SchemaCompare.IgnoreLoginSids": "忽略登录 SID",
"SchemaCompare.IgnoreLockHintsOnIndexes": "忽略索引上的锁定提示",
"SchemaCompare.IgnoreKeywordCasing": "忽略关键字大小写",
"SchemaCompare.IgnoreIndexPadding": "忽略索引填充",
"SchemaCompare.IgnoreIndexOptions": "忽略索引选项",
"SchemaCompare.IgnoreIncrement": "忽略增量",
"SchemaCompare.IgnoreIdentitySeed": "忽略标识种子",
"SchemaCompare.IgnoreUserSettingsObjects": "忽略用户设置对象",
"SchemaCompare.IgnoreFullTextCatalogFilePath": "忽略全文目录文件路径",
"SchemaCompare.IgnoreWhitespace": "忽略空格",
"SchemaCompare.IgnoreWithNocheckOnForeignKeys": "忽略且不检查外键",
"SchemaCompare.VerifyCollationCompatibility": "验证排序兼容性",
"SchemaCompare.UnmodifiableObjectWarnings": "不可修改的对象警告",
"SchemaCompare.TreatVerificationErrorsAsWarnings": "将验证错误视为警告",
"SchemaCompare.ScriptRefreshModule": "脚本刷新模块",
"SchemaCompare.ScriptNewConstraintValidation": "脚本新约束验证",
"SchemaCompare.ScriptFileSize": "脚本文件大小",
"SchemaCompare.ScriptDeployStateChecks": "脚本部署状态检查",
"SchemaCompare.ScriptDatabaseOptions": "脚本数据库选项",
"SchemaCompare.ScriptDatabaseCompatibility": "脚本数据库兼容性",
"SchemaCompare.ScriptDatabaseCollation": "脚本数据库排序规则",
"SchemaCompare.RunDeploymentPlanExecutors": "运行部署计划执行器",
"SchemaCompare.RegisterDataTierApplication": "注册数据层应用程序",
"SchemaCompare.PopulateFilesOnFileGroups": "在文件组上填充文件",
"SchemaCompare.NoAlterStatementsToChangeClrTypes": "没有 Alter 语句来更改 Clr 类型",
"SchemaCompare.IncludeTransactionalScripts": "包括事务脚本",
"SchemaCompare.IncludeCompositeObjects": "包括复合对象",
"SchemaCompare.AllowUnsafeRowLevelSecurityDataMovement": "允许不安全行级安全数据移动",
"SchemaCompare.IgnoreWithNocheckOnCheckConstraints": "在检查约束时不检查且忽略",
"SchemaCompare.IgnoreFillFactor": "忽略填充因子",
"SchemaCompare.IgnoreFileSize": "忽略文件大小",
"SchemaCompare.IgnoreFilegroupPlacement": "忽略文件组放置",
"SchemaCompare.DoNotAlterReplicatedObjects": "不更改复制的对象",
"SchemaCompare.DoNotAlterChangeDataCaptureObjects": "不更改数据捕获对象",
"SchemaCompare.DisableAndReenableDdlTriggers": "禁用和重新启用 Ddl 触发器",
"SchemaCompare.DeployDatabaseInSingleUserMode": "在单用户模式下部署数据库",
"SchemaCompare.CreateNewDatabase": "创建新数据库",
"SchemaCompare.CompareUsingTargetCollation": "使用目标排序规则进行比较",
"SchemaCompare.CommentOutSetVarDeclarations": "注释出 Set Var 声明",
"SchemaCompare.BlockWhenDriftDetected": "检测到漂移时阻止",
"SchemaCompare.BlockOnPossibleDataLoss": "在可能发生数据丢失时阻止",
"SchemaCompare.BackupDatabaseBeforeChanges": "在更改前备份数据库",
"SchemaCompare.AllowIncompatiblePlatform": "允许不兼容的平台",
"SchemaCompare.AllowDropBlockingAssemblies": "允许删除阻止程序集",
"SchemaCompare.DropConstraintsNotInSource": "删除不在源中的约束",
"SchemaCompare.DropDmlTriggersNotInSource": "删除未在源中的 Dml 触发器",
"SchemaCompare.DropExtendedPropertiesNotInSource": "删除不在源中的扩展属性",
"SchemaCompare.DropIndexesNotInSource": "删除不在源中的索引",
"SchemaCompare.IgnoreFileAndLogFilePath": "忽略文件和日志文件路径",
"SchemaCompare.IgnoreExtendedProperties": "忽略扩展属性",
"SchemaCompare.IgnoreDmlTriggerState": "忽略 Dml 触发状态",
"SchemaCompare.IgnoreDmlTriggerOrder": "忽略 Dml 触发顺序",
"SchemaCompare.IgnoreDefaultSchema": "忽略默认架构",
"SchemaCompare.IgnoreDdlTriggerState": "忽略 Ddl 触发状态",
"SchemaCompare.IgnoreDdlTriggerOrder": "忽略 Ddl 触发顺序",
"SchemaCompare.IgnoreCryptographicProviderFilePath": "忽略加密提供程序文件路径",
"SchemaCompare.VerifyDeployment": "验证部署",
"SchemaCompare.IgnoreComments": "忽略注释",
"SchemaCompare.IgnoreColumnCollation": "忽略列排序规则",
"SchemaCompare.IgnoreAuthorizer": "忽略授权者",
"SchemaCompare.IgnoreAnsiNulls": "忽略 AnsiNulls",
"SchemaCompare.GenerateSmartDefaults": "生成智能默认值",
"SchemaCompare.DropStatisticsNotInSource": "删除未在源中的统计信息",
"SchemaCompare.DropRoleMembersNotInSource": "删除不在源中的角色成员",
"SchemaCompare.DropPermissionsNotInSource": "删除未在源中的权限",
"SchemaCompare.DropObjectsNotInSource": "删除未在源中的对象",
"SchemaCompare.IgnoreColumnOrder": "忽略列顺序",
"SchemaCompare.Aggregates": "聚合",
"SchemaCompare.ApplicationRoles": "应用程序角色",
"SchemaCompare.Assemblies": "程序集",
"SchemaCompare.AssemblyFiles": "程序集文件",
"SchemaCompare.AsymmetricKeys": "非对称密钥",
"SchemaCompare.BrokerPriorities": "Broker 优先级",
"SchemaCompare.Certificates": "证书",
"SchemaCompare.ColumnEncryptionKeys": "列加密密钥",
"SchemaCompare.ColumnMasterKeys": "列主密钥",
"SchemaCompare.Contracts": "协定",
"SchemaCompare.DatabaseOptions": "数据库选项",
"SchemaCompare.DatabaseRoles": "数据库角色",
"SchemaCompare.DatabaseTriggers": "数据库触发器",
"SchemaCompare.Defaults": "默认值",
"SchemaCompare.ExtendedProperties": "扩展属性",
"SchemaCompare.ExternalDataSources": "外部数据源",
"SchemaCompare.ExternalFileFormats": "外部文件格式",
"SchemaCompare.ExternalTables": "外部表",
"SchemaCompare.Filegroups": "文件组",
"SchemaCompare.FileTables": "文件表",
"SchemaCompare.FullTextCatalogs": "全文目录",
"SchemaCompare.FullTextStoplists": "全文非索引字表",
"SchemaCompare.MessageTypes": "消息类型",
"SchemaCompare.PartitionFunctions": "分区函数",
"SchemaCompare.PartitionSchemes": "分区方案",
"SchemaCompare.Permissions": "权限",
"SchemaCompare.Queues": "队列",
"SchemaCompare.RemoteServiceBindings": "远程服务绑定",
"SchemaCompare.RoleMembership": "角色成员资格",
"SchemaCompare.Rules": "规则",
"SchemaCompare.ScalarValuedFunctions": "标量值函数",
"SchemaCompare.SearchPropertyLists": "搜索属性列表",
"SchemaCompare.SecurityPolicies": "安全策略",
"SchemaCompare.Sequences": "序列",
"SchemaCompare.Services": "服务",
"SchemaCompare.Signatures": "签名",
"SchemaCompare.StoredProcedures": "StoredProcedures",
"SchemaCompare.SymmetricKeys": "对称键",
"SchemaCompare.Synonyms": "同义词",
"SchemaCompare.Tables": "表",
"SchemaCompare.TableValuedFunctions": "表值函数",
"SchemaCompare.UserDefinedDataTypes": "用户定义的数据类型",
"SchemaCompare.UserDefinedTableTypes": "用户定义的表类型",
"SchemaCompare.ClrUserDefinedTypes": "Clr 用户定义的类型",
"SchemaCompare.Users": "用户",
"SchemaCompare.Views": "视图",
"SchemaCompare.XmlSchemaCollections": "XML 架构集合",
"SchemaCompare.Audits": "审核",
"SchemaCompare.Credentials": "凭据",
"SchemaCompare.CryptographicProviders": "加密提供程序",
"SchemaCompare.DatabaseAuditSpecifications": "数据库审核规范",
"SchemaCompare.DatabaseEncryptionKeys": "数据库加密密钥",
"SchemaCompare.DatabaseScopedCredentials": "数据库范围的凭据",
"SchemaCompare.Endpoints": "终结点",
"SchemaCompare.ErrorMessages": "错误消息",
"SchemaCompare.EventNotifications": "事件通知",
"SchemaCompare.EventSessions": "事件会话",
"SchemaCompare.LinkedServerLogins": "链接的服务器登录名",
"SchemaCompare.LinkedServers": "链接的服务器",
"SchemaCompare.Logins": "登录名",
"SchemaCompare.MasterKeys": "主密钥",
"SchemaCompare.Routes": "路由",
"SchemaCompare.ServerAuditSpecifications": "服务器审核规范",
"SchemaCompare.ServerRoleMembership": "服务器角色成员资格",
"SchemaCompare.ServerRoles": "服务器角色",
"SchemaCompare.ServerTriggers": "服务器触发器",
"SchemaCompare.Description.IgnoreTableOptions": "指定在发布到数据库时,是将忽略还是将更新表选项方面的差异。",
"SchemaCompare.Description.IgnoreSemicolonBetweenStatements": "指定在发布到数据库时,是将忽略还是将更新 T-SQL 语句之间的分号差异。",
"SchemaCompare.Description.IgnoreRouteLifetime": "指定在发布到数据库时,是应忽略还是应更新 SQL Server 保留路由表中的路由的时间量方面的差异。",
"SchemaCompare.Description.IgnoreRoleMembership": "指定在发布到数据库时,是应忽略还是应更新登录名的角色成员资格方面的差异。",
"SchemaCompare.Description.IgnoreQuotedIdentifiers": "指定在发布到数据库时,是应忽略还是应更新带引号的标识符设置方面的差异。",
"SchemaCompare.Description.IgnorePermissions": "指定是否应忽略权限。",
"SchemaCompare.Description.IgnorePartitionSchemes": "指定在发布到数据库时,是应忽略还是应更新分区方案和分区函数方面的差异。",
"SchemaCompare.Description.IgnoreObjectPlacementOnPartitionScheme": "指定在发布到数据库时,是应忽略还是应更新对象在分区方案中的位置。",
"SchemaCompare.Description.IgnoreNotForReplication": "指定在发布到数据库时,是应忽略还是应更新不用于复制设置。",
"SchemaCompare.Description.IgnoreLoginSids": "指定在发布到数据库时,是应忽略还是应更新安全标识号(SID)方面的差异。",
"SchemaCompare.Description.IgnoreLockHintsOnIndexes": "指定在发布到数据库时,是应忽略还是应更新索引的锁定提示方面的差异。",
"SchemaCompare.Description.IgnoreKeywordCasing": "指定在发布到数据库时,是应忽略还是应更新关键字的大小写方面的差异。",
"SchemaCompare.Description.IgnoreIndexPadding": "指定在发布到数据库时,是应忽略还是应更新索引填充方面的差异。",
"SchemaCompare.Description.IgnoreIndexOptions": "指定在发布到数据库时,是应忽略还是应更新索引选项方面的差异。",
"SchemaCompare.Description.IgnoreIncrement": "指定在发布到数据库时,是应忽略还是应更新标识列增量方面的差异。",
"SchemaCompare.Description.IgnoreIdentitySeed": "指定在发布到数据库时,是应忽略还是应更新标识列种子方面的差异。",
"SchemaCompare.Description.IgnoreUserSettingsObjects": "指定在发布到数据库时,是将忽略还是将更新用户设置对象方面的差异。",
"SchemaCompare.Description.IgnoreFullTextCatalogFilePath": "指定在发布到数据库时,是应忽略全文目录的文件路径方面的差异,还是应发出警告。",
"SchemaCompare.Description.IgnoreWhitespace": "指定在发布到数据库时,是将忽略还是将更新空白方面的差异。",
"SchemaCompare.Description.IgnoreWithNocheckOnForeignKeys": "指定在发布到数据库时,是将忽略还是将更新外键的 WITH NOCHECK 子句值方面的差异。",
"SchemaCompare.Description.VerifyCollationCompatibility": "指定是否验证排序规则兼容性。",
"SchemaCompare.Description.UnmodifiableObjectWarnings": "指定在无法修改的对象中发现差异时(例如,当某个文件的文件大小或文件路径不同时),是否应生成警告。",
"SchemaCompare.Description.TreatVerificationErrorsAsWarnings": "指定是否应将发布验证期间遇到的错误视为警告。在对目标数据库执行生成的部署计划之前,会对计划执行检查。计划验证过程将检测遗漏仅适用于目标的对象(如索引)之类的问题,必须删除这些问题才能进行更改。验证过程还将检测以下情况: 由于有对复合项目的引用,因而存在依赖项(如表或视图),但这些依赖项不存在于目标数据库中。如果需要获取所有问题的完整列表,而不是在出现第一个错误时停止发布操作,你就需要这样做。",
"SchemaCompare.Description.ScriptRefreshModule": "在发布脚本的末尾包括刷新语句。",
"SchemaCompare.Description.ScriptNewConstraintValidation": "在发布的末尾,所有约束将作为一个集合进行验证,以避免由发布中间的 CHECK 约束或外键约束导致的数据错误。如果设置为 False则发布约束时不会检查相应的数据。",
"SchemaCompare.Description.ScriptFileSize": "控制在将文件添加到 filegroup 时,是否指定大小。",
"SchemaCompare.Description.ScriptDeployStateChecks": "指定是否在发布脚本中生成语句,以验证数据库名称和服务器名称是否与在数据库项目中指定的名称相匹配。",
"SchemaCompare.Description.ScriptDatabaseOptions": "指定是否应作为发布操作的一部分来设置或更新目标数据库属性。",
"SchemaCompare.Description.ScriptDatabaseCompatibility": "指定在发布到数据库时,是应忽略还是应更新数据库兼容性方面的差异。",
"SchemaCompare.Description.ScriptDatabaseCollation": "指定在发布到数据库时,是应忽略还是应更新数据库排序规则方面的差异。",
"SchemaCompare.Description.RunDeploymentPlanExecutors": "指定在执行其他操作时 DeploymentPlanExecutor 参与者是否应运行。",
"SchemaCompare.Description.RegisterDataTierApplication": "指定是否向数据库服务器注册架构。",
"SchemaCompare.Description.PopulateFilesOnFileGroups": "指定当在目标数据库中创建新 FileGroup 时,是否也创建新文件。",
"SchemaCompare.Description.NoAlterStatementsToChangeClrTypes": "指定在存在差异时,发布应始终删除并重新创建程序集,而不是发出 ALTER ASSEMBLY 语句",
"SchemaCompare.Description.IncludeTransactionalScripts": "指定在发布到数据库时,是否应在可能的位置使用事务性语句。",
"SchemaCompare.Description.IncludeCompositeObjects": "将所有复合元素包含为单个发布操作的一部分。",
"SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement": "如果此属性设置为 true则不阻止具有行级安全性的表上的数据运动。默认为 false。",
"SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints": "指定在发布到数据库时,是将忽略还是将更新 CHECK 约束的 WITH NOCHECK 子句值方面的差异。",
"SchemaCompare.Description.IgnoreFillFactor": "指定在发布到数据库时,是应忽略索引存储的填充因子方面的差异,还是应发出警告。",
"SchemaCompare.Description.IgnoreFileSize": "指定在发布到数据库时,是应忽略文件的大小差异,还是应发出警告。",
"SchemaCompare.Description.IgnoreFilegroupPlacement": "指定在发布到数据库时,是应忽略还是应更新 FILEGROUP 中的对象位置方面的差异。",
"SchemaCompare.Description.DoNotAlterReplicatedObjects": "指定在验证期间是否标识已复制的对象。",
"SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects": "如果为 true则不更改变更数据捕获对象。",
"SchemaCompare.Description.DisableAndReenableDdlTriggers": "指定 Data Definition Language (DDL) 触发器是否在发布过程开始时禁用,而在发布操作结束时重新启用。",
"SchemaCompare.Description.DeployDatabaseInSingleUserMode": "如果为 true则在部署之前将数据库设置为“单用户模式”。",
"SchemaCompare.Description.CreateNewDatabase": "指定在发布到某个数据库时是应该更新目标数据库还是应删除并重新创建目标数据库。",
"SchemaCompare.Description.CompareUsingTargetCollation": "此设置指示在部署期间如何处理数据库的排序规则;默认情况下,如果目标数据库的排序规则与源指定的排序规则不匹配,则该数据库的排序规则将更新。 设置此选项后,应使用目标数据库(或服务器)的排序规则。",
"SchemaCompare.Description.CommentOutSetVarDeclarations": "指定是否应在生成的发布脚本中注释掉 SETVAR 变量的声明。如果您打算在发布时使用 SQLCMD.EXE 之类的工具在命令行中指定这些值,则可以选择这样做。",
"SchemaCompare.Description.BlockWhenDriftDetected": "指定是否阻止更新其架构不再与其注册匹配或未进行注册的数据库。",
"SchemaCompare.Description.BlockOnPossibleDataLoss": "指定当发布操作可能导致数据丢失时,发布事件应终止。",
"SchemaCompare.Description.BackupDatabaseBeforeChanges": "在部署任何更改之前,备份数据库。",
"SchemaCompare.Description.AllowIncompatiblePlatform": "指定是否在 SQL Server 平台不兼容的情况下也尝试该操作。",
"SchemaCompare.Description.AllowDropBlockingAssemblies": "SqlClr 部署使用此属性会导致在执行部署计划时删除任何阻止程序集。默认情况下,如果需要删除引用程序集,任何阻止/引用程序集将阻止程序集更新。",
"SchemaCompare.Description.DropConstraintsNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的约束。",
"SchemaCompare.Description.DropDmlTriggersNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的 DML triggers。",
"SchemaCompare.Description.DropExtendedPropertiesNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的扩展属性。",
"SchemaCompare.Description.DropIndexesNotInSource": "指定在发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的索引。",
"SchemaCompare.Description.IgnoreFileAndLogFilePath": "指定在发布到数据库时,是应忽略还是应更新文件路径和日志文件路方面的差异。",
"SchemaCompare.Description.IgnoreExtendedProperties": "指定是否应忽略扩展属性。",
"SchemaCompare.Description.IgnoreDmlTriggerState": "指定在发布到数据库时,是应忽略还是应更新 DML triggers 的启用状态或禁用状态方面的差异。",
"SchemaCompare.Description.IgnoreDmlTriggerOrder": "指定在发布到数据库时,是应忽略还是更新 Data Manipulation Language (DML) triggers 中的顺序差异。",
"SchemaCompare.Description.IgnoreDefaultSchema": "指定在发布到数据库时,是应忽略还是应更新默认架构方面的差异。",
"SchemaCompare.Description.IgnoreDdlTriggerState": "指定在发布到数据库时,是应忽略还是应更新 Data Definition Language (DDL) triggers 的启用状态或禁用状态方面的差异。",
"SchemaCompare.Description.IgnoreDdlTriggerOrder": "指定在发布到数据库或服务器时,是应忽略还是更新 Data Definition Language (DDL) triggers 中的顺序差异。",
"SchemaCompare.Description.IgnoreCryptographicProviderFilePath": "指定在发布到数据库时,是应忽略还是应更新加密提供程序的文件路径方面的差异。",
"SchemaCompare.Description.VerifyDeployment": "指定是否应在发布之前执行检查,以发现可能会阻止成功发布的问题,从而避免发生停止发布操作的情况。例如,如果目标数据库上的外键在数据库项目中并不存在(在发布时这种情况将导致错误),则发布操作可能停止。",
"SchemaCompare.Description.IgnoreComments": "指定在发布到数据库时,是应忽略还是应更新注释方面的差异。",
"SchemaCompare.Description.IgnoreColumnCollation": "指定在发布到数据库时,是应忽略还是应更新列排序规则方面的差异。",
"SchemaCompare.Description.IgnoreAuthorizer": "指定在发布到数据库时,是应忽略还是应更新授权者方面的差异。",
"SchemaCompare.Description.IgnoreAnsiNulls": "指定在发布到数据库时,是应忽略还是应更新 ANSI NULLS 设置方面的差异。",
"SchemaCompare.Description.GenerateSmartDefaults": "当更新一个包含数据的表且该表中具有不允许 Null 值的列时,自动提供默认值。",
"SchemaCompare.Description.DropStatisticsNotInSource": "指定在发布到数据库时是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的统计信息。",
"SchemaCompare.Description.DropRoleMembersNotInSource": "指定在将更新发布到数据库时,是否将从目标数据库中删除未在数据库快照(.dacpac)文件中定义的角色成员。</",
"SchemaCompare.Description.DropPermissionsNotInSource": "指定在将更新发布到数据库时,是否将从目标数据库中删除数据库快照(.dacpac)文件中不存在的权限。",
"SchemaCompare.Description.DropObjectsNotInSource": "指定当您发布到某个数据库时,是否从目标数据库中删除不存在于数据库屏幕快照(.dacpac)文件中的对象。此值优先于 DropExtendedProperties。",
"SchemaCompare.Description.IgnoreColumnOrder": "指定在发布到数据库时,是否应忽略或更新表列顺序中的差异。"
},
"out/dialogs/schemaCompareDialog": {
"schemaCompareDialog.ok": "确定",
"schemaCompareDialog.cancel": "取消",
"schemaCompareDialog.SourceTitle": "SOURCE",
"schemaCompareDialog.TargetTitle": "目标",
"schemaCompareDialog.fileTextBoxLabel": "文件",
"schemaCompare.dacpacRadioButtonLabel": "数据层应用程序文件(.dacpac)",
"schemaCompare.databaseButtonLabel": "数据库",
"schemaCompare.radioButtonsLabel": "类型",
"schemaCompareDialog.serverDropdownTitle": "服务器",
"schemaCompareDialog.databaseDropdownTitle": "数据库",
"schemaCompare.noActiveConnectionsText": "无活动连接",
"schemaCompare.dialogTitle": "架构比较",
"schemaCompareDialog.differentSourceMessage": "已选择其他源架构。是否进行比较以查看比较结果?",
"schemaCompareDialog.differentTargetMessage": "已选择其他目标架构。是否进行比较以查看比较结果?",
"schemaCompareDialog.differentSourceTargetMessage": "已选择其他源和目标架构。是否进行比较以查看比较结果?",
"schemaCompareDialog.Yes": "是",
"schemaCompareDialog.No": "否",
"schemaCompare.openFile": "打开",
"schemaCompareDialog.defaultUser": "默认值"
},
"out/schemaCompareMainWindow": {
"schemaCompare.CompareDetailsTitle": "比较详细信息",
"schemaCompare.ApplyConfirmation": "确定要更新目标吗?",
"schemaCompare.RecompareToRefresh": "按“比较”以刷新比较结果。",
"schemaCompare.generateScriptEnabledButton": "生成脚本以将更改部署到目标",
"schemaCompare.generateScriptNoChanges": "未更改脚本",
"schemaCompare.applyButtonEnabledTitle": "将更改应用于目标",
"schemaCompare.applyNoChanges": "没有要应用的更改",
"schemaCompare.deleteAction": "删除",
"schemaCompare.changeAction": "更改",
"schemaCompare.addAction": "添加",
"schemaCompare.Title": "架构比较",
"schemaCompare.sourceLabel": "SOURCE",
"schemaCompare.targetLabel": "目标",
"schemaCompare.switchLabel": "➔",
"schemaCompare.waitText": "初始化比较。这可能需要一段时间。",
"schemaCompare.startText": "要比较两个架构,请先选择源架构和目标架构,然后按“比较”。",
"schemaCompare.noDifferences": "未找到架构差异。",
"schemaCompare.compareErrorMessage": "架构比较失败: {0}",
"schemaCompare.typeColumn": "类型",
"schemaCompare.sourceNameColumn": "源名称",
"schemaCompare.includeColumnName": "包括",
"schemaCompare.actionColumn": "操作",
"schemaCompare.targetNameColumn": "目标名称",
"schemaCompare.generateScriptButtonDisabledTitle": "当目标为数据库时启用生成脚本",
"schemaCompare.applyButtonDisabledTitle": "当目标为数据库时启用应用",
"schemaCompare.compareButton": "比较",
"schemaCompare.compareButtonTitle": "比较",
"schemaCompare.cancelCompareButton": "停止",
"schemaCompare.cancelCompareButtonTitle": "停止",
"schemaCompare.cancelErrorMessage": "未能取消架构比较:“{0}”",
"schemaCompare.generateScriptButton": "生成脚本",
"schemaCompare.generateScriptErrorMessage": "未能生成脚本:“{0}”",
"schemaCompare.optionsButton": "选项",
"schemaCompare.optionsButtonTitle": "选项",
"schemaCompare.updateButton": "应用",
"schemaCompare.ApplyYes": "是",
"schemaCompare.updateErrorMessage": "架构比较应用失败“{0}”",
"schemaCompare.switchDirectionButton": "开关方向",
"schemaCompare.switchButtonTitle": "切换源和目标",
"schemaCompare.sourceButtonTitle": "选择源",
"schemaCompare.targetButtonTitle": "选择目标",
"schemaCompare.openScmpButton": "打开 .scmp 文件",
"schemaCompare.openScmpButtonTitle": "加载保存在 .smp 文件中的源、目标和选项",
"schemaCompare.openFile": "打开",
"schemaCompare.openScmpErrorMessage": "未能打开 scmp:“{0}”",
"schemaCompare.saveScmpButton": "保存 .smp 文件",
"schemaCompare.saveScmpButtonTitle": "保存源、目标、选项和所排除的元素",
"schemaCompare.saveFile": "保存",
"schemaCompare.saveScmpErrorMessage": "未能保存 scmp 失败:“{0}”"
}
}
}

View File

@@ -1,16 +1,16 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. 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": {
"displayName": "SQL 语言基础功能",
"description": "在 SQL 文件中提供语法高亮和括号匹配功能。"
}
}
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"displayName": "SQL 语言基础功能",
"description": "在 SQL 文件中提供语法高亮和括号匹配功能。"
}
}
}