-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #316 from ialexsilva/patch-16
create pt-br staff.php language file
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?php | ||
/* | ||
* |-------------------------------------------------------------------------- | ||
* | Staff Language Lines | ||
* |-------------------------------------------------------------------------- | ||
*/ | ||
return [ | ||
'activity-log' => 'Registro de atividade', | ||
'articles' => 'Artigos', | ||
'bans-log' => 'Registro de banimentos', | ||
'blocks' => 'Bloqueios', | ||
'catalog-groups' => 'Catálogos de grupos', | ||
'catalog-torrents' => 'Catálogo de torrents', | ||
'config-manager' => 'Gerenciador de configuração', | ||
'dashboard' => 'Painel de controle', | ||
'failed-login-log' => 'Falha ao logar no registro', | ||
'flush-ghost-peers' => 'Limpar peers fantasmas', | ||
'forums' => 'Forúns', | ||
'frontend' => 'Frontend', | ||
'general-tools' => 'Ferramentas Gerais', | ||
'groups' => 'Grupos', | ||
'invites-log' => 'Registo de convites', | ||
'laravel-log' => 'Registro do laravel', | ||
'links' => 'Links', | ||
'logs' => 'Registros', | ||
'mass-pm' => 'PM em massa', | ||
'moderation' => 'Moderação', | ||
'pages' => 'Páginas', | ||
'please-moderate' => 'Por favor, moderar este torrent!', | ||
'polls' => 'Enquetes', | ||
'reports-log' => 'Registro de problemas', | ||
'staff-dashboard' => 'Painel de controle da staff', | ||
'torrent-categories' => 'Categorias de torrent', | ||
'torrent-moderation' => 'Moderação de Torrent', | ||
'torrent-tools' => 'Ferramentas torrent', | ||
'torrent-types' => 'Tipos de torrent', | ||
'torrents' => 'Torrents', | ||
'user-gifting' => 'Presentes de usuário', | ||
'user-notes' => 'Registro de notas de usuário', | ||
'user-search' => 'Pesquisa de usuário', | ||
'user-tools' => 'Ferramentas de usuário', | ||
'warnings-log' => 'Registro de avisos', | ||
'you-have' => 'Você tem' | ||
]; |