S2OJ/web/app/locale/user/zh-cn.php
Baoshuo d7f5d58eb7
All checks were successful
continuous-integration/drone/push Build is passing
refactor(user): user info
2023-02-14 22:08:41 +08:00

25 lines
718 B
PHP

<?php
return [
'user group' => '用户类别',
'super user' => '超级用户',
'normal user' => '普通用户',
'banned user' => '封禁用户',
'tmp user' => '临时用户',
'real name' => '真实姓名',
'belongs to these groups' => '属于这些小组',
'avatar source' => '头像来源',
'website' => '网址',
'user type' => '用户类型',
'admin' => '管理员',
'student' => '学生',
'teacher' => '老师',
'problem uploader' => '题目上传者',
'problem manager' => '题目管理员',
'contest judger' => '比赛评测员',
'contest only' => '仅比赛用户',
'online' => '在线',
'offline' => '离线',
'last active at' => '最后活动于',
'expiration time' => '过期时间',
];