diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 33dbb8f3a..60fb0d22f 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -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(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 0abe576ef..f114ab252 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -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(); } diff --git a/src/lang/it.rs b/src/lang/it.rs index 83426a908..cc8a617a5 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); } \ No newline at end of file