mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
update translations
This commit is contained in:
@@ -3,6 +3,25 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'next' => 'Siguiente »',
|
||||
'previous' => '« Anterior',
|
||||
'aria' => [
|
||||
'sortAscending' => ': activar para ordenar la columna ascendente',
|
||||
'sortDescending' => ': activar para ordenar la columna descendente',
|
||||
],
|
||||
'emptyTable' => 'No hay datos disponibles en la tabla',
|
||||
'info' => 'Mostrando _START_ a _END_ de _TOTAL_ entradas',
|
||||
'infoEmpty' => 'Mostrando 0 a 0 de 0 entradas',
|
||||
'infoFiltered' => '(filtrado de _MAX_ entradas totales)',
|
||||
'lengthMenu' => 'Mostrar _MENU_ entradas',
|
||||
'loadingRecords' => 'Cargando...',
|
||||
'next' => 'Siguiente »',
|
||||
'paginate' => [
|
||||
'first' => 'Primero',
|
||||
'last' => 'Última',
|
||||
'next' => 'Siguiente',
|
||||
'previous' => 'Anterior',
|
||||
],
|
||||
'previous' => '« Anterior',
|
||||
'search' => 'Buscar:',
|
||||
'thousands' => ',',
|
||||
'zeroRecords' => 'No hay registros coincidentes',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user