[ 'not_permitted' => 'This action is not permitted.', 'email_in_use' => 'This email address is already in use.', 'invalid_token' => 'Invalid token.', 'wrong_credentials' => 'Wrong credentials.', 'unknown_error' => 'An unknown error occurred.', '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.', 'wrong_passport_type' => 'Wrong passport type', 'invalid_email_format' => 'Invalid email format', 'failed_to_process' => 'Failed to process preapplication: :error', 'invalid_characters' => 'Invalid characters in name or location', 'event_not_found' => 'Chaos event not found', ], 'BlogController' => [ 'error_occurred' => 'An error occurred while processing the blog: :error', ], 'TickerController' => [ 'error_occurred' => 'An error occurred while processing the ticker: :error', ], ];