import {ParticipantRole} from "@/types/event.model"; {{ $t('Create a new event') }} {{ $t('Update event {name}', { name: event.title }) }} {{ $t('General information') }} {{ $t('Description') }} {{ $t('Who can view this event and participate') }} {{ $t('Visible everywhere on the web (public)') }} {{ $t('Only accessible through link and search (private)') }} {{ $t('Participation approval') }} {{ $t('I want to approve every participation request') }} {{ $t('Number of places') }} {{ $t('Limited number of places') }} {{ $t('Status') }} {{ $t('Tentative: Will be confirmed later') }} {{ $t('Confirmed: Will happen') }} {{ $t('Unsaved changes') }} {{ $t('Cancel') }} {{ $t('Save draft') }} {{ $t('Create my event') }} {{ $t('Publish') }} {{ $t('Update my event') }}