Seite läuft wieder, menü bringt keine fehler mehr

This commit is contained in:
Codex Agent
2025-10-07 11:52:03 +02:00
parent 5ee510b05d
commit dd5545605c
33 changed files with 1902 additions and 1361 deletions

View File

@@ -1,45 +0,0 @@
<?php
return [
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'login' => [
'title' => 'Log In',
'username_or_email' => 'Username or Email',
'password' => 'Password',
'remember' => 'Remember Me',
'submit' => 'Log In',
],
'register' => [
'title' => 'Register',
'name' => 'Full Name',
'username' => 'Username',
'email' => 'Email Address',
'password' => 'Password',
'password_confirmation' => 'Confirm Password',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'address' => 'Address',
'phone' => 'Phone Number',
'privacy_consent' => 'I agree to the privacy policy and accept the processing of my personal data.',
'submit' => 'Register',
],
'verification' => [
'notice' => 'Please confirm your email address.',
'resend' => 'Resend Email',
],
'header' => [
'home' => 'Home',
'packages' => 'Packages',
'blog' => 'Blog',
'contact' => 'Contact',
'login' => 'Login',
'register' => 'Register',
'occasions' => [
'wedding' => 'Wedding',
'birthday' => 'Birthday',
'corporate' => 'Corporate Event',
],
],
];