{
  "auth": {
    "forgot_password": {
      "actions": {
        "send_reset_link": "Send Reset Link",
        "sign_in": "Sign In"
      },
      "errors": {
        "unknown": "An error has happened during sending reset password link. Please try again later.",
        "user_disabled": "Unable to send reset password link. User with provided email is disabled. Please contact your tutor for the help.",
        "user_not_found": "Unable to send reset password link. User with provided email does not exist."
      },
      "labels": {
        "description": "Please enter your email and we'll send a reset link for you.",
        "success": "Reset link sent successfully. Please check your mailbox.",
        "title": "Forgot Password?"
      }
    },
    "shared": {
      "errors": {
        "api": "An error has happened. Please try again later.",
        "email": "Please provide your email"
      },
      "labels": {
        "email": "Email"
      }
    },
    "sign_in": {
      "actions": {
        "forgot_password": "Forgot password?",
        "google": "Continue with Google",
        "sign_in": "Sign In",
        "sign_up": "Sign Up"
      },
      "errors": {
        "not_allowed": "This account is not related to students. Please use your student account to sign in.",
        "not_authorised": "Unable to Sign In. Incorrect email or password.",
        "password": "Please provide your password",
        "unknown": "An error has happened during Sign In. Please try again later.",
        "user_disabled": "Unable to Sign In. User with provided email is disabled. Please contact your tutor for the help.",
        "user_not_found": "Unable to Sign In. User with provided email does not exist."
      },
      "labels": {
        "description": "Please sign in to your {{name}} account to track your learning and earn rewards.",
        "dont_have_account": "No account yet?",
        "or": "or",
        "password": "Password",
        "title": "Sign In"
      }
    },
    "sign_out": {
      "errors": {
        "unknown": "An error has happened during Sign Out."
      }
    }
  }
}