mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 01:20: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": "Supporto per la gestione di cluster Big Data di SQL Server",
|
||||
"text.sqlServerBigDataClusters": "Cluster Big Data di SQL Server",
|
||||
"command.addController.title": "Connetti al controller",
|
||||
"command.deleteController.title": "Elimina",
|
||||
"command.refreshController.title": "Aggiorna"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/tree/controllerTreeNode": {
|
||||
"textSqlServers": "Istanze di SQL Server"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/tree/addControllerTreeNode": {
|
||||
"textBigDataClusterControllerWithDots": "Aggiungi controller del cluster Big Data...",
|
||||
"textConnectToController": "Connetti al controller"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/dialog/addControllerDialog": {
|
||||
"textAddNewController": "Aggiungi nuovo controller",
|
||||
"textUrlLower": "URL",
|
||||
"textUsernameLower": "Nome utente",
|
||||
"textPasswordLower": "Password",
|
||||
"textRememberPassword": "Ricorda password",
|
||||
"textUrlCapital": "URL",
|
||||
"textUsernameCapital": "Nome utente",
|
||||
"textPasswordCapital": "Password",
|
||||
"textAdd": "Aggiungi",
|
||||
"textCancel": "Annulla"
|
||||
},
|
||||
"extensions/big-data-cluster/out/extension": {
|
||||
"textYes": "Sì",
|
||||
"textNo": "No",
|
||||
"textConfirmDeleteController": "Eliminare '{0}'?"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user