mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-06 00:57:30 +08:00
17 lines
598 B
PHP
17 lines
598 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => '考核名稱',
|
|
'index' => '考核指標',
|
|
'time_range' => '考核時間',
|
|
'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_BONUS => '魔力',
|
|
'require_value' => '要求',
|
|
'current_value' => '當前',
|
|
'result' => '結果',
|
|
'result_pass' => '通過!',
|
|
'result_not_pass' => '<bold color="red">未通過!</bold>',
|
|
];
|