1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/resources/lang/pt/notification.php
2019-03-11 13:43:15 -03:00

11 lines
260 B
PHP

<?php
return [
'likedPhoto' => 'gostou de sua foto.',
'startedFollowingYou' => 'começou a te seguir.',
'commented' => 'comentou em seu post.',
'mentionedYou' => 'te mencionou.',
'shared' => 'compartilhou seu post.',
];