Files
opensourcepos/app/Language/pt-BR/Datepicker.php
2024-06-15 17:19:15 +02:00

24 lines
664 B
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",
];