mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
task claim
This commit is contained in:
@@ -48,4 +48,11 @@ return [
|
||||
|
||||
'fail_deduct_bonus' => 'Deduct bonus for task failure',
|
||||
'success_reward_bonus' => 'Reward bonus for task completion',
|
||||
|
||||
'action_claim_task' => 'Claim',
|
||||
'confirm_to_claim' => 'Sure you want to claim?' ,
|
||||
'claim_by_yourself_only' => 'Claim only by yourself!' ,
|
||||
'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',
|
||||
];
|
||||
|
||||
@@ -16,4 +16,5 @@ return [
|
||||
'no_limit' => 'No limit',
|
||||
'sum' => 'Sum',
|
||||
'do_not_repeat' => 'Please do not repeat the operation!',
|
||||
'no_permission' => 'No permission!',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user