From ef2c48daeb5d17d337b1b69a8a697628bbbbe75d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:02:47 +0200 Subject: [PATCH] New translations auth.json (Dutch) --- locales/nl/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/nl/auth.json b/locales/nl/auth.json index fcf5b8b1..d84fdcea 100644 --- a/locales/nl/auth.json +++ b/locales/nl/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mailadres of telefoon niet gevonden", - "INVALID_PASSWORD": "Ongeldig wachtwoord" + "INVALID_PASSWORD": "Ongeldig wachtwoord", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registratie voor nieuwe gebruikers is uitgeschakeld",