2025-05-05 21:36:39 +07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
|
|
return [
|
2026-02-01 01:26:00 +07:00
|
|
|
'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',
|
2025-05-05 21:36:39 +07:00
|
|
|
];
|