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

18 lines
627 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Wachtwoord opnieuw instellen",
"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-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 de Woot server. Probeer het opnieuw."
},
"SUBMIT": "Bevestigen"
}
}