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

searchActions.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: 071d294ccc8fe4437d151c87e9b3a4d19cd1a8d5 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"nextSearchIncludePattern": "다음 검색 포함 패턴 표시",
	"previousSearchIncludePattern": "이전 검색 포함 패턴 표시",
	"nextSearchExcludePattern": "다음 검색 제외 패턴 표시",
	"previousSearchExcludePattern": "이전 검색 제외 패턴 표시",
	"nextSearchTerm": "다음 검색어 표시",
	"previousSearchTerm": "이전 검색어 표시",
	"nextReplaceTerm": "다음 검색 대체어 표시",
	"previousReplaceTerm": "이전 검색 대체어 표시",
	"findInFiles": "파일에서 찾기",
	"replaceInFiles": "파일에서 바꾸기",
	"RefreshAction.label": "새로 고침",
	"CollapseDeepestExpandedLevelAction.label": "모두 축소",
	"ClearSearchResultsAction.label": "지우기",
	"CancelSearchAction.label": "검색 취소",
	"FocusNextSearchResult.label": "다음 검색 결과에 포커스",
	"FocusPreviousSearchResult.label": "이전 검색 결과에 포커스",
	"RemoveAction.label": "해제",
	"file.replaceAll.label": "모두 바꾸기",
	"match.replace.label": "바꾸기"
}