mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
update translations
This commit is contained in:
@@ -3,6 +3,25 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'next' => 'Próxima »',
|
||||
'previous' => '« Anterior',
|
||||
'aria' => [
|
||||
'sortAscending' => ': ativar para classificar a coluna de forma ascendente',
|
||||
'sortDescending' => ': ativar para classificar a coluna de forma descendente',
|
||||
],
|
||||
'emptyTable' => 'Não há dados disponíveis na tabela',
|
||||
'info' => 'Exibindo _START_ a _END_ de _TOTAL_ registros',
|
||||
'infoEmpty' => 'Exibindo 0 para 0 de 0 registros',
|
||||
'infoFiltered' => '(filtrado de _MAX_ registros totais)',
|
||||
'lengthMenu' => 'Exibir _MENU_ entradas',
|
||||
'loadingRecords' => 'Carregandochar@@0',
|
||||
'next' => 'Próximo »',
|
||||
'paginate' => [
|
||||
'first' => 'Primeiro',
|
||||
'last' => 'Último',
|
||||
'next' => 'Próximo',
|
||||
'previous' => 'Anterior',
|
||||
],
|
||||
'previous' => '« Anterior',
|
||||
'search' => 'Buscar:',
|
||||
'thousands' => ',',
|
||||
'zeroRecords' => 'Nenhum registro correspondente encontrado',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user