mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 23:51:29 +03:00
more trans
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user