mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -05:00
30 lines
2.1 KiB
JSON
30 lines
2.1 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": "Estensione Distribuzione SQL Server per Azure Data Studio",
|
|
"extension-description": "Offre un'esperienza basata su notebook per la distribuzione di Microsoft SQL Server",
|
|
"deploy-sql-image-command-name": "Distribuisci SQL Server in Docker…",
|
|
"deploy-sql-bdc-command-name": "Distribuisci cluster Big Data di SQL Server…",
|
|
"deploy-resource-command-name": "Distribuisci SQL Server...",
|
|
"deploy-resource-command-category": "Distribuzione",
|
|
"resource-type-sql-image-display-name": "Immagine del contenitore di SQL Server",
|
|
"resource-type-sql-image-description": "Esegue l'immagine del contenitore di SQL Server con Docker",
|
|
"resource-type-sql-bdc-display-name": "CLUSTER BIG DATA DI SQL SERVER",
|
|
"resource-type-sql-bdc-description": "Il cluster Big Data di SQL Server consente di distribuire cluster scalabili di contenitori SQL Server, Spark e HDFS in esecuzione in Kubernetes",
|
|
"version-display-name": "Versione",
|
|
"sql-2017-display-name": "SQL Server 2017",
|
|
"sql-2019-display-name": "SQL Server 2019",
|
|
"sql-2017-docker-notebook": "./notebook/docker/2017/deploy-sql2017-image.ipynb",
|
|
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
|
|
"sql-2019ctp31-display-name": "Cluster Big Data di SQL Server 2019 CTP 3.1",
|
|
"bdc-deployment-target": "Destinazione di distribuzione",
|
|
"bdc-deployment-target-aks": "Nuovo cluster del servizio Azure Kubernetes",
|
|
"bdc-deployment-target-existing-cluster": "Cluster Kubernetes esistente",
|
|
"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"
|
|
} |