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
591 B
PHP
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',
|
|
];
|