mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Extra translation [skip ci]
This commit is contained in:
@@ -16,6 +16,7 @@ return [
|
|||||||
'from' => 'From',
|
'from' => 'From',
|
||||||
'to' => 'To',
|
'to' => 'To',
|
||||||
'showEverything' => 'Show everything',
|
'showEverything' => 'Show everything',
|
||||||
|
'never' => 'Never',
|
||||||
|
|
||||||
// forms:
|
// forms:
|
||||||
'mandatoryFields' => 'Mandatory fields',
|
'mandatoryFields' => 'Mandatory fields',
|
||||||
|
@@ -16,6 +16,7 @@ return [
|
|||||||
'from' => 'Van',
|
'from' => 'Van',
|
||||||
'to' => 'Tot',
|
'to' => 'Tot',
|
||||||
'showEverything' => 'Laat alles zien',
|
'showEverything' => 'Laat alles zien',
|
||||||
|
'never' => 'Nooit',
|
||||||
|
|
||||||
// forms:
|
// forms:
|
||||||
'mandatoryFields' => 'Verplichte velden',
|
'mandatoryFields' => 'Verplichte velden',
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
</td>
|
</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td data-value="0">
|
<td data-value="0">
|
||||||
<em>Never</em>
|
<em>{{ 'never'|_ }}</em>
|
||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user