diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:03:01 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:03:01 +0200 |
commit | 3cd552aec8de228ef792997c8f9c86740fb918c5 (patch) | |
tree | fc7c87f52be9261117e23bbaab54d424c19aea81 /locales/da/auth.json | |
parent | New translations auth.json (Czech) (diff) | |
download | server-3cd552aec8de228ef792997c8f9c86740fb918c5.tar.xz |
New translations auth.json (Danish)
Diffstat (limited to 'locales/da/auth.json')
-rw-r--r-- | locales/da/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/da/auth.json b/locales/da/auth.json index 853b2148..87465404 100644 --- a/locales/da/auth.json +++ b/locales/da/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail eller telefon ikke fundet", - "INVALID_PASSWORD": "Ugyldig Adgangskode" + "INVALID_PASSWORD": "Ugyldig Adgangskode", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Ny brugerregistrering er deaktiveret", |