S2OJ/web/app/locale/contests/zh-cn.php
Baoshuo 1b26049ee0
All checks were successful
continuous-integration/drone/push Build is passing
feat: add a page to show all self reviews of a user
2022-09-20 09:50:37 +08:00

34 lines
1.2 KiB
PHP

<?php
return [
'current or upcoming contests' => '正在进行或即将到来的比赛',
'ended contests' => '已结束的比赛',
'back to the contest' => '返回比赛',
'contest' => '比赛',
'contest name' => '比赛名称',
'start time' => '开始时间',
'duration' => '时长',
'the number of registrants' => '报名人数',
'register' => '报名',
'registered' => '已报名',
'in progress' => '正在进行',
'pending final test' => '等待评测',
'final testing' => '正在评测',
'ended' => '已结束',
'add new contest' => '添加比赛',
'contest dashboard' => '比赛主页',
'contest submissions' => '提交记录',
'contest standings' => '排行榜',
'after contest standings' => '赛后排行榜',
'contest backstage' => '大后台',
'contest notice' => '比赛通知',
'show all submissions' => '显示所有提交',
'contest ends in' => '距离比赛结束',
'contest pending final test' => '等待评测',
'contest final testing' => '正在测评',
'contest ended' => '比赛已结束',
'contest registrants' => '报名选手列表',
'problem self review' => '题目总结',
'contest self review' => '比赛总结',
'contest self reviews' => '赛后总结'
];