diff --git a/static/app/i18n.js b/static/app/i18n.js index 2d1739b..830a521 100644 --- a/static/app/i18n.js +++ b/static/app/i18n.js @@ -343,6 +343,11 @@ const translations = { 'config.proxy.tlsSidecarProxyUrl': 'Sidecar 上游代理', 'config.proxy.tlsSidecarEnabledProviders': '启用 TLS Sidecar 的提供商', 'config.proxy.tlsSidecarNote': '启用后选中的提供商请求将通过 Go uTLS sidecar 转发,完美模拟 Chrome TLS/H2 指纹绕过 Cloudflare(需重启服务)', + 'config.healthCheck.title': '定时健康检查', + 'config.healthCheck.enabled': '启用定时检查', + 'config.healthCheck.startupRun': '启动时运行', + 'config.healthCheck.interval': '检查间隔', + 'config.healthCheck.intervalNote': '设置定时健康检查的执行间隔', 'config.log.title': '日志设置', 'config.log.enabled': '启用日志', 'config.log.outputMode': '日志输出模式',