french translations (#8198)

* french translations

* typo

---------

Co-authored-by: Ronan <ronan.le_meillat@highcanfly.club>
This commit is contained in:
æLtorio 2024-05-29 10:52:40 +02:00 committed by GitHub
parent 98a38754d4
commit 804764d529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -576,30 +576,30 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("capture_display_elevated_connections_tip", "La capture de plusieurs écrans n'est pas prise en charge en mode utilisateur avec privilièges. Veuillez réessayer après l'installation si vous souhaitez contrôler plusieurs écrans."),
("Swap control-command key", "Échanger la touche de controle-commande"),
("swap-left-right-mouse", "Intervertir le bouton gauche et droit de la souris"),
("2FA code", ""),
("More", ""),
("2FA code", "code 2FA"),
("More", "Plus"),
("enable-2fa-title", ""),
("enable-2fa-desc", ""),
("wrong-2fa-code", ""),
("enter-2fa-title", ""),
("Email verification code must be 6 characters.", ""),
("2FA code must be 6 digits.", ""),
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("Email verification code must be 6 characters.", "Le code de vérification email doit comporter 6 caractères"),
("2FA code must be 6 digits.", "le code 2FA doit comporter 6 chiffres"),
("Multiple Windows sessions found", "Plusieurs sessions Windows trouvées"),
("Please select the session you want to connect to", "Merci de sélectionner la session Windows à laquelle vous voulez vous connecter"),
("powered_by_me", ""),
("outgoing_only_desk_tip", ""),
("preset_password_warning", ""),
("Security Alert", ""),
("My address book", ""),
("Personal", ""),
("Owner", ""),
("Set shared password", ""),
("Exist in", ""),
("Read-only", ""),
("Read/Write", ""),
("Full Control", ""),
("Security Alert", "Alerte de sécurité"),
("My address book", "Mon carnet d'adresse"),
("Personal", "Personnel"),
("Owner", "Propriétaire"),
("Set shared password", "Définir le mot de passe partagé"),
("Exist in", "Existe dans"),
("Read-only", "Lecture-seule"),
("Read/Write", "Lecture/Écriture"),
("Full Control", "Control Total"),
("share_warning_tip", ""),
("Everyone", ""),
("Everyone", "Tout le monde"),
("ab_web_console_tip", ""),
("allow-only-conn-window-open-tip", ""),
("no_need_privacy_mode_no_physical_displays_tip", ""),
@ -607,13 +607,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Follow remote window focus", ""),
("default_proxy_tip", ""),
("no_audio_input_device_tip", ""),
("Incoming", ""),
("Outgoing", ""),
("Incoming", "Entrant"),
("Outgoing", "Sortant"),
("Clear Wayland screen selection", ""),
("clear_Wayland_screen_selection_tip", ""),
("confirm_clear_Wayland_screen_selection_tip", ""),
("android_new_voice_call_tip", ""),
("texture_render_tip", ""),
("Use texture rendering", ""),
("Use texture rendering", "Utiliser le rendu de texture"),
].iter().cloned().collect();
}