pixelfed/resources/lang/pt/notification.php

12 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.',
];