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

debug.contribution.i18n.json « electron-browser « debug « parts « workbench « vs « src « hun « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 564ebdd017fd4d51e7ef080855bce1e03abf5337 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"toggleDebugViewlet": "Hibakeresés megjelenítése",
	"toggleDebugPanel": "Hibakeresési konzol",
	"debug": "Hibakeresés",
	"debugPanel": "Hibakeresési konzol",
	"variables": "Változók",
	"watch": "Figyelőlista",
	"callStack": "Hívási verem",
	"breakpoints": "Töréspontok",
	"view": "Nézet",
	"debugCategory": "Hibakeresés",
	"debugCommands": "Hibakeresési konfiguráció",
	"debugConfigurationTitle": "Hibakeresés",
	"allowBreakpointsEverywhere": "Bármelyik fájlban helyezhető el töréspont",
	"openExplorerOnEnd": "Hibakeresési munkamenet végén automatikusan nyíljon meg a fájlkezelő nézet",
	"inlineValues": "Változók értékének megjelenítése a sorok között hibakeresés közben",
	"hideActionBar": "Meghatározza, hogy megjelenjen-e a lebegő hibakeresési műveletsáv",
	"launch": "Globális hibakeresés indítási konfiguráció. Használható a 'launch.json' alternatívájaként, ami meg van osztva több munkaterület között"
}