From 88ebcd108639946bd75b84a514eaa08c7ac0893b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 14 Nov 2017 17:20:26 +0100 Subject: [PATCH] New translations list.php (Spanish) --- resources/lang/es_ES/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/es_ES/list.php b/resources/lang/es_ES/list.php index 77824e1ef7..50ae1b1135 100644 --- a/resources/lang/es_ES/list.php +++ b/resources/lang/es_ES/list.php @@ -83,10 +83,10 @@ return [ 'inward' => 'Descripción interna', 'outward' => 'Descripción externa', 'number_of_transactions' => 'Número de transacciones', - 'total_amount' => 'Total amount', - 'sum' => 'Sum', + 'total_amount' => 'Total', + 'sum' => 'Suma', 'sum_excluding_transfers' => 'Sum (excluding transfers)', 'sum_withdrawals' => 'Sum of withdrawals', 'sum_deposits' => 'Sum of deposits', - 'sum_transfers' => 'Sum of transfers', + 'sum_transfers' => 'Suma de transferencias', ];