40 lines
2.4 KiB
PHP
40 lines
2.4 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'All' => 'Todos',
|
||
|
|
'All Columns' => 'Todas las columnas',
|
||
|
|
'Applied Filters' => 'Filtros aplicados',
|
||
|
|
'Applied Sorting' => 'Ordenación aplicada',
|
||
|
|
'Bulk Actions' => 'Acciones masivas',
|
||
|
|
'Bulk Actions Confirm' => '¿Estás seguro?',
|
||
|
|
'Clear' => 'Limpiar',
|
||
|
|
'Columns' => 'Columnas',
|
||
|
|
'Debugging Values' => 'Valores de depuración',
|
||
|
|
'Deselect All' => 'Deseleccionar todo',
|
||
|
|
'Done Reordering' => 'Reordenación finalizada',
|
||
|
|
'Filters' => 'Filtros',
|
||
|
|
'not_applicable' => 'N/A',
|
||
|
|
'No' => 'No',
|
||
|
|
'No items found, try to broaden your search' => 'Sin resultados. Intenta ampliar la búsqueda.',
|
||
|
|
'of' => 'de',
|
||
|
|
'Remove filter option' => 'Quitar filtro',
|
||
|
|
'Remove sort option' => 'Quitar ordenación',
|
||
|
|
'Reorder' => 'Reordenar',
|
||
|
|
'results' => 'resultados',
|
||
|
|
'row' => 'fila',
|
||
|
|
'rows' => 'filas',
|
||
|
|
'rows, do you want to select all' => 'filas, ¿deseas seleccionarlas todas?',
|
||
|
|
'Search' => 'Buscar',
|
||
|
|
'Select All' => 'Seleccionar todo',
|
||
|
|
'Select All On Page' => 'Seleccionar todo en la página',
|
||
|
|
'Showing' => 'Mostrando',
|
||
|
|
'to' => 'a',
|
||
|
|
'Yes' => 'Sí',
|
||
|
|
'You are currently selecting all' => 'Actualmente estás seleccionando todo',
|
||
|
|
'You are not connected to the internet' => 'No tienes conexión a internet',
|
||
|
|
'You have selected' => 'Has seleccionado',
|
||
|
|
'Per Page' => 'Por página',
|
||
|
|
'Export' => 'Exportar',
|
||
|
|
'Loading' => 'Cargando',
|
||
|
|
];
|