mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 06:37:28 +08:00
locale + exam assign and checkout cronjob
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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>',
|
||||
];
|
||||
Reference in New Issue
Block a user