From eb0011cb46cf408430da165a3696aebbe93e6c33 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 25 Feb 2017 05:30:18 +0100 Subject: [PATCH] New translations --- resources/lang/pt_BR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 7ef666aa6e..2be35edfc1 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -742,6 +742,8 @@ return [ 'expense_per_budget' => 'Expense per budget', 'income_per_account' => 'Rendimento por conta', 'expense_per_account' => 'Por conta de despesas', + 'expense_per_tag' => 'Expense per tag', + 'income_per_tag' => 'Income per tag', '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)',