mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-30 16:30:45 +00:00
Translate 'Direct Messages'
This commit is contained in:
parent
ba39aca471
commit
ef2c6f5384
2 changed files with 2 additions and 1 deletions
|
@ -9,5 +9,6 @@ return [
|
||||||
'settings' => 'Einstellungen',
|
'settings' => 'Einstellungen',
|
||||||
'admin' => 'Administration',
|
'admin' => 'Administration',
|
||||||
'logout' => 'Abmelden',
|
'logout' => 'Abmelden',
|
||||||
|
'directMessages' => 'Privatnachrichten',
|
||||||
|
|
||||||
];
|
];
|
|
@ -5,4 +5,4 @@ return [
|
||||||
'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',
|
'savedWarning' => 'Nur du kannst sehen was du gespeichert hast',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue