mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-23 09:42:07 +00:00
Improved Localization in AI Screens
This commit is contained in:
parent
07542d2838
commit
60ca025ece
4 changed files with 2172 additions and 1739 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
"try_again": "Try Again",
|
"try_again": "Try Again",
|
||||||
"go_back": "Go Back",
|
"go_back": "Go Back",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
|
"remove":"Remove",
|
||||||
"close": "Close",
|
"close": "Close",
|
||||||
"enable": "Enable",
|
"enable": "Enable",
|
||||||
"disable": "Disable",
|
"disable": "Disable",
|
||||||
|
|
@ -926,7 +927,11 @@
|
||||||
"confirm_remove_title": "Remove API Key",
|
"confirm_remove_title": "Remove API Key",
|
||||||
"confirm_remove_msg": "Are you sure you want to remove your OpenRouter API key? This will disable AI chat features.",
|
"confirm_remove_msg": "Are you sure you want to remove your OpenRouter API key? This will disable AI chat features.",
|
||||||
"success_removed": "API key removed successfully",
|
"success_removed": "API key removed successfully",
|
||||||
"error_remove": "Failed to remove API key"
|
"error_remove": "Failed to remove API key",
|
||||||
|
"model":"Model",
|
||||||
|
"using": "Using",
|
||||||
|
"free_routing":"(free automatic routing)",
|
||||||
|
"paid_routing":"Use a custom OpenRouter model ID (useful for paid plans)."
|
||||||
},
|
},
|
||||||
"catalog_settings": {
|
"catalog_settings": {
|
||||||
"title": "Catalogs",
|
"title": "Catalogs",
|
||||||
|
|
@ -1523,5 +1528,8 @@
|
||||||
"user_id": "User ID",
|
"user_id": "User ID",
|
||||||
"display_name": "Display Name",
|
"display_name": "Display Name",
|
||||||
"display_name_placeholder": "Add a display name"
|
"display_name_placeholder": "Add a display name"
|
||||||
}
|
},
|
||||||
|
"ai_chat_screen":{
|
||||||
|
"loading":"Loading AI context..."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
"go_back": "Torna indietro",
|
"go_back": "Torna indietro",
|
||||||
"settings": "Impostazioni",
|
"settings": "Impostazioni",
|
||||||
"close": "Chiudi",
|
"close": "Chiudi",
|
||||||
|
"remove":"Rimuovi",
|
||||||
"enable": "Abilita",
|
"enable": "Abilita",
|
||||||
"disable": "Disabilita",
|
"disable": "Disabilita",
|
||||||
"show_more": "Mostra altro",
|
"show_more": "Mostra altro",
|
||||||
|
|
@ -510,7 +511,7 @@
|
||||||
"overview": "PANORAMICA",
|
"overview": "PANORAMICA",
|
||||||
"no_categories": "Nessuna categoria",
|
"no_categories": "Nessuna categoria",
|
||||||
"pre_installed": "PRE-INSTALLATO",
|
"pre_installed": "PRE-INSTALLATO",
|
||||||
"already_installed":"Questo addon è già installato. Installazioni multiple sono permesse solo per addon che aggiungono provider di flussi video."
|
"already_installed": "Questo addon è già installato. Installazioni multiple sono permesse solo per addon che aggiungono provider di flussi video."
|
||||||
},
|
},
|
||||||
"trakt": {
|
"trakt": {
|
||||||
"title": "Impostazioni Trakt",
|
"title": "Impostazioni Trakt",
|
||||||
|
|
@ -946,7 +947,11 @@
|
||||||
"confirm_remove_title": "Rimuovi Chiave API",
|
"confirm_remove_title": "Rimuovi Chiave API",
|
||||||
"confirm_remove_msg": "Sei sicuro di voler rimuovere la tua chiave API OpenRouter? Questo disabiliterà le funzioni di chat IA.",
|
"confirm_remove_msg": "Sei sicuro di voler rimuovere la tua chiave API OpenRouter? Questo disabiliterà le funzioni di chat IA.",
|
||||||
"success_removed": "Chiave API rimossa con successo",
|
"success_removed": "Chiave API rimossa con successo",
|
||||||
"error_remove": "Impossibile rimuovere la chiave API"
|
"error_remove": "Impossibile rimuovere la chiave API",
|
||||||
|
"model":"Modello",
|
||||||
|
"using":"Usando",
|
||||||
|
"free_routing":"(Routing automatico gratuito)",
|
||||||
|
"paid_routing":"Usa un ID di modello Openrouter (utile per piani a pagamento)."
|
||||||
},
|
},
|
||||||
"catalog_settings": {
|
"catalog_settings": {
|
||||||
"title": "Cataloghi",
|
"title": "Cataloghi",
|
||||||
|
|
@ -1537,11 +1542,14 @@
|
||||||
"no_logs_captured": "Nessun log catturato."
|
"no_logs_captured": "Nessun log catturato."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"account_manager":{
|
"account_manager": {
|
||||||
"sign_out":"Esci",
|
"sign_out": "Esci",
|
||||||
"sign_out_desc":"",
|
"sign_out_desc": "",
|
||||||
"user_id":"ID Utente",
|
"user_id": "ID Utente",
|
||||||
"display_name":"Nickname",
|
"display_name": "Nickname",
|
||||||
"display_name_placeholder":"Aggiungi un nickname"
|
"display_name_placeholder": "Aggiungi un nickname"
|
||||||
}
|
},
|
||||||
|
"ai_chat_screen": {
|
||||||
|
"loading": "Caricamento contesto AI in corso..."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue