diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:48 +0200 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:48 +0200 |
commit | 5312081828c66b760e4ebabb4fab12507647fba1 (patch) | |
tree | 6cd33a39f008de20809456041ab2357fcd65e9c9 | |
parent | New translations auth.json (Finnish) (diff) | |
download | server-5312081828c66b760e4ebabb4fab12507647fba1.tar.xz |
New translations auth.json (Polish)
-rw-r--r-- | api/locales/pl/auth.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/pl/auth.json b/api/locales/pl/auth.json index 711cb4d7..ff17f237 100644 --- a/api/locales/pl/auth.json +++ b/api/locales/pl/auth.json @@ -2,7 +2,9 @@ "login": { "INVALID_LOGIN": "E-mail lub numer telefonu nie został znaleziony", "INVALID_PASSWORD": "Nieprawidłowe hasło", - "ACCOUNT_DISABLED": "To konto jest nieaktywne" + "ACCOUNT_DISABLED": "To konto jest nieaktywne", + "INVALID_TOTP_CODE": "Invalid two-factor code.", + "INVALID_TOTP_SECRET": "Invalid two-factor secret." }, "register": { "REGISTRATION_DISABLED": "Rejestracja nowych użytkowników jest wyłączona", |