mirror of
https://github.com/openmax-server/server.git
synced 2026-05-23 03:51:43 +03:00
ЧС
This commit is contained in:
committed by
GitHub
parent
c3c9be3a30
commit
dfd1954795
@@ -22,6 +22,7 @@ class Static:
|
|||||||
REGISTRATION_SUCCESS = "registration_success"
|
REGISTRATION_SUCCESS = "registration_success"
|
||||||
ACCOUNT_ALREADY_EXISTS = "account_already_exists"
|
ACCOUNT_ALREADY_EXISTS = "account_already_exists"
|
||||||
ID_NOT_WHITELISTED = "id_not_whitelisted"
|
ID_NOT_WHITELISTED = "id_not_whitelisted"
|
||||||
|
ID_BLACKLISTED = "id_blacklisted"
|
||||||
INTERNAL_ERROR = "internal_error"
|
INTERNAL_ERROR = "internal_error"
|
||||||
INCOMING_CODE = "incoming_code"
|
INCOMING_CODE = "incoming_code"
|
||||||
|
|
||||||
@@ -97,6 +98,9 @@ class Static:
|
|||||||
"id_not_whitelisted": """
|
"id_not_whitelisted": """
|
||||||
❌ Ваш ID не находится в белом списке.
|
❌ Ваш ID не находится в белом списке.
|
||||||
""",
|
""",
|
||||||
|
"id_blacklisted": """
|
||||||
|
❌ Ваш ID заблокирован.
|
||||||
|
""",
|
||||||
"internal_error": """
|
"internal_error": """
|
||||||
❌ Ошибка при регистрации аккаунта.
|
❌ Ошибка при регистрации аккаунта.
|
||||||
""",
|
""",
|
||||||
|
|||||||
Reference in New Issue
Block a user