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

54 lines
2.4 KiB
PHP

<?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' => 'Lukumäärä',
'by-data' => 'Tiedot',
'by-volume' => 'Äänenvoimakkuuden mukaan',
'group' => 'Ryhmä',
'groups' => 'ryhmät',
'nerd-stats' => 'Nerd-tilastot',
'nerd-stats-desc' => 'Me kaikki rakastamme tilastoja. Tässä muutamia tärkeitä',
'registration-date' => 'Rekisteröinti päivämäärä',
'request-fulfilled' => 'Pyyntö täytetty',
'request-not-fulfilled' => 'Pyyntö ei täyty',
'request-pending-aproval' => 'Pyyntö odottaa hyväksymistä',
'select-category' => 'Valitse alla oleva luokka',
'site-stats' => 'Sivuston tilastot',
'stats' => 'tilastot',
'stats-format' => 'Kaikki Top 100 -muodossa näkyvät tilastot',
'top-bankers' => 'Suosituimmat pankkiirit',
'top-bountied' => 'Top Bountied',
'top-completed' => 'Alkuun Valmis',
'top-dead' => 'Top Dead',
'top-downloaded' => 'Suosituimmat ladatut torrentit',
'top-downloaders' => 'Suosituimmat lataajat',
'top-dying' => 'Top Dying',
'top-leeched' => 'Top Leeched',
'top-leechers' => 'Top Leechers',
'top-seeded' => 'Top Seeded',
'top-seeding' => 'Suosituin kylvö',
'top-seeders' => 'Suosituimmat kylvökoneet',
'top-seedsize' => 'Top Seedsize',
'top-seedtime' => 'Top Seedtime',
'top-uploaders' => 'Suosituimmat lähettäjät',
'total-download' => 'Lataus yhteensä',
'total-torrents' => 'Torrentit yhteensä',
'total-traffic' => 'Yhteensä liikenne',
'total-upload' => 'Lataus yhteensä',
'users-in-group' => 'Käyttäjät ryhmässä',
'users-per-group' => 'Käyttäjät per ryhmä',
];