From 0faf82f109cfe224cd55ce60b87b1f52a401927a Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Sun, 28 Jul 2024 11:13:01 +0200 Subject: [PATCH] Update Italian language (#8863) --- src/lang/it.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 39ceeec67..329db79da 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -625,12 +625,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Volume down", "Volume -"), ("Power", "Alimentazione"), ("Telegram bot", "Bot Telgram"), - ("enable-bot-tip", "If you enable this feature, you can receive the 2FA code from your bot. It can also function as a connection notification."), + ("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 che inizia con una barra (\"/\") tipo \"/hello\".\n"), ("cancel-2fa-confirm-tip", "Sei sicuro di voler annullare 2FA?"), - ("cancel-bot-confirm-tip", "Sei sicuro di voler annulare Telegram?"), + ("cancel-bot-confirm-tip", "Sei sicuro di voler annullare Telegram?"), ("About RustDesk", "Info su RustDesk"), ("Send clipboard keystrokes", "Invia sequenze tasti appunti"), - ("network_error_tip", ""), + ("network_error_tip", "Controlla la connessione di rete, quindi seleziona 'Riprova'.") ].iter().cloned().collect(); }