Files
safekat/ci4/app/Language/en/datePicker.php

15 lines
282 B
PHP
Executable File

<?php
return [
'hoy' => 'Today',
'ayer' => 'Yesterday',
'ultimos7' => 'Last 7 Days',
'ultimos30' => 'Last 30 Days',
'esteMes' => 'This Month',
'ultimoMes' => 'Last Month',
'personalizar' => 'Custom',
'aplicar' => 'Apply',
'limpiar' => 'Clear',
];