format lang
This commit is contained in:
parent
b5f056c0c0
commit
5a9803c2c8
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user