{
  "title": "Reset Password",
  "description": "Enter your email address and we'll send you a link to reset your password.",
  "description_first": "Enter your email address,",
  "description_second": "we'll send you a link to reset your password.",
  "back_to_login": "Back to login",
  "form": {
    "email": {
      "placeholder": "Email Address"
    },
    "button": "Send reset link",
    "error": {
      "required": "This field is required.",
      "email_valid": "Please enter a valid e-mail."
    },
    "success": {
      "title": "Reset Password",
      "subtitle": "We've sent a password reset link to {EMAIL}. Please check your inbox and follow the instructions.",
      "button": "Continue to Homepage"
    }
  },
  "create_new_password": {
    "title": "Create New Password",
    "description": "Please enter your new password.",
    "form": {
      "password": {
        "placeholder_first": "New Password",
        "placeholder_second": "New Password Again"
      },
      "button": "Confirm New Password",
      "error": {
        "required": "This field is required.",
        "password_valid": "Please enter a valid password.",
        "password_max": "Password must be less than 50 characters long.",
        "password_rule": "Enter your password in accordance with the specified rules."
      },
      "success": {
        "title": "Your Password Has Changed",
        "button": "Continue to Homepage"
      }
    }
  }
}
