From c3e9aea3a70e0be5b83b7ad3d9fa7425b7c2d6a9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 24 Feb 2017 21:10:24 +0100 Subject: [PATCH] New translations --- resources/lang/pt_BR/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index cb523ad717..7ef666aa6e 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -667,6 +667,7 @@ return [ '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', + 'report_tag' => 'Tag 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', @@ -746,6 +747,8 @@ return [ 'include_expense_not_in_category' => 'Included expenses not in the selected category(ies)', 'include_income_not_in_category' => 'Included income not in the selected category(ies)', 'include_income_not_in_account' => 'Included income not in the selected account(s)', + 'include_income_not_in_tags' => 'Included income not in the selected tag(s)', + 'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)', 'everything_else' => 'Todo o resto', 'income_and_expenses' => 'Receitas e despesas', 'spent_average' => 'Gastos (média)',