S2OJ/web/app/locale/problems/en.php
Baoshuo 886fb1a2fa
All checks were successful
continuous-integration/drone/push Build is passing
feat(problems): remote problems tab
2023-01-29 22:31:02 +08:00

60 lines
1.8 KiB
PHP

<?php
return [
'problem' => 'Problem',
'problem list' => 'Problem List',
'all problems' => 'All Problems',
'template problems' => 'Template Problems',
'remote problems' => 'Remote Problems',
'add new' => 'Add new problem',
'add new list' => 'Add new problem list',
'my problem' => 'My problem',
'title' => 'Title',
'total' => 'Total',
'ac' => 'AC',
'submit' => 'Submit',
'ac ratio' => 'AC Ratio',
'show tags' => 'Show tags',
'show statistics' => 'Show statistics',
'submissions statistics' => 'Submissions statistics',
'statement' => 'Statement',
'custom test' => 'Custom Test',
'manage' => 'Manage',
'solutions' => 'Solutions',
'statistics' => 'Statistics',
'run' => 'Run',
'source code' => 'Source code',
'text file' => 'Text file',
'zip file upload introduction' => function($str) {
return "Upload a .zip file containing $str:";
},
'or upload files one by one' => 'or upload files one by one:',
'accepted submissions' => 'Accepted Submissions',
'fastest' => 'fastest',
'shortest' => 'shortest',
'score distribution' => 'Score distribution',
'prefix sum of score distribution' => 'Prefix sum',
'suffix sum of score distribution' => 'Suffix sum',
'submitter' => 'Submitter',
'hacker' => 'Hacker',
'owner' => 'Owner',
'result' => 'Result',
'used time' => 'Time',
'used memory' => 'Memory',
'language' => 'Language',
'file size' => 'File size',
'submit time' => 'Submit time',
'judge time' => 'Judge time',
'problem id' => 'Problem ID',
'submission' => 'Submission',
'hack' => 'Hack',
'submission id' => 'Submission ID',
'my submissions' => 'My Submissions',
'hacks by me' => 'Hacks by me',
'hacks to me' => 'Hacks to me',
'difficulty' => 'Difficulty',
'show difficulty' => 'Show difficulty',
'tags' => 'Tags',
'historical score' => 'Historical Score',
'uploader' => 'Uploader',
];