From 64194da2f2464947686d6dc55c6d3da802a5796c Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 Sep 2017 17:42:49 +0200 Subject: [PATCH] New translations list.php (Portuguese, Brazilian) --- resources/lang/pt_BR/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/list.php b/resources/lang/pt_BR/list.php index 64404bc46f..c96c6ba0be 100644 --- a/resources/lang/pt_BR/list.php +++ b/resources/lang/pt_BR/list.php @@ -82,4 +82,6 @@ return [ 'inward' => 'Inward description', 'outward' => 'Outward description', 'number_of_transactions' => 'Number of transactions', + 'total_amount' => 'Total amount', + ];