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:
Alex Ma
2023-09-14 10:10:49 -07:00
committed by GitHub
parent d9b5d71148
commit 523dd8ad4b
614 changed files with 193655 additions and 168544 deletions

View File

@@ -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": "Aggregationsgröße",
"allLabel": "Alle",
"applyButtonText": "Anwenden",
"automaticLabel": "Automatisch",
"avgLabel": "Durchschnitt",
"basedOnLabel": "Basierend auf:",
"CLRTimeLabel": "CLR-Zeit (ms)",
"cpuTime": "CPU-Zeit",
"CPUTimeLabel": "CPU-Zeit (ms)",
"cancelButtonText": "Abbrechen",
"topConsumersRadioButtonsLabel": "Nach größten Verbrauchern suchen von:",
"configure": "Konfigurieren",
"criteria": "Kriterien",
"customLabel": "Benutzerdefiniert",
"dayLabel": "Tag",
"duration": "Dauer",
"durationLabel": "Dauer (ms)",
"executionCountLabel": "Anzahl von Ausführungen",
"executionCount": "Anzahl von Ausführungen",
"filterLabel": "Filter",
"fromLabel": "Von",
"hourLabel": "Stunde",
"last12HoursLabel": "Letzte 12 Stunden",
"last15MinsLabel": "Letzte 15 Minuten",
"last2DaysLabel": "Letzte 2 Tage",
"last2WeeksLabel": "Letzte 2 Wochen",
"last3MonthsLabel": "Letzte 3 Monate",
"last30MinsLabel": "Letzte 30 Minuten",
"last5MinsLabel": "Letzte 5 Minuten",
"last6MonthsLabel": "Letzte 6 Monate",
"lastDayLabel": "Letzter Tag",
"lastHourLabel": "Letzte Stunde",
"lastMonthLabel": "Letzter Monat",
"lastWeekLabel": "Letzte Woche",
"lastYearLabel": "Letztes Jahr",
"localLabel": "Lokal",
"logMemoryUsedLabel": "Verwendeter Protokollarbeitsspeicher (KB)",
"logicalReads": "Logische Lesevorgänge",
"logicalReadsLabel": "Logische Lesevorgänge (KB)",
"logicalWritesLabel": "Logische Schreibvorgänge (KB)",
"maxLabel": "Max",
"memoryConsumptionLabel": "Arbeitsspeichernutzung (KB)",
"minLabel": "Min",
"filterMinPlanLabel": "Mindestanzahl von Plänen",
"minuteLabel": "Minute",
"okButtonText": "OK",
"openInNewTab": "Open In New Tab",
"overallResourceConsumption": "Ressourcenverbrauch gesamt",
"overallResourceConsumptionToolbarLabel": "Gesamtressourcenverbrauch für Datenbank \"{0}\"",
"physicalReadsLabel": "Physische Lesevorgänge (KB)",
"planSummary": "Planzusammenfassung für Abfrage \"{0}\"",
"plan": "Plan \"{0}\"",
"queries": "Abfragen",
"queryStoreDashboardTitle": "Abfragespeicher {0}",
"resourceConsumptionCriteriaTitle": "Kriterien für den Ressourcenverbrauch",
"returnLabel": "Zurückgeben",
"rowCountLabel": "Zeilenanzahl",
"showChartTitle": "Diagramm anzeigen für",
"stdDevLabel": "Standardabweichung",
"tempDBMermoryUsedLabel": "Verwendeter Arbeitsspeicher für temporäre Datenbank (KB)",
"timeFormatLabel": "Uhrzeitformat",
"timeIntervalLabel": "Zeitintervall",
"timeSettingsLabel": "Zeiteinstellungen",
"toLabel": "An",
"topLabel": "Top",
"topResourceConsumingQueriesToolbarLabel": "Wichtigste 25 Ressourcenverbraucher für Datenbank \"{0}\"",
"topResourceConsumingQueries": "Abfragen mit dem höchsten Ressourcenverbrauch",
"totalLabel": "Gesamt",
"waitTimeLabel": "Wartezeit (ms)",
"DOPLabel": "DOP",
"UTC": "UTC"
},
"package": {
"queryStore.openQueryStoreDashboard": "Abfragespeicher",
"queryStore.category": "Abfragespeicher",
"queryStore.displayName": "Abfragespeicher",
"queryStore.description": "Abfragespeichererweiterung für Azure Data Studio."
}
}
}