mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add bonus exchange downloaded
This commit is contained in:
@@ -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' => "自定义头衔",
|
||||
|
||||
@@ -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'。",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user