mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 11:18:42 +00:00
16 lines
388 B
PHP
16 lines
388 B
PHP
<?php
|
|
return [
|
|
'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',
|
|
];
|