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,91 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/common/constants": {
|
||||
"aggregationSizeLabel": "Dimensioni aggregazione",
|
||||
"allLabel": "Tutti",
|
||||
"applyButtonText": "Applica",
|
||||
"automaticLabel": "Automatico",
|
||||
"avgLabel": "Media",
|
||||
"basedOnLabel": "In base a:",
|
||||
"CLRTimeLabel": "Tempo CLR (ms)",
|
||||
"cpuTime": "Tempo CPU",
|
||||
"CPUTimeLabel": "Tempo CPU (ms)",
|
||||
"cancelButtonText": "Annulla",
|
||||
"topConsumersRadioButtonsLabel": "Verifica principali consumer di:",
|
||||
"configure": "Configura",
|
||||
"criteria": "Criteri",
|
||||
"customLabel": "Personalizzato",
|
||||
"dayLabel": "Giorno",
|
||||
"duration": "Durata",
|
||||
"durationLabel": "Durata (ms)",
|
||||
"executionCountLabel": "Conteggio esecuzioni",
|
||||
"executionCount": "Conteggio esecuzioni",
|
||||
"filterLabel": "Filtri",
|
||||
"fromLabel": "Da",
|
||||
"hourLabel": "Ora",
|
||||
"last12HoursLabel": "Ultime 12 ore",
|
||||
"last15MinsLabel": "Ultimi 15 minuti",
|
||||
"last2DaysLabel": "Ultimi 2 giorni",
|
||||
"last2WeeksLabel": "Ultime 2 settimane",
|
||||
"last3MonthsLabel": "Ultimi 3 mesi",
|
||||
"last30MinsLabel": "Ultimi 30 minuti",
|
||||
"last5MinsLabel": "Ultimi 5 minuti",
|
||||
"last6MonthsLabel": "Ultimi 6 mesi",
|
||||
"lastDayLabel": "Ultimo giorno",
|
||||
"lastHourLabel": "Ultima ora",
|
||||
"lastMonthLabel": "Ultimo mese",
|
||||
"lastWeekLabel": "Ultima settimana",
|
||||
"lastYearLabel": "Ultimo anno",
|
||||
"localLabel": "Locale",
|
||||
"logMemoryUsedLabel": "Memoria di log utilizzata (KB)",
|
||||
"logicalReads": "Letture logiche",
|
||||
"logicalReadsLabel": "Letture logiche (KB)",
|
||||
"logicalWritesLabel": "Scritture logiche (KB)",
|
||||
"maxLabel": "Max",
|
||||
"memoryConsumptionLabel": "Consumo memoria (KB)",
|
||||
"minLabel": "Min",
|
||||
"filterMinPlanLabel": "Numero minimo di piani",
|
||||
"minuteLabel": "Minuto",
|
||||
"okButtonText": "OK",
|
||||
"openInNewTab": "Open In New Tab",
|
||||
"overallResourceConsumption": "Consumo complessivo risorse",
|
||||
"overallResourceConsumptionToolbarLabel": "Utilizzo complessivo delle risorse per la {0} del database",
|
||||
"physicalReadsLabel": "Letture fisiche (KB)",
|
||||
"planSummary": "Riepilogo piano per la query {0}",
|
||||
"plan": "Piano {0}",
|
||||
"queries": "Query",
|
||||
"queryStoreDashboardTitle": "Query Store - {0}",
|
||||
"resourceConsumptionCriteriaTitle": "Criteri di consumo di risorse",
|
||||
"returnLabel": "Elementi restituiti",
|
||||
"rowCountLabel": "Numero di righe",
|
||||
"showChartTitle": "Mostra grafico per",
|
||||
"stdDevLabel": "Deviazione standard",
|
||||
"tempDBMermoryUsedLabel": "Memoria database temporaneo usata (kb)",
|
||||
"timeFormatLabel": "Formato ora",
|
||||
"timeIntervalLabel": "Intervallo di tempo",
|
||||
"timeSettingsLabel": "Impostazioni ora",
|
||||
"toLabel": "A",
|
||||
"topLabel": "Primi",
|
||||
"topResourceConsumingQueriesToolbarLabel": "Primi 25 consumer di risorse per {0}di database",
|
||||
"topResourceConsumingQueries": "Prime query per consumo di risorse",
|
||||
"totalLabel": "Totale",
|
||||
"waitTimeLabel": "Tempo di attesa (ms)",
|
||||
"DOPLabel": "Grado di parallelismo",
|
||||
"UTC": "UTC"
|
||||
},
|
||||
"package": {
|
||||
"queryStore.openQueryStoreDashboard": "Query Store",
|
||||
"queryStore.category": "Query Store",
|
||||
"queryStore.displayName": "Query Store",
|
||||
"queryStore.description": "Estensione Query Store per Azure Data Studio."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user