Files
fotospiel-app/public/lang/en/auth.json

138 lines
4.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"header": {
"home": "Home",
"packages": "Packages",
"blog": "Blog",
"occasions": {
"wedding": "Wedding",
"birthday": "Birthday",
"corporate": "Corporate Event"
},
"contact": "Contact",
"login": "Login",
"register": "Register"
},
"login_failed": "Invalid email or password.",
"login_success": "You are now logged in.",
"registration_failed": "Registration failed.",
"registration_success": "Registration successful proceed with purchase.",
"already_logged_in": "You are already logged in.",
"failed_credentials": "Invalid credentials.",
"login": {
"title": "Login",
"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"
},
"register": {
"title": "Register",
"name": "Full Name",
"username": "Username",
"username_placeholder": "Choose a username",
"email": "Email Address",
"email_placeholder": "your@email.com",
"password": "Password",
"password_placeholder": "At least 8 characters",
"password_confirmation": "Confirm Password",
"confirm_password": "Confirm Password",
"confirm_password_placeholder": "Repeat password",
"first_name": "First Name",
"first_name_placeholder": "John",
"last_name": "Last Name",
"last_name_placeholder": "Doe",
"address": "Address",
"address_placeholder": "Street Number, ZIP City",
"phone": "Phone Number",
"phone_placeholder": "+1 123 456789",
"privacy_consent": "I agree to the privacy policy and accept the processing of my personal data.",
"privacy_policy": "Privacy Policy",
"submit": "Register",
"success_toast": "Registration successful",
"validation_failed": "Please check your input.",
"unexpected_error": "Registration not possible.",
"errors_title": "Registration errors",
"errors": {
"username": "Username",
"email": "Email",
"password": "Password",
"password_confirmation": "Password Confirmation",
"first_name": "First Name",
"last_name": "Last Name",
"address": "Address",
"phone": "Phone",
"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"
}
}