This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 1e0c253 Update MySQL UI to support MariaDB (#207)
1e0c253 is described below
commit 1e0c2534884a815b7777d84e17f31d5fcb3a4560
Author: Mahmoud Anwer <[email protected]>
AuthorDate: Mon Dec 12 04:45:07 2022 +0200
Update MySQL UI to support MariaDB (#207)
---
src/locales/lang/en.ts | 2 +-
src/locales/lang/es.ts | 2 +-
src/locales/lang/zh.ts | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts
index 6681cd9..4cf0c1b 100644
--- a/src/locales/lang/en.ts
+++ b/src/locales/lang/en.ts
@@ -32,7 +32,7 @@ const msg = {
dashboards: "Dashboards",
profiles: "Profiles",
database: "Database",
- mySQL: "MySQL",
+ mySQL: "MySQL/MariaDB",
serviceName: "Service Name",
technologies: "Technologies",
generalServicePanel: "General Service Panel",
diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts
index d6ef9bf..f0549ae 100644
--- a/src/locales/lang/es.ts
+++ b/src/locales/lang/es.ts
@@ -32,7 +32,7 @@ const msg = {
dashboards: "Paneles",
profiles: "Perfiles",
database: "Base de Datos",
- mySQL: "MySQL",
+ mySQL: "MySQL/MariaDB",
serviceName: "Nombre Servicio",
technologies: "Tecnologías",
generalServicePanel: "Panel Servicio General",
diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts
index 32252d9..b5a03bf 100644
--- a/src/locales/lang/zh.ts
+++ b/src/locales/lang/zh.ts
@@ -32,7 +32,7 @@ const msg = {
dashboards: "仪表盘",
profiles: "性能剖析",
database: "数据库",
- mySQL: "MySQL",
+ mySQL: "MySQL/MariaDB",
serviceName: "服务名称",
technologies: "技术",
health: "健康",