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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e90c793f84829d4f5678a6669d71251b29210433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.find": "찾기",
	"placeholder.find": "찾기",
	"label.previousMatchButton": "이전 검색 결과",
	"label.nextMatchButton": "다음 검색 결과",
	"label.toggleSelectionFind": "선택 항목에서 찾기",
	"label.closeButton": "닫기",
	"label.replace": "바꾸기",
	"placeholder.replace": "바꾸기",
	"label.replaceButton": "바꾸기",
	"label.replaceAllButton": "모두 바꾸기",
	"label.toggleReplaceButton": "바꾸기 모드 설정/해제",
	"label.matchesLocation": "{0}/{1}",
	"label.noResults": "결과 없음"
}