From c23cb4ff0470e06d53f117fc75bd05387e4386b6 Mon Sep 17 00:00:00 2001 From: guoqqqi <979918879@qq.com> Date: Thu, 1 Jul 2021 22:48:18 +0800 Subject: [PATCH] fix: i18n for TCP in Upstream --- web/src/components/Upstream/locales/en-US.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/components/Upstream/locales/en-US.ts b/web/src/components/Upstream/locales/en-US.ts index 9f944420e5..fca1919a31 100644 --- a/web/src/components/Upstream/locales/en-US.ts +++ b/web/src/components/Upstream/locales/en-US.ts @@ -79,6 +79,10 @@ export default { 'component.upstream.fields.checks.active.unhealthy.http_failures.tooltip': 'Number of HTTP failures to consider a target unhealthy', 'component.upstream.fields.checks.active.unhealthy.http_failures.required': 'Please enter the HTTP failures', + 'component.upstream.fields.checks.active.unhealthy.tcp_failures': 'TCP Failures', + 'component.upstream.fields.checks.active.unhealthy.tcp_failures.tooltip': 'Number of TCP failures to consider a target unhealthy', + 'component.upstream.fields.checks.active.unhealthy.tcp_failures.required': 'Please enter the TCP Failures', + 'component.upstream.fields.checks.active.unhealthy.interval': 'Interval', 'component.upstream.fields.checks.active.unhealthy.interval.tooltip': 'Interval between active health checks for unhealthy targets (in seconds). A value of zero indicates that active probes for healthy targets should not be performed.', 'component.upstream.fields.checks.active.unhealthy.required': 'Please enter the unhelthy interval',