castopod/app/Language/fa/Podcast.php

51 lines
1.6 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 [
2023-05-05 16:28:51 +02:00
'feed' => 'خوراک RSS پادکست',
'season' => 'فصل {seasonNumber}',
'list_of_episodes_year' => 'قسمت‌های {year} ({episodeCount})',
2022-07-04 15:27:21 +02:00
'list_of_episodes_season' =>
2023-05-05 16:28:51 +02:00
'قسمت‌های فصل {seasonNumber} ({episodeCount})',
'no_episode' => 'هیچ قسمتی پیدا نشد!',
'follow' => 'پی‌گیری',
'followTitle' => 'پی‌گیری {actorDisplayName} روی فدیورس!',
2022-07-04 15:27:21 +02:00
'followers' => '{numberOfFollowers, plural,
2023-07-27 12:49:25 +02:00
other {# پی‌گیر}
2022-07-04 15:27:21 +02:00
}',
'posts' => '{numberOfPosts, plural,
2023-07-27 12:49:25 +02:00
other {# فرسته}
2022-07-04 15:27:21 +02:00
}',
2023-07-27 12:49:25 +02:00
'links' => 'Links',
2023-05-05 16:28:51 +02:00
'activity' => 'فعّالیت',
'episodes' => 'قسمت‌ها',
'episodes_title' => 'قسمت‌های {podcastTitle}',
'about' => 'درباره',
2022-07-04 15:27:21 +02:00
'stats' => [
2023-05-05 16:28:51 +02:00
'title' => 'آمار',
2022-07-04 15:27:21 +02:00
'number_of_seasons' => '{0, plural,
2023-07-27 12:49:25 +02:00
other {# فصل}
2022-07-04 15:27:21 +02:00
}',
'number_of_episodes' => '{0, plural,
2023-07-27 12:49:25 +02:00
other {# قسمت}
2022-07-04 15:27:21 +02:00
}',
2023-05-05 16:28:51 +02:00
'first_published_at' => 'قسمت نخست منتشر شده روی {0, date, medium}',
2022-07-04 15:27:21 +02:00
],
2023-05-05 16:28:51 +02:00
'sponsor' => 'حامی',
'funding_links' => 'پیوندهای حمایت مالی از {podcastTitle}',
'find_on' => 'یافتن {podcastTitle} روی',
'listen_on' => 'شنیدن روی',
2022-07-04 15:27:21 +02:00
'persons' => '{personsCount, plural,
2023-07-27 12:49:25 +02:00
other {# نفر}
2022-07-04 15:27:21 +02:00
}',
2023-05-05 16:28:51 +02:00
'persons_list' => 'نفر',
2023-11-29 18:27:10 +01:00
'castopod_website' => 'Castopod (website)',
2022-07-04 15:27:21 +02:00
];