25 lines
714 B
PHP
Raw Normal View History

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