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

snippetsService.i18n.json « electron-browser « snippets « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0bac25f246759758e256a7a668b6b8e3fad5d6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"invalid.language": "`contributes.{0}.language`에 알 수 없는 언어가 있습니다. 제공된 값: {1}",
	"invalid.path.0": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
	"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
	"vscode.extension.contributes.snippets": "코드 조각을 적용합니다.",
	"vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 식별자입니다.",
	"vscode.extension.contributes.snippets-path": "코드 조각 파일의 경로입니다. 이 경로는 확장 폴더의 상대 경로이며 일반적으로 './snippets/'로 시작합니다.",
	"badVariableUse": "\"{0}\"-snippet은 snippet-variables 및 snippet-placeholders와 혼동하기 쉽습니다. 자세한 내용은\n https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax를 참조하세요.",
	"badFile": "코드 조각 파일 \"{0}\"을(를) 읽을 수 없습니다.",
	"source.snippet": "사용자 코드 조각",
	"detail.snippet": "{0}({1})",
	"snippetSuggest.longLabel": "{0}, {1}"
}