mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
new lan discovery https://github.com/rustdesk/rustdesk/issues/261
This commit is contained in:
@@ -194,5 +194,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Invalid folder name", "无效文件夹名称"),
|
||||
("Socks5 Proxy", "Socks5 代理"),
|
||||
("Hostname", "主机名"),
|
||||
("Discovered", "已发现"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
@@ -188,5 +188,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Edit Tag", "Modifier la balise"),
|
||||
("Invalid folder name", "Nom de dossier invalide"),
|
||||
("Hostname", "nom d'hôte"),
|
||||
("Discovered", "Découvert"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
@@ -188,6 +188,7 @@ lazy_static::lazy_static! {
|
||||
("Edit Tag", "Modifica tag"),
|
||||
("Invalid folder name", "Nome della cartella non valido"),
|
||||
("Hostname", "Nome host"),
|
||||
("Discovered", "Scoperto"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user