Sync some translations.

This commit is contained in:
James Cole 2019-06-16 13:16:26 +02:00
parent 3a34037f30
commit 1ce1a84c9e
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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 %}