1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-13 15:39:59 +00:00
pixelfed/resources/lang/es/notification.php
2025-02-04 22:46:44 -05:00

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