feat: Implementierung des Checkout-Logins mit E-Mail/Username-Support
This commit is contained in:
@@ -20,8 +20,13 @@
|
||||
"failed_credentials": "Invalid credentials.",
|
||||
"login": {
|
||||
"title": "Login",
|
||||
"username_or_email": "Username or Email",
|
||||
"identifier": "Email or Username",
|
||||
"identifier_placeholder": "Enter your email or username",
|
||||
"email": "Email",
|
||||
"email_placeholder": "Enter your email",
|
||||
"password": "Password",
|
||||
"password_placeholder": "Enter your password",
|
||||
"forgot": "Forgot Password?",
|
||||
"remember": "Remember me",
|
||||
"submit": "Login"
|
||||
},
|
||||
@@ -64,6 +69,68 @@
|
||||
"privacy_consent": "Privacy Consent"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"ui": {
|
||||
"language_select": "Select Language"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"profile": {
|
||||
"title": "Profile settings",
|
||||
"section_title": "Profile information",
|
||||
"description": "Update your name and email address",
|
||||
"email": "Email address",
|
||||
"email_placeholder": "Email address",
|
||||
"username": "Username",
|
||||
"username_placeholder": "Username",
|
||||
"language": "Language",
|
||||
"email_unverified": "Your email address is unverified.",
|
||||
"resend_verification": "Click here to resend the verification email.",
|
||||
"verification_sent": "A new verification link has been sent to your email address."
|
||||
},
|
||||
"password": {
|
||||
"title": "Password settings",
|
||||
"section_title": "Update password",
|
||||
"description": "Ensure your account is using a long, random password to stay secure",
|
||||
"current": "Current password",
|
||||
"current_placeholder": "Current password",
|
||||
"new": "New password",
|
||||
"new_placeholder": "New password",
|
||||
"confirm": "Confirm password",
|
||||
"confirm_placeholder": "Confirm password",
|
||||
"save_button": "Save password"
|
||||
}
|
||||
},
|
||||
"reset": {
|
||||
"password": "Password",
|
||||
"password_placeholder": "Password",
|
||||
"confirm_password": "Confirm password",
|
||||
"confirm_password_placeholder": "Confirm password",
|
||||
"email": "Email",
|
||||
"email_placeholder": "email@example.com",
|
||||
"title": "Reset password",
|
||||
"description": "Please enter your new password below",
|
||||
"submit": "Reset password"
|
||||
},
|
||||
"confirm": {
|
||||
"password": "Password",
|
||||
"password_placeholder": "Password",
|
||||
"confirm": "Confirm password",
|
||||
"title": "Confirm your password",
|
||||
"description": "This is a secure area of the application. Please confirm your password before continuing.",
|
||||
"submit": "Confirm password"
|
||||
},
|
||||
"forgot": {
|
||||
"email": "Email address",
|
||||
"email_placeholder": "email@example.com",
|
||||
"submit": "Email password reset link",
|
||||
"back": "Or, return to log in"
|
||||
},
|
||||
"delete_user": {
|
||||
"password": "Password",
|
||||
"password_placeholder": "Password",
|
||||
"confirm_text": "Once your account is deleted, all of its resources and data will also be permanently deleted. Please enter your password to confirm you would like to permanently delete your account."
|
||||
},
|
||||
"verification": {
|
||||
"notice": "Please confirm your email address.",
|
||||
"resend": "Resend email"
|
||||
|
||||
Reference in New Issue
Block a user