- feat: Add slider verification code (bd67997) - fix bug: Inventory cannot be zero (1f7a6ee) - fix: resolve merge conflicts and lint errors
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"captcha": {
|
|
"clickToRefresh": "点击刷新",
|
|
"noImage": "无图片",
|
|
"placeholder": "请输入验证码...",
|
|
"refresh": "刷新验证码",
|
|
"required": "请输入验证码",
|
|
"sliderRequired": "请完成滑块验证",
|
|
"slider": {
|
|
"clickToVerify": "点击进行验证",
|
|
"fail": "请重试",
|
|
"hint": "拖动拼图块到对应位置",
|
|
"success": "验证成功",
|
|
"title": "安全验证"
|
|
},
|
|
"turnstile": {
|
|
"cancel": "取消",
|
|
"clickToVerify": "点击进行验证",
|
|
"success": "验证成功",
|
|
"title": "安全验证"
|
|
}
|
|
},
|
|
"check": {
|
|
"description": "验证您的身份",
|
|
"title": "验证"
|
|
},
|
|
"get": "获取验证码",
|
|
"login": {
|
|
"description": "输入您的凭据以继续",
|
|
"email": "请输入有效的邮箱地址",
|
|
"emailPlaceholder": "输入您的邮箱...",
|
|
"forgotPassword": "忘记密码?",
|
|
"passwordPlaceholder": "输入您的密码...",
|
|
"registerAccount": "注册账号",
|
|
"success": "登录成功!",
|
|
"title": "登录"
|
|
},
|
|
"logout": "退出登录",
|
|
"register": {
|
|
"codePlaceholder": "输入验证码...",
|
|
"description": "创建一个新账号",
|
|
"email": "请输入有效的邮箱地址",
|
|
"emailPlaceholder": "输入您的邮箱...",
|
|
"existingAccount": "已有账号?",
|
|
"invite": "邀请码(可选)",
|
|
"message": "注册功能暂时不可用",
|
|
"passwordMismatch": "两次密码输入不一致",
|
|
"passwordPlaceholder": "输入您的密码...",
|
|
"repeatPasswordPlaceholder": "再次输入密码...",
|
|
"success": "注册成功!",
|
|
"switchToLogin": "登录",
|
|
"title": "注册",
|
|
"whitelist": "该邮箱域名不在白名单中"
|
|
},
|
|
"reset": {
|
|
"codePlaceholder": "输入验证码...",
|
|
"description": "重置您的密码",
|
|
"email": "请输入有效的邮箱地址",
|
|
"emailPlaceholder": "输入您的邮箱...",
|
|
"existingAccount": "记得密码了?",
|
|
"passwordPlaceholder": "输入您的新密码...",
|
|
"success": "密码重置成功!",
|
|
"switchToLogin": "登录",
|
|
"title": "重置密码"
|
|
}
|
|
}
|