Files
azuredatastudio/i18n/cht/extensions/resource-deployment/package.i18n.json
Karl Burtram 6b501a1787 Update localization resource files (#6283)
* Update localization resource files

* Remove extra space from readme headers
2019-07-08 13:36:34 -07:00

30 lines
1.9 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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 Service 叢集",
"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-existing-cluster.ipynb"
}