mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
38 lines
1.1 KiB
PHP
38 lines
1.1 KiB
PHP
![]() |
<?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 [
|
|||
|
'season' => 'Seusan {seasonNumber}',
|
|||
|
'season_abbr' => 'S{seasonNumber}',
|
|||
|
'number' => 'Eapasod {episodeNumber}',
|
|||
|
'number_abbr' => 'Eap. {episodeNumber}',
|
|||
|
'season_episode' => 'Seusan {seasonNumber} eapasod {episodeNumber}',
|
|||
|
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
|
|||
|
'persons' => '{personsCount, plural,
|
|||
|
one {# neach}
|
|||
|
two {# dhuine}
|
|||
|
few {# daoine}
|
|||
|
other {# duine}
|
|||
|
}',
|
|||
|
'persons_list' => 'Daoine',
|
|||
|
'back_to_episodes' => 'Air ais dha na h-eapasodan aig {podcast}',
|
|||
|
'comments' => 'Beachdan',
|
|||
|
'activity' => 'Gnìomhachd',
|
|||
|
'description' => 'Tuairisgeul an eapasoid',
|
|||
|
'number_of_comments' => '{numberOfComments, plural,
|
|||
|
one {# bheachd}
|
|||
|
two {# bheachd}
|
|||
|
few {# beachdan}
|
|||
|
other {# beachd}
|
|||
|
}',
|
|||
|
'all_podcast_episodes' => 'A h-uile eapasod a’ phod-chraolaidh',
|
|||
|
'back_to_podcast' => 'Air ais dhan phod-chraoladh',
|
|||
|
];
|