castopod/app/Language/fa/Home.php

21 lines
541 B
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 [
'all_podcasts' => 'تمامی پادکست‌ها',
'sort_by' => 'چینش بر اساس',
'sort_options' => [
'activity' => 'فعّالیت اخیر',
'created_desc' => 'نخست جدیدترین',
'created_asc' => 'نخست قدیمی‌ترین',
],
'no_podcast' => 'هیچ پادکستی پیدا نشد',
];