This commit is contained in:
2026-04-18 14:18:52 +02:00
parent 5b4d3d435e
commit f3e5100d5d
126 changed files with 743 additions and 795 deletions

View File

@@ -1,19 +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',
'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',
];