forked from mirror/pixelfed
12 lines
260 B
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.',
|
||
|
|
||
|
];
|