mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
14 lines
728 B
PHP
14 lines
728 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => '自助解封',
|
|
'enable_status_normal' => '你的账号状态是正常的,无需自助解封。',
|
|
'no_ban_info' => '找不到你的封禁信息,无法自助解封,请联系管理员。',
|
|
'bonus_not_enough' => '你目前仅有魔力 :bonus, 无法自助解封,请联系管理员。',
|
|
'latest_ban_info' => '你的最新封禁信息如下:',
|
|
'deduct_bonus_per_day' => '每封禁 1 天(不足 1 天按 1 天算)需扣除魔力 :unit',
|
|
'deduct_bonus_total' => '当前已封禁 :days 天,共需扣除魔力 :total',
|
|
'enable_desc' => '若需要解封,点击下面按钮,扣除相应魔力后账号即恢复正常。',
|
|
'enable_button' => '点我解封',
|
|
];
|