french translations (#8198)
* french translations * typo --------- Co-authored-by: Ronan <ronan.le_meillat@highcanfly.club>
This commit is contained in:
parent
98a38754d4
commit
804764d529
@ -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."),
|
("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 control-command key", "Échanger la touche de controle-commande"),
|
||||||
("swap-left-right-mouse", "Intervertir le bouton gauche et droit de la souris"),
|
("swap-left-right-mouse", "Intervertir le bouton gauche et droit de la souris"),
|
||||||
("2FA code", ""),
|
("2FA code", "code 2FA"),
|
||||||
("More", ""),
|
("More", "Plus"),
|
||||||
("enable-2fa-title", ""),
|
("enable-2fa-title", ""),
|
||||||
("enable-2fa-desc", ""),
|
("enable-2fa-desc", ""),
|
||||||
("wrong-2fa-code", ""),
|
("wrong-2fa-code", ""),
|
||||||
("enter-2fa-title", ""),
|
("enter-2fa-title", ""),
|
||||||
("Email verification code must be 6 characters.", ""),
|
("Email verification code must be 6 characters.", "Le code de vérification email doit comporter 6 caractères"),
|
||||||
("2FA code must be 6 digits.", ""),
|
("2FA code must be 6 digits.", "le code 2FA doit comporter 6 chiffres"),
|
||||||
("Multiple Windows sessions found", ""),
|
("Multiple Windows sessions found", "Plusieurs sessions Windows trouvées"),
|
||||||
("Please select the session you want to connect to", ""),
|
("Please select the session you want to connect to", "Merci de sélectionner la session Windows à laquelle vous voulez vous connecter"),
|
||||||
("powered_by_me", ""),
|
("powered_by_me", ""),
|
||||||
("outgoing_only_desk_tip", ""),
|
("outgoing_only_desk_tip", ""),
|
||||||
("preset_password_warning", ""),
|
("preset_password_warning", ""),
|
||||||
("Security Alert", ""),
|
("Security Alert", "Alerte de sécurité"),
|
||||||
("My address book", ""),
|
("My address book", "Mon carnet d'adresse"),
|
||||||
("Personal", ""),
|
("Personal", "Personnel"),
|
||||||
("Owner", ""),
|
("Owner", "Propriétaire"),
|
||||||
("Set shared password", ""),
|
("Set shared password", "Définir le mot de passe partagé"),
|
||||||
("Exist in", ""),
|
("Exist in", "Existe dans"),
|
||||||
("Read-only", ""),
|
("Read-only", "Lecture-seule"),
|
||||||
("Read/Write", ""),
|
("Read/Write", "Lecture/Écriture"),
|
||||||
("Full Control", ""),
|
("Full Control", "Control Total"),
|
||||||
("share_warning_tip", ""),
|
("share_warning_tip", ""),
|
||||||
("Everyone", ""),
|
("Everyone", "Tout le monde"),
|
||||||
("ab_web_console_tip", ""),
|
("ab_web_console_tip", ""),
|
||||||
("allow-only-conn-window-open-tip", ""),
|
("allow-only-conn-window-open-tip", ""),
|
||||||
("no_need_privacy_mode_no_physical_displays_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", ""),
|
("Follow remote window focus", ""),
|
||||||
("default_proxy_tip", ""),
|
("default_proxy_tip", ""),
|
||||||
("no_audio_input_device_tip", ""),
|
("no_audio_input_device_tip", ""),
|
||||||
("Incoming", ""),
|
("Incoming", "Entrant"),
|
||||||
("Outgoing", ""),
|
("Outgoing", "Sortant"),
|
||||||
("Clear Wayland screen selection", ""),
|
("Clear Wayland screen selection", ""),
|
||||||
("clear_Wayland_screen_selection_tip", ""),
|
("clear_Wayland_screen_selection_tip", ""),
|
||||||
("confirm_clear_Wayland_screen_selection_tip", ""),
|
("confirm_clear_Wayland_screen_selection_tip", ""),
|
||||||
("android_new_voice_call_tip", ""),
|
("android_new_voice_call_tip", ""),
|
||||||
("texture_render_tip", ""),
|
("texture_render_tip", ""),
|
||||||
("Use texture rendering", ""),
|
("Use texture rendering", "Utiliser le rendu de texture"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user