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

menusExtensionPoint.i18n.json « browser « actions « platform « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee860687c51b023b551665f3f722bedc73f7e533 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"dup": "`명령` 섹션에 `{0}` 명령이 여러 번 나타납니다.",
	"dupe.command": "메뉴 항목이 동일한 명령을 기본값과 alt 명령으로 참조합니다.",
	"menuId.invalid": "`{0}`은(는) 유효한 메뉴 식별자가 아닙니다.",
	"menus.editorContext": "편집기 상황에 맞는 메뉴",
	"menus.editorTabContext": "편집기 탭 상황에 맞는 메뉴",
	"menus.editorTitle": "편집기 제목 메뉴",
	"menus.explorerContext": "파일 탐색기 상황에 맞는 메뉴",
	"missing.altCommand": "메뉴 항목이 '명령' 섹션에 정의되지 않은 alt 명령 `{0}`을(를) 참조합니다.",
	"missing.command": "메뉴 항목이 '명령' 섹션에 정의되지 않은 `{0}` 명령을 참조합니다.",
	"nonempty": "비어 있지 않은 값이 필요합니다.",
	"nosupport.altCommand": "죄송합니다. 현재 '편집기/제목' 메뉴의 '탐색' 그룹만 alt 명령을 지원합니다.",
	"opticon": "`icon` 속성은 생략할 수 있거나 문자열 또는 리터럴(예: `{dark, light}`)이어야 합니다.",
	"optstring": "속성 `{0}`은(는) 생략할 수 있으며 `string` 형식이어야 합니다.",
	"requirearry": "메뉴 항목은 배열이어야 합니다.",
	"requirestring": "속성 `{0}`은(는) 필수이며 `string` 형식이어야 합니다.",
	"vscode.extension.contributes.commandType.category": "(선택 사항) UI에서 명령별 범주 문자열을 그룹화합니다.",
	"vscode.extension.contributes.commandType.command": "실행할 명령의 식별자",
	"vscode.extension.contributes.commandType.icon": "(선택 사항) UI에서 명령을 나타내는 데 사용되는 아이콘입니다. 파일 경로 또는 테마 지정 가능 구성입니다.",
	"vscode.extension.contributes.commandType.icon.dark": "어두운 테마가 사용될 경우의 아이콘 경로입니다.",
	"vscode.extension.contributes.commandType.icon.light": "밝은 테마가 사용될 경우의 아이콘 경로입니다.",
	"vscode.extension.contributes.commandType.title": "명령이 UI에 표시되는 제목입니다.",
	"vscode.extension.contributes.commands": "명령 팔레트에 명령을 적용합니다.",
	"vscode.extension.contributes.menuItem.alt": "실행할 대체 명령의 식별자입니다. 명령은 '명령' 섹션에 선언되어야 합니다.",
	"vscode.extension.contributes.menuItem.command": "실행할 명령의 식별자입니다. 명령은 '명령' 섹션에 선언되어야 합니다.",
	"vscode.extension.contributes.menuItem.group": "이 명령이 속하는 그룹입니다.",
	"vscode.extension.contributes.menuItem.when": "이 항목을 표시하기 위해 true여야 하는 조건입니다.",
	"vscode.extension.contributes.menus": "편집기에 메뉴 항목을 적용합니다."
}