-
-
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) · 4.14 KB
/
Copy pathpackage.nls.ko.json
File metadata and controls
42 lines (42 loc) · 4.14 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
{
"extension.displayName": "Git ID Switcher",
"extension.description": "여러 Git 프로필을 원클릭으로 전환. SSH 키와 GPG 서명이 연동되며 서브모듈에도 일괄 적용.",
"command.selectIdentity": "ID 선택",
"command.showCurrentIdentity": "현재 ID 표시",
"command.showDocumentation": "문서 표시",
"command.deleteIdentity": "ID 삭제",
"config.title": "Git ID Switcher",
"config.category.identity": "Git ID Switcher: ID 관리",
"config.category.submodule": "Git ID Switcher: 서브모듈",
"config.category.display": "Git ID Switcher: 알림 및 표시",
"config.category.logging": "Git ID Switcher: 디버깅",
"config.category.advanced": "Git ID Switcher: 기타",
"config.identities": "전환할 Git ID 목록",
"config.identities.markdown": "Git 프로필 목록. 각 프로필에 다음을 설정할 수 있습니다:\n- `id`: 고유 식별자 (영숫자, 하이픈, 밑줄만 가능; 중복 불가; 필수)\n- `name`: Git user.name (필수)\n- `email`: Git user.email (필수)\n- `service`: Git 호스팅 서비스 (예: GitHub, GitLab, Bitbucket)\n- `icon`: 상태 표시줄에 표시할 이모지 (예: 🏠, 💼)\n- `description`: 이 ID의 메모 (예: 회사용, 개인용)\n- `sshKeyPath`: SSH 개인 키 경로 (예: ~/.ssh/id_ed25519_work)\n- `sshHost`: SSH 구성 호스트 별칭 (예: github-work, gitlab-personal)\n- `gpgKeyId`: 커밋 서명을 위한 GPG 키 ID (예: ABCD1234EF567890)",
"config.identities.id": "고유 식별자 (영숫자, 하이픈, 밑줄만 가능; 중복 불가; 필수)",
"config.identities.name": "Git user.name (필수)",
"config.identities.email": "Git user.email (필수)",
"config.identities.service": "Git 호스팅 서비스 (예: GitHub, GitLab, Bitbucket)",
"config.identities.icon": "상태 표시줄에 표시할 이모지 (예: 🏠, 💼)",
"config.identities.description": "이 ID의 메모 (예: 회사용, 개인용)",
"config.identities.sshKeyPath": "SSH 개인 키 경로 (예: ~/.ssh/id_ed25519_work)",
"config.identities.sshHost": "SSH 구성 호스트 별칭 (예: github-work, gitlab-personal)",
"config.identities.gpgKeyId": "커밋 서명을 위한 GPG 키 ID (예: ABCD1234EF567890)",
"config.defaultIdentity": "ID가 선택되지 않았을 때 사용할 기본 ID",
"config.autoSwitchSshKey": "ID 변경 시 SSH 키 자동 전환",
"config.applyToSubmodules": "전환 시 Git 서브모듈에 자동으로 ID 적용",
"config.submoduleDepth": "서브모듈 적용 깊이 (1~5, 1 = 직접 서브모듈만)",
"config.showNotifications": "ID 전환 시 알림 표시",
"config.includeIconInGitConfig": "Git config user.name에 아이콘 이모지를 포함합니다 (커밋 기록에 영향). false인 경우 아이콘은 에디터 UI에서만 표시됩니다.",
"config.logging.fileEnabled": "감사 로그를 파일에 저장 (ID 전환, SSH 키 작업 등을 기록)",
"config.logging.level": "로그 상세도 (DEBUG=전체 기록, ERROR=오류만). 선택한 레벨 이상을 기록.",
"config.logging.filePath": "로그 파일 경로 (예: ~/.git-id-switcher/security.log)",
"config.logging.maxFileSize": "로테이션 전 최대 파일 크기 (바이트, 기본값: 10MB)",
"config.logging.maxFiles": "유지할 로테이션 파일의 최대 수 (기본값: 5)",
"config.logging.redactAllSensitive": "활성화하면 로그의 모든 값이 마스킹됩니다 (최대 프라이버시 모드)",
"config.category.syncCheck": "Git ID Switcher: 동기화 확인",
"config.syncCheck.enabled": "선택한 프로필이 실제 git config와 일치하는지 확인합니다. 불일치가 감지되면 상태 표시줄에 경고가 표시됩니다.",
"config.syncCheck.onFocusReturn": "편집기 창에 포커스가 돌아올 때 동기화 확인을 실행합니다 (예: git config를 변경했을 수 있는 터미널에서 전환한 후).",
"config.commandTimeouts": "명령의 사용자 지정 시간 초과 값 (밀리초)",
"config.commandTimeouts.markdown": "기본 명령 시간 초과를 재정의합니다. 예:\n```json\n{\n \"git\": 15000,\n \"ssh-add\": 10000\n}\n```\n기본값: git=10000ms, ssh-add=5000ms, ssh-keygen=5000ms, 기타=30000ms"
}