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

33 lines
1.5 KiB
PHP
Raw Normal View History

<?php
return [
'name' => '考核名称',
'index' => '考核指标',
'time_range' => '考核时间',
2022-02-22 14:02:29 +08:00
'index_text_' . \App\Models\Exam::INDEX_UPLOADED => '上传增量',
'index_text_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => '平均做种时间',
2022-02-22 14:02:29 +08:00
'index_text_' . \App\Models\Exam::INDEX_DOWNLOADED => '下载增量',
2022-02-22 13:59:50 +08:00
'index_text_' . \App\Models\Exam::INDEX_SEED_BONUS => '魔力增量',
2022-07-02 15:08:23 +08:00
'filters' => [
\App\Models\Exam::FILTER_USER_CLASS => '用户等级',
\App\Models\Exam::FILTER_USER_REGISTER_TIME_RANGE => '注册时间范围',
\App\Models\Exam::FILTER_USER_DONATE => '是否捐赠',
],
'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-05-12 13:45:00 +08:00
'ban_log_reason' => '未完成考核::exam_name(:begin ~ :end)',
2021-05-13 21:31:09 +08:00
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系统禁用.',
2021-05-19 19:45:41 +08:00
'admin' => [
'list' => [
'page_title' => '考核列表'
]
]
];