S2OJ/web/app/locale/problems/en.php
Baoshuo 0298f95726
All checks were successful
continuous-integration/drone/push Build is passing
chore: update translation
2023-02-12 19:23:23 +08:00

68 lines
2.2 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',
'problem source' => 'Problem Source',
'source code' => 'Source code',
'text file' => 'Text file',
'zip file upload introduction' => function($str) {
return "Please upload the file(s) named as $str. We will unzip any ZIP file that you upload.";
},
'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',
'time limit' => 'Time limit',
'memory limit' => 'Memory limit',
'attachments' => 'Attachments',
'test data' => 'Test data',
'attachments download' => 'Attachments download',
'resources' => 'Resources',
'cannot submit' => 'This problem doesn\'t configured <code>submission_requirement</code>, so it cannot be submitted temporarily.',
];