'Admin-Dashboard', 'welcome_message' => 'Willkommen im Administrationsbereich!', 'podcasts' => [ 'title' => 'Podcasts', 'not_found' => 'Kein veröffentlichter Podcast', 'last_published' => 'Zuletzt veröffentlicht am {lastPublicationDate}', ], 'episodes' => [ 'title' => 'Folgen', 'not_found' => 'Keine veröffentlichte Episode', 'last_published' => 'Zuletzt veröffentlicht am {lastPublicationDate}', ], 'storage' => [ 'title' => 'Speicher', 'subtitle' => '{totalUploaded} von {totalStorage}', ], ];