improve hr + agent update

This commit is contained in:
xiaomlove
2025-07-21 20:55:30 +07:00
parent 84b554f102
commit ae08039323
26 changed files with 590 additions and 23 deletions

View File

@@ -82,8 +82,8 @@ return [
'inspect_time_help' => 'The duration of the examination is calculated from the completion of the download, in hours',
'seed_time_minimum' => 'Seed time minimum',
'seed_time_minimum_help' => 'The shortest time to do the seeds to meet the standard, in hours, must be less than the length of the expedition',
'leech_time_minimum' => 'Leech time minimum',
'leech_time_minimum_help' => 'The minimum download time required to meet the standard, in hours, must be less than the length of the expedition. Set to 0 to disable',
'leech_time_minimum' => 'Leech time minimum(no seeder)',
'leech_time_minimum_help' => 'The minimum download time required to meet the standard when no seeder, in hours, must be less than the length of the expedition. Set to 0 to disable',
'ignore_when_ratio_reach' => 'Achievement Sharing Rate',
'ignore_when_ratio_reach_help' => 'The minimum sharing rate to meet the standard',
'ban_user_when_counts_reach' => 'H&R counts limit',

View File

@@ -82,8 +82,8 @@ return [
'inspect_time_help' => '考察时长自下载完成后开始计算,单位:小时',
'seed_time_minimum' => '达标做种时长',
'seed_time_minimum_help' => '达标的最短做种时长,单位:小时,必须小于考察时长',
'leech_time_minimum' => '达标下载时长',
'leech_time_minimum_help' => '达标的最短下载时长,单位:小时,必须小于考察时长。设置为 0 不启用',
'leech_time_minimum' => '达标下载时长(死种时)',
'leech_time_minimum_help' => '达标的最短下载时长,是死种时的下载时长,单位:小时,必须小于考察时长。设置为 0 不启用',
'ignore_when_ratio_reach' => '达标分享率',
'ignore_when_ratio_reach_help' => '达标的最小分享率',
'ban_user_when_counts_reach' => 'H&R 数量上限',

View File

@@ -82,8 +82,8 @@ return [
'inspect_time_help' => '考察時長自下載完成後開始計算,單位:小時',
'seed_time_minimum' => '達標做種時長',
'seed_time_minimum_help' => '達標的最短做種時長,單位:小時,必須小於考察時長',
'leech_time_minimum' => '達標下載時長',
'leech_time_minimum_help' => '達標的最短下載時長,單位:小時,必須小於考察時長。設置爲 0 不啓用',
'leech_time_minimum' => '達標下載時長(死種時)',
'leech_time_minimum_help' => '達標的最短下載時長,是死種時的下載時長,單位:小時,必須小於考察時長。設置爲 0 不啓用',
'ignore_when_ratio_reach' => '達標分享率',
'ignore_when_ratio_reach_help' => '達標的最小分享率',
'ban_user_when_counts_reach' => 'H&R 數量上限',