From 6a155b0d9226ad4db933d5fe9d453001a513c133 Mon Sep 17 00:00:00 2001 From: Xose M <704948+xmgz@users.noreply.github.com> Date: Sat, 21 Nov 2020 18:27:25 +0100 Subject: [PATCH] Update notification.php --- resources/lang/gl/notification.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/lang/gl/notification.php b/resources/lang/gl/notification.php index 5a70d5648..d1951fa79 100644 --- a/resources/lang/gl/notification.php +++ b/resources/lang/gl/notification.php @@ -2,7 +2,11 @@ return [ - 'likedPhoto' => 'gustoulle a súa foto.', - 'startedFollowingYou' => 'comezou a seguila.', + 'likedPhoto' => 'gustoulle a túa publicación.', + 'likedComment' => 'gustoulle o teu comentario.', + 'startedFollowingYou' => 'comezou a seguirte.', + 'commented' => 'comentou na túa publicación.', + 'mentionedYou' => 'mencionoute.', + 'shared' => 'compartiu a túa publicación.', ];