mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
45 lines
1.7 KiB
PHP
45 lines
1.7 KiB
PHP
<?php
|
|
return [
|
|
'new contest' => 'New Contest',
|
|
'current or upcoming contests' => 'Current or upcoming contests',
|
|
'upcoming contests' => 'Upcoming contests',
|
|
'ended contests' => 'Ended contests',
|
|
'back to the contest' => 'Back to the contest',
|
|
'contest' => 'Contest',
|
|
'contest name' => 'Name',
|
|
'start time' => 'Start time',
|
|
'duration' => 'Duration',
|
|
'the number of registrants' => 'Registrants',
|
|
'register' => 'register',
|
|
'registered' => 'registered',
|
|
'not started' => 'not started',
|
|
'in progress' => 'in progress',
|
|
'pending final test' => 'pending final test',
|
|
'final testing' => 'final testing',
|
|
'official results to be announced' => 'official results to be announced',
|
|
'ended' => 'ended',
|
|
'total score' => 'total score',
|
|
'add new contest' => 'Add new contest',
|
|
'contest dashboard' => 'Dashboard',
|
|
'contest submissions' => 'Submissions',
|
|
'contest standings' => 'Standings',
|
|
'after contest standings' => 'After contest standings',
|
|
'contest backstage' => 'Backstage',
|
|
'contest notice' => 'Notice',
|
|
'show all submissions' => "Show everyone's submissions",
|
|
'contest ends in' => 'Contest ends in',
|
|
'contest pending final test' => 'Pending final test',
|
|
'contest final testing' => 'Final testing',
|
|
'contest official results to be announced' => 'Official results to be announced',
|
|
'contest ended' => 'Contest Ended',
|
|
'contest registrants' => 'Registrants',
|
|
'problem self review' => 'Problem self review',
|
|
'contest self review' => 'Contest self review',
|
|
'contest self reviews' => 'Contest self reviews',
|
|
'will start in x days' => function ($x) {
|
|
return "will start in $x " . ($x > 1 ? "days" : "day");
|
|
},
|
|
'links' => 'Links',
|
|
'resources' => 'Resources',
|
|
];
|