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

29 lines
768 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 [
2024-02-26 12:09:03 +01:00
'home' => 'Taolenn-stur',
'welcome_message' => 'Degemer mat en daolenn-stur!',
2022-07-14 11:03:44 +02:00
'podcasts' => [
2024-02-26 12:09:03 +01:00
'title' => 'Podkastoù',
2024-01-15 15:59:13 +01:00
'not_found' => 'Podkast embannet ebet',
2024-02-26 12:09:03 +01:00
'last_published' => 'Embannet da ziwezhañ d\'an/ar {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'episodes' => [
2024-02-26 12:09:03 +01:00
'title' => 'Rannoù',
2024-01-15 15:59:13 +01:00
'not_found' => 'Rann embannet ebet',
2024-02-26 12:09:03 +01:00
'last_published' => 'Embannet da ziwezhañ d\'an/ar {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'storage' => [
2024-02-26 12:09:03 +01:00
'title' => 'Stokañ',
'subtitle' => '{totalUploaded} war {totalStorage}',
2022-07-14 11:03:44 +02:00
],
];