castopod/modules/Admin/Language/es/Dashboard.php

29 lines
785 B
PHP
Raw Normal View History

<?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 [
2022-09-06 16:55:46 +02:00
'home' => 'Panel de control',
'welcome_message' => '¡Bienvenid@ al área de administración!',
2022-07-14 11:03:44 +02:00
'podcasts' => [
'title' => 'Podcasts',
2022-09-06 16:55:46 +02:00
'not_found' => 'Podcasts sin publicar',
'last_published' => 'Últimas publicaciones en {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'episodes' => [
2022-09-06 16:55:46 +02:00
'title' => 'Episodios',
'not_found' => 'Episodios sin publicar',
'last_published' => 'Últimas publicaciones en {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'storage' => [
2022-09-06 16:55:46 +02:00
'title' => 'Almacenamiento',
'subtitle' => '{totalUploaded} de {totalStorage}',
2022-07-14 11:03:44 +02:00
],
];