S2OJ/web/app/locale/user/en.php

18 lines
483 B
PHP
Raw Normal View History

2022-10-20 00:44:55 +00:00
<?php
return [
2022-10-20 02:51:56 +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',
];