mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/azuremonitorServer": {
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadServiceDoneChannelMsg": "Scaricato {0}",
|
||||
"downloadingServiceStatusMsg": "Download di {0}",
|
||||
"downloadingServiceChannelMsg": "Download di {0}",
|
||||
"failedToStartServiceErrorMsg": "Non è stato possibile avviare {0}",
|
||||
"installedServiceChannelMsg": "{0} installato",
|
||||
"installingServiceStatusMsg": "Installazione di {0}",
|
||||
"installingServiceChannelMsg": "Installazione di {0} in {1}",
|
||||
"startingServiceStatusMsg": "Avvio di {0}",
|
||||
"serviceStartedStatusMsg": "{0} avviato"
|
||||
},
|
||||
"dist/features/accountFeature": {
|
||||
"kusto.accountDoesNotExist": "L\\\\'account non esiste.",
|
||||
"kusto.missingLinkedAzureAccount": "Azure Data Studio deve contattare Azure Key Vault per accedere a una chiave master di colonna per Always Encrypted, ma non è disponibile alcun account Azure collegato. Aggiungere un account Azure collegato e ripetere la query.",
|
||||
"kusto.insufficientlyPrivelagedAzureAccount": "L'account Azure configurato per {0} non ha autorizzazioni sufficienti per Azure Key Vault per accedere alla chiave master di colonna per Always Encrypted."
|
||||
},
|
||||
"dist/main": {
|
||||
"notebookFileType": "Notebook",
|
||||
"unsupportedFileType": "Sono supportati solo notebook con estensione ipynb",
|
||||
"azuremonitor.unsupportedPlatform": "La piattaforma non è supportata"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/command": {
|
||||
"progress": "$(sync~spin) {0}...",
|
||||
"cancelTooltip": "Annulla",
|
||||
"cancel": "Annullare l'operazione?",
|
||||
"azureMonitor.searchServers": "Nomi dei server di ricerca"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
||||
"notifyError": "Si è verificato un errore durante la notifica della modifica del nodo: {0}",
|
||||
"rootLabel": "Radice",
|
||||
"sessionNotFound": "La sessione per il nodo {0} non esiste"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"viewKnownIssuesText": "Visualizza problemi noti",
|
||||
"serviceCrashMessage": "Il componente {0} è stato chiuso in modo imprevisto. Riavviare Azure Data Studio."
|
||||
},
|
||||
"package": {
|
||||
"azuremonitor.connectionProperties.dbaPrivilege.label": "Privilegi amministrativi",
|
||||
"azuremonitor.connectionProperties.dbaPrivilege.description": "Privilegi amministrativi: SYSDBA o SYSOPER",
|
||||
"azuremonitor.connectionProperties.authType.displayName": "Tipo di autenticazione",
|
||||
"azuremonitor.connectionProperties.authType.categoryValues.azureMFA": "Azure Active Directory - Universale con supporto MFA",
|
||||
"azuremonitor.displayName": "Log di Monitoraggio di Azure",
|
||||
"azuremonitor.description": "accesso Monitoraggio di Azure per Azure Data Studio",
|
||||
"azuremonitor.connectionProperties.connectionName.description": "Nome personalizzato della connessione",
|
||||
"azuremonitor.connectionOptions.databaseName.displayName": "Database",
|
||||
"azuremonitor.connectionProperties.password.description": "Indica la password da usare per la connessione all'origine dati",
|
||||
"azuremonitor.connectionProperties.userName.description": "Indica l'ID utente da usare per la connessione all'origine dati",
|
||||
"azuremonitor.connectionProperties.serverName.description": "ID area di lavoro Log Analytics",
|
||||
"azuremonitor.connectionProperties.metadataPooling.label": "Pool di metadati",
|
||||
"azuremonitor.objectsListProperties.name": "Nome",
|
||||
"azuremonitor.databasesListProperties.name": "Nome",
|
||||
"azuremonitor.connectionProperties.connectionName.displayName": "Nome (facoltativo)",
|
||||
"azuremonitor.connectionProperties.password.displayName": "Password",
|
||||
"azuremonitor.connectionProperties.proxyUserPassword.description": "Password dell'utente proxy.",
|
||||
"azuremonitor.connectionProperties.proxyUserPassword.label": "Password proxy",
|
||||
"azuremonitor.connectionProperties.proxyUserId.label": "ID utente proxy",
|
||||
"azuremonitor.connectionProperties.groupName.security": "Sicurezza",
|
||||
"azuremonitor.databasesListProperties.size": "Dimensioni (MB)",
|
||||
"azuremonitor.connectionProperties.groupName.source": "Origine",
|
||||
"azuremonitor.connectionProperties.authType.description": "Specifica il metodo di autenticazione con Monitoraggio di Azure",
|
||||
"azuremonitor.connectionOptions.databaseName.description": "Nome del database o catalogo iniziale nell'origine dati",
|
||||
"azuremonitor.connectionProperties.metadataPooling.description": "Questo attributo indica se le informazioni sui metadati per le query eseguite vengono memorizzate nella cache per migliorare le prestazioni.",
|
||||
"azuremonitor.objectsListProperties.metadataTypeName": "Tipo",
|
||||
"azuremonitor.connectionProperties.userName.displayName": "Nome utente",
|
||||
"azuremonitor.connectionProperties.proxyUserId.description": "Nome utente dell'utente proxy.",
|
||||
"azuremonitor.connectionProperties.serverName.displayName": "ID area di lavoro",
|
||||
"azuremonitor.cloud.workspaceProperties.id": "ID area di lavoro",
|
||||
"azuremonitor.cloud.workspaceProperties.name": "Nome area di lavoro"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user