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:
@@ -4,7 +4,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"
|
||||
}
|
||||
},
|
||||
"check": {
|
||||
"description": "Verify your identity",
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
"confirmDeleteTitle": "Delete this node?",
|
||||
"copied": "Copied",
|
||||
"copy": "Copy",
|
||||
"create": "Create",
|
||||
"create": "Create Landing Node",
|
||||
"created": "Created",
|
||||
"delete": "Delete",
|
||||
"deleted": "Deleted",
|
||||
"drawerCreateTitle": "Create Node",
|
||||
"drawerCreateTitle": "Create Landing Node",
|
||||
"drawerEditTitle": "Edit Node",
|
||||
"edit": "Edit",
|
||||
"enabled": "Enabled",
|
||||
|
||||
@@ -126,9 +126,10 @@
|
||||
"userSecuritySettings": "User & Security",
|
||||
"verify": {
|
||||
"captchaType": "Captcha Type",
|
||||
"captchaTypeDescription": "Choose between local image captcha (offline) or Cloudflare Turnstile",
|
||||
"captchaTypeDescription": "Choose between local image captcha, local slider captcha (offline) or Cloudflare Turnstile",
|
||||
"captchaTypeLocal": "Local Image Captcha",
|
||||
"captchaTypePlaceholder": "Select captcha type",
|
||||
"captchaTypeSlider": "Local Slider Captcha",
|
||||
"captchaTypeTurnstile": "Cloudflare Turnstile",
|
||||
"description": "Configure captcha type and verification settings",
|
||||
"enableAdminLoginCaptcha": "Enable Admin Authentication Captcha",
|
||||
|
||||
Reference in New Issue
Block a user