Browse Source

Translate notification.php to German

Anton Strömkvist 5 years ago
parent
commit
0756f477fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/lang/de/notification.php

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

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