2024-11-26 23:12:41 +08:00

75 lines
2.1 KiB
JSON

{
"portal": "认证授权",
"cert": "上传证件", "auth": "认证授权", "admin": "管理后台", "profile": "用户名片",
"certList": "证件", "memberList": "成员",
"issue": "认证", "revoke": "吊销", "enter": "进入",
"verify": "验证",
"style": {
"issue": "notice",
"revoke": "danger",
"enter": "notice"
},
"icons": {
"cert": "https://img.icons8.com/officel/80/identification-documents--v2.png",
"auth": "https://img.icons8.com/officel/80/id-verified.png",
"admin": "https://img.icons8.com/officel/80/structured-document-data.png",
"profile": "https://img.icons8.com/officel/80/passport.png"
},
"input": {
"My Auth": "我的认证",
"user_auth_role": "成员角色",
"auth_uid": "认证",
"auth_name": "认证主体",
"auth_type": "认证类型",
"auth_status": "认证状态",
"mobile": "手机号",
"verify": "验证码",
"from_uid": "认证机构",
"icons": {
"mobile": "bi bi-phone",
"verify": "bi bi-123"
}
},
"value": {
"user_auth_role": {
"visitor": "访客",
"creator": "创建人",
"leader": "管理人员",
"worker": "工作人员",
"server": "服务人员",
"style": {
"creator": "danger",
"leader": "danger"
}
},
"auth_type": {
"root": "官方",
"city": "城市",
"personal": "个人",
"service": "服务",
"company": "公司",
"school": "学校",
"street": "街道",
"style": {
"root": "danger",
"city": "danger",
"personal": "danger"
},
"icons": {
"root": "https://img.icons8.com/officel/80/console.png",
"city": "https://img.icons8.com/officel/80/city-buildings.png",
"personal": "https://img.icons8.com/officel/80/identification-documents--v1.png",
"service": "https://img.icons8.com/officel/80/meeting-room.png",
"company": "https://img.icons8.com/officel/80/organization.png",
"school": "https://img.icons8.com/officel/80/school.png",
"street": "https://img.icons8.com/officel/80/building.png"
}
},
"auth_status": {
"create": "🕑 待认证",
"request": "🕑 待认证",
"issued": "✅ 已认证",
"revoked": "❌ 已吊销"
}
}
}