mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 11:31:40 -04:00
76 lines
4.2 KiB
JSON
76 lines
4.2 KiB
JSON
{
|
|
"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": {
|
|
"package": {
|
|
"azure.displayName": "Azure (Core)",
|
|
"azure.description": "Consente di sfogliare e usare le risorse di Azure",
|
|
"azure.title": "Azure",
|
|
"azure.resource.config.title": "Configurazione risorse di Azure",
|
|
"azure.resource.config.filter.description": "Filtro delle risorse. Ogni elemento è costituito da un ID account, un ID sottoscrizione e un nome delimitati da una barra",
|
|
"azure.resource.explorer.title": "Azure",
|
|
"azure.resource.refreshall.title": "Azure: Aggiorna tutti gli account",
|
|
"azure.resource.refresh.title": "Aggiorna",
|
|
"azure.resource.signin.title": "Azure: Accedi",
|
|
"azure.resource.selectsubscriptions.title": "Seleziona sottoscrizioni",
|
|
"azure.resource.connectsqlserver.title": "Connetti",
|
|
"azure.resource.connectsqldb.title": "Aggiungi ai server",
|
|
"accounts.clearTokenCache": "Cancella la cache dei token dell'account Azure",
|
|
"config.enablePublicCloudDescription": "Indica se l'integrazione del cloud pubblico di Azure deve essere abilitata",
|
|
"config.enableUsGovCloudDescription": "Indica se l'integrazione del cloud US Government Azure (Fairfax) deve essere abilitata",
|
|
"config.enableChinaCloudDescription": "Indica se l'integrazione di Azure Cina deve essere abilitata",
|
|
"config.enableGermanyCloudDescription": "Indica se l'integrazione di Azure Germania deve essere abilitata"
|
|
},
|
|
"dist/azureResource/utils": {
|
|
"azure.resource.error": "Errore: {0}"
|
|
},
|
|
"dist/constants": {
|
|
"extensionName": "Account Azure"
|
|
},
|
|
"dist/azureResource/tree/accountTreeNode": {
|
|
"azure.resource.tree.accountTreeNode.credentialError": "Non è stato possibile ottenere le credenziali per l'account {0}. Aggiornare l'account.",
|
|
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "Non sono state trovate sottoscrizioni."
|
|
},
|
|
"dist/account-provider/azureAccountProviderService": {
|
|
"clearTokenCacheSuccess": "La cache dei token è stata cancellata",
|
|
"clearTokenCacheFailure": "Non è stato possibile cancellare la cache dei token"
|
|
},
|
|
"dist/account-provider/providerSettings": {
|
|
"publicCloudDisplayName": "Azure"
|
|
},
|
|
"dist/account-provider/azureAccountProvider": {
|
|
"accountProviderNotInitialized": "Il provider di account non è inizializzato. Non è possibile eseguire l'azione",
|
|
"addAccount": "Aggiungi l'account {0}",
|
|
"refreshAccount": "Aggiorna l'account {0}",
|
|
"azureWorkAccountDisplayName": "Account aziendale o dell'istituto di istruzione",
|
|
"microsoftAccountDisplayName": "Account Microsoft"
|
|
},
|
|
"dist/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
|
|
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "Istanze di SQL Server"
|
|
},
|
|
"dist/azureResource/providers/database/databaseTreeDataProvider": {
|
|
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "Database SQL"
|
|
},
|
|
"dist/azureResource/commands": {
|
|
"azure.resource.selectsubscriptions.credentialError": "Non è stato possibile ottenere le credenziali per l'account {0}. Aggiornare l'account."
|
|
},
|
|
"dist/azureResource/tree/subscriptionTreeNode": {
|
|
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "Non sono state trovate risorse."
|
|
},
|
|
"dist/azureResource/resourceTreeNode": {
|
|
"azure.resource.resourceTreeNode.noResourcesLabel": "Non sono state trovate risorse"
|
|
},
|
|
"dist/azureResource/tree/treeProvider": {
|
|
"azure.resource.tree.treeProvider.loadingLabel": "Caricamento..."
|
|
},
|
|
"dist/azureResource/tree/accountNotSignedInTreeNode": {
|
|
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Accedi ad Azure..."
|
|
}
|
|
}
|
|
} |