oak-pay-business/es/oak-app-domain/Captcha/locales/zh_CN.json

35 lines
820 B
JSON

{
"name": "验证码",
"attr": {
"origin": "源",
"content": "内容",
"code": "验证码",
"visitorId": "用户标识",
"reason": "失败原因",
"env": "用户环境",
"expired": "是否过期",
"expiresAt": "过期时间",
"iState": "状态",
"type": "类型",
"application": "应用"
},
"action": {
"send": "发送",
"fail": "失败",
"success": "成功"
},
"v": {
"iState": {
"unsent": "未发送",
"sending": "发送中",
"sent": "已发送",
"failure": "已失败"
},
"type": {
"login": "登录",
"changePassword": "修改密码",
"confirm": "校验"
}
}
}