diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:47 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:47 +0200 |
commit | ef2c48daeb5d17d337b1b69a8a697628bbbbe75d (patch) | |
tree | ee8b22e4d725d27949d8f3e2dec1e2abc1a624a6 | |
parent | New translations auth.json (Esperanto) (diff) | |
download | server-ef2c48daeb5d17d337b1b69a8a697628bbbbe75d.tar.xz |
New translations auth.json (Dutch)
-rw-r--r-- | locales/nl/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |