2022-10-20 00:44:55 +00:00
|
|
|
<?php
|
|
|
|
return [
|
2022-10-20 11:50:53 +00:00
|
|
|
'user group' => 'User Group',
|
|
|
|
'super user' => 'Super User',
|
|
|
|
'normal user' => 'Normal User',
|
|
|
|
'banned user' => 'Banned User',
|
2022-11-11 23:10:34 +00:00
|
|
|
'tmp user' => 'Temporary User',
|
2022-10-20 03:18:01 +00:00
|
|
|
'real name' => 'Real name',
|
2023-02-14 14:08:41 +00:00
|
|
|
'belongs to these groups' => 'Belongs to these groups',
|
2022-10-20 02:02:53 +00:00
|
|
|
'avatar source' => 'Avatar source',
|
2022-10-20 00:45:23 +00:00
|
|
|
'website' => 'Website',
|
2022-10-20 01:32:34 +00:00
|
|
|
'user type' => 'User type',
|
2022-10-20 00:44:55 +00:00
|
|
|
'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',
|
2022-11-12 06:29:11 +00:00
|
|
|
'expiration time' => 'Expiration time',
|
2022-10-20 00:44:55 +00:00
|
|
|
];
|