searchActions.i18n.json 1.4 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7 8 9 10
	"nextSearchIncludePattern": "다음 검색 포함 패턴 표시",
	"previousSearchIncludePattern": "이전 검색 포함 패턴 표시",
	"nextSearchExcludePattern": "다음 검색 제외 패턴 표시",
	"previousSearchExcludePattern": "이전 검색 제외 패턴 표시",
11 12 13 14 15
	"nextSearchTerm": "다음 검색어 표시",
	"previousSearchTerm": "이전 검색어 표시",
	"focusNextInputBox": "다음 입력 상자에 포커스",
	"focusPreviousInputBox": "이전 입력 상자에 포커스",
	"replaceInFiles": "파일에서 바꾸기",
16 17
	"findInWorkspace": "작업 영역에서 찾기...",
	"findInFolder": "폴더에서 찾기...",
18
	"RefreshAction.label": "새로 고침",
D
Dirk Baeumer 已提交
19
	"ClearSearchResultsAction.label": "검색 결과 지우기",
D
Dirk Baeumer 已提交
20 21
	"FocusNextSearchResult.label": "다음 검색 결과에 포커스",
	"FocusPreviousSearchResult.label": "이전 검색 결과에 포커스",
D
Dirk Baeumer 已提交
22 23
	"RemoveAction.label": "제거",
	"file.replaceAll.label": "모두 바꾸기",
24
	"match.replace.label": "바꾸기"
D
Dirk Baeumer 已提交
25
}