Files
hstream/lang/de/nav.php
T
w33b 338c190ae8 feat(nav): redesign navigation bar and add Browse/Community links
Enhance the navigation with a modern floating glass design, new Browse and Community dropdown links, and improved theme/blur toggles that now handle multiple instances. Update dropdown components with rounded styling and support for wider widths, refine nav-link active states, and add navigation feature tests.
2026-08-09 10:13:54 +02:00

22 lines
570 B
PHP

<?php
return [
'home' => 'Startseite',
'browse' => 'Stöbern',
'community' => 'Community',
'search' => 'Suche',
'public-playlists' => 'Öffentliche Playlisten',
'downloads' => 'Downloads',
'our-discord-server' => 'Unser Discord Server',
'theme' => 'Theme',
'please-login' => 'Bitte einloggen',
'comments' => 'Kommentare',
'likes' => 'Likes',
'playlists' => 'Playlisten',
'watched' => 'Gesehen',
'settings' => 'Einstellungen',
'logout' => 'Ausloggen',
'login' => 'Einloggen',
'profile' => 'Profil',
];