Update localization resource files (#6283)

* Update localization resource files

* Remove extra space from readme headers
This commit is contained in:
Karl Burtram
2019-07-08 13:36:34 -07:00
committed by GitHub
parent 8473ace0a7
commit 6b501a1787
186 changed files with 23210 additions and 12488 deletions

View 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": "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"
}