这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions frontend/src/locales/zh/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ const TRANSLATIONS = {
customization: "外观",
"api-keys": "API 密钥",
llm: "LLM 首选项",
transcription: "Transcription 模型",
transcription: "转录模型",
embedder: "Embedder 首选项",
"text-splitting": "文本分割",
"voice-speech": "语音和讲话",
"vector-database": "向量数据库",
embeds: "嵌入式对话",
"embed-chats": "嵌入式对话历史",
"embed-chats": "嵌入式对话历史记录",
security: "用户与安全",
"event-logs": "事件日志",
privacy: "隐私与数据",
Expand Down Expand Up @@ -137,15 +137,15 @@ const TRANSLATIONS = {
// Chat Settings
chat: {
llm: {
title: "工作区LLM提供者",
title: "工作区 LLM 提供者",
description:
"将用于此工作区的特定 LLM 提供商和模型。默认情况下,它使用系统 LLM 提供程序和设置。",
search: "搜索所有 LLM 提供商",
},
model: {
title: "工作区聊天模型",
description:
"将用于此工作区的特定聊天模型。如果为空,将使用系统LLM首选项。",
"将用于此工作区的特定聊天模型。如果为空,将使用系统 LLM 首选项。",
wait: "-- 等待模型 --",
},
mode: {
Expand Down Expand Up @@ -240,7 +240,7 @@ const TRANSLATIONS = {
description:
"使用这些预构建的技能提高默认代理的自然能力。此设置适用于所有工作区。",
rag: {
title: "RAG和长期记忆",
title: "RAG 和长期记忆",
description:
'允许代理利用您的本地文档来回答查询,或要求代理"记住"长期记忆检索的内容片段。',
},
Expand Down Expand Up @@ -330,14 +330,14 @@ const TRANSLATIONS = {

// LLM Preferences
llm: {
title: "LLM 偏好",
title: "LLM 首选项",
description:
"这些是您首选的 LLM 聊天和嵌入提供商的凭据和设置。重要的是,这些密钥是最新的和正确的,否则 AnythingLLM 将无法正常运行。",
provider: "LLM 提供商",
},

transcription: {
title: "转录模型偏好",
title: "转录模型首选项",
description:
"这些是您的首选转录模型提供商的凭据和设置。重要的是这些密钥是最新且正确的,否则媒体文件和音频将无法转录。",
provider: "转录提供商",
Expand Down Expand Up @@ -404,14 +404,14 @@ const TRANSLATIONS = {

// Embeddable Chat History
"embed-chats": {
title: "嵌入聊天",
title: "嵌入的聊天历史纪录",
description: "这些是您发布的任何嵌入的所有记录的聊天和消息。",
table: {
embed: "嵌入",
sender: "发送者",
message: "消息",
response: "响应",
at: "发送于",
at: "发送时间",
},
},

Expand Down Expand Up @@ -456,8 +456,8 @@ const TRANSLATIONS = {
title: "隐私和数据处理",
description:
"这是您对如何处理连接的第三方提供商和AnythingLLM的数据的配置。",
llm: "LLM选择",
embedding: "嵌入偏好",
llm: "LLM 选择",
embedding: "嵌入首选项",
vector: "向量数据库",
anonymous: "启用匿名遥测",
},
Expand Down