{ "login": { "title": "Welcome Back", "subtitle": "Sign in to your account", "email": "Email", "password": "Password", "rememberMe": "Remember me", "forgotPassword": "Forgot password?", "submit": "Sign In", "noAccount": "Don't have an account?", "signUp": "Sign up", "or": "Or", "continueWithGoogle": "Continue with Google", "continueWithApple": "Continue with Apple", "biometric": { "useFaceId": "Use Face ID", "useTouchId": "Use Touch ID", "useFingerprint": "Use Fingerprint" } }, "signup": { "title": "Create Account", "subtitle": "Join Maternal today", "name": "Full Name", "email": "Email", "password": "Password", "confirmPassword": "Confirm Password", "agreeToTerms": "I agree to the {{termsLink}} and {{privacyLink}}", "termsOfService": "Terms of Service", "privacyPolicy": "Privacy Policy", "submit": "Create Account", "hasAccount": "Already have an account?", "signIn": "Sign in", "or": "Or", "continueWithGoogle": "Continue with Google", "continueWithApple": "Continue with Apple" }, "forgotPassword": { "title": "Reset Password", "subtitle": "Enter your email to receive a reset link", "email": "Email", "submit": "Send Reset Link", "backToLogin": "Back to login", "success": "Reset link sent! Check your email.", "checkEmail": "We've sent a password reset link to {{email}}" }, "resetPassword": { "title": "Create New Password", "subtitle": "Enter your new password", "password": "New Password", "confirmPassword": "Confirm Password", "submit": "Reset Password", "success": "Password reset successfully!", "backToLogin": "Back to login" }, "verification": { "title": "Verify Your Email", "subtitle": "We've sent a verification code to {{email}}", "code": "Verification Code", "submit": "Verify", "resend": "Resend Code", "resendIn": "Resend in {{seconds}}s", "success": "Email verified successfully!", "didNotReceive": "Didn't receive the code?" }, "errors": { "invalidEmail": "Please enter a valid email address", "invalidPassword": "Password must be at least 8 characters", "passwordMismatch": "Passwords do not match", "emailRequired": "Email is required", "passwordRequired": "Password is required", "nameRequired": "Name is required", "termsRequired": "You must agree to the terms and privacy policy", "invalidCredentials": "Invalid email or password", "emailExists": "An account with this email already exists", "weakPassword": "Password is too weak. Please use a stronger password.", "networkError": "Network error. Please try again.", "unknownError": "An error occurred. Please try again." }, "passwordRequirements": { "title": "Password must contain:", "minLength": "At least 8 characters", "uppercase": "At least one uppercase letter", "lowercase": "At least one lowercase letter", "number": "At least one number", "special": "At least one special character" } }