summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-10 21:02:30 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-10 21:02:30 +0200
commit7a0089b4cf5e0b3a93e2db7e017feff589a1a1b8 (patch)
tree0a2bfb01a82a0d259ebc8ab00f246631407822fc
parentnpm i @fosscord/server-util@1.3.37 (diff)
downloadserver-7a0089b4cf5e0b3a93e2db7e017feff589a1a1b8.tar.xz
New translations auth.json (Russian)
-rw-r--r--locales/ru/auth.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/ru/auth.json b/locales/ru/auth.json
index a586c697..b63ac34f 100644
--- a/locales/ru/auth.json
+++ b/locales/ru/auth.json
@@ -1,7 +1,8 @@
 {
 	"login": {
 		"INVALID_LOGIN": "Данный адрес электронной почты или телефон не найден",
-		"INVALID_PASSWORD": "Неверный пароль"
+		"INVALID_PASSWORD": "Неверный пароль",
+		"ACCOUNT_DISABLED": "This account is disabled"
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Регистрация нового пользователя отключена",