mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-05 01:20:26 +08:00
部分提示支持繁体中文
This commit is contained in:
@@ -117,6 +117,11 @@ func (this *CaptchaValidator) show(actionConfig *CaptchaAction, req requests.Req
|
|||||||
msgPrompt = "请输入上面的验证码"
|
msgPrompt = "请输入上面的验证码"
|
||||||
msgButtonTitle = "提交验证"
|
msgButtonTitle = "提交验证"
|
||||||
msgRequestId = "请求ID"
|
msgRequestId = "请求ID"
|
||||||
|
case "zh-TW":
|
||||||
|
msgTitle = "身份驗證"
|
||||||
|
msgPrompt = "請輸入上面的驗證碼"
|
||||||
|
msgButtonTitle = "提交驗證"
|
||||||
|
msgRequestId = "請求ID"
|
||||||
default:
|
default:
|
||||||
msgTitle = "Verify Yourself"
|
msgTitle = "Verify Yourself"
|
||||||
msgPrompt = "Input verify code above:"
|
msgPrompt = "Input verify code above:"
|
||||||
|
|||||||
Reference in New Issue
Block a user