mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
26
i18n/chs/extensions/mssql/dist/dashboard/serviceEndpoints.i18n.json
vendored
Normal file
26
i18n/chs/extensions/mssql/dist/dashboard/serviceEndpoints.i18n.json
vendored
Normal file
@@ -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."
|
||||
],
|
||||
"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 语句、作业和应用程序的代理"
|
||||
}
|
||||
13
i18n/chs/extensions/mssql/dist/hdfs/hdfsModel.i18n.json
vendored
Normal file
13
i18n/chs/extensions/mssql/dist/hdfs/hdfsModel.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"mssql.recursivePermissionOpStarted": "在“{0}”下以递归方式应用权限更改",
|
||||
"mssql.recursivePermissionOpSucceeded": "已成功应用权限更改。",
|
||||
"mssql.recursivePermissionOpProgress": "正在将权限更改应用于“{0}”。",
|
||||
"mssql.recursivePermissionOpError": "应用权限更改时出错: {0}"
|
||||
}
|
||||
19
i18n/chs/extensions/mssql/dist/hdfs/webhdfs.i18n.json
vendored
Normal file
19
i18n/chs/extensions/mssql/dist/hdfs/webhdfs.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"webhdfs.invalidDataStructure": "数据结构无效",
|
||||
"webhdfs.missingProperties": "由于缺少选项,无法创建 WebHDFS 客户端: ${0}",
|
||||
"webhdfs.undefinedArgument": "“${0}”未定义。",
|
||||
"webhdfs.httpError400": "错误的请求",
|
||||
"webhdfs.httpError401": "未经授权",
|
||||
"webhdfs.httpError403": "已禁止",
|
||||
"webhdfs.httpError404": "未找到",
|
||||
"webhdfs.httpError500": "内部服务器错误",
|
||||
"webhdfs.unknownError": "未知错误",
|
||||
"webhdfs.unexpectedRedirect": "意外的重定向"
|
||||
}
|
||||
46
i18n/chs/extensions/mssql/dist/localizedConstants.i18n.json
vendored
Normal file
46
i18n/chs/extensions/mssql/dist/localizedConstants.i18n.json
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"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 大数据群集。"
|
||||
}
|
||||
13
i18n/chs/extensions/mssql/dist/main.i18n.json
vendored
Normal file
13
i18n/chs/extensions/mssql/dist/main.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
|
||||
"notebookFileType": "笔记本",
|
||||
"unsupportedFileType": "仅支持 .ipynb 笔记本",
|
||||
"fileNotFound": "未找到指定的文件"
|
||||
}
|
||||
10
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/cancelableStream.i18n.json
vendored
Normal file
10
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/cancelableStream.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"streamCanceled": "用户已取消流操作"
|
||||
}
|
||||
13
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/command.i18n.json
vendored
Normal file
13
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/command.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"progress": "$(sync~spin) {0}…",
|
||||
"cancelTooltip": "取消",
|
||||
"cancel": "是否取消操作?",
|
||||
"mssql.searchServers": "搜索服务器名称"
|
||||
}
|
||||
12
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/connection.i18n.json
vendored
Normal file
12
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/connection.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionInfoUndefined": "未定义 ConnectionInfo。",
|
||||
"connectionInfoOptionsUndefined": "未定义 ConnectionInfo.options",
|
||||
"connectionInfoOptionsMissingProperties": "connectionInfo.options 中缺少一些属性: {0}"
|
||||
}
|
||||
11
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/fileSources.i18n.json
vendored
Normal file
11
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/fileSources.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"maxSizeNotice": "注意: 此文件已在 {0} 处截断以供预览。",
|
||||
"maxSizeReached": "文件已在 {0} 处截断以供预览。"
|
||||
}
|
||||
28
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/hdfsCommands.i18n.json
vendored
Normal file
28
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/hdfsCommands.i18n.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"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}"
|
||||
}
|
||||
11
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/hdfsProvider.i18n.json
vendored
Normal file
11
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/hdfsProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"errorExpanding": "错误: {0}",
|
||||
"errDeleteConnectionNode": "无法删除连接。只能删除子文件夹和文件。"
|
||||
}
|
||||
14
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.i18n.json
vendored
Normal file
14
i18n/chs/extensions/mssql/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"prmptPwd": "请提供密码以连接到 HDFS:",
|
||||
"sessionNotFound": "节点 {0} 的会话不存在",
|
||||
"notifyError": "通知节点更改时出错: {0}",
|
||||
"hdfsFolder": "HDFS",
|
||||
"rootLabel": "根"
|
||||
}
|
||||
11
i18n/chs/extensions/mssql/dist/prompts/confirm.i18n.json
vendored
Normal file
11
i18n/chs/extensions/mssql/dist/prompts/confirm.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgYes": "是",
|
||||
"msgNo": "否"
|
||||
}
|
||||
14
i18n/chs/extensions/mssql/dist/sparkFeature/dialog/dialogCommands.i18n.json
vendored
Normal file
14
i18n/chs/extensions/mssql/dist/sparkFeature/dialog/dialogCommands.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"selectOtherServer": "选择其他 SQL Server",
|
||||
"sparkJobSubmission_PleaseSelectSqlWithCluster": "请选择具有大数据群集的 SQL Server。",
|
||||
"sparkJobSubmission_NoSqlSelected": "未选择 SQL Server。",
|
||||
"errorNotSqlBigDataCluster": "所选服务器不属于 SQL Server 大数据群集",
|
||||
"sparkJobSubmission_GetFilePathFromSelectedNodeFailed": "获取文件路径时出错: {0}"
|
||||
}
|
||||
16
i18n/chs/extensions/mssql/dist/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab.i18n.json
vendored
Normal file
16
i18n/chs/extensions/mssql/dist/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab.i18n.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sparkJobSubmission_AdvancedTabName": "高级",
|
||||
"sparkJobSubmission_ReferenceJarList": "引用 Jar",
|
||||
"sparkJobSubmission_ReferenceJarListToolTip": "要放置在执行程序工作目录中的 Jar。Jar 路径必须是 HDFS 路径。多个路径应用分号(;)隔开",
|
||||
"sparkJobSubmission_ReferencePyList": "引用 py 文件",
|
||||
"sparkJobSubmission_ReferencePyListTooltip": "要放置在执行程序工作目录中的 Py 文件。文件路径必须是 HDFS 路径。多个路径应按分号(;)隔开",
|
||||
"sparkJobSubmission_ReferenceFilesList": "引用文件",
|
||||
"sparkJobSubmission_ReferenceFilesListTooltip": "要放置在执行程序工作目录中的文件。文件路径必须是 HDFS 路径。多个路径应按分号(;)隔开"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"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}"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sparkJobSubmission_SparkJobSubmissionDialogInitializeError": "不允许为 SparkJobSubmissionDialog 添加参数",
|
||||
"sparkJobSubmission_DialogTitleNewJob": "新建作业",
|
||||
"sparkJobSubmission_DialogCancelButton": "取消",
|
||||
"sparkJobSubmission_DialogSubmitButton": "提交",
|
||||
"sparkJobSubmission_SubmitSparkJob": "{0} Spark 作业提交:",
|
||||
"sparkJobSubmission_SubmissionStartMessage": "…………………….. 提交 Spark 作业开始 …………………….."
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sparkJobSubmission_SparkJobSubmissionModelInitializeError": "不允许为 SparkJobSubmissionModel 添加参数",
|
||||
"sparkJobSubmission_submissionArgsIsInvalid": "submissionArgs 无效。",
|
||||
"sparkJobSubmission_LivyBatchIdIsInvalid": "livyBatchId 无效。",
|
||||
"sparkJobSubmission_GetApplicationIdTimeOut": "获取应用程序 ID 超时。{0}[日志] {1}",
|
||||
"sparkJobSubmission_localFileOrFolderNotSpecified.": "未指定 localFilePath 或 hdfsFolderPath 属性。",
|
||||
"sparkJobSubmission_PathNotSpecified.": "未指定 Path 属性。"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sparkJobSubmission_LivyNoBatchIdReturned": "未从响应中返回 Spark 作业批次 ID。{0}[错误] {1}",
|
||||
"sparkJobSubmission_LivyNoLogReturned": "未从响应中返回日志。{0}[错误] {1}"
|
||||
}
|
||||
19
i18n/chs/extensions/mssql/dist/sqlToolsServer.i18n.json
vendored
Normal file
19
i18n/chs/extensions/mssql/dist/sqlToolsServer.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serviceStartedStatusMsg": "{0} 已启动",
|
||||
"startingServiceStatusMsg": "正在启动 {0}",
|
||||
"failedToStartServiceErrorMsg": "未能启动 {0}",
|
||||
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
||||
"installingServiceStatusMsg": "正在安装 {0}",
|
||||
"installedServiceChannelMsg": "安装于 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下载 {0}",
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadingServiceStatusMsg": "正在下载 {0}",
|
||||
"downloadServiceDoneChannelMsg": "已安装 {0}"
|
||||
}
|
||||
11
i18n/chs/extensions/mssql/dist/telemetry.i18n.json
vendored
Normal file
11
i18n/chs/extensions/mssql/dist/telemetry.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"viewKnownIssuesText": "查看已知问题",
|
||||
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。"
|
||||
}
|
||||
Reference in New Issue
Block a user