Backend für Anträge; unnötiges location.reload() entfernt

This commit is contained in:
2026-03-30 00:41:32 +02:00
parent e5d970333f
commit 4c94066bf9
7 changed files with 165 additions and 39 deletions

View File

@@ -10,13 +10,14 @@ return [
'unknown_error_with_details' => 'Ein unbekannter Fehler ist aufgetreten: :error',
],
'PreApplicationController' => [
'success' => 'Voranmeldung erfolgreich abgeschickt. Bitte überprüfen Sie Ihr elektronisches Postfach.',
'already_submitted' => 'Sie haben bereits einen Vorantrag abgeschickt.',
'wrong_passport_type' => 'Falscher Passtyp',
'success' => 'Antrag erfolgreich abgeschickt. Bitte überprüfen Sie Ihr elektronisches Postfach.',
'already_submitted' => 'Sie haben bereits einen Antrag abgeschickt.',
'wrong_passport_type' => 'Falscher Reisepass-Typ',
'invalid_email_format' => 'Ungültiges E-Mail-Format',
'failed_to_process' => 'Fehler beim Verarbeiten der Voranmeldung: :error',
'failed_to_process' => 'Fehler beim Verarbeiten des Antrages: :error',
'invalid_characters' => 'Ungültige Zeichen im Namen oder Ort',
'event_not_found' => 'Chaos-Event nicht gefunden',
'application_not_found' => 'Antrag nicht gefunden',
],
'BlogController' => [
'error_occurred' => 'Ein Fehler ist beim Verarbeiten des Blogs aufgetreten: :error',

View File

@@ -10,13 +10,14 @@ return [
'unknown_error_with_details' => 'An unknown error occurred: :error',
],
'PreApplicationController' => [
'success' => 'Preapplication submitted successfully. Please check your email inbox.',
'already_submitted' => 'You have already submitted a preapplication.',
'success' => 'Application submitted successfully. Please check your email inbox.',
'already_submitted' => 'You have already submitted an application.',
'wrong_passport_type' => 'Wrong passport type',
'invalid_email_format' => 'Invalid email format',
'failed_to_process' => 'Failed to process preapplication: :error',
'failed_to_process' => 'Failed to process application: :error',
'invalid_characters' => 'Invalid characters in name or location',
'event_not_found' => 'Chaos event not found',
'application_not_found' => 'Application not found'
],
'BlogController' => [
'error_occurred' => 'An error occurred while processing the blog: :error',