diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 71fb3492b6..7f37dc32cf 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -632,10 +632,10 @@ return [ 'errors' => 'Erros', // reports: - 'report_default' => 'Relatório financeiro padrão de :start até :end', - 'report_audit' => 'Visão geral do histórico de transação de :start até :end', - 'report_category' => 'Category report for :start until :end', - 'report_budget' => 'Budget report for :start until :end', + 'report_default' => 'Default financial report between :start and :end', + 'report_audit' => 'Transaction history overview between :start and :end', + 'report_category' => 'Category report between :start and :end', + 'report_budget' => 'Budget report between :start and :end', 'quick_link_reports' => 'Ligações rápidas', 'quick_link_default_report' => 'Relatório financeiro padrão', 'quick_link_audit_report' => 'Visão geral do histórico de transação',