castopod/app/Language/br/Podcast.php

71 lines
2.0 KiB
PHP
Raw Permalink 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-01-15 14:59:13 +00:00
'feed' => 'Gwazh RSS ar podkast',
'season' => 'Koulzad {seasonNumber}',
'list_of_episodes_year' => 'Rannoù {year} ({episodeCount})',
'list_of_episodes_season' =>
'Rannoù koulzad {seasonNumber} ({episodeCount})',
'no_episode' => 'N\'eo bet kavet rann ebet!',
'follow' => 'Heuliañ',
2024-03-08 13:05:48 +00:00
'followTitle' => 'Heuliañ {actorDisplayName} war ar fediverse!',
'followers' => '{numberOfFollowers, plural,
one {# heulier·ez}
2024-03-08 13:05:48 +00:00
two {# heulier·ez}
few {# heulier·ez}
many {# heulier·ez}
other {# heulier·ez}
}',
'posts' => '{numberOfPosts, plural,
2024-03-08 13:05:48 +00:00
one {# gemennadenn}
two {# gemennadenn}
few {# c\'hemennadenn}
many {# kemennadenn}
2022-07-04 13:27:21 +00:00
other {# kemennadenn}
}',
2024-01-15 14:59:13 +00:00
'links' => 'Liammoù',
2024-02-26 11:09:03 +00:00
'activity' => 'Obererezh',
'episodes' => 'Rannoù',
'episodes_title' => 'Rannoù {podcastTitle}',
'about' => 'A-zivout',
'stats' => [
'title' => 'Stadegoù',
'number_of_seasons' => '{0, plural,
2024-03-08 13:05:48 +00:00
one {# c\'houlzad}
two {# goulzad}
few {# c\'houlzad}
many {# koulzad}
other {# koulzad}
}',
'number_of_episodes' => '{0, plural,
2024-03-08 13:05:48 +00:00
one {# rann}
two {# rann}
few {# rann}
many {# rann}
other {# rann}
}',
2022-07-04 13:27:21 +00:00
'first_published_at' => 'Embannet eo bet ar rann gentañ d\'ar/d\'an {0, date, medium}',
],
'sponsor' => 'Harpit',
2022-08-22 15:56:51 +00:00
'funding_links' => 'Ereoù evit arc\'hantaouiñ {podcastTitle}',
'find_on' => 'Kavit {podcastTitle} war',
'listen_on' => 'Selaouit war',
'persons' => '{personsCount, plural,
one {# den}
two {# zen}
2024-03-08 13:05:48 +00:00
few {# den}
many {# den}
other {# den}
}',
'persons_list' => 'Emellerien·ezed',
2024-01-15 14:59:13 +00:00
'castopod_website' => 'Castopod (lec\'hienn)',
];