Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Pranav <pranav@chatwoot.com>
28 lines
980 B
JSON
28 lines
980 B
JSON
{
|
|
"LOGIN": {
|
|
"TITLE": "Entrar no Chatwoot",
|
|
"EMAIL": {
|
|
"LABEL": "E-mail",
|
|
"PLACEHOLDER": "Empresa{'@'}suaempresa.com.br",
|
|
"ERROR": "Por favor, insira um endereço de e-mail válido"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Palavra-passe",
|
|
"PLACEHOLDER": "Palavra-passe"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Login bem-sucedido",
|
|
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente.",
|
|
"UNAUTH": "E-mail ou palavra-passe incorretos. Por favor, tente novamente."
|
|
},
|
|
"OAUTH": {
|
|
"GOOGLE_LOGIN": "Iniciar sessão com o Google",
|
|
"BUSINESS_ACCOUNTS_ONLY": "Por favor, use o endereço de e-mail da empresa para iniciar sessão",
|
|
"NO_ACCOUNT_FOUND": "Não conseguimos encontrar uma conta com o seu endereço de e-mail."
|
|
},
|
|
"FORGOT_PASSWORD": "Esqueceu-se da sua palavra-passe?",
|
|
"CREATE_NEW_ACCOUNT": "Criar nova conta",
|
|
"SUBMIT": "Iniciar sessão"
|
|
}
|
|
}
|