Co-authored-by: magnus - Norwegian Co-authored-by: Sina Nouri (sina.nouri) - Persian Co-authored-by: Arnaud Dupont (dupont.arnaud.58) - French Co-authored-by: Ilya Konovalenko (ilyakonovalenko) - Russian Co-authored-by: lybtt - Chinese Simplified Co-authored-by: arturczyzewski - Polish Co-authored-by: vfasoulas - Greek Co-authored-by: Thiago Costa Cavalcante (thiagolinocc) - Portuguese, Brazilian Co-authored-by: Yovan Lutfi Arya (Regerta) - Indonesian Co-authored-by: chinyaev - Russian Co-authored-by: this-gavagai - Nepali Co-authored-by: petrs - Czech Co-authored-by: Sin V (jiiniasu) - Swedish Co-authored-by: Ambler (ambler) - Korean Co-authored-by: Nestor Davalos (nestordavalos) - Spanish Co-authored-by: Goudarz Jafari (Goudarz) - Persian Co-authored-by: Pranav <pranav@chatwoot.com>
22 lines
570 B
JSON
22 lines
570 B
JSON
{
|
|
"LOGIN": {
|
|
"TITLE": "Login to Chatwoot",
|
|
"EMAIL": {
|
|
"LABEL": "Email",
|
|
"PLACEHOLDER": "Email eg: someone@example.com"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Password",
|
|
"PLACEHOLDER": "Password"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Login Successful",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later",
|
|
"UNAUTH": "Username / Password Incorrect. Please try again"
|
|
},
|
|
"FORGOT_PASSWORD": "Forgot your password?",
|
|
"CREATE_NEW_ACCOUNT": "Create new account",
|
|
"SUBMIT": "Login"
|
|
}
|
|
}
|