mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
38 lines
2.8 KiB
PHP
38 lines
2.8 KiB
PHP
<?php
|
||
|
||
$lang_downloadnotice = array
|
||
(
|
||
'head_download_notice' => "下载提示",
|
||
'text_client_banned_notice' => "被禁止客户端提示",
|
||
'text_client_banned_note' => "Tracker检查到你最近一次使用的BT客户端属于<b>被禁</b>的范畴。请阅读以下说明。",
|
||
'text_low_ratio_notice' => "低分享率提示",
|
||
'text_low_ratio_note_one' => "<span class='striking'><b>警告:</b></span>你的分享率过低!你必须在",
|
||
'text_low_ratio_note_two' => "内改善它,否则你在本站的<b>账号将被禁止</b>。如果你不明白什么是分享率,请仔细阅读以下说明。",
|
||
'text_first_time_download_notice' => "第一次下载提示",
|
||
'text_first_time_download_note' => "你好!<br />这可能是你<b>第一次</b>在本站下载种子。<br />在此之前请阅读以下几个简短的注意事项。",
|
||
'text_this_is_private_tracker' => "这是非公开BT站点,有分享率要求",
|
||
'text_private_tracker_note_one' => "这是非公开BT站点(Private Tracker),即我们的Tracker<b>只</b>提供给注册会员使用。",
|
||
'text_learn_more' => "关于非公开BT站点,见",
|
||
'text_nexuswiki' => "NexusWiki",
|
||
'text_private_tracker_note_two' => "要维持你的会员资格,你<b>必须</b>保持一个最低要求的上传量/下载量的比值(即<b>分享率</b>)。分享率过低将导致你<span class='striking'>失去在这里的会员资格</span>。",
|
||
'text_see_ratio' => "关于分享率要求,见",
|
||
'text_private_tracker_note_three' => "你当前的分享率会一直显示在导航菜单的正下面,请经常关注它。",
|
||
'text_private_tracker_note_four' => "<b>怎样才能获得良好的分享率?</b><br />最好的方式是<b>一直保持你的BT客户端处于运行状态</b>,为你下载的资源做种直到删除相应的文件为止。",
|
||
'text_use_allowed_clients' => "只能使用允许的BT客户端",
|
||
'text_allowed_clients_note_one' => "BT客户端有很多种。但是在本站,我们<b>只</b>允许其中的部分。其它客户端(如qbittorrentEE,迅雷)属于<span class='striking'>被禁</span>范畴,我们的Tracker不会接受其连接请求。",
|
||
'text_allowed_clients_note_two' => "你可以在",
|
||
'text_allowed_clients_note_three' => "中看到所有被允许的客户端。如果你不清楚该使用哪个客户端,可以选择以下两个推荐之一:",
|
||
'title_download' => "下载",
|
||
'text_for' => "支持平台:",
|
||
'text_for_more_information_read' => "了解更多信息,见",
|
||
'text_rules' => "规则",
|
||
'text_and' => "和",
|
||
'text_faq' => "常见问题",
|
||
'text_let_me_download' => "我会提高分享率的。",
|
||
'text_notice_not_show_again' => "下次不显示此提示",
|
||
'text_notice_always_show' => "每次都会显示此提示,直到你改善了分享率为止。",
|
||
'submit_download_the_torrent' => "下载种子文件",
|
||
);
|
||
|
||
?>
|