{{ $t('title') }}

{{ $t('participants') }}

{{ participantModalMode === 'add' ? $t('addParticipant') : $t('editParticipant') }}

{{ participantModalError }}

{{ $t('items') }}

{{ $t('summary') }}

{{ participant }}
{{ $t('highestPayer') }} {{ $t('owes') }} {{ currencySymbol }}{{ amounts.toTransfer.toFixed(2) }} {{ $t('receives') }} {{ currencySymbol }}{{ amounts.balance.toFixed(2) }} {{ $t('settled') }}
{{ $t('participant') }} {{ $t('amountToTransfer') }} {{ $t('actions') }}
{{ participant }} {{ $t('highestPayer') }} {{ $t('owes') }} {{ currencySymbol }}{{ amounts.toTransfer.toFixed(2) }} {{ $t('receives') }} {{ currencySymbol }}{{ amounts.balance.toFixed(2) }} {{ $t('settled') }}