more trans
This commit is contained in:
parent
c0b6367137
commit
1b61b77fbe
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user