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