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' => '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',