Chatwoot/app/javascript/dashboard/i18n/locale/nl/resetPassword.json

16 lines
441 B
JSON
Raw Normal View History

{
"RESET_PASSWORD": {
"TITLE": "Wachtwoord opnieuw instellen",
"EMAIL": {
"LABEL": "E-mailadres",
"PLACEHOLDER": "Voer uw e-mailadres in",
"ERROR": "Voer een geldig e-mailadres in"
},
"API": {
"SUCCESS_MESSAGE": "Wachtwoord reset link is verstuurd naar uw e-mail",
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
},
"SUBMIT": "Bevestigen"
}
}