{
    "reset": "Your password has been reset!",
    "sent": "We have emailed your password reset link!",
    "throttled": "Please wait before retrying.",
    "token": "This password reset token is invalid.",
    "user": "We can't find a user with that email address.",
    "password": "Passwords must be at least eight characters and match the confirmation.",
    "change": "Your password has been changed successfully.",
    "incorrect": "The current password you entered is incorrect.",
    "expired": "Your password reset link has expired.",
    "strength": "Password must include at least one uppercase letter, one lowercase letter, one digit, and one special character.",
    "new_password": "Please enter a new password.",
    "confirm_password": "Please confirm your new password.",
    "mismatch": "The new password and confirmation do not match."
}