diff --git a/src/lang/it.rs b/src/lang/it.rs index eaaf994b0..7e3699699 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -622,10 +622,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("During controlled", "Durante il controllo"), ("During service is on", "Quando il servizio è attivo"), ("Capture screen using DirectX", "Cattura schermo usando DirectX"), - ("Back", ""), - ("Apps", ""), - ("Volume up", ""), - ("Volume down", ""), - ("Power", ""), + ("Back", "Indietro"), + ("Apps", "App"), + ("Volume up", "Volume +"), + ("Volume down", "Volume -"), + ("Power", "Alimentazione"), + ("Telegram bot", "Bot Telgram"), + ("enable-bot-tip", "Se abiliti questa funzione, puoi ricevere il codice 2FA dal tuo bot.\nPuò anche funzionare come notifica di connessione."), + ("enable-bot-desc", "1, apri una chat con @BotFather.\n2, Invia il comando \"/newbot\", dopo aver completato questo passaggio riceverai un token.\n3, Avvia una chat con il tuo bot appena creato. Per attivarlo invia un messaggio tipo \"/hello\".\n"), ].iter().cloned().collect(); }