mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
torrent keyword search remove or
This commit is contained in:
@@ -452,13 +452,13 @@ $lang_settings = array
|
||||
'row_cleanup_interval' => "自動清理間隔",
|
||||
'text_cleanup_interval_note_one' => "每XXX秒時間做自動清理工作(用戶升級、降級、添加做種魔力值等)。",
|
||||
'text_priority_one' => "優先級1:",
|
||||
'text_priority_one_note' => "更新同伴狀態;添加做種魔力值。預設'900',即15分鐘。",
|
||||
'text_priority_one_note' => "更新同伴狀態;添加做種魔力值。預設'3600',即60分鐘。",
|
||||
'text_priority_two' => "優先級2:",
|
||||
'text_priority_two_note' => "更新種子可見性。預設'1800',即30分鐘。",
|
||||
'text_priority_two_note' => "更新種子可見性。預設'5400',即90分鐘。",
|
||||
'text_priority_three' => "優先級3:",
|
||||
'text_priority_three_note' => "更新種子做種數、下載數、評論數;更新論壇帖子/主題數;移除過期的候選;種子促銷到期;自動挑揀熱門種子。預設'3600',即60分鐘。",
|
||||
'text_priority_three_note' => "更新種子做種數、下載數、評論數;更新論壇帖子/主題數;移除過期的候選;種子促銷到期;自動挑揀熱門種子。預設'7200',即2小時。",
|
||||
'text_priority_four' => "優先級4:",
|
||||
'text_priority_four_note' => "移除未通過驗證的賬號,過期的登入嘗試記錄,過期的邀請碼和圖片驗證碼;清理用戶賬號(移除不活躍賬號,賬號升級、降級、禁用);傳送上傳的圖片;更新用戶總做種和下載時間。預設'43200',即24小時。",
|
||||
'text_priority_four_note' => "移除未通過驗證的賬號,過期的登入嘗試記錄,過期的邀請碼和圖片驗證碼;清理用戶賬號(移除不活躍賬號,賬號升級、降級、禁用);傳送上傳的圖片;更新用戶總做種和下載時間。預設'86400',即24小時。",
|
||||
'text_priority_five' => "優先級5:",
|
||||
'text_priority_five_note' => "移除種子檔案不存在的種子;鎖定論壇的古老主題;移除古老的舉報資訊。預設'1296000',即15天。",
|
||||
'text_cleanup_interval_note_two' => "<b>注意</b>:<font class=striking><b>不要</b></font>改變時間遞增的排序。",
|
||||
|
||||
Reference in New Issue
Block a user