From 6ececdad26addce147cd8a035ed564277cbc40b1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 4 Jan 2017 05:04:11 +0100 Subject: [PATCH] New translations --- resources/lang/pt_BR/firefly.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 9bde6b9acb..b3003f81f2 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -725,8 +725,11 @@ return [ 'expense_per_budget' => 'Expense per budget', 'income_per_account' => 'Rendimento por conta', 'expense_per_account' => 'Por conta de despesas', - 'include_not_in_category' => 'Include categories not selected for this report', - 'include_not_in_budget' => 'Include budgets not selected for this report', + 'include_expense_not_in_budget' => 'Included expenses not in the selected budget(s)', + 'include_expense_not_in_account' => 'Included expenses not in the selected account(s)', + '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)', 'everything_else' => 'Todo o resto', 'income_and_expenses' => 'Receitas e despesas', 'spent_average' => 'Gastos (média)',