From e196ff7281067b5ad7f2e156add1a1161be7ebfe Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 Sep 2017 17:42:38 +0200 Subject: [PATCH] New translations list.php (Spanish) --- resources/lang/es_ES/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/es_ES/list.php b/resources/lang/es_ES/list.php index 2298a800b4..30812efe1c 100644 --- a/resources/lang/es_ES/list.php +++ b/resources/lang/es_ES/list.php @@ -82,4 +82,6 @@ return [ 'inward' => 'Descripción interna', 'outward' => 'Descripción externa', 'number_of_transactions' => 'Número de transacciones', + 'total_amount' => 'Total amount', + ];