diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:33 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:33 +0200 |
commit | e111e9bbae06e6e3cfd8a2275a5213e06461f416 (patch) | |
tree | d8858d2b851e8b96e46a208d97bdef05c0d444f1 | |
parent | New translations auth.json (Norwegian) (diff) | |
download | server-e111e9bbae06e6e3cfd8a2275a5213e06461f416.tar.xz |
New translations auth.json (Polish)
-rw-r--r-- | locales/pl/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/pl/auth.json b/locales/pl/auth.json index fb453044..f62c56db 100644 --- a/locales/pl/auth.json +++ b/locales/pl/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail lub telefon nie znaleziony", - "INVALID_PASSWORD": "Nieprawidłowe hasło" + "INVALID_PASSWORD": "Nieprawidłowe hasło", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Rejestracja nowego użytkownika jest wyłączona", |