@kikkimo/claude-launcher 2.5.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ module.exports = {
14
14
  launch_api: "서드파티 API로 Claude Code 실행",
15
15
  launch_api_skip: "서드파티 API로 Claude Code 실행 (권한 확인 자동 건너뛰기)",
16
16
  api_management: "서드파티 API 관리",
17
- language_settings: "언어 설정",
17
+ config_management: "설정 관리",
18
18
  version_check: "버전 업데이트 확인",
19
19
  exit: "종료"
20
20
  },
@@ -22,11 +22,27 @@ module.exports = {
22
22
  title: "서드파티 API 관리",
23
23
  add_new: "새 서드파티 API 추가",
24
24
  remove: "API 삭제",
25
+ edit: "Edit API",
25
26
  switch: "활성 API 전환",
26
27
  statistics: "API 통계 보기",
27
28
  export: "설정 내보내기",
28
29
  import: "설정 가져오기",
29
30
  change_password: "비밀번호 변경",
31
+ manual_upgrade: "수동 모델 업그레이드",
32
+ back: "메인 메뉴로 돌아가기"
33
+ },
34
+ config: {
35
+ title: "설정 관리",
36
+ language: "언어 설정",
37
+ auto_model_upgrade: "모델 자동 업그레이드",
38
+ model_upgrade_notification: "모델 업그레이드 알림",
39
+ telemetry: "Anthropic 텔레메트리",
40
+ api_launch_mode: "서드파티 API 실행 모드",
41
+ no_flicker: "화면 깜빡임 비활성화",
42
+ back: "메인 메뉴로 돌아가기"
43
+ },
44
+ api_select: {
45
+ title: "실행할 API를 선택하세요:",
30
46
  back: "메인 메뉴로 돌아가기"
31
47
  },
32
48
  remove_api: {
@@ -107,7 +123,8 @@ module.exports = {
107
123
  failed_add: "API 추가에 실패했습니다: {0}",
108
124
  failed_remove: "API 삭제에 실패했습니다: {0}",
109
125
  failed_switch: "API 전환에 실패했습니다: {0}",
110
- invalid_index: "유효하지 않은 API 인덱스"
126
+ invalid_index: "유효하지 않은 API 인덱스",
127
+ not_found: "API를 찾을 수 없음: {0}"
111
128
  },
112
129
  password: {
113
130
  empty: "비밀번호는 비어있을 수 없습니다",
@@ -179,7 +196,16 @@ module.exports = {
179
196
  exporting: "설정 내보내기 중...",
180
197
  importing: "설정 가져오기 중...",
181
198
  switching_language: "언어 전환 중...",
182
- initializing: "초기화 중..."
199
+ initializing: "초기화 중...",
200
+ overridden: "재정의됨",
201
+ not_set: "(미설정)",
202
+ default: "기본값",
203
+ enabled: "활성화",
204
+ disabled: "비활성화",
205
+ current_value: "현재 값",
206
+ recommended_value: "권장",
207
+
208
+ auto: "(미설정)",
183
209
  },
184
210
 
185
211
  // API 세부사항과 라벨
@@ -204,6 +230,40 @@ module.exports = {
204
230
  remove_confirm: "삭제할 API: {0}",
205
231
  cannot_undo: "이 작업은 되돌릴 수 없습니다!",
206
232
  removed_info: "삭제됨: {0}"
233
+ },
234
+ edit: {
235
+ select_api: 'Select API to edit',
236
+ current_value: 'Current value: {0}',
237
+ new_value: 'New value: ',
238
+ success: '✅ {0} updated successfully',
239
+ cancelled: 'Edit cancelled',
240
+ back: 'Back',
241
+ field_name: 'Name',
242
+ field_provider: 'Provider',
243
+ field_base_url: 'Base URL',
244
+ field_model: 'Model',
245
+ name_required: 'Name cannot be empty when editing',
246
+ duplicate: 'This change would create a duplicate configuration',
247
+ provider_url_mismatch: 'Provider and URL may be inconsistent',
248
+ provider_url_mismatch_detail: 'Provider: {0} / URL suggests: {1}',
249
+ url_provider_hint: "URL matches provider '{0}' but current provider is '{1}'. Consider updating Provider field.",
250
+ field_model_env_vars: '모델 환경 변수',
251
+ field_runtime_env_vars: '실행 매개변수',
252
+ env_inherited: '상속',
253
+ env_disabled: '비활성화 [off]',
254
+ manage_custom_env_vars: '사용자 정의 변수 관리...',
255
+ no_custom_vars: '(사용자 정의 변수 없음)',
256
+ add_custom_var: '+ 사용자 정의 변수 추가',
257
+ enter_custom_key: '환경 변수 키 입력:',
258
+ enter_custom_value: '값 입력:',
259
+ warn_model_not_in_provider: '경고: 모델 "{0}"이(가) {1} 목록에 없습니다.',
260
+ warn_base_url_not_updated: '정보: 기본 URL이 자동 업데이트되지 않음 ({0}).',
261
+ warn_mixed_provider: '참고: 제공자, 기본 URL, 모델이 서로 다른 공급업체의 것입니다.',
262
+ },
263
+ add: {
264
+ duplicate_detected: 'API "{0}"이(가) 이미 존재합니다. 실행 매개변수 편집으로 이동?',
265
+ jump_to_edit: '기존 API 편집으로 이동',
266
+ cancel: '취소',
207
267
  }
208
268
  },
209
269
 
@@ -277,6 +337,10 @@ module.exports = {
277
337
  good: "양호",
278
338
  strong: "강함",
279
339
  very_strong: "매우 강함"
340
+ },
341
+ guard: {
342
+ delete: { header: '🗑️ Remove API — Password required to verify identity' },
343
+ edit: { header: '✏️ Edit API — Password required to verify identity' }
280
344
  }
281
345
  },
282
346
 
@@ -324,15 +388,26 @@ module.exports = {
324
388
 
325
389
  // 내비게이션 및 UI
326
390
  navigation: {
327
- use_arrows: "↑↓ 화살표 키로 탐색, Enter로 선택, Ctrl+C 두 번 눌러 종료",
328
- use_arrows_esc: "↑↓로 탐색, Enter로 {0}, ESC로 메인 메뉴로 돌아가기",
391
+ use_arrows: "↑↓ 화살표 키로 탐색, Enter/Space로 선택, Ctrl+C 두 번 눌러 종료",
392
+ use_arrows_esc: "↑↓로 탐색, Enter로 {0}, ESC로 취소",
393
+ use_arrows_page_esc: "←→ Page {0}/{1}, ↑↓ to navigate, Enter to {2}, ESC to cancel",
329
394
  use_number_keys: "숫자 키로 선택:",
330
395
  currently_active: "현재 활성 API",
331
396
  select_action: "작업을 선택하세요:",
332
397
  no_options: "사용 가능한 옵션이 없습니다",
333
398
  enter_choice: "선택을 입력하세요 ({0}, 또는 다른 키로 메인 메뉴로 돌아가기):",
334
399
  arrow_keys_not_available: "화살표 키를 사용할 수 없습니다. 선택 번호를 입력하세요 (1-{0}):",
335
- enter_choice_prompt: "[>] 선택을 입력하세요 (1-2, 또는 다른 키로 메인 메뉴로 돌아가기): "
400
+ enter_choice_prompt: "[>] 선택을 입력하세요 (1-2, 또는 다른 키로 메인 메뉴로 돌아가기): ",
401
+ input_1_to_n_or_q: "1-{0} 또는 q 입력:",
402
+ invalid_selection: "잘못된 선택입니다. 1-{0}을(를) 입력하세요.",
403
+ enter_to_edit: "Enter로 편집, ESC로 돌아가기",
404
+ enter_to_select: "Enter로 선택, ESC로 돌아가기",
405
+ action: {
406
+ edit: 'edit',
407
+ remove: 'remove',
408
+ switch: 'switch',
409
+ select: 'select'
410
+ }
336
411
  },
337
412
 
338
413
  // 실행 프로세스
@@ -573,19 +648,15 @@ module.exports = {
573
648
  model_upgrade: {
574
649
  notification: "모델 업그레이드 가능: {0} → {1}",
575
650
  notification_api: "API: {0}",
576
- notification_hint: "\"서드파티 API 관리 > 모델 업그레이드 설정\"에서 업그레이드하세요",
651
+ notification_hint: "자동 업그레이드: \"설정 관리\" / 수동: \"서드파티 API 관리 > 수동 모델 업그레이드\"",
577
652
  auto_upgraded: "모델이 자동 업그레이드되었습니다: {0} → {1}",
578
653
 
579
- settings_title: "모델 업그레이드 설정",
580
654
  current_config: "현재 설정",
581
655
  auto_upgrade_label: "최신 모델 자동 사용",
582
656
  auto_upgrade_on: "켜짐",
583
657
  auto_upgrade_off: "꺼짐",
584
658
 
585
- menu_toggle_auto_on: "자동 업그레이드 [● 켜짐]",
586
- menu_toggle_auto_off: "자동 업그레이드 [○ 꺼짐]",
587
659
  menu_manual_upgrade: "모든 모델 수동 업그레이드",
588
- menu_back: "뒤로",
589
660
 
590
661
  manual_title: "모델 업그레이드 확인",
591
662
  manual_checking: "{0}개의 API 설정 확인 중...",
@@ -602,8 +673,153 @@ module.exports = {
602
673
  manual_stats_skipped: "건너뜀: {0}개 ({1}개 이미 최신, {2}개 업그레이드 정보 없음)"
603
674
  },
604
675
  hints: {
605
- auto_mode_info: '자동 모드: 현재 Team 플랜에서 지원됩니다. Enterprise/API 플랜은 순차 출시 중입니다. 실행 Shift+Tab으로 전환하세요.',
676
+ auto_mode_info: '실행 Shift+Tab을 눌러 자동 실행 모드로 전환',
606
677
  active_api_info: '활성: {0} / {1}',
607
- no_active_api: '활성화된 API가 없습니다. "API 관리"에서 추가하세요.'
678
+ no_active_api: '활성화된 API가 없습니다. "API 관리"에서 추가하세요.',
679
+ direct_mode_desc: '직접 실행 모드, 활성 API로 즉시 실행',
680
+ direct_mode_api_info: 'API: {0} | 공급자: {1}',
681
+ direct_mode_api_detail: '모델: {0} | 마지막 사용: {1}',
682
+ direct_mode_change: '실행 모드는 "설정 관리"에서 변경할 수 있습니다',
683
+ direct_mode_no_active: '직접 실행 모드이지만 활성 API가 선택되지 않았습니다',
684
+ direct_mode_no_active_detail: '{0}개의 API가 설정됨, "서드파티 API 관리"에서 선택하세요',
685
+ select_mode_desc: '선택 모드, 실행 전 목록에서 API 선택',
686
+ select_mode_change: '실행 모드는 "설정 관리"에서 변경할 수 있습니다',
687
+ select_mode_api_count: '{0}개의 API 설정됨, 활성: {1}',
688
+ select_mode_active_none: '없음',
689
+ no_api_configured: '서드파티 API가 설정되지 않았습니다. 먼저 "서드파티 API 관리"에서 추가하세요',
690
+ api_management_info: '{0}개의 API 설정됨, 활성: {1}',
691
+ config_summary: '언어: {0} | 실행 모드: {1} | 텔레메트리: {2} | 깜빡임 비활성화: {3}',
692
+ edit_password_required: '🔒 Password verification required to edit API configuration',
693
+ remove_password_required: '🔒 Password verification required to remove API',
694
+ export_password_required: '🔒 Password verification required to export configuration',
695
+ import_password_required: '🔒 Password verification required to import configuration',
696
+ config: {
697
+ language: '표시 언어 전환, 현재: {0}',
698
+ auto_upgrade: '서드파티 API의 모델 버전을 자동 감지 및 업그레이드',
699
+ upgrade_notification: '메인 메뉴 상단에 모델 업그레이드 알림 표시',
700
+ telemetry: '비활성화 시 DISABLE_TELEMETRY=1을 주입합니다. 권장: OFF',
701
+ launch_mode: '직접: 활성 API로 실행 / 선택: 목록에서 먼저 선택',
702
+ no_flicker: '화면 깜빡임 비활성화 (CLAUDE_CODE_NO_FLICKER)'
703
+ },
704
+ api_select: {
705
+ info: 'API: {0}',
706
+ detail: '공급자: {0} | 모델: {1}',
707
+ usage: '사용 횟수: {0} | 마지막 사용: {1}'
708
+ },
709
+ model: {
710
+ desc: '각 시나리오에 사용할 모델 버전',
711
+ sonnet: 'Claude Code Sonnet 등급에 해당',
712
+ sonnet_detail: "Default model for everyday conversations in Claude Code. Corresponds to env var [ANTHROPIC_DEFAULT_SONNET_MODEL]. Auto-matched to same-generation Sonnet tier",
713
+ opus: 'Claude Code Opus 등급에 해당',
714
+ opus_detail: "Model for complex reasoning and deep analysis tasks. Corresponds to env var [ANTHROPIC_DEFAULT_OPUS_MODEL]. Auto-matched to same-generation Opus tier",
715
+ haiku: 'Claude Code Haiku 등급에 해당',
716
+ haiku_detail: "Lightweight fast model for simple tasks and high-frequency calls. Corresponds to env var [ANTHROPIC_DEFAULT_HAIKU_MODEL]. Auto-matched to same-generation high-speed variant",
717
+ subagent: '하위 작업 및 브랜치 실행 시 사용할 모델',
718
+ subagent_detail: "Model for subtasks and branch execution. Corresponds to env var [CLAUDE_CODE_SUBAGENT_MODEL]. Auto-filled by model orchestration",
719
+ custom_option: '/model 선택기에 추가할 모델 ID',
720
+ custom_option_detail: "Model ID used for API requests to the third-party provider. Corresponds to env var [ANTHROPIC_CUSTOM_MODEL_OPTION]. Auto-filled by model orchestration",
721
+ custom_name: '/model에서 커스텀 모델의 표시 이름',
722
+ custom_name_detail: "Display name in the /model command selector. Corresponds to env var [ANTHROPIC_CUSTOM_MODEL_OPTION_NAME]. Auto-filled by model orchestration",
723
+ },
724
+ runtime: {
725
+ desc: '타임아웃, 속성, 네트워크 동작 토글',
726
+ timeout: 'API 호출 최대 대기 시간',
727
+ timeout_detail: "Maximum wait time for API calls in milliseconds. Corresponds to env var [API_TIMEOUT_MS].",
728
+ attribution: '출력에 속성 마커 추가 여부',
729
+ attribution_detail: "Controls whether an attribution marker is appended to AI output. Corresponds to env var [CLAUDE_CODE_ATTRIBUTION_HEADER].",
730
+ nonessential: '비필수 네트워크 요청 감소 여부',
731
+ nonessential_detail: "When enabled, reduces background network requests to lower API overhead. Corresponds to env var [CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC].",
732
+ effort: '모델이 응답에 투자하는 추론 깊이',
733
+ effort_detail: "Controls reasoning depth in model responses. Corresponds to env var [CLAUDE_CODE_EFFORT_LEVEL]. Valid: low / medium / high / xhigh / max / auto",
734
+ experimental: 'Anthropic 실험적 Beta 기능을 비활성화하여 API 안정성을 향상시킵니다',
735
+ experimental_detail: "When enabled, disables Anthropic experimental Beta features. Corresponds to env var [CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS].",
736
+ nonstreaming: '스트림 실패 시 비스트리밍 폴백 비활성화 여부',
737
+ nonstreaming_detail: "When enabled, failed streaming requests will not fall back to non-streaming mode. Corresponds to env var [CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK].",
738
+ effort_values: "유효한 값: low, medium, high, xhigh, max, auto",
739
+ source_manual: "사용자가 수동으로 설정",
740
+ source_provider: "제공자 권장 기본값",
741
+ source_default: "설정되지 않음, Claude Code 내장 기본값 사용",
742
+ },
743
+ custom: {
744
+ desc: '시작 환경에 주입할 추가 키-값 쌍'
745
+ }
746
+ },
747
+
748
+ page: {
749
+ model_runtime_config: '모델 및 런타임 설정',
750
+ model_config: '모델 설정',
751
+ runtime_config: '런타임 설정',
752
+ custom_vars: '사용자 정의 변수'
753
+ },
754
+
755
+ action: {
756
+ follow_recommended: '권장 따르기',
757
+ force_enable: '강제 활성화',
758
+ force_disable: '강제 비활성화',
759
+ custom_input: '사용자 정의 입력',
760
+ edit_value: '값 편집',
761
+ delete_variable: '변수 삭제',
762
+ add_variable: '변수 추가',
763
+ finish_create: '완료 (현재 설정 사용)',
764
+ cancel_config: "취소",
765
+ please_choose: '선택하세요'
766
+ },
767
+
768
+ prompt: {
769
+ empty_to_restore: '빈 값으로 권장 복원',
770
+ exit_to_cancel: 'exit 입력하여 취소'
771
+ },
772
+
773
+ add_api: {
774
+ step_n_of_m: 'API 추가 · 단계 {0}/{1}',
775
+ confirm_config: '설정 확인',
776
+ finish_hint: '프로바이더 및 모델 기반으로 권장 설정 자동 완성됨',
777
+ confirm_page_prompt: "권장 기본값으로 지금 생성 완료하거나, 아래 설정 섹션을 선택하여 사용자 정의할 수 있습니다",
778
+ duplicate_title: '이 API 연결이 이미 존재합니다',
779
+ duplicate_enter_config: '기존 API 설정으로 이동',
780
+ duplicate_back: '연결 정보 수정으로 돌아가기',
781
+ duplicate_draft_discarded: '참고: 이 추가 흐름 중 ENV 설정 변경 사항은 기존 API에 자동 병합되지 않습니다',
782
+ duplicate_race_lost: '새로 생성된 API가 다른 프로세스에 의해 점유되었습니다. 현재 초안이 폐기되었습니다',
783
+ partial_failure: '일부 ENV 설정 쓰기 실패, 수동으로 확인하세요',
784
+ recommended_models: '권장 모델'
785
+ },
786
+
787
+ summary: {
788
+ x_items: '{0}개'
789
+ },
790
+
791
+ // Config label display names (used in env editing menus)
792
+ config_labels: {
793
+ model: {
794
+ ANTHROPIC_DEFAULT_SONNET_MODEL: '일반 모델 (Sonnet)',
795
+ ANTHROPIC_DEFAULT_OPUS_MODEL: '고성능 모델 (Opus)',
796
+ ANTHROPIC_DEFAULT_HAIKU_MODEL: '빠른 모델 (Haiku)',
797
+ CLAUDE_CODE_SUBAGENT_MODEL: '하위 에이전트 모델',
798
+ ANTHROPIC_CUSTOM_MODEL_OPTION: '사용자 정의 모델',
799
+ ANTHROPIC_CUSTOM_MODEL_OPTION_NAME: '사용자 정의 모델 이름',
800
+ },
801
+ runtime: {
802
+ API_TIMEOUT_MS: '요청 시간 초과',
803
+ CLAUDE_CODE_ATTRIBUTION_HEADER: '출력 속성',
804
+ CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: '비필수 트래픽 감소',
805
+ CLAUDE_CODE_EFFORT_LEVEL: '추론 깊이',
806
+ CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS: '실험적 기능 비활성화',
807
+ CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK: '비스트리밍 폴백 비활성화',
808
+ },
809
+ },
810
+
811
+ confirm: {
812
+ delete_variable: '이 변수를 삭제하시겠습니까? (y/N)'
813
+ },
814
+
815
+ config: {
816
+ values: {
817
+ on: '켜짐',
818
+ off: '꺼짐',
819
+ direct_mode: '직접 모드',
820
+ select_mode: '선택 모드',
821
+ recommended_off: '꺼짐 (권장)',
822
+ recommended_on: '켜기 (권장)'
823
+ }
608
824
  }
609
825
  };
@@ -14,7 +14,7 @@ module.exports = {
14
14
  launch_api: "Executar Claude Code com API de Terceiros",
15
15
  launch_api_skip: "Executar Claude Code com API de Terceiros (Pular Permissões Automaticamente)",
16
16
  api_management: "Gerenciamento de API de Terceiros",
17
- language_settings: "Configurações de Idioma",
17
+ config_management: "Gerenciamento de Configuração",
18
18
  version_check: "Verificação de Atualização de Versão",
19
19
  exit: "Sair"
20
20
  },
@@ -22,11 +22,27 @@ module.exports = {
22
22
  title: "Gerenciamento de API de Terceiros",
23
23
  add_new: "Adicionar Nova API de Terceiros",
24
24
  remove: "Remover API",
25
+ edit: "Edit API",
25
26
  switch: "Trocar API Ativa",
26
27
  statistics: "Ver Estatísticas da API",
27
28
  export: "Exportar Configuração",
28
29
  import: "Importar Configuração",
29
30
  change_password: "Alterar Senha",
31
+ manual_upgrade: "Atualização Manual de Modelo",
32
+ back: "Voltar ao Menu Principal"
33
+ },
34
+ config: {
35
+ title: "Gerenciamento de Configuração",
36
+ language: "Configurações de Idioma",
37
+ auto_model_upgrade: "Atualização Automática de Modelo",
38
+ model_upgrade_notification: "Notificação de Atualização de Modelo",
39
+ telemetry: "Telemetria Anthropic",
40
+ api_launch_mode: "Modo de Inicialização de API de Terceiros",
41
+ no_flicker: "Desativar oscilação de tela",
42
+ back: "Voltar ao Menu Principal"
43
+ },
44
+ api_select: {
45
+ title: "Selecione uma API para iniciar:",
30
46
  back: "Voltar ao Menu Principal"
31
47
  },
32
48
  remove_api: {
@@ -107,7 +123,8 @@ module.exports = {
107
123
  failed_add: "Falha ao adicionar API: {0}",
108
124
  failed_remove: "Falha ao remover API: {0}",
109
125
  failed_switch: "Falha ao trocar API: {0}",
110
- invalid_index: "Índice de API inválido"
126
+ invalid_index: "Índice de API inválido",
127
+ not_found: "API não encontrada: {0}",
111
128
  },
112
129
  password: {
113
130
  empty: "A senha não pode estar vazia",
@@ -179,7 +196,16 @@ module.exports = {
179
196
  exporting: "Exportando configuração...",
180
197
  importing: "Importando configuração...",
181
198
  switching_language: "Alterando idioma...",
182
- initializing: "Inicializando..."
199
+ initializing: "Inicializando...",
200
+ overridden: "Substituído",
201
+ not_set: "(não definido)",
202
+ default: "Padrão",
203
+ enabled: "Ativado",
204
+ disabled: "Desativado",
205
+ current_value: "Atual",
206
+ recommended_value: "Recomendado",
207
+
208
+ auto: "(não definido)",
183
209
  },
184
210
 
185
211
  // API details and labels
@@ -204,6 +230,40 @@ module.exports = {
204
230
  remove_confirm: "API para remover: {0}",
205
231
  cannot_undo: "Esta ação não pode ser desfeita!",
206
232
  removed_info: "Removida: {0}"
233
+ },
234
+ edit: {
235
+ select_api: 'Select API to edit',
236
+ current_value: 'Current value: {0}',
237
+ new_value: 'New value: ',
238
+ success: '✅ {0} updated successfully',
239
+ cancelled: 'Edit cancelled',
240
+ back: 'Back',
241
+ field_name: 'Name',
242
+ field_provider: 'Provider',
243
+ field_base_url: 'Base URL',
244
+ field_model: 'Model',
245
+ name_required: 'Name cannot be empty when editing',
246
+ duplicate: 'This change would create a duplicate configuration',
247
+ provider_url_mismatch: 'Provider and URL may be inconsistent',
248
+ provider_url_mismatch_detail: 'Provider: {0} / URL suggests: {1}',
249
+ url_provider_hint: "URL matches provider '{0}' but current provider is '{1}'. Consider updating Provider field.",
250
+ field_model_env_vars: "Variáveis de ambiente do modelo",
251
+ field_runtime_env_vars: "Parâmetros de execução",
252
+ env_inherited: "Herdado",
253
+ env_disabled: "Desativado [off]",
254
+ manage_custom_env_vars: "Gerenciar variáveis personalizadas...",
255
+ no_custom_vars: "(sem variáveis personalizadas)",
256
+ add_custom_var: "+ Adicionar variável personalizada",
257
+ enter_custom_key: "Insira a chave da variável:",
258
+ enter_custom_value: "Insira o valor:",
259
+ warn_model_not_in_provider: 'Aviso: Modelo "{0}" não encontrado na lista {1}.',
260
+ warn_base_url_not_updated: "Info: URL base não atualizada automaticamente ({0}).",
261
+ warn_mixed_provider: "Nota: Provider, URL base e Modelo são de fornecedores diferentes.",
262
+ },
263
+ add: {
264
+ duplicate_detected: 'API "{0}" já existe. Ir para edição de parâmetros?',
265
+ jump_to_edit: "Ir para editar API existente",
266
+ cancel: "Cancelar",
207
267
  }
208
268
  },
209
269
 
@@ -277,6 +337,10 @@ module.exports = {
277
337
  good: "Boa",
278
338
  strong: "Forte",
279
339
  very_strong: "Muito Forte"
340
+ },
341
+ guard: {
342
+ delete: { header: '🗑️ Remove API — Password required to verify identity' },
343
+ edit: { header: '✏️ Edit API — Password required to verify identity' }
280
344
  }
281
345
  },
282
346
 
@@ -324,15 +388,26 @@ module.exports = {
324
388
 
325
389
  // Navigation and UI
326
390
  navigation: {
327
- use_arrows: "Use as teclas de seta ↑↓ para navegar, Enter para selecionar, Duplo Ctrl+C para sair",
328
- use_arrows_esc: "Use ↑↓ para navegar, Enter para {0}, ESC para voltar ao menu principal",
391
+ use_arrows: "Use as teclas de seta ↑↓ para navegar, Enter/Espaço para selecionar, Duplo Ctrl+C para sair",
392
+ use_arrows_esc: "Use ↑↓ para navegar, Enter para {0}, ESC para cancelar",
393
+ use_arrows_page_esc: "←→ Page {0}/{1}, ↑↓ to navigate, Enter to {2}, ESC to cancel",
329
394
  use_number_keys: "Use as teclas numéricas para selecionar:",
330
395
  currently_active: "API atualmente ativa",
331
396
  select_action: "Selecione uma ação:",
332
397
  no_options: "Nenhuma opção disponível",
333
398
  enter_choice: "Digite sua escolha ({0}, ou qualquer outra tecla para voltar ao menu principal):",
334
399
  arrow_keys_not_available: "Teclas de seta não disponíveis. Digite o número da seleção (1-{0}):",
335
- enter_choice_prompt: "[>] Digite sua escolha (1-2, ou qualquer outra tecla para voltar ao menu principal): "
400
+ enter_choice_prompt: "[>] Digite sua escolha (1-2, ou qualquer outra tecla para voltar ao menu principal): ",
401
+ input_1_to_n_or_q: "Digite 1-{0} ou q:",
402
+ invalid_selection: "Seleção inválida. Digite 1-{0}.",
403
+ enter_to_edit: "Enter para editar, ESC para voltar",
404
+ enter_to_select: "Enter para selecionar, ESC para voltar",
405
+ action: {
406
+ edit: 'edit',
407
+ remove: 'remove',
408
+ switch: 'switch',
409
+ select: 'select'
410
+ }
336
411
  },
337
412
 
338
413
  // Launch process
@@ -573,19 +648,15 @@ module.exports = {
573
648
  model_upgrade: {
574
649
  notification: "Atualização de modelo disponível: {0} → {1}",
575
650
  notification_api: "API: {0}",
576
- notification_hint: " para \"Gerenciamento de API de terceiros > Configurações de atualização de modelo\" para atualizar",
651
+ notification_hint: "Atualização auto: \"Gerenciamento de Configuração\" / Manual: \"Gerenciamento de API de Terceiros > Atualização Manual de Modelo\"",
577
652
  auto_upgraded: "Modelo atualizado automaticamente: {0} → {1}",
578
653
 
579
- settings_title: "Configurações de atualização de modelo",
580
654
  current_config: "Configuração atual",
581
655
  auto_upgrade_label: "Usar automaticamente o modelo mais recente",
582
656
  auto_upgrade_on: "ATIVADO",
583
657
  auto_upgrade_off: "DESATIVADO",
584
658
 
585
- menu_toggle_auto_on: "Atualização auto [● ATIVADO]",
586
- menu_toggle_auto_off: "Atualização auto [○ DESATIVADO]",
587
659
  menu_manual_upgrade: "Atualizar todos os modelos manualmente",
588
- menu_back: "Voltar",
589
660
 
590
661
  manual_title: "Verificação de atualização de modelo",
591
662
  manual_checking: "Verificando {0} configurações de API...",
@@ -602,8 +673,153 @@ module.exports = {
602
673
  manual_stats_skipped: "Ignorados: {0} ({1} já atualizados, {2} sem info de atualização)"
603
674
  },
604
675
  hints: {
605
- auto_mode_info: 'Modo automatico: Disponivel para o plano Team. Enterprise/API em implantacao gradual. Apos iniciar, pressione Shift+Tab para alternar.',
676
+ auto_mode_info: 'Pressione Shift+Tab após iniciar para alternar para o modo de execução automática',
606
677
  active_api_info: 'Ativo: {0} / {1}',
607
- no_active_api: 'Nenhuma API ativa configurada. Va para "Gerenciamento de API" para adicionar uma.'
678
+ no_active_api: 'Nenhuma API ativa configurada. para "Gerenciamento de API" para adicionar uma.',
679
+ direct_mode_desc: 'Modo de inicialização direta, inicia imediatamente com a API ativa',
680
+ direct_mode_api_info: 'API: {0} | Provedor: {1}',
681
+ direct_mode_api_detail: 'Modelo: {0} | Último uso: {1}',
682
+ direct_mode_change: 'O modo de inicialização pode ser alterado em "Gerenciamento de Configuração"',
683
+ direct_mode_no_active: 'Modo de inicialização direta, mas nenhuma API ativa selecionada',
684
+ direct_mode_no_active_detail: '{0} APIs configuradas, selecione uma em "Gerenciamento de API de Terceiros"',
685
+ select_mode_desc: 'Modo seleção, escolha uma API da lista antes de iniciar',
686
+ select_mode_change: 'O modo de inicialização pode ser alterado em "Gerenciamento de Configuração"',
687
+ select_mode_api_count: '{0} APIs configuradas, ativa: {1}',
688
+ select_mode_active_none: 'nenhuma',
689
+ no_api_configured: 'Nenhuma API de terceiros configurada. Adicione uma em "Gerenciamento de API de Terceiros" primeiro',
690
+ api_management_info: '{0} APIs configuradas, ativa: {1}',
691
+ config_summary: 'Idioma: {0} | Modo de inicialização: {1} | Telemetria: {2} | Sem oscilação: {3}',
692
+ edit_password_required: '🔒 Password verification required to edit API configuration',
693
+ remove_password_required: '🔒 Password verification required to remove API',
694
+ export_password_required: '🔒 Password verification required to export configuration',
695
+ import_password_required: '🔒 Password verification required to import configuration',
696
+ config: {
697
+ language: 'Alterar idioma de exibição, atual: {0}',
698
+ auto_upgrade: 'Detectar e atualizar automaticamente versões de modelos para APIs de terceiros',
699
+ upgrade_notification: 'Mostrar notificação de atualização de modelo no topo do menu principal',
700
+ telemetry: 'Injeta DISABLE_TELEMETRY=1 quando desabilitado. Recomendado: OFF',
701
+ launch_mode: 'Direto: iniciar com API ativa / Seleção: escolher da lista primeiro',
702
+ no_flicker: 'Desativar oscilação de tela (CLAUDE_CODE_NO_FLICKER)'
703
+ },
704
+ api_select: {
705
+ info: 'API: {0}',
706
+ detail: 'Provedor: {0} | Modelo: {1}',
707
+ usage: 'Uso: {0} vezes | Último uso: {1}'
708
+ },
709
+ model: {
710
+ desc: 'Versões de modelo para cada cenário',
711
+ sonnet: 'Corresponde ao nível Sonnet do Claude Code',
712
+ sonnet_detail: "Default model for everyday conversations in Claude Code. Corresponds to env var [ANTHROPIC_DEFAULT_SONNET_MODEL]. Auto-matched to same-generation Sonnet tier",
713
+ opus: 'Corresponde ao nível Opus do Claude Code',
714
+ opus_detail: "Model for complex reasoning and deep analysis tasks. Corresponds to env var [ANTHROPIC_DEFAULT_OPUS_MODEL]. Auto-matched to same-generation Opus tier",
715
+ haiku: 'Corresponde ao nível Haiku do Claude Code',
716
+ haiku_detail: "Lightweight fast model for simple tasks and high-frequency calls. Corresponds to env var [ANTHROPIC_DEFAULT_HAIKU_MODEL]. Auto-matched to same-generation high-speed variant",
717
+ subagent: 'Modelo usado para subtarefas e ramificações',
718
+ subagent_detail: "Model for subtasks and branch execution. Corresponds to env var [CLAUDE_CODE_SUBAGENT_MODEL]. Auto-filled by model orchestration",
719
+ custom_option: 'ID de modelo adicional no seletor /model',
720
+ custom_option_detail: "Model ID used for API requests to the third-party provider. Corresponds to env var [ANTHROPIC_CUSTOM_MODEL_OPTION]. Auto-filled by model orchestration",
721
+ custom_name: 'Nome de exibição para modelo personalizado no /model',
722
+ custom_name_detail: "Display name in the /model command selector. Corresponds to env var [ANTHROPIC_CUSTOM_MODEL_OPTION_NAME]. Auto-filled by model orchestration",
723
+ },
724
+ runtime: {
725
+ desc: 'Tempo limite, atribuição, comportamento de rede',
726
+ timeout: 'Tempo máximo de espera para chamadas API',
727
+ timeout_detail: "Maximum wait time for API calls in milliseconds. Corresponds to env var [API_TIMEOUT_MS].",
728
+ attribution: 'Se deve adicionar marcador de atribuição à saída',
729
+ attribution_detail: "Controls whether an attribution marker is appended to AI output. Corresponds to env var [CLAUDE_CODE_ATTRIBUTION_HEADER].",
730
+ nonessential: 'Se deve reduzir solicitações de rede não essenciais',
731
+ nonessential_detail: "When enabled, reduces background network requests to lower API overhead. Corresponds to env var [CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC].",
732
+ effort: 'Profundidade de raciocínio do modelo nas respostas',
733
+ effort_detail: "Controls reasoning depth in model responses. Corresponds to env var [CLAUDE_CODE_EFFORT_LEVEL]. Valid: low / medium / high / xhigh / max / auto",
734
+ experimental: 'Desativa recursos Beta experimentais da Anthropic para maior estabilidade da API',
735
+ experimental_detail: "When enabled, disables Anthropic experimental Beta features. Corresponds to env var [CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS].",
736
+ nonstreaming: 'Se deve desativar fallback para modo não-streaming em falha de stream',
737
+ nonstreaming_detail: "When enabled, failed streaming requests will not fall back to non-streaming mode. Corresponds to env var [CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK].",
738
+ effort_values: "Valores válidos: low, medium, high, xhigh, max, auto",
739
+ source_manual: "Definido manualmente pelo usuário",
740
+ source_provider: "Valor padrão recomendado pelo provedor",
741
+ source_default: "Não definido, usará o padrão interno do Claude Code",
742
+ },
743
+ custom: {
744
+ desc: 'Pares chave-valor adicionais injetados no ambiente de inicialização'
745
+ }
746
+ },
747
+
748
+ page: {
749
+ model_runtime_config: 'Config de Modelo e Runtime',
750
+ model_config: 'Config de Modelo',
751
+ runtime_config: 'Config de Runtime',
752
+ custom_vars: 'Variáveis Personalizadas'
753
+ },
754
+
755
+ action: {
756
+ follow_recommended: 'Seguir recomendado',
757
+ force_enable: 'Forçar ativação',
758
+ force_disable: 'Forçar desativação',
759
+ custom_input: 'Entrada personalizada',
760
+ edit_value: 'Editar valor',
761
+ delete_variable: 'Excluir variável',
762
+ add_variable: 'Adicionar variável',
763
+ finish_create: 'Finalizar (usar config atual)',
764
+ cancel_config: "Cancelar",
765
+ please_choose: 'Por favor escolha'
766
+ },
767
+
768
+ prompt: {
769
+ empty_to_restore: 'Deixe vazio para restaurar recomendado',
770
+ exit_to_cancel: 'Digite exit para cancelar'
771
+ },
772
+
773
+ add_api: {
774
+ step_n_of_m: 'Adicionar API · Passo {0}/{1}',
775
+ confirm_config: 'Confirmar Config',
776
+ finish_hint: 'Config recomendada preenchida automaticamente com base no provedor e modelo',
777
+ confirm_page_prompt: "Você pode finalizar agora com os padrões recomendados, ou selecionar uma seção de configuração abaixo para personalizar",
778
+ duplicate_title: 'Esta conexão API já existe',
779
+ duplicate_enter_config: 'Ir para config da API existente',
780
+ duplicate_back: 'Voltar para modificar informações de conexão',
781
+ duplicate_draft_discarded: 'Nota: alterações de config ENV feitas durante este fluxo NÃO serão mescladas na API existente',
782
+ duplicate_race_lost: 'A API recém-criada foi ocupada por outro processo, rascunho atual descartado',
783
+ partial_failure: 'Algumas gravações de config ENV falharam, verifique manualmente',
784
+ recommended_models: 'Modelos recomendados'
785
+ },
786
+
787
+ summary: {
788
+ x_items: '{0} itens'
789
+ },
790
+
791
+ // Config label display names (used in env editing menus)
792
+ config_labels: {
793
+ model: {
794
+ ANTHROPIC_DEFAULT_SONNET_MODEL: 'Modelo padrão (Sonnet)',
795
+ ANTHROPIC_DEFAULT_OPUS_MODEL: 'Modelo pesado (Opus)',
796
+ ANTHROPIC_DEFAULT_HAIKU_MODEL: 'Modelo rápido (Haiku)',
797
+ CLAUDE_CODE_SUBAGENT_MODEL: 'Modelo subagente',
798
+ ANTHROPIC_CUSTOM_MODEL_OPTION: 'Modelo personalizado',
799
+ ANTHROPIC_CUSTOM_MODEL_OPTION_NAME: 'Nome do modelo personalizado',
800
+ },
801
+ runtime: {
802
+ API_TIMEOUT_MS: 'Tempo limite de requisição',
803
+ CLAUDE_CODE_ATTRIBUTION_HEADER: 'Atribuição de saída',
804
+ CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: 'Reduzir tráfego não essencial',
805
+ CLAUDE_CODE_EFFORT_LEVEL: 'Nível de esforço',
806
+ CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS: 'Desativar recursos experimentais',
807
+ CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK: 'Desativar fallback não-streaming',
808
+ },
809
+ },
810
+
811
+ confirm: {
812
+ delete_variable: 'Excluir esta variável? (s/N)'
813
+ },
814
+
815
+ config: {
816
+ values: {
817
+ on: 'ATIVADO',
818
+ off: 'DESATIVADO',
819
+ direct_mode: 'Modo direto',
820
+ select_mode: 'Modo seleção',
821
+ recommended_off: 'DESATIVADO (Recomendado)',
822
+ recommended_on: 'Ativado (recomendado)'
823
+ }
608
824
  }
609
825
  };