improve exam index translation

This commit is contained in:
xiaomlove
2022-02-22 14:02:29 +08:00
parent f97472fcf0
commit d8cc4dc972
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ return [
'name' => 'Exam name',
'index' => 'Exam index',
'time_range' => 'Exam time',
'index_text_' . \App\Models\Exam::INDEX_UPLOADED => 'Uploaded',
'index_text_' . \App\Models\Exam::INDEX_UPLOADED => 'Upload increment',
'index_text_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => 'Seed time average',
'index_text_' . \App\Models\Exam::INDEX_DOWNLOADED => 'Downloaded',
'index_text_' . \App\Models\Exam::INDEX_DOWNLOADED => 'Download increment',
'index_text_' . \App\Models\Exam::INDEX_SEED_BONUS => 'Bonus increment',
'require_value' => 'Require',
'current_value' => 'Current',