Files
opensourcepos/app/Language/es-MX/Datepicker.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

24 lines
753 B
PHP

<?php
return [
"all_time" => "Todo",
"apply" => "Aplicar",
"cancel" => "Cancelar",
"custom" => "Personalizar",
"from" => "Desde",
"last_30" => "Últimos 30 días",
"last_7" => "Últimos 7 días",
"last_financial_year" => "Último año fiscal",
"last_month" => "Mes pasado",
"last_year" => "Año pasado",
"same_month_last_year" => "Mismo mes del año pasado",
"same_month_to_same_day_last_year" => "Mismo mes al mismo día del año pasado",
"this_financial_year" => "Año fiscal actual",
"this_month" => "Mes actual",
"this_year" => "Año actual",
"to" => "Hasta",
"today" => "Hoy",
"today_last_year" => "Hoy, del año pasado",
"weekstart" => "0",
"yesterday" => "Ayer",
];