[exam] add progress do update the same time

This commit is contained in:
xiaomlove
2021-04-27 02:44:44 +08:00
parent 465fd2bca8
commit d1b7561aae
17 changed files with 97 additions and 81 deletions
+4
View File
@@ -324,6 +324,10 @@ $lang_functions = array
'exam_progress_result' => '结果',
'exam_progress_result_pass_yes' => '通过!',
'exam_progress_result_pass_no' => '<bold style="color: red">未通过!</bold>',
'exam_index_' . \App\Models\Exam::INDEX_UPLOADED => '上传量',
'exam_index_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => '平均做种时间',
'exam_index_' . \App\Models\Exam::INDEX_DOWNLOADED => '下载量',
'exam_index_' . \App\Models\Exam::INDEX_BONUS => '魔力值',
);
?>
+13 -1
View File
@@ -316,7 +316,19 @@ $lang_functions = array
'text_required' => '不能為空',
'text_invalid' => '非法',
'text_technical_info' => '技術信息',
'text_technical_info_help_text' => '文件技術信息來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。'
'text_technical_info_help_text' => '文件技術信息來自軟件 <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>,用該軟件打開文件,點擊菜單視圖(View)->文件(Text),在框中右鍵->全選,再右鍵->復制,粘貼到這裏來。',
'exam_name' => '考核名稱',
'exam_time_range' => '考核時間',
'exam_index' => '考核指標',
'exam_require' => '要求',
'exam_progress_current' => '當前',
'exam_progress_result' => '結果',
'exam_progress_result_pass_yes' => '通過!',
'exam_progress_result_pass_no' => '<bold style="color: red">未通過!</bold>',
'exam_index_' . \App\Models\Exam::INDEX_UPLOADED => '上傳量',
'exam_index_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => '平均做種時間',
'exam_index_' . \App\Models\Exam::INDEX_DOWNLOADED => '下載量',
'exam_index_' . \App\Models\Exam::INDEX_BONUS => '魔力值',
);
?>
+13 -1
View File
@@ -317,7 +317,19 @@ $lang_functions = array
'text_required' => 'Required',
'text_invalid' => 'Invalid',
'text_technical_info' => 'Technical Info',
'text_technical_info_help_text' => 'Technical Information comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, click the view menu > text > right click in the box > select all > copy > past into this box.'
'text_technical_info_help_text' => 'Technical Information comes from software <b><a href="https://mediaarea.net/en/MediaInfo" target=\'_blank\'>MediaInfo</a></b>open file, click the view menu > text > right click in the box > select all > copy > past into this box.',
'exam_name' => 'Exam Name',
'exam_time_range' => 'Exam Time',
'exam_index' => 'Exam Index',
'exam_require' => 'Require',
'exam_progress_current' => 'Current',
'exam_progress_result' => 'Result',
'exam_progress_result_pass_yes' => 'Pass!',
'exam_progress_result_pass_no' => '<bold style="color: red">Not Pass!</bold>',
'exam_index_' . \App\Models\Exam::INDEX_UPLOADED => 'Uploaded',
'exam_index_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => 'Seed Time Average',
'exam_index_' . \App\Models\Exam::INDEX_DOWNLOADED => 'Downloaded',
'exam_index_' . \App\Models\Exam::INDEX_BONUS => 'Bonus',
);
?>