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

multicursor.i18n.json « common « multicursor « contrib « editor « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af6f5d6235c5dbbb723e71b6a1345683180a3b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"mutlicursor.insertAbove": "위에 커서 추가",
	"mutlicursor.insertBelow": "아래에 커서 추가",
	"mutlicursor.insertAtEndOfEachLineSelected": "줄 끝에 커서 추가",
	"addSelectionToNextFindMatch": "다음 일치 항목 찾기에 선택 항목 추가",
	"addSelectionToPreviousFindMatch": "이전 일치 항목 찾기에 선택 항목 추가",
	"moveSelectionToNextFindMatch": "다음 일치 항목 찾기로 마지막 선택 항목 이동",
	"moveSelectionToPreviousFindMatch": "마지막 선택 항목을 이전 일치 항목 찾기로 이동",
	"selectAllOccurrencesOfFindMatch": "일치 항목 찾기의 모든 항목 선택",
	"changeAll.label": "모든 항목 변경"
}