mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
self enable
This commit is contained in:
@@ -25,6 +25,7 @@ return [
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_TASK_NOT_PASS_DEDUCT => '任務未完成扣除',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_REWARD_TORRENT => '獎勵種子',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_CLAIMED_UNREACHED => '認領種子未達標扣除',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_SELF_ENABLE => '自助解封',
|
||||
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_ROLE_WORK_SALARY => '工作組工資',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_TORRENT_BE_DOWNLOADED => '種子被下載',
|
||||
|
||||
13
resources/lang/zh_TW/self-enable.php
Normal file
13
resources/lang/zh_TW/self-enable.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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' => '點我解封',
|
||||
];
|
||||
Reference in New Issue
Block a user