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


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

Review Comment:
   The new `services.empty` string references the Add button label (“点击添加服务…”), 
but this locale’s `info.add.title` is `"添加 {{name}}"` (likely rendering as “添加 
服务” for services). This may make the instruction not match the actual button 
text; consider aligning the phrasing with `info.add.title` (or avoiding 
referring to the exact label).
   



-- 
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