From 62af81691c52decb57b56e44aa0a8dc38b6a8d42 Mon Sep 17 00:00:00 2001 From: Koala Ng Date: Fri, 12 Sep 2025 18:04:24 +0800 Subject: [PATCH] Update lang_settings.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加缺失的英文翻译字段 --- lang/en/lang_settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/lang_settings.php b/lang/en/lang_settings.php index f228ad82..f6b4e405 100644 --- a/lang/en/lang_settings.php +++ b/lang/en/lang_settings.php @@ -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.',