forked from WoozyMasta/codex-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.ko.json
More file actions
22 lines (22 loc) · 1.68 KB
/
package.nls.ko.json
File metadata and controls
22 lines (22 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"extension.displayName": "Codex Switch",
"extension.description": "여러 Codex 계정을 전환하고 관리합니다",
"configuration.title": "Codex Switch",
"configuration.debugLogging.description": "자세한 로그를 활성화합니다(토큰은 출력하지 않음)",
"configuration.activeProfileScope.description": "활성 프로필 선택을 저장할 위치",
"command.login.title": "Codex Switch: 로그인 도움말",
"command.profile.manage.title": "Codex Switch: 프로필 관리",
"command.profile.login.title": "Codex Switch: 로그인 (Codex CLI)",
"command.profile.switch.title": "Codex Switch: 프로필 전환",
"command.profile.toggleLast.title": "Codex Switch: 프로필 순환 전환",
"command.profile.addFromCodexAuthFile.title": "Codex Switch: 현재 auth.json 에서 추가",
"command.profile.addFromFile.title": "Codex Switch: 파일에서 가져오기",
"command.profile.rename.title": "Codex Switch: 프로필 이름 변경",
"command.profile.delete.title": "Codex Switch: 프로필 삭제",
"configuration.reloadWindowAfterProfileSwitch.description": "프로필 전환/가져오기에 성공한 후 Codex 확장이 auth.json을 다시 읽도록 VS Code 창을 다시 로드합니다",
"configuration.statusBarClickBehavior.description": "상태 표시줄의 프로필 항목 클릭 동작",
"configuration.statusBarClickBehavior.cycle": "저장된 모든 프로필을 순환 전환",
"configuration.statusBarClickBehavior.toggleLast": "현재 프로필과 이전 프로필 간 전환",
"command.profile.exportSettings.title": "Codex Switch: 프로필 내보내기",
"command.profile.importSettings.title": "Codex Switch: 프로필 가져오기"
}