From 2dcdbc2b085f11ee534ed87b1fe0f73502ad32ae Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 14 Sep 2026 20:45:27 +0930 Subject: [PATCH] New translations notification.php (Portuguese, Brazilian) [ci skip] [ci skip] --- lang/pt/notification.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.', ];