paid torrent

This commit is contained in:
xiaomlove
2023-02-11 16:08:48 +08:00
parent 43b35b4e77
commit 3c64e76011
50 changed files with 556 additions and 87 deletions
+1
View File
@@ -36,6 +36,7 @@ return [
'user_props' => '用戶道具',
'login_log' => '登錄記錄',
'bonus_log' => '魔力記錄',
'torrent_buy_log' => '種子購買',
],
'resources' => [
'agent_allow' => [
+2
View File
@@ -20,8 +20,10 @@ return [
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_RAINBOW_ID => '購買彩虹 ID',
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_CHANGE_USERNAME_CARD => '購買改名卡',
\App\Models\BonusLogs::BUSINESS_TYPE_GIFT_MEDAL => '贈送勛章',
\App\Models\BonusLogs::BUSINESS_TYPE_BUY_TORRENT => '購買種子',
\App\Models\BonusLogs::BUSINESS_TYPE_ROLE_WORK_SALARY => '工作組工資',
\App\Models\BonusLogs::BUSINESS_TYPE_TORRENT_BE_DOWNLOADED => '種子被下載',
],
'fields' => [
'business_type' => '業務類型',
+3
View File
@@ -7,6 +7,8 @@ return [
'comment_buy_rainbow_id' => '花費 :bonus 魔力購買了 :duration 天的彩虹 ID',
'comment_buy_change_username_card' => '花費 :bonus 魔力購買了改名卡',
'comment_gift_medal' => '花費 :bonus 魔力購買了 :medal_name 並贈送給 :to_username',
'comment_buy_torrent' => '花費 :bonus 魔力購買了種子::torrent_id',
'comment_torrent_be_downloaded' => '收益來自種子被 :username(UID: :uid) 下載',
'table_thead' => [
'reward_type' => '獎勵類型',
'count' => '數量',
@@ -23,4 +25,5 @@ return [
'official_addition' => '官種加成',
'medal_addition' => '勛章加成',
],
'not_enough' => '魔力不足! 需要 :require_bonus,你當前僅有::now_bonus',
];
+4
View File
@@ -13,6 +13,10 @@ return [
'text' => '種子自動通過審核',
'desc' => '種子發布即為審核通過狀態',
],
'torrent-set-price' => [
'text' => '設置種子收費',
'desc' => '設置種子收費',
],
'defaultclass' => [
'text' => '預設等級',
'desc' => '註冊時獲得的等級',