mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 17:28:41 +00:00
25 lines
713 B
PHP
25 lines
713 B
PHP
<?php
|
|
return [
|
|
'user group' => 'User Group',
|
|
'super user' => 'Super User',
|
|
'normal user' => 'Normal User',
|
|
'banned user' => 'Banned User',
|
|
'tmp user' => 'Temporary User',
|
|
'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',
|
|
'expiration time' => 'Expiration time',
|
|
];
|