mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
seedBox record alert + destroy disabled account
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
return [
|
||||
'ban_user_with_leech_warning_expired' => '上传警告到期,被系统禁用.',
|
||||
'delete_user_unconfirmed' => '超时未确认,被系统封禁.',
|
||||
'delete_user_no_transfer_alt_last_access_time' => '封禁非活跃的无流量账号,由最近访问时间断定.',
|
||||
'delete_user_no_transfer_alt_register_time' => '封禁非活跃的无流量账号,由注册时间时间断定.',
|
||||
'delete_user_not_parked' => '定时封禁未挂起的非活跃账号.',
|
||||
'delete_user_parked' => '定时封禁已挂起的非活跃账号.',
|
||||
'disable_user_unconfirmed' => '超时未确认,被系统封禁.',
|
||||
'disable_user_no_transfer_alt_last_access_time' => '封禁非活跃的无流量账号,由最近访问时间断定.',
|
||||
'disable_user_no_transfer_alt_register_time' => '封禁非活跃的无流量账号,由注册时间时间断定.',
|
||||
'disable_user_not_parked' => '定时封禁未挂起的非活跃账号.',
|
||||
'disable_user_parked' => '定时封禁已挂起的非活跃账号.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user