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

gitActions.contribution.i18n.json « browser « git « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fca6248a4f4b08feae8673e01b69e4d93778660d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"confirmRevertMessage": "선택한 변경 내용을 되돌리시겠습니까?",
	"git": "Git",
	"irreversible": "이 작업은 취소할 수 없습니다.",
	"openChange": "변경 내용 열기",
	"openFile": "파일 열기",
	"openInEditor": "편집기 보기로 전환",
	"revertChangesLabel": "변경 내용 되돌리기(&&R)",
	"revertSelectedLines": "선택한 줄 되돌리기",
	"stageSelectedLines": "선택한 줄 스테이징",
	"switchToChangesView": "변경 내용 보기로 전환",
	"unstageSelectedLines": "선택한 줄 스테이징 취소",
	"workbenchStage": "스테이징",
	"workbenchUnstage": "스테이징 취소"
}