feat: add Nginx menu i18n (#338)

This commit is contained in:
weixiang1862 2023-11-16 21:23:10 +08:00 committed by GitHub
parent 2085dc84b9
commit 8f3ce7d371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",