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

16 lines
395 B
PHP
Raw Normal View History

2022-10-20 00:44:55 +00:00
<?php
return [
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' => '最后活动于',
];