mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-05 15:56:44 +02:00
60 lines
1.8 KiB
PHP
60 lines
1.8 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' => 'Tinklalaidės RSS sklaidos kanalas',
|
|
'season' => '{seasonNumber} sezonas',
|
|
'list_of_episodes_year' => '{year} metų epizodai ({episodeCount})',
|
|
'list_of_episodes_season' =>
|
|
'{seasonNumber} sezono epizodai ({episodeCount})',
|
|
'no_episode' => 'Epizodų nerasta!',
|
|
'follow' => 'Sekti',
|
|
'followTitle' => 'Sekti {actorDisplayName} Fedivisatoje!',
|
|
'followers' => '{numberOfFollowers, plural,
|
|
one {# sekėjas}
|
|
few {# sekėjai}
|
|
other {# sekėjų}
|
|
}',
|
|
'posts' => '{numberOfPosts, plural,
|
|
one {# įrašas}
|
|
few {# įrašai}
|
|
other {# įrašų}
|
|
}',
|
|
'links' => 'Nuorodos',
|
|
'activity' => 'Veikla',
|
|
'episodes' => 'Epizodai',
|
|
'episodes_title' => '„{podcastTitle}“ epizodai',
|
|
'about' => 'Apie',
|
|
'stats' => [
|
|
'title' => 'Statistika',
|
|
'number_of_seasons' => '{0, plural,
|
|
one {# sezonas}
|
|
few {# sezonai}
|
|
other {# sezonų}
|
|
}',
|
|
'number_of_episodes' => '{0, plural,
|
|
one {# epizodas}
|
|
few {# epizodai}
|
|
other {# epizodų}
|
|
}',
|
|
'first_published_at' => 'Pirmasis epizodas paskelbtas {0, date, medium}',
|
|
],
|
|
'sponsor' => 'Paremti',
|
|
'funding_links' => '„{podcastTitle}“ rėmimo nuorodos',
|
|
'find_on' => 'Raskite „{podcastTitle}“',
|
|
'listen_on' => 'Klausykitės',
|
|
'persons' => '{personsCount, plural,
|
|
one {# asmuo}
|
|
few {# asmenys}
|
|
other {# asmenų}
|
|
}',
|
|
'persons_list' => 'Asmenys',
|
|
'castopod_website' => 'Castopod (svetainė)',
|
|
];
|