Update lang_settings.php

添加缺失的英文翻译字段
This commit is contained in:
Koala Ng
2025-09-12 18:04:24 +08:00
committed by GitHub
parent 9c976e3a54
commit 62af81691c

View File

@@ -816,6 +816,8 @@ $lang_settings = array
'text_use_challenge_response_authentication_note' => 'If enabled, no plaintext passwords will be transmitted at login, recommended. Future releases will remove this configuration and enable this feature.' ,
'row_complain_enabled' => 'Whether to enable complaints',
'row_complain_enabled_note' => 'default: "yes"',
'row_record_announce_logs' => 'Record reporting logs',
'text_record_announce_logs_note' => 'To enable it, first install and start ClickHouse and add the configuration in the .env file',
'row_min_size' => 'Minimum volume',
'text_bonus_mini_size'=> 'The minimum volume required for torrent is',
'text_bonus_mini_size_help' => '. Torrent size smaller than this volume are not included in the bonus calculation. Unit: bytes (Byte), e.g., 1 Byte = 1024 KiB.',