mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
more trans
This commit is contained in:
parent
1ca94d7f81
commit
0b182b9acd
@ -143,6 +143,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Allow using keyboard and mouse", "Erlaubt die Verwendung von Tastatur und Maus."),
|
||||
("Allow using clipboard", "Verwendung der Zwischenablage zulassen."),
|
||||
("Allow hearing sound", "Erlaubt das Hören von Sound."),
|
||||
("Allow file transfer", "Dateiübertragung zulassen."),
|
||||
("File transfer", "Datei Übertragung."),
|
||||
("Connected", "Verbunden."),
|
||||
("Direct and encrypted connection", "Direkte und verschlüsselte Verbindung."),
|
||||
("Relayed and encrypted connection", "Vermittelte und verschlüsselte Verbindung."),
|
||||
|
@ -143,6 +143,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Allow using keyboard and mouse", "Autoriser l'utilisation du clavier et de la souris"),
|
||||
("Allow using clipboard", "Autoriser l'utilisation du presse-papiers"),
|
||||
("Allow hearing sound", "Autoriser l'audition du son"),
|
||||
("Allow file transfer", "Autoriser le transfert de fichiers"),
|
||||
("File transfer", "Transfert de fichier"),
|
||||
("Connected", "Connecté"),
|
||||
("Direct and encrypted connection", "Connexion directe cryptée"),
|
||||
("Relayed and encrypted connection", "Connexion relais cryptée"),
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
@ -143,6 +143,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Allow using keyboard and mouse", "允許使用鍵盤和滑鼠"),
|
||||
("Allow using clipboard", "允許使用剪貼簿"),
|
||||
("Allow hearing sound", "允許分享音訊"),
|
||||
("Allow file transfer", "允許文件傳輸"),
|
||||
("File transfer", "文件傳輸"),
|
||||
("Connected", "已連接"),
|
||||
("Direct and encrypted connection", "加密直接連線"),
|
||||
("Relayed and encrypted connection", "加密轉送連線"),
|
||||
|
Loading…
Reference in New Issue
Block a user