From fd078d263b24222190065a5b3fc6ae75b456f448 Mon Sep 17 00:00:00 2001 From: Acbox Date: Sun, 29 Mar 2026 00:05:07 +0800 Subject: [PATCH] chore(i18n): add sidebar.settings --- apps/web/src/i18n/locales/en.json | 1 + apps/web/src/i18n/locales/zh.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/web/src/i18n/locales/en.json b/apps/web/src/i18n/locales/en.json index 6f6a1552..f519883a 100644 --- a/apps/web/src/i18n/locales/en.json +++ b/apps/web/src/i18n/locales/en.json @@ -63,6 +63,7 @@ "memory": "Memory", "speech": "Speech", "email": "Email", + "settings": "Settings", "profile": "Profile", "home": "Home", "mcp": "MCP", diff --git a/apps/web/src/i18n/locales/zh.json b/apps/web/src/i18n/locales/zh.json index 74d1d335..eadc772d 100644 --- a/apps/web/src/i18n/locales/zh.json +++ b/apps/web/src/i18n/locales/zh.json @@ -59,6 +59,7 @@ "chat": "对话", "bots": "Bots", "providers": "模型", + "settings": "设置", "webSearch": "搜索", "memory": "记忆", "speech": "语音",