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

54 lines
2.7 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 [
'by-count' => 'توسط شمارنده',
'by-data' => 'توسط داده ها',
'by-volume' => 'حجم',
'group' => 'گروه',
'groups' => 'گروه ها',
'nerd-stats' => 'آمار Nerd',
'nerd-stats-desc' => 'همه ما عاشق آمار است در اینجا چند نفر هستند که مهم هستند',
'registration-date' => 'تاریخ ثبت نام',
'request-fulfilled' => 'درخواست انجام شد',
'request-not-fulfilled' => 'درخواست انجام نشده است',
'request-pending-aproval' => 'درخواست در انتظار aproval',
'select-category' => 'لطفا یک دسته زیر را انتخاب کنید',
'site-stats' => 'آمار سایت',
'stats' => 'آمار',
'stats-format' => 'تمام آمار نمایش داده شده در بالا 100 فرمت',
'top-bankers' => 'بانکداران برتر',
'top-bountied' => 'بالاترین امتیاز',
'top-completed' => 'بالا تکمیل شده',
'top-dead' => 'مرده بالا',
'top-downloaded' => 'تورنت های دانلود شده بالا',
'top-downloaders' => 'Top Downloaders',
'top-dying' => 'بالا مرگ',
'top-leeched' => 'بالا پایین',
'top-leechers' => 'بالا لچر',
'top-seeded' => 'بالا بذر',
'top-seeding' => 'بالا رفتن بذر',
'top-seeders' => 'کارشناسان برتر',
'top-seedsize' => 'بالا برود',
'top-seedtime' => 'بالا بیدم',
'top-uploaders' => 'آپلود بالا',
'total-download' => 'دانلود کل',
'total-torrents' => 'کل تورنت ها',
'total-traffic' => 'مجموع ترافیک',
'total-upload' => 'مجموع آپلود',
'users-in-group' => 'کاربران در گروه',
'users-per-group' => 'کاربران در هر گروه',
];