merge: 同步 upstream/main 新功能到定制版本
- feat: Add slider verification code (bd67997) - fix bug: Inventory cannot be zero (1f7a6ee) - fix: resolve merge conflicts and lint errors
This commit is contained in:
@@ -6,7 +6,21 @@
|
||||
"noImage": "No Image",
|
||||
"placeholder": "Enter captcha code...",
|
||||
"refresh": "Refresh captcha",
|
||||
"required": "Please enter captcha code"
|
||||
"required": "Please enter captcha code",
|
||||
"sliderRequired": "Please complete the slider verification",
|
||||
"slider": {
|
||||
"clickToVerify": "Click to verify",
|
||||
"fail": "Try again",
|
||||
"hint": "Drag the piece to fit the puzzle",
|
||||
"success": "Verified",
|
||||
"title": "Security Verification"
|
||||
},
|
||||
"turnstile": {
|
||||
"cancel": "Cancel",
|
||||
"clickToVerify": "Click to verify",
|
||||
"success": "Verified",
|
||||
"title": "Security Verification"
|
||||
}
|
||||
},
|
||||
"get": "Get Code",
|
||||
"login": {
|
||||
|
||||
@@ -6,7 +6,21 @@
|
||||
"noImage": "无图片",
|
||||
"placeholder": "请输入验证码...",
|
||||
"refresh": "刷新验证码",
|
||||
"required": "请输入验证码"
|
||||
"required": "请输入验证码",
|
||||
"sliderRequired": "请完成滑块验证",
|
||||
"slider": {
|
||||
"clickToVerify": "点击进行验证",
|
||||
"fail": "请重试",
|
||||
"hint": "拖动拼图块到对应位置",
|
||||
"success": "验证成功",
|
||||
"title": "安全验证"
|
||||
},
|
||||
"turnstile": {
|
||||
"cancel": "取消",
|
||||
"clickToVerify": "点击进行验证",
|
||||
"success": "验证成功",
|
||||
"title": "安全验证"
|
||||
}
|
||||
},
|
||||
"get": "获取验证码",
|
||||
"login": {
|
||||
|
||||
Reference in New Issue
Block a user