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: ac0d4279306dd86dc6aef8e72448d92e45e7a5dd (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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",
	"preview": "미리 보기",
	"builtin": "기본 제공",
	"publisher": "게시자 이름",
	"install count": "설치 수",
	"rating": "등급",
	"repository": "리포지토리",
	"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": "위치",
	"localizations": "지역화({0})",
	"localizations language id": "언어 ID",
	"localizations language name": "언어 이름",
	"localizations localized language name": "언어 이름(지역화됨)",
	"colorThemes": "색 테마({0})",
	"iconThemes": "아이콘 테마({0})",
	"colors": "색({0})",
	"colorId": "ID",
	"defaultDark": "어둡게 기본값",
	"defaultLight": "밝게 기본값",
	"defaultHC": "고대비 기본값",
	"JSON Validation": "JSON 유효성 검사({0})",
	"fileMatch": "파일 일치",
	"schema": "스키마",
	"commands": "명령({0})",
	"command name": "이름",
	"keyboard shortcuts": "바로 가기 키(&&K)",
	"menuContexts": "메뉴 컨텍스트",
	"languages": "언어({0})",
	"language id": "ID",
	"language name": "이름",
	"file extensions": "파일 확장명",
	"grammar": "문법",
	"snippets": "코드 조각"
}