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: 2370f9b6f9cb76b018013efdf0c29aca3ead5d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"displayName": "충돌 병합",
	"command.category": "충돌 병합",
	"command.accept.all-current": "모든 현재 사항 수락",
	"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": "편집기 내에서 충돌 병합 사용/사용 안 함"
}