mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
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.',
|
|
|
|
];
|