Files
UNIT3D/lang/is/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' => 'Með því að telja',
'by-data' => 'Eftir gögnum',
'by-volume' => 'Eftir bindi',
'group' => 'Hópur',
'groups' => 'Hópar',
'nerd-stats' => 'Nerd tölfræði',
'nerd-stats-desc' => 'Við elskum öll tölfræði. Hér eru nokkrar sem við finnum mikilvægt',
'registration-date' => 'Skráningar dagur',
'request-fulfilled' => 'Beiðni uppfyllt',
'request-not-fulfilled' => 'Beiðni ekki uppfyllt',
'request-pending-aproval' => 'Beiðni í bið',
'select-category' => 'Vinsamlegast veldu flokk hér að neðan',
'site-stats' => 'Staða vefsvæðis',
'stats' => 'Tölfræði',
'stats-format' => 'Öll tölfræði birtist í Top 100 Format',
'top-bankers' => 'Top bankastjóri',
'top-bountied' => 'Top Bountied',
'top-completed' => 'Efst lokið',
'top-dead' => 'Top Dead',
'top-downloaded' => 'Top niðurhal Torrents',
'top-downloaders' => 'Top Downloaders',
'top-dying' => 'Top Dying',
'top-leeched' => 'Top Leeched',
'top-leechers' => 'Efst Leechers',
'top-seeded' => 'Top fræ',
'top-seeding' => 'Top sáning',
'top-seeders' => 'Efstu sæti',
'top-seedsize' => 'Efstu fræ',
'top-seedtime' => 'Top seedtime',
'top-uploaders' => 'Top upphalendur',
'total-download' => 'Samtals niðurhal',
'total-torrents' => 'Samtals Torrents',
'total-traffic' => 'Samtals umferð',
'total-upload' => 'Samtals upphleðsla',
'users-in-group' => 'Notendur í hópi',
'users-per-group' => 'Notendur á hvern hóp',
];