Kaynağa Gözat

Translate notification.php to German

Anton Strömkvist 5 yıl önce
ebeveyn
işleme
0756f477fe
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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.',
 
 ];