From 8f655ec0a6a6beb26a32b5bfb81beb231940e29b Mon Sep 17 00:00:00 2001 From: qingchun <96961592+qingchunnh@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:59:12 +0800 Subject: [PATCH] i18n: Fix zh-CN --- src/lib/i18n/locales/zh-CN/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index f29761e58a..a6a545d7b9 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -31,7 +31,7 @@ "Action": "操作", "Actions": "自动化", "Activate": "激活", - "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在聊天框中输入 \"/{{COMMAND}}\" 激活此命令", + "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在对话框中输入 \"/{{COMMAND}}\" 激活此命令", "Active Users": "当前在线用户", "Add": "添加", "Add a model ID": "添加一个模型 ID",