Quellcode durchsuchen

Update notification.php

Improved translation
Artur Mancha vor 3 Jahren
Ursprung
Commit
7c4ac2dbcc
1 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
  1. 6 5
      resources/lang/pt/notification.php

+ 6 - 5
resources/lang/pt/notification.php

@@ -2,10 +2,11 @@
 
 return [
 
-  'likedPhoto'          => 'gostou de sua foto.',
-  'startedFollowingYou' => 'começou a te seguir.',
-  'commented'           => 'comentou em seu post.',
-  'mentionedYou'        => 'te mencionou.',
-  'shared'		=> 'compartilhou seu post.',
+  '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.',
 
 ];