@@ -4,6 +4,9 @@ const items = {
"auth.role.manager": "管理员",
"auth.role.editor": "编辑者",
"auth.role.member": "成员",
+ "auth.role.unknown": "未知",
+ "auth.type.user": "用户",
+ "auth.type.group": "群组",
};
export default items;