Skip to content

Commit

Permalink
Merge branch 'french-language' into sctgdesk
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed May 29, 2024
2 parents 8a5f8b5 + 984452d commit 1135519
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/lang/fr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,44 +576,44 @@ 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", ""),
("Follow remote cursor", ""),
("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();
}

0 comments on commit 1135519

Please sign in to comment.