mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Small translation fix [skip ci]
This commit is contained in:
@@ -110,6 +110,9 @@ return [
|
|||||||
'outsideOfBudgets' => 'Outside of budgets',
|
'outsideOfBudgets' => 'Outside of budgets',
|
||||||
'leftInBudget' => 'Left in budget',
|
'leftInBudget' => 'Left in budget',
|
||||||
|
|
||||||
|
'sumOfSums' => 'Sum of sums',
|
||||||
|
|
||||||
|
|
||||||
'difference' => 'Difference',
|
'difference' => 'Difference',
|
||||||
'in' => 'In',
|
'in' => 'In',
|
||||||
'out' => 'Out',
|
'out' => 'Out',
|
||||||
|
@@ -111,6 +111,8 @@ return [
|
|||||||
'outsideOfBudgets' => 'Buiten budgetten',
|
'outsideOfBudgets' => 'Buiten budgetten',
|
||||||
'leftInBudget' => 'Over van budget',
|
'leftInBudget' => 'Over van budget',
|
||||||
|
|
||||||
|
'sumOfSums' => 'Alles bij elkaar',
|
||||||
|
|
||||||
'difference' => 'Verschil',
|
'difference' => 'Verschil',
|
||||||
'in' => 'In',
|
'in' => 'In',
|
||||||
'out' => 'Uit',
|
'out' => 'Uit',
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><em>Sum of sums</em></td>
|
<td><em>{{ 'sumOfSums'|_ }}</em></td>
|
||||||
<td>{{ accounts.getStart|formatAmount }}</td>
|
<td>{{ accounts.getStart|formatAmount }}</td>
|
||||||
<td>{{ accounts.getEnd|formatAmount }}</td>
|
<td>{{ accounts.getEnd|formatAmount }}</td>
|
||||||
<td>{{ accounts.getDifference|formatAmount }}</td>
|
<td>{{ accounts.getDifference|formatAmount }}</td>
|
||||||
|
Reference in New Issue
Block a user