S2OJ/web/app/locale/contests/en.php
Masco Skray 96d4a3ecf7 style(judger,web): move code out from subfolder "1"
Due to historical reasons, the code is in subfolder "1".
With SVN removal, we place the code back and remove the annoying "1" folder.
2019-06-14 23:34:41 +08:00

30 lines
1019 B
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',
'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'
];