diff --git a/src/lang/cn.rs b/src/lang/cn.rs index de6c788e5..4b1d4099d 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -199,6 +199,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Socks5 Proxy", "Socks5 代理"), ("Hostname", "主机名"), ("Discovered", "已发现"), - ("install_daemon_tip","为了开机启动,请安装系统服务。") + ("install_daemon_tip", "为了开机启动,请安装系统服务。"), ].iter().cloned().collect(); } diff --git a/src/lang/en.rs b/src/lang/en.rs index 462af5808..0d83ed059 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -16,6 +16,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("whitelist_sep", "Seperated by comma, semicolon, spaces or new line"), ("Wrong credentials", "Wrong username or password"), ("invalid_http", "must start with http:// or https://"), - ("install_daemon_tip","For starting on boot, you need to install system service.") + ("install_daemon_tip", "For starting on boot, you need to install system service."), ].iter().cloned().collect(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index f5eba63c0..8bca42ef3 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -52,7 +52,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Please enter your password", "Veuillez saisir votre mot de passe"), ("Remember password", "Mémoriser le mot de passe"), ("Wrong Password", "Mauvais mot de passe"), - ("Do you want to enter again?", "Voulez-vous participer à nouveau ?"), + ("Do you want to enter again?", "Voulez-vous participer à nouveau?"), ("Connection Error", "Erreur de connexion"), ("Error", "Erreur"), ("Reset by the peer", "La connexion a été fermée par le pair"), @@ -71,7 +71,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Remote Computer", "Ordinateur distant"), ("Local Computer", "Ordinateur local"), ("Confirm Delete", "Confirmer la suppression"), - ("Are you sure you want to delete this file?", "Voulez-vous vraiment supprimer ce fichier ?"), + ("Are you sure you want to delete this file?", "Voulez-vous vraiment supprimer ce fichier?"), ("Do this for all conflicts", "Appliquer à d'autres conflits"), ("Deleting", "Suppression"), ("files", "fichier"),