2021-12-22 00:43:37 +00:00
< ? php
return [
'common' => [
2021-12-22 08:27:37 +00:00
'comment' => 'Commenter' ,
'commented' => 'Commenté' ,
'comments' => 'Commentaires' ,
'like' => 'J\'aime' ,
'liked' => 'Aimé·e' ,
'likes' => 'J\'aime' ,
'share' => 'Partager' ,
'shared' => 'Partagé' ,
'shares' => 'Partages' ,
'unshare' => 'Ne plus partager' ,
'cancel' => 'Annuler' ,
'copyLink' => 'Copier le lien' ,
'delete' => 'Supprimer' ,
'error' => 'Erreur' ,
'errorMsg' => 'Une erreur est survenue. Veuillez réessayer plus tard.' ,
'oops' => 'Oups !' ,
'other' => 'Autre' ,
'readMore' => 'Lire plus' ,
'success' => 'Succès' ,
'sensitive' => 'Sensible' ,
'sensitiveContent' => 'Contenu sensible' ,
'sensitiveContentWarning' => 'Ce message peut contenir du contenu sensible' ,
2021-12-22 00:43:37 +00:00
],
'site' => [
2021-12-22 08:27:37 +00:00
'terms' => 'Conditions d\'utilisation' ,
'privacy' => 'Politique de confidentialité' ,
2021-12-22 00:43:37 +00:00
],
'navmenu' => [
2021-12-22 08:27:37 +00:00
'search' => 'Rechercher' ,
'admin' => 'Tableau de bord administrateur' ,
2021-12-22 00:43:37 +00:00
// Timelines
2021-12-22 08:27:37 +00:00
'homeFeed' => 'Flux principal' ,
'localFeed' => 'Flux local' ,
'globalFeed' => 'Flux global' ,
2021-12-22 00:43:37 +00:00
// Core features
2021-12-22 08:27:37 +00:00
'discover' => 'Découvrir' ,
'directMessages' => 'Messages Privés' ,
2021-12-22 00:43:37 +00:00
'notifications' => 'Notifications' ,
2021-12-22 08:27:37 +00:00
'groups' => 'Groupes' ,
2021-12-22 00:43:37 +00:00
'stories' => 'Stories' ,
// Self links
2021-12-22 08:27:37 +00:00
'profile' => 'Profil' ,
2021-12-22 00:43:37 +00:00
'drive' => 'Drive' ,
2021-12-22 08:27:37 +00:00
'settings' => 'Paramètres' ,
2021-12-22 00:43:37 +00:00
'compose' => 'Create New' ,
2021-12-22 04:11:54 +00:00
// Nav footer
2021-12-22 08:27:37 +00:00
'about' => 'À propos' ,
'help' => 'Aide' ,
'language' => 'Langue' ,
2021-12-22 04:11:54 +00:00
'privacy' => 'Privacy' ,
2021-12-22 08:27:37 +00:00
'terms' => 'Conditions ' ,
2021-12-22 04:11:54 +00:00
2021-12-22 00:43:37 +00:00
// Temporary links
2021-12-22 08:27:37 +00:00
'backToPreviousDesign' => 'Revenir au design précédent'
2021-12-22 00:43:37 +00:00
],
'directMessages' => [
2021-12-22 08:27:37 +00:00
'inbox' => 'Boîte de réception' ,
2021-12-22 00:43:37 +00:00
'sent' => 'Sent' ,
2021-12-22 08:27:37 +00:00
'requests' => 'Demandes'
2021-12-22 00:43:37 +00:00
],
'notifications' => [
2021-12-22 08:27:37 +00:00
'liked' => 'a aimé·e votre' ,
'commented' => 'a commenté·e votre' ,
'reacted' => 'a réagi à votre' ,
2021-12-22 00:43:37 +00:00
'shared' => 'shared your' ,
'tagged' => 'tagged you in a' ,
'updatedA' => 'updated a' ,
'sentA' => 'sent a' ,
'followed' => 'followed' ,
'mentioned' => 'mentioned' ,
'you' => 'you' ,
'yourApplication' => 'Your application to join' ,
'applicationApproved' => 'was approved!' ,
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.' ,
'dm' => 'dm' ,
'groupPost' => 'group post' ,
'modlog' => 'modlog' ,
'post' => 'post' ,
'story' => 'story' ,
],
'post' => [
'shareToFollowers' => 'Share to followers' ,
'shareToOther' => 'Share to other' ,
'noLikes' => 'No likes yet' ,
'uploading' => 'Uploading' ,
],
'profile' => [
'posts' => 'Posts' ,
'followers' => 'Followers' ,
'following' => 'Following' ,
'admin' => 'Admin' ,
'collections' => 'Collections' ,
'follow' => 'Follow' ,
'unfollow' => 'Unfollow' ,
'editProfile' => 'Edit Profile' ,
'followRequested' => 'Follow Requested' ,
'joined' => 'Joined' ,
],
'menu' => [
'viewPost' => 'View Post' ,
'viewProfile' => 'View Profile' ,
'moderationTools' => 'Moderation Tools' ,
'report' => 'Report' ,
'archive' => 'Archive' ,
'unarchive' => 'Unarchive' ,
'embed' => 'Embed' ,
'selectOneOption' => 'Select one of the following options' ,
'unlistFromTimelines' => 'Unlist from Timelines' ,
'addCW' => 'Add Content Warning' ,
'removeCW' => 'Remove Content Warning' ,
'markAsSpammer' => 'Mark as Spammer' ,
'markAsSpammerText' => 'Unlist + CW existing and future posts' ,
'spam' => 'Spam' ,
'sensitive' => 'Sensitive Content' ,
'abusive' => 'Abusive or Harmful' ,
'underageAccount' => 'Underage Account' ,
'copyrightInfringement' => 'Copyright Infringement' ,
2021-12-22 08:27:37 +00:00
'impersonation' => 'Usurpation d\'identité' ,
'scamOrFraud' => 'Arnaque ou fraude' ,
'confirmReport' => 'Confirmer le signalement' ,
2021-12-22 00:43:37 +00:00
'confirmReportText' => 'Are you sure you want to report this post?' ,
'reportSent' => 'Report Sent!' ,
'reportSentText' => 'We have successfully received your report.' ,
'reportSentError' => 'There was an issue reporting this post.' ,
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?' ,
'modCWSuccess' => 'Successfully added content warning' ,
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?' ,
'modRemoveCWSuccess' => 'Successfully removed content warning' ,
'modUnlistConfirm' => 'Are you sure you want to unlist this post?' ,
'modUnlistSuccess' => 'Successfully unlisted post' ,
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.' ,
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer' ,
'toFollowers' => 'to Followers' ,
'showCaption' => 'Show Caption' ,
'showLikes' => 'Show Likes' ,
'compactMode' => 'Compact Mode' ,
'embedConfirmText' => 'By using this embed, you agree to our' ,
'deletePostConfirm' => 'Are you sure you want to delete this post?' ,
'archivePostConfirm' => 'Are you sure you want to archive this post?' ,
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?' ,
],
'story' => [
'add' => 'Add Story'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
]
];