mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +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' => 'Registro de atividade',
|
|
'articles' => 'Artigos',
|
|
'applications' => 'Aplicações',
|
|
'bans-log' => 'Registo de proibições',
|
|
'blocks' => 'Blocos',
|
|
'bot' => 'Robô',
|
|
'bots' => 'Botinhas',
|
|
'chat' => 'Bate-papo',
|
|
'config-manager' => 'Gerenciador de configurações',
|
|
'dashboard' => 'painel de controle',
|
|
'failed-login-log' => 'Log de Login com Falha',
|
|
'flush-ghost-peers' => 'Flush Ghost Peers',
|
|
'forums' => 'Fóruns',
|
|
'frontend' => 'A parte dianteira',
|
|
'general-tools' => 'Ferramentas Gerais',
|
|
'groups' => 'Grupos',
|
|
'invites-log' => 'Convites Log',
|
|
'laravel-log' => 'Laravel Log',
|
|
'links' => 'Links',
|
|
'logs' => 'Logs',
|
|
'mass-pm' => 'PM massa',
|
|
'mass-validate-users' => 'Usuários com validação em massa',
|
|
'moderation' => 'Moderação',
|
|
'pages' => 'Páginas',
|
|
'please-moderate' => 'Por favor moderar esta torrente!',
|
|
'polls' => 'Pesquisas',
|
|
'reports-log' => 'Log de relatórios',
|
|
'rss' => 'RSS',
|
|
'staff-dashboard' => 'Painel da equipe',
|
|
'torrent-categories' => 'Categorias Torrent',
|
|
'torrent-moderation' => 'Moderação de Torrent',
|
|
'torrent-tools' => 'Torrent Tools',
|
|
'torrent-types' => 'Tipos de Torrent',
|
|
'torrents' => 'Torrents',
|
|
'user-gifting' => 'Usuário Gifting',
|
|
'user-notes' => 'Registro do Notes do usuário',
|
|
'user-search' => 'Pesquisa de usuário',
|
|
'user-tools' => 'Ferramentas do usuário',
|
|
'warnings-log' => 'Registro de avisos',
|
|
'you-have' => 'Você tem',
|
|
'possible-leech-cheaters' => 'Possíveis tapeadores',
|
|
'chat-tools' => 'Ferramentas de bate-papo',
|
|
'flush-chat' => 'Flush Chatbox',
|
|
'seedboxes' => 'Seedboxes registrados',
|
|
];
|