2026.06.05 frontend javítgatás és új belépési logika megvalósítva

This commit is contained in:
Roo
2026-06-05 05:46:04 +00:00
parent 59a30ac428
commit 18524a08f2
38 changed files with 3967 additions and 1028 deletions

View File

@@ -13,6 +13,7 @@ export default {
profile: 'Profile Settings',
logout: 'Logout',
subtitle: 'Your dashboard and vehicle overview',
switchLanguage: 'Switch language',
},
dashboard: {
loading: 'Loading...',
@@ -26,4 +27,47 @@ export default {
hide: 'Hide UI (Zen mode)',
show: 'Show UI',
},
auth: {
invalid_credentials: 'Invalid email or password.',
user_inactive: 'Your account is not activated yet. Please verify your email!',
forgotPasswordMessage: 'The password reset feature is under development. Please contact the administrator!',
// Resend verification
resendTitle: 'Resend Activation Email',
resendDescription: 'Enter your email address and we will resend the activation link.',
resendButton: 'Send Email',
resend_cooldown: 'Resend ({seconds}s)',
send_email: 'Send Email',
resendSuccess: 'The activation email has been sent! Check your folders (including Spam).',
resendLink: 'Didn\'t receive the activation email?',
backToLogin: 'Back to Login',
// Login view
loginTitle: 'Login to Garage',
loginButton: 'Login',
loginLoading: 'Please wait...',
forgotPassword: 'Forgot your password?',
rememberMe: 'Remember me',
noAccount: 'Don\'t have a garage yet?',
registerLink: 'Register',
// Register view
registerTitle: 'Open New Garage',
registerButton: 'Register',
haveAccount: 'Already have a garage?',
loginLink: 'Login',
// Forgot password view
forgotTitle: 'Request New Password',
forgotDescription: 'Enter your email address and we will send you a security link.',
forgotSuccess: 'The reset link has been sent to your email!',
forgotSendButton: 'Send Link',
// Inactive user in forgot flow
inactiveMessage: 'Your account is not activated yet! Please activate using the link in the email, or request a new activation email.',
resendActivationButton: 'Resend Activation Email',
resendActivationSuccess: 'The activation email has been resent!',
// Social login
socialDivider: 'Or login with Social account',
// Errors
loginFailed: 'Login failed. Please check your credentials.',
registerFailed: 'Registration failed.',
resendFailed: 'Resend failed. Please try again later.',
forgotFailed: 'An error occurred while sending the request. Please try again.',
},
}