diff --git a/web/html/xui/setting.html b/web/html/xui/setting.html index 6aae7de5..91525ba6 100644 --- a/web/html/xui/setting.html +++ b/web/html/xui/setting.html @@ -107,7 +107,7 @@ - + diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 5c6ffa26..0ec238d9 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -67,4 +67,9 @@ "telegramChatId" = "Telegram ChatId" "telegramChatIdDesc" = "Restart the panel to take effect" "telegramNotifyTime" = "Telegram bot notification time" -"telegramNotifyTimeDesc" = "Using Crontab timing format, restart the panel to take effect" \ No newline at end of file +"telegramNotifyTimeDesc" = "Using Crontab timing format, restart the panel to take effect" +"timeZonee" = "Time Zone" +"timeZoneDesc" = "The scheduled task runs according to the time in the time zone, and restarts the panel to take effect" + + + diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index 13a18a1f..a9bbdcfb 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -66,4 +66,6 @@ "telegramChatId" = "电报机器人ChatId" "telegramChatIdDesc" = "重启面板生效" "telegramNotifyTime" = "电报机器人通知时间" -"telegramNotifyTimeDesc" = "采用Crontab定时格式,重启面板生效" \ No newline at end of file +"telegramNotifyTimeDesc" = "采用Crontab定时格式,重启面板生效" +"timeZonee" = "时区" +"timeZoneDesc" = "定时任务按照该时区的时间运行,重启面板生效" \ No newline at end of file