mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00

otetranome - Portuguese, Brazilian; Portuguese forght - German glottis0q - German ernestoacostame - Spanish Lucian I. Last (lil5) - Dutch ButterflyOfFire (BoFFire) - Arabic eorn - Breton Angelos Chouvardas (achouvardas) - Greek Russian Retro (retrograde) - Russian cExplorer - German GabiSnow - Spanish CTHTC - German Romain de Laage (rdelaage) - Spanish LuuzViir (Spanish) Samuel Roland (samuelroland) - French thelama - Portuguese
54 lines
1.9 KiB
PHP
54 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' => 'RSS Podcast feed',
|
|
'season' => 'Season {seasonNumber}',
|
|
'list_of_episodes_year' => 'حلَقات {year} ({episodeCount})',
|
|
'list_of_episodes_season' =>
|
|
'Season {seasonNumber} episodes ({episodeCount})',
|
|
'no_episode' => 'No episode found!',
|
|
'follow' => 'متابعة',
|
|
'followTitle' => 'Follow {actorDisplayName} on the fediverse!',
|
|
'followers' => '{numberOfFollowers, plural,
|
|
one {<span class="font-semibold">#</span> follower}
|
|
other {<span class="font-semibold">#</span> followers}
|
|
}',
|
|
'posts' => '{numberOfPosts, plural,
|
|
one {<span class="font-semibold">#</span> post}
|
|
other {<span class="font-semibold">#</span> posts}
|
|
}',
|
|
'activity' => 'النشاط',
|
|
'episodes' => 'الحلقات',
|
|
'episodes_title' => 'حلقات {podcastTitle}',
|
|
'about' => 'عن',
|
|
'stats' => [
|
|
'title' => 'الإحصائيات',
|
|
'number_of_seasons' => '{0, plural,
|
|
one {<span class="font-semibold">#</span> season}
|
|
other {<span class="font-semibold">#</span> seasons}
|
|
}',
|
|
'number_of_episodes' => '{0, plural,
|
|
one {<span class="font-semibold">#</span> episode}
|
|
other {<span class="font-semibold">#</span> episodes}
|
|
}',
|
|
'first_published_at' => 'First episode published on <span class="font-semibold">{0, date, medium}</span>',
|
|
],
|
|
'sponsor' => 'Sponsor',
|
|
'funding_links' => 'Funding links for {podcastTitle}',
|
|
'find_on' => 'Find {podcastTitle} on',
|
|
'listen_on' => 'Listen on',
|
|
'persons' => '{personsCount, plural,
|
|
one {# person}
|
|
other {# persons}
|
|
}',
|
|
'persons_list' => 'أشخاص',
|
|
];
|