terminada modificacion

This commit is contained in:
2023-12-08 07:30:58 +01:00
parent 71d56defac
commit 7b69b5c499
8 changed files with 194 additions and 64 deletions

View File

@ -0,0 +1,15 @@
<?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',
];