Skip to content

Commit 28c2ed3

Browse files
authored
🐛 Bugfix: Fix i18n translation issues in navigation sidebar (#3288)
* Move non-shadcn ui component to other folder * Bugfix: Fix incomplete display of tenant resources page after window resize * Bugfix: Fix incomplete display of tenant resources page after window resize * Bugfix: Fix inability to select agent from agent space to edit * Bugfix: Display correct version info when viewing agent details * Bugfix: Adjust agent detail UI layout to accommodate newly added "self-verification" field * Refactor: update left navigation menu * 删除快速配置页面 * 删除注释 * 更新i18n * Bugfix: Fix i18n translation issues in navigation sidebar
1 parent 4becd69 commit 28c2ed3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/public/locales/zh/common.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,10 +1649,10 @@
16491649
"sidebar.homePage": "首页",
16501650
"sidebar.startChat": "开始问答",
16511651
"sidebar.quickConfig": "快速配置",
1652-
"sidebar.resourceSpace": "资源空间",
1653-
"sidebar.agentSpace": "Agent 空间",
1654-
"sidebar.mcpSpace": "MCP 空间",
1655-
"sidebar.skillSpace": "Skill 空间",
1652+
"sidebar.resourceSpace": "资源仓库",
1653+
"sidebar.agentSpace": "Agent 仓库",
1654+
"sidebar.mcpSpace": "MCP 仓库",
1655+
"sidebar.skillSpace": "Skill 仓库",
16561656
"sidebar.agentMarket": "智能体市场",
16571657
"sidebar.agentDev": "智能体开发",
16581658
"sidebar.agentConfig": "智能体配置",

0 commit comments

Comments
 (0)