diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:32 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:32 +0200 |
commit | 74046235f9cf24ae50b0006ccfa0d665967ab576 (patch) | |
tree | 9a25f8457c8e88aee5bb11c435a6cba6303673c0 | |
parent | New translations auth.json (Turkish) (diff) | |
download | server-74046235f9cf24ae50b0006ccfa0d665967ab576.tar.xz |
New translations auth.json (Norwegian)
-rw-r--r-- | locales/no/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/no/auth.json b/locales/no/auth.json index 0fe1957d..2c0ea29e 100644 --- a/locales/no/auth.json +++ b/locales/no/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "Fant ikke e-postadresse eller telefon", - "INVALID_PASSWORD": "Ugyldig passord" + "INVALID_PASSWORD": "Ugyldig passord", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Ny brukerregistrering er deaktivert", |