This commit is contained in:
rustdesk
2022-01-12 03:10:15 +08:00
parent 4071f803f7
commit 8ea5d80f01
8 changed files with 177 additions and 25 deletions

View File

@@ -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();
}

View File

@@ -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();
}

View File

@@ -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();
}