summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2022-08-06 02:44:17 +0200
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2022-08-06 02:44:17 +0200
commit16017e85ddf75cdae3e41f18ec08c9bcfce0c0c2 (patch)
treecec3b96b89a4b60548a8095bedfc4e33e3d80119
parentNew translations auth.json (Serbian (Cyrillic)) (diff)
downloadserver-16017e85ddf75cdae3e41f18ec08c9bcfce0c0c2.tar.xz
New translations auth.json (Swedish)
-rw-r--r--api/locales/sv/auth.json4
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",