Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debugActions.i18n.json « browser « debug « parts « workbench « vs « src « deu « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b11a3acca259795aed91745ee15e51fc17845d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"Copyright (c) Microsoft Corporation. All rights reserved.",
		"Licensed under the MIT License. See License.txt in the project root for license information.",
		"--------------------------------------------------------------------------------------------",
		"Do not edit this file. It is machine generated."
	],
	"openLaunchJson": "{0} öffnen",
	"launchJsonNeedsConfigurtion": "Konfigurieren oder reparieren Sie \"launch.json\".",
	"noFolderDebugConfig": "Öffnen Sie bitte einen Ordner, um erweitertes Debuggen zu konfigurieren.",
	"startDebug": "Debuggen starten",
	"startWithoutDebugging": "Ohne Debuggen starten",
	"selectAndStartDebugging": "Debugging auswählen und starten",
	"restartDebug": "Neu starten",
	"reconnectDebug": "Erneut verbinden",
	"stepOverDebug": "Prozedurschritt",
	"stepIntoDebug": "Einzelschritt",
	"stepOutDebug": "Prozedurschritt",
	"stopDebug": "Beenden",
	"disconnectDebug": "Trennen",
	"continueDebug": "Weiter",
	"pauseDebug": "Anhalten",
	"terminateThread": "Thread beenden",
	"restartFrame": "Frame neu starten",
	"removeBreakpoint": "Haltepunkt entfernen",
	"removeAllBreakpoints": "Alle Haltepunkte entfernen",
	"enableAllBreakpoints": "Alle Haltepunkte aktivieren",
	"disableAllBreakpoints": "Alle Haltepunkte deaktivieren",
	"activateBreakpoints": "Haltepunkte aktivieren",
	"deactivateBreakpoints": "Haltepunkte deaktivieren",
	"reapplyAllBreakpoints": "Alle Haltepunkte erneut anwenden",
	"addFunctionBreakpoint": "Funktionshaltepunkt hinzufügen",
	"setValue": "Wert festlegen",
	"addWatchExpression": "Ausdruck hinzufügen",
	"editWatchExpression": "Ausdruck bearbeiten",
	"addToWatchExpressions": "Zur Überwachung hinzufügen",
	"removeWatchExpression": "Ausdruck entfernen",
	"removeAllWatchExpressions": "Alle Ausdrücke entfernen",
	"clearRepl": "Konsole löschen",
	"debugConsoleAction": "Debugging-Konsole",
	"unreadOutput": "Neue Ausgabe in Debugging-Konsole",
	"debugFocusConsole": "Focus-Debugging-Konsole",
	"focusSession": "Fokus auf Sitzung",
	"stepBackDebug": "Schritt zurück",
	"reverseContinue": "Umkehren"
}