From ffdedde6ac7d83257c74c8fd6fe08064c6adbe6c Mon Sep 17 00:00:00 2001 From: "Apple\\Apple" Date: Sun, 1 Jun 2025 13:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8Fi18n:=20Siderbar=20`Playground`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/SiderBar.js | 2 +- web/src/i18n/locales/en.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/components/SiderBar.js b/web/src/components/SiderBar.js index 098e8d62..020b5a7e 100644 --- a/web/src/components/SiderBar.js +++ b/web/src/components/SiderBar.js @@ -249,7 +249,7 @@ const SiderBar = () => { const chatMenuItems = useMemo( () => [ { - text: 'Playground', + text: t('操练场'), itemKey: 'playground', to: '/playground', icon: , diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json index e64452f8..3ab3a51f 100644 --- a/web/src/i18n/locales/en.json +++ b/web/src/i18n/locales/en.json @@ -1531,5 +1531,6 @@ "关闭公告": "Close Notice", "搜索条件": "Search Conditions", "加载中...": "Loading...", - "暂无公告": "No Notice" + "暂无公告": "No Notice", + "操练场": "Playground" } \ No newline at end of file