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": "语音",