mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Sync some translations.
This commit is contained in:
parent
3a34037f30
commit
1ce1a84c9e
@ -22,8 +22,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if what == 'liabilities' %}
|
{% if what == 'liabilities' %}
|
||||||
{{ ExpandedForm.select('liability_type_id', liabilityTypes) }}
|
{{ ExpandedForm.select('liability_type_id', liabilityTypes) }}
|
||||||
{{ ExpandedForm.amountNoCurrency('openingBalance', null, {label:'debt_start_amount'|_, helpText: 'debt_start_amount_help'|_}) }}
|
{{ ExpandedForm.amountNoCurrency('opening_balance', null, {label:'debt_start_amount'|_, helpText: 'debt_start_amount_help'|_}) }}
|
||||||
{{ ExpandedForm.date('openingBalanceDate', null, {label:'debt_start_date'|_}) }}
|
{{ ExpandedForm.date('opening_balance_date', null, {label:'debt_start_date'|_}) }}
|
||||||
{{ ExpandedForm.percentage('interest') }}
|
{{ ExpandedForm.percentage('interest') }}
|
||||||
{{ ExpandedForm.select('interest_period', interestPeriods) }}
|
{{ ExpandedForm.select('interest_period', interestPeriods) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -45,8 +45,8 @@
|
|||||||
|
|
||||||
{% if what == 'asset' %}
|
{% if what == 'asset' %}
|
||||||
|
|
||||||
{{ ExpandedForm.amountNoCurrency('openingBalance') }}
|
{{ ExpandedForm.amountNoCurrency('opening_balance') }}
|
||||||
{{ ExpandedForm.date('openingBalanceDate') }}
|
{{ ExpandedForm.date('opening_balance_date') }}
|
||||||
{{ ExpandedForm.select('accountRole', roles,null,{helpText : 'asset_account_role_help'|_}) }}
|
{{ ExpandedForm.select('accountRole', roles,null,{helpText : 'asset_account_role_help'|_}) }}
|
||||||
{{ ExpandedForm.amountNoCurrency('virtualBalance') }}
|
{{ ExpandedForm.amountNoCurrency('virtualBalance') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user