feat: enhance accessibility and testing with data-test attributes and improve error handling
This commit is contained in:
67
apps/web/i18n/messages/de/events.json
Normal file
67
apps/web/i18n/messages/de/events.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user