1
0
Fork 0

Update German Translation

This commit is contained in:
Tim Speckhals 2018-06-11 12:38:23 +02:00
parent 75b7cebb14
commit 92c4e24666
2 changed files with 14 additions and 0 deletions

View File

@ -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',
];

View File

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