mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-13 15:39:59 +00:00
11 lines
306 B
PHP
11 lines
306 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => 'le gustó tu foto.',
|
|
'likedComment' => 'le gustó tu comentario.',
|
|
'startedFollowingYou' => 'empezó a seguirte.',
|
|
'commented' => 'comentó tu foto.',
|
|
'mentionedYou' => 'te mencionó.',
|
|
'shared' => 'compartió tu foto.',
|
|
];
|