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

execution.contribution.i18n.json « electron-browser « execution « parts « workbench « vs « src « trk « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 010a09cd0cb214b388d75666d89cb848afabb1b5 (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": "Harici Terminal",
	"explorer.openInTerminalKind": "Başlatılacak terminal türünü özelleştirir.",
	"terminal.external.windowsExec": "Windows'da hangi terminalin çalışacağını ayarlar.",
	"terminal.external.osxExec": "OS X'de hangi terminalin çalışacağını ayarlar.",
	"terminal.external.linuxExec": "Linux'da hangi terminalin çalışacağını ayarlar.",
	"globalConsoleActionWin": "Yeni Komut İstemi Aç",
	"globalConsoleActionMacLinux": "Yeni Terminal Aç",
	"scopedConsoleActionWin": "Komut İsteminde Aç",
	"scopedConsoleActionMacLinux": "Terminalde Aç",
	"openFolderInIntegratedTerminal": "Terminalde Aç"
}