format lang

This commit is contained in:
rustdesk 2022-01-30 03:41:18 +08:00
parent b5f056c0c0
commit 5a9803c2c8
3 changed files with 4 additions and 4 deletions

@ -199,6 +199,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Socks5 Proxy", "Socks5 代理"), ("Socks5 Proxy", "Socks5 代理"),
("Hostname", "主机名"), ("Hostname", "主机名"),
("Discovered", "已发现"), ("Discovered", "已发现"),
("install_daemon_tip","为了开机启动,请安装系统服务。") ("install_daemon_tip", "为了开机启动,请安装系统服务。"),
].iter().cloned().collect(); ].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"), ("whitelist_sep", "Seperated by comma, semicolon, spaces or new line"),
("Wrong credentials", "Wrong username or password"), ("Wrong credentials", "Wrong username or password"),
("invalid_http", "must start with http:// or https://"), ("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(); ].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"), ("Please enter your password", "Veuillez saisir votre mot de passe"),
("Remember password", "Mémoriser le mot de passe"), ("Remember password", "Mémoriser le mot de passe"),
("Wrong Password", "Mauvais 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"), ("Connection Error", "Erreur de connexion"),
("Error", "Erreur"), ("Error", "Erreur"),
("Reset by the peer", "La connexion a été fermée par le pair"), ("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"), ("Remote Computer", "Ordinateur distant"),
("Local Computer", "Ordinateur local"), ("Local Computer", "Ordinateur local"),
("Confirm Delete", "Confirmer la suppression"), ("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"), ("Do this for all conflicts", "Appliquer à d'autres conflits"),
("Deleting", "Suppression"), ("Deleting", "Suppression"),
("files", "fichier"), ("files", "fichier"),