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

54 lines
2.9 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' => 'Күтпеген бекіту',
'select-category' => 'Төмендегі санатты таңдаңыз',
'site-stats' => 'Сайт статистикасы',
'stats' => 'Статистика',
'stats-format' => 'Барлық статистика 100-ші форматта көрсетілді',
'top-bankers' => 'Жоғарғы банкирлер',
'top-bountied' => 'Ең көп сатылған',
'top-completed' => 'Жоғарғы аяқталды',
'top-dead' => 'Үздік өлім',
'top-downloaded' => 'Үздік жүктелген торрент',
'top-downloaders' => 'Үздік жүктеп салушылар',
'top-dying' => 'Жоғарғы өлім',
'top-leeched' => 'Жоғарғы Leeched',
'top-leechers' => 'Үздік лейгерлер',
'top-seeded' => 'Жоғарғы сығылған',
'top-seeding' => 'Жоғарғы егіс',
'top-seeders' => 'Жоғарғы сепкіштер',
'top-seedsize' => 'Жоғарғы тұқымдық',
'top-seedtime' => 'Үздік сүт дәмі',
'top-uploaders' => 'Жоғарғы жүктеушілер',
'total-download' => 'Барлығы жүктеу',
'total-torrents' => 'Total Torrents',
'total-traffic' => 'Жалпы трафик',
'total-upload' => 'Жалпы жүктеу',
'users-in-group' => 'Топтағы пайдаланушылар',
'users-per-group' => 'Топтар бойынша пайдаланушылар',
];