mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update notification.php
Improved translation
This commit is contained in:
parent
93392b85b2
commit
7c4ac2dbcc
1 changed files with 6 additions and 5 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
return [
|
||||
|
||||
'likedPhoto' => 'gostou de sua foto.',
|
||||
'startedFollowingYou' => 'começou a te seguir.',
|
||||
'commented' => 'comentou em seu post.',
|
||||
'mentionedYou' => 'te mencionou.',
|
||||
'shared' => 'compartilhou seu post.',
|
||||
'likedPhoto' => 'gostou da tua publicação.',
|
||||
'likedComment' => 'gostou do teu comentário.',
|
||||
'startedFollowingYou' => 'começou a seguir-te.',
|
||||
'commented' => 'comentou na tua publicação.',
|
||||
'mentionedYou' => 'mencionou-te.',
|
||||
'shared' => 'partilhou a tua publicação.',
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue