{
  "auth": {
    "email": {
      "check": "Please check your email",
      "required": "Email is required",
      "valid": "Please enter a valid email"
    },
    "password": {
      "match": "Passwords must match",
      "valid": "Please enter a valid password"
    },
    "remember-me": "Remember me"
  },
  "login": {
    "button": "Log in",
    "dont-have-signup": "Don't have an account? Sign Up",
    "forgot-password": "Forgot password?",
    "google": "Login with Google",
    "title": "Log in"
  },
  "reset-password": {
    "button": "Send reset email",
    "title": "Reset Password"
  },
  "signup": {
    "already-have-login": "Already have an account? Log in",
    "button": "Sign up",
    "by-agree-terms": "By signing up you agree to our Terms of Service",
    "title": "Sign up"
  }
}
