user medal add more bulk actions

This commit is contained in:
xiaomlove
2025-07-15 01:33:59 +07:00
parent 3ffdec1f4a
commit d64243fe6a
9 changed files with 239 additions and 3 deletions
+17
View File
@@ -50,4 +50,21 @@ return [
0 => '未佩戴',
1 => '已佩戴'
],
'bonus_addition_expire_at' => '魔力加成過期時間',
'is_expired' => '是否過期',
'is_bonus_addition_expired' => '是否魔力加成過期',
'is_wearing' => '是否佩戴',
'increase_duration' => '延長時長',
'increase_duration_help' => '單位:天。將過期時間在原基礎上統一延長',
'update_expire_at' => '設置過期時間',
'update_expire_at_help' => '將過期時間統一設置爲指定值',
'bulk_action_increase' => '延長',
'bulk_action_update' => '設置',
'bulk_action_cancel' => '取消',
'bulk_action_increase_expire_at' => '批量延長過期時間',
'bulk_action_update_expire_at' => '批量設置過期時間',
'bulk_action_cancel_expire_at' => '批量取消過期時間',
'bulk_action_increase_bonus_addition_expire_at' => '批量延長魔力加成過期時間',
'bulk_action_update_bonus_addition_expire_at' => '批量設置魔力加成過期時間',
'bulk_action_cancel_bonus_addition_expire_at' => '批量取消魔力加成過期時間',
];