diff --git a/lang/pt/notification.php b/lang/pt/notification.php index 92af66ad8..095c32c22 100644 --- a/lang/pt/notification.php +++ b/lang/pt/notification.php @@ -2,11 +2,11 @@ return [ - 'likedPhoto' => '', - 'likedComment' => '', - 'startedFollowingYou' => '', - 'commented' => '', - 'mentionedYou' => '', - 'shared' => '', + '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.', ];