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

languageConfigurationExtensionPoint.i18n.json « languageConfiguration « electron-browser « codeEditor « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ffd41aa3e0a475e74d6699c8a31346a308a25f5 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"parseErrors": "{0}을(를) 구문 분석하는 동안 오류가 발생했습니다. {1}",
	"schema.openBracket": "여는 대괄호 문자 또는 문자열 시퀀스입니다.",
	"schema.closeBracket": "닫는 대괄호 문자 또는 문자열 시퀀스입니다.",
	"schema.comments": "주석 기호를 정의합니다.",
	"schema.blockComments": "블록 주석이 표시되는 방법을 정의합니다.",
	"schema.blockComment.begin": "블록 주석을 시작하는 문자 시퀀스입니다.",
	"schema.blockComment.end": "블록 주석을 끝내는 문자 시퀀스입니다.",
	"schema.lineComment": "줄 주석을 시작하는 문자 시퀀스입니다.",
	"schema.brackets": "들여쓰기를 늘리거나 줄이는 대괄호 기호를 정의합니다.",
	"schema.autoClosingPairs": "대괄호 쌍을 정의합니다. 여는 대괄호를 입력하면 닫는 대괄호가 자동으로 삽입됩니다.",
	"schema.autoClosingPairs.notIn": "자동 쌍을 사용하지 않도록 설정된 범위 목록을 정의합니다.",
	"schema.surroundingPairs": "선택한 문자열을 둘러싸는 데 사용할 수 있는 대괄호 쌍을 정의합니다.",
	"schema.wordPattern": "해당 언어에 대한 단어 정의입니다.",
	"schema.wordPattern.pattern": "단어 일치에 사용하는 RegEXP 패턴입니다.",
	"schema.wordPattern.flags": "단어 일치에 사용하는 RegExp 플래그입니다.",
	"schema.wordPattern.flags.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
	"schema.indentationRules.increaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
	"schema.indentationRules.decreaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
	"schema.indentationRules.indentNextLinePattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다.",
	"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` 패턴과 일치해야 합니다."
}