mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 11:12:08 -06:00
Translation fixes [skip ci]
This commit is contained in:
parent
b123860304
commit
b01d5bc237
@ -96,6 +96,10 @@ return [
|
|||||||
'balanceEndOfYear' => 'Balance at end of year',
|
'balanceEndOfYear' => 'Balance at end of year',
|
||||||
'balanceStartOfMonth' => 'Balance at end of month',
|
'balanceStartOfMonth' => 'Balance at end of month',
|
||||||
'balanceEndOfMonth' => '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',
|
'account' => 'Account',
|
||||||
|
|
||||||
'splitByAccount' => 'Split by account',
|
'splitByAccount' => 'Split by account',
|
||||||
|
@ -96,6 +96,10 @@ return [
|
|||||||
'balanceEndOfYear' => 'Saldo aan het einde van het jaar',
|
'balanceEndOfYear' => 'Saldo aan het einde van het jaar',
|
||||||
'balanceStartOfMonth' => 'Saldo aan het einde van de maand',
|
'balanceStartOfMonth' => 'Saldo aan het einde van de maand',
|
||||||
'balanceEndOfMonth' => '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',
|
'account' => 'Rekening',
|
||||||
|
|
||||||
'splitByAccount' => 'Per betaalrekening',
|
'splitByAccount' => 'Per betaalrekening',
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ 'name'|_ }}</th>
|
<th>{{ 'name'|_ }}</th>
|
||||||
<th>{{ 'balanceStartOfYear'|_ }}</th>
|
<th>{{ 'balanceStart'|_ }}</th>
|
||||||
<th>{{ 'balanceStartOfYear'|_ }}</th>
|
<th>{{ 'balanceStart'|_ }}</th>
|
||||||
<th>{{ 'difference'|_ }}</th>
|
<th>{{ 'difference'|_ }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for account in accounts.getAccounts %}
|
{% for account in accounts.getAccounts %}
|
||||||
|
Loading…
Reference in New Issue
Block a user