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)',
|
||||
];
|
||||
|
||||
@@ -57,8 +57,8 @@ return [
|
||||
'type' => '类型',
|
||||
'type_help' => '考核是常规的考核,不通过会被封禁账号。任务可根据完成与否设置奖励魔力或扣除魔力',
|
||||
|
||||
'fail_deduct_bonus' => '任务失败扣除魔力',
|
||||
'success_reward_bonus' => '任务完成奖励魔力',
|
||||
'fail_deduct_bonus' => '失败扣除魔力',
|
||||
'success_reward_bonus' => '完成奖励魔力',
|
||||
|
||||
'action_claim_task' => '领取',
|
||||
'confirm_to_claim' => '确定要认领吗?',
|
||||
@@ -66,4 +66,8 @@ return [
|
||||
'not_match_target_user' => '你不是匹配的目标用户!',
|
||||
'has_other_on_the_way' => '有其他进行中的:type_text',
|
||||
'claimed_already' => '已经认领',
|
||||
'not_between_begin_end_time' => '不在开始结束时间范围内',
|
||||
'reach_max_user_count' => '认领人数已达上限',
|
||||
'claimed_user_count' => '认领人数',
|
||||
'max_user_count' => '最多认领人数(0表示无限制)',
|
||||
];
|
||||
|
||||
@@ -55,8 +55,8 @@ return [
|
||||
'type' => '类型',
|
||||
'type_help' => '考核是常规的考核,不通过会被封禁账号。任务可根据完成与否设置奖励魔力或扣除魔力',
|
||||
|
||||
'fail_deduct_bonus' => '任务失败扣除魔力',
|
||||
'success_reward_bonus' => '任务完成奖励魔力',
|
||||
'fail_deduct_bonus' => '失败扣除魔力',
|
||||
'success_reward_bonus' => '完成奖励魔力',
|
||||
|
||||
'action_claim_task' => '領取',
|
||||
'confirm_to_claim' => '確定要認領嗎?',
|
||||
@@ -64,4 +64,8 @@ return [
|
||||
'not_match_target_user' => '你不是匹配的目標用戶!',
|
||||
'has_other_on_the_way' => '有其他進行中的:type_text',
|
||||
'claimed_already' => '已經認領',
|
||||
'not_between_begin_end_time' => '不在開始結束時間範圍內',
|
||||
'reach_max_user_count' => '認領人數已達上限',
|
||||
'claimed_user_count' => '認領人數',
|
||||
'max_user_count' => '最多認領人數(0表示無限製)',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user