mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-17 11:21:35 +03:00
13 lines
401 B
JSON
13 lines
401 B
JSON
|
{
|
||
|
"title": "Sign Up",
|
||
|
"subtitle": "Create your account",
|
||
|
"email": "Email",
|
||
|
"password": "Password",
|
||
|
"loginButton": "Login",
|
||
|
"signUpButton": "Sign up",
|
||
|
"or": "or",
|
||
|
"login": "Already registered? Sign in",
|
||
|
"googleLogin": "Login with Google",
|
||
|
"errorSignUp": "Error signing up: {{errorMessage}}",
|
||
|
"mailSended": "Confirmation Email sent, please check your email"
|
||
|
}
|