From b01d5bc23752dee5f6617d28012e4dbda6d1c40b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 17 May 2015 12:53:32 +0200 Subject: [PATCH] Translation fixes [skip ci] --- resources/lang/en/firefly.php | 4 ++++ resources/lang/nl/firefly.php | 4 ++++ resources/twig/partials/reports/accounts.twig | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/firefly.php b/resources/lang/en/firefly.php index 2b61e405a5..10f37a296c 100644 --- a/resources/lang/en/firefly.php +++ b/resources/lang/en/firefly.php @@ -96,6 +96,10 @@ return [ 'balanceEndOfYear' => 'Balance at end of year', 'balanceStartOfMonth' => 'Balance at end of month', 'balanceEndOfMonth' => 'Balance at end of month', + + 'balanceStart' => 'Balance at end of period', + 'balanceEnd' => 'Balance at end of period', + 'account' => 'Account', 'splitByAccount' => 'Split by account', diff --git a/resources/lang/nl/firefly.php b/resources/lang/nl/firefly.php index 0bf6d0ba85..fcd08ed153 100644 --- a/resources/lang/nl/firefly.php +++ b/resources/lang/nl/firefly.php @@ -96,6 +96,10 @@ return [ 'balanceEndOfYear' => 'Saldo aan het einde van het jaar', 'balanceStartOfMonth' => 'Saldo aan het einde van de maand', 'balanceEndOfMonth' => 'Saldo aan het einde van de maand', + + 'balanceStart' => 'Saldo aan het einde van de periode', + 'balanceEnd' => 'Saldo aan het einde van de periode', + 'account' => 'Rekening', 'splitByAccount' => 'Per betaalrekening', diff --git a/resources/twig/partials/reports/accounts.twig b/resources/twig/partials/reports/accounts.twig index eb810fe051..1b0db0a686 100644 --- a/resources/twig/partials/reports/accounts.twig +++ b/resources/twig/partials/reports/accounts.twig @@ -6,8 +6,8 @@ - - + + {% for account in accounts.getAccounts %}
{{ 'name'|_ }}{{ 'balanceStartOfYear'|_ }}{{ 'balanceStartOfYear'|_ }}{{ 'balanceStart'|_ }}{{ 'balanceStart'|_ }} {{ 'difference'|_ }}