This commit is contained in:
2025-09-18 15:31:27 +02:00
commit 2abba0c2b7
406 changed files with 31879 additions and 0 deletions

19
lang/de/nav.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
return [
'home' => 'Startseite',
'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',
];