mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
exam add max user count
This commit is contained in:
@@ -55,8 +55,8 @@ return [
|
||||
'type' => 'Type',
|
||||
'type_help' => 'Exam are regular exam and failing them will result in account banning. Tasks can be set to reward bonus or deduct bonus depending on whether they are completed or not',
|
||||
|
||||
'fail_deduct_bonus' => 'Deduct bonus for task failure',
|
||||
'success_reward_bonus' => 'Reward bonus for task completion',
|
||||
'fail_deduct_bonus' => 'Deduct bonus for failure',
|
||||
'success_reward_bonus' => 'Reward bonus for completion',
|
||||
|
||||
'action_claim_task' => 'Claim',
|
||||
'confirm_to_claim' => 'Sure you want to claim?' ,
|
||||
@@ -64,4 +64,8 @@ return [
|
||||
'not_match_target_user' => 'You are not a matching target user!' ,
|
||||
'has_other_on_the_way' => 'There is an other :type_text in progress!' ,
|
||||
'claimed_already' => 'Already claimed',
|
||||
'not_between_begin_end_time' => 'Not between begin & end time',
|
||||
'reach_max_user_count' => 'The number of claimed users has reached its maximum',
|
||||
'claimed_user_count' => 'Claimed',
|
||||
'max_user_count' => 'Max claim user count(0 means unlimited)',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user