You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/08 15:48:31 UTC

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1715: chore: improve Route module

liuxiran commented on a change in pull request #1715:
URL: https://github.com/apache/apisix-dashboard/pull/1715#discussion_r609843613



##########
File path: web/src/pages/Route/locales/zh-CN.ts
##########
@@ -147,5 +145,22 @@ export default {
   'page.route.tooltip.pluginOrchWithoutRedirect': '当步骤一中 重定向 选择为 启用 HTTPS 时,不可使用插件编排模式。',
 
   'page.route.tabs.normalMode': '普通模式',
-  'page.route.tabs.orchestration': '插件编排'
+  'page.route.tabs.orchestration': '插件编排',
+
+  'page.route.list.description': '路由(Route)是请求的入口点,它定义了客户端请求与服务之间的匹配规则。路由可以与服务(Service)、上游(Upstream)关联,一个服务可对应一组路由,一个路由可以对应一个上游对象(一组后端服务节点),因此,每个匹配到路由的请求将被网关代理到路由绑定的上游服务中。',

Review comment:
       `路由(Route)` -> `路由`
   `服务(Service)`-> `服务`
   `上游(Upstream)`->`上游`
   
   this may be more pure Chinese




-- 
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:
users@infra.apache.org