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

extensionEditor.i18n.json « browser « extensions « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14206f8db0546ecdd06453a751a8f307e114281b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"name": "확장 이름",
	"extension id": "확장 ID",
	"publisher": "게시자 이름",
	"install count": "설치 수",
	"rating": "등급",
	"license": "라이선스",
	"details": "세부 정보",
	"contributions": "기여",
	"changelog": "변경 로그",
	"dependencies": "종속성",
	"noReadme": "사용 가능한 추가 정보가 없습니다.",
	"noChangelog": "CHANGELOG를 사용할 수 없습니다.",
	"noContributions": "참여 없음",
	"noDependencies": "종속성 없음",
	"settings": "설정({0})",
	"setting name": "이름",
	"description": "설명",
	"default": "기본값",
	"debuggers": "디버거({0})",
	"debugger name": "이름",
	"debugger type": "유형",
	"views": "뷰({0})",
	"view id": "ID",
	"view name": "이름",
	"view location": "위치",
	"themes": "테마({0})",
	"JSON Validation": "JSON 유효성 검사({0})",
	"commands": "명령({0})",
	"command name": "이름",
	"keyboard shortcuts": "바로 가기 키(&&K)",
	"menuContexts": "메뉴 컨텍스트",
	"languages": "언어({0})",
	"language id": "ID",
	"language name": "이름",
	"file extensions": "파일 확장명",
	"grammar": "문법",
	"snippets": "코드 조각"
}