mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
parent
3a3399af94
commit
5507c352af
@ -23,13 +23,13 @@ const TRANSLATIONS = {
|
|||||||
customization: "外观",
|
customization: "外观",
|
||||||
"api-keys": "API 密钥",
|
"api-keys": "API 密钥",
|
||||||
llm: "LLM 首选项",
|
llm: "LLM 首选项",
|
||||||
transcription: "Transcription 模型",
|
transcription: "转录模型",
|
||||||
embedder: "Embedder 首选项",
|
embedder: "Embedder 首选项",
|
||||||
"text-splitting": "文本分割",
|
"text-splitting": "文本分割",
|
||||||
"voice-speech": "语音和讲话",
|
"voice-speech": "语音和讲话",
|
||||||
"vector-database": "向量数据库",
|
"vector-database": "向量数据库",
|
||||||
embeds: "嵌入式对话",
|
embeds: "嵌入式对话",
|
||||||
"embed-chats": "嵌入式对话历史",
|
"embed-chats": "嵌入式对话历史记录",
|
||||||
security: "用户与安全",
|
security: "用户与安全",
|
||||||
"event-logs": "事件日志",
|
"event-logs": "事件日志",
|
||||||
privacy: "隐私与数据",
|
privacy: "隐私与数据",
|
||||||
@ -330,14 +330,14 @@ const TRANSLATIONS = {
|
|||||||
|
|
||||||
// LLM Preferences
|
// LLM Preferences
|
||||||
llm: {
|
llm: {
|
||||||
title: "LLM 偏好",
|
title: "LLM 首选项",
|
||||||
description:
|
description:
|
||||||
"这些是您首选的 LLM 聊天和嵌入提供商的凭据和设置。重要的是,这些密钥是最新的和正确的,否则 AnythingLLM 将无法正常运行。",
|
"这些是您首选的 LLM 聊天和嵌入提供商的凭据和设置。重要的是,这些密钥是最新的和正确的,否则 AnythingLLM 将无法正常运行。",
|
||||||
provider: "LLM 提供商",
|
provider: "LLM 提供商",
|
||||||
},
|
},
|
||||||
|
|
||||||
transcription: {
|
transcription: {
|
||||||
title: "转录模型偏好",
|
title: "转录模型首选项",
|
||||||
description:
|
description:
|
||||||
"这些是您的首选转录模型提供商的凭据和设置。重要的是这些密钥是最新且正确的,否则媒体文件和音频将无法转录。",
|
"这些是您的首选转录模型提供商的凭据和设置。重要的是这些密钥是最新且正确的,否则媒体文件和音频将无法转录。",
|
||||||
provider: "转录提供商",
|
provider: "转录提供商",
|
||||||
@ -404,14 +404,14 @@ const TRANSLATIONS = {
|
|||||||
|
|
||||||
// Embeddable Chat History
|
// Embeddable Chat History
|
||||||
"embed-chats": {
|
"embed-chats": {
|
||||||
title: "嵌入聊天",
|
title: "嵌入的聊天历史纪录",
|
||||||
description: "这些是您发布的任何嵌入的所有记录的聊天和消息。",
|
description: "这些是您发布的任何嵌入的所有记录的聊天和消息。",
|
||||||
table: {
|
table: {
|
||||||
embed: "嵌入",
|
embed: "嵌入",
|
||||||
sender: "发送者",
|
sender: "发送者",
|
||||||
message: "消息",
|
message: "消息",
|
||||||
response: "响应",
|
response: "响应",
|
||||||
at: "发送于",
|
at: "发送时间",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -457,7 +457,7 @@ const TRANSLATIONS = {
|
|||||||
description:
|
description:
|
||||||
"这是您对如何处理连接的第三方提供商和AnythingLLM的数据的配置。",
|
"这是您对如何处理连接的第三方提供商和AnythingLLM的数据的配置。",
|
||||||
llm: "LLM 选择",
|
llm: "LLM 选择",
|
||||||
embedding: "嵌入偏好",
|
embedding: "嵌入首选项",
|
||||||
vector: "向量数据库",
|
vector: "向量数据库",
|
||||||
anonymous: "启用匿名遥测",
|
anonymous: "启用匿名遥测",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user