1
0
Эх сурвалжийг харах

Translate notification.php to German

Anton Strömkvist 5 жил өмнө
parent
commit
0756f477fe

+ 2 - 0
resources/lang/de/notification.php

@@ -3,8 +3,10 @@
 return [
 return [
 
 
   'likedPhoto'          => 'gefällt dein Foto.',
   'likedPhoto'          => 'gefällt dein Foto.',
+  'likedComment'        => 'gefällt dein Kommentar.',
   'startedFollowingYou' => 'folgt dir nun.',
   'startedFollowingYou' => 'folgt dir nun.',
   'commented'           => 'hat deinen Post kommentiert.',
   'commented'           => 'hat deinen Post kommentiert.',
   'mentionedYou'        => 'hat dich erwähnt.',
   'mentionedYou'        => 'hat dich erwähnt.',
+  'shared'              => 'hat deinen Post teilen.',
 
 
 ];
 ];