mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-18 16:01:44 +00:00
AI Settings Screen Localization Fixes and Improvements
This commit is contained in:
parent
aa3d3d812c
commit
da86a1c4e7
3 changed files with 6 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ const AISettingsScreen: React.FC = () => {
|
|||
<View style={styles.modelSection}>
|
||||
<View style={styles.modelHeader}>
|
||||
<Text style={[styles.label, { color: currentTheme.colors.highEmphasis }]}>
|
||||
Model
|
||||
{t('ai_settings.model')}
|
||||
</Text>
|
||||
<Switch
|
||||
value={useDefaultModel}
|
||||
|
|
|
|||
Loading…
Reference in a new issue