Files
leadchat/app/javascript/dashboard/i18n/locale/es/resetPassword.json
Chatwoot Bot be3c75e858 chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

16 lines
454 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Restablecer contraseña",
"EMAIL": {
"LABEL": "E-mail",
"PLACEHOLDER": "Por favor ingrese su email.",
"ERROR": "Por favor ingrese un email válido."
},
"API": {
"SUCCESS_MESSAGE": "El enlace para restablecer la contraseña ha sido enviado a tu correo electrónico.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "Enviar"
}
}