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

diffReview.i18n.json « widget « browser « editor « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74dd986b4c592ea0bf121b7415bf090728613ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"label.close": "닫기",
	"header": "다른 항목 {0} / {1}: 원본 {2}, {3}행, 수정 {4}, {5}행",
	"blankLine": "비어 있음",
	"equalLine": "원본 {0}, 수정 {1}: {2}",
	"insertLine": "+ 수정됨 {0}: {1}",
	"deleteLine": "- 원본 {0}: {1}",
	"editor.action.diffReview.next": "다음 다른 항목으로 이동",
	"editor.action.diffReview.prev": "다음 다른 항목으로 이동"
}