You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2021/07/25 17:39:03 UTC

[apisix-dashboard] branch master updated: fix: i18n for TCP in Upstream (#1963)

This is an automated email from the ASF dual-hosted git repository.

liuxiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ff0e8bf  fix: i18n for TCP in Upstream (#1963)
ff0e8bf is described below

commit ff0e8bf7ca4855c46b1b4ee2a938dfbf896564f0
Author: guoqqqi <72...@users.noreply.github.com>
AuthorDate: Mon Jul 26 01:38:57 2021 +0800

    fix: i18n for TCP in Upstream (#1963)
---
 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 9f94442..fca1919 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',