{
  "invalid_credentials": "This credential are invalid.",
  "invalid_request": "Invalid request.",
  "validation_error": "Validation error:",
  "validation_unknown_error": "Unknown validation error.",
  "uploaded_file": "Uploaded file.",
  "account_disabled": "Your account has been disabled. Please contact the administrator.",
  "email_not_associated": "This email is not associated with any user.",
  "email_not_verified": "Your email is not verified. Please check your inbox and verify your email.",
  "reset_password_link_sent": "A reset password link has been sent to your email address.",
  "profile_updated_successfully": "Your profile has been updated successfully.",
  "current_password_is_not_valid": "The current password is not valid.",
  "password_updated_successfully": "Your password has been updated successfully.",
  "record_updated_successfully": "The record has been updated successfully.",
  "record_deleted_successfully": "The record has been deleted successfully.",
  "record_created_successfully": "The record has been created successfully.",
  "daily_limit_exceeded": "Your daily limit ({limit}) has been exceeded. Please try again tomorrow.",
  "daily_limit_exceeded_premium": "Your daily limit ({limit}) has been exceeded. Please try again tomorrow or upgrade to premium.",
  "notification_sent_successfully": "The notification has been sent successfully.",
  "record_retrieved_successfully": "The record has been retrieved successfully.",
  "validation_string": "The {field} must be a valid string.",
  "user_not_found": "A user with this {field} does not exist.",
  "validation_message": "Validation message.",
  "login_successfully": "You have logged in successfully.",
  "account_deleted_successfully": "Your account has been deleted successfully.",
  "account_deactivated_successfully": "Your account has been deactivated successfully.",
  "logout_successfully": "You have been logged out successfully.",
  "list_interest": "List reactivated interest.",
  "auth.authorization_invalid": "Authorization is invalid",
  "auth.required_token": "This api token is required",
  "auth.invalid_token": "Invalid Authorization token",
  "new_password.regex" : "The {field} must be at least 8 characters long and include a mix of letters, numbers, and symbols."
}
