add bonus exchange downloaded

This commit is contained in:
xiaomlove
2022-09-17 14:59:46 +08:00
parent dd51f32193
commit fedc67ad5e
23 changed files with 572 additions and 5 deletions
+5
View File
@@ -6,6 +6,7 @@ $lang_mybonus = array
'std_karma_system_disabled' => "魔力值系統當前處於關閉中。",
'std_points_active' => "不過你的魔力值仍在計算中。",
'text_success_upload' => "祝賀你,你成功增加了<b>上傳值</b>",
'text_success_download' => "祝賀你,你成功增加了<b>下載值</b>",
'text_success_invites' => "祝賀你,你獲得了<b>1</b>個新的邀請名額!",
'text_success_vip' => "祝賀你,你獲得了一個月的",
'text_success_vip_two' => "資格!",
@@ -74,8 +75,12 @@ $lang_mybonus = array
'text_not_enough_bonus' => "對不起,你沒有足夠的魔力值。還有,你怎麼到這來的?",
'text_uploaded_one' => "1.0 GB上傳量",
'text_uploaded_note' => "如果有足夠的魔力值,你可以用它來換取上傳量。交易完成後,你的魔力值會減少,上傳量則會增加。",
'text_download_note' => "如果有足夠的魔力值,你可以用它來換取<font color='#ff4500'>下載量</font>。交易完成後,你的魔力值會減少,<font color='#ff4500'>下載量</font>則會增加。",
'text_uploaded_two' => "5.0 GB上傳量",
'text_uploaded_three' => "10.0 GB上傳量",
'text_uploaded_four' => "100.0 GB上傳量",
'text_downloaded_ten_gb' => "10.0 GB <font color='#ff4500'>下載量</font>",
'text_downloaded_hundred_gb' => "100.0 GB <font color='#ff4500'>下載量</font>",
'text_buy_invite' => "1個邀請名額",
'text_buy_invite_note' => "如果有足夠的魔力值,你可以用它來換取邀請名額。交易完成後,你的魔力值會減少,邀請名額數則會增加。",
'text_custom_title' => "自定義頭銜",
+6
View File
@@ -773,6 +773,12 @@ $lang_settings = array
'text_offer_skip_approved_count_note' => '當通過的候選數大於等於此數值時,可直接發布不用提交候選。',
'row_torrent_delete' => '移除種子',
'text_torrent_delete_note' => '。移除種子',
'row_hundred_gb_credit' => "100.0 GB 上傳量",
'text_hundred_gb_credit_note' => "個魔力值,如果他選擇交換100.0 GB上傳量。默認'10000'。",
'row_ten_gb_download_credit' => "10.0 GB 下載量",
'text_ten_gb_download_credit_note' => " 個魔力值,如果他選擇交換10.0 GB下載量。默認'1000'。",
'row_hundred_gb_download_credit' => "100.0 GB 下載量",
'text_hundred_gb_download_credit_note' => " 個魔力值,如果他選擇交換100.0 GB下載量。默認'8000'。",
);
?>