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

package.i18n.json « merge-conflict « extensions « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ceb1a3d504d98f6ee0e17b7184726cc893393ea4 (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.
{
	"command.category": "충돌 병합",
	"command.accept.all-incoming": "수신 모두 수락",
	"command.accept.all-both": "둘 다 모두 수락",
	"command.accept.current": "현재 수락",
	"command.accept.incoming": "수신 수락",
	"command.accept.selection": "선택 수락",
	"command.accept.both": "둘 다 수락",
	"command.next": "다음 충돌",
	"command.previous": "이전 충돌",
	"command.compare": "현재 충돌 비교",
	"config.title": "충돌 병합",
	"config.codeLensEnabled": "편집기 내에서 충돌 블록 CodeLense 병합 사용/사용 안 함",
	"config.decoratorsEnabled": "편집기 내에서 충돌 병합 사용/사용 안 함"
}