terminalColorRegistry.i18n.json 911 字节
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 8
	"terminal.background": "터미널의 배경색입니다. 이 설정을 사용하면 터미널\n 색을 패널과 다르게 지정할 수 있습니다.",
	"terminal.foreground": "터미널의 전경색입니다.",
9 10
	"terminalCursor.foreground": "터미널 커서의 전경색입니다.",
	"terminalCursor.background": "터미널 커서의 배경색입니다. 블록 커서와 겹친 문자의 색상을 사용자 정의할 수 있습니다.",
D
Dirk Baeumer 已提交
11
	"terminal.ansiColor": "터미널의 '{0}' ANSI 색입니다."
D
Dirk Baeumer 已提交
12
}