Files
nexusphp/resources/lang/zh_TW/exam.php
T
2021-04-28 19:44:48 +08:00

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>',
];