Files
nexusphp/resources/lang/zh_TW/exam.php
2023-11-08 03:17:23 +08:00

31 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'label' => '考核',
'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_SEED_BONUS => '魔力增量',
'index_text_' . \App\Models\Exam::INDEX_SEED_POINTS => '做種積分增量',
'index_text_' . \App\Models\Exam::INDEX_UPLOAD_TORRENT_COUNT => '發種增量',
'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' => '通過!',
'result_not_pass' => '<span style="color: red">未通過!</span>',
'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賬號已被禁用。',
'ban_log_reason' => '未完成考核::exam_name(:begin ~ :end)',
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系統禁用.',
];