Files
nexusphp/resources/lang/zh_TW/self-enable.php

14 lines
728 B
PHP
Raw Permalink Normal View History

2026-03-29 21:42:43 +07:00
<?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' => '點我解封',
];