Files
w33b df6246e3c9 feat(playlist): enhance public playlist index with hero stats and loading optimizations
Add a redesigned hero section to the public playlist page displaying
community-generated totals for playlists and episodes, plus new string
translations (English, German, French). Eager-load user, limited episode
previews, and first gallery image to reduce N+1 queries. Cache aggregate
statistics for 10 minutes to improve performance on high-traffic pages.
2026-08-09 10:36:03 +02:00

23 lines
794 B
PHP

<?php
return [
'no-playlist-found' => 'No Playlist found!',
'hero-subtitle' => 'Curated episode collections made by the community.',
'by' => 'by',
'playlists-count' => 'Playlists',
'clear-search' => 'Clear search',
'personal-playlists' => 'Personal Playlists',
'create-on-personal-page' => 'You can create one in your personal playlists page.',
'play' => 'Play',
'playlist' => 'Playlist',
'search-episodes' => 'Search episodes',
'per-page' => 'Per page',
'episodes' => 'Episodes',
'empty-playlist' => 'This playlist is empty.',
'no-matches' => 'No episodes match your search.',
'watched' => 'Watched',
'remove' => 'Remove',
'now-playing' => 'Now Playing',
'remove-confirm' => 'Remove this episode from the playlist?',
];