misc_pterodactyl-panel/resources/lang/pt/pagination.php
Ian Szot e831c75f4c Initial translation to pt_BR
Translated to brazilian portuguese
2016-01-18 14:21:28 -02:00

26 lines
1,010 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Anteriro',
'next' => 'Próximo &raquo;',
'sidebar' => [
'account_controls' => 'Controle de Conta',
'account_settings' => 'Configuração da Conta',
'account_security' => 'Segurança da conta',
'server_controls' => 'Controles do Servidor',
'servers' => 'Seus Servidores',
'overview' => 'Visão Geral dos Servidores',
'files' => 'Gerenciador de Arquivos',
'subusers' => 'Configurar Sub-Usuários',
'manage' => 'Configurar Server',
],
];