{ "auth": { "login": "Log In", "register": "Sign Up", "email": "Email", "password": "Password", "confirmPassword": "Confirm Password", "username": "Username", "fullName": "Full Name", "rememberMe": "Remember me", "submit": "Submit", "noAccount": "Don't have an account?", "hasAccount": "Already have an account?", "loginTitle": "Welcome Back", "loginSubtitle": "Sign in to your account", "registerTitle": "Create Account", "registerSubtitle": "Get started with your personal AI assistant", "errors": { "invalidCredentials": "Invalid email or password", "emailExists": "User with this email or username already exists", "passwordMismatch": "Passwords do not match", "passwordMinLength": "Password must be at least 8 characters", "usernameFormat": "Username must be 3-50 characters (letters, numbers, _ or -)", "required": "This field is required" } }, "layout": { "dashboard": "Dashboard", "chats": "Chats", "documents": "Documents", "memory": "Memory", "notifications": "Notifications", "profile": "Profile", "logout": "Log Out", "settings": "Settings", "admin": "Admin", "users": "Users", "context": "Context", "skills": "Skills" }, "dashboard": { "welcome": "Welcome, {{name}}", "subtitle": "Your personal AI health assistant" }, "common": { "loading": "Loading...", "error": "An error occurred", "notFound": "Page not found", "goHome": "Go to Dashboard", "save": "Save", "cancel": "Cancel", "delete": "Delete", "edit": "Edit", "create": "Create", "search": "Search" } }