mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update localization resource files (#6283)
* Update localization resource files * Remove extra space from readme headers
This commit is contained in:
30
i18n/chs/extensions/resource-deployment/package.i18n.json
Normal file
30
i18n/chs/extensions/resource-deployment/package.i18n.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"extension-displayName": "Azure Data Studio 的 SQL Server 部署扩展",
|
||||
"extension-description": "提供基于笔记本的体验来部署 Microsoft SQL Server",
|
||||
"deploy-sql-image-command-name": "在 Docker 上部署 SQL Server...",
|
||||
"deploy-sql-bdc-command-name": "部署 SQL Server 大数据群集...",
|
||||
"deploy-resource-command-name": "部署 SQL Server…",
|
||||
"deploy-resource-command-category": "部署",
|
||||
"resource-type-sql-image-display-name": "SQL Server 容器映像",
|
||||
"resource-type-sql-image-description": "使用 Docker 运行 SQL Server 容器映像",
|
||||
"resource-type-sql-bdc-display-name": "SQL SERVER 大数据群集",
|
||||
"resource-type-sql-bdc-description": "借助 SQL Server 大数据群集,可部署在 Kubernetes 上运行的 SQL Server、Spark 和 HDFS 容器的可扩展群集",
|
||||
"version-display-name": "版本",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
|
||||
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
|
||||
"sql-2019ctp31-display-name": "SQL Server 2019 大数据群集 CTP 3.1",
|
||||
"bdc-deployment-target": "部署目标",
|
||||
"bdc-deployment-target-aks": "新的 Azure Kubernetes 服务群集",
|
||||
"bdc-deployment-target-existing-cluster": "现有的 Kubernetes 群集",
|
||||
"bdc-ctp31-aks-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb",
|
||||
"bdc-ctp31-existing-cluster-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb"
|
||||
}
|
||||
Reference in New Issue
Block a user