This is an automated email from the ASF dual-hosted git repository.

baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 0913716a5 fix(i18n): add missing services.empty translation key (#3325)
0913716a5 is described below

commit 0913716a5a6d4acca675002f20434d458fc42a8b
Author: Kumar Vanshaj <[email protected]>
AuthorDate: Tue Mar 17 08:31:28 2026 +0530

    fix(i18n): add missing services.empty translation key (#3325)
---
 src/locales/de/common.json | 3 ++-
 src/locales/es/common.json | 3 ++-
 src/locales/tr/common.json | 3 ++-
 src/locales/zh/common.json | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/locales/de/common.json b/src/locales/de/common.json
index 0322e6a3a..89817b6a1 100644
--- a/src/locales/de/common.json
+++ b/src/locales/de/common.json
@@ -329,7 +329,8 @@
     "singular": "Secret"
   },
   "services": {
-    "singular": "Service"
+    "singular": "Service",
+    "empty": "Keine Services gefunden. Klicken Sie auf Service hinzufügen, um 
Ihren ersten zu erstellen."
   },
   "settings": {
     "adminKey": "Admin Key",
diff --git a/src/locales/es/common.json b/src/locales/es/common.json
index 1af5a22b8..d46f14f9d 100644
--- a/src/locales/es/common.json
+++ b/src/locales/es/common.json
@@ -329,7 +329,8 @@
     "singular": "Secreto"
   },
   "services": {
-    "singular": "Servicio"
+    "singular": "Servicio",
+    "empty": "No se encontraron servicios. Haga clic en Añadir Servicio para 
crear el primero."
   },
   "settings": {
     "adminKey": "Clave de Administrador",
diff --git a/src/locales/tr/common.json b/src/locales/tr/common.json
index d2fdec0ca..63745f663 100644
--- a/src/locales/tr/common.json
+++ b/src/locales/tr/common.json
@@ -329,7 +329,8 @@
     "singular": "Secret"
   },
   "services": {
-    "singular": "Service"
+    "singular": "Service",
+    "empty": "Service bulunamadı. İlk Service'inizi oluşturmak için Service 
Ekle'ye tıklayın."
   },
   "settings": {
     "adminKey": "Admin Key",
diff --git a/src/locales/zh/common.json b/src/locales/zh/common.json
index 2f051bb93..b5861692f 100644
--- a/src/locales/zh/common.json
+++ b/src/locales/zh/common.json
@@ -329,7 +329,8 @@
     "singular": "Secret"
   },
   "services": {
-    "singular": "服务"
+    "singular": "服务",
+    "empty": "未找到服务。创建您的第一个服务。"
   },
   "settings": {
     "adminKey": "管理员密钥",

Reply via email to