mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 02:41:29 +03:00
format lang
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user