Browse Source

Update notification.php

Xose M 4 years ago
parent
commit
6a155b0d92
1 changed files with 6 additions and 2 deletions
  1. 6 2
      resources/lang/gl/notification.php

+ 6 - 2
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.',
 
 ];