@@ -58,6 +58,7 @@ export const translations: Record<string, any> = {
5858 runToShowOutput : 'Run to show output' ,
5959 timedOut : 'Timed Out' ,
6060 running : 'Running' ,
61+ checking : 'Checking' ,
6162 inputLabel : 'Input:' ,
6263 expectedOutputLabel : 'Expected Output:' ,
6364 receivedOutputLabel : 'Received Output:' ,
@@ -100,6 +101,8 @@ export const translations: Record<string, any> = {
100101 checkerLog : 'Checker Log' ,
101102 checkerInvocation : 'Checker Invocation:' ,
102103 checkerOutput : 'Checker Output:' ,
104+ checkerExitCode : 'Checker Exit Code:' ,
105+ checkerDuration : 'Checker Duration:' ,
103106 argScriptPath :
104107 'The full filesystem path to your Python checker script.' ,
105108 argInputFile :
@@ -165,6 +168,7 @@ export const translations: Record<string, any> = {
165168 runToShowOutput : '运行以显示输出' ,
166169 timedOut : '超时' ,
167170 running : '运行中' ,
171+ checking : '检查中' ,
168172 inputLabel : '输入:' ,
169173 expectedOutputLabel : '预期输出:' ,
170174 receivedOutputLabel : '实际输出:' ,
@@ -206,6 +210,8 @@ export const translations: Record<string, any> = {
206210 checkerLog : '判题日志' ,
207211 checkerInvocation : '判题脚本调用:' ,
208212 checkerOutput : '判题脚本输出:' ,
213+ checkerExitCode : '退出代码:' ,
214+ checkerDuration : '执行耗时:' ,
209215 argScriptPath : '您的 Python 判题脚本的完整文件路径。' ,
210216 argInputFile : '由 CPH 生成的临时文件,包含当前测试用例的输入数据。' ,
211217 argOutputFile : '由 CPH 生成的临时文件,包含您的程序生成的实际输出。' ,
@@ -268,6 +274,7 @@ export const translations: Record<string, any> = {
268274 runToShowOutput : '출력을 보려면 실행하세요' ,
269275 timedOut : '시간 초과' ,
270276 running : '실행 중' ,
277+ checking : '채점 중' ,
271278 inputLabel : '입력:' ,
272279 expectedOutputLabel : '예상 출력:' ,
273280 receivedOutputLabel : '실제 출력:' ,
@@ -309,6 +316,8 @@ export const translations: Record<string, any> = {
309316 checkerLog : '채점 로그' ,
310317 checkerInvocation : '스크립트 호출:' ,
311318 checkerOutput : '스크립트 출력:' ,
319+ checkerExitCode : '종료 코드:' ,
320+ checkerDuration : '실행 시간:' ,
312321 argScriptPath : 'Python 채점 스크립트의 전체 파일 시스템 경로입니다.' ,
313322 argInputFile :
314323 '현재 테스트케이스의 입력 데이터가 포함된 CPH 생성 임시 파일입니다.' ,
@@ -374,6 +383,7 @@ export const translations: Record<string, any> = {
374383 runToShowOutput : '実行して出力を表示' ,
375384 timedOut : 'タイムアウト' ,
376385 running : '実行中' ,
386+ checking : '判定中' ,
377387 inputLabel : '入力:' ,
378388 expectedOutputLabel : '期待される出力:' ,
379389 receivedOutputLabel : '実際の出力:' ,
@@ -416,6 +426,8 @@ export const translations: Record<string, any> = {
416426 checkerLog : '判題ログ' ,
417427 checkerInvocation : 'スクリプト呼び出し:' ,
418428 checkerOutput : 'スクリプト出力:' ,
429+ checkerExitCode : '終了コード:' ,
430+ checkerDuration : '実行時間:' ,
419431 argScriptPath : 'Python 判題スクリプトのフルパスです。' ,
420432 argInputFile :
421433 '現在のテストケースの入力データを含む、CPH が生成したテンポラリファイルです。' ,
0 commit comments