Files
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
591 B
PHP

<?php
return [
'home' => 'Accueil',
'browse' => 'Parcourir',
'community' => 'Communauté',
'search' => 'Recherche',
'public-playlists' => 'Playlists publiques',
'downloads' => 'Téléchargements',
'our-discord-server' => 'Notre serveur Discord',
'theme' => 'Thème',
'please-login' => 'Veuillez vous connecter',
'comments' => 'Commentaires',
'likes' => 'Likes',
'playlists' => 'Playlists',
'watched' => 'Regardé',
'settings' => 'Paramètres',
'logout' => 'Déconnexion',
'login' => 'Connexion',
'profile' => 'Profil',
];