Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): Update the fr-FR locale #2421

Merged
merged 3 commits into from
Oct 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"unfollow": "Ne plus suivre",
"unmute": "Réafficher",
"view_other_followers": "Les comptes abonnés d'autres instances peuvent ne pas être affichés.",
"view_other_following": "Les comptes suivis d'autres instances peuvent ne pas être affichés."
"view_other_following": "Les comptes suivis d'autres instances peuvent ne pas être affichés.",
"withdraw_follow_request": "Retirer la demande de suivi"
},
"action": {
"apply": "Appliquer",
Expand All @@ -51,6 +52,7 @@
"boost_count": "{0}",
"boosted": "Partagé",
"clear_publish_failed": "Effacer les erreurs de publication",
"clear_save_failed": "Effacer les erreurs de sauvegarde",
"clear_upload_failed": "Effacer les erreurs de téléversement de fichier",
"close": "Fermer",
"compose": "Composer",
Expand Down Expand Up @@ -246,6 +248,7 @@
"pin_on_profile": "Épingler sur le profil",
"remove_personal_note": "Retirer la note personnelle de {0}",
"report_account": "Signaler {0}",
"share_account": "Partager {0}",
"share_post": "Partager ce message",
"show_favourited_and_boosted_by": "Montrer qui a aimé et partagé",
"show_reblogs": "Voir les partages de {0}",
Expand Down Expand Up @@ -426,6 +429,7 @@
"language": {
"display_language": "Langue d'affichage",
"label": "Langue",
"post_language": "Langue de publication",
"status": "État de la traduction : {0}/{1} ({2} %)",
"translations": {
"add": "Ajouter",
Expand Down Expand Up @@ -544,6 +548,9 @@
"label": "Comptes connectés"
}
},
"share-target": {
"title": ""
},
"share_target": {
"description": "Elk peut être configuré pour que vous puissiez partager du contenu à partir d'autres applications, installez simplement Elk sur votre appareil ou ordinateur et connectez-vous.",
"hint": "Pour partager du contenu avec Elk, Elk doit être installé et vous devez être connecté.",
Expand All @@ -557,6 +564,7 @@
"loading": "Chargement...",
"publish_failed": "La publication a échoué",
"publishing": "Envoi",
"save_failed": "Échec de la sauvegarde",
"upload_failed": "Le téléversement a échoué",
"uploading": "Téléversement en cours..."
},
Expand Down Expand Up @@ -602,8 +610,20 @@
"list": "Liste",
"media": "Média",
"news": "Actualités",
"notifications_admin": {
"report": "Signaler",
"sign_up": "S'inscrire"
},
"notifications_all": "Tout",
"notifications_favourite": "f",
"notifications_follow": "Suivre",
"notifications_follow_request": "Demande de suivi",
"notifications_mention": "Mentions",
"notifications_more_tooltip": "Filtrer les notifications par type",
"notifications_poll": "Sondage",
"notifications_reblog": "Partager",
"notifications_status": "Statut",
"notifications_update": "Mise à jour",
"posts": "Messages",
"posts_with_replies": "Messages et réponses"
},
Expand Down
Loading