mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +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!',
|
||||
];
|
||||
|
||||
@@ -61,5 +61,9 @@ return [
|
||||
'success_reward_bonus' => '任务完成奖励魔力',
|
||||
|
||||
'action_claim_task' => '领取',
|
||||
|
||||
'confirm_to_claim' => '确定要认领吗?',
|
||||
'claim_by_yourself_only' => '只能自己认领!',
|
||||
'not_match_target_user' => '你不是匹配的目标用户!',
|
||||
'has_other_on_the_way' => '有其他进行中的:type_text',
|
||||
'claimed_already' => '已经认领',
|
||||
];
|
||||
|
||||
@@ -16,4 +16,5 @@ return [
|
||||
'no_limit' => '不限',
|
||||
'sum' => '累计',
|
||||
'do_not_repeat' => '请不要重复操作!',
|
||||
'no_permission' => '无权限!',
|
||||
];
|
||||
|
||||
@@ -48,4 +48,11 @@ return [
|
||||
|
||||
'fail_deduct_bonus' => '任务失败扣除魔力',
|
||||
'success_reward_bonus' => '任务完成奖励魔力',
|
||||
|
||||
'action_claim_task' => '領取',
|
||||
'confirm_to_claim' => '確定要認領嗎?',
|
||||
'claim_by_yourself_only' => '只能自己認領!',
|
||||
'not_match_target_user' => '你不是匹配的目標用戶!',
|
||||
'has_other_on_the_way' => '有其他進行中的:type_text',
|
||||
'claimed_already' => '已經認領',
|
||||
];
|
||||
|
||||
@@ -16,4 +16,5 @@ return [
|
||||
'no_limit' => '不限',
|
||||
'sum' => '累計',
|
||||
'do_not_repeat' => '請不要重復操作!',
|
||||
'no_permission' => '無權限!',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user