2024-09-26 13:00:33 +08:00

63 lines
1.7 KiB
JSON

{
"portal": "认证授权",
"cert": "上传证件", "auth": "认证授权", "profile": "用户名片",
"certList": "证件", "memberList": "成员",
"issue": "认证", "revoke": "吊销", "enter": "进入",
"style": {
"issue": "notice",
"revoke": "danger",
"enter": "notice"
},
"icons": {
"auth": "https://img.icons8.com/officel/80/activity-grid.png",
"cert": "https://img.icons8.com/officel/80/activity-grid.png",
"profile": "https://img.icons8.com/officel/80/activity-grid.png"
},
"input": {
"My Auth": "我的认证",
"user_auth_role": "成员角色",
"auth_uid": "认证",
"auth_name": "认证主体",
"auth_type": "认证类型",
"auth_status": "认证状态",
"from_uid": "认证机构"
},
"value": {
"user_auth_role": {
"visitor": "访客",
"creator": "创建人",
"leader": "管理人员",
"worker": "工作人员",
"server": "服务人员",
"style": {
"creator": "danger",
"leader": "danger"
}
},
"auth_type": {
"root": "官方",
"city": "城市",
"personal": "个人",
"service": "服务",
"company": "公司",
"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"
}
},
"auth_status": {
"create": "🕑 待认证",
"request": "🕑 待认证",
"issued": "✅ 已认证",
"revoked": "❌ 已吊销"
}
}
}