import {EventJoinOptions} from "@/types/event.model"; {{ $t('Create a new event') }} {{ $t('Update event {name}', { name: event.title }) }} {{ $t('Loading…') }} {{ $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('Page limited to my group (asks for auth)') }} {{ $t('Participation approval') }} {{ $t('I want to approve every participation request') }} {{ $t('Limited places') }} {{ $t('Show remaining number of places') }} {{ $t('Display participation price') }} {{ $t('Public comment moderation') }} {{ $t('Comments on the event page') }} {{ $t('Allow all comments') }} {{ $t('Moderated comments (shown after approval)') }} {{ $t('Close comments for all (except for admins)') }} {{ $t('Status') }} {{ $t('Tentative: Will be confirmed later') }} {{ $t('Confirmed: Will happen') }} {{ $t('Create my event') }} {{ $t('Update my event') }}