Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.settings.viewTemplates": "Legt Ansichtsvorlagen fest",
"profiler.settings.sessionTemplates": "Spezifiziert Sitzungsvorlagen"
}

View File

@@ -6,12 +6,21 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.connect": "Verbinden",
"profilerAction.connect": "Verbinden",
"pause": "Pause",
"profilerStop.stop": "Stop",
"profilerAction.disconnect": "Trennen",
"start": "Start",
"create": "Neue Sitzung",
"profilerAction.pauseCapture": "Pause",
"profilerAction.resumeCapture": "Fortsetzen",
"profilerStop.stop": "Stopp",
"profiler.clear": "Daten löschen",
"profilerAction.autoscrollOn": "Automatisches Scrollen: Ein",
"profilerAction.autoscrollOff": "Automatisches Scrollen: Aus",
"profiler.toggleCollapsePanel": "Ausgeblendeten Bereich umschalten",
"profiler.editColumns": "Spalten bearbeiten",
"profiler.findNext": "Nächste Zeichenfolge suchen",
"profiler.findPrevious": "Vorhergehende Zeichenfolge suchen"
"profiler.findPrevious": "Vorhergehende Zeichenfolge suchen",
"profilerAction.newProfiler": "Profiler starten",
"profiler.filter": "Filtern...",
"profiler.clearFilter": "Filter löschen"
}

View File

@@ -7,6 +7,8 @@
"Do not edit this file. It is machine generated."
],
"eventSort": "Sortieren nach Ereignis",
"nameColumn": "Nach Spalte sortieren",
"profilerColumnDialog.profiler": "Profiler",
"profilerColumnDialog.ok": "OK",
"profilerColumnDialog.cancel": "Abbrechen"
}

View File

@@ -0,0 +1,26 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"profilerFilterDialog.clear": "Alle löschen",
"profilerFilterDialog.apply": "Anwenden",
"profilerFilterDialog.ok": "OK",
"profilerFilterDialog.cancel": "Abbrechen",
"profilerFilterDialog.title": "Filter",
"profilerFilterDialog.remove": "Entfernen",
"profilerFilterDialog.add": "Hinzufügen",
"profilerFilterDialog.addClauseText": "Klicken Sie hier, um eine Klausel hinzuzufügen.",
"profilerFilterDialog.fieldColumn": "Feld",
"profilerFilterDialog.operatorColumn": "Operator",
"profilerFilterDialog.valueColumn": "Wert",
"profilerFilterDialog.isNullOperator": "Ist NULL",
"profilerFilterDialog.isNotNullOperator": "Ist nicht NULL",
"profilerFilterDialog.containsOperator": "enthält",
"profilerFilterDialog.notContainsOperator": "Enthält nicht",
"profilerFilterDialog.startsWithOperator": "Beginnt mit",
"profilerFilterDialog.notStartsWithOperator": "Beginnt nicht mit"
}

View File

@@ -6,8 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"placeholder.find": "Finden",
"label.find": "Suchen",
"placeholder.find": "Suchen",
"label.previousMatchButton": "Vorheriger Treffer",
"label.nextMatchButton": "Nächste Übereinstimmung",
"label.closeButton": "Schließen",
"title.matchesCountLimit": "Bei Ihrer Suche wurden sehr viele Ergebnisse ermittelt. Nur die ersten 999 Treffer werden hervorgehoben.",
"label.matchesLocation": "{0} von {1}",
"label.noResults": "Keine Ergebnisse"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"ProfilerTableEditor.eventCountFiltered": "Ereignisse (Gefiltert): {0}/{1}",
"ProfilerTableEditor.eventCount": "Ereignisse: {0}"
}

View File

@@ -6,6 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.viewSelectAccessibleName": "Ansicht auswählen",
"profiler.sessionSelectAccessibleName": "Sitzung auswählen",
"profiler.sessionSelectLabel": "Sitzung auswählen:",
"profiler.viewSelectLabel": "Ansicht auswählen:",
"text": "Text",
"label": "Bezeichnung",
"profilerEditor.value": "Wert",
"details": "Details"
}

View File

@@ -6,5 +6,13 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profilerInput.profiler": "Profiler"
"profilerInput.profiler": "Profiler",
"profilerInput.notConnected": "Nicht verbunden",
"profiler.sessionStopped": "Die XEvent-Profiler-Sitzung wurde auf dem Server {0} unerwartet beendet.",
"profiler.sessionCreationError": "Fehler beim Starten der neuen Sitzung",
"profiler.eventsLost": "Die XEvent-Profiler-Sitzung für {0} hat Ereignisse verloren.",
"confirmStopProfilerSession": "Möchten Sie die laufende XEvent-Sitzung beenden?",
"profilerClosingActions.yes": "Ja",
"profilerClosingActions.no": "Nein",
"profilerClosingActions.cancel": "Abbrechen"
}

View File

@@ -5,5 +5,6 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"profilerTextEditorAriaLabel": "Profiler-Editor für Ereignistext. Nur lesend"
}