mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update notification.php
This commit is contained in:
parent
a520443155
commit
6a155b0d92
1 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,11 @@
|
|||
|
||||
return [
|
||||
|
||||
'likedPhoto' => 'gustoulle a súa foto.',
|
||||
'startedFollowingYou' => 'comezou a seguila.',
|
||||
'likedPhoto' => 'gustoulle a túa publicación.',
|
||||
'likedComment' => 'gustoulle o teu comentario.',
|
||||
'startedFollowingYou' => 'comezou a seguirte.',
|
||||
'commented' => 'comentou na túa publicación.',
|
||||
'mentionedYou' => 'mencionoute.',
|
||||
'shared' => 'compartiu a túa publicación.',
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue