mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-09 21:51:18 +01:00
62 lines
2.7 KiB
PHP
62 lines
2.7 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 [
|
||
'audit-log' => 'Registre d activitats',
|
||
'articles' => 'Articles',
|
||
'applications' => 'Aplicacions',
|
||
'bans-log' => 'Bans Log',
|
||
'blocks' => 'Blocs',
|
||
'bot' => 'Bot',
|
||
'bots' => 'Bots',
|
||
'chat' => 'Xat',
|
||
'config-manager' => 'Gestor de configuració',
|
||
'dashboard' => 'panell',
|
||
'failed-login-log' => 'Error d’inici de sessió',
|
||
'flush-ghost-peers' => 'Flush Ghost Peers',
|
||
'forums' => 'Fòrums',
|
||
'frontend' => 'Frontend',
|
||
'general-tools' => 'Eines generals',
|
||
'groups' => 'Grups',
|
||
'invites-log' => 'Registre de invitacions',
|
||
'laravel-log' => 'Laravel Log',
|
||
'links' => 'Enllaços',
|
||
'logs' => 'Registres',
|
||
'mass-pm' => 'Primera massa',
|
||
'mass-validate-users' => 'Valida en massa els usuaris',
|
||
'moderation' => 'Moderació',
|
||
'pages' => 'Pàgines',
|
||
'please-moderate' => 'Si us plau, modereu aquest torrent.',
|
||
'polls' => 'Enquestes',
|
||
'reports-log' => 'Registre de informes',
|
||
'rss' => 'RSS',
|
||
'staff-dashboard' => 'Tauler de control del personal',
|
||
'torrent-categories' => 'Categories de Torrent',
|
||
'torrent-moderation' => 'Moderació de Torrent',
|
||
'torrent-tools' => 'Torrent Tools',
|
||
'torrent-types' => 'Tipus de Torrent',
|
||
'torrents' => 'Torrents',
|
||
'user-gifting' => 'Regalització d’usuaris d’usuaris',
|
||
'user-notes' => 'Registre de notes de l usuari',
|
||
'user-search' => 'Cerca d usuaris',
|
||
'user-tools' => 'Eines d usuari',
|
||
'warnings-log' => 'Registre d’Advertències',
|
||
'you-have' => 'Tu tens',
|
||
'possible-leech-cheaters' => 'Possibles tramposos',
|
||
'chat-tools' => 'Eines de xat',
|
||
'flush-chat' => 'Flush Chatbox',
|
||
'seedboxes' => 'Seedboxes registrades',
|
||
];
|