338c190ae8
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.
22 lines
570 B
PHP
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',
|
|
];
|