From 0b182b9acd2d0d27d09817273462ea5f03ad2019 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 15 Feb 2022 19:08:29 +0800 Subject: [PATCH] more trans --- src/lang/de.rs | 2 ++ src/lang/fr.rs | 2 ++ src/lang/it.rs | 4 +++- src/lang/tw.rs | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/lang/de.rs b/src/lang/de.rs index 206ce1140..2bc3ffbf4 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -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."), diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 50892df32..aefe84c08 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -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"), diff --git a/src/lang/it.rs b/src/lang/it.rs index 8e13bfea2..6afc0bd84 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); -} \ No newline at end of file +} diff --git a/src/lang/tw.rs b/src/lang/tw.rs index 885c5cc3e..f36f88a2f 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -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", "加密轉送連線"),