Files
fotospiel-app/resources/lang/en/auth.json
Codex Agent 918bff08aa
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled
Fix auth translations and admin PWA UI
2026-01-16 12:14:53 +01:00

109 lines
3.9 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.
{
"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": "Wrong credentials.",
"header": {
"login": "Login",
"register": "Register",
"home": "Home",
"packages": "Packages",
"how_it_works": "How it works",
"blog": "Blog",
"occasions": {
"label": "Occasions",
"wedding": "Wedding",
"birthday": "Birthday",
"confirmation": "Confirmation/Youth dedication",
"corporate": "Corporate Event"
},
"contact": "Contact",
"cta": "Try now",
"utility": "Open appearance and language",
"appearance": "Appearance",
"appearance_light": "Light",
"appearance_dark": "Dark",
"language": "Language"
},
"login": {
"title": "Die Fotospiel App",
"description": "Sign in with your Fotospiel account to manage every event in one place.",
"brand": "Die Fotospiel App",
"logo_alt": "Fotospiel App logo",
"hero_tagline": "Event tech with heart",
"hero_heading": "Welcome back to the Fotospiel App",
"hero_subheading": "Manage events, galleries, and guest lists in one beautifully crafted dashboard.",
"hero_footer": {
"headline": "No account yet?",
"subline": "Explore our packages and experience Fotospiel live.",
"cta": "Discover packages"
},
"highlights": {
"moments": "Share moments in real time",
"moments_description": "Uploads land instantly in the event gallery — no app download needed.",
"branding": "Branding & slideshows that impress",
"branding_description": "Configure slideshows, watermarks, and tasks for your event.",
"privacy": "Secure access via tokens",
"privacy_description": "Event access stays protected — GDPR-compliant with join tokens."
},
"identifier": "Email or Username",
"identifier_placeholder": "you@example.com or username",
"username_or_email": "Username or Email",
"email": "Email Address",
"email_placeholder": "your@email.com",
"password": "Password",
"password_placeholder": "Your password",
"remember": "Stay logged in",
"forgot": "Forgot password?",
"submit": "Login",
"oauth_divider": "or",
"google_cta": "Continue with Google",
"google_helper": "Use your Google account to access the event dashboard securely.",
"no_account": "Don't have access yet?",
"sign_up": "Create an account"
},
"common": {
"ui": {
"language_select": "Select language"
}
},
"forgot": {
"title": "Reset your password",
"description": "Enter your email address to receive a password reset link.",
"email_label": "Email address",
"email_placeholder": "name@example.com",
"submit": "Email password reset link",
"back_prefix": "Or, return to",
"back": "Login"
},
"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.",
"privacy_policy_link": "Privacy Policy",
"submit": "Register",
"first_name_placeholder": "First name",
"last_name_placeholder": "Last name",
"email_placeholder": "you@example.com",
"address_placeholder": "Street, ZIP, City",
"phone_placeholder": "+1 555 123 4567",
"username_placeholder": "e.g. wedding_julia",
"password_placeholder": "At least 8 characters",
"password_confirmation_placeholder": "Repeat your password"
},
"verification": {
"notice": "Please verify your email address.",
"resend": "Resend email"
}
}