terminal.contribution.i18n.json 1.5 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminal": "터미널",
	"terminal.integrated.fontFamily": "터미널의 글꼴 패밀리를 제어하며, 기본값은 editor.fontFamily의 값입니다.",
	"terminal.integrated.fontLigatures": "터미널에서 글꼴 합자가 사용되는지를 제어합니다.",
	"terminal.integrated.fontSize": "터미널의 글꼴 크기를 제어하며, 기본값은 editor.fontSize의 값입니다.",
	"terminal.integrated.lineHeight": "터미널의 줄 높이를 제어하며, 기본값은 normal입니다.",
	"terminal.integrated.shell.linux": "터미널이 Linux에서 사용하는 셸의 경로입니다.",
	"terminal.integrated.shell.osx": "터미널이 OS X에서 사용하는 셸의 경로입니다.",
	"terminal.integrated.shell.windows": "터미널이 Windows에서 사용하는 셸의 경로입니다.",
	"terminal.integrated.shellArgs.linux": "Linux 터미널에 있을 때 사용할 명령줄 인수입니다.",
	"terminal.integrated.shellArgs.osx": "OS X 터미널에 있을 때 사용할 명령줄 인수입니다.",
	"terminalIntegratedConfigurationTitle": "통합 터미널",
	"viewCategory": "보기"
}