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

commandHandler.i18n.json « out « merge-conflict « extensions « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 844c3a0d88bd47b6e19434061669f4e2b7455861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"cursorNotInConflict": "편집기 커서가 병합 충돌 내에 없음",
	"compareChangesTitle": "{0}: 현재 변경 사항 ⟷ 수신 변경 사항",
	"cursorOnCommonAncestorsRange": "편집기 커서가 공통 과거 블록 내에 있습니다. \"현재\" 또는 \"수신\" 블록으로 옮기세요.",
	"cursorOnSplitterRange": "편집기 커서가 병합 충돌 스플리터 내에 있습니다. \"현재\" 또는 \"수신\" 블록으로 옮기세요.",
	"noConflicts": "이 파일에서 발견된 병합 충돌 없음",
	"noOtherConflictsInThisFile": "이 파일 내에 다른 병합 충돌 없음"
}