Skip to content

Commit

Permalink
Merge pull request #1024 from HatemLamia/add-french-translation
Browse files Browse the repository at this point in the history
feat: Complete the  French (Français) translation of Puter #975
  • Loading branch information
jelveh authored Dec 21, 2024
2 parents 76fbe9b + 4a77c93 commit 770b957
Showing 1 changed file with 48 additions and 6 deletions.
54 changes: 48 additions & 6 deletions src/gui/src/i18n/translations/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const fr = {
confirm_delete_user: "Êtes-vous sûr de vouloir supprimer votre compte ? Tous vos fichiers et données seront définitivement supprimés. Cette action est irréversible.",
confirm_delete_user_title: "Supprimer le compte ?",
confirm_session_revoke: "Êtes-vous sûr de vouloir révoquer cette session ?",
confirm_your_email_address: "Confirm Your Email Address",
confirm_your_email_address: "Confirmez votre adresse e-mail",
contact_us: "Nous contacter",
contact_us_verification_required: "Vous devez disposer d'une adresse e-mail vérifiée pour pouvoir utiliser ceci.",
contain: 'Contenir',
Expand Down Expand Up @@ -250,7 +250,7 @@ const fr = {
save_session: 'Sauvegarder la session',
save_session_c2a: 'Créez un compte pour enregistrer votre session actuelle et éviter de perdre votre travail.',
scan_qr_c2a: 'Scannez le code ci-dessous\npour vous connecter à cette session depuis d\'autres appareils',
scan_qr_2fa: 'Scan the QR code with your authenticator app',
scan_qr_2fa: 'Scannez le code QR avec votre application d\'authentification',
scan_qr_generic: 'Scannez ce code QR à l\'aide de votre téléphone ou d\'un autre appareil',
search: 'Rechercher',
seconds: 'secondes',
Expand Down Expand Up @@ -362,10 +362,52 @@ const fr = {
"Owner": 'Propriétaire',
"You can't share with yourself.": 'Vous ne pouvez pas partager avec vous-même',
"This user already has access to this item": 'Cet utilisateur à déja accès à cet élément',

// ----------------------------------------
// translations:
// ----------------------------------------
"billing.change_payment_method": "Modifier",
"billing.cancel": "Annuler",
"billing.download_invoice": "Télécharger",
"billing.payment_method": "Mode de paiement",
"billing.payment_method_updated": "Mode de paiement mis à jour !",
"billing.confirm_payment_method": "Confirmer le mode de paiement",
"billing.payment_history": "Historique des paiements",
"billing.refunded": "Remboursé",
"billing.paid": "Payé",
"billing.ok": "OK",
"billing.resume_subscription": "Reprendre l'abonnement",
"billing.subscription_cancelled": "Votre abonnement a été annulé.",
"billing.subscription_cancelled_description": "Vous aurez toujours accès à votre abonnement jusqu'à la fin de cette période de facturation.",
"billing.offering.free": "Gratuit",
"billing.offering.pro": "Professionnel",
"billing.offering.business": "Entreprise",
"billing.cloud_storage": "Stockage Cloud",
"billing.ai_access": "Accès IA",
"billing.bandwidth": "Bande passante",
"billing.apps_and_games": "Applications & Jeux",
"billing.upgrade_to_pro": "Mettre à niveau vers %strong%",
"billing.switch_to": "Passer à %strong%",
"billing.payment_setup": "Configuration du paiement",
"billing.back": "Retour",
"billing.you_are_now_subscribed_to": "Vous êtes maintenant abonné au niveau %strong%.",
"billing.you_are_now_subscribed_to_without_tier": "Vous êtes maintenant abonné",
"billing.subscription_cancellation_confirmation": "Êtes-vous sûr de vouloir annuler votre abonnement ?",
"billing.subscription_setup": "Configuration de l'abonnement",
"billing.cancel_it": "L'annuler",
"billing.keep_it": "Le garder",
"billing.subscription_resumed": "Votre abonnement %strong% a été repris !",
"billing.upgrade_now": "Mettre à niveau maintenant",
"billing.upgrade": "Mettre à niveau",
"billing.currently_on_free_plan": "Vous êtes actuellement sur le plan gratuit.",
"billing.download_receipt": "Télécharger le reçu",
"billing.subscription_check_error": "Un problème est survenu lors de la vérification de l'état de votre abonnement.",
"billing.email_confirmation_needed": "Votre e-mail n'a pas été confirmé. Nous allons vous envoyer un code pour le confirmer maintenant.",
"billing.sub_cancelled_but_valid_until": "Vous avez annulé votre abonnement, et il passera automatiquement au niveau gratuit à la fin de la période de facturation. Vous ne serez pas facturé à nouveau, sauf si vous vous réabonnez.",
"billing.current_plan_until_end_of_period": "Votre plan actuel jusqu'à la fin de cette période de facturation.",
"billing.current_plan": "Plan actuel",
"billing.cancelled_subscription_tier": "Abonnement annulé (%%)",
"billing.manage": "Gérer",
"billing.limited": "Limité",
"billing.expanded": "Étendu",
"billing.accelerated": "Accéléré",
"billing.enjoy_msg": "Profitez de %% de stockage Cloud ainsi que d'autres avantages.",
"billing.change_payment_method": "Modifier le mode de paiement", // In English: "Change"
"billing.cancel": "Annuler", // In English: "Cancel"
"billing.download_invoice": "Télécharger la facture", // In English: "Download"
Expand Down

0 comments on commit 770b957

Please sign in to comment.