瀏覽代碼

Translate notification.php to German

Anton Strömkvist 5 年之前
父節點
當前提交
0756f477fe
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.',
 
 ];