castopod/app/Language/gd/Podcast.php

65 lines
1.9 KiB
PHP
Raw Normal View History

2022-07-04 15:27:21 +02:00
<?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!',
2022-11-25 18:44:19 +01:00
'follow' => 'Lean',
'followTitle' => 'Lean {actorDisplayName} sa cho-shaoghal!',
2022-07-04 15:27:21 +02:00
'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}
}',
2023-07-27 12:49:25 +02:00
'links' => 'Links',
2022-07-04 15:27:21 +02:00
'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',
];