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