Skip to content

Commit

Permalink
Improve the maximum upload speed description
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Sep 5, 2023
1 parent 5fe7985 commit b868742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/lang/en/label.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
'maximum_number_of_medals_can_be_worn' => 'Maximum number of medals that can be worn',
'cookie_valid_days' => 'Cookie Valid days',
'maximum_upload_speed' => 'Maximum upload speed',
'maximum_upload_speed_help' => 'This value affects cheater detection and is the speed limit for a conservative detection level. Actual Speed Limit = Maximum Upload Speed / Detection Level, from Conservative to Suspicious Levels 1 to 4. Therefore, if the Maximum Speed Limit is 1000, the detection level is Conservative with a Speed Limit of 1000/1 = 1000, and the detection level is Suspicious with a Speed Limit of 1000/4 = 250. A single upload speed that exceeds the actual limit will disable the account immediately, in Mbps. e.g.: 100 Mbps = 12.5 MB/s. Mbps. e.g. 100 Mbps = 12.5 MB/s.',
'maximum_upload_speed_help' => 'This value affects cheater detection and is the maximum upload speed for a conservative detection level. Actual Speed Limit = Maximum Upload Speed / Detection Level, from Conservative to Suspicious is 1 to 4. If the Maximum Speed Limit is 1000, and the Detection Level is Conservative, the Actual Speed Limit is 1000/1 = 1000, and the Detection Level is Suspicious, the Actual Speed Limit is 1000/4 = 250. A single upload speed that exceeds the Actual Speed Limit will instantly disable the account. The unit here is Mbps, e.g.: 100 Mbps = 12.5 MB/s.',
'is_invite_pre_email_and_username' => 'Invite whether to pre-book an email and username',
'is_invite_pre_email_and_username_help' => "Default: 'No'. If pre-booked, email and username may not be changed when the user registers.",
'access_admin_class_min' => 'Minimum class for logging into admin backend',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/zh_CN/label.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
'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' => '登录管理后台最小等级',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/zh_TW/label.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
'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' => '登錄管理後臺最小等級',
Expand Down

0 comments on commit b868742

Please sign in to comment.