mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
Update fr.rs (#13132)
This commit is contained in:
@@ -332,8 +332,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Relay Connection", "Connexion via relais"),
|
||||
("Secure Connection", "Connexion sécurisée"),
|
||||
("Insecure Connection", "Connexion non sécurisée"),
|
||||
("Scale original", "Échelle 100 %"),
|
||||
("Scale adaptive", "Mise à l’échelle auto"),
|
||||
("Scale original", "Échelle originale"),
|
||||
("Scale adaptive", "Échelle adaptative"),
|
||||
("General", "Général"),
|
||||
("Security", "Sécurité"),
|
||||
("Theme", "Thème"),
|
||||
@@ -710,14 +710,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("elevation_username_tip", "Saisissez un nom d’utilisateur ou un domaine\\utilisateur"),
|
||||
("Preparing for installation ...", "Préparation de l’installation…"),
|
||||
("Show my cursor", "Afficher mon curseur"),
|
||||
("Scale custom", "Mise à l’échelle personnalisée"),
|
||||
("Scale custom", "Échelle personnalisée"),
|
||||
("Custom scale slider", "Curseur d’échelle personnalisée"),
|
||||
("Decrease", "Diminuer"),
|
||||
("Increase", "Augmenter"),
|
||||
("Show virtual mouse", ""),
|
||||
("Virtual mouse size", ""),
|
||||
("Small", ""),
|
||||
("Large", ""),
|
||||
("Show virtual joystick", ""),
|
||||
("Show virtual mouse", "Afficher la souris virtuelle"),
|
||||
("Virtual mouse size", "Taille de la souris virtuelle"),
|
||||
("Small", "Petite"),
|
||||
("Large", "Grande"),
|
||||
("Show virtual joystick", "Afficher le joystick virtuel"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user