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

execution.contribution.i18n.json « electron-browser « execution « parts « workbench « vs « src « hun « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a33718b8e732d0ae3ae712a9f173a4c65dddf3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminalConfigurationTitle": "Külső terminál",
	"explorer.openInTerminalKind": "Meghatározza, hogy milyen típusú terminál legyen indítva.",
	"terminal.external.windowsExec": "Meghatározza, hogy mely terminál fusson Windowson.",
	"terminal.external.osxExec": "Meghatározza, hogy mely terminál fusson OS X-en.",
	"terminal.external.linuxExec": "Meghatározza, hogy mely terminál fusson Linuxon.",
	"globalConsoleActionWin": "Új parancssor megnyitása",
	"globalConsoleActionMacLinux": "Új terminál megnyitása",
	"scopedConsoleActionWin": "Megnyitás a parancssorban",
	"scopedConsoleActionMacLinux": "Megnyitás a terminálban",
	"openFolderInIntegratedTerminal": "Megnyitás a terminálban"
}