mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
65 lines
1.9 KiB
PHP
65 lines
1.9 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 [
|
||
'feed' => 'Inbhir RSS a’ pod-chraolaidh',
|
||
'season' => 'Seusan {seasonNumber}',
|
||
'list_of_episodes_year' => 'Eapasodan {year} ({episodeCount})',
|
||
'list_of_episodes_season' =>
|
||
'Eapasodan seusan {seasonNumber} ({episodeCount})',
|
||
'no_episode' => 'Cha deach eapasod a lorg!',
|
||
'follow' => 'Lean',
|
||
'followTitle' => 'Lean {actorDisplayName} sa cho-shaoghal!',
|
||
'followers' => '{numberOfFollowers, plural,
|
||
one {# neach-leantainn}
|
||
two {# luchd-leantainn}
|
||
few {# luchd-leantainn}
|
||
other {# luchd-leantainn}
|
||
}',
|
||
'posts' => '{numberOfPosts, plural,
|
||
one {# phost}
|
||
two {# phost}
|
||
few {# postaichean}
|
||
other {# post}
|
||
}',
|
||
'links' => 'Links',
|
||
'activity' => 'Gnìomhachd',
|
||
'episodes' => 'Eapasodan',
|
||
'episodes_title' => 'Eapasodan aig {podcastTitle}',
|
||
'about' => 'Mu dhèidhinn',
|
||
'stats' => [
|
||
'title' => 'Stadastaireachd',
|
||
'number_of_seasons' => '{0, plural,
|
||
one {# seusan}
|
||
two {# sheusan}
|
||
few {# seusanan}
|
||
other {# seusan}
|
||
}',
|
||
'number_of_episodes' => '{0, plural,
|
||
one {# eapasod}
|
||
two {# eapasod}
|
||
few {# eapasodan}
|
||
other {# eapasod}
|
||
}',
|
||
'first_published_at' => 'Chaidh a’ chiad eapasod fhoillseachadh {0, date, medium}',
|
||
],
|
||
'sponsor' => 'Taic maoineachaidh',
|
||
'funding_links' => 'Ceanglaichean maoineachaidh dha {podcastTitle}',
|
||
'find_on' => 'Lorg {podcastTitle} air',
|
||
'listen_on' => 'Èist ris air',
|
||
'persons' => '{personsCount, plural,
|
||
one {# neach}
|
||
two {# dhuine}
|
||
few {# daoine}
|
||
other {# duine}
|
||
}',
|
||
'persons_list' => 'Daoine',
|
||
];
|