extensionEditor.i18n.json 1.4 KB
Newer Older
D
Dirk Baeumer 已提交
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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"JSON Validation": "JSON 유효성 검사({0})",
	"changelog": "변경 로그",
	"command name": "이름",
	"commands": "명령({0})",
	"contributions": "기여",
	"debugger name": "이름",
	"debuggers": "디버거({0})",
	"default": "기본값",
	"dependencies": "종속성",
	"description": "설명",
	"details": "세부 정보",
	"extension id": "확장 ID",
	"file extensions": "파일 확장명",
	"grammar": "문법",
	"install count": "설치 수",
	"keyboard shortcuts": "바로 가기 키(&&K)",
	"language id": "ID",
	"language name": "이름",
	"languages": "언어({0})",
	"license": "라이선스",
	"menuContexts": "메뉴 컨텍스트",
	"name": "확장 이름",
D
Dirk Baeumer 已提交
29
	"noChangelog": "CHANGELOG를 사용할 수 없습니다.",
D
Dirk Baeumer 已提交
30 31 32 33 34 35 36 37 38 39
	"noContributions": "참여 없음",
	"noDependencies": "종속성 없음",
	"noReadme": "사용 가능한 추가 정보가 없습니다.",
	"publisher": "게시자 이름",
	"rating": "등급",
	"setting name": "이름",
	"settings": "설정({0})",
	"snippets": "코드 조각",
	"themes": "테마({0})"
}