1
0
Fork 0

Update notification.php

Improved translation
This commit is contained in:
Artur Mancha 2021-12-02 10:54:01 +01:00 committed by GitHub
parent 93392b85b2
commit 7c4ac2dbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

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