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

breakpointsView.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: b4980d90513329055396eb8b728644dabebdc442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"logPoint": "Protokollpunkt",
	"breakpoint": "Haltepunkt",
	"editBreakpoint": "{0} bearbeiten …",
	"removeBreakpoint": "{0} entfernen",
	"functionBreakpointsNotSupported": "Funktionshaltepunkte werden von diesem Debugtyp nicht unterstützt.",
	"functionBreakpointPlaceholder": "Funktion mit Haltepunkt",
	"functionBreakPointInputAriaLabel": "Geben Sie den Funktionshaltepunkt ein.",
	"breakpointDisabledHover": "Deaktivierter Haltepunkt",
	"breakpointUnverifieddHover": "Nicht überprüfter Haltepunkt",
	"functionBreakpointUnsupported": "Funktionshaltepunkte werden von diesem Debugtyp nicht unterstützt.",
	"breakpointDirtydHover": "Nicht überprüfter Haltepunkt. Die Datei wurde geändert. Bitte starten Sie die Debugsitzung neu.",
	"logBreakpointUnsupported": "Protokollpunkte werden für diesen Debugtyp nicht unterstützt",
	"conditionalBreakpointUnsupported": "Bedingte Haltepunkte werden für diesen Debugtyp nicht unterstützt.",
	"hitBreakpointUnsupported": "Bedingte Trefferhaltepunkte werden für diesen Debugtyp nicht unterstützt."
}