Improve the maximum upload speed description

This commit is contained in:
lgb
2023-09-05 19:42:50 +08:00
parent 5fe798589e
commit b8687429a3
3 changed files with 3 additions and 3 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' => '此值影響作弊者檢測,是檢測級別保守的限速。實際限速 = 最大上傳速度/檢測級別,從保守~多疑級別為1~4。因此,假如最大限速為 1000,檢測級別為保守時是限速 1000/1 = 1000,檢測級別為多疑時是 1000/4=250。單種上傳速度超過實際限速賬號即刻禁用單位 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' => '登錄管理後臺最小等級',