diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 009b2ecf3..0d42c11a8 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -333,7 +333,7 @@
-
Local Models
+
{$i18n.t('Local Models')}
{$i18n.t('Memory')} diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 657b2ad55..890736f0e 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -546,7 +546,10 @@ "Youtube": "YouTube", "Youtube Loader Settings": "YouTube 爬取设置", "Ollama API is disabled": "Ollama API 已禁用", + "This is an experimental feature, it may not function as expected and is subject to change at any time.": "这是一个实验性功能,可能无法按预期运行,并随时可能更改。", "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "使用\"User\" (用户) 来指代自己(例如:“User 正在学习西班牙语”)", + "Local Models": "本地模型", + "External Models": "外部模型", "Account Activation Pending": "账号待激活", "Contact Admin for WebUI Access": "请联系管理员以获取访问权限", "Your account status is currently pending activation.": "您的账号当前状态为待激活。",