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' => '考核名稱',
'index' => '考核指標',
'time_range' => '考核時間',
'index_text_' . \App\Models\Exam::INDEX_UPLOADED => '上傳量',
'index_text_' . \App\Models\Exam::INDEX_UPLOADED => '上傳量',
'index_text_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => '平均做種時間',
'index_text_' . \App\Models\Exam::INDEX_DOWNLOADED => '下載量',
'index_text_' . \App\Models\Exam::INDEX_DOWNLOADED => '下載量',
'index_text_' . \App\Models\Exam::INDEX_SEED_BONUS => '魔力增量',
'require_value' => '要求',
'current_value' => '當前',