Update Italian language (#8502)

* Update Italian language

* Fix typo
This commit is contained in:
bovirus 2024-06-27 12:10:41 +02:00 committed by GitHub
parent 5bfdf05ff2
commit f8592e0d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
}