This is an automated email from the ASF dual-hosted git repository. liuhan pushed a commit to branch cilium-menu in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
commit a37bb172371dab8127df2d448252ea2d7b55ce3e Author: mrproliu <[email protected]> AuthorDate: Fri Jun 28 17:08:18 2024 +0800 Adding cilium icon and i18n for menu --- src/assets/icons/cilium.svg | 16 ++++++++++++++++ src/locales/lang/menus/en.ts | 4 ++++ src/locales/lang/menus/es.ts | 4 ++++ src/locales/lang/menus/zh.ts | 4 ++++ 4 files changed, 28 insertions(+) diff --git a/src/assets/icons/cilium.svg b/src/assets/icons/cilium.svg new file mode 100644 index 00000000..dc7ce90b --- /dev/null +++ b/src/assets/icons/cilium.svg @@ -0,0 +1,16 @@ +<!-- Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. --> + +<svg width="16" height="16" viewBox="20 0 70 72" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m49.72 45.923-5.505-9.69 5.505-9.69h10.974l5.506 9.69-5.506 9.69H49.72ZM49.72 69.367l-5.505-9.69 5.505-9.689h10.974l5.506 9.69-5.506 9.69H49.72ZM49.72 22.477l-5.505-9.689 5.505-9.69h10.974l5.506 9.69-5.506 9.69H49.72ZM70.06 57.644l-5.506-9.69 5.506-9.69h10.974l5.506 9.69-5.506 9.69H70.06ZM70.06 34.2l-5.506-9.69 5.506-9.69h10.974l5.506 9.69-5.506 9.69H70.06ZM29.357 57.644l-5.506-9.69 5 [...] \ No newline at end of file diff --git a/src/locales/lang/menus/en.ts b/src/locales/lang/menus/en.ts index 93f7b578..dd59266d 100644 --- a/src/locales/lang/menus/en.ts +++ b/src/locales/lang/menus/en.ts @@ -125,6 +125,10 @@ const titles = { self_observability_satellite: "Satellite", self_observability_satellite_desc: "Satellite: an open-source agent designed for the cloud-native infrastructures, which provides a low-cost, high-efficient, and more secure way to collect telemetry data. It is the recommended load balancer for telemetry collecting.", + cilium: "Cilium", + cilium_desc: "Cilium is a CNI plugin for Kubernetes that provides eBPF-based networking, security, and load balancing.", + cilium_service: "Cilium Service", + cilium_service_desc: "Observe Service status and resources from Cilium Hubble.", }; export default titles; diff --git a/src/locales/lang/menus/es.ts b/src/locales/lang/menus/es.ts index 88d9451d..571a64fb 100644 --- a/src/locales/lang/menus/es.ts +++ b/src/locales/lang/menus/es.ts @@ -126,6 +126,10 @@ const titles = { self_observability_satellite: "Satellite", self_observability_satellite_desc: "Satellite: an open-source agent designed for the cloud-native infrastructures, which provides a low-cost, high-efficient, and more secure way to collect telemetry data. It is the recommended load balancer for telemetry collecting.", + cilium: "Cilium", + cilium_desc: "Cilium es un complemento CNI para Kubernetes que proporciona redes, seguridad y equilibrio de carga basados en eBPF.", + cilium_service: "Cilium Service", + cilium_service_desc: "Observe el estado del servicio y los recursos de Cilium Hubble.", }; export default titles; diff --git a/src/locales/lang/menus/zh.ts b/src/locales/lang/menus/zh.ts index 790ec197..bf81a31d 100644 --- a/src/locales/lang/menus/zh.ts +++ b/src/locales/lang/menus/zh.ts @@ -111,6 +111,10 @@ const titles = { self_observability_satellite: "Satellite", self_observability_satellite_desc: "Satellite:为云原生基础设施设计的开源代理,提供了一种低成本、高效、更安全的遥测数据收集方式。它是遥测采集的推荐负载均衡器。", + cilium: "Cilium", + cilium_desc: "Cilium是Kubernetes上的CNI插件,提供基于eBPF的网络、安全和负载均衡。", + cilium_service: "Cilium服务", + cilium_service_desc: "通过Cilium Hubble收集的遥测数据观察服务。", }; export default titles;
