S2OJ/web/app/locale/user/zh-cn.php

19 lines
518 B
PHP
Raw Normal View History

2022-10-20 00:44:55 +00:00
<?php
return [
2022-10-20 03:18:01 +00:00
'real name' => '真实姓名',
2022-10-20 02:51:56 +00:00
'belongs to these groups' => '属于这些小组:',
2022-10-20 02:02:53 +00:00
'avatar source' => '头像来源',
2022-10-20 00:45:23 +00:00
'website' => '网址',
2022-10-20 01:32:34 +00:00
'user type' => '用户类型',
2022-10-20 00:44:55 +00:00
'admin' => '管理员',
'student' => '学生',
'teacher' => '老师',
'problem uploader' => '题目上传者',
'problem manager' => '题目管理员',
'contest judger' => '比赛评测员',
'contest only' => '仅比赛用户',
'online' => '在线',
'offline' => '离线',
'last active at' => '最后活动于',
];