Files
leadchat/app/javascript/dashboard/i18n/locale/pt/resetPassword.json
2023-08-15 13:47:38 -07:00

18 lines
631 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Redefinir senha",
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
"EMAIL": {
"LABEL": "e-mail",
"PLACEHOLDER": "Por favor, digite seu e-mail.",
"ERROR": "Por favor, digite um e-mail válido."
},
"API": {
"SUCCESS_MESSAGE": "Link para redefinir a senha foi enviado para seu e-mail.",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot. Por favor, tente novamente."
},
"SUBMIT": "submeter"
}
}