@kikkimo/claude-launcher 3.0.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.
- package/CHANGELOG.md +28 -0
- package/README.md +7 -4
- package/claude-launcher +634 -38
- package/docs/README-zh.md +7 -4
- package/lib/api-manager.js +501 -67
- package/lib/i18n/locales/de.js +144 -6
- package/lib/i18n/locales/en.js +150 -6
- package/lib/i18n/locales/es.js +144 -6
- package/lib/i18n/locales/fr.js +144 -6
- package/lib/i18n/locales/it.js +144 -6
- package/lib/i18n/locales/ja.js +144 -6
- package/lib/i18n/locales/ko.js +144 -6
- package/lib/i18n/locales/pt.js +144 -6
- package/lib/i18n/locales/ru.js +144 -6
- package/lib/i18n/locales/zh-TW.js +144 -6
- package/lib/i18n/locales/zh.js +150 -6
- package/lib/launcher.js +46 -17
- package/lib/presets/providers.js +143 -39
- package/lib/ui/api-editor.js +668 -210
- package/lib/ui/i18n-labels.js +16 -0
- package/lib/ui/menu.js +19 -13
- package/lib/ui/screen.js +125 -125
- package/lib/utils/version-checker.js +6 -5
- package/lib/validators.js +102 -1
- package/package.json +2 -2
package/lib/i18n/locales/fr.js
CHANGED
|
@@ -38,6 +38,7 @@ module.exports = {
|
|
|
38
38
|
model_upgrade_notification: "Notification de mise à niveau du modèle",
|
|
39
39
|
telemetry: "Télémétrie Anthropic",
|
|
40
40
|
api_launch_mode: "Mode de lancement API tierce",
|
|
41
|
+
no_flicker: "Désactiver le scintillement de l'écran",
|
|
41
42
|
back: "Retour au menu principal"
|
|
42
43
|
},
|
|
43
44
|
api_select: {
|
|
@@ -122,7 +123,8 @@ module.exports = {
|
|
|
122
123
|
failed_add: "Échec de l'ajout de l'API : {0}",
|
|
123
124
|
failed_remove: "Échec de la suppression de l'API : {0}",
|
|
124
125
|
failed_switch: "Échec du changement d'API : {0}",
|
|
125
|
-
invalid_index: "Index d'API invalide"
|
|
126
|
+
invalid_index: "Index d'API invalide",
|
|
127
|
+
not_found: "API introuvable : {0}"
|
|
126
128
|
},
|
|
127
129
|
password: {
|
|
128
130
|
empty: "Le mot de passe ne peut pas être vide",
|
|
@@ -194,7 +196,16 @@ module.exports = {
|
|
|
194
196
|
exporting: "Export de la configuration...",
|
|
195
197
|
importing: "Import de la configuration...",
|
|
196
198
|
switching_language: "Changement de langue...",
|
|
197
|
-
initializing: "Initialisation..."
|
|
199
|
+
initializing: "Initialisation...",
|
|
200
|
+
overridden: "Remplacé",
|
|
201
|
+
not_set: "(non défini)",
|
|
202
|
+
default: "Par défaut",
|
|
203
|
+
enabled: "Activé",
|
|
204
|
+
disabled: "Désactivé",
|
|
205
|
+
current_value: "Actuel",
|
|
206
|
+
recommended_value: "Recommandé",
|
|
207
|
+
|
|
208
|
+
auto: "(non défini)",
|
|
198
209
|
},
|
|
199
210
|
|
|
200
211
|
// Détails et étiquettes des API
|
|
@@ -235,7 +246,24 @@ module.exports = {
|
|
|
235
246
|
duplicate: 'This change would create a duplicate configuration',
|
|
236
247
|
provider_url_mismatch: 'Provider and URL may be inconsistent',
|
|
237
248
|
provider_url_mismatch_detail: 'Provider: {0} / URL suggests: {1}',
|
|
238
|
-
url_provider_hint: "URL matches provider '{0}' but current provider is '{1}'. Consider updating Provider field."
|
|
249
|
+
url_provider_hint: "URL matches provider '{0}' but current provider is '{1}'. Consider updating Provider field.",
|
|
250
|
+
field_model_env_vars: "Variables d'environnement du modèle",
|
|
251
|
+
field_runtime_env_vars: "Paramètres d'exécution",
|
|
252
|
+
env_inherited: "Hérité",
|
|
253
|
+
env_disabled: "Désactivé [off]",
|
|
254
|
+
manage_custom_env_vars: "Gérer les variables personnalisées...",
|
|
255
|
+
no_custom_vars: "(aucune variable personnalisée)",
|
|
256
|
+
add_custom_var: "+ Ajouter une variable",
|
|
257
|
+
enter_custom_key: "Entrez la clé de variable:",
|
|
258
|
+
enter_custom_value: "Entrez la valeur:",
|
|
259
|
+
warn_model_not_in_provider: 'Attention: Modèle "{0}" introuvable dans la liste {1}.',
|
|
260
|
+
warn_base_url_not_updated: "Info: URL de base non mise à jour ({0}).",
|
|
261
|
+
warn_mixed_provider: "Note: Provider, URL de base et Modèle proviennent de différents fournisseurs.",
|
|
262
|
+
},
|
|
263
|
+
add: {
|
|
264
|
+
duplicate_detected: 'API "{0}" existe déjà. Modifier les paramètres?',
|
|
265
|
+
jump_to_edit: "Modifier l'API existante",
|
|
266
|
+
cancel: "Annuler",
|
|
239
267
|
}
|
|
240
268
|
},
|
|
241
269
|
|
|
@@ -370,6 +398,10 @@ module.exports = {
|
|
|
370
398
|
enter_choice: "Entrez votre choix ({0}, ou toute autre touche pour retourner au menu principal) :",
|
|
371
399
|
arrow_keys_not_available: "Touches fléchées non disponibles. Entrez le numéro de sélection (1-{0}) :",
|
|
372
400
|
enter_choice_prompt: "[>] Entrez votre choix (1-2, ou toute autre touche pour retourner au menu principal) : ",
|
|
401
|
+
input_1_to_n_or_q: "Entrez 1-{0} ou q :",
|
|
402
|
+
invalid_selection: "Sélection invalide. Veuillez entrer 1-{0}.",
|
|
403
|
+
enter_to_edit: "Entrée pour modifier, ESC pour revenir",
|
|
404
|
+
enter_to_select: "Entrée pour sélectionner, ESC pour revenir",
|
|
373
405
|
action: {
|
|
374
406
|
edit: 'edit',
|
|
375
407
|
remove: 'remove',
|
|
@@ -656,7 +688,7 @@ module.exports = {
|
|
|
656
688
|
select_mode_active_none: 'aucune',
|
|
657
689
|
no_api_configured: 'Aucune API tierce configurée. Ajoutez-en une dans "Gestion des API tierces" d\'abord',
|
|
658
690
|
api_management_info: '{0} APIs configurées, active : {1}',
|
|
659
|
-
config_summary: 'Langue : {0} | Mode de lancement : {1} | Télémétrie : {2}',
|
|
691
|
+
config_summary: 'Langue : {0} | Mode de lancement : {1} | Télémétrie : {2} | Scintillement: {3}',
|
|
660
692
|
edit_password_required: '🔒 Password verification required to edit API configuration',
|
|
661
693
|
remove_password_required: '🔒 Password verification required to remove API',
|
|
662
694
|
export_password_required: '🔒 Password verification required to export configuration',
|
|
@@ -666,22 +698,128 @@ module.exports = {
|
|
|
666
698
|
auto_upgrade: 'Détecter et mettre à niveau automatiquement les versions de modèles pour les APIs tierces',
|
|
667
699
|
upgrade_notification: 'Afficher la notification de mise à niveau du modèle en haut du menu principal',
|
|
668
700
|
telemetry: 'Injecte DISABLE_TELEMETRY=1 lorsque désactivé. Recommandé : OFF',
|
|
669
|
-
launch_mode: 'Direct : lancer avec l\'API active / Sélection : choisir dans la liste d\'abord'
|
|
701
|
+
launch_mode: 'Direct : lancer avec l\'API active / Sélection : choisir dans la liste d\'abord',
|
|
702
|
+
no_flicker: 'Désactiver le scintillement (CLAUDE_CODE_NO_FLICKER)'
|
|
670
703
|
},
|
|
671
704
|
api_select: {
|
|
672
705
|
info: 'API : {0}',
|
|
673
706
|
detail: 'Fournisseur : {0} | Modèle : {1}',
|
|
674
707
|
usage: 'Utilisation : {0} fois | Dernière utilisation : {1}'
|
|
708
|
+
},
|
|
709
|
+
model: {
|
|
710
|
+
desc: 'Versions de modèle pour chaque scénario',
|
|
711
|
+
sonnet: 'Correspond au niveau Sonnet de 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: 'Correspond au niveau Opus de 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: 'Correspond au niveau Haiku de 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: 'Modèle utilisé pour les sous-tâches et les branches',
|
|
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 modèle supplémentaire dans le sélecteur /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: 'Nom affiché pour le modèle personnalisé dans /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: 'Délai, attribution, comportement réseau',
|
|
726
|
+
timeout: 'Temps d\'attente max pour les appels API',
|
|
727
|
+
timeout_detail: "Maximum wait time for API calls in milliseconds. Corresponds to env var [API_TIMEOUT_MS].",
|
|
728
|
+
attribution: 'Ajouter ou non un marqueur d\'attribution à la sortie',
|
|
729
|
+
attribution_detail: "Controls whether an attribution marker is appended to AI output. Corresponds to env var [CLAUDE_CODE_ATTRIBUTION_HEADER].",
|
|
730
|
+
nonessential: 'Réduire ou non les requêtes réseau non essentielles',
|
|
731
|
+
nonessential_detail: "When enabled, reduces background network requests to lower API overhead. Corresponds to env var [CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC].",
|
|
732
|
+
effort: 'Profondeur de raisonnement du modèle dans les réponses',
|
|
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: "Désactive les fonctions Beta expérimentales d'Anthropic pour une meilleure stabilité de l'API",
|
|
735
|
+
experimental_detail: "When enabled, disables Anthropic experimental Beta features. Corresponds to env var [CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS].",
|
|
736
|
+
nonstreaming: 'Désactiver ou non le repli en mode non-streaming en cas d\'échec du 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: "Valeurs valides: low, medium, high, xhigh, max, auto",
|
|
739
|
+
source_manual: "Défini manuellement par l_utilisateur",
|
|
740
|
+
source_provider: "Valeur par défaut du fournisseur",
|
|
741
|
+
source_default: "Non défini, utilisera la valeur par défaut de Claude Code",
|
|
742
|
+
},
|
|
743
|
+
custom: {
|
|
744
|
+
desc: 'Paires clé-valeur supplémentaires injectées dans l\'environnement de lancement'
|
|
675
745
|
}
|
|
676
746
|
},
|
|
677
747
|
|
|
748
|
+
page: {
|
|
749
|
+
model_runtime_config: 'Config Modèle & Runtime',
|
|
750
|
+
model_config: 'Config Modèle',
|
|
751
|
+
runtime_config: 'Config Runtime',
|
|
752
|
+
custom_vars: 'Variables Personnalisées'
|
|
753
|
+
},
|
|
754
|
+
|
|
755
|
+
action: {
|
|
756
|
+
follow_recommended: 'Suivre la recommandation',
|
|
757
|
+
force_enable: 'Forcer l\'activation',
|
|
758
|
+
force_disable: 'Forcer la désactivation',
|
|
759
|
+
custom_input: 'Saisie personnalisée',
|
|
760
|
+
edit_value: 'Modifier la valeur',
|
|
761
|
+
delete_variable: 'Supprimer la variable',
|
|
762
|
+
add_variable: 'Ajouter une variable',
|
|
763
|
+
finish_create: 'Terminer (utiliser la config actuelle)',
|
|
764
|
+
cancel_config: "Annuler",
|
|
765
|
+
please_choose: 'Veuillez choisir'
|
|
766
|
+
},
|
|
767
|
+
|
|
768
|
+
prompt: {
|
|
769
|
+
empty_to_restore: 'Laisser vide pour restaurer la recommandation',
|
|
770
|
+
exit_to_cancel: 'Entrez exit pour annuler'
|
|
771
|
+
},
|
|
772
|
+
|
|
773
|
+
add_api: {
|
|
774
|
+
step_n_of_m: 'Ajouter API · Étape {0}/{1}',
|
|
775
|
+
confirm_config: 'Confirmer la Config',
|
|
776
|
+
finish_hint: 'Config recommandée remplie automatiquement selon le fournisseur et le modèle',
|
|
777
|
+
confirm_page_prompt: "Vous pouvez terminer maintenant avec les valeurs par défaut recommandées, ou sélectionner une section ci-dessous à personnaliser",
|
|
778
|
+
duplicate_title: 'Cette connexion API existe déjà',
|
|
779
|
+
duplicate_enter_config: 'Aller à la config de l\'API existante',
|
|
780
|
+
duplicate_back: 'Retour pour modifier les infos de connexion',
|
|
781
|
+
duplicate_draft_discarded: 'Note : les modifications de config ENV effectuées pendant ce flux ne seront PAS fusionnées dans l\'API existante',
|
|
782
|
+
duplicate_race_lost: 'L\'API nouvellement créée a été prise par un autre processus, brouillon actuel ignoré',
|
|
783
|
+
partial_failure: 'Certaines écritures de config ENV ont échoué, veuillez vérifier manuellement',
|
|
784
|
+
recommended_models: 'Modèles recommandés'
|
|
785
|
+
},
|
|
786
|
+
|
|
787
|
+
summary: {
|
|
788
|
+
x_items: '{0} éléments'
|
|
789
|
+
},
|
|
790
|
+
|
|
791
|
+
// Config label display names (used in env editing menus)
|
|
792
|
+
config_labels: {
|
|
793
|
+
model: {
|
|
794
|
+
ANTHROPIC_DEFAULT_SONNET_MODEL: 'Modèle standard (Sonnet)',
|
|
795
|
+
ANTHROPIC_DEFAULT_OPUS_MODEL: 'Modèle haute performance (Opus)',
|
|
796
|
+
ANTHROPIC_DEFAULT_HAIKU_MODEL: 'Modèle rapide (Haiku)',
|
|
797
|
+
CLAUDE_CODE_SUBAGENT_MODEL: 'Modèle sous-agent',
|
|
798
|
+
ANTHROPIC_CUSTOM_MODEL_OPTION: 'Modèle personnalisé',
|
|
799
|
+
ANTHROPIC_CUSTOM_MODEL_OPTION_NAME: 'Nom du modèle personnalisé',
|
|
800
|
+
},
|
|
801
|
+
runtime: {
|
|
802
|
+
API_TIMEOUT_MS: 'Délai d\'expiration',
|
|
803
|
+
CLAUDE_CODE_ATTRIBUTION_HEADER: 'Attribution de sortie',
|
|
804
|
+
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: 'Réduire le trafic non essentiel',
|
|
805
|
+
CLAUDE_CODE_EFFORT_LEVEL: 'Niveau d\'effort',
|
|
806
|
+
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS: 'Désactiver les fonctions expérimentales',
|
|
807
|
+
CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK: 'Désactiver le fallback non-streaming',
|
|
808
|
+
},
|
|
809
|
+
},
|
|
810
|
+
|
|
811
|
+
confirm: {
|
|
812
|
+
delete_variable: 'Supprimer cette variable ? (o/N)'
|
|
813
|
+
},
|
|
814
|
+
|
|
678
815
|
config: {
|
|
679
816
|
values: {
|
|
680
817
|
on: 'ACTIVÉ',
|
|
681
818
|
off: 'DÉSACTIVÉ',
|
|
682
819
|
direct_mode: 'Mode direct',
|
|
683
820
|
select_mode: 'Mode sélection',
|
|
684
|
-
recommended_off: 'DÉSACTIVÉ (Recommandé)'
|
|
821
|
+
recommended_off: 'DÉSACTIVÉ (Recommandé)',
|
|
822
|
+
recommended_on: 'Activé (recommandé)'
|
|
685
823
|
}
|
|
686
824
|
}
|
|
687
825
|
};
|
package/lib/i18n/locales/it.js
CHANGED
|
@@ -38,6 +38,7 @@ module.exports = {
|
|
|
38
38
|
model_upgrade_notification: "Notifica Aggiornamento Modello",
|
|
39
39
|
telemetry: "Telemetria Anthropic",
|
|
40
40
|
api_launch_mode: "Modalità Avvio API di Terze Parti",
|
|
41
|
+
no_flicker: "Disattiva sfarfallio schermo",
|
|
41
42
|
back: "Torna al Menu Principale"
|
|
42
43
|
},
|
|
43
44
|
api_select: {
|
|
@@ -122,7 +123,8 @@ module.exports = {
|
|
|
122
123
|
failed_add: "Impossibile aggiungere l'API: {0}",
|
|
123
124
|
failed_remove: "Impossibile rimuovere l'API: {0}",
|
|
124
125
|
failed_switch: "Impossibile cambiare API: {0}",
|
|
125
|
-
invalid_index: "Indice API non valido"
|
|
126
|
+
invalid_index: "Indice API non valido",
|
|
127
|
+
not_found: "API non trovata: {0}",
|
|
126
128
|
},
|
|
127
129
|
password: {
|
|
128
130
|
empty: "La password non può essere vuota",
|
|
@@ -194,7 +196,16 @@ module.exports = {
|
|
|
194
196
|
exporting: "Esportazione configurazione...",
|
|
195
197
|
importing: "Importazione configurazione...",
|
|
196
198
|
switching_language: "Cambio lingua...",
|
|
197
|
-
initializing: "Inizializzazione..."
|
|
199
|
+
initializing: "Inizializzazione...",
|
|
200
|
+
overridden: "Sovrascritto",
|
|
201
|
+
not_set: "(non impostato)",
|
|
202
|
+
default: "Predefinito",
|
|
203
|
+
enabled: "Attivato",
|
|
204
|
+
disabled: "Disattivato",
|
|
205
|
+
current_value: "Attuale",
|
|
206
|
+
recommended_value: "Consigliato",
|
|
207
|
+
|
|
208
|
+
auto: "(non impostato)",
|
|
198
209
|
},
|
|
199
210
|
|
|
200
211
|
// API details and labels
|
|
@@ -235,7 +246,24 @@ module.exports = {
|
|
|
235
246
|
duplicate: 'This change would create a duplicate configuration',
|
|
236
247
|
provider_url_mismatch: 'Provider and URL may be inconsistent',
|
|
237
248
|
provider_url_mismatch_detail: 'Provider: {0} / URL suggests: {1}',
|
|
238
|
-
url_provider_hint: "URL matches provider '{0}' but current provider is '{1}'. Consider updating Provider field."
|
|
249
|
+
url_provider_hint: "URL matches provider '{0}' but current provider is '{1}'. Consider updating Provider field.",
|
|
250
|
+
field_model_env_vars: "Variabili d'ambiente del modello",
|
|
251
|
+
field_runtime_env_vars: "Parametri di esecuzione",
|
|
252
|
+
env_inherited: "Ereditato",
|
|
253
|
+
env_disabled: "Disattivato [off]",
|
|
254
|
+
manage_custom_env_vars: "Gestisci variabili personalizzate...",
|
|
255
|
+
no_custom_vars: "(nessuna variabile personalizzata)",
|
|
256
|
+
add_custom_var: "+ Aggiungi variabile",
|
|
257
|
+
enter_custom_key: "Inserisci chiave variabile:",
|
|
258
|
+
enter_custom_value: "Inserisci valore:",
|
|
259
|
+
warn_model_not_in_provider: 'Avviso: Modello "{0}" non trovato nella lista {1}.',
|
|
260
|
+
warn_base_url_not_updated: "Info: URL base non aggiornato ({0}).",
|
|
261
|
+
warn_mixed_provider: "Nota: Provider, URL base e Modello provengono da fornitori diversi.",
|
|
262
|
+
},
|
|
263
|
+
add: {
|
|
264
|
+
duplicate_detected: 'API "{0}" già esistente. Passare alla modifica?',
|
|
265
|
+
jump_to_edit: "Vai alla modifica dell'API esistente",
|
|
266
|
+
cancel: "Annulla",
|
|
239
267
|
}
|
|
240
268
|
},
|
|
241
269
|
|
|
@@ -370,6 +398,10 @@ module.exports = {
|
|
|
370
398
|
enter_choice: "Inserisci la tua scelta ({0}, o qualsiasi altro tasto per tornare al menu principale):",
|
|
371
399
|
arrow_keys_not_available: "Tasti freccia non disponibili. Inserisci numero selezione (1-{0}):",
|
|
372
400
|
enter_choice_prompt: "[>] Inserisci la tua scelta (1-2, o qualsiasi altro tasto per tornare al menu principale): ",
|
|
401
|
+
input_1_to_n_or_q: "Inserisci 1-{0} o q:",
|
|
402
|
+
invalid_selection: "Selezione non valida. Inserisci 1-{0}.",
|
|
403
|
+
enter_to_edit: "Invio per modificare, ESC per tornare",
|
|
404
|
+
enter_to_select: "Invio per selezionare, ESC per tornare",
|
|
373
405
|
action: {
|
|
374
406
|
edit: 'edit',
|
|
375
407
|
remove: 'remove',
|
|
@@ -656,7 +688,7 @@ module.exports = {
|
|
|
656
688
|
select_mode_active_none: 'nessuna',
|
|
657
689
|
no_api_configured: 'Nessuna API di terze parti configurata. Aggiungine una in "Gestione API di Terze Parti" prima',
|
|
658
690
|
api_management_info: '{0} API configurate, attiva: {1}',
|
|
659
|
-
config_summary: 'Lingua: {0} | Modalità avvio: {1} | Telemetria: {2}',
|
|
691
|
+
config_summary: 'Lingua: {0} | Modalità avvio: {1} | Telemetria: {2} | Sfarfallio: {3}',
|
|
660
692
|
edit_password_required: '🔒 Password verification required to edit API configuration',
|
|
661
693
|
remove_password_required: '🔒 Password verification required to remove API',
|
|
662
694
|
export_password_required: '🔒 Password verification required to export configuration',
|
|
@@ -666,22 +698,128 @@ module.exports = {
|
|
|
666
698
|
auto_upgrade: 'Rileva e aggiorna automaticamente le versioni dei modelli per le API di terze parti',
|
|
667
699
|
upgrade_notification: 'Mostra notifica aggiornamento modello in cima al menu principale',
|
|
668
700
|
telemetry: 'Inietta DISABLE_TELEMETRY=1 quando disabilitato. Raccomandato: OFF',
|
|
669
|
-
launch_mode: 'Diretto: avvia con API attiva / Selezione: scegli dalla lista prima'
|
|
701
|
+
launch_mode: 'Diretto: avvia con API attiva / Selezione: scegli dalla lista prima',
|
|
702
|
+
no_flicker: 'Disattiva sfarfallio schermo (CLAUDE_CODE_NO_FLICKER)'
|
|
670
703
|
},
|
|
671
704
|
api_select: {
|
|
672
705
|
info: 'API: {0}',
|
|
673
706
|
detail: 'Provider: {0} | Modello: {1}',
|
|
674
707
|
usage: 'Utilizzo: {0} volte | Ultimo utilizzo: {1}'
|
|
708
|
+
},
|
|
709
|
+
model: {
|
|
710
|
+
desc: 'Versioni del modello per ogni scenario',
|
|
711
|
+
sonnet: 'Corrisponde al livello Sonnet di 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: 'Corrisponde al livello Opus di 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: 'Corrisponde al livello Haiku di 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: 'Modello usato per sottoattività e ramificazioni',
|
|
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 modello aggiuntivo nel selettore /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 visualizzato per modello personalizzato in /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: 'Timeout, attribuzione, comportamento di rete',
|
|
726
|
+
timeout: 'Tempo massimo di attesa per chiamate API',
|
|
727
|
+
timeout_detail: "Maximum wait time for API calls in milliseconds. Corresponds to env var [API_TIMEOUT_MS].",
|
|
728
|
+
attribution: 'Se aggiungere marcatore di attribuzione all\'output',
|
|
729
|
+
attribution_detail: "Controls whether an attribution marker is appended to AI output. Corresponds to env var [CLAUDE_CODE_ATTRIBUTION_HEADER].",
|
|
730
|
+
nonessential: 'Se ridurre richieste di rete non essenziali',
|
|
731
|
+
nonessential_detail: "When enabled, reduces background network requests to lower API overhead. Corresponds to env var [CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC].",
|
|
732
|
+
effort: 'Profondità di ragionamento del modello nelle risposte',
|
|
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: "Disattiva le funzionalità Beta sperimentali di Anthropic per una maggiore stabilità dell'API",
|
|
735
|
+
experimental_detail: "When enabled, disables Anthropic experimental Beta features. Corresponds to env var [CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS].",
|
|
736
|
+
nonstreaming: 'Se disabilitare il fallback alla modalità non-streaming in caso di errore 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: "Valori validi: low, medium, high, xhigh, max, auto",
|
|
739
|
+
source_manual: "Impostato manualmente dall_utente",
|
|
740
|
+
source_provider: "Valore predefinito del provider",
|
|
741
|
+
source_default: "Non impostato, userà il valore predefinito di Claude Code",
|
|
742
|
+
},
|
|
743
|
+
custom: {
|
|
744
|
+
desc: 'Coppie chiave-valore aggiuntive iniettate nell\'ambiente di avvio'
|
|
675
745
|
}
|
|
676
746
|
},
|
|
677
747
|
|
|
748
|
+
page: {
|
|
749
|
+
model_runtime_config: 'Config Modello & Runtime',
|
|
750
|
+
model_config: 'Config Modello',
|
|
751
|
+
runtime_config: 'Config Runtime',
|
|
752
|
+
custom_vars: 'Variabili Personalizzate'
|
|
753
|
+
},
|
|
754
|
+
|
|
755
|
+
action: {
|
|
756
|
+
follow_recommended: 'Segui consigliato',
|
|
757
|
+
force_enable: 'Forza attivazione',
|
|
758
|
+
force_disable: 'Forza disattivazione',
|
|
759
|
+
custom_input: 'Input personalizzato',
|
|
760
|
+
edit_value: 'Modifica valore',
|
|
761
|
+
delete_variable: 'Elimina variabile',
|
|
762
|
+
add_variable: 'Aggiungi variabile',
|
|
763
|
+
finish_create: 'Termina (usa config attuale)',
|
|
764
|
+
cancel_config: "Annulla",
|
|
765
|
+
please_choose: 'Scegli'
|
|
766
|
+
},
|
|
767
|
+
|
|
768
|
+
prompt: {
|
|
769
|
+
empty_to_restore: 'Lascia vuoto per ripristinare il consigliato',
|
|
770
|
+
exit_to_cancel: 'Inserisci exit per annullare'
|
|
771
|
+
},
|
|
772
|
+
|
|
773
|
+
add_api: {
|
|
774
|
+
step_n_of_m: 'Aggiungi API · Passo {0}/{1}',
|
|
775
|
+
confirm_config: 'Conferma Config',
|
|
776
|
+
finish_hint: 'Config consigliata compilata automaticamente in base a provider e modello',
|
|
777
|
+
confirm_page_prompt: "Puoi completare ora con i valori predefiniti consigliati, o selezionare una sezione di configurazione qui sotto per personalizzare",
|
|
778
|
+
duplicate_title: 'Questa connessione API esiste già',
|
|
779
|
+
duplicate_enter_config: 'Vai alla config dell\'API esistente',
|
|
780
|
+
duplicate_back: 'Torna per modificare info di connessione',
|
|
781
|
+
duplicate_draft_discarded: 'Nota: le modifiche alla config ENV fatte durante questo flusso NON saranno unite nell\'API esistente',
|
|
782
|
+
duplicate_race_lost: 'L\'API appena creata è stata presa da un altro processo, bozza attuale scartata',
|
|
783
|
+
partial_failure: 'Alcune scritture di config ENV sono fallite, verificare manualmente',
|
|
784
|
+
recommended_models: 'Modelli consigliati'
|
|
785
|
+
},
|
|
786
|
+
|
|
787
|
+
summary: {
|
|
788
|
+
x_items: '{0} elementi'
|
|
789
|
+
},
|
|
790
|
+
|
|
791
|
+
// Config label display names (used in env editing menus)
|
|
792
|
+
config_labels: {
|
|
793
|
+
model: {
|
|
794
|
+
ANTHROPIC_DEFAULT_SONNET_MODEL: 'Modello standard (Sonnet)',
|
|
795
|
+
ANTHROPIC_DEFAULT_OPUS_MODEL: 'Modello pesante (Opus)',
|
|
796
|
+
ANTHROPIC_DEFAULT_HAIKU_MODEL: 'Modello veloce (Haiku)',
|
|
797
|
+
CLAUDE_CODE_SUBAGENT_MODEL: 'Modello subagente',
|
|
798
|
+
ANTHROPIC_CUSTOM_MODEL_OPTION: 'Modello personalizzato',
|
|
799
|
+
ANTHROPIC_CUSTOM_MODEL_OPTION_NAME: 'Nome modello personalizzato',
|
|
800
|
+
},
|
|
801
|
+
runtime: {
|
|
802
|
+
API_TIMEOUT_MS: 'Timeout richieste',
|
|
803
|
+
CLAUDE_CODE_ATTRIBUTION_HEADER: 'Attribuzione output',
|
|
804
|
+
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: 'Riduci traffico non essenziale',
|
|
805
|
+
CLAUDE_CODE_EFFORT_LEVEL: 'Livello di ragionamento',
|
|
806
|
+
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS: 'Disattiva funzioni sperimentali',
|
|
807
|
+
CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK: 'Disattiva fallback non-streaming',
|
|
808
|
+
},
|
|
809
|
+
},
|
|
810
|
+
|
|
811
|
+
confirm: {
|
|
812
|
+
delete_variable: 'Eliminare questa variabile? (s/N)'
|
|
813
|
+
},
|
|
814
|
+
|
|
678
815
|
config: {
|
|
679
816
|
values: {
|
|
680
817
|
on: 'ATTIVO',
|
|
681
818
|
off: 'DISATTIVO',
|
|
682
819
|
direct_mode: 'Modalità diretta',
|
|
683
820
|
select_mode: 'Modalità selezione',
|
|
684
|
-
recommended_off: 'DISATTIVO (Raccomandato)'
|
|
821
|
+
recommended_off: 'DISATTIVO (Raccomandato)',
|
|
822
|
+
recommended_on: 'Attivo (consigliato)'
|
|
685
823
|
}
|
|
686
824
|
}
|
|
687
825
|
};
|
package/lib/i18n/locales/ja.js
CHANGED
|
@@ -38,6 +38,7 @@ module.exports = {
|
|
|
38
38
|
model_upgrade_notification: "モデルアップグレード通知",
|
|
39
39
|
telemetry: "Anthropic テレメトリ",
|
|
40
40
|
api_launch_mode: "サードパーティAPI起動モード",
|
|
41
|
+
no_flicker: "画面のちらつきを無効化",
|
|
41
42
|
back: "メインメニューに戻る"
|
|
42
43
|
},
|
|
43
44
|
api_select: {
|
|
@@ -122,7 +123,8 @@ module.exports = {
|
|
|
122
123
|
failed_add: "API追加に失敗:{0}",
|
|
123
124
|
failed_remove: "API削除に失敗:{0}",
|
|
124
125
|
failed_switch: "API切り替えに失敗:{0}",
|
|
125
|
-
invalid_index: "無効なAPIインデックス"
|
|
126
|
+
invalid_index: "無効なAPIインデックス",
|
|
127
|
+
not_found: "APIが見つかりません: {0}",
|
|
126
128
|
},
|
|
127
129
|
password: {
|
|
128
130
|
empty: "パスワードを空にすることはできません",
|
|
@@ -194,7 +196,16 @@ module.exports = {
|
|
|
194
196
|
exporting: "設定をエクスポート中...",
|
|
195
197
|
importing: "設定をインポート中...",
|
|
196
198
|
switching_language: "言語を切り替え中...",
|
|
197
|
-
initializing: "初期化中..."
|
|
199
|
+
initializing: "初期化中...",
|
|
200
|
+
overridden: "上書き済み",
|
|
201
|
+
not_set: "(未設定)",
|
|
202
|
+
default: "デフォルト",
|
|
203
|
+
enabled: "有効",
|
|
204
|
+
disabled: "無効",
|
|
205
|
+
current_value: "現在の値",
|
|
206
|
+
recommended_value: "推奨",
|
|
207
|
+
|
|
208
|
+
auto: "(未設定)",
|
|
198
209
|
},
|
|
199
210
|
|
|
200
211
|
// API詳細とラベル
|
|
@@ -235,7 +246,24 @@ module.exports = {
|
|
|
235
246
|
duplicate: 'This change would create a duplicate configuration',
|
|
236
247
|
provider_url_mismatch: 'Provider and URL may be inconsistent',
|
|
237
248
|
provider_url_mismatch_detail: 'Provider: {0} / URL suggests: {1}',
|
|
238
|
-
url_provider_hint: "URL matches provider '{0}' but current provider is '{1}'. Consider updating Provider field."
|
|
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: 'キャンセル',
|
|
239
267
|
}
|
|
240
268
|
},
|
|
241
269
|
|
|
@@ -370,6 +398,10 @@ module.exports = {
|
|
|
370
398
|
enter_choice: "選択を入力({0}、またはその他のキーでメインメニューに戻る):",
|
|
371
399
|
arrow_keys_not_available: "矢印キーが利用できません。選択番号を入力 (1-{0}):",
|
|
372
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で戻る",
|
|
373
405
|
action: {
|
|
374
406
|
edit: 'edit',
|
|
375
407
|
remove: 'remove',
|
|
@@ -656,7 +688,7 @@ module.exports = {
|
|
|
656
688
|
select_mode_active_none: 'なし',
|
|
657
689
|
no_api_configured: 'サードパーティAPIが未設定。まず「サードパーティAPI管理」で追加してください',
|
|
658
690
|
api_management_info: '{0}個のAPI設定済み、アクティブ: {1}',
|
|
659
|
-
config_summary: '言語: {0} | 起動モード: {1} | テレメトリ: {2}',
|
|
691
|
+
config_summary: '言語: {0} | 起動モード: {1} | テレメトリ: {2} | ちらつき無効: {3}',
|
|
660
692
|
edit_password_required: '🔒 Password verification required to edit API configuration',
|
|
661
693
|
remove_password_required: '🔒 Password verification required to remove API',
|
|
662
694
|
export_password_required: '🔒 Password verification required to export configuration',
|
|
@@ -666,22 +698,128 @@ module.exports = {
|
|
|
666
698
|
auto_upgrade: 'サードパーティAPIのモデルバージョンを自動検出・アップグレード',
|
|
667
699
|
upgrade_notification: 'メインメニュー上部にモデルアップグレード通知を表示',
|
|
668
700
|
telemetry: '無効時に DISABLE_TELEMETRY=1 を注入。推奨: OFF',
|
|
669
|
-
launch_mode: 'ダイレクト: アクティブAPIで起動 / 選択: リストから選択して起動'
|
|
701
|
+
launch_mode: 'ダイレクト: アクティブAPIで起動 / 選択: リストから選択して起動',
|
|
702
|
+
no_flicker: '画面のちらつきを無効化 (CLAUDE_CODE_NO_FLICKER)'
|
|
670
703
|
},
|
|
671
704
|
api_select: {
|
|
672
705
|
info: 'API: {0}',
|
|
673
706
|
detail: 'プロバイダー: {0} | モデル: {1}',
|
|
674
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: '起動環境に注入する追加のキーと値のペア'
|
|
675
745
|
}
|
|
676
746
|
},
|
|
677
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: '空のままEnterで推奨値に復元',
|
|
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
|
+
|
|
678
815
|
config: {
|
|
679
816
|
values: {
|
|
680
817
|
on: 'オン',
|
|
681
818
|
off: 'オフ',
|
|
682
819
|
direct_mode: 'ダイレクトモード',
|
|
683
820
|
select_mode: '選択モード',
|
|
684
|
-
recommended_off: 'オフ (推奨)'
|
|
821
|
+
recommended_off: 'オフ (推奨)',
|
|
822
|
+
recommended_on: 'オン (推奨)'
|
|
685
823
|
}
|
|
686
824
|
}
|
|
687
825
|
};
|