From f34902574f1cd2e22e23ec49c25a03c24ee7863d Mon Sep 17 00:00:00 2001 From: Ocetars Date: Wed, 3 Dec 2025 19:55:42 +0800 Subject: [PATCH] =?UTF-8?q?style(command):=20=E6=9B=B4=E6=96=B0=E7=A9=BA?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/i18n/locales/en-US/features/command.json | 2 +- dashboard/src/i18n/locales/zh-CN/features/command.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/command.json b/dashboard/src/i18n/locales/en-US/features/command.json index 63cbaae2e..ab17d7bb0 100644 --- a/dashboard/src/i18n/locales/en-US/features/command.json +++ b/dashboard/src/i18n/locales/en-US/features/command.json @@ -74,7 +74,7 @@ }, "empty": { "noCommands": "No Commands", - "noCommandsDesc": "No registered commands found" + "noCommandsDesc": "No commands found" }, "filters": { "all": "All", diff --git a/dashboard/src/i18n/locales/zh-CN/features/command.json b/dashboard/src/i18n/locales/zh-CN/features/command.json index 6f9497335..514a9837a 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/command.json +++ b/dashboard/src/i18n/locales/zh-CN/features/command.json @@ -74,7 +74,7 @@ }, "empty": { "noCommands": "暂无指令", - "noCommandsDesc": "当前没有已注册的指令" + "noCommandsDesc": "当前筛选条件下没有找到任何指令" }, "filters": { "all": "全部",