mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update for language packs, (#14912)
* update DE lang pack extension strings from previous refresh * bump lang pack versions for DE * update for spanish langpack * update for french langpack * update for italian pack * update for japanese pack * update for korean pack * update for Brazilian Portuguese pack * update for Russian pack * Update for Simplified Chinese pack * update for Traditional Chinese pack * added updated language packs for german and spanish * changed vscode version * added french and italian packs * changes made to main * japanese language pack added * added korean pack * Added Portuguese pack * added russian pack, also small change to pt pack * simplified chinese pack * added traditional chinese pack * deleted old language packs * restore sql.i18n.json files * Main.i18n.json reverted * Revert sql json files * main.i18n.json file for German updated * updates to language packs 1 * main json for italian updated. * update to japanese main * finished translations for vs and sql in main. * added ADS exclusive extensions to package.json * fixed markdown and seti translation ids * German language pack fixed * Removed make from ads-language-pack-de and fixed es language pack * french language pack fixed * fixed italian language pack and restored typescript-basics * removed unnecessary readme strings and nsions. * fixed japanese pack * Korean language pack fixed * Portuguese language pack fixed * fixed russian language pack * Simplified Chinese pack fixed * traditional chinese fixed * restored sqlservernotebook
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"title.sqlServerNotebooks": "SQL Server 笔记本",
|
||||
"title.sqlServer2019Book": "SQL Server 2019 指南",
|
||||
"description.sqlserverNotebooks": "可帮助开始使用 SQL Server 并进行排除故障的笔记本"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"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": "使用参数“{0}”调用 SsmsMin 时出错 - {1}"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,250 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"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": "此功能正在开发中。如果想尝试最新的更新,请查看最新的预览体验计划内部版本。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"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 服务器"
|
||||
},
|
||||
"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…"
|
||||
},
|
||||
"dist/azureResource/providers/sqlinstance/sqlInstanceTreeDataProvider": {
|
||||
"azure.resource.providers.sqlInstanceContainerLabel": "SQL 托管实例"
|
||||
},
|
||||
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Azure Database for PostgreSQL 服务器"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "Windows 批处理语言基础功能",
|
||||
"description": "在 Windows 批处理文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,198 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "支持管理 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": "删除装载",
|
||||
"bdc.configuration.title": "大数据群集",
|
||||
"bdc.ignoreSslVerification.desc": "如果为 true,则忽略针对 SQL Server 大数据群集终结点(如 HDFS、Spark 和控制器)的 SSL 验证错误"
|
||||
},
|
||||
"dist/bigDataCluster/utils": {
|
||||
"state.creating": "正在创建",
|
||||
"state.waiting": "正在等待",
|
||||
"state.ready": "准备就绪",
|
||||
"state.deleting": "正在删除",
|
||||
"state.deleted": "已删除",
|
||||
"state.applyingUpgrade": "正在应用升级",
|
||||
"state.upgrading": "正在升级",
|
||||
"state.applyingmanagedupgrade": "正在应用托管升级",
|
||||
"state.managedUpgrading": "正在托管升级",
|
||||
"state.rollback": "回退",
|
||||
"state.rollbackInProgress": "正在回退",
|
||||
"state.rollbackComplete": "回退完成",
|
||||
"state.error": "错误",
|
||||
"state.creatingSecrets": "正在创建机密",
|
||||
"state.waitingForSecrets": "正在等待机密",
|
||||
"state.creatingGroups": "正在创建组",
|
||||
"state.waitingForGroups": "正在等待组",
|
||||
"state.creatingResources": "正在创建资源",
|
||||
"state.waitingForResources": "正在等待资源",
|
||||
"state.creatingKerberosDelegationSetup": "正在创建 Kerberos 委派设置",
|
||||
"state.waitingForKerberosDelegationSetup": "正在等待 Kerberos 委派设置",
|
||||
"state.waitingForDeletion": "正在等待删除",
|
||||
"state.waitingForUpgrade": "正在等待升级",
|
||||
"state.upgradePaused": "升级已暂停",
|
||||
"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": "不正常",
|
||||
"endpointsError": "检索 BDC 终结点时出现意外错误: {0}"
|
||||
},
|
||||
"dist/bigDataCluster/dialog/hdfsDialogBase": {
|
||||
"basicAuthName": "基本",
|
||||
"integratedAuthName": "Windows 身份验证",
|
||||
"mount.hdfs.loginerror1": "未能登录到控制器",
|
||||
"mount.hdfs.loginerror2": "未能登录到控制器: {0}",
|
||||
"err.controller.username.required": "用户名为必填项",
|
||||
"err.controller.password.required": "密码为必填项",
|
||||
"textUrlLower": "URL",
|
||||
"textUsernameLower": "用户名",
|
||||
"textPasswordLower": "密码",
|
||||
"textUrlCapital": "群集管理 URL",
|
||||
"textAuthCapital": "身份验证类型",
|
||||
"textUsernameCapital": "用户名",
|
||||
"textPasswordCapital": "密码",
|
||||
"hdsf.dialog.connection.section": "群集连接",
|
||||
"hdfs.dialog.ok": "确定",
|
||||
"hdfs.dialog.cancel": "取消"
|
||||
},
|
||||
"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/bigDataCluster/dialog/connectControllerDialog": {
|
||||
"connectController.dialog.title": "连接到控制器(预览)"
|
||||
},
|
||||
"dist/bigDataCluster/dialog/commonControls": {
|
||||
"bdc.dashboard.viewDetails": "查看详细信息"
|
||||
},
|
||||
"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.nodeMetricsHeader": "节点指标",
|
||||
"bdc.dashboard.sqlMetricsHeader": "SQL 指标",
|
||||
"bdc.dashboard.logsHeader": "日志"
|
||||
},
|
||||
"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": "终结点",
|
||||
"endpointsError": "检索 BDC 终结点时出现意外错误: {0}",
|
||||
"bdc.dashboard.noConnection": "仪表板需要连接。请单击“重试”以输入凭据。",
|
||||
"bdc.dashboard.unexpectedError": "发生意外错误: {0}",
|
||||
"bdc.dashboard.copyTitle": "复制",
|
||||
"copiedEndpoint": "终结点“{0}”已复制到剪贴板"
|
||||
},
|
||||
"dist/bigDataCluster/dialog/mountHdfsDialog": {
|
||||
"mount.main.section": "装载配置",
|
||||
"mount.hdfsPath.title": "HDFS 路径",
|
||||
"mount.err.formatting": "{0} 处凭据格式错误",
|
||||
"mount.task.name": "正在路径 {0} 上装载 HDFS 文件夹",
|
||||
"mount.task.submitted": "已开始装载创建",
|
||||
"mount.task.complete": "已完成 HDFS 文件夹装载",
|
||||
"mount.task.inprogress": "装载即将完成,请稍后回来查看以进行验证",
|
||||
"mount.task.error": "装载文件夹时出错: {0}",
|
||||
"mount.error.unknown": "装载过程中发生未知错误",
|
||||
"mount.dialog.title": "装载 HDFS 文件夹(预览)",
|
||||
"mount.hdfsPath.info": "要与装载关联的新(不存在)目录的路径",
|
||||
"mount.remoteUri.title": "远程 URI",
|
||||
"mount.remoteUri.info": "到远程数据源的 URI。ADLS 示例: abfs://fs@saccount.dfs.core.windows.net/",
|
||||
"mount.credentials.title": "凭据",
|
||||
"mount.credentials.info": "将身份验证凭据装载到远程数据源进行读取",
|
||||
"refreshmount.dialog.title": "刷新装载",
|
||||
"refreshmount.task.name": "正在刷新路径 {0} 上的 HDFS 装载",
|
||||
"refreshmount.task.submitted": "刷新已提交的装载请求",
|
||||
"deleteMount.dialog.title": "删除装载",
|
||||
"deletemount.task.name": "正在删除路径 {0} 上的 HDFS 装载",
|
||||
"deletemount.task.submitted": "删除已提交的装载请求"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"cms.displayName": "SQL Server 中央管理服务器",
|
||||
"cms.description": "支持管理 SQL Server 中央管理服务器",
|
||||
"cms.title": "中央管理服务器",
|
||||
"cms.connectionProvider.displayName": "Microsoft SQL Server",
|
||||
"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)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"cms.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
|
||||
"cms.format.datatypeCasing": "数据类型应格式化为大写、小写还是无(不格式化)",
|
||||
"cms.format.keywordCasing": "关键字应格式化为大写、小写还是无(不格式化)",
|
||||
"cms.format.placeCommasBeforeNextStatement": "是否应将逗号置于列表中每个语句的开头(例如 \", mycolumn2\")而不是结尾(例如 \"mycolumn1,\")",
|
||||
"cms.format.placeSelectStatementReferencesOnNewLine": "select 语句中的对象引用是否应分到不同行中? 例如,在 \"SELECT C1, C2 FROM T1\" 中,C1 和 C2 是否将位于不同行",
|
||||
"cms.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"cms.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”",
|
||||
"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(且 encrypt=true)时,SQL Server 对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书",
|
||||
"cms.connectionOptions.attachedDBFileName.displayName": "附加的 DB 文件名",
|
||||
"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": "附加 DB 文件名",
|
||||
"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.errors.azureNotAllowed": "无法将 Azure SQL 数据库服务器用作中央管理服务器",
|
||||
"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": "不能添加与配置服务器同名的共享注册服务器"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "配置编辑",
|
||||
"description": "在配置文件 (如设置、启动和扩展推荐文件) 中提供高级 IntelliSense、自动修复等功能"
|
||||
},
|
||||
"dist/extensionsProposals": {
|
||||
"exampleExtension": "示例"
|
||||
},
|
||||
"dist/configurationEditingMain": {
|
||||
"workspaceFolder": "在 VS Code 中打开的文件夹的路径",
|
||||
"workspaceFolderBasename": "在 VS Code 中打开的文件夹的名称 (不包含任何斜杠 \"/\" )",
|
||||
"relativeFile": "相对于 ${workspaceFolder},当前打开的文件路径",
|
||||
"relativeFileDirname": "当前打开的文件与 ${workspaceFolder} 相对的目录名",
|
||||
"file": "当前打开的文件",
|
||||
"cwd": "启动时任务运行程序的当前工作目录",
|
||||
"lineNumber": "活动文件中当前选定行的行号",
|
||||
"selectedText": "当前在活动文件中选定的文本",
|
||||
"fileDirname": "当前打开的文件的完整目录名",
|
||||
"fileExtname": "当前打开文件的扩展名",
|
||||
"fileBasename": "当前打开的文件的文件名",
|
||||
"fileBasenameNoExtension": "当前打开的文件的文件名 (不包含文件扩展名)",
|
||||
"defaultBuildTask": "默认生成任务的名称。如果没有单个默认生成任务,则将显示快速选取以选择生成任务。"
|
||||
},
|
||||
"dist/settingsDocumentHelper": {
|
||||
"activeEditor": "使用当前活动的文本编辑器的语言(如果有)",
|
||||
"activeEditorShort": "文件名 (例如 myFile.txt)",
|
||||
"activeEditorMedium": "文件相对于工作区文件夹的路径(例如 myFolder/myFileFolder/myFile.txt)",
|
||||
"activeEditorLong": "文件的完整路径(例如,/Users/Development/myFolder/myFileFolder/myFile.txt)",
|
||||
"activeFolderShort": "包含文件的文件夹的名称(例如 myFileFolder)。",
|
||||
"activeFolderMedium": "文件所在的文件夹的路径,相对于工作区文件夹(例如 myFolder/myFileFolder)",
|
||||
"activeFolderLong": "包含文件的文件夹的完整路径(例如,/Users/Development/myFolder/myFileFolder)",
|
||||
"rootName": "工作区名称 (例如 myFolder 或 myWorkspace)",
|
||||
"rootPath": "工作区路径 (例如 /Users/Development/myWorkspace)",
|
||||
"folderName": "文件所在工作区文件夹的名称 (例如 myFolder)",
|
||||
"folderPath": "文件所在工作区文件夹的路径 (例如 /Users/Development/myFolder)",
|
||||
"appName": "例如 VS Code",
|
||||
"remoteName": "例如 SSH",
|
||||
"dirty": "一个更新的指示器,指示活动编辑器是否更新",
|
||||
"separator": "一个条件分隔符(\"-\"),仅在左右是具有值的变量时才显示",
|
||||
"assocLabelFile": "带扩展名的文件",
|
||||
"assocDescriptionFile": "将所有匹配其文件名内的 glob 模式的文件映射到具有给定标识符的语言。",
|
||||
"assocLabelPath": "带路径的文件",
|
||||
"assocDescriptionPath": "将所有匹配其路径内绝对路径 glob 模式的文件映射到具有给定标识符的语言。",
|
||||
"fileLabel": "按扩展名的文件",
|
||||
"fileDescription": "与具有特定文件扩展名的所有文件匹配。",
|
||||
"filesLabel": "具有多个扩展名的文件",
|
||||
"filesDescription": "与具有任意文件扩展名的所有文件匹配。",
|
||||
"derivedLabel": "具有同级文件的文件(按名称)",
|
||||
"derivedDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
|
||||
"topFolderLabel": "按名称的文件夹(顶级)",
|
||||
"topFolderDescription": "与具有特定名称的顶级文件夹匹配。",
|
||||
"topFoldersLabel": "使用多个名称的文件夹(顶级)",
|
||||
"topFoldersDescription": "与多个顶级文件夹匹配。",
|
||||
"folderLabel": "按名称的文件夹(任意位置)",
|
||||
"folderDescription": "与任意位置具有特定名称的文件夹匹配。",
|
||||
"falseDescription": "禁用该模式。",
|
||||
"trueDescription": "启用该模式。",
|
||||
"siblingsDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
|
||||
"languageSpecificEditorSettings": "特定语言编辑器设置",
|
||||
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"extensions/dacpac/out/wizard/pages/selectOperationpage": {
|
||||
"dacFx.deployRadioButtonLabel": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
|
||||
"dacFx.extractRadioButtonLabel": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
|
||||
"dacFx.importRadioButtonLabel": "由 .bacpac 文件创建数据库 [导入 Bacpac]",
|
||||
"dacFx.exportRadioButtonLabel": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/importConfigPage": {
|
||||
"dacFxImport.openFile": "打开",
|
||||
"dacFxImport.fileTextboxTitle": "文件位置"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/extractConfigPage": {
|
||||
"dacfxExtract.saveFile": "保存",
|
||||
"dacFxExtract.fileTextboxTitle": "文件位置",
|
||||
"dacFxExtract.versionTextboxTitle": "版本(采用 x.x.x.x 格式,x 表示数字)"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/exportConfigPage": {
|
||||
"dacfxExport.saveFile": "保存",
|
||||
"dacFxExport.fileTextboxTitle": "文件位置"
|
||||
},
|
||||
"extensions/dacpac/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": "可能导致数据丢失的操作标有警告符号"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/deployConfigPage": {
|
||||
"dacFx.databaseNameTextBox": "数据库名称",
|
||||
"dacFx.databaseNameDropdown": "数据库名称",
|
||||
"dacFxDeploy.openFile": "打开",
|
||||
"dacFxDeploy.fileTextboxTitle": "文件位置",
|
||||
"dacFx.upgradeRadioButtonLabel": "升级现有数据库",
|
||||
"dacFx.newRadioButtonLabel": "新建数据库",
|
||||
"dacFx.targetDatabaseRadioButtonsTitle": "目标数据库",
|
||||
"dacFx.targetDatabaseDropdownTitle": "数据库名称"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/dacFxSummaryPage": {
|
||||
"dacfx.targetServerName": "目标服务器",
|
||||
"dacfx.targetDatabaseName": "目标数据库",
|
||||
"dacfx.sourceServerName": "源服务器",
|
||||
"dacfx.sourceDatabaseName": "源数据库",
|
||||
"dacfx.fileLocation": "文件位置",
|
||||
"dacfxExtract.version": "版本",
|
||||
"dacfx.settingColumn": "设置",
|
||||
"dacfx.valueColumn": "值"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/api/dacFxConfigPage": {
|
||||
"dacFx.targetServerDropdownTitle": "目标服务器",
|
||||
"dacFx.sourceServerDropdownTitle": "源服务器",
|
||||
"dacFx.databaseNameTextBox": "目标数据库",
|
||||
"dacFx.sourceDatabaseDropdownTitle": "源数据库"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/api/basePage": {
|
||||
"basePage.defaultUser": "默认"
|
||||
},
|
||||
"extensions/dacpac/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}”"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "Docker 语言基础功能",
|
||||
"description": "在 Docker 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "扩展创建",
|
||||
"description": "在创建扩展时提供 linting 功能。"
|
||||
},
|
||||
"dist/packageDocumentHelper": {
|
||||
"languageSpecificEditorSettings": "特定语言编辑器设置",
|
||||
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置"
|
||||
},
|
||||
"dist/extensionLinter": {
|
||||
"httpsRequired": "图像必须使用 HTTPS 协议。",
|
||||
"svgsNotValid": "SVG 不是有效的图像源。",
|
||||
"embeddedSvgsNotValid": "嵌入的 SVG 不是有效的图像源。",
|
||||
"dataUrlsNotValid": "数据 URL 不是有效的图像源。",
|
||||
"relativeUrlRequiresHttpsRepository": "相关 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。",
|
||||
"relativeIconUrlRequiresHttpsRepository": "图标要求在此 package.json 中指定使用 HTTPS 协议的存储库。",
|
||||
"relativeBadgeUrlRequiresHttpsRepository": "相对徽章 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "Git UI",
|
||||
"description": "Git SCM UI 集成"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,489 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Git",
|
||||
"description": "Git 源代码管理集成",
|
||||
"command.setLogLevel": "设置日志级别...",
|
||||
"command.clone": "克隆",
|
||||
"command.cloneRecursive": "克隆(递归)",
|
||||
"command.init": "初始化存储库",
|
||||
"command.openRepository": "打开存储库",
|
||||
"command.close": "关闭存储库",
|
||||
"command.refresh": "刷新",
|
||||
"command.openChange": "打开更改",
|
||||
"command.openAllChanges": "打开所有更改",
|
||||
"command.openFile": "打开文件",
|
||||
"command.openHEADFile": "打开文件 (HEAD)",
|
||||
"command.stage": "暂存更改",
|
||||
"command.stageAll": "暂存所有更改",
|
||||
"command.stageAllTracked": "暂存所有跟踪的更改",
|
||||
"command.stageAllUntracked": "暂存所有未跟踪的更改",
|
||||
"command.stageAllMerge": "暂存所有合并更改",
|
||||
"command.stageSelectedRanges": "暂存所选范围",
|
||||
"command.revertSelectedRanges": "还原所选更改",
|
||||
"command.stageChange": "暂存更改",
|
||||
"command.revertChange": "还原更改",
|
||||
"command.unstage": "取消暂存更改",
|
||||
"command.unstageAll": "取消暂存所有更改",
|
||||
"command.unstageSelectedRanges": "取消暂存所选范围",
|
||||
"command.rename": "重命名",
|
||||
"command.clean": "放弃更改",
|
||||
"command.cleanAll": "放弃所有更改",
|
||||
"command.cleanAllTracked": "放弃所有跟踪的更改",
|
||||
"command.cleanAllUntracked": "放弃所有未跟踪的更改",
|
||||
"command.commit": "提交",
|
||||
"command.commitStaged": "提交已暂存文件",
|
||||
"command.commitEmpty": "创建空提交",
|
||||
"command.commitStagedSigned": "提交已暂存文件(已署名)",
|
||||
"command.commitStagedAmend": "提交已暂存文件(修改)",
|
||||
"command.commitAll": "全部提交",
|
||||
"command.commitAllSigned": "全部提交(已署名)",
|
||||
"command.commitAllAmend": "全部提交(修改)",
|
||||
"command.commitNoVerify": "提交(不验证)",
|
||||
"command.commitStagedNoVerify": "提交已暂存内容(不验证)",
|
||||
"command.commitEmptyNoVerify": "空提交(不验证)",
|
||||
"command.commitStagedSignedNoVerify": "提交已暂存内容(已签收,不验证)",
|
||||
"command.commitStagedAmendNoVerify": "提交已暂存内容(修正,不验证)",
|
||||
"command.commitAllNoVerify": "全部提交(不验证)",
|
||||
"command.commitAllSignedNoVerify": "全部提交(已签收,不验证)",
|
||||
"command.commitAllAmendNoVerify": "全部提交(修正,不验证)",
|
||||
"command.restoreCommitTemplate": "还原提交模板",
|
||||
"command.undoCommit": "撤消上次提交",
|
||||
"command.checkout": "签出到...",
|
||||
"command.checkoutDetached": "签出到(已分离)…",
|
||||
"command.branch": "创建分支...",
|
||||
"command.branchFrom": "从现有来源创建新的分支...",
|
||||
"command.deleteBranch": "删除分支...",
|
||||
"command.renameBranch": "重命名分支...",
|
||||
"command.cherryPick": "挑拣…",
|
||||
"command.merge": "合并分支...",
|
||||
"command.rebase": "变基分支…",
|
||||
"command.createTag": "创建标记",
|
||||
"command.deleteTag": "删除标签",
|
||||
"command.fetch": "抓取",
|
||||
"command.fetchPrune": "获取 (删除)",
|
||||
"command.fetchAll": "从所有远程存储库中拉取",
|
||||
"command.pull": "拉取",
|
||||
"command.pullRebase": "拉取(变基)",
|
||||
"command.pullFrom": "拉取自...",
|
||||
"command.push": "推送",
|
||||
"command.pushForce": "推送(强制)",
|
||||
"command.pushTo": "推送到...",
|
||||
"command.pushToForce": "推送到...(强制)",
|
||||
"command.pushFollowTags": "推送(“关注”标记)",
|
||||
"command.pushFollowTagsForce": "推送(“关注”标记,强制)",
|
||||
"command.pushTags": "推送标记",
|
||||
"command.addRemote": "添加远程存储库…",
|
||||
"command.removeRemote": "删除远程存储库",
|
||||
"command.sync": "同步",
|
||||
"command.syncRebase": "同步(变基)",
|
||||
"command.publish": "发布分支...",
|
||||
"command.showOutput": "显示 GIT 输出",
|
||||
"command.ignore": "添加到 .gitignore",
|
||||
"command.revealInExplorer": "在侧边栏中显示",
|
||||
"command.rebaseAbort": "中止变基",
|
||||
"command.stashIncludeUntracked": "储藏(包含未跟踪)",
|
||||
"command.stash": "储藏",
|
||||
"command.stashPop": "弹出储藏...",
|
||||
"command.stashPopLatest": "弹出最新储藏",
|
||||
"command.stashApply": "应用储藏...",
|
||||
"command.stashApplyLatest": "应用最新储藏",
|
||||
"command.stashDrop": "删除储藏...",
|
||||
"command.timelineOpenDiff": "打开更改",
|
||||
"command.timelineCopyCommitId": "复制提交 ID",
|
||||
"command.timelineCopyCommitMessage": "复制提交消息",
|
||||
"command.timelineSelectForCompare": "选择以进行比较",
|
||||
"command.timelineCompareWithSelected": "与已选项目进行比较",
|
||||
"config.enabled": "是否启用 Git。",
|
||||
"config.path": "Git 可执行文件的路径和文件名,例如 \"C:\\Program Files\\Git\\bin\\git.exe\" (Windows)。这也可以是一个包含多个要查找的路径的字符串值数组。",
|
||||
"config.autoRepositoryDetection": "配置何时自动检测存储库。",
|
||||
"config.autoRepositoryDetection.true": "扫描当前打开文件夹与当前打开文件所在文件夹的子文件夹。",
|
||||
"config.autoRepositoryDetection.false": "禁止自动扫描存储库。",
|
||||
"config.autoRepositoryDetection.subFolders": "扫描当前打开文件夹的子文件夹。",
|
||||
"config.autoRepositoryDetection.openEditors": "扫描当前打开文件的父文件夹。",
|
||||
"config.autorefresh": "是否启用自动刷新。",
|
||||
"config.autofetch": "若设置为 true,则自动从当前 Git 存储库的默认远程库提取提交。若设置为“全部”,则从所有远程库进行提取",
|
||||
"config.autofetchPeriod": "在启用 \"git.autofetch\" 情况下每次自动 git fetch 之间的间隔时间(以秒为单位)。",
|
||||
"config.confirmSync": "同步 Git 存储库前请先进行确认。",
|
||||
"config.countBadge": "控制 Git 计数徽章。",
|
||||
"config.countBadge.all": "对所有更改计数。",
|
||||
"config.countBadge.tracked": "仅对跟踪的更改计数。",
|
||||
"config.countBadge.off": "关闭计数器。",
|
||||
"config.checkoutType": "控制在运行“签出到…”时列出的 git 参考类型。",
|
||||
"config.checkoutType.local": "本地分支",
|
||||
"config.checkoutType.tags": "标记",
|
||||
"config.checkoutType.remote": "远程分支",
|
||||
"config.branchValidationRegex": "用于验证新分支名称的正则表达式。",
|
||||
"config.branchWhitespaceChar": "在新分支名称中替换空白字符的字符。",
|
||||
"config.ignoreLegacyWarning": "忽略“旧版 Git”警告。",
|
||||
"config.ignoreMissingGitWarning": "忽略“缺失 Git”的警告。",
|
||||
"config.ignoreWindowsGit27Warning": "如果 Windows 上安装了 Git 2.25 - 2.26,则忽略警告。",
|
||||
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告。",
|
||||
"config.ignoreRebaseWarning": "忽略拉取时发出的分支似乎已变基的警告。",
|
||||
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置。",
|
||||
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
||||
"config.smartCommitChanges": "控制哪些更改由Smart Commit自动暂存。",
|
||||
"config.smartCommitChanges.all": "自动暂存所有更改。",
|
||||
"config.smartCommitChanges.tracked": "仅自动暂存跟踪的更改。",
|
||||
"config.suggestSmartCommit": "建议启用智能提交(在无暂存更改时提交所有更改)。",
|
||||
"config.enableCommitSigning": "使用 GPG 或 x.509 启用提交签名。",
|
||||
"config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
|
||||
"config.decorations.enabled": "控制 Git 是否在资源管理器和“打开的编辑器”视图中添加颜色和小标。",
|
||||
"config.enableStatusBarSync": "控制Git Sync命令是否出现在状态栏中。",
|
||||
"config.followTagsWhenSync": "遵循“运行同步命令时推送所有标记”。",
|
||||
"config.promptToSaveFilesBeforeStash": "控制 Git 是否在储藏更改之前检查未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "只检查未保存的已暂存文件。",
|
||||
"config.promptToSaveFilesBeforeStash.never": "禁用此检查。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制 Git 是否在提交之前检查未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "检查是否有任何未保存的文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "只检查未保存的已暂存文件。",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "禁用此检查。",
|
||||
"config.postCommitCommand": "成功提交后运行 git 命令。",
|
||||
"config.postCommitCommand.none": "提交后不要运行任何命令。",
|
||||
"config.postCommitCommand.push": "成功提交后运行'Git Push'。",
|
||||
"config.postCommitCommand.sync": "成功提交后运行'Git Sync'。",
|
||||
"config.openAfterClone": "控制是否在克隆后自动打开存储库。",
|
||||
"config.openAfterClone.always": "始终在当前窗口中打开。",
|
||||
"config.openAfterClone.alwaysNewWindow": "始终在新窗口中打开。",
|
||||
"config.openAfterClone.whenNoFolderOpen": "只有在没有打开任何文件夹时,才在当前窗口中打开。",
|
||||
"config.openAfterClone.prompt": "始终提示操作。",
|
||||
"config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
|
||||
"config.showPushSuccessNotification": "控制在推送成功时是否显示通知。",
|
||||
"config.inputValidation": "控制何时显示提交消息输入验证。",
|
||||
"config.inputValidationLength": "控制显示提交消息长度警告的长度阈值。",
|
||||
"config.inputValidationSubjectLength": "控制显示警告的提交消息主题长度阈值。请取消设置它以继承 \"config.inputValidationLength\" 的值。",
|
||||
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
|
||||
"config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "始终显示“暂存的更改”资源组。",
|
||||
"config.alwaysSignOff": "控制所有提交的 signoff 标志。",
|
||||
"config.ignoreSubmodules": "忽略对文件树中子模块的修改。",
|
||||
"config.ignoredRepositories": "要忽略的 Git 存储库列表。",
|
||||
"config.scanRepositories": "在其中搜索 Git 存储库的路径的列表。",
|
||||
"config.showProgress": "控制 Git 操作是否显示进度提示。",
|
||||
"config.rebaseWhenSync": "在运行“同步”命令时,强制 Git 使用“变基”。",
|
||||
"config.confirmEmptyCommits": "始终确认为 \"Git: Commit Empty\" 命令创建空提交。",
|
||||
"config.fetchOnPull": "启用后,在拉取时获取所有分支。否则,仅获取当前。",
|
||||
"config.pullTags": "拉取时提取所有标签。",
|
||||
"config.pruneOnFetch": "提取时修剪。",
|
||||
"config.autoStash": "在拉取前暂存所有更改,在成功拉取后还原这些更改。",
|
||||
"config.allowForcePush": "控制是否启用强制推送 (不论 force 还是 force-with-lease)。",
|
||||
"config.useForcePushWithLease": "控制是否使用更安全的 force-with-lease 进行强制推送。",
|
||||
"config.confirmForcePush": "控制在强制推送前是否进行确认。",
|
||||
"config.allowNoVerifyCommit": "控制是否允许没有运行 pre-commit 和 commit-msg 挂钩的提交。",
|
||||
"config.confirmNoVerifyCommit": "控制是否要求在未验证的情况下提交之前进行确认。",
|
||||
"config.openDiffOnClick": "控制单击更改时是否应打开差异编辑器。否则将打开常规编辑器。",
|
||||
"config.supportCancellation": "控制在运行同步操作时是否出现通知,允许用户取消操作。",
|
||||
"config.branchSortOrder": "控制分支的排列顺序。",
|
||||
"config.untrackedChanges": "控制未跟踪的更改的行为。",
|
||||
"config.untrackedChanges.mixed": "所有更改,无论是跟踪的还是未跟踪的,都会一起出现并表现出相同的行为。",
|
||||
"config.untrackedChanges.separate": "未跟踪的更改单独显示在“源代码管理”视图中。它们也被排除在几个操作之外。",
|
||||
"config.untrackedChanges.hidden": "未跟踪的更改被隐藏,并从多个操作中排除。",
|
||||
"config.requireGitUserConfig": "控制在是要求进行显式 Git 用户配置,还是允许 Git 在缺少配置时进行猜测",
|
||||
"config.showCommitInput": "控制是否在 Git 源控制面板中显示提交输入。",
|
||||
"config.terminalAuthentication": "控制是否使 VS Code 成为集成终端中产生的 git 进程的身份验证处理程序。请注意: 需要重启终端才能选择此设置中的更改。",
|
||||
"config.timeline.showAuthor": "控制是否在日程表视图中显示提交作者",
|
||||
"config.timeline.date": "控制在日程表视图中项目使用的日期",
|
||||
"config.timeline.date.committed": "使用提交日期",
|
||||
"config.timeline.date.authored": "使用创作日期",
|
||||
"config.useCommitInputAsStashMessage": "控制是否将提交输入框中的消息用作默认储藏消息。",
|
||||
"submenu.explorer": "Git",
|
||||
"submenu.commit": "提交",
|
||||
"submenu.commit.amend": "修改",
|
||||
"submenu.commit.signoff": "注销",
|
||||
"submenu.changes": "更改",
|
||||
"submenu.pullpush": "拉取,推送",
|
||||
"submenu.branch": "分支",
|
||||
"submenu.remotes": "远程",
|
||||
"submenu.stash": "存储",
|
||||
"submenu.tags": "标记",
|
||||
"colors.added": "已添加资源的颜色。",
|
||||
"colors.modified": "已修改资源的颜色。",
|
||||
"colors.stageModified": "已暂存的已修改资源的颜色。",
|
||||
"colors.stageDeleted": "已暂存的已删除资源的颜色。",
|
||||
"colors.deleted": "已删除资源的颜色。",
|
||||
"colors.renamed": "重命名或复制的资源的颜色。",
|
||||
"colors.untracked": "未跟踪资源的颜色。",
|
||||
"colors.ignored": "已忽略资源的颜色。",
|
||||
"colors.conflict": "存在冲突的资源的颜色。",
|
||||
"colors.submodule": "子模块资源的颜色。",
|
||||
"view.workbench.scm.missing": "未检测到有效的 git 安装,可在 [git 输出](command:git.showOutput)中找到更多详细信息。\r\n请[安装 git](https://git-scm.com/),或在[我们的文档](https://aka.ms/vscode-scm)中详细了解如何在 VS Code 中使用 Git 和源代码管理。\r\n如果你使用的是其他版本控制系统,则可[搜索市场](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)以获取其他扩展。",
|
||||
"view.workbench.scm.disabled": "如果要使用 git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 git。\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.empty": "为了使用 git 功能,可打开包含 git 存储库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆存储库](command:git.clone)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.folder": "当前打开的文件夹中没有 Git 存储库。可初始化一个存储库,它将实现 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init?%5Btrue%5D)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.workspace": "当前打开的工作区中没有任何包含 Git 存储库的文件夹。可初始化某文件夹上的一个存储库,该存储库将实现 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.emptyWorkspace": "当前打开的工作区中没有任何包含 git 存储库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.cloneRepository": "还可从 URL 克隆存储库。要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。\r\n[克隆存储库](command:git.clone“一旦 Git 扩展激活,立即克隆存储库”)"
|
||||
},
|
||||
"dist/repository": {
|
||||
"index modified": "已修改索引",
|
||||
"modified": "已修改",
|
||||
"index added": "已添加索引",
|
||||
"index deleted": "已删除索引",
|
||||
"deleted": "已删除",
|
||||
"index renamed": "已重命名索引",
|
||||
"index copied": "已复制索引",
|
||||
"untracked": "未跟踪的",
|
||||
"ignored": "已忽略",
|
||||
"intent to add": "打算添加",
|
||||
"both deleted": "冲突: 两个都已删除",
|
||||
"added by us": "冲突: 已由我们添加",
|
||||
"deleted by them": "冲突: 已由他们删除",
|
||||
"added by them": "冲突: 已由他们添加",
|
||||
"deleted by us": "冲突: 已由我们删除",
|
||||
"both added": "冲突: 两个都已添加",
|
||||
"both modified": "冲突: 两个都已修改",
|
||||
"open": "打开",
|
||||
"git.title.index": "{0} (索引)",
|
||||
"git.title.workingTree": "{0} (工作树)",
|
||||
"git.title.deleted": "{0} (已删除)",
|
||||
"git.title.theirs": "{0} (他们的)",
|
||||
"git.title.ours": "{0} (我们的)",
|
||||
"git.title.untracked": "{0} (未跟踪)",
|
||||
"commit": "提交",
|
||||
"merge changes": "合并更改",
|
||||
"staged changes": "暂存的更改",
|
||||
"changes": "更改",
|
||||
"untracked changes": "未跟踪的更改",
|
||||
"push success": "已成功推送。",
|
||||
"commit in rebase": "无法在变基过程中修改提交消息。请完成变基操作,并改用交互式变基。",
|
||||
"commitMessageWhitespacesOnlyWarning": "当前提交消息仅包含空白字符",
|
||||
"commitMessageCountdown": "当前行剩余 {0} 个字符",
|
||||
"commitMessageWarning": "当前行比 {1} 超出 {0} 个字符",
|
||||
"sync is unpredictable": "正在同步。取消可能会导致存储库出现严重损坏",
|
||||
"always pull": "始终拉取",
|
||||
"pull": "拉取",
|
||||
"dont pull": "不拉取",
|
||||
"pull branch maybe rebased": "当前分支“{0}”似乎已变基。确定仍要拉取到其中吗?",
|
||||
"pull maybe rebased": "当前分支似乎已变基。确定仍要拉取到其中吗?",
|
||||
"huge": "Git 存储库“{0}”中存在大量活动更改,将仅启用部分 Git 功能。",
|
||||
"neveragain": "不再显示",
|
||||
"add known": "是否要将“{0}”添加到 .gitignore?",
|
||||
"yes": "是",
|
||||
"sync changes": "同步更改",
|
||||
"pull n": "从 {1}/{2} 拉取 {0} 个提交",
|
||||
"push n": "将 {0} 个提交推送到 {1}/{2}",
|
||||
"pull push n": "在 {2}/{3} 之间拉取 {0} 个提交并推送 {1} 个提交",
|
||||
"commitMessageWithHeadLabel": "消息({0} 在“{1}”提交)",
|
||||
"commitMessage": "消息({0} 待提交)"
|
||||
},
|
||||
"dist/main": {
|
||||
"looking": "正在查找 Git: {0}",
|
||||
"using git": "将使用位于 {1} 的 Git {0}",
|
||||
"downloadgit": "下载 Git",
|
||||
"neverShowAgain": "不再显示",
|
||||
"notfound": "未找到 Git。请安装 Git,或在 \"git.path\" 设置中配置。",
|
||||
"updateGit": "更新 GIT",
|
||||
"git20": "似乎已安装 GIT {0}。Code 非常适合 GIT >= 2",
|
||||
"git2526": "安装的 Git {0} 存在已知问题。要使 Git 功能正常工作,请至少将 Git 更新到 2.27 版本。"
|
||||
},
|
||||
"dist/remoteSource": {
|
||||
"type to search": "存储库名称(键入内容进行搜索)",
|
||||
"type to filter": "存储库名称",
|
||||
"none found": "未找到远程存储库。",
|
||||
"error": "$(error) 错误: {0}",
|
||||
"provide url": "提供存储库 URL",
|
||||
"provide url or pick": "提供存储库 URL 或选择存储库源。",
|
||||
"url": "URL",
|
||||
"pick url": "选择要从中进行克隆的 URL。",
|
||||
"branch name": "分支名称"
|
||||
},
|
||||
"dist/timelineProvider": {
|
||||
"git.timeline.source": "Git 历史记录",
|
||||
"git.timeline.you": "你",
|
||||
"git.timeline.stagedChanges": "暂存的更改",
|
||||
"git.timeline.detail": "{0} — {1}\r\n{2}\r\n\r\n{3}",
|
||||
"git.index": "索引",
|
||||
"git.timeline.uncommitedChanges": "未提交的更改",
|
||||
"git.workingTree": "工作树"
|
||||
},
|
||||
"dist/model": {
|
||||
"not supported": "\"git.scanRepositories\" 设置中不支持绝对路径。",
|
||||
"too many submodules": "“{0}”存储库中的 {1} 个子模块将不会自动打开。您仍可以通过打开其中的文件来单独打开每个子模块。",
|
||||
"no repositories": "没有可用存储库",
|
||||
"pick repo": "选择存储库"
|
||||
},
|
||||
"dist/autofetch": {
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"not now": "稍后询问",
|
||||
"suggest auto fetch": "您希望 Code [定期运行 \"git fetch\"]({0}) 吗?"
|
||||
},
|
||||
"dist/statusbar": {
|
||||
"rebasing": "正在变基",
|
||||
"checkout": "签出分支/标记...",
|
||||
"publish to": "发布到 {0}",
|
||||
"publish to...": "发布到...",
|
||||
"publish changes": "发布更改",
|
||||
"syncing changes": "正在同步更改..."
|
||||
},
|
||||
"dist/commands": {
|
||||
"tag at": "{0} 处的标记",
|
||||
"remote branch at": "{0} 处的远程分支",
|
||||
"create branch": "正在创建新分支...",
|
||||
"create branch from": "从...创建分支",
|
||||
"checkout detached": "签出已分离…",
|
||||
"add remote": "添加一个新远程...",
|
||||
"current": "当前",
|
||||
"select log level": "选择日志级别",
|
||||
"changed": "日志级别更改为: {0}",
|
||||
"clonefrom": "从 {0} 克隆",
|
||||
"repourl": "存储库 URL",
|
||||
"selectFolder": "选择存储库位置",
|
||||
"cloning": "正在克隆 Git 存储库“{0}”...",
|
||||
"proposeopen": "是否要打开已克隆存储库?",
|
||||
"openrepo": "打开",
|
||||
"openreponew": "在新窗口中打开",
|
||||
"add": "添加到工作区",
|
||||
"proposeopen2": "您是希望打开克隆的存储库,还是将其添加到当前工作区?",
|
||||
"init": "选择用于初始化 Git 储存库的工作区文件夹",
|
||||
"choose": "选择文件夹...",
|
||||
"init repo": "初始化存储库",
|
||||
"create repo": "初始化存储库",
|
||||
"are you sure": "将在“{0}”中创建 Git 存储库。确定要继续吗?",
|
||||
"proposeopen init": "是否打开初始化的存储库?",
|
||||
"proposeopen2 init": "您是希望打开初始化的存储库,还是将其添加到当前工作区?",
|
||||
"open repo": "打开存储库",
|
||||
"HEAD not available": "“{0}”的 HEAD 版本不可用。",
|
||||
"confirm stage files with merge conflicts": "确定要暂存含有合并冲突的 {0} 个文件吗?",
|
||||
"confirm stage file with merge conflicts": "确定要暂存含有合并冲突的 {0} 吗?",
|
||||
"yes": "是",
|
||||
"keep ours": "保留“我们”的版本",
|
||||
"delete": "删除文件",
|
||||
"deleted by them": "文件“{0}”已被他们删除且已经过我们修改。\r\n\r\n你想要执行什么操作?",
|
||||
"keep theirs": "保留“他们”的版本",
|
||||
"deleted by us": "文件“{0}”已被我们删除且已经过他们修改。\r\n\r\n你想要执行什么操作?",
|
||||
"discard": "放弃更改",
|
||||
"confirm delete": "确定要删除 {0} 吗?\r\n此操作不可撤消!\r\n如果继续操作,此文件将永久丢失。",
|
||||
"delete file": "删除文件",
|
||||
"restore file": "恢复文件",
|
||||
"confirm restore": "是否确实要还原 {0}?",
|
||||
"confirm discard": "确定要放弃 {0} 中更改吗?",
|
||||
"restore files": "恢复文件",
|
||||
"confirm restore multiple": "是否确定要还原 {0} 个文件?",
|
||||
"confirm discard multiple": "是否确实要放弃 {0} 文件中的更改?",
|
||||
"warn untracked": "这将删除 {0} 个未跟踪的文件!\r\n此操作不可撤消!\r\n这些文件将永久丢失。",
|
||||
"there are untracked files single": "若放弃下面未跟踪的文件,其将被从硬盘上删除: {0}。",
|
||||
"there are untracked files": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
|
||||
"confirm discard all 2": "{0}\r\n\r\n此操作不可撤消,你当前的工作集将永久丢失。",
|
||||
"yes discard tracked": "放弃 1 个已跟踪的文件",
|
||||
"yes discard tracked multiple": "放弃 {0} 个已跟踪的文件",
|
||||
"discardAll": "放弃所有 {0} 个文件",
|
||||
"confirm discard all single": "确定要放弃 {0} 中更改吗?",
|
||||
"confirm discard all": "确定要放弃在 {0} 个文件中所作的全部更改吗?\r\n此操作不可撤消!\r\n如果继续操作,你当前的工作集将永久丢失。",
|
||||
"discardAll multiple": "放弃 1 个文件",
|
||||
"confirm delete multiple": "确定要删除 {0} 个文件吗?\r\n此操作不可撤消!\r\n如果继续操作,这些文件将永久丢失。",
|
||||
"delete files": "删除文件",
|
||||
"unsaved files single": "以下文件具有未保存的更改;如果继续,则提交时不会包含这些更改: {0}。\r\n\r\n要在提交之前保存吗?",
|
||||
"unsaved files": "有 {0} 个文件尚未保存。\r\n\r\n要在提交之前保存吗?",
|
||||
"save and commit": "全部保存并提交",
|
||||
"commit": "提交暂存更改",
|
||||
"no staged changes": "没有可提交的暂存更改。\r\n\r\n是否要暂存所有更改并直接提交?",
|
||||
"always": "总是",
|
||||
"never": "从不",
|
||||
"commit anyway": "创建空提交",
|
||||
"no changes": "没有要提交的更改。",
|
||||
"no verify commit not allowed": "不允许在未验证的情况下提交,请使用 \"git.allowNoVerifyCommit\" 设置启用这些提交。",
|
||||
"confirm no verify commit": "你即将在未验证的情况下提交更改,这会跳过 pre-commit 挂钩,可能导致不理想的结果。\r\n\r\n确定要继续吗?",
|
||||
"ok": "确定",
|
||||
"never ask again": "确定,且不再询问",
|
||||
"commitMessageWithHeadLabel2": "消息(在\"{0}\"上提交)",
|
||||
"commit message": "提交消息",
|
||||
"provide commit message": "请提供提交消息",
|
||||
"confirm emtpy commit": "是否确定要创建空提交?",
|
||||
"yes never again": "确定,且不再显示",
|
||||
"no more": "无法撤消,因为 HEAD 不指向任何提交。",
|
||||
"undo commit": "撤消合并提交",
|
||||
"merge commit": "最后一个提交是合并提交。是否确实要撤消它?",
|
||||
"select a ref to checkout detached": "选择要在分离模式下签出的引用",
|
||||
"select a ref to checkout": "选择要签出的 ref",
|
||||
"force": "强制签出",
|
||||
"stashcheckout": "储藏并签出",
|
||||
"local changes": "签出会覆盖本地更改。",
|
||||
"branch name": "分支名称",
|
||||
"provide branch name": "请提供新的分支名称",
|
||||
"branch name format invalid": "分支名称必须匹配正则表达式: {0}",
|
||||
"select a ref to create a new branch from": "选择一个 ref 创建 \"{0}\" 分支",
|
||||
"select branch to delete": "选择要删除的分支",
|
||||
"confirm force delete branch": "“{0}”分支未被完全合并。是否仍要删除?",
|
||||
"delete branch": "删除分支",
|
||||
"invalid branch name": "分支名称无效",
|
||||
"branch already exists": "已存在名为“{0}”的分支",
|
||||
"select a branch to merge from": "选择要从其合并的分支",
|
||||
"select a branch to rebase onto": "选择要变基到的分支",
|
||||
"tag name": "标记名称",
|
||||
"provide tag name": "已成功带标记进行推送。",
|
||||
"tag message": "消息",
|
||||
"provide tag message": "请提供消息以对标记进行注释",
|
||||
"no tags": "此存储库没有标记。",
|
||||
"select a tag to delete": "选择要删除的标记",
|
||||
"no remotes to fetch": "此存储库未配置可以从中抓取的远程存储库。",
|
||||
"no remotes to pull": "存储库未配置任何从其中进行拉取的远程存储库。",
|
||||
"pick remote pull repo": "选择要从其拉取分支的远程位置",
|
||||
"pick branch pull": "选择拉取的来源分支",
|
||||
"addremote": "添加远程存储库",
|
||||
"no remotes to push": "存储库未配置任何要推送到的远程存储库。",
|
||||
"force push not allowed": "不允许强制推送,请启用 \"git. allowForcePush\" 设置。",
|
||||
"confirm force push": "即将强制推送更改,此操作可能具有破坏性并可能在无意中覆盖其他人的更改。\r\n\r\n确定要继续吗?",
|
||||
"nobranch": "请签出一个分支以推送到远程。",
|
||||
"confirm publish branch": "分支“{0}”没有上游分支。您要发布此分支吗?",
|
||||
"pick remote": "选取要将分支“{0}”发布到的远程:",
|
||||
"commit hash": "提交哈希",
|
||||
"provide commit hash": "请提供提交哈希",
|
||||
"addfrom": "从 {0} 添加远程存储库",
|
||||
"addFrom": "从 URL 添加远程存储库",
|
||||
"remote name": "远程存储库名称",
|
||||
"provide remote name": "请提供远程存储库名称",
|
||||
"remote name format invalid": "远程仓库名称格式无效",
|
||||
"remote already exists": "远程存储库“{0}”已存在。",
|
||||
"no remotes added": "您的存储库中没有远程存储库。",
|
||||
"remove remote": "选择要删除的远程库",
|
||||
"sync is unpredictable": "此操作会将提交项推送到“{0}/{1}”并从中拉取提交项。",
|
||||
"never again": "确定,且不再显示",
|
||||
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
|
||||
"publish to": "发布到 {0}",
|
||||
"pick provider": "选择一个提供程序以将分支“{0}”发布到:",
|
||||
"no changes stash": "没有要储藏的更改。",
|
||||
"unsaved stash files single": "以下文件具有未保存的更改;如果继续,则储藏时不会包含这些更改: {0}。\r\n\r\n要在储藏之前保存吗?",
|
||||
"unsaved stash files": "有 {0} 个文件尚未保存。\r\n\r\n要在储藏之前保存吗?",
|
||||
"save and stash": "全部保存并储藏",
|
||||
"stash": "仍要储藏",
|
||||
"provide stash message": "提供储藏消息(可选)",
|
||||
"stash message": "储藏消息",
|
||||
"pick stash to pop": "选择要弹出的储藏",
|
||||
"no stashes": "此存储库中没有储藏。",
|
||||
"pick stash to apply": "选择要应用的储藏",
|
||||
"pick stash to drop": "选择要删除的储藏",
|
||||
"sure drop": "确定要删除储藏 {0} 吗?",
|
||||
"git.title.workingTree": "{0} (工作树)",
|
||||
"git.title.index": "{0} (索引)",
|
||||
"git.title.diffRefs": "{0} ({1}) ⟷ {0} ({2})",
|
||||
"git.title.ref": "{0} ({1})",
|
||||
"git.title.diff": "{0} ⟷ {1}",
|
||||
"no rebase": "没有正在进行的变基。",
|
||||
"open git log": "打开 GIT 日志",
|
||||
"show command output": "显示命令输出",
|
||||
"clean repo": "在签出前,请清理存储库工作树。",
|
||||
"cant push": "无法推送 refs 到远端。您可以试着运行“拉取”功能,整合您的更改。",
|
||||
"merge conflicts": "存在合并冲突。请在提交之前解决这些冲突。",
|
||||
"stash merge conflicts": "在应用储藏时存在合并冲突。",
|
||||
"auth failed specific": "未能对 git remote 进行身份验证:\r\n\r\n{0}",
|
||||
"auth failed": "未能对 git remote 进行身份验证。",
|
||||
"missing user info": "请确保已在 Git 中配置您的 \"user.name\" 和 \"user.email\"。",
|
||||
"learn more": "了解详细信息",
|
||||
"git error details": "Git: {0}",
|
||||
"git error": "Git 错误"
|
||||
},
|
||||
"dist/askpass-main": {
|
||||
"missOrInvalid": "凭据丢失或无效。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "GitHub 身份验证",
|
||||
"description": "GitHub 身份验证提供程序"
|
||||
},
|
||||
"dist/githubServer": {
|
||||
"signingIn": "$(mark-github)正在登录到 github.com…"
|
||||
},
|
||||
"dist/common/keychain": {
|
||||
"troubleshooting": "故障排除指南",
|
||||
"keychainWriteError": "将登录信息写入钥匙串失败,错误\"{0}\"。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "GitHub",
|
||||
"description": "GitHub",
|
||||
"config.gitAuthentication": "控制是否在 VS Code 中为 git 命令启用自动 GitHub 身份验证。",
|
||||
"welcome.publishFolder": "你还可直接将此文件夹发布到 GitHub 存储库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)",
|
||||
"welcome.publishWorkspaceFolder": "你还可直接将工作区文件夹发布到 GitHub 存储库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)"
|
||||
},
|
||||
"dist/publish": {
|
||||
"pick folder": "选择一个要发布到 GitHub 的文件夹",
|
||||
"ignore": "选择应包含在存储库中的文件。"
|
||||
},
|
||||
"dist/pushErrorHandler": {
|
||||
"create a fork": "创建分支",
|
||||
"no": "否",
|
||||
"fork": "你没有在 GitHub 上推送到“{0}/{1}”的权限。是否要创建一个分支并改为推送到该分支?",
|
||||
"create fork": "创建 GitHub 分支",
|
||||
"forking": "正在创建“{0}/{1}”的分支…",
|
||||
"pushing": "正在推送更改…",
|
||||
"openingithub": "在 GitHub 中打开",
|
||||
"createpr": "创建 PR",
|
||||
"done": "已在 GitHub 上成功创建分支“{0}”。",
|
||||
"createghpr": "正在创建 GitHub 拉取请求…",
|
||||
"openpr": "打开 PR",
|
||||
"donepr": "已在 GitHub 上成功创建 PR“{0}/{1}#{2}”。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "图像预览",
|
||||
"description": "提供 VS Code的内置图像预览",
|
||||
"customEditors.displayName": "图像预览",
|
||||
"command.zoomIn": "放大",
|
||||
"command.zoomOut": "缩小"
|
||||
},
|
||||
"dist/binarySizeStatusBarEntry": {
|
||||
"sizeB": "{0} B",
|
||||
"sizeKB": "{0} KB",
|
||||
"sizeMB": "{0} MB",
|
||||
"sizeGB": "{0} GB",
|
||||
"sizeTB": "{0} TB",
|
||||
"sizeStatusBar.name": "图像二进制文件大小"
|
||||
},
|
||||
"dist/preview": {
|
||||
"preview.imageLoadError": "加载图片出错。",
|
||||
"preview.imageLoadErrorLink": "使用 VS Code 的标准文本/二进制编辑器打开文件?"
|
||||
},
|
||||
"dist/sizeStatusBarEntry": {
|
||||
"sizeStatusBar.name": "图像大小"
|
||||
},
|
||||
"dist/zoomStatusBarEntry": {
|
||||
"zoomStatusBar.name": "图像缩放",
|
||||
"zoomStatusBar.placeholder": "选择缩放级别",
|
||||
"zoomStatusBar.wholeImageLabel": "整张图片"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"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": "完成!"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "JSON 语言功能",
|
||||
"description": "为 JSON 文件提供丰富的语言支持",
|
||||
"json.schemas.desc": "将架构关联到当前项目中的 JSON 文件",
|
||||
"json.schemas.url.desc": "架构的 URL 或当前目录中架构的相对路径",
|
||||
"json.schemas.fileMatch.desc": "将 JSON 文件解析为架构时要与之匹配的文件模式数组。\"*\" 可用作通配符。也可定义排除模式,并以 \"!\" 开头。当至少有一个匹配模式,且最后一个匹配模式不是排除模式时,文件匹配。",
|
||||
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时用于匹配的可以包含 \"*\" 的文件模式。",
|
||||
"json.schemas.schema.desc": "给定 URL 的架构定义。仅当要避免访问架构 URL 时需要提供架构。",
|
||||
"json.format.enable.desc": "启用或禁用默认 JSON 格式化程序。",
|
||||
"json.tracing.desc": "跟踪 VS Code 和 JSON 语言服务器之间的通信。",
|
||||
"json.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
|
||||
"json.colorDecorators.enable.deprecationMessage": "已弃用设置 \"json.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
|
||||
"json.schemaResolutionErrorMessage": "无法解析架构。",
|
||||
"json.clickToRetry": "单击以重试。",
|
||||
"json.maxItemsComputed.desc": "计算的大纲符号和折叠区域的最大数量(因性能原因而受限)。",
|
||||
"json.maxItemsExceededInformation.desc": "当超出分级显示符号和折叠区域的最大数目时显示通知。",
|
||||
"json.enableSchemaDownload.desc": "启用后,可以从 http 和 https 位置提取 JSON 架构。"
|
||||
},
|
||||
"client\\dist\\node/jsonClient": {
|
||||
"json.resolveError": "JSON: 架构解析错误",
|
||||
"jsonserver.name": "JSON 语言服务器",
|
||||
"untitled.schema": "无法加载 {0}",
|
||||
"schemaDownloadDisabled": "已通过设置“{0}”禁用下载架构",
|
||||
"ok": "确定",
|
||||
"goToSetting": "打开设置",
|
||||
"yes never again": "不再显示",
|
||||
"configureLimit": "使用设置“{0}”来配置限制。",
|
||||
"json.schemaResolutionErrorMessage": "无法解析架构。单击以重试。",
|
||||
"json.schemaResolutionDisabledMessage": "已禁用下载架构。单击以进行配置。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "JSON 语言基础功能",
|
||||
"description": "在 JSON 文件中提供语法突出显示和括号匹配功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "Markdown 语言基础功能",
|
||||
"description": "在 Markdown 文件中提供代码片段和语法高亮功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Markdown 语言功能",
|
||||
"description": "为 Markdown 提供丰富的语言支持。",
|
||||
"markdown.preview.breaks.desc": "设置换行符在 Markdown 预览中的呈现方式。如果将其设置为 \"true\",则将为段落内的新行创建一个 <br>。",
|
||||
"markdown.preview.linkify": "在 Markdown 预览中启用或禁用将类似 URL 的文本转换为链接。",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击切换到编辑器。",
|
||||
"markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",
|
||||
"markdown.preview.fontSize.desc": "控制 Markdown 预览中使用的字号(以像素为单位)。",
|
||||
"markdown.preview.lineHeight.desc": "控制 Markdown 预览中使用的行高。此数值与字号相关。",
|
||||
"markdown.preview.markEditorSelection.desc": "在 Markdown 预览中标记当前的编辑器选定内容。",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "滚动 Markdown 预览时,更新其编辑器视图。",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "滚动 Markdown 编辑器时,更新其预览视图。",
|
||||
"markdown.preview.title": "打开预览",
|
||||
"markdown.previewSide.title": "打开侧边预览",
|
||||
"markdown.showLockedPreviewToSide.title": "在侧边打开锁定的预览",
|
||||
"markdown.showSource.title": "显示源",
|
||||
"markdown.styles.dec": "要在 Markdown 预览中使用的 CSS 样式表的 URL 或本地路径列表。相对路径被解释为相对于资源管理器中打开的文件夹。如果没有任何打开的文件夹,则会被解释为相对于 Markdown 文件的位置。所有的 \"\\\" 需写为 \"\\\\\"。",
|
||||
"markdown.showPreviewSecuritySelector.title": "更改预览安全设置",
|
||||
"markdown.trace.desc": "对 Markdown 扩展启用调试日志记录。",
|
||||
"markdown.preview.refresh.title": "刷新预览",
|
||||
"markdown.preview.toggleLock.title": "切换开关锁定预览",
|
||||
"configuration.markdown.preview.openMarkdownLinks.description": "控制如何打开markdown预览中其他markdown文件的链接。",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inEditor": "尝试在编辑器中打开链接",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "尝试在 Markdown 预览中打开链接",
|
||||
"configuration.markdown.links.openLocation.description": "控制应在何处打开markdown文件中的链接。",
|
||||
"configuration.markdown.links.openLocation.currentGroup": "打开活动编辑器组中的链接。",
|
||||
"configuration.markdown.links.openLocation.beside": "打开活动编辑器旁边的链接。"
|
||||
},
|
||||
"dist/features/documentLinkProvider": {
|
||||
"documentLink.tooltip": "转到链接"
|
||||
},
|
||||
"dist/features/previewContentProvider": {
|
||||
"preview.securityMessage.text": "已禁用此文档中的部分内容",
|
||||
"preview.securityMessage.title": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本。",
|
||||
"preview.securityMessage.label": "已禁用内容安全警告",
|
||||
"preview.notFound": "找不到 {0}"
|
||||
},
|
||||
"dist/features/preview": {
|
||||
"onPreviewStyleLoadError": "无法加载 \"markdown.styles\": {0}",
|
||||
"preview.clickOpenFailed": "无法打开 {0}",
|
||||
"lockedPreviewTitle": "[预览] {0}",
|
||||
"previewTitle": "预览 {0}"
|
||||
},
|
||||
"dist/security": {
|
||||
"strict.title": "严格",
|
||||
"strict.description": "仅载入安全内容",
|
||||
"insecureLocalContent.title": "允许不安全的本地内容",
|
||||
"insecureLocalContent.description": "允许通过 http 载入来自 localhost 的内容",
|
||||
"insecureContent.title": "允许不安全内容",
|
||||
"insecureContent.description": "允许通过 http 载入内容",
|
||||
"disable.title": "禁用",
|
||||
"disable.description": "允许所有内容,执行所有脚本。不推荐",
|
||||
"moreInfo.title": "更多信息",
|
||||
"enableSecurityWarning.title": "在此工作区中启用预览安全警告",
|
||||
"disableSecurityWarning.title": "在此工作区中取消预览安全警告",
|
||||
"toggleSecurityWarning.description": "不影响内容安全级别",
|
||||
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "合并冲突",
|
||||
"description": "为内联合并冲突提供高亮和命令。",
|
||||
"command.category": "合并冲突",
|
||||
"command.accept.all-current": "全部采用当前内容",
|
||||
"command.accept.all-incoming": "全部采用传入版本",
|
||||
"command.accept.all-both": "全部保留两者",
|
||||
"command.accept.current": "采用当前内容",
|
||||
"command.accept.incoming": "采用传入内容",
|
||||
"command.accept.selection": "采用选中版本",
|
||||
"command.accept.both": "保留两者",
|
||||
"command.next": "下一个冲突",
|
||||
"command.previous": "上一个冲突",
|
||||
"command.compare": "比较当前冲突",
|
||||
"config.title": "合并冲突",
|
||||
"config.autoNavigateNextConflictEnabled": "是否在解决合并冲突后自动转到下一个合并冲突。",
|
||||
"config.codeLensEnabled": "为编辑器中的合并冲突区域创建 CodeLens。",
|
||||
"config.decoratorsEnabled": "为编辑器中的合并冲突区域创建提示小标。",
|
||||
"config.diffViewPosition": "控件在比较合并冲突中的更改时应在何处打开差异视图。",
|
||||
"config.diffViewPosition.current": "在当前的编辑器组中打开差异视图。",
|
||||
"config.diffViewPosition.beside": "在当前编辑器组旁边打开差异视图。",
|
||||
"config.diffViewPosition.below": "在当前编辑器组下方打开差异视图。"
|
||||
},
|
||||
"dist/codelensProvider": {
|
||||
"acceptCurrentChange": "采用当前更改",
|
||||
"acceptIncomingChange": "采用传入的更改",
|
||||
"acceptBothChanges": "保留双方更改",
|
||||
"compareChanges": "比较变更"
|
||||
},
|
||||
"dist/commandHandler": {
|
||||
"cursorNotInConflict": "编辑器光标不在合并冲突内",
|
||||
"compareChangesTitle": "{0}: 当前更改 ⟷ 传入的更改",
|
||||
"cursorOnCommonAncestorsRange": "编辑器光标在共同来源块上,请将其移动至“当前”或“传入”区域中",
|
||||
"cursorOnSplitterRange": "编辑器光标在合并冲突分割线上,请将其移动至“当前”或“传入”区域中",
|
||||
"noConflicts": "没有在此文件中找到合并冲突",
|
||||
"noOtherConflictsInThisFile": "此文件中没有其他合并冲突了"
|
||||
},
|
||||
"dist/mergeDecorator": {
|
||||
"currentChange": "(当前更改)",
|
||||
"incomingChange": "(传入的更改)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Microsoft 帐户",
|
||||
"description": "Microsoft 身份验证提供程序",
|
||||
"signIn": "登录",
|
||||
"signOut": "注销"
|
||||
},
|
||||
"dist/AADHelper": {
|
||||
"signOut": "你已被注销,因为未能读取存储的身份验证信息。"
|
||||
},
|
||||
"dist/keychain": {
|
||||
"troubleshooting": "故障排除指南",
|
||||
"keychainWriteError": "将登录信息写入密钥链失败,出现错误“{0}”。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,342 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"json.schemas.desc": "将架构关联到当前项目中的 JSON 文件",
|
||||
"json.schemas.url.desc": "架构的 URL 或当前目录中架构的相对路径",
|
||||
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时用于匹配的一组文件模式。",
|
||||
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时用于匹配的可以包含 \"*\" 的文件模式。",
|
||||
"json.schemas.schema.desc": "给定 URL 的架构定义。仅当要避免访问架构 URL 时需要提供架构。",
|
||||
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
|
||||
"mssqlCluster.uploadFiles": "上传文件",
|
||||
"mssqlCluster.mkdir": "新建目录",
|
||||
"mssqlCluster.deleteFiles": "删除",
|
||||
"mssqlCluster.previewFile": "预览",
|
||||
"mssqlCluster.saveFile": "保存",
|
||||
"mssqlCluster.copyPath": "复制路径",
|
||||
"mssqlCluster.manageAccess": "管理访问权限",
|
||||
"notebook.command.new": "新建笔记本",
|
||||
"notebook.command.open": "打开笔记本",
|
||||
"tab.bigDataClusterDescription": "有关 SQL Server 大数据群集的任务和信息",
|
||||
"title.bigDataCluster": "SQL Server 大数据群集",
|
||||
"title.submitSparkJob": "提交 Spark 作业",
|
||||
"title.newSparkJob": "新建 Spark 作业",
|
||||
"title.openSparkHistory": "查看 Spark 历史记录",
|
||||
"title.openYarnHistory": "查看 Yarn 历史记录",
|
||||
"title.tasks": "任务",
|
||||
"title.installPackages": "安装包",
|
||||
"title.configurePython": "为笔记本配置 Python",
|
||||
"title.searchServers": "搜索: 服务器",
|
||||
"title.clearSearchServerResult": "搜索: 清除搜索服务器结果",
|
||||
"title.endpoints": "服务终结点",
|
||||
"title.books": "笔记本",
|
||||
"title.showLogFile": "显示日志文件",
|
||||
"mssql.configuration.title": "MSSQL 配置",
|
||||
"mssql.query.displayBitAsNumber": "是否应将 BIT 列显示为数字(1 或 0)? 若否,则 BIT 列将显示为 \"true\" 或 \"false\"",
|
||||
"mssql.format.alignColumnDefinitionsInColumns": "列定义是否应对齐?",
|
||||
"mssql.format.datatypeCasing": "数据类型应格式化为大写、小写还是无(不格式化)",
|
||||
"mssql.format.keywordCasing": "关键字应格式化为大写、小写还是无(不格式化)",
|
||||
"mssql.format.placeCommasBeforeNextStatement": "是否应将逗号置于列表中每个语句的开头(例如 \", mycolumn2\")而不是结尾(例如 \"mycolumn1,\")",
|
||||
"mssql.format.placeSelectStatementReferencesOnNewLine": "select 语句中的对象引用是否应分到不同行中? 例如,在 \"SELECT C1, C2 FROM T1\" 中,C1 和 C2 是否将位于不同行",
|
||||
"mssql.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道",
|
||||
"mssql.tracingLevel": "[可选] 后端服务的日志级别。Azure Data Studio 在每次启动时都会生成文件名;如果文件已存在,日志条目将追加到该文件。有关旧日志文件的清理,请参阅 logRetentionMinutes 和 logFilesRemovalLimit 设置。默认 tracingLevel 记录的内容很少。更改详细级别可能提升日志的记录和磁盘空间要求。“错误”包含“严重”,“警告”包含“错误”,“信息”包含“警告”,“详细级别”包含“信息”",
|
||||
"mssql.logRetentionMinutes": "将后端服务的日志文件保留的时长(分钟数)。默认为 1 周。",
|
||||
"mssql.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": "类型",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.connectionOptions.connectionName.displayName": "名称(可选)",
|
||||
"mssql.connectionOptions.connectionName.description": "连接的自定义名称",
|
||||
"mssql.connectionOptions.serverName.displayName": "服务器",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server 实例的名称",
|
||||
"mssql.connectionOptions.databaseName.displayName": "数据库",
|
||||
"mssql.connectionOptions.databaseName.description": "数据源中初始目录或数据库的名称",
|
||||
"mssql.connectionOptions.authType.displayName": "身份验证类型",
|
||||
"mssql.connectionOptions.authType.description": "指定使用 SQL Server 进行身份验证的方法",
|
||||
"mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登录",
|
||||
"mssql.connectionOptions.authType.categoryValues.integrated": "Windows 身份验证",
|
||||
"mssql.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
||||
"mssql.connectionOptions.userName.displayName": "用户名",
|
||||
"mssql.connectionOptions.userName.description": "指示连接到数据源时使用的用户 ID",
|
||||
"mssql.connectionOptions.password.displayName": "密码",
|
||||
"mssql.connectionOptions.password.description": "指示连接到数据源时使用的密码",
|
||||
"mssql.connectionOptions.applicationIntent.displayName": "应用意图",
|
||||
"mssql.connectionOptions.applicationIntent.description": "声明连接到服务器时的应用程序工作负荷类型",
|
||||
"mssql.connectionOptions.asynchronousProcessing.displayName": "异步处理",
|
||||
"mssql.connectionOptions.asynchronousProcessing.description": "如果为 true,则允许在 .Net Framework 数据提供程序中使用异步功能",
|
||||
"mssql.connectionOptions.connectTimeout.displayName": "连接超时",
|
||||
"mssql.connectionOptions.connectTimeout.description": "在终止尝试并生成错误之前等待连接到服务器的时长(秒)",
|
||||
"mssql.connectionOptions.currentLanguage.displayName": "当前语言",
|
||||
"mssql.connectionOptions.currentLanguage.description": "SQL Server 语言记录名称",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.displayName": "列加密",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.description": "针对连接的所有命令的默认列加密设置",
|
||||
"mssql.connectionOptions.encrypt.displayName": "加密",
|
||||
"mssql.connectionOptions.encrypt.description": "当为 true 时,如果服务器安装了证书,则 SQL Server 对客户端与服务器之间发送的所有数据使用 SSL 加密",
|
||||
"mssql.connectionOptions.persistSecurityInfo.displayName": "持久安全信息",
|
||||
"mssql.connectionOptions.persistSecurityInfo.description": "为 false 时,安全敏感信息(如密码)不作为连接的一部分返回",
|
||||
"mssql.connectionOptions.trustServerCertificate.displayName": "信任服务器证书",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "为 true(且 encrypt=true)时,SQL Server 对客户端与服务器之间发送的所有数据使用 SSL 加密,而无需验证服务器证书",
|
||||
"mssql.connectionOptions.attachedDBFileName.displayName": "附加的 DB 文件名",
|
||||
"mssql.connectionOptions.attachedDBFileName.description": "可附加数据库的主文件的名称(包括完整路径名称)",
|
||||
"mssql.connectionOptions.contextConnection.displayName": "上下文连接",
|
||||
"mssql.connectionOptions.contextConnection.description": "为 true 时,指示连接应来自 SQL Server 上下文。仅在 SQL Server 进程中运行时可用",
|
||||
"mssql.connectionOptions.port.displayName": "端口",
|
||||
"mssql.connectionOptions.connectRetryCount.displayName": "连接重试次数",
|
||||
"mssql.connectionOptions.connectRetryCount.description": "尝试还原连接的次数",
|
||||
"mssql.connectionOptions.connectRetryInterval.displayName": "连接重试间隔",
|
||||
"mssql.connectionOptions.connectRetryInterval.description": "两次尝试恢复连接之间的延迟",
|
||||
"mssql.connectionOptions.applicationName.displayName": "应用程序名称",
|
||||
"mssql.connectionOptions.applicationName.description": "应用程序的名称",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站 ID",
|
||||
"mssql.connectionOptions.workstationId.description": "连接到 SQL Server 的工作站的名称",
|
||||
"mssql.connectionOptions.pooling.displayName": "池",
|
||||
"mssql.connectionOptions.pooling.description": "为 true 时,从相应的池中取出连接对象,或根据需要创建连接对象并将其添加到相应的池中",
|
||||
"mssql.connectionOptions.maxPoolSize.displayName": "最大池大小",
|
||||
"mssql.connectionOptions.maxPoolSize.description": "池中允许的最大连接数",
|
||||
"mssql.connectionOptions.minPoolSize.displayName": "最小池大小",
|
||||
"mssql.connectionOptions.minPoolSize.description": "池中允许的最小连接数",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.displayName": "负载均衡超时",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.description": "此连接在销毁前在池中生存的最短时间(秒)",
|
||||
"mssql.connectionOptions.replication.displayName": "副本",
|
||||
"mssql.connectionOptions.replication.description": "由 SQL Server 在复制中使用",
|
||||
"mssql.connectionOptions.attachDbFilename.displayName": "附加 DB 文件名",
|
||||
"mssql.connectionOptions.failoverPartner.displayName": "故障转移伙伴",
|
||||
"mssql.connectionOptions.failoverPartner.description": "充当故障转移伙伴的 SQL Server 实例的名称或网络地址",
|
||||
"mssql.connectionOptions.multiSubnetFailover.displayName": "多子网故障转移",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.displayName": "多重活动结果集",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.description": "为 true 时,可从一个连接返回和读取多个结果集",
|
||||
"mssql.connectionOptions.packetSize.displayName": "数据包大小",
|
||||
"mssql.connectionOptions.packetSize.description": "用于与 SQL Server 实例通信的网络数据包的大小(字节数)",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "类型系统版本",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "指示提供程序将通过 DataReader 公开的服务器类型系统"
|
||||
},
|
||||
"dist/localizedConstants": {
|
||||
"msgMissingNodeContext": "调用了节点命令但未传递任何节点",
|
||||
"mssql.manageAccessTitle": "管理访问权限",
|
||||
"mssql.locationTitle": "位置:",
|
||||
"mssql.permissionsTitle": "权限",
|
||||
"mssql.ownerPostfix": " - 所有者",
|
||||
"mssql.owningGroupPostfix": " - 责任组",
|
||||
"mssql.everyone": "其他所有人",
|
||||
"mssql.userLabel": "用户",
|
||||
"mssql.groupLabel": "组",
|
||||
"mssql.accessHeader": "访问",
|
||||
"mssql.defaultHeader": "默认",
|
||||
"mssql.delete": "删除",
|
||||
"mssql.stickyHeader": "粘性",
|
||||
"mssql.inheritDefaultsLabel": "继承默认值",
|
||||
"mssql.readHeader": "读取",
|
||||
"mssql.writeHeader": "写入",
|
||||
"mssql.executeHeader": "执行",
|
||||
"mssql.addUserOrGroup": "添加用户或组",
|
||||
"mssql.enterNamePlaceholder": "输入名称",
|
||||
"mssql.addLabel": "添加",
|
||||
"mssql.namedUsersAndGroups": "命名用户和组",
|
||||
"mssql.apply": "应用",
|
||||
"mssql.applyRecursively": "递归应用",
|
||||
"mssql.errorApplyingAclChanges": "应用更改时发生意外错误: {0}",
|
||||
"sparkJobSubmission_LocalFileDestinationHint": "本地文件将上传到 HDFS。",
|
||||
"sparkJobSubmission_SubmissionEndMessage": "…………………….. 提交 Spark 作业结束 ……………………….",
|
||||
"sparkJobSubmission_PrepareUploadingFile": "正在将文件从本地 {0} 上传到 HDFS 文件夹: {1}",
|
||||
"sparkJobSubmission_UploadingFileSucceeded": "已将文件成功上传到群集!",
|
||||
"sparkJobSubmission_UploadingFileFailed": "将文件上传到群集失败。{0}",
|
||||
"sparkJobSubmission_PrepareSubmitJob": "正在提交作业 {0}…",
|
||||
"sparkJobSubmission_SubmitJobFinished": "已提交 Spark 作业。",
|
||||
"sparkJobSubmission_SubmitJobFailed": "Spark 作业提交失败。{0}",
|
||||
"sparkJobSubmission_YarnUIMessage": "YarnUI URL: {0}",
|
||||
"sparkJobSubmission_SparkHistoryLinkMessage": "Spark 历史记录 URL: {0}",
|
||||
"sparkJobSubmission_GetApplicationIdFailed": "获取应用程序 ID 失败。{0}",
|
||||
"sparkJobSubmission_LocalFileNotExisted": "本地文件 {0} 不存在。",
|
||||
"sparkJobSubmission_NoSqlBigDataClusterFound": "未找到 SQL Server 大数据群集。"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/fileSources": {
|
||||
"maxSizeNotice": "注意: 此文件已在 {0} 处截断以供预览。",
|
||||
"maxSizeReached": "文件已在 {0} 处截断以供预览。"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/command": {
|
||||
"progress": "$(sync~spin) {0}…",
|
||||
"cancelTooltip": "取消",
|
||||
"cancel": "是否取消操作?",
|
||||
"mssql.searchServers": "搜索服务器名称"
|
||||
},
|
||||
"dist/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionService": {
|
||||
"sparkJobSubmission_LivyNoBatchIdReturned": "未从响应中返回 Spark 作业批次 ID。{0}[错误] {1}",
|
||||
"sparkJobSubmission_LivyNoLogReturned": "未从响应中返回日志。{0}[错误] {1}"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/hdfsCommands": {
|
||||
"allFiles": "所有文件",
|
||||
"lblUploadFiles": "上传",
|
||||
"uploading": "正在将文件上传到 HDFS",
|
||||
"uploadCanceled": "上传操作已取消",
|
||||
"uploadError": "上传文件时出错: {0}",
|
||||
"makingDir": "正在创建目录",
|
||||
"mkdirCanceled": "操作已取消",
|
||||
"mkDirError": "创建目录时出错: {0}",
|
||||
"enterDirName": "输入目录名称",
|
||||
"deleteError": "删除文件时出错: {0}",
|
||||
"msgDeleteFolder": "确定要删除此文件夹及其内容吗?",
|
||||
"msgDeleteFile": "确定要删除此文件吗?",
|
||||
"saving": "正在保存 HDFS 文件",
|
||||
"saveCanceled": "保存操作已取消",
|
||||
"saveError": "保存文件时出错: {0}",
|
||||
"previewing": "正在生成预览",
|
||||
"previewError": "预览文件时出错: {0}",
|
||||
"copyPathError": "复制路径时出错: {0}",
|
||||
"manageAccessError": "打开“管理访问权限”对话框时发生意外错误: {0}"
|
||||
},
|
||||
"dist/hdfs/webhdfs": {
|
||||
"webhdfs.invalidDataStructure": "数据结构无效",
|
||||
"webhdfs.missingProperties": "由于缺少选项,无法创建 WebHDFS 客户端: ${0}",
|
||||
"webhdfs.undefinedArgument": "“${0}”未定义。",
|
||||
"webhdfs.httpError400": "错误的请求",
|
||||
"webhdfs.httpError401": "未经授权",
|
||||
"webhdfs.httpError403": "已禁止",
|
||||
"webhdfs.httpError404": "未找到",
|
||||
"webhdfs.httpError500": "内部服务器错误",
|
||||
"webhdfs.unknownError": "未知错误",
|
||||
"webhdfs.unexpectedRedirect": "意外的重定向"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/connection": {
|
||||
"connectionInfoUndefined": "未定义 ConnectionInfo。",
|
||||
"connectionInfoOptionsUndefined": "未定义 ConnectionInfo.options",
|
||||
"connectionInfoOptionsMissingProperties": "connectionInfo.options 中缺少一些属性: {0}"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"viewKnownIssuesText": "查看已知问题",
|
||||
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。"
|
||||
},
|
||||
"dist/main": {
|
||||
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
|
||||
"notebookFileType": "笔记本",
|
||||
"unsupportedFileType": "仅支持 .ipynb 笔记本",
|
||||
"fileNotFound": "未找到指定的文件"
|
||||
},
|
||||
"dist/hdfs/hdfsModel": {
|
||||
"mssql.recursivePermissionOpStarted": "在“{0}”下以递归方式应用权限更改",
|
||||
"mssql.recursivePermissionOpSucceeded": "已成功应用权限更改。",
|
||||
"mssql.recursivePermissionOpProgress": "正在将权限更改应用于“{0}”。",
|
||||
"mssql.recursivePermissionOpError": "应用权限更改时出错: {0}"
|
||||
},
|
||||
"dist/prompts/confirm": {
|
||||
"msgYes": "是",
|
||||
"msgNo": "否"
|
||||
},
|
||||
"dist/sparkFeature/dialog/dialogCommands": {
|
||||
"selectOtherServer": "选择其他 SQL Server",
|
||||
"sparkJobSubmission_PleaseSelectSqlWithCluster": "请选择具有大数据群集的 SQL Server。",
|
||||
"sparkJobSubmission_NoSqlSelected": "未选择 SQL Server。",
|
||||
"errorNotSqlBigDataCluster": "所选服务器不属于 SQL Server 大数据群集",
|
||||
"sparkJobSubmission_GetFilePathFromSelectedNodeFailed": "获取文件路径时出错: {0}"
|
||||
},
|
||||
"dist/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionDialog": {
|
||||
"sparkJobSubmission_SparkJobSubmissionDialogInitializeError": "不允许为 SparkJobSubmissionDialog 添加参数",
|
||||
"sparkJobSubmission_DialogTitleNewJob": "新建作业",
|
||||
"sparkJobSubmission_DialogCancelButton": "取消",
|
||||
"sparkJobSubmission_DialogSubmitButton": "提交",
|
||||
"sparkJobSubmission_SubmitSparkJob": "{0} Spark 作业提交:",
|
||||
"sparkJobSubmission_SubmissionStartMessage": "…………………….. 提交 Spark 作业开始 …………………….."
|
||||
},
|
||||
"dist/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionModel": {
|
||||
"sparkJobSubmission_SparkJobSubmissionModelInitializeError": "不允许为 SparkJobSubmissionModel 添加参数",
|
||||
"sparkJobSubmission_submissionArgsIsInvalid": "submissionArgs 无效。",
|
||||
"sparkJobSubmission_LivyBatchIdIsInvalid": "livyBatchId 无效。",
|
||||
"sparkJobSubmission_GetApplicationIdTimeOut": "获取应用程序 ID 超时。{0}[日志] {1}",
|
||||
"sparkJobSubmission_localFileOrFolderNotSpecified.": "未指定 localFilePath 或 hdfsFolderPath 属性。",
|
||||
"sparkJobSubmission_PathNotSpecified.": "未指定 Path 属性。"
|
||||
},
|
||||
"dist/sparkFeature/dialog/sparkJobSubmission/sparkConfigurationTab": {
|
||||
"sparkJobSubmission_GeneralTabName": "常规",
|
||||
"sparkJobSubmission_JobNamePlaceHolder": "输入名称…",
|
||||
"sparkJobSubmission_JobName": "作业名称",
|
||||
"sparkJobSubmission_SparkCluster": "Spark 群集",
|
||||
"sparkJobSubmission_FilePathPlaceHolder": ".jar 或 .py 文件的路径",
|
||||
"sparkJobSubmission_LocalFileDestinationHintWithPath": "所选本地文件将上传到 HDFS: {0}",
|
||||
"sparkJobSubmission_MainFilePath": "JAR/py 文件",
|
||||
"sparkJobSubmission_MainClass": "主类",
|
||||
"sparkJobSubmission_Arguments": "参数",
|
||||
"sparkJobSubmission_ArgumentsTooltip": "在主类中使用的命令行参数,多个参数应用空格隔开。",
|
||||
"sparkJobSubmission_NotSpecifyJobName": "未指定属性作业名称。",
|
||||
"sparkJobSubmission_NotSpecifyJARPYPath": "未指定属性 JAR/py 文件。",
|
||||
"sparkJobSubmission_NotSpecifyMainClass": "未指定属性主类。",
|
||||
"sparkJobSubmission_HDFSFileNotExistedWithPath": "群集中不存在 {0} 或引发了异常。",
|
||||
"sparkJobSubmission_HDFSFileNotExisted": "指定的 HDFS 文件不存在。",
|
||||
"sparkSelectLocalFile": "选择",
|
||||
"sparkJobSubmission_SelectFileError": "由于错误导致查找文件时出错: {0}"
|
||||
},
|
||||
"dist/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab": {
|
||||
"sparkJobSubmission_AdvancedTabName": "高级",
|
||||
"sparkJobSubmission_ReferenceJarList": "引用 Jar",
|
||||
"sparkJobSubmission_ReferenceJarListToolTip": "要放置在执行程序工作目录中的 Jar。Jar 路径必须是 HDFS 路径。多个路径应用分号(;)隔开",
|
||||
"sparkJobSubmission_ReferencePyList": "引用 py 文件",
|
||||
"sparkJobSubmission_ReferencePyListTooltip": "要放置在执行程序工作目录中的 Py 文件。文件路径必须是 HDFS 路径。多个路径应按分号(;)隔开",
|
||||
"sparkJobSubmission_ReferenceFilesList": "引用文件",
|
||||
"sparkJobSubmission_ReferenceFilesListTooltip": "要放置在执行程序工作目录中的文件。文件路径必须是 HDFS 路径。多个路径应按分号(;)隔开"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
||||
"prmptPwd": "请提供密码以连接到 HDFS:",
|
||||
"sessionNotFound": "节点 {0} 的会话不存在",
|
||||
"notifyError": "通知节点更改时出错: {0}",
|
||||
"hdfsFolder": "HDFS",
|
||||
"rootLabel": "根"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/hdfsProvider": {
|
||||
"errorExpanding": "错误: {0}",
|
||||
"errDeleteConnectionNode": "无法删除连接。只能删除子文件夹和文件。"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/cancelableStream": {
|
||||
"streamCanceled": "用户已取消流操作"
|
||||
},
|
||||
"dist/dashboard/serviceEndpoints": {
|
||||
"grafana": "指标仪表板",
|
||||
"kibana": "日志搜索仪表板",
|
||||
"sparkHistory": "Spark 作业管理和监视仪表板",
|
||||
"yarnHistory": "Spark 诊断和监视仪表板",
|
||||
"copyText": "复制",
|
||||
"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 语句、作业和应用程序的代理"
|
||||
},
|
||||
"dist/sqlToolsServer": {
|
||||
"serviceStartedStatusMsg": "{0} 已启动",
|
||||
"startingServiceStatusMsg": "正在启动 {0}",
|
||||
"failedToStartServiceErrorMsg": "未能启动 {0}",
|
||||
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
||||
"installingServiceStatusMsg": "正在安装 {0}",
|
||||
"installedServiceChannelMsg": "安装于 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下载 {0}",
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadingServiceStatusMsg": "正在下载 {0}",
|
||||
"downloadServiceDoneChannelMsg": "已安装 {0}"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"extensions/notebook/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 书籍",
|
||||
"title.saveJupyterBook": "保存书籍",
|
||||
"title.searchJupyterBook": "搜索书籍",
|
||||
"title.SavedBooks": "已保存的书籍",
|
||||
"title.UntitledBooks": "无标题书籍"
|
||||
},
|
||||
"extensions/notebook/dist/common/utils": {
|
||||
"mkdirOutputMsg": "…正在创建 {0}",
|
||||
"executeCommandProcessExited": "已退出进程,代码为 {0}"
|
||||
},
|
||||
"extensions/notebook/dist/common/localizedConstants": {
|
||||
"msgYes": "是",
|
||||
"msgNo": "否",
|
||||
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。"
|
||||
},
|
||||
"extensions/notebook/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": "正在将平台 {0} 的本地 python 下载到 {1}",
|
||||
"confirmPackageUpgrade": "某些已安装的 python 包需要升级。是否立即升级它们?",
|
||||
"upgradePackages.pipInstall": "正在安装 {0}",
|
||||
"msgInstallStart": "正在安装运行笔记本所需的包…",
|
||||
"msgJupyterInstallDone": "…Jupyter 安装完毕。"
|
||||
},
|
||||
"extensions/notebook/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 安装"
|
||||
},
|
||||
"extensions/notebook/dist/extension": {
|
||||
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
|
||||
"noNotebookVisible": "没有笔记本编辑器处于活动状态",
|
||||
"codeCellName": "代码",
|
||||
"textCellName": "文本",
|
||||
"selectCellType": "要添加哪种类型的单元格?",
|
||||
"notebookFiles": "笔记本"
|
||||
},
|
||||
"extensions/notebook/dist/jupyter/jupyterController": {
|
||||
"notebookFileType": "笔记本",
|
||||
"unsupportedFileType": "仅支持 .ipynb 笔记本",
|
||||
"confirmReinstall": "确定要重新安装吗?"
|
||||
},
|
||||
"extensions/notebook/dist/jupyter/jupyterServerManager": {
|
||||
"shutdownError": "关闭笔记本服务器失败: {0}"
|
||||
},
|
||||
"extensions/notebook/dist/jupyter/serverInstance": {
|
||||
"serverStopError": "停止笔记本服务器时出错: {0}",
|
||||
"notebookStartProcessExitPremature": "笔记本进程过早退出,出现错误: {0},StdErr 输出: {1}",
|
||||
"jupyterError": "从 Jupyter 发送时出错: {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "…Jupyter 正运行到 {0}",
|
||||
"jupyterOutputMsgStart": "…正在启动笔记本服务器"
|
||||
},
|
||||
"extensions/notebook/dist/jupyter/jupyterNotebookProvider": {
|
||||
"errNotebookUriMissing": "需要笔记本路径"
|
||||
},
|
||||
"extensions/notebook/dist/jupyter/jupyterSessionManager": {
|
||||
"errorStartBeforeReady": "无法启动会话,管理器尚未初始化",
|
||||
"connectionNotValid": "Spark 内核需要连接到 SQL Server 大数据群集主实例。"
|
||||
},
|
||||
"extensions/notebook/dist/dialog/managePackages/managePackagesDialog": {
|
||||
"managePackages.dialogName": "管理包",
|
||||
"managePackages.cancelButtonText": "关闭"
|
||||
},
|
||||
"extensions/notebook/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}"
|
||||
},
|
||||
"extensions/notebook/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} 已安装完毕",
|
||||
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}"
|
||||
},
|
||||
"extensions/notebook/dist/protocol/notebookUriHandler": {
|
||||
"notebook.unsupportedAction": "此处理程序不支持操作 {0}",
|
||||
"unsupportedScheme": "无法打开链接 {0},因为仅支持 HTTP 和 HTTPS 链接",
|
||||
"notebook.confirmOpen": "是否下载并打开“{0}”?",
|
||||
"notebook.fileNotFound": "未找到指定的文件",
|
||||
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}"
|
||||
},
|
||||
"extensions/notebook/dist/book/bookTreeView": {
|
||||
"openBookError": "打开书籍 {0} 失败: {1}",
|
||||
"openNotebookError": "打开笔记本 {0} 失败: {1}",
|
||||
"openMarkdownError": "打开 markdown {0} 失败: {1}",
|
||||
"openUntitledNotebookError": "以无标题形式打开无标题笔记本 {0} 失败: {1}",
|
||||
"allFiles": "所有文件",
|
||||
"labelPickFolder": "选取文件夹",
|
||||
"openExternalLinkError": "打开链接 {0} 失败: {1}",
|
||||
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹吗?"
|
||||
},
|
||||
"extensions/notebook/dist/book/bookModel": {
|
||||
"missingFileError": "缺少文件: {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "错误: {0} 包含不正确的 toc.yml 文件"
|
||||
},
|
||||
"extensions/notebook/dist/book/bookTreeItem": {
|
||||
"openNotebookCommand": "打开笔记本",
|
||||
"openMarkdownCommand": "打开 Markdown",
|
||||
"openExternalLinkCommand": "打开外部链接"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "Powershell 语言基础功能",
|
||||
"description": "在 Powershell 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"client/out/dialogs/profilerCreateSessionDialog": {
|
||||
"createSessionDialog.cancel": "取消",
|
||||
"createSessionDialog.create": "开始",
|
||||
"createSessionDialog.title": "启动新的探查器会话",
|
||||
"createSessionDialog.templatesInvalid": "模板列表无效,无法打开对话",
|
||||
"createSessionDialog.dialogOwnerInvalid": "对话所有者无效,无法打开对话",
|
||||
"createSessionDialog.invalidProviderType": "提供程序类型无效,无法打开对话",
|
||||
"createSessionDialog.selectTemplates": "选择会话模板:",
|
||||
"createSessionDialog.enterSessionName": "输入会话名称:",
|
||||
"createSessionDialog.createSessionFailed": "未能创建会话"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "Python 语言基础功能",
|
||||
"description": "在 Python 文件中提供语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "R 语言基础功能",
|
||||
"description": "在 R 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,343 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"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 Server。网关的用户名将为 root。",
|
||||
"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 后安装了工具,需要重启 Azure Data Studio 以选取更新的 PATH 环境变量。可在调试控制台中找到额外的详细信息。",
|
||||
"deploymentDialog.ToolCheckFailed": "某些必需的工具未安装或不符合最低版本要求。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,318 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"extensions/schema-compare/package": {
|
||||
"displayName": "SQL Server 架构比较",
|
||||
"description": "Azure Data Studio 的 SQL Server 架构比较支持对数据库和 dacpacs 的架构进行比较。",
|
||||
"schemaCompare.start": "架构比较"
|
||||
},
|
||||
"extensions/schema-compare/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": "中转站优先级",
|
||||
"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": "存储过程",
|
||||
"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": "在发布的末尾,所有约束将作为一个集合进行验证,以避免由发布中间的检查或外键约束导致的数据错误。如果设置为 False,则发布约束时不会检查相应的数据。",
|
||||
"SchemaCompare.Description.ScriptFileSize": "控制在将文件添加到文件组时是否指定大小。",
|
||||
"SchemaCompare.Description.ScriptDeployStateChecks": "指定是否在发布脚本中生成语句以验证数据库名称和服务器名称是否与在数据库项目中指定的名称相匹配。",
|
||||
"SchemaCompare.Description.ScriptDatabaseOptions": "指定是否应在发布操作中设置或更新目标数据库属性。",
|
||||
"SchemaCompare.Description.ScriptDatabaseCompatibility": "指定在发布到数据库时忽略还是更新数据库兼容性差异。",
|
||||
"SchemaCompare.Description.ScriptDatabaseCollation": "指定在发布到数据库时忽略还是更新数据库排序规则差异。",
|
||||
"SchemaCompare.Description.RunDeploymentPlanExecutors": "指定在执行其他操作时 DeploymentPlanExecutor 参与者是否应运行。",
|
||||
"SchemaCompare.Description.RegisterDataTierApplication": "指定是否向数据库服务器注册架构。",
|
||||
"SchemaCompare.Description.PopulateFilesOnFileGroups": "指定在目标数据库中创建新文件组时是否也创建新文件。",
|
||||
"SchemaCompare.Description.NoAlterStatementsToChangeClrTypes": "指定在存在差异时,发布应始终删除并重新创建程序集,而不是发出 ALTER ASSEMBLY 语句",
|
||||
"SchemaCompare.Description.IncludeTransactionalScripts": "指定在发布到数据库时是否应在可能的位置使用事务性语句。",
|
||||
"SchemaCompare.Description.IncludeCompositeObjects": "将所有复合元素包含为单个发布操作的一部分。",
|
||||
"SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement": "如果此属性设置为 true,则不阻止具有行级安全性的表上的数据运动。默认为 false。",
|
||||
"SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints": "指定在发布到数据库时忽略还是更新检查约束的 WITH NOCHECK 子句值差异。",
|
||||
"SchemaCompare.Description.IgnoreFillFactor": "指定在发布到数据库时是忽略索引存储的填充因子差异还是发出警告。",
|
||||
"SchemaCompare.Description.IgnoreFileSize": "指定在发布到数据库时是忽略文件的大小差异还是发出警告。",
|
||||
"SchemaCompare.Description.IgnoreFilegroupPlacement": "指定在发布到数据库时忽略还是更新 FILEGROUP 中对象位置差异。",
|
||||
"SchemaCompare.Description.DoNotAlterReplicatedObjects": "指定在验证期间是否标识已复制的对象。",
|
||||
"SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects": "如果为 true,则不更改变更数据捕获对象。",
|
||||
"SchemaCompare.Description.DisableAndReenableDdlTriggers": "指定是否在发布过程开始时禁用数据描述语言(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 触发器。",
|
||||
"SchemaCompare.Description.DropExtendedPropertiesNotInSource": "指定在发布到数据库时是否从目标数据库删除数据库快照(.dacpac)文件中不存在的扩展属性。",
|
||||
"SchemaCompare.Description.DropIndexesNotInSource": "指定在发布到数据库时是否从目标数据库删除数据库快照(.dacpac)文件中不存在的索引。",
|
||||
"SchemaCompare.Description.IgnoreFileAndLogFilePath": "指定在发布到数据库时忽略还是更新文件路径和日志文件路差异。",
|
||||
"SchemaCompare.Description.IgnoreExtendedProperties": "指定是否应忽略扩展属性。",
|
||||
"SchemaCompare.Description.IgnoreDmlTriggerState": "指定在发布到数据库时忽略还是更新 DML 触发器启用或禁用状态差异。",
|
||||
"SchemaCompare.Description.IgnoreDmlTriggerOrder": "指定在发布到数据库时忽略还是更新数据操作语言(DML)触发器中的顺序差异。",
|
||||
"SchemaCompare.Description.IgnoreDefaultSchema": "指定在发布到数据库时忽略还是更新默认架构差异。",
|
||||
"SchemaCompare.Description.IgnoreDdlTriggerState": "指定在发布到数据库时忽略还是更新数据定义语言(DDL)触发器的启用或禁用状态差异。",
|
||||
"SchemaCompare.Description.IgnoreDdlTriggerOrder": "指定在发布到数据库或服务器时忽略还是更新数据定义语言(DDL)触发器中的顺序差异。",
|
||||
"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": "指定在发布到数据库时忽略还是更新表列顺序的差异。"
|
||||
},
|
||||
"extensions/schema-compare/out/dialogs/schemaCompareDialog": {
|
||||
"schemaCompareDialog.ok": "确定",
|
||||
"schemaCompareDialog.cancel": "取消",
|
||||
"schemaCompareDialog.SourceTitle": "源",
|
||||
"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": "默认"
|
||||
},
|
||||
"extensions/schema-compare/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": "源",
|
||||
"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}”"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "搜索结果",
|
||||
"description": "为选项卡搜索结果中提供语法突出显示和语言功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Abyss 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Abyss 主题",
|
||||
"themeLabel": "Abyss"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "默认主题",
|
||||
"description": "默认 Visual Studio 浅色和深色主题",
|
||||
"darkPlusColorThemeLabel": "深色+ (默认深色)",
|
||||
"lightPlusColorThemeLabel": "浅色+ (默认浅色)",
|
||||
"darkColorThemeLabel": "深色(Visual Studio)",
|
||||
"lightColorThemeLabel": "浅色(Visual Studio)",
|
||||
"hcColorThemeLabel": "高对比度",
|
||||
"minimalIconThemeLabel": "最小(Visual Studio Code)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Kimbie Dark 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Kimbie dark 主题",
|
||||
"themeLabel": "Kimbie Dark"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Monokai Dimmed 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Monokai dimmed 主题",
|
||||
"themeLabel": "Monokai Dimmed"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Monokai 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Monokai 主题",
|
||||
"themeLabel": "Monokai"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Quiet Light 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Quiet light 主题",
|
||||
"themeLabel": "Quiet Light"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Red 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Red 主题",
|
||||
"themeLabel": "红色"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Seti 文件图标主题",
|
||||
"description": "由 Seti UI 文件图标构成的文件图标主题",
|
||||
"themeLabel": "Seti (Visual Studio Code)"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Solarized Dark 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Solarized dark 主题",
|
||||
"themeLabel": "Solarized Dark"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Solarized Light 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Solarized light 主题",
|
||||
"themeLabel": "Solarized Light"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "Tomorrow Night Blue 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Tomorrow night blue 主题",
|
||||
"themeLabel": "Tomorrow Night Blue"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "TypeScript 语言基础功能",
|
||||
"description": "在 TypeScript 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "XML 语言基础功能",
|
||||
"description": "在 XML 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +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": "YAML 语言基础功能",
|
||||
"description": "在 YAML 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
}
|
||||
}
|
||||
10661
i18n/ads-language-pack-zh-hans/translations/main.i18n.json
Normal file
10661
i18n/ads-language-pack-zh-hans/translations/main.i18n.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user