mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 17:53:16 +00:00
Update German Translation
This commit is contained in:
parent
af5cc6e557
commit
588860066d
1 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'emptyTimeline' => 'Dieser Benutzer hat noch nichts gepostet!',
|
'emptyTimeline' => 'Dieser Benutzer hat noch nichts gepostet!',
|
||||||
'emptyFollowers' => 'Diesem Benutzer folgt noch niemand!',
|
'emptyFollowers' => 'Diesem Benutzer folgt noch niemand!',
|
||||||
'emptyFollowing' => 'Dieser Benutzer folgt noch niemanden!',
|
'emptyFollowing' => 'Dieser Benutzer folgt noch niemanden!',
|
||||||
'savedWarning' => 'Nur du kannst sehen was du gespeichert hast',
|
'emptySaved' => 'Du hast noch keinen Post gespeichert!',
|
||||||
|
'savedWarning' => 'Nur du kannst sehen was du gespeichert hast',
|
||||||
|
'privateProfileWarning' => 'Dieser Account ist privat',
|
||||||
|
'alreadyFollow' => ':username bereits folgen?',
|
||||||
|
'loginToSeeProfile' => 'um deren Bilder und Videos zu sehen.',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue