mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Merge pull request #356 from timmyrs/dev
Translate 'Direct Messages' in German
This commit is contained in:
commit
53585f0e13
2 changed files with 2 additions and 1 deletions
|
@ -9,5 +9,6 @@ return [
|
|||
'settings' => 'Einstellungen',
|
||||
'admin' => 'Administration',
|
||||
'logout' => 'Abmelden',
|
||||
'directMessages' => 'Privatnachrichten',
|
||||
|
||||
];
|
|
@ -5,4 +5,4 @@ return [
|
|||
'emptyFollowers' => 'Diesem Benutzer folgt noch niemand!',
|
||||
'emptyFollowing' => 'Dieser Benutzer folgt noch niemanden!',
|
||||
'savedWarning' => 'Nur du kannst sehen was du gespeichert hast',
|
||||
];
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue