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

54 lines
2.8 KiB
PHP
Raw Permalink 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' => 'Count тоо',
'by-data' => 'Мэдээллийн дагуу',
'by-volume' => 'Эзлэхүүнээр',
'group' => 'Групп',
'groups' => 'Бүлгүүд',
'nerd-stats' => 'Nerd статистик',
'nerd-stats-desc' => 'Бид бүгд статистикт дуртай. Бидний олж мэдсэн цөөн хэдэн чухал зүйл байна',
'registration-date' => 'Бүртгэлийн өдөр',
'request-fulfilled' => 'Хүсэлт биелсэн',
'request-not-fulfilled' => 'Хүсэлт биелүүлэхгүй байх',
'request-pending-aproval' => 'Хүлээгдэж буй хүлээгдэж буй хүсэлт',
'select-category' => 'Доорх ангиллыг сонгоно уу',
'site-stats' => 'Сайтын статистик',
'stats' => 'Статус',
'stats-format' => 'Бүх статистик топ 100 форматаар үзүүлэв',
'top-bankers' => 'Топ Банкирууд',
'top-bountied' => 'Топ Bountied',
'top-completed' => 'Дууссан Топ',
'top-dead' => 'Топ үхсэн',
'top-downloaded' => 'Дээд Татаж авсан Торрент',
'top-downloaders' => 'Топ Татаж авах',
'top-dying' => 'Топ үхэх',
'top-leeched' => 'Топ Leeched',
'top-leechers' => 'Топ 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' => 'Групп бүрт хэрэглэгчид',
];