Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/big-data-cluster.i18n.json
Alex Ma f7b9ca775a 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
2021-03-31 11:08:45 -07:00

198 lines
9.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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": "删除已提交的装载请求"
}
}
}