1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 09:46:49 +00:00
pixelfed/resources/lang/fr/notification.php
Hervé Yvis eddfeca2ab Upgrade french translation
Translation of untranslated sentences + Improved translation of some sentence
2019-07-11 08:56:50 +02:00

10 lines
400 B
PHP

<?php
return [
'likedPhoto' => 'a aimé votre publication.',
'likedComment' => 'a aimé votre commentaire.',
'startedFollowingYou' => 'a commencé à vous suivre.',
'commented' => 'a commenté votre publication.',
'mentionedYou' => 'vous a mentionné.',
'shared' => 'a partagé votre publication.',
];