Merge pull request #5120 from bovirus/master

Update italian language
This commit is contained in:
RustDesk 2023-07-25 20:45:56 +08:00 committed by GitHub
commit eb8b264b18
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();
}