fix: 添加定时健康检查 i18n 中文翻译
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
parent
79d2441c23
commit
ceb078c455
1 changed files with 5 additions and 0 deletions
|
|
@ -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': '日志输出模式',
|
||||
|
|
|
|||
Loading…
Reference in a new issue