Files
azuredatastudio/i18n/fra/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
2.0 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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": "Extension de déploiement SQL Server pour Azure Data Studio",
"extension-description": "Fournit une expérience de notebook pour déployer Microsoft SQL Server",
"deploy-sql-image-command-name": "Déployer SQL Server sur Docker...",
"deploy-sql-bdc-command-name": "Déployer le cluster Big Data SQL Server...",
"deploy-resource-command-name": "Déployer SQL Server...",
"deploy-resource-command-category": "Déploiement",
"resource-type-sql-image-display-name": "Image de conteneur SQL Server",
"resource-type-sql-image-description": "Exécuter l'image conteneur SQL Server avec Docker",
"resource-type-sql-bdc-display-name": "Cluster SQL Server Big Data",
"resource-type-sql-bdc-description": "Le cluster Big Data SQL Server vous permet de déployer des clusters scalables de conteneurs SQL Server, Spark et HDFS s'exécutant sur Kubernetes",
"version-display-name": "Version",
"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": "Cluster Big Data SQL Server 2019 CTP 3.1",
"bdc-deployment-target": "Cible de déploiement",
"bdc-deployment-target-aks": "Nouveau cluster Azure Kubernetes Service",
"bdc-deployment-target-existing-cluster": "Cluster Kubernetes existant",
"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"
}