mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -05:00
30 lines
2.2 KiB
JSON
30 lines
2.2 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": "SQL Server を Docker に展開します...",
|
|
"deploy-sql-bdc-command-name": "SQL Server Big Data Cluster を展開します…",
|
|
"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 Big Data Cluster を使用すると、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 Big Data Cluster 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"
|
|
} |