mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-25 01:33:46 +02:00
Initial translation to pt_BR
Translated to brazilian portuguese
This commit is contained in:
26
resources/lang/pt/pagination.php
Normal file
26
resources/lang/pt/pagination.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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' => '« Anteriro',
|
||||
'next' => 'Próximo »',
|
||||
'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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user