68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"nav": {
|
|
"events": "Veranstaltungen",
|
|
"newEvent": "Neue Veranstaltung",
|
|
"registrations": "Anmeldungen",
|
|
"holidayPasses": "Ferienpässe"
|
|
},
|
|
"list": {
|
|
"title": "Veranstaltungen",
|
|
"newEvent": "Neue Veranstaltung",
|
|
"noEvents": "Keine Veranstaltungen vorhanden",
|
|
"createFirst": "Erstellen Sie Ihre erste Veranstaltung.",
|
|
"upcoming": "Bevorstehend",
|
|
"totalRegistrations": "Anmeldungen gesamt"
|
|
},
|
|
"detail": {
|
|
"notFound": "Veranstaltung nicht gefunden",
|
|
"date": "Datum",
|
|
"time": "Uhrzeit",
|
|
"location": "Ort",
|
|
"registrations": "Anmeldungen",
|
|
"description": "Beschreibung",
|
|
"noRegistrations": "Noch keine Anmeldungen",
|
|
"parentName": "Elternteil"
|
|
},
|
|
"form": {
|
|
"basicData": "Grunddaten",
|
|
"name": "Name der Veranstaltung *",
|
|
"description": "Beschreibung",
|
|
"dateTime": "Datum & Zeit",
|
|
"eventDate": "Datum *",
|
|
"startTime": "Startzeit",
|
|
"endDate": "Enddatum",
|
|
"location": "Ort",
|
|
"contact": "Kontakt",
|
|
"contactName": "Ansprechpartner",
|
|
"contactEmail": "E-Mail",
|
|
"contactPhone": "Telefon",
|
|
"participantsAndFees": "Teilnehmer & Kosten",
|
|
"capacity": "Max. Teilnehmer",
|
|
"minAge": "Mindestalter",
|
|
"maxAge": "Höchstalter",
|
|
"fee": "Gebühr (€)",
|
|
"registrationDeadline": "Anmeldeschluss",
|
|
"status": "Status",
|
|
"created": "Veranstaltung erfolgreich erstellt",
|
|
"errorCreating": "Fehler beim Erstellen der Veranstaltung"
|
|
},
|
|
"status": {
|
|
"planned": "Geplant",
|
|
"open": "Offen",
|
|
"full": "Ausgebucht",
|
|
"running": "Laufend",
|
|
"completed": "Abgeschlossen",
|
|
"cancelled": "Abgesagt"
|
|
},
|
|
"registrationStatus": {
|
|
"pending": "Ausstehend",
|
|
"confirmed": "Bestätigt",
|
|
"waitlisted": "Warteliste",
|
|
"cancelled": "Storniert"
|
|
},
|
|
"holidayPasses": {
|
|
"title": "Ferienpässe",
|
|
"noPasses": "Keine Ferienpässe vorhanden"
|
|
}
|
|
}
|