fix: :globe_with_meridians: Split locals for next button on event creation #575
Tim Izzo tim@octree.ch
Thu, 20 Mar 2025 15:29:46 +0100
7 files changed,
12 insertions(+),
7 deletions(-)
M
frontend/locales/de.json
→
frontend/locales/de.json
@@ -40,7 +40,8 @@ "event.creation.date": "Datum der Veranstaltung",
"event.creation.description": "Beschreibung", "event.creation.description_helper": "Optional", "event.creation.newsletter": "Halten Sie mich per E-Mail über die Entwicklungen bei Caroster auf dem Laufenden", - "event.creation.next": "Veranstaltungstyp wählen", + "event.creation.toEventDetails": "Nächste", + "event.creation.toEventType": "Veranstaltungstyp wählen", "event.creation.title": "Neue Veranstaltung", "event.details": "Informationen", "event.details.modify": "Ändern",
M
frontend/locales/en.json
→
frontend/locales/en.json
@@ -45,7 +45,8 @@ "event.creation.description": "Description",
"event.creation.description_helper": "Optionnal", "event.creation.name": "Event name", "event.creation.newsletter": "Keep me informed of developments in Caroster by e-mail", - "event.creation.next": "Choose my type of event", + "event.creation.toEventDetails": "Next", + "event.creation.toEventType": "Choose my type of event", "event.creation.title": "New event", "event.creation.chooseType": "Choose the type of event that best suits your needs", "event.creation.basic.title": "Caroster Basic",
M
frontend/locales/fr.json
→
frontend/locales/fr.json
@@ -41,7 +41,8 @@ "event.creation.description": "Description",
"event.creation.description_helper": "Optionnel", "event.creation.name": "Nom de l'événement", "event.creation.newsletter": "Me tenir informé des évolutions de Caroster par e-mail", - "event.creation.next": "Choisir mon type d’événement", + "event.creation.toEventDetails": "Suivant", + "event.creation.toEventType": "Choisir mon type d’événement", "event.creation.title": "Nouvel évènement", "event.creation.chooseType": "Choisissez le type d’événement le mieux adapté à vos besoins", "event.creation.basic.title": "Caroster Basic",
M
frontend/locales/it.json
→
frontend/locales/it.json
@@ -39,7 +39,8 @@ "event.creation.creator_email": "Il tuo indirizzo email",
"event.creation.date": "Data dell'evento", "event.creation.description": "Descrizione", "event.creation.description_helper": "Facoltativa", - "event.creation.next": "Scegli il mio tipo di evento", + "event.creation.toEventDetails": "Prossima", + "event.creation.toEventType": "Scegli il mio tipo di evento", "event.creation.title": "Nuovo evento", "event.details": "Informazioni", "event.details.modify": "Modifica",
M
frontend/locales/nl.json
→
frontend/locales/nl.json
@@ -43,7 +43,8 @@ "event.creation.description": "Beschrijving",
"event.creation.description_helper": "Optioneel", "event.creation.name": "Afspraaknaam", "event.creation.newsletter": "Ik wil per e-mail op de hoogte worden gehouden van ontwikkelingen omtrent Caroster", - "event.creation.next": "Kies mijn type evenement", + "event.creation.toEventDetails": "Volgende", + "event.creation.toEventType": "Kies mijn type evenement", "event.creation.title": "Nieuwe afspraak", "event.details": "Informatie", "event.details.modify": "Bewerken",
M
frontend/pages/new/details.tsx
→
frontend/pages/new/details.tsx
@@ -76,7 +76,7 @@ fullWidth
type="submit" id="NewEventSubmit" > - {t('event.creation.next')} + {t('event.creation.toEventType')} </Button> </NextLink> </Stack>
M
frontend/pages/new/index.tsx
→
frontend/pages/new/index.tsx
@@ -98,7 +98,7 @@ color="primary"
disabled={!canSubmit} aria-disabled={!canSubmit} > - {t('event.creation.next')} + {t('event.creation.toEventDetails')} </Button> </NextLink> {!isAuthenticated && (