From 7c4ac2dbcc47ec0d574d13cac11d2dd4caf9cda6 Mon Sep 17 00:00:00 2001 From: Artur Mancha Date: Thu, 2 Dec 2021 10:54:01 +0100 Subject: [PATCH] Update notification.php Improved translation --- resources/lang/pt/notification.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/lang/pt/notification.php b/resources/lang/pt/notification.php index 8d749e411..a19f7e202 100644 --- a/resources/lang/pt/notification.php +++ b/resources/lang/pt/notification.php @@ -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.', ];