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

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