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

terminalInstance.i18n.json « electron-browser « terminal « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1834a3bba209226202206838872c003941b48af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminal.integrated.copySelection.noSelection": "터미널에 복사할 선택 항목이 없음",
	"terminal.integrated.exitedWithCode": "터미널 프로세스가 종료 코드 {0}(으)로 종료되었습니다.",
	"terminal.integrated.waitOnExit": "터미널을 닫으려면 아무 키나 누르세요.",
	"terminal.integrated.launchFailed": "터미널 프로세스 명령 `{0}{1}`이(가) 시작하지 못했습니다(종료 코드: {2})."
}