mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:54:01 +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: "Gateway",
|
||||||
gateway_desc:
|
gateway_desc:
|
||||||
"API gateway is an API management tool that sits between a client and a collection of backend services.",
|
"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: "APISIX",
|
||||||
gateway_apisix_desc: "Provide APISIX monitoring through OpenTelemetry's Prometheus Receiver.",
|
gateway_apisix_desc: "Provide APISIX monitoring through OpenTelemetry's Prometheus Receiver.",
|
||||||
gateway_aws_api_gateway: "AWS API Gateway",
|
gateway_aws_api_gateway: "AWS API Gateway",
|
||||||
|
@ -82,6 +82,8 @@ const titles = {
|
|||||||
gateway: "Puerta",
|
gateway: "Puerta",
|
||||||
gateway_desc:
|
gateway_desc:
|
||||||
"API gateway is an API management tool that sits between a client and a collection of backend services.",
|
"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: "APISIX",
|
||||||
gateway_apisix_desc: "Provide APISIX monitoring through OpenTelemetry's Prometheus Receiver.",
|
gateway_apisix_desc: "Provide APISIX monitoring through OpenTelemetry's Prometheus Receiver.",
|
||||||
gateway_aws_api_gateway: "AWS API Gateway",
|
gateway_aws_api_gateway: "AWS API Gateway",
|
||||||
|
@ -72,6 +72,8 @@ const titles = {
|
|||||||
// Gateway
|
// Gateway
|
||||||
gateway: "网关",
|
gateway: "网关",
|
||||||
gateway_desc: "API网关是位于客户端和后端服务集合之间的API管理工具。",
|
gateway_desc: "API网关是位于客户端和后端服务集合之间的API管理工具。",
|
||||||
|
gateway_nginx: "Nginx",
|
||||||
|
gateway_nginx_desc: "通过OpenTelemetry的Prometheus接收器提供Nginx监控。",
|
||||||
gateway_apisix: "APISIX",
|
gateway_apisix: "APISIX",
|
||||||
gateway_apisix_desc: "通过OpenTelemetry的Prometheus接收器提供APISIX监控。",
|
gateway_apisix_desc: "通过OpenTelemetry的Prometheus接收器提供APISIX监控。",
|
||||||
gateway_aws_api_gateway: "AWS API Gateway",
|
gateway_aws_api_gateway: "AWS API Gateway",
|
||||||
|
Loading…
Reference in New Issue
Block a user