Update italian language

This commit is contained in:
bovirus 2023-07-25 14:44:26 +02:00 committed by GitHub
parent b543e6d143
commit b7c9c187e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,8 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Esci da RustDesk"),
("Open", "Apri RustDesk"),
("logout_tip", "Sei sicuro di voler uscire?"),
("Service", ""),
("Start", ""),
("Stop", ""),
("Service", "Servizio"),
("Start", "Avvia"),
("Stop", "Ferma"),
].iter().cloned().collect();
}