castopod/modules/Admin/Language/fa/Home.php

15 lines
304 B
PHP
Raw Permalink 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-07-27 12:49:25 +02:00
'all_podcasts' => 'تمامی پادکست‌ها',
'no_podcast' => 'هیچ پادکستی پیدا نشد',
2022-07-04 15:27:21 +02:00
];