瀏覽代碼

Update German Translation

Tim Speckhals 7 年之前
父節點
當前提交
92c4e24666
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 13 0
      resources/lang/de/navmenu.php
  2. 1 0
      resources/lang/de/notification.php

+ 13 - 0
resources/lang/de/navmenu.php

@@ -0,0 +1,13 @@
+<?php
+
+return [
+
+    'viewMyProfile' => 'Mein Profil anschauen',
+    'myTimeline' => 'Meine Timeline',
+    'publicTimeline' => '&Ouml;ffentliche Timeline',
+    'remoteFollow' => 'Aus der Ferne folgen',
+    'settings' => 'Einstellungen',
+    'admin' => 'Administration',
+    'logout' => 'Abmelden',
+
+];

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

@@ -5,5 +5,6 @@ return [
   'likedPhoto' => 'gef&auml;llt dein Foto.',
   'startedFollowingYou' => 'folgt dir nun.',
   'commented' => 'hat deinen Post kommentiert.',
+  'mentionedYou' => 'hat dich erw&auml;hnt.'
 
 ];