zh-cn.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. return [
  3. 'problem' => '题目',
  4. 'all problems' => '总题库',
  5. 'template problems' => '模板题库',
  6. 'add new' => '添加新题',
  7. 'ac' => 'AC',
  8. 'submit' => '提交',
  9. 'ac rate' => 'AC 率',
  10. 'show tags' => '显示标签',
  11. 'show statistics' => '显示提交情况',
  12. 'statement' => '描述',
  13. 'custom test' => '自定义测试',
  14. 'manage' => '管理',
  15. 'submissions statistics' => '统计提交情况',
  16. 'statistics' => '统计',
  17. 'run' => '运行',
  18. 'source code' => '源文件',
  19. 'text file' => '文本文件',
  20. 'zip file upload introduction' => function($str) {
  21. return "上传一个zip压缩文件,包含 {$str}:";
  22. },
  23. 'or upload files one by one' => '或者逐个上传:',
  24. 'accepted submissions' => '满分提交',
  25. 'fastest' => '最快',
  26. 'shortest' => '最短',
  27. 'score distribution' => '得分分布',
  28. 'prefix sum of score distribution' => '前缀和',
  29. 'suffix sum of score distribution' => '后缀和',
  30. 'submitter' => '提交者',
  31. 'hacker' => 'Hacker',
  32. 'owner' => 'Owner',
  33. 'result' => '结果',
  34. 'used time' => '用时',
  35. 'used memory' => '内存',
  36. 'language' => '语言',
  37. 'file size' => '文件大小',
  38. 'submit time' => '提交时间',
  39. 'judge time' => '测评时间',
  40. 'problem id' => '题目ID',
  41. 'submission' => '提交记录',
  42. 'hack' => 'Hack',
  43. 'submission id' => '提交记录ID',
  44. 'my submissions' => '我的提交记录',
  45. 'hacks by me' => '我的Hack记录',
  46. 'hacks to me' => '我的被Hack记录'
  47. ];