mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +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 [
|
return [
|
||||||
|
|
||||||
'likedPhoto' => 'gustoulle a súa foto.',
|
'likedPhoto' => 'gustoulle a túa publicación.',
|
||||||
'startedFollowingYou' => 'comezou a seguila.',
|
'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