mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
self enable
This commit is contained in:
@@ -25,6 +25,7 @@ return [
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_TASK_NOT_PASS_DEDUCT => 'Task unfinished deduct',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_REWARD_TORRENT => 'Reward torrent',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_CLAIMED_UNREACHED => 'Claimed torrent unreached',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_SELF_ENABLE => 'Self enable',
|
||||
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_ROLE_WORK_SALARY => 'Role work salary',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_TORRENT_BE_DOWNLOADED => 'Torrent be downloaded',
|
||||
|
||||
13
resources/lang/en/self-enable.php
Normal file
13
resources/lang/en/self-enable.php
Normal file
@@ -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',
|
||||
];
|
||||
@@ -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_CN/self-enable.php
Normal file
13
resources/lang/zh_CN/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' => '点我解封',
|
||||
];
|
||||
@@ -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