{{ $tc('One person is going', event.participantStats.going, {approved: event.participantStats.going}) }}
{{ $tc('You and one other person are going to this event', event.participantStats.participant, { approved: event.participantStats.participant }) }}
{{ $tc('One person is going', event.participantStats.going, {approved: event.participantStats.going}) }}
{{ $tc('You and one other person are going to this event', event.participantStats.participant, { approved: event.participantStats.participant }) }}
{{ $tc('All the places have already been taken', numberOfPlacesStillAvailable, { places: numberOfPlacesStillAvailable}) }}
{{ $t('Cancel anonymous participation')}}
{{ $t('You are participating in this event anonymously')}}
{{ $t("You are participating in this event anonymously but didn't confirm participation")}}