소스 검색

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