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

execution.contribution.i18n.json « electron-browser « execution « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3eb884953bf2e253a100dadbfbecbc88d57b23c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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": "외부 터미널",
	"terminal.external.windowsExec": "Windows에서 실행할 터미널을 사용자 지정합니다.",
	"terminal.external.osxExec": "OS X에서 실행할 터미널 응용 프로그램을 사용자 지정합니다.",
	"terminal.external.linuxExec": "Linux에서 실행할 터미널을 사용자 지정합니다.",
	"globalConsoleActionWin": "새 명령 프롬프트 열기",
	"globalConsoleActionMacLinux": "새 터미널 열기",
	"scopedConsoleActionWin": "명령 프롬프트에서 열기",
	"scopedConsoleActionMacLinux": "터미널에서 열기",
	"openFolderInIntegratedTerminal": "터미널에서 열기"
}