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

searchViewlet.i18n.json « browser « search « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b1d3709a68d1c3bd24935dd1a58fa1fb23a45a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"moreSearch": "검색 세부 정보 설정/해제",
	"searchScope.includes": "포함할 파일",
	"label.includes": "패턴 포함 검색",
	"searchScope.excludes": "제외할 파일",
	"label.excludes": "패턴 제외 검색",
	"global.searchScope.folders": "설정을 통해 제외된 파일",
	"label.global.excludes": "구성된 검색 제외 패턴",
	"replaceAll.confirmation.title": "모두 바꾸기",
	"replaceAll.confirm.button": "바꾸기",
	"replaceAll.occurrence.file.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꿨습니다.",
	"removeAll.occurrence.file.message": "{1}개 파일에서 {0}개를 바꿨습니다.",
	"replaceAll.occurrence.files.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꿨습니다.",
	"removeAll.occurrence.files.message": "{1}개 파일에서 {0}개를 바꿨습니다.",
	"replaceAll.occurrences.file.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꿨습니다.",
	"removeAll.occurrences.file.message": "{1}개 파일에서 {0}개를 바꿨습니다.",
	"replaceAll.occurrences.files.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꿨습니다.",
	"removeAll.occurrences.files.message": "{1}개 파일에서 {0}개를 바꿨습니다.",
	"removeAll.occurrence.file.confirmation.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꾸시겠습니까?",
	"replaceAll.occurrence.file.confirmation.message": "{1}개 파일에서 {0}개를 바꾸시겠습니까?",
	"removeAll.occurrence.files.confirmation.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꾸시겠습니까?",
	"replaceAll.occurrence.files.confirmation.message": "{1}개 파일에서 {0}개를 바꾸시겠습니까?",
	"removeAll.occurrences.file.confirmation.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꾸시겠습니까?",
	"replaceAll.occurrences.file.confirmation.message": "{1}개 파일에서 {0}개를 바꾸시겠습니까?",
	"removeAll.occurrences.files.confirmation.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꾸시겠습니까?",
	"replaceAll.occurrences.files.confirmation.message": "{1}개 파일에서 {0}개를 바꾸시겠습니까?",
	"treeAriaLabel": "검색 결과",
	"globLabel": "{0}({1}인 경우)",
	"searchMaxResultsWarning": "결과 집합에는 모든 일치 항목의 하위 집합만 포함됩니다. 결과 범위를 좁히려면 검색을 더 세분화하세요.",
	"searchCanceled": "결과를 찾기 이전에 검색이 취소되었습니다. -",
	"noResultsIncludesExcludes": "'{0}'에 '{1}'을(를) 제외한 결과 없음 - ",
	"noResultsIncludes": "'{0}'에 결과 없음 - ",
	"noResultsExcludes": "'{0}'을(를) 제외하는 결과가 없음 - ",
	"noResultsFound": "결과가 없습니다. 구성된 확장에 대한 설정을 검토하세요. - ",
	"rerunSearch.message": "다시 검색",
	"rerunSearchInAll.message": "모든 파일에서 다시 검색",
	"openSettings.message": "설정 열기",
	"ariaSearchResultsStatus": "검색에서 {1}개의 파일에 {0}개의 결과를 반환했습니다.",
	"search.file.result": "{1}개 파일에서 {0}개 결과",
	"search.files.result": "{1}개 파일에서 {0}개 결과",
	"search.file.results": "{1}개 파일에서 {0}개 결과",
	"search.files.results": "{1}개 파일에서 {0}개 결과",
	"searchWithoutFolder": "아직 폴더를 열지 않았습니다. 현재 열린 파일만 검색됩니다. ",
	"openFolder": "폴더 열기"
}