{{ t('app.label') }}

{{ t('app.heading') }}

{{ t('app.subheading') }}

{{ t('highlights.nextStep') }}

{{ t('highlights.title') }}

{{ t('highlights.copy') }}

{{ t('highlights.estimate') }}

{{ formatCurrency(results.finalBalance) }}

{{ t('highlights.term') }}

{{ formatTerm(form.years) }}

{{ t('ads.label') }}

{{ t('form.label') }}

{{ t('form.title') }}

{{ t('form.copy') }}

{{ t('form.hint') }}

{{ err }}

{{ t('summary.label') }}

{{ t('summary.title') }}

{{ t('summary.balance') }}

{{ formatCurrency(results.finalBalance) }}

{{ t('summary.contributions') }}

{{ formatCurrency(results.totalContributions) }}

{{ t('summary.interest') }}

{{ formatCurrency(results.totalInterest) }}

{{ t('table.label') }}

{{ t('table.title') }}

{{ t('table.period') }} {{ t('table.balance') }} {{ t('table.contributions') }} {{ t('table.interest') }}
{{ row.label }} {{ formatCurrency(row.balance) }} {{ formatCurrency(row.contributions) }} {{ formatCurrency(row.interest) }}

{{ t('chart.label') }}

{{ t('chart.title') }}