mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-29 16:17:05 -04:00
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'all_time' => 'Todos',
|
|
'apply' => 'Aplicar',
|
|
'cancel' => 'Cancelar',
|
|
'custom' => 'Cliente',
|
|
'from' => 'De',
|
|
'last_30' => 'Últimos 30 Dias',
|
|
'last_7' => 'Últimos 7 Dias',
|
|
'last_financial_year' => 'Último ano fiscal',
|
|
'last_month' => 'Último Mês',
|
|
'last_year' => 'Último ano',
|
|
'same_month_last_year' => 'Este mês último ano',
|
|
'same_month_to_same_day_last_year' => 'Este mês Para Hoje Último Ano',
|
|
'this_financial_year' => 'Exercício atual',
|
|
'this_month' => 'Este Mês',
|
|
'this_year' => 'Este Ano',
|
|
'to' => 'Para',
|
|
'today' => 'Hoje',
|
|
'today_last_year' => 'Hoje Último Ano',
|
|
'weekstart' => '0',
|
|
'yesterday' => 'Ontem',
|
|
];
|