mirror of https://github.com/pixelfed/pixelfed.git
20 lines
610 B
PHP
20 lines
610 B
PHP
<?php
|
|
|
|
return [
|
|
'search' => 'Suche',
|
|
'home' => 'Heim',
|
|
'local' => 'Lokal',
|
|
'network' => 'Netzwerk',
|
|
'discover' => 'Entdecken',
|
|
'viewMyProfile' => 'Mein Profil anschauen',
|
|
'myProfile' => 'Mein Profil',
|
|
'myTimeline' => 'Meine Timeline',
|
|
'publicTimeline' => 'Öffentliche Timeline',
|
|
'remoteFollow' => 'Aus der Ferne folgen',
|
|
'settings' => 'Einstellungen',
|
|
'admin' => 'Administration',
|
|
'logout' => 'Abmelden',
|
|
'directMessages' => 'Privatnachrichten',
|
|
'composePost' => 'Neu',
|
|
];
|