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

search.contribution.i18n.json « electron-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: 04ac1b08ee278a312348d26665ba6e22b912532e (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"findInFolder": "폴더에서 찾기...",
	"findInWorkspace": "작업 영역에서 찾기...",
	"showTriggerActions": "작업 영역에서 기호로 이동...",
	"name": "검색",
	"search": "검색",
	"showSearchViewl": "검색 표시",
	"view": "보기",
	"findInFiles": "파일에서 찾기",
	"openAnythingHandlerDescription": "파일로 이동",
	"openSymbolDescriptionNormal": "작업 영역에서 기호로 이동",
	"searchConfigurationTitle": "검색",
	"exclude": "검색에서 파일 및 폴더를 제외하도록 GLOB 패턴을 구성합니다. files.exclude 설정에서 모든 GLOB 패턴을 상속합니다.",
	"exclude.boolean": "파일 경로를 일치시킬 GLOB 패턴입니다. 패턴을 사용하거나 사용하지 않도록 설정하려면 true 또는 false로 설정하세요.",
	"exclude.when": "일치하는 파일의 형제에 대한 추가 검사입니다. $(basename)을 일치하는 파일 이름에 대한 변수로 사용하세요.",
	"useRipgrep": "텍스트 및 파일 검색에서 ripgrep 사용 여부를 제어합니다.",
	"useIgnoreFiles": "파일을 검색할 때 .gitignore 파일 및 .ignore 파일을 사용할지 여부를 제어합니다.",
	"search.quickOpen.includeSymbols": "Quick Open에 대한 파일 결과에 전역 기호 검색 결과를 포함하도록 구성합니다.",
	"search.followSymlinks": "검색하는 동안 symlink를 누를지 여부를 제어합니다.",
	"search.smartCase": "패턴이 모두 소문자인 경우 대/소문자를 구분하지 않고 검색하고, 그렇지 않으면 대/소문자를 구분하여 검색합니다.",
	"search.globalFindClipboard": "macOS에서 Search Viewlet이 공유 클립보드 찾기를 읽거나 수정해야 할지를 제어합니다."
}