mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
self enable
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Self-service unblocking',
|
||||
'enable_status_normal' => 'Your account status is normal, no self-service unblocking is required.',
|
||||
'no_ban_info' => 'Your ban information cannot be found, self-service unblocking is not possible, please contact the administrator.',
|
||||
'bonus_not_enough' => 'You currently only have :bonus bonus, self-service unblocking is not possible, please contact the administrator.',
|
||||
'latest_ban_info' => 'Your latest ban information is as follows:',
|
||||
'deduct_bonus_per_day' => 'Each ban day (less than 1 day is counted as 1 day) requires deducting :unit bonus.',
|
||||
'deduct_bonus_total' => 'Currently banned for :days days, total bonus to be deducted :total',
|
||||
'enable_desc' => 'If you need to unblock, click the button below, the corresponding bonus points will be deducted and the account will return to normal.',
|
||||
'enable_button' => 'Click to unblock',
|
||||
];
|
||||
Reference in New Issue
Block a user