mirror of https://github.com/pixelfed/pixelfed.git
parent
19ece2a2f3
commit
d6353b7d1d
|
@ -24,10 +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',
|
'proceed' => 'Continuer',
|
||||||
'next' => 'Next',
|
'next' => 'Suivant',
|
||||||
'close' => 'Close',
|
'close' => 'Fermer',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'cliquer ici',
|
||||||
|
|
||||||
'sensitive' => 'Sensible',
|
'sensitive' => 'Sensible',
|
||||||
'sensitiveContent' => 'Contenu sensible',
|
'sensitiveContent' => 'Contenu sensible',
|
||||||
|
@ -102,7 +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',
|
'noneFound' => 'Aucune notification trouvée',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -185,10 +185,10 @@ return [
|
||||||
'peopleYouMayKnow' => 'Connaissances possibles',
|
'peopleYouMayKnow' => 'Connaissances possibles',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => 'Bienvenue',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'thisIsYourHomeFeed' => 'Ceci est votre flux personnel, un flux chronologique des publications de comptes que vous suivez.',
|
||||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
'letUsHelpYouFind' => 'Laissez-nous vous aider à trouver des personnes intéressantes à suivre',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => 'Actualiser mon flux',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -197,12 +197,12 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
'report' => 'Report',
|
'report' => 'Signaler',
|
||||||
'selectReason' => 'Select a reason',
|
'selectReason' => 'Sélectionner un motif',
|
||||||
'reported' => 'Reported',
|
'reported' => 'Signalé',
|
||||||
'sendingReport' => 'Sending report',
|
'sendingReport' => 'Envoi du signalement',
|
||||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
'thanksMsg' => 'Merci pour votre signalement, les gens comme vous aident à assurer la sécurité de notre communauté !',
|
||||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
'contactAdminMsg' => 'Si vous souhaitez contacter un administrateur à propos de cette publication ou de ce signalement',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue