mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-06 12:11:21 +01:00
54 lines
2.4 KiB
PHP
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' => 'Per compte',
|
|
'by-data' => 'Per dades',
|
|
'by-volume' => 'Per volum',
|
|
'group' => 'Grup',
|
|
'groups' => 'Grups',
|
|
'nerd-stats' => 'Estadístiques nerd',
|
|
'nerd-stats-desc' => 'Tots estimem les estadístiques. Aquí teniu alguns que considerem importants',
|
|
'registration-date' => 'Data de Registre',
|
|
'request-fulfilled' => 'Sol·licitud complerta',
|
|
'request-not-fulfilled' => 'La sol·licitud no s ha complert',
|
|
'request-pending-aproval' => 'Sol·licitud pendent d aprovació',
|
|
'select-category' => 'Seleccioneu una categoria a continuació',
|
|
'site-stats' => 'Estadístiques del lloc',
|
|
'stats' => 'Estadístiques',
|
|
'stats-format' => 'Totes les estadístiques aparegudes al format Top 100',
|
|
'top-bankers' => 'Els millors banquers',
|
|
'top-bountied' => 'Top rebotjat',
|
|
'top-completed' => 'Top completat',
|
|
'top-dead' => 'Top Dead',
|
|
'top-downloaded' => 'Els millors torrents descarregats',
|
|
'top-downloaders' => 'Top Downloaders',
|
|
'top-dying' => 'Top Dying',
|
|
'top-leeched' => 'Top sangoner',
|
|
'top-leechers' => 'Top Leechers',
|
|
'top-seeded' => 'Top Seeded',
|
|
'top-seeding' => 'Sembrament superior',
|
|
'top-seeders' => 'Els millors llavors',
|
|
'top-seedsize' => 'Top Seedsize',
|
|
'top-seedtime' => 'Top seed time',
|
|
'top-uploaders' => 'Carregadors principals',
|
|
'total-download' => 'Descàrrega total',
|
|
'total-torrents' => 'Total Torrents',
|
|
'total-traffic' => 'Trànsit total',
|
|
'total-upload' => 'Càrrega total',
|
|
'users-in-group' => 'Usuaris del grup',
|
|
'users-per-group' => 'Usuaris per grup',
|
|
];
|