Merge pull request #205 from timmyrs/dev

Update German Translation
This commit is contained in:
daniel 2018-06-05 00:42:22 -06:00 committed by GitHub
commit 731fc6e08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View File

@ -3,5 +3,7 @@
return [
'likedPhoto' => 'gefällt dein Foto.',
'startedFollowingYou' => 'folgt dir nun.',
'commented' => 'hat deinen Post kommentiert.',
];

View File

@ -1,5 +1,8 @@
<?php
return [
'emptyTimeline' => 'Dieser Benutzer hat noch keine Fotos hochgeladen!',
'emptyTimeline' => 'Dieser Benutzer hat noch nichts gepostet!',
'emptyFollowers' => 'Diesem Benutzer folgt noch niemand!',
'emptyFollowing' => 'Dieser Benutzer folgt noch niemanden!',
'savedWarning' => 'Nur du kannst sehen was du gespeichert hast',
];

View File

@ -0,0 +1,7 @@
<?php
return [
'emptyPersonalTimeline' => 'Deine Timeline ist leer.'
];