2016-11-21 21:51:34 +01:00
const fr = {
2016-11-21 22:06:05 +01:00
"column_back_button.label" : "Retour" ,
"lightbox.close" : "Fermer" ,
"loading_indicator.label" : "Chargement…" ,
"status.mention" : "Mentionner" ,
"status.delete" : "Effacer" ,
"status.reply" : "Répondre" ,
"status.reblog" : "Partager" ,
"status.favourite" : "Ajouter aux favoris" ,
"status.reblogged_by" : "{name} a partagé" ,
"video_player.toggle_sound" : "Mettre/Couper le son" ,
"account.mention" : "Mentionner" ,
"account.edit_profile" : "Modifier le profil" ,
"account.unblock" : "Débloquer" ,
"account.unfollow" : "Se désabonner" ,
"account.block" : "Bloquer" ,
"account.follow" : "S’ abonner" ,
"account.posts" : "Statuts" ,
"account.follows" : "Abonnements" ,
"account.followers" : "Abonnés" ,
"account.follows_you" : "Vous suit" ,
"getting_started.heading" : "Pour commencer" ,
2016-11-22 10:49:50 +01:00
"getting_started.about_addressing" : "Vous pouvez vous abonner aux statuts de quelqu’ un en entrant dans le champs de recherche leur nom d’ utilisateur et le domaine de leur instance, séparés par un @ à la manière d’ une adresse courriel." ,
2016-11-21 22:06:05 +01:00
"getting_started.about_shortcuts" : "Si cette personne utilise la même instance que vous, le nom d’ utilisateur suffit. C’ est le même principe pour mentionner quelqu’ un dans vos statuts." ,
"getting_started.about_developer" : "Pour s’ abonner au développeur de ce projet, c’ est Gargron@mastodon.social" ,
"column.home" : "Accueil" ,
2016-11-21 21:51:34 +01:00
"column.mentions" : "Mentions" ,
2016-11-22 10:49:50 +01:00
"column.public" : "Fil public" ,
2016-11-21 21:51:34 +01:00
"column.notifications" : "Notifications" ,
2016-11-21 22:06:05 +01:00
"tabs_bar.compose" : "Composer" ,
"tabs_bar.home" : "Accueil" ,
2016-11-21 21:51:34 +01:00
"tabs_bar.mentions" : "Mentions" ,
"tabs_bar.public" : "Public" ,
"tabs_bar.notifications" : "Notifications" ,
2016-11-21 22:06:05 +01:00
"compose_form.placeholder" : "Qu’ avez vous en tête ?" ,
2016-11-23 15:53:49 +01:00
"compose_form.publish" : "Pouet" ,
2016-11-21 22:06:05 +01:00
"navigation_bar.settings" : "Paramètres" ,
2016-11-22 10:49:50 +01:00
"navigation_bar.public_timeline" : "Public" ,
2016-11-21 22:06:05 +01:00
"navigation_bar.logout" : "Se déconnecter" ,
"reply_indicator.cancel" : "Annuler" ,
"search.placeholder" : "Chercher" ,
"search.account" : "Compte" ,
"search.hashtag" : "Mot-clé" ,
"suggestions_box.who_to_follow" : "Suggestions" ,
"suggestions_box.refresh" : "Rafraîchir" ,
"upload_button.label" : "Joindre un média" ,
"upload_form.undo" : "Annuler" ,
"notification.follow" : "{name} s’ est abonné⋅e à vos statuts" ,
"notification.favourite" : "{name} a ajouté votre statut à ses favoris" ,
"notification.reblog" : "{name} a partagé votre statut" ,
2016-11-22 10:49:50 +01:00
"notification.mention" : "{name} vous a mentionné⋅e"
2016-11-21 21:51:34 +01:00
} ;
export default fr ;