welcomePage.contribution.i18n.json 1.1 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
	"workbenchConfigurationTitle": "워크벤치",
8 9 10
	"workbench.startupEditor.none": "편집기를 사용하지 않고 시작합니다.",
	"workbench.startupEditor.welcomePage": "시작 페이지를 엽니다(기본값).",
	"workbench.startupEditor.newUntitledFile": "제목이 없는 새 파일 열기",
11
	"workbench.startupEditor": "시작할 때 이전 세션에서 복구하지 않을 경우 어떤 편집기가 표시될지 결정합니다. 'none'을 선택하면 편집기 없이 시작하고 'welcomePage'를 선택하면 Welcome 페이지(기본값)가 열리며 'newUntitledFile'을 선택하면 제목 없는 새 파일이 열립니다(빈 작업 영역을 열 때만).",
12
	"help": "도움말"
D
Dirk Baeumer 已提交
13
}