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,78 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/assessmentResultGrid": {
|
||||
"asmt.details.toLearnMore": " per altre informazioni.",
|
||||
"asmt.details.clickHere": "Fare clic qui",
|
||||
"databaseIconLabel": "Database",
|
||||
"asmt.details.recommendation": "Raccomandazione",
|
||||
"asmt.details.ruleDescription": "Descrizione regola",
|
||||
"serverIconLabel": "Server",
|
||||
"asmt.column.targetType": "Tipo di destinazione"
|
||||
},
|
||||
"dist/localized": {
|
||||
"asmt.apiversion": "Versione API",
|
||||
"asmt.column.checkId": "ID controllo",
|
||||
"asmt.rulesetversion": "Set di regole predefinito",
|
||||
"asmt.serveredition": "Edizione",
|
||||
"asmt.sqlReport.Error": "Errore",
|
||||
"asmt.column.helpLink": "Collegamento alla Guida",
|
||||
"asmt.sqlReport.High": "Alto",
|
||||
"asmt.section.api.title": "Informazioni",
|
||||
"asmt.sqlReport.Info": "Informazioni",
|
||||
"asmt.instancename": "Nome istanza",
|
||||
"asmt.learnMore": "Altre informazioni",
|
||||
"asmt.sqlReport.Low": "Basso",
|
||||
"asmt.sqlReport.Medium": "Medio",
|
||||
"asmt.column.message": "Messaggio",
|
||||
"asmt.osversion": "Versione del sistema operativo",
|
||||
"asmt.sqlReport.resultForDatabase": "Risultati per il database",
|
||||
"asmt.sqlReport.resultForInstance": "Risultati per il server",
|
||||
"asmt.sqlReportTitle": "Report di valutazione SQL",
|
||||
"asmt.section.instance.title": "Dettagli dell'istanza di SQL Server",
|
||||
"asmt.column.severity": "Gravità",
|
||||
"asmt.column.tags": "Tag",
|
||||
"asmt.column.target": "Destinazione",
|
||||
"asmt.serverversion": "Versione",
|
||||
"asmt.sqlReport.Warning": "Avviso",
|
||||
"asmt.sqlReport.severityMsg": "{0}: {1} elemento/i"
|
||||
},
|
||||
"dist/tabs/assessmentMainTab": {
|
||||
"asmtaction.label.cancel": "Annulla",
|
||||
"msgBoxCopyBtn": "Copia",
|
||||
"btnGeneratehtmlreport": "Crea report HTML",
|
||||
"btnExportAsScript": "Esporta come script",
|
||||
"invokeAssessmentLabelServer": "Richiama valutazione",
|
||||
"invokeAssessmentLabelDatabase": "Richiama valutazione per {0}",
|
||||
"ok": "OK",
|
||||
"asmtaction.label.open": "Apri",
|
||||
"asmtaction.openReport": "Il report è stato salvato. Aprirlo?",
|
||||
"msgBoxAsmtInfo": "Informazioni sulla valutazione SQL",
|
||||
"msgBoxCopied": "Le informazioni sulla valutazione SQL sono state copiate",
|
||||
"btnViewSamplesShort": "Visualizza tutto su GitHub",
|
||||
"btnViewSamples": "Visualizza tutte le regole e altre informazioni su GitHub",
|
||||
"getAssessmentItemsServer": "Visualizza regole applicabili",
|
||||
"getAssessmentItemsDatabase": "Visualizza regole applicabili per {0}"
|
||||
},
|
||||
"dist/tabs/historyTab": {
|
||||
"asmt.history.back": "<< Indietro",
|
||||
"asmt.history.summaryAsmtDate": "Data di valutazione",
|
||||
"asmt.history.resultsTitle": "Risultati valutazione da {0}",
|
||||
"asmt.history.summaryError": "Errore",
|
||||
"asmt.history.summaryInfo": "Informazioni",
|
||||
"asmt.history.summaryWarning": "Avviso"
|
||||
},
|
||||
"package": {
|
||||
"dashboard.tabName": "Valutazione SQL",
|
||||
"displayName": "Valutazione SQL",
|
||||
"description": "Valutazione SQL per Azure Data Studio (anteprima) fornisce un meccanismo per valutare la configurazione di SQL Server per le procedure consigliate."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user