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

argv.i18n.json « node « environment « platform « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c64f8c1846fe67f798cecf42ccdb802583b87b45 (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.
{
	"diff": "diff 편집기를 엽니다. 인수로 두 개의 파일 경로를 전달해야 합니다.",
	"disableExtensions": "설치된 모든 확장을 사용하지 않도록 설정합니다.",
	"extensionHomePath": "확장의 루트 경로를 설정합니다.",
	"goto": "줄과 열에 있는 경로의 파일을 엽니다(경로에 :line[:column] 추가).",
	"gotoValidation": "`--goto` 모드에서 인수는 `FILE(:LINE(:COLUMN))` 형식이어야 합니다.",
	"help": "사용법을 출력합니다.",
	"installExtension": "확장을 설치합니다.",
	"listExtensions": "설치된 확장을 나열합니다.",
	"locale": "사용할 로캘(예: en-US 또는 zh-TW)입니다.",
	"newWindow": "코드의 새 인스턴스를 강제 적용합니다.",
	"options": "옵션",
	"optionsUpperCase": "옵션",
	"paths": "경로",
	"performance": "'Developer: Startup Performance' 명령을 사용하여 시작합니다.",
	"reuseWindow": "마지막 활성 창에서 파일 또는 폴더를 강제로 엽니다.",
	"uninstallExtension": "확장을 제거합니다.",
	"usage": "사용법",
	"userDataDir": "사용자 데이터가 저장되는 디렉터리를 지정합니다(루트로 실행할 경우 유용함).",
	"verbose": "자세한 정보 표시를 출력합니다(--wait를 의미).",
	"version": "버전을 출력합니다.",
	"wait": "창이 닫힐 때까지 기다린 후 돌아갑니다."
}