summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2022-08-06 02:44:25 +0200
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2022-08-06 02:44:25 +0200
commitec6a16f21d9a9f0b851c8d7e8dbfeac6f9274589 (patch)
treee88fcb2719006ed21fafed1992a8b6a8b09a3e27
parentNew translations auth.json (Persian) (diff)
downloadserver-ec6a16f21d9a9f0b851c8d7e8dbfeac6f9274589.tar.xz
New translations auth.json (Russian)
-rw-r--r--api/locales/ru/auth.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/locales/ru/auth.json b/api/locales/ru/auth.json
index 39a75b61..be7ac845 100644
--- a/api/locales/ru/auth.json
+++ b/api/locales/ru/auth.json
@@ -2,7 +2,9 @@
 	"login": {
 		"INVALID_LOGIN": "Данный адрес электронной почты или телефона не найден",
 		"INVALID_PASSWORD": "Неверный пароль",
-		"ACCOUNT_DISABLED": "Этот аккаунт отключён"
+		"ACCOUNT_DISABLED": "Этот аккаунт отключён",
+		"INVALID_TOTP_CODE": "Invalid two-factor code.",
+		"INVALID_TOTP_SECRET": "Invalid two-factor secret."
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Регистрация новых пользователей отключена",