diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:17 +0200 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2022-08-06 02:44:17 +0200 |
commit | 16017e85ddf75cdae3e41f18ec08c9bcfce0c0c2 (patch) | |
tree | cec3b96b89a4b60548a8095bedfc4e33e3d80119 | |
parent | New translations auth.json (Serbian (Cyrillic)) (diff) | |
download | server-16017e85ddf75cdae3e41f18ec08c9bcfce0c0c2.tar.xz |
New translations auth.json (Swedish)
-rw-r--r-- | api/locales/sv/auth.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/sv/auth.json b/api/locales/sv/auth.json index 04e55752..573e685d 100644 --- a/api/locales/sv/auth.json +++ b/api/locales/sv/auth.json @@ -2,7 +2,9 @@ "login": { "INVALID_LOGIN": "E-post eller telefon hittades inte", "INVALID_PASSWORD": "Ogiltigt lösenord", - "ACCOUNT_DISABLED": "Detta konto är inaktiverat" + "ACCOUNT_DISABLED": "Detta konto är inaktiverat", + "INVALID_TOTP_CODE": "Invalid two-factor code.", + "INVALID_TOTP_SECRET": "Invalid two-factor secret." }, "register": { "REGISTRATION_DISABLED": "Registrering av nya användare är inaktiverat", |