Copilot commented on code in PR #3325:
URL: https://github.com/apache/apisix-dashboard/pull/3325#discussion_r2939546377


##########
src/locales/tr/common.json:
##########
@@ -329,7 +329,8 @@
     "singular": "Secret"
   },
   "services": {
-    "singular": "Service"
+    "singular": "Service",
+    "empty": "Hizmet bulunamadı. İlk hizmetinizi oluşturmak için Hizmet 
Ekle'ye tıklayın."

Review Comment:
   This empty-state message tells users to click "Hizmet Ekle", but in this 
locale the Add button label is generated from `info.add.title` ("{{name}} 
Ekle") and `services.singular` ("Service"), which will render as "Service 
Ekle". Please align the wording here with the actual UI label to avoid 
confusing users.
   



##########
src/locales/zh/common.json:
##########
@@ -329,7 +329,8 @@
     "singular": "Secret"
   },
   "services": {
-    "singular": "服务"
+    "singular": "服务",
+    "empty": "未找到服务。点击添加服务以创建您的第一个服务。"

Review Comment:
   Minor consistency: the Add button label in this locale is generated from 
`info.add.title` ("添加 {{name}}") and `services.singular` ("服务"), which will 
render with a space ("添加 服务"). This new empty-state text uses "添加服务" without a 
space. Consider matching the exact UI label text (or adjusting 
`info.add.title`) so the call-to-action matches what users see.



##########
src/locales/es/common.json:
##########
@@ -329,7 +329,8 @@
     "singular": "Secreto"
   },
   "services": {
-    "singular": "Servicio"
+    "singular": "Servicio",
+    "empty": "No se encontraron servicios. Haga clic en Agregar servicio para 
crear el primero."

Review Comment:
   The empty-state text references an "Add service" action, but here it uses 
"Agregar servicio" while the actual button label in this locale comes from 
`info.add.title` ("Añadir {{name}}" → "Añadir Servicio"). Consider updating 
this string to match the UI label wording so users can find the correct action 
easily.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to