Explorar o código

Translate notification.php to German

Anton Strömkvist %!s(int64=5) %!d(string=hai) anos
pai
achega
0756f477fe
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.',
 
 ];