S2OJ/web/app/locale/problems/zh-cn.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

48 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'problem' => '题目',
'all problems' => '总题库',
'template problems' => '模板题库',
'add new' => '添加新题',
'ac' => 'AC',
'submit' => '提交',
'ac ratio' => 'AC 率',
'show tags' => '显示标签',
'show statistics' => '显示提交情况',
'statement' => '描述',
'custom test' => '自定义测试',
'manage' => '管理',
'submissions statistics' => '统计提交情况',
'statistics' => '统计',
'run' => '运行',
'source code' => '源文件',
'text file' => '文本文件',
'zip file upload introduction' => function($str) {
return "上传一个zip压缩文件包含 {$str}";
},
'or upload files one by one' => '或者逐个上传:',
'accepted submissions' => '满分提交',
'fastest' => '最快',
'shortest' => '最短',
'score distribution' => '得分分布',
'prefix sum of score distribution' => '前缀和',
'suffix sum of score distribution' => '后缀和',
'submitter' => '提交者',
'hacker' => 'Hacker',
'owner' => 'Owner',
'result' => '结果',
'used time' => '用时',
'used memory' => '内存',
'language' => '语言',
'file size' => '文件大小',
'submit time' => '提交时间',
'judge time' => '测评时间',
'problem id' => '题目ID',
'submission' => '提交记录',
'hack' => 'Hack',
'submission id' => '提交记录ID',
'my submissions' => '我的提交记录',
'hacks by me' => '我的Hack记录',
'hacks to me' => '我的被Hack记录'
];