1
0
Fork 0
pixelfed/resources/lang/fr/web.php

179 lines
5.0 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'common' => [
'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',
],
'site' => [
'terms' => 'Conditions d\'utilisation',
'privacy' => 'Politique de confidentialité',
],
'navmenu' => [
'search' => 'Rechercher',
'admin' => 'Tableau de bord administrateur',
// Timelines
'homeFeed' => 'Flux principal',
'localFeed' => 'Flux local',
'globalFeed' => 'Flux global',
// Core features
'discover' => 'Découvrir',
'directMessages' => 'Messages Privés',
'notifications' => 'Notifications',
'groups' => 'Groupes',
'stories' => 'Stories',
// Self links
'profile' => 'Profil',
'drive' => 'Drive',
'settings' => 'Paramètres',
'compose' => 'Create New',
// Nav footer
'about' => 'À propos',
'help' => 'Aide',
'language' => 'Langue',
'privacy' => 'Privacy',
'terms' => 'Conditions ',
// Temporary links
'backToPreviousDesign' => 'Revenir au design précédent'
],
'directMessages' => [
'inbox' => 'Boîte de réception',
'sent' => 'Sent',
'requests' => 'Demandes'
],
'notifications' => [
'liked' => 'a aimé·e votre',
'commented' => 'a commenté·e votre',
'reacted' => 'a réagi à votre',
'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',
'impersonation' => 'Usurpation d\'identité',
'scamOrFraud' => 'Arnaque ou fraude',
'confirmReport' => 'Confirmer le signalement',
'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'
]
];