mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 22:41:28 +03:00
Update fr.rs (#12438)
This commit is contained in:
@@ -702,13 +702,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Enable terminal", "Activer le terminal"),
|
("Enable terminal", "Activer le terminal"),
|
||||||
("New tab", "Nouvel onglet"),
|
("New tab", "Nouvel onglet"),
|
||||||
("Keep terminal sessions on disconnect", "Maintenir les sessions du terminal lors de la déconnexion"),
|
("Keep terminal sessions on disconnect", "Maintenir les sessions du terminal lors de la déconnexion"),
|
||||||
("Terminal (Run as administrator)", ""),
|
("Terminal (Run as administrator)", "Terminal (administrateur)"),
|
||||||
("terminal-admin-login-tip", ""),
|
("terminal-admin-login-tip", "Veuillez saisir le nom d’utilisateur et le mot de passe de l’administrateur de l’appareil contrôlé."),
|
||||||
("Failed to get user token.", ""),
|
("Failed to get user token.", "Échec de l’obtention du jeton utilisateur."),
|
||||||
("Incorrect username or password.", ""),
|
("Incorrect username or password.", "Nom d’utilisateur ou mot de passe incorrect."),
|
||||||
("The user is not an administrator.", ""),
|
("The user is not an administrator.", "L’utilisateur n’est pas un administrateur."),
|
||||||
("Failed to check if the user is an administrator.", ""),
|
("Failed to check if the user is an administrator.", "Échec de la vérification du statut d’administrateur de l’utilisateur."),
|
||||||
("Supported only in the installed version.", ""),
|
("Supported only in the installed version.", "Uniquement pris en charge dans la version installée."),
|
||||||
("elevation_username_tip", ""),
|
("elevation_username_tip", "Saisissez un nom d’utilisateur ou un domaine\\utilisateur"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user