Files
UNIT3D-Community-Edition/lang/fa/bon.php
2024-05-23 13:58:29 +00:00

58 lines
3.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'activated' => 'فعال شده',
'active' => 'فعال شده است',
'amount' => 'میزان',
'bon' => 'بون',
'bonus' => 'جایزه',
'date' => 'تاریخ',
'earning' => 'درآمد',
'earning-rate' => 'با این میزان درآمد، در هر دوره زمانی زیر درآمد خواهید داشت.',
'earnings' => 'درآمد',
'exchange' => 'تبادل',
'exchange-warning' => 'مبادلات نهایی هستند، قبل از اینکه مبادله ای انجام دهید، قبل از انتخاب گزینه های خود را بررسی کنید.',
'extended-stats' => 'آمار استثنایی',
'gift' => 'هدیه',
'gift-bonus' => 'امتیاز پاداش هدیه',
'gift-to' => 'جایزه هدیه هدیه به',
'gifts' => 'هدایا',
'item' => 'مورد',
'no-refund' => 'بدون بازپرداخت!',
'per-day' => 'امتیاز در روز',
'per-hour' => 'امتیازات در ساعت',
'per-minute' => 'امتیاز در هر دقیقه',
'per-month' => 'امتیاز در هر ماه',
'per-second' => 'امتیاز در ثانیه',
'per-week' => 'امتیاز در هفته',
'per-year' => 'امتیازات در سال',
'points' => 'نکته ها',
'receiver' => 'گیرنده',
'review-seeds' => 'همه تورنتهای بذر را مرور کنید',
'send-gift' => 'ارسال هدیه',
'sender' => 'فرستنده',
'store' => 'فروشگاه',
'tips' => 'نکات',
'total' => 'درآمد کل',
'total-gifts' => 'در مجموع BON هدایا',
'total-tips' => 'در مجموع BON نکات',
'you-have-received-gifts' => 'شما دریافت کرده اید',
'you-have-sent-gifts' => 'شما فرستاده اید',
'you-have-received-tips' => 'شما دریافت کرده اید',
'you-have-sent-tips' => 'شما فرستاده اید',
'your-points' => 'امتیازات شما',
];