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

package.i18n.json « npm « extensions « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b762a88ac6b09e3d0033e37c5db538576d49fc4b (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"description": "npm 스크립트에 대한 작업 지원을 추가할 확장입니다.",
	"displayName": "VSCode에 대한 Npm 지원",
	"config.npm.autoDetect": "npm 스크립트에 대한 자동 검색 여부를 설정합니다. 기본값은 [켜기]입니다.",
	"config.npm.runSilent": " `--silent` 옵션으로 npm 명령 실행.",
	"config.npm.packageManager": "스크립트를 실행하는 데 사용하는 패키지 관리자.",
	"config.npm.exclude": "자동 스크립트 검색에서 제외할 폴더에 대한 Glob 패턴을 구성합니다.",
	"config.npm.enableScriptExplorer": "npm 스크립트에 대한 탐색기 뷰를 사용하도록 설정합니다.",
	"config.npm.scriptExplorerAction": "스크립트 탐색기에서 사용되는 기본 클릭 동작으로 '열기' 또는 '실행'이며, 기본값은 '열기'입니다.",
	"npm.parseError": "Npm 작업 검색: {0} 파일을 구문 분석하지 못했습니다.",
	"taskdef.script": "사용자 지정할 npm 스크립트입니다.",
	"taskdef.path": "스크립트를 제공하는 package.json 파일의 폴더 경로이며 생략할 수 있습니다.",
	"view.name": "Npm 스크립트",
	"command.refresh": "새로 고침",
	"command.run": "실행",
	"command.debug": "디버그",
	"command.openScript": "열기",
	"command.runInstall": "설치 실행"
}