searchViewlet.i18n.json 2.1 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"ariaSearchResultsStatus": "검색에서 {1}개의 파일에 {0}개의 결과를 반환했습니다.",
	"globLabel": "{0}({1}인 경우)",
	"global.searchScope.folders": "설정을 통해 제외된 파일",
	"label.excludes": "패턴 제외 검색",
	"label.global.excludes": "구성된 검색 제외 패턴",
	"label.includes": "패턴 포함 검색",
	"moreSearch": "검색 세부 정보 설정/해제",
	"noResultsExcludes": "'{0}'을(를) 제외하는 결과가 없음 - ",
	"noResultsFound": "결과가 없습니다. 구성된 확장에 대한 설정을 검토하세요. - ",
	"noResultsIncludes": "'{0}'에 결과 없음 - ",
	"noResultsIncludesExcludes": "'{0}'에 '{1}'을(를) 제외한 결과 없음 - ",
	"openSettings.message": "설정 열기",
D
Dirk Baeumer 已提交
19 20
	"removeAll.confirmation.message": "{1}개 파일에서 {0}개를 제거할까요?",
	"removeAll.message": "{1}개 파일에서 {0}개를 제거했습니다.",
D
Dirk Baeumer 已提交
21
	"replaceAll.confirm.button": "바꾸기",
D
Dirk Baeumer 已提交
22
	"replaceAll.confirmation.message": "{1}개 파일에서 {0}개를 '{2}'(으)로 바꾸시겠습니까?",
D
Dirk Baeumer 已提交
23
	"replaceAll.confirmation.title": "모두 바꾸기",
D
Dirk Baeumer 已提交
24
	"replaceAll.message": "{1}개 파일에서 {0}개를 {2}(으)로 바꿨습니다.",
D
Dirk Baeumer 已提交
25 26 27 28 29 30 31 32
	"rerunSearch.message": "다시 검색",
	"rerunSearchInAll.message": "모든 파일에서 다시 검색",
	"searchCanceled": "결과를 찾기 이전에 검색이 취소되었습니다. -",
	"searchMaxResultsWarning": "결과 집합에는 모든 일치 항목의 하위 집합만 포함됩니다. 결과 범위를 좁히려면 검색을 더 세분화하세요.",
	"searchScope.excludes": "제외할 파일",
	"searchScope.includes": "포함할 파일",
	"treeAriaLabel": "검색 결과"
}