improve system.max_upload_speed description

This commit is contained in:
lgb
2023-09-05 15:48:21 +08:00
parent 2651a72ec4
commit 5fe798589e
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ return [
'maximum_number_of_medals_can_be_worn' => '勛章最大可佩戴數',
'cookie_valid_days' => 'Cookie 有效天數',
'maximum_upload_speed' => '最大上傳速度',
'maximum_upload_speed_help' => '單種上傳速度超過此值賬號即刻禁用,單位 Mbps。如:100 Mbps = 12.5 MB/s',
'maximum_upload_speed_help' => '此值影響作弊者檢測,是檢測級別保守的限速。實際限速 = 最大上傳速度/檢測級別,從保守~多疑級別為1~4。因此,假如最大限速為 1000,檢測級別為保守時是限速 1000/1 = 1000,檢測級別為多疑時是 1000/4=250。單種上傳速度超過實際限速賬號即刻禁用,單位 Mbps。如:100 Mbps = 12.5 MB/s',
'is_invite_pre_email_and_username' => '邀請是否預定郵箱和用戶名',
'is_invite_pre_email_and_username_help' => "默認: 'No'。若預定,用戶註冊時不可修改郵箱和用戶名",
'access_admin_class_min' => '登錄管理後臺最小等級',