Update Italian language

This commit is contained in:
bovirus 2023-09-24 10:54:29 +02:00 committed by GitHub
parent c116e94cba
commit fa1b61b3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Connessione non riuscita a causa di inattività"),
("Check for software update on startup", "All'avvio verifica presenza aggiornamenti programma"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Aggiorna RustDesk Server Pro alla versione {} o successiva!"),
("pull_group_failed_tip", ""),
("pull_group_failed_tip", "Impossibile aggiornare il gruppo"),
].iter().cloned().collect();
}