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

editor.contribution.i18n.json « editor « parts « browser « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32f439e8de1f35d68885df5a4944179d25544ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"textEditor": "텍스트 편집기",
	"textDiffEditor": "텍스트 Diff 편집기",
	"binaryDiffEditor": "이진 Diff 편집기",
	"sideBySideEditor": "병렬 편집기",
	"groupOnePicker": "첫 번째 그룹에 편집기 표시",
	"groupTwoPicker": "두 번째 그룹에 편집기 표시",
	"groupThreePicker": "세 번째 그룹에 편집기 표시",
	"allEditorsPicker": "열려 있는 모든 편집기 표시",
	"view": "보기",
	"file": "파일"
}