mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix file transfer hanging if disabled, and add trans
This commit is contained in:
@@ -208,5 +208,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Download new version", "下载新版本"),
|
||||
("Touch mode", "触屏模式"),
|
||||
("Reset canvas", "重置画布"),
|
||||
("No permission of file transfer", "没有文件传输权限"),
|
||||
("Note", "备注"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -208,5 +208,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Download new version", "Neue Version herunterladen."),
|
||||
("Touch mode", "Berührungsmodus."),
|
||||
("Reset canvas", "Anzeige zurücksetzen."),
|
||||
("No permission of file transfer", "Keine Erlaubnis zur Dateiübertragung"),
|
||||
("Note", "Notiz"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
@@ -209,7 +209,9 @@ lazy_static::lazy_static! {
|
||||
("Socks5 Proxy", "Socks5 prokura servilo"),
|
||||
("Add to Favorites", "Aldoni al la favorataj"),
|
||||
("Remove from Favorites", "Forigi el la favorataj"),
|
||||
("Unremember Password", "Forgesi pasvorton")
|
||||
("Unremember Password", "Forgesi pasvorton"),
|
||||
("No permission of file transfer", "Neniu permeso de dosiertransigo"),
|
||||
("Note", "Notu"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -202,5 +202,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Download new version", "Télécharger la nouvelle version"),
|
||||
("Touch mode", "Mode tactile"),
|
||||
("Reset canvas", "Réinitialiser le canevas"),
|
||||
("No permission of file transfer", "Aucune autorisation de transfert de fichiers"),
|
||||
("Note", "Noter"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
@@ -201,5 +201,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Download new version", "Scarica nuova versione"),
|
||||
("Touch mode", "Modalità tocco"),
|
||||
("Reset canvas", "Ripristina tela"),
|
||||
("No permission of file transfer", "Nessun permesso di trasferimento di file"),
|
||||
("Note", "Nota"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
@@ -208,5 +208,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Download new version", "Загрузить новую версию"),
|
||||
("Touch mode", "Сенсорный режим"),
|
||||
("Reset canvas", "Сбросить холст"),
|
||||
("No permission of file transfer", "Нет разрешения на передачу файлов"),
|
||||
("Note", "Примечание"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
@@ -201,5 +201,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Download new version", "下載新版本"),
|
||||
("Touch mode", "觸控模式"),
|
||||
("Reset canvas", "重置畫布"),
|
||||
("No permission of file transfer", "無文件傳輸權限"),
|
||||
("Note", "備註"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user