{ "login": { "title": "Welcome Back", "description": "Sign in to your CloudCLI self-hosted account", "username": "Username", "password": "Password", "submit": "Sign In", "loading": "Signing in...", "errors": { "invalidCredentials": "Invalid username or password", "requiredFields": "Please fill in all fields", "networkError": "Network error. Please try again." }, "placeholders": { "username": "Enter your username", "password": "Enter your password" } }, "register": { "title": "Create Account", "username": "Username", "password": "Password", "confirmPassword": "Confirm Password", "submit": "Create Account", "loading": "Creating account...", "errors": { "passwordMismatch": "Passwords do not match", "usernameTaken": "Username is already taken", "weakPassword": "Password is too weak" } }, "logout": { "title": "Sign Out", "confirm": "Are you sure you want to sign out?", "button": "Sign Out" } }