update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions
+21 -2
View File
@@ -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',
];