From 090287f37eb7ff8caf6809966094a330287d8e77 Mon Sep 17 00:00:00 2001 From: Sam <100821827+01101sam@users.noreply.github.com> Date: Tue, 5 Jul 2022 19:19:12 +0800 Subject: [PATCH] Update - v2.2 --- v2.2.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/v2.2.py b/v2.2.py index d991f08..713cfcb 100644 --- a/v2.2.py +++ b/v2.2.py @@ -109,6 +109,10 @@ "User %s has been %s.", "已对用户 %s 执行`%s`操作" ], + "verify_log_passed": [ + "User %s has passed the %s captcha.", + "用户 %s 已通过`%s`验证" + ], "verify_challenge": [ "Please answer this question to prove you are human (1 chance)", "请回答这个问题证明您不是机器人 (一次机会)" @@ -125,6 +129,10 @@ "Verification failed.", "验证失败" ], + "verify_timeout": [ + "Verification timeout.", + "验证超时" + ], # Sticker "verify_send_sticker": [ "Please send a sticker to me.",