Files
nexusphp/resources/lang/zh_CN/exam.php
T

21 lines
1.0 KiB
PHP
Raw Normal View History

2021-04-28 19:44:48 +08:00
<?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 => '下载量',
2021-05-05 22:28:19 +08:00
'index_text_' . \App\Models\Exam::INDEX_SEED_BONUS => '做种魔力',
2021-04-28 19:44:48 +08:00
'require_value' => '要求',
'current_value' => '当前',
'result' => '结果',
'result_pass' => '通过!',
2021-05-02 17:24:05 +08:00
'result_not_pass' => '<span style="color: red">未通过!</span>',
2021-04-29 19:18:13 +08:00
'checkout_pass_message_subject' => '考核通过!',
'checkout_pass_message_content' => '恭喜!你在规定时间内(:begin ~ :end)顺利完成了考核::exam_name。',
'checkout_not_pass_message_subject' => '考核未通过,账号被禁用!',
'checkout_not_pass_message_content' => '你在规定时间内(:begin ~ :end)未完成考核::exam_name,账号已被禁用。',
2021-04-28 19:44:48 +08:00
];