castopod/app/Language/fa/Common.php

31 lines
805 B
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
'yes' => 'بله',
'no' => 'نه',
'cancel' => 'لغو',
'optional' => 'اختیاری',
'close' => 'بستن',
'home' => 'خانه',
2022-07-04 15:27:21 +02:00
'explicit' => 'Explicit',
2023-05-05 16:28:51 +02:00
'powered_by' => 'نیرو گرفته از {castopod}',
'go_back' => 'بازگشت',
2022-07-04 15:27:21 +02:00
'play_episode_button' => [
2023-05-05 16:28:51 +02:00
'play' => 'پخش',
'playing' => 'در حال پخش',
2022-07-04 15:27:21 +02:00
],
2023-05-05 16:28:51 +02:00
'read_more' => 'خواندن بیش‌تر',
'read_less' => 'خواندن کم‌تر',
'see_more' => 'دیدن بیش‌تر',
'see_less' => 'دیدن کم‌تر',
'legal_notice' => 'نکات قانونی',
2022-07-04 15:27:21 +02:00
];