mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
Extensions Localization (#7426)
* Correct Schema comapre single file path in xlfs * converting SC and Dacpac from Xlf to Json * Adding all exts other than mssql (needs fixing)
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/big-data-cluster/package": {
|
||||
"description": "Prise en charge de la gestion des clusters de Big Data SQL Server",
|
||||
"text.sqlServerBigDataClusters": "Clusters de Big Data SQL Server",
|
||||
"command.addController.title": "Connexion au contrôleur",
|
||||
"command.deleteController.title": "Supprimer",
|
||||
"command.refreshController.title": "Actualiser"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/tree/controllerTreeNode": {
|
||||
"textSqlServers": "Serveurs SQL"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/tree/addControllerTreeNode": {
|
||||
"textBigDataClusterControllerWithDots": "Ajouter le contrôleur de cluster de Big Data...",
|
||||
"textConnectToController": "Connexion au contrôleur"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/dialog/addControllerDialog": {
|
||||
"textAddNewController": "Ajouter un nouveau contrôleur",
|
||||
"textUrlLower": "URL",
|
||||
"textUsernameLower": "Nom d'utilisateur",
|
||||
"textPasswordLower": "Mot de passe",
|
||||
"textRememberPassword": "Se souvenir du mot de passe",
|
||||
"textUrlCapital": "URL",
|
||||
"textUsernameCapital": "Nom d'utilisateur",
|
||||
"textPasswordCapital": "Mot de passe",
|
||||
"textAdd": "ajouter",
|
||||
"textCancel": "Annuler"
|
||||
},
|
||||
"extensions/big-data-cluster/out/extension": {
|
||||
"textYes": "Oui",
|
||||
"textNo": "Non",
|
||||
"textConfirmDeleteController": "Voulez-vous vraiment supprimer '{0}' ?"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user