From 0ea95b1ca61585e870b64215a676c1f30dfeae75 Mon Sep 17 00:00:00 2001 From: block666 <47653926+smartboy37597@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:50:05 +0800 Subject: [PATCH] Remove the description of OpenFunction in the UI. (#347) --- src/locales/lang/en.ts | 1 - src/locales/lang/es.ts | 1 - src/locales/lang/menus/en.ts | 7 ------- src/locales/lang/menus/es.ts | 7 ------- src/locales/lang/menus/zh.ts | 6 ------ src/locales/lang/zh.ts | 1 - 6 files changed, 23 deletions(-) diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 9c854703..43987752 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -165,7 +165,6 @@ const msg = { iframeSrc: "Iframe Link", generateLink: "Generate Link", setDuration: "Lock Query Duration", - openFunction: "OpenFunction", period: "Period", windows: "Windows", seconds: "Seconds", diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index 278af1be..801c2ca3 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -149,7 +149,6 @@ const msg = { iframeSrc: "Enlace Iframe", generateLink: "Generar enlaces", setDuration: "Duración de la consulta de bloqueo", - openFunction: "OpenFunction", seconds: "Segundos", hourTip: "Seleccione Hora", minuteTip: "Seleccione Minuto", diff --git a/src/locales/lang/menus/en.ts b/src/locales/lang/menus/en.ts index 82d44e4c..d878eefc 100644 --- a/src/locales/lang/menus/en.ts +++ b/src/locales/lang/menus/en.ts @@ -41,13 +41,6 @@ const titles = { service_mesh_control_plane_desc: "Provide monitoring of the behavior of Istio through its self-monitoring metrics.", service_mesh_data_plane: "Data Plane", service_mesh_data_plane_desc: "Observe Envoy Proxy through Envoy Metrics Service.", - // Functions - functions: "Functions", - functions_desc: - "FaaS (Function-as-a-Service) is a type of cloud-computing service that allows you to execute code in response to events without the complex infrastructure typically associated with building and launching microservices applications.", - functions_openfunction: "OpenFunction", - functions_openfunction_desc: - "OpenFunction as a FaaS platform, provides out-of-box observability with SkyWalking integration.", // Kubernetes kubernetes: "Kubernetes", kubernetes_desc: diff --git a/src/locales/lang/menus/es.ts b/src/locales/lang/menus/es.ts index e961d2f0..e2f667e0 100644 --- a/src/locales/lang/menus/es.ts +++ b/src/locales/lang/menus/es.ts @@ -41,13 +41,6 @@ const titles = { service_mesh_control_plane_desc: "Provide monitoring of the behavior of Istio through its self-monitoring metrics.", service_mesh_data_plane: "Plano de Datos", service_mesh_data_plane_desc: "Observe Envoy Proxy through Envoy Metrics Service.", - // Functions - functions: "Funciones", - functions_desc: - "FaaS (Function-as-a-Service) is a type of cloud-computing service that allows you to execute code in response to events without the complex infrastructure typically associated with building and launching microservices applications.", - functions_openfunction: "OpenFunction", - functions_openfunction_desc: - "OpenFunction as a FaaS platform, provides out-of-box observability with SkyWalking integration.", // Kubernetes kubernetes: "Kubernetes", kubernetes_desc: diff --git a/src/locales/lang/menus/zh.ts b/src/locales/lang/menus/zh.ts index 7ef03fed..5149a7ff 100644 --- a/src/locales/lang/menus/zh.ts +++ b/src/locales/lang/menus/zh.ts @@ -35,12 +35,6 @@ const titles = { service_mesh_control_plane_desc: "通过Istio的自我监控指标提供对其行为的监控。", service_mesh_data_plane: "数据平面", service_mesh_data_plane_desc: "通过Envoy Metrics Service观察Envoy Proxy。", - // Functions - functions: "Functions", - functions_desc: - "FaaS(功能即服务)是一种云计算服务,允许您在没有通常与构建和启动微服务应用程序相关的复杂基础设施的情况下执行代码以响应事件。", - functions_openfunction: "OpenFunction", - functions_openfunction_desc: "OpenFunction作为一个FaaS平台,通过SkyWalking集成提供开箱即用的可观察性。", // Kubernetes kubernetes: "Kubernetes", kubernetes_desc: "Kubernetes是一个开源的容器编排系统,用于自动化软件部署、扩展和管理。", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index e9c340ec..3225a3ac 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -163,7 +163,6 @@ const msg = { iframeSrc: "Iframe链接", generateLink: "生成链接", setDuration: "锁定查询持续时间", - openFunction: "OpenFunction", period: "周期", windows: "Windows", seconds: "秒",