S2OJ/web/app/locale/problems/zh-cn.php

68 lines
2.2 KiB
PHP
Raw Normal View History

2016-07-18 16:39:37 +00:00
<?php
return [
'problem' => '题目',
2022-09-18 11:34:17 +00:00
'problem list' => '题单',
2016-07-18 16:39:37 +00:00
'all problems' => '总题库',
'template problems' => '模板题库',
2023-01-29 14:31:02 +00:00
'remote problems' => '远程题库',
2016-07-18 16:39:37 +00:00
'add new' => '添加新题',
2022-09-18 11:34:17 +00:00
'add new list' => '添加新题单',
2022-10-08 04:07:49 +00:00
'my problem' => '我的题目',
2022-09-18 11:34:17 +00:00
'title' => '标题',
'total' => '总题数',
2016-07-18 16:39:37 +00:00
'ac' => 'AC',
'submit' => '提交',
'ac ratio' => 'AC 率',
'show tags' => '显示标签',
'show statistics' => '显示提交情况',
'statement' => '描述',
'custom test' => '自定义测试',
'manage' => '管理',
'submissions statistics' => '统计提交情况',
'statistics' => '统计',
2022-09-28 11:48:49 +00:00
'solutions' => '题解',
2023-02-12 11:23:23 +00:00
'problem source' => '题目来源',
2016-07-18 16:39:37 +00:00
'run' => '运行',
'source code' => '源代码',
2016-07-18 16:39:37 +00:00
'text file' => '文本文件',
2023-02-12 11:23:23 +00:00
'zip file upload introduction' => function ($str) {
2023-02-02 02:29:29 +00:00
return "请上传你要提交的文件,并命名为 {$str}。如果你提交了 zip 压缩包,我们会为你自动解压。";
2016-07-18 16:39:37 +00:00
},
'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记录',
2022-09-29 02:10:24 +00:00
'hacks to me' => '我的被Hack记录',
'difficulty' => '难度',
'show difficulty' => '显示难度',
2022-12-23 13:41:46 +00:00
'tags' => '标签',
'historical score' => '历史分数',
'uploader' => '上传者',
2023-02-12 11:23:23 +00:00
'time limit' => '时间限制',
'memory limit' => '内存限制',
'attachments' => '附件',
'test data' => '测试数据',
'attachments download' => '附件下载',
'resources' => '相关资源',
'cannot submit' => '当前题目未配置 <code>submission_requirement</code>,暂时无法提交。'
2016-07-18 16:39:37 +00:00
];