Add translation for event description

This commit is contained in:
philipp lang 2024-03-17 03:14:50 +01:00
parent 0eebffdf13
commit 3c1d7b903c
2 changed files with 4 additions and 0 deletions

View File

@ -9,5 +9,7 @@
"event_index_component_description": "Übersicht aller bevorstehenden Adrema-Veranstaltungen.",
"event_register_component_name": "Veranstaltungs-Anmeldung",
"event_register_component_description": "Für einzelne Veranstaltung anmelden.",
"event_description_component_name": "Veranstaltungs-Einzelansicht",
"event_description_component_description": "Einzelne Veranstaltung anzeigen",
"properties.event_slug_title": "Veranstaltung slug"
}

View File

@ -10,6 +10,8 @@
"event_index_component_description": "Overview of all upcoming Adrema-Events",
"event_register_component_name": "Event-Registration",
"event_register_component_description": "Register for a single event.",
"event_description_component_name": "Event Description",
"event_description_component_description": "Displays details for a single event",
"errors.not_all_pages_set": "You didn't assign all pages. Please edit your components.",
"errors.page_not_found": "One page cannot be found. Event component cannot be rendered.",
"errors.slug_not_found": "You need to set a placeholder in page urls to set the event slug (\":slug\")",