more trans

This commit is contained in:
open-trade 2022-01-05 18:38:40 +08:00
parent c0b6367137
commit 1b61b77fbe
3 changed files with 4 additions and 1 deletions

View File

@ -192,6 +192,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Remove from Favorites", "从收藏中删除"),
("Empty", "空空如也"),
("Invalid folder name", "无效文件夹名称"),
("Socks5 Proxy", "Socks5 代理")
("Socks5 Proxy", "Socks5 代理"),
("Hostname", "主机名"),
].iter().cloned().collect();
}

View File

@ -187,5 +187,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Wrong credentials", "Identifiant ou mot de passe erroné"),
("Edit Tag", "Modifier la balise"),
("Invalid folder name", "Nom de dossier invalide"),
("Hostname", "nom d'hôte"),
].iter().cloned().collect();
}

View File

@ -187,6 +187,7 @@ lazy_static::lazy_static! {
("Wrong credentials", "Credenziali errate"),
("Edit Tag", "Modifica tag"),
("Invalid folder name", "Nome della cartella non valido"),
("Hostname", "Nome host"),
].iter().cloned().collect();
}