浏览代码

Update notification.php

Xose M 4 年之前
父节点
当前提交
6a155b0d92
共有 1 个文件被更改,包括 6 次插入2 次删除
  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.',
 
 ];