mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 09:07:22 +08:00
paid torrent
This commit is contained in:
@@ -22,7 +22,7 @@ return [
|
||||
'download_speed' => 'Download speed',
|
||||
'isp' => 'ISP',
|
||||
'menu' => 'Custom menu',
|
||||
'username_change_log' => 'Username change log',
|
||||
'username_change_log' => 'Username change logs',
|
||||
'torrent_deny_reason' => 'Deny Reasons',
|
||||
'roles' => 'Role',
|
||||
'permissions' => 'Permissions',
|
||||
@@ -36,6 +36,7 @@ return [
|
||||
'user_props' => 'User props',
|
||||
'login_log' => 'Login logs',
|
||||
'bonus_log' => 'Bonus logs',
|
||||
'torrent_buy_log' => 'Torrent buy logs',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -20,8 +20,10 @@ return [
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_RAINBOW_ID => 'Buy rainbow ID',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_CHANGE_USERNAME_CARD => 'Buy change username card',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_GIFT_MEDAL => 'Gift medal',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_TORRENT => 'Buy torrent',
|
||||
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_ROLE_WORK_SALARY => 'Role work salary',
|
||||
\App\Models\BonusLogs::BUSINESS_TYPE_TORRENT_BE_DOWNLOADED => 'Torrent be downloaded',
|
||||
],
|
||||
'fields' => [
|
||||
'business_type' => 'Business type',
|
||||
|
||||
@@ -7,6 +7,8 @@ return [
|
||||
'comment_buy_rainbow_id' => 'Spend :bonus bonus buy :duration days rainbow ID',
|
||||
'comment_buy_change_username_card' => 'Spend :bonus bonus buy change username card',
|
||||
'comment_gift_medal' => 'Spend :bonus bonus buy :medal_name and gift to :to_username',
|
||||
'comment_buy_torrent' => 'Spend :bonus bonus buy torrent: :torrent_id',
|
||||
'comment_torrent_be_downloaded' => 'Proceeds from torrent downloaded by :username(UID: :uid)',
|
||||
'table_thead' => [
|
||||
'reward_type' => 'Reward type',
|
||||
'count' => 'Count',
|
||||
@@ -23,4 +25,5 @@ return [
|
||||
'official_addition' => 'Official addition',
|
||||
'medal_addition' => 'Medal addition',
|
||||
],
|
||||
'not_enough' => 'No enough bonus! Requires :require_bonus, you currently only have: :now_bonus',
|
||||
];
|
||||
|
||||
@@ -13,6 +13,10 @@ return [
|
||||
'text' => 'Torrent approval allow automatically',
|
||||
'desc' => 'Torrent is the approval allow status after upload automatically',
|
||||
],
|
||||
'torrent-set-price' => [
|
||||
'text' => 'Set torrent paid',
|
||||
'desc' => 'Set torrent paid',
|
||||
],
|
||||
'defaultclass' => [
|
||||
'text' => 'Default Class',
|
||||
'desc' => ' Class upon registration',
|
||||
|
||||
Reference in New Issue
Block a user