mirror of https://github.com/pixelfed/pixelfed.git
parent
36e183a220
commit
1db9824065
|
@ -13,6 +13,7 @@ return [
|
||||||
'shared' => 'Partagé',
|
'shared' => 'Partagé',
|
||||||
'shares' => 'Partages',
|
'shares' => 'Partages',
|
||||||
'unshare' => 'Ne plus partager',
|
'unshare' => 'Ne plus partager',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Annuler',
|
'cancel' => 'Annuler',
|
||||||
'copyLink' => 'Copier le lien',
|
'copyLink' => 'Copier le lien',
|
||||||
|
@ -23,6 +24,10 @@ return [
|
||||||
'other' => 'Autre',
|
'other' => 'Autre',
|
||||||
'readMore' => 'En savoir plus',
|
'readMore' => 'En savoir plus',
|
||||||
'success' => 'Opération réussie',
|
'success' => 'Opération réussie',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensible',
|
'sensitive' => 'Sensible',
|
||||||
'sensitiveContent' => 'Contenu sensible',
|
'sensitiveContent' => 'Contenu sensible',
|
||||||
|
@ -55,7 +60,7 @@ return [
|
||||||
'drive' => 'Médiathèque',
|
'drive' => 'Médiathèque',
|
||||||
'settings' => 'Paramètres',
|
'settings' => 'Paramètres',
|
||||||
'compose' => 'Publier',
|
'compose' => 'Publier',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Se déconnecter',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'À propos',
|
'about' => 'À propos',
|
||||||
|
@ -97,6 +102,7 @@ return [
|
||||||
'modlog' => 'journal de modération',
|
'modlog' => 'journal de modération',
|
||||||
'post' => 'publication',
|
'post' => 'publication',
|
||||||
'story' => 'story',
|
'story' => 'story',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'Connaissances possibles'
|
'peopleYouMayKnow' => 'Connaissances possibles',
|
||||||
|
|
||||||
|
'onboarding' => [
|
||||||
|
'welcome' => 'Welcome',
|
||||||
|
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||||
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
|
'refreshFeed' => 'Refresh my feed',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'Aucune publication ne semble exister pour ce hashtag'
|
'emptyFeed' => 'Aucune publication ne semble exister pour ce hashtag'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'report' => [
|
||||||
|
'report' => 'Report',
|
||||||
|
'selectReason' => 'Select a reason',
|
||||||
|
'reported' => 'Reported',
|
||||||
|
'sendingReport' => 'Sending report',
|
||||||
|
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||||
|
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue