27 lines
806 B
JSON
27 lines
806 B
JSON
{
|
|
"LOGIN": {
|
|
"TITLE": "Kirjaudu sisään Chatwootiin",
|
|
"EMAIL": {
|
|
"LABEL": "Sähköposti",
|
|
"PLACEHOLDER": "example@companyname.com"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Salasana",
|
|
"PLACEHOLDER": "Salasana"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Login successful",
|
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again.",
|
|
"UNAUTH": "Username or password is incorrect. Please try again."
|
|
},
|
|
"OAUTH": {
|
|
"GOOGLE_LOGIN": "Login with Google",
|
|
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
|
|
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
|
|
},
|
|
"FORGOT_PASSWORD": "Salasana unohtunut?",
|
|
"CREATE_NEW_ACCOUNT": "Luo uusi tili",
|
|
"SUBMIT": "Kirjaudu"
|
|
}
|
|
}
|