juzhiyuan commented on a change in pull request #1730:
URL: https://github.com/apache/apisix-dashboard/pull/1730#discussion_r612095039



##########
File path: web/src/components/Plugin/locales/zh-CN.ts
##########
@@ -29,6 +29,12 @@ export default {
   'component.pluginForm.api-breaker.unhealthy.failures.tooltip': 
'触发不健康状态的连续错误请求次数。',
   'component.pluginForm.api-breaker.healthy.http_statuses.tooltip': 
'健康时候的状态码。',
   'component.pluginForm.api-breaker.healthy.successes.tooltip': 
'触发健康状态的连续正常请求次数。',
+  // limit-conn
+  'component.pluginForm.limit-conn.conn.tooltip': '允许的最大并发请求数。超过 conn 的限制、但是低于 
conn + burst 的请求,将被延迟处理。',
+  'component.pluginForm.limit-conn.burst.tooltip': '允许被延迟处理的并发请求数。',
+  'component.pluginForm.limit-conn.default_conn_delay.tooltip': 
'默认的典型连接(或请求)的处理延迟时间。',

Review comment:
       `典型`?
   
   for those fields, need @membphis @starsz @nic-chen  to take a look




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to