Files
UNIT3D/lang/be/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' => 'па графу',
'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' => 'Усе Статыстыка адлюстроўваюцца У Top 100 Фармат',
'top-bankers' => 'лепшыя Банкіры',
'top-bountied' => 'топ адораны',
'top-completed' => 'выкананыя',
'top-dead' => 'Top Dead',
'top-downloaded' => 'Папулярныя Загружаныя торэнты',
'top-downloaders' => 'топ загрузнікі',
'top-dying' => 'лепшае паміранне',
'top-leeched' => 'топ прысмактаўся',
'top-leechers' => 'лепшыя Личеры',
'top-seeded' => 'топ сеяных',
'top-seeding' => 'лепшыя Пасевы',
'top-seeders' => 'лепшая сеялка',
'top-seedsize' => 'топ Seedsize',
'top-seedtime' => 'топ сеяння',
'top-uploaders' => 'топ загрузнікамі',
'total-download' => 'Усяго загрузак',
'total-torrents' => 'Усяго Torrents',
'total-traffic' => 'Агульны ём трафіку',
'total-upload' => 'Total Upload',
'users-in-group' => 'Карыстальнікі У групе',
'users-per-group' => 'Карыстальнікі ў групе',
];