task claim

This commit is contained in:
xiaomlove
2024-06-07 02:51:05 +08:00
parent 08067b9d01
commit bc81b158be
14 changed files with 68 additions and 15 deletions
+7
View File
@@ -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',
];
+1
View File
@@ -16,4 +16,5 @@ return [
'no_limit' => 'No limit',
'sum' => 'Sum',
'do_not_repeat' => 'Please do not repeat the operation!',
'no_permission' => 'No permission!',
];
+5 -1
View File
@@ -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' => '已经认领',
];
+1
View File
@@ -16,4 +16,5 @@ return [
'no_limit' => '不限',
'sum' => '累计',
'do_not_repeat' => '请不要重复操作!',
'no_permission' => '无权限!',
];
+7
View File
@@ -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' => '已經認領',
];
+1
View File
@@ -16,4 +16,5 @@ return [
'no_limit' => '不限',
'sum' => '累計',
'do_not_repeat' => '請不要重復操作!',
'no_permission' => '無權限!',
];