diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 8907f31ba8..d5fedbac28 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -1241,7 +1241,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s languageTip: 'Allows sentence rewriting with the specified language or defaults to the latest question if not selected.', avatarHidden: 'Hide avatar', - locale: 'Locale', + locale: 'Language', selectLanguage: 'Select a language', reasoning: 'Reasoning', reasoningTip: `Whether to enable a reasoning workflow during question answering, as seen in models like Deepseek-R1 or OpenAI o1. When enabled, this allows the model to access external knowledge and tackle complex questions in a step-by-step manner, leveraging techniques like chain-of-thought reasoning. This approach enhances the model's ability to provide accurate responses by breaking down problems into manageable steps, improving performance on tasks that require logical reasoning and multi-step thinking.`, diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 6ecf82678e..67a6bf7c84 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -1159,7 +1159,7 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系 cancel: '取消', chatSetting: '聊天设置', avatarHidden: '隐藏头像', - locale: '地区', + locale: '语言', tocEnhance: 'PageIndex', tocEnhanceTip: `解析文档时生成了目录信息(见General方法的'启用目录抽取'),让大模型返回和用户问题相关的目录项,从而利用目录项拿到相关chunk,对这些chunk在排序中进行加权。这种方法来源于模仿人类查询书本中知识的行为逻辑`, batchDeleteSessions: '批量删除',