diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 8ca46c41..f172a228 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -929,7 +929,8 @@ "using":"Using", "error_remove": "Failed to remove API key", "free_routing":"free automatic routing", - "paid_plan":"Use a custom OpenRouter model ID (useful for paid plans)" + "paid_plan":"Use a custom OpenRouter model ID (useful for paid plans)", + "model":"Model" }, "catalog_settings": { "title": "Catalogs", diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json index 490ef979..796373d3 100644 --- a/src/i18n/locales/it.json +++ b/src/i18n/locales/it.json @@ -737,7 +737,7 @@ "simkl_desc": "Sincronizza con Simkl", "tmdb": "TMDB", "tmdb_desc": "Sorgente metadati e loghi", - "openrouter": "API OpenRouter", + "openrouter": "OpenRouter", "openrouter_connected": "Connesso", "openrouter_desc": "Aggiungi la tua chiave API per abilitare la chat IA", "video_player": "Video Player", @@ -914,7 +914,8 @@ "error_remove": "Impossibile rimuovere la chiave API", "using":"In uso", "free_routing":"scelta modello gratuito automatica", - "paid_plan":"Usa un ID di un modello custom di OpenRouter (utile in caso di piani a pagamento)" + "paid_plan":"Usa un ID di un modello custom di OpenRouter (utile in caso di piani a pagamento)", + "model":"Modello" }, "catalog_settings": { "title": "Cataloghi", diff --git a/src/screens/AISettingsScreen.tsx b/src/screens/AISettingsScreen.tsx index 2b481176..b12dd49d 100644 --- a/src/screens/AISettingsScreen.tsx +++ b/src/screens/AISettingsScreen.tsx @@ -274,7 +274,7 @@ const AISettingsScreen: React.FC = () => { - Model + {t('ai_settings.model')}