Skip to content

Commit

Permalink
Merge pull request #316 from ialexsilva/patch-16
Browse files Browse the repository at this point in the history
create pt-br staff.php language file
  • Loading branch information
HDVinnie authored Jun 13, 2018
2 parents e0a667a + d898365 commit 8f943b1
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions resources/lang/pt-br/staff.php
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'
];

0 comments on commit 8f943b1

Please sign in to comment.