S2OJ/web/app/locale/contests/en.php
Baoshuo 29bcf3b8da
Some checks reported errors
continuous-integration/drone/push Build was killed
fix: 83488ad7cf
2022-09-25 20:54:32 +08:00

37 lines
1.3 KiB
PHP

<?php
return [
'current or upcoming contests' => 'Current or 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',
'in progress' => 'in progress',
'pending final test' => 'pending final test',
'final testing' => 'final testing',
'ended' => 'ended',
'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 all submissions',
'contest ends in' => 'Contest ends in',
'contest pending final test' => 'Pending final test',
'contest final testing' => 'Final testing',
'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");
},
];