Skip to content

Commit

Permalink
fix: i18n for TCP in Upstream (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqqqi authored Jul 25, 2021
1 parent 0b5196f commit ff0e8bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/components/Upstream/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ff0e8bf

Please sign in to comment.