2026.06.05 frontend javítgatás és új belépési logika megvalósítva
This commit is contained in:
@@ -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.',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user