more trans

This commit is contained in:
rustdesk
2022-02-15 19:08:29 +08:00
parent 1ca94d7f81
commit 0b182b9acd
4 changed files with 9 additions and 1 deletions

View File

@@ -143,6 +143,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Allow using keyboard and mouse", "Consenti l'uso di tastiera e mouse"),
("Allow using clipboard", "Consenti l'uso degli appunti"),
("Allow hearing sound", "Consenti la riproduzione dell'audio"),
("Allow file transfer", "Consenti trasferimento file"),
("File transfer", "Trasferimento di file"),
("Connected", "Connesso"),
("Direct and encrypted connection", "Connessione diretta e cifrata"),
("Relayed and encrypted connection", "Connessione tramite relay e cifrata"),
@@ -200,4 +202,4 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Touch mode", "Modalità tocco"),
("Reset canvas", "Ripristina tela"),
].iter().cloned().collect();
}
}