mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 19:13:58 +00:00
feat: add Nginx menu i18n (#338)
This commit is contained in:
parent
2085dc84b9
commit
8f3ce7d371
@ -82,6 +82,8 @@ const titles = {
|
||||
gateway: "Gateway",
|
||||
gateway_desc:
|
||||
"API gateway is an API management tool that sits between a client and a collection of backend services.",
|
||||
gateway_nginx: "Nginx",
|
||||
gateway_nginx_desc: "Provide Nginx monitoring through OpenTelemetry's Prometheus Receiver.",
|
||||
gateway_apisix: "APISIX",
|
||||
gateway_apisix_desc: "Provide APISIX monitoring through OpenTelemetry's Prometheus Receiver.",
|
||||
gateway_aws_api_gateway: "AWS API Gateway",
|
||||
|
@ -82,6 +82,8 @@ const titles = {
|
||||
gateway: "Puerta",
|
||||
gateway_desc:
|
||||
"API gateway is an API management tool that sits between a client and a collection of backend services.",
|
||||
gateway_nginx: "Nginx",
|
||||
gateway_nginx_desc: "Provide Nginx monitoring through OpenTelemetry's Prometheus Receiver.",
|
||||
gateway_apisix: "APISIX",
|
||||
gateway_apisix_desc: "Provide APISIX monitoring through OpenTelemetry's Prometheus Receiver.",
|
||||
gateway_aws_api_gateway: "AWS API Gateway",
|
||||
|
@ -72,6 +72,8 @@ const titles = {
|
||||
// Gateway
|
||||
gateway: "网关",
|
||||
gateway_desc: "API网关是位于客户端和后端服务集合之间的API管理工具。",
|
||||
gateway_nginx: "Nginx",
|
||||
gateway_nginx_desc: "通过OpenTelemetry的Prometheus接收器提供Nginx监控。",
|
||||
gateway_apisix: "APISIX",
|
||||
gateway_apisix_desc: "通过OpenTelemetry的Prometheus接收器提供APISIX监控。",
|
||||
gateway_aws_api_gateway: "AWS API Gateway",
|
||||
|
Loading…
Reference in New Issue
Block a user