-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.ko.json
More file actions
42 lines (42 loc) · 3.25 KB
/
package.nls.ko.json
File metadata and controls
42 lines (42 loc) · 3.25 KB
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
{
"category.quickCommands": "Quick Command Buttons",
"command.deleteButtonSet": "버튼 세트 삭제",
"command.executeFromTree": "트리에서 명령 실행",
"command.exportConfiguration": "구성 내보내기",
"command.importConfiguration": "구성 가져오기",
"command.openConfig": "구성 UI 열기",
"command.refresh": "Quick Command Buttons 새로고침",
"command.refreshTree": "Treeview 새로고침",
"command.saveAsButtonSet": "현재 버튼을 세트로 저장",
"command.showAllCommands": "모든 빠른 명령 보기",
"command.switchButtonSet": "버튼 세트 전환",
"command.toggleConfigurationTarget": "구성 저장 위치 전환 (Workspace/Global)",
"config.activeSet.description": "현재 활성화된 버튼 세트 이름 (null이면 기본 버튼 사용)",
"config.buttonSets.buttons.description": "이 세트의 버튼들",
"config.buttonSets.description": "빠른 컨텍스트 전환을 위한 버튼 세트",
"config.buttonSets.name.description": "버튼 세트의 고유 이름",
"config.buttons.color.description": "버튼 텍스트 색상",
"config.buttons.command.description": "실행할 명령 (단일 버튼용)",
"config.buttons.description": "빠른 명령 버튼 구성",
"config.buttons.executeAll.description": "그룹의 모든 명령 동시 실행",
"config.buttons.group.description": "그룹 버튼의 하위 명령 (무한 중첩 지원)",
"config.buttons.insertOnly.description": "명령을 실행하지 않고 터미널에만 입력 (사용자가 직접 Enter 입력 필요)",
"config.buttons.newTerminal.description": "기존 터미널을 재사용하지 않고 매번 새 터미널에서 실행",
"config.buttons.name.description": "버튼 라벨 ($(icon-name) 구문 지원)",
"config.buttons.shortcut.description": "빠른 접근을 위한 단일 키 단축키 (예: 'q', '1', 'F1')",
"config.buttons.terminalName.description": "사용자 정의 터미널 이름",
"config.buttons.useVsCodeApi.description": "터미널 대신 VS Code API 사용",
"config.configurationTarget.description": "버튼 구성 저장 위치: 'local'은 워크스페이스 상태에 저장 (Git 제외), 'workspace'는 .vscode/settings.json에 저장 (프로젝트별), 'global'은 사용자 설정에 저장 (모든 프로젝트 공유)",
"config.configurationTarget.global": "사용자 설정에 저장 - 모든 프로젝트에서 공유",
"config.configurationTarget.local": "워크스페이스 상태에 저장 (Git 제외) - 개인 프로젝트 명령",
"config.configurationTarget.workspace": "워크스페이스 설정에 저장 (.vscode/settings.json) - 프로젝트별 명령",
"config.refreshButton.color.description": "새로고침 버튼 색상",
"config.refreshButton.description": "새로고침 버튼 구성",
"config.refreshButton.enabled.description": "새로고침 버튼 활성화/비활성화",
"config.refreshButton.icon.description": "새로고침 버튼 아이콘 ($(icon-name) 구문 지원)",
"config.setIndicator.description": "세트 표시 버튼 구성",
"config.setIndicator.enabled.description": "상태 표시줄에서 세트 표시 버튼 활성화/비활성화",
"config.title": "Quick Command Buttons",
"view.commands": "Commands",
"viewsContainer.title": "Quick Command Buttons"
}