Skip to content
Snippets Groups Projects
Dashboard.php 785 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    declare(strict_types=1);
    
    /**
     * @copyright  2020 Ad Aures
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    return [
    
    crowdin's avatar
    crowdin committed
        'home' => 'Panel de control',
        'welcome_message' => '¡Bienvenid@ al área de administración!',
    
    crowdin's avatar
    crowdin committed
        'podcasts' => [
            'title' => 'Podcasts',
    
    crowdin's avatar
    crowdin committed
            'not_found' => 'Podcasts sin publicar',
            'last_published' => 'Últimas publicaciones en {lastPublicationDate}',
    
    crowdin's avatar
    crowdin committed
        ],
        'episodes' => [
    
    crowdin's avatar
    crowdin committed
            'title' => 'Episodios',
            'not_found' => 'Episodios sin publicar',
            'last_published' => 'Últimas publicaciones en {lastPublicationDate}',
    
    crowdin's avatar
    crowdin committed
        ],
        'storage' => [
    
    crowdin's avatar
    crowdin committed
            'title' => 'Almacenamiento',
            'subtitle' => '{totalUploaded} de {totalStorage}',
    
    crowdin's avatar
    crowdin committed
        ],