mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
user medal add more bulk actions
This commit is contained in:
@@ -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' => '批量取消魔力加成過期時間',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user