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

folding.i18n.json « folding « contrib « editor « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64113ae45bcb9a279150ae79fb36060d85fbbb2f (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.
{
	"unfoldAction.label": "펼치기",
	"unFoldRecursivelyAction.label": "재귀적으로 펼치기",
	"foldAction.label": "접기",
	"foldRecursivelyAction.label": "재귀적으로 접기",
	"foldAllBlockComments.label": "모든 블록 코멘트를 접기",
	"foldAllMarkerRegions.label": "모든 영역 접기",
	"unfoldAllMarkerRegions.label": "모든 영역 펼치기",
	"foldAllAction.label": "모두 접기",
	"unfoldAllAction.label": "모두 펼치기",
	"foldLevelAction.label": "수준 {0} 접기"
}