diff --git a/web/html/xui/setting.html b/web/html/xui/setting.html index c7c40fb8..6aae7de5 100644 --- a/web/html/xui/setting.html +++ b/web/html/xui/setting.html @@ -99,10 +99,10 @@ - - - - + + + + diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 4c4e2123..5c6ffa26 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -40,10 +40,10 @@ "save" = "Save" "restartPanel" = "Restart Panel" "panelConfig" = "Panel Configuration" -"userSetting" = "User Setting" # 用户设置 -"xrayConfiguration" = "xray Configuration" # xray 相关设置 -"TGReminder" = "TG Reminder Related Settings" # TG提醒相关设置 -"otherSetting" = "Other Setting" #其他设置 +"userSetting" = "User Setting" +"xrayConfiguration" = "xray Configuration" +"TGReminder" = "TG Reminder Related Settings" +"otherSetting" = "Other Setting" "panelListeningIP" = "Panel listening IP" "panelListeningIPDesc" = "Leave blank by default to monitor all IPs, restart the panel to take effect" "panelPort" = "Panel Port" @@ -58,5 +58,13 @@ "currentPassword" = "Current Password" "newUsername" = "New Username" "newPassword" = "New Password" -"xrayConfigTemplate" = "xray Configuration Template" #xray 配置模版 -"xrayConfigTemplateDesc" = "Generate the final xray configuration file based on this template, restart the panel to take effect" #以该模版为基础生成最终的 xray 配置文件,重启面板生效 \ No newline at end of file +"xrayConfigTemplate" = "xray Configuration Template" +"xrayConfigTemplateDesc" = "Generate the final xray configuration file based on this template, restart the panel to take effect" +"telegramBotEnable" = "Enable telegram bot" +"telegramBotEnableDesc" = "Restart the panel to take effect" +"telegramToken" = "Telegram Token" +"telegramTokenDesc" = "Restart the panel to take effect" +"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 diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index b10e00fd..13a18a1f 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -58,4 +58,12 @@ "newUsername" = "新用户名" "newPassword" = "新密码" "xrayConfigTemplate" = "xray 配置模版" -"xrayConfigTemplateDesc" = "以该模版为基础生成最终的 xray 配置文件,重启面板生效" \ No newline at end of file +"xrayConfigTemplateDesc" = "以该模版为基础生成最终的 xray 配置文件,重启面板生效" +"telegramBotEnable" = "启用电报机器人" +"telegramBotEnableDesc" = "重启面板生效" +"telegramToken" = "电报机器人TOKEN" +"telegramTokenDesc" = "重启面板生效" +"telegramChatId" = "电报机器人ChatId" +"telegramChatIdDesc" = "重启面板生效" +"telegramNotifyTime" = "电报机器人通知时间" +"telegramNotifyTimeDesc" = "采用Crontab定时格式,重启面板生效" \ No newline at end of file