Files
nexusphp/resources/lang/en/self-enable.php
2026-03-29 21:42:43 +07:00

14 lines
931 B
PHP

<?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',
];