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

54 lines
2.3 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' => 'Door graaf',
'by-data' => 'Door gegevens',
'by-volume' => 'Op volume',
'group' => 'Groep',
'groups' => 'groepen',
'nerd-stats' => 'Nerd-statistieken',
'nerd-stats-desc' => 'We houden allemaal van statistieken. Hier zijn een paar die we belangrijk vinden',
'registration-date' => 'Registratie datum',
'request-fulfilled' => 'Verzoek vervuld',
'request-not-fulfilled' => 'Verzoek niet vervuld',
'request-pending-aproval' => 'Verzoek in afwachting van een test',
'select-category' => 'Selecteer een categorie hieronder',
'site-stats' => 'Sitestatistieken',
'stats' => 'Stats',
'stats-format' => 'Alle statistieken weergegeven in Top 100-formaat',
'top-bankers' => 'Top bankiers',
'top-bountied' => 'Top Bountied',
'top-completed' => 'Top voltooid',
'top-dead' => 'Top doden',
'top-downloaded' => 'Top gedownloade Torrents',
'top-downloaders' => 'Top downloaders',
'top-dying' => 'Top Dying',
'top-leeched' => 'Top Leeched',
'top-leechers' => 'Top Leechers',
'top-seeded' => 'Top gezaaid',
'top-seeding' => 'Top zaaien',
'top-seeders' => 'Topzaaimachines',
'top-seedsize' => 'Top Seedsize',
'top-seedtime' => 'Top zaadtijd',
'top-uploaders' => 'Top uploaders',
'total-download' => 'Totale download',
'total-torrents' => 'Total Torrents',
'total-traffic' => 'Totaal verkeer',
'total-upload' => 'Totale upload',
'users-in-group' => 'Gebruikers in groep',
'users-per-group' => 'Gebruikers per groep',
];