mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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 [
|
return [
|
||||||
|
|
||||||
'likedPhoto' => 'gostou de sua foto.',
|
'likedPhoto' => 'gostou da tua publicação.',
|
||||||
'startedFollowingYou' => 'começou a te seguir.',
|
'likedComment' => 'gostou do teu comentário.',
|
||||||
'commented' => 'comentou em seu post.',
|
'startedFollowingYou' => 'começou a seguir-te.',
|
||||||
'mentionedYou' => 'te mencionou.',
|
'commented' => 'comentou na tua publicação.',
|
||||||
'shared' => 'compartilhou seu post.',
|
'mentionedYou' => 'mencionou-te.',
|
||||||
|
'shared' => 'partilhou a tua publicação.',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue