S2OJ/web/app/locale/user/en.php
Baoshuo 6b20408fc1
All checks were successful
continuous-integration/drone/push Build is passing
feat(web/user/edit): edit real name
2022-10-20 11:18:01 +08:00

19 lines
512 B
PHP

<?php
return [
'real name' => 'Real name',
'belongs to these groups' => 'Belongs to these groups:',
'avatar source' => 'Avatar source',
'website' => 'Website',
'user type' => 'User type',
'admin' => 'Admin',
'student' => 'Student',
'teacher' => 'Teacher',
'problem uploader' => 'Problem Uploader',
'problem manager' => 'Problem Manager',
'contest judger' => 'Contest Judger',
'contest only' => 'Contest Only',
'last active at' => 'Last active at',
'online' => 'Online',
'offline' => 'Offline',
];