diff --git a/.gitignore b/.gitignore index ac520fc8..e9596311 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ yarn-error.log .DS_Store /plugins auth.json +/.vscode +/.history diff --git a/lang/chs/lang_downloadnotice.php b/lang/chs/lang_downloadnotice.php index 15e2c2a4..f5dcbd94 100644 --- a/lang/chs/lang_downloadnotice.php +++ b/lang/chs/lang_downloadnotice.php @@ -19,8 +19,7 @@ $lang_downloadnotice = array 'text_private_tracker_note_three' => "你当前的分享率会一直显示在导航菜单的正下面,请经常关注它。", 'text_private_tracker_note_four' => "怎样才能获得良好的分享率?
最好的方式是一直保持你的BT客户端处于运行状态,为你下载的资源做种直到删除相应的文件为止。", 'text_use_allowed_clients' => "只能使用允许的BT客户端", - 'text_allowed_clients_note_one' => "BT客户端有很多种。但是在本站,我们允许其中的部分。其它客户端(如比特彗星,迅雷)属于被禁范畴,我们的Tracker不会接受其连接请求。", - 'text_why_banned' => "关于为什么禁止一些客户端,见", + 'text_allowed_clients_note_one' => "BT客户端有很多种。但是在本站,我们允许其中的部分。其它客户端(如qbittorrentEE,迅雷)属于被禁范畴,我们的Tracker不会接受其连接请求。", 'text_allowed_clients_note_two' => "你可以在", 'text_allowed_clients_note_three' => "中看到所有被允许的客户端。如果你不清楚该使用哪个客户端,可以选择以下两个推荐之一:", 'title_download' => "下载", diff --git a/lang/cht/lang_downloadnotice.php b/lang/cht/lang_downloadnotice.php index 033a3426..edb51c2b 100644 --- a/lang/cht/lang_downloadnotice.php +++ b/lang/cht/lang_downloadnotice.php @@ -19,8 +19,7 @@ $lang_downloadnotice = array 'text_private_tracker_note_three' => "你目前的分享率會一直察看在導航功能表的正下面,請經常關注它。", 'text_private_tracker_note_four' => "怎樣才能獲得良好的分享率?
最好的方式是一直保持你的BT用戶端處于執行狀態,為你下載的資源做種直到移除相應的檔案為止。", 'text_use_allowed_clients' => "只能使用允許的BT用戶端", - 'text_allowed_clients_note_one' => "BT用戶端有很多種。但是在本站,我們允許其中的部分。其他用戶端(如位元彗星,迅雷)屬于被禁范疇,我們的Tracker不會接受其連接請求。", - 'text_why_banned' => "關于為什么禁止一些用戶端,見", + 'text_allowed_clients_note_one' => "BT用戶端有很多種。但是在本站,我們允許其中的部分。其他用戶端(如qbittorrentEE,迅雷)屬于被禁范疇,我們的Tracker不會接受其連接請求。", 'text_allowed_clients_note_two' => "你可以在", 'text_allowed_clients_note_three' => "中看到所有被允許的用戶端。如果你不清楚該使用哪個用戶端,可以選取以下兩個建議之一:", 'title_download' => "下載", diff --git a/lang/en/lang_downloadnotice.php b/lang/en/lang_downloadnotice.php index efe7f009..01cd6300 100644 --- a/lang/en/lang_downloadnotice.php +++ b/lang/en/lang_downloadnotice.php @@ -19,8 +19,7 @@ $lang_downloadnotice = array 'text_private_tracker_note_three' => "Your current ratio is always shown right below the navigation menu of the site. Please keep an eye on it.", 'text_private_tracker_note_four' => "How to keep a good ratio?
Well, the best way is to always leave your BitTorrent client running and keep on seeding the torrents you've downloaded until you delete the files.", 'text_use_allowed_clients' => "Only use allowed BitTorrent clients", - 'text_allowed_clients_note_one' => "Well, there are quite a few BitTorrent clients out there. However, we ONLY accept some of them. Others (e.g. BitComet, Thunder) are banned here and would fail to connect our tracker. ", - 'text_why_banned' => "See why some clients are banned at ", + 'text_allowed_clients_note_one' => "Well, there are quite a few BitTorrent clients out there. However, we ONLY accept some of them. Others (e.g. qbittorrentEE, Thunder) are banned here and would fail to connect our tracker. ", 'text_allowed_clients_note_two' => "You may find a complete list of allowed clients in the ", 'text_allowed_clients_note_three' => ". If you are not sure which one to choose, consider the following two recommended clients: ", 'title_download' => "Download ",