community/src/gonganxitong/portal.json
jingganjiaoyu 99f04b17b9 opt some
2024-09-07 17:11:02 +08:00

133 lines
4.3 KiB
JSON

{
"portal": "用户场景",
"placeCreate": "创建", "placeRemove": "删除", "placeAuth": "认证",
"placeSearch": "搜索", "scanQRCode": "扫码",
"qrcode": "场景码", "event": "事件流", "apply": "权限申请", "allow": "权限审批",
"email": "邮箱配置", "member": "场景成员", "placeUser": "场景成员",
"notice": "通知公告", "domain": "领域分类",
"market": "人民广场", "message": "消息待办", "recent": "最近访问", "service": "服务发现", "support": "客服支持",
"cancel": "取消", "submit": "提交", "finish": "完成", "reject": "驳回", "approve": "通过",
"read": "已读", "done": "完成", "sticky": "置顶", "unSticky": "取消置顶",
"autogen": "生成", "compile": "编译", "oauth": "授权", "project": "项目",
"icons": {
"qrcode": "https://img.icons8.com/officel/80/qr-code.png",
"event": "https://img.icons8.com/officel/80/property-with-timer.png",
"apply": "https://img.icons8.com/officel/80/edit-property.png",
"allow": "https://img.icons8.com/officel/80/receipt-approved.png",
"email": "https://img.icons8.com/officel/80/reading-confirmation.png",
"notice": "https://img.icons8.com/officel/80/commercial.png",
"member": "https://img.icons8.com/officel/80/person-at-home.png",
"domain": "https://img.icons8.com/officel/80/categorize.png",
"market": "https://img.icons8.com/officel/80/square.png",
"message": "https://img.icons8.com/officel/80/test-partial-passed.png",
"recent": "https://img.icons8.com/officel/80/multiple-smartphones.png",
"service": "https://img.icons8.com/officel/80/activity-grid.png",
"support": "https://img.icons8.com/officel/80/customer-support.png"
},
"style": {
"placeRemove": "danger"
},
"input": {
"My Place": "我的场景",
"user_uid": "用户",
"user_name": "用户昵称",
"user_avatar": "用户头像",
"user_place_role": "用户角色",
"place_uid": "场景",
"place_name": "场景名称",
"place_type": "场景类型",
"place_address": "场景地址",
"message_status": "消息状态",
"street_name": "街道名称",
"company_name": "公司名称",
"city_name": "城市名称",
"auth_name": "认证主体",
"domain_uid": "领域分类",
"auth_status": "认证状态",
"service_name": "服务名称",
"qrcode_type": "链接类型",
"apply_status": "申请状态",
"allow_status": "审批状态",
"begin_time": "起始时间",
"end_time": "结束时间",
"cancel_time": "取消时间",
"finish_time": "完成时间",
"created_at": "创建时间",
"operator": "操作人",
"operate": "操作",
"init": "初始化",
"info": "详情",
"class": "基类",
"table": "应用"
},
"value": {
"auth_status": {
"create": "🕑 待认证",
"request": "🕑 待认证",
"issued": "✅ 已认证",
"revoked": "❌ 已吊销"
},
"apply_status": {
"create": "🕑 待提交",
"cancel": "❌ 已取消",
"submit": "🕑 已提交",
"rejected": "❌ 已驳回",
"approved": "✅ 已通过"
},
"allow_status": {
"create": "🕑 待审批",
"rejected": "❌ 已驳回",
"approved": "✅ 已通过"
},
"user_place_role": {
"visitor": "访客",
"creator": "创建人",
"landlord": "房东",
"tenant": "租客",
"admin": "管理员",
"style": {
"creator": "danger",
"landlord": "danger"
}
},
"message_status": {
"create": "未读",
"read": "待办",
"done": "完成",
"style": {
"create": "danger"
}
},
"service_type": {
"worker": "空间"
},
"service_status": {
"online": "在线"
},
"qrcode_type": {
"portal": "门户首页",
"apply": "权限申请"
},
"place_type": {
"house": "住宅",
"hotel": "宾馆",
"store": "商铺",
"school": "学校",
"office": "办公",
"public": "公共",
"factory": "工厂",
"hospital": "医院",
"icons": {
"house": "https://img.icons8.com/officel/80/cottage.png",
"hotel": "https://img.icons8.com/officel/80/5-star-hotel.png",
"store": "https://img.icons8.com/officel/80/online-store.png",
"school": "https://img.icons8.com/officel/80/classroom.png",
"office": "https://img.icons8.com/officel/80/building.png",
"public": "https://img.icons8.com/officel/80/university.png",
"factory": "https://img.icons8.com/officel/80/manufacturing.png",
"hospital": "https://img.icons8.com/officel/80/clinic.png"
}
}
}
}