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

9
lang/en/playlist.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'no-playlist-found' => 'No Playlist found!',
'personal-playlists' => 'Personal Playlists',
'create-on-personal-page' => 'You can create one in your personal playlists page.',
'play' => 'Play',
'playlist' => 'Playlist',
];