quivr/frontend/public/locales/zh-cn/config.json
2023-08-30 11:20:28 +02:00

52 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "配置",
"subtitle": "管理你的大脑",
"settings": "设置",
"people": "成员",
"knowledge": "知识",
"modelSection": "模型配置",
"openAiKeyLabel": "Open AI Key",
"openAiKeyPlaceholder": "sk-xxx",
"modelLabel": "模型",
"anthropicKeyPlaceholder": "Anthropic API Key",
"anthropicKeyLabel": "Anthropic API Key",
"temperature": "随机性Temperature",
"maxTokens": "最大tokens数",
"accountSection": "您的账户",
"signedInAs": "已登录为",
"backendSection": "后台配置",
"backendUrlPlaceHolder": "后台地址",
"backendUrlLabel": "后台地址",
"supabaseURLPlaceHolder": "Supabase URL",
"supabaseURLLabel": "Supabase URL",
"supabaseKeyPlaceHolder": "Supabase key",
"supabaseKeyLabel": "Supabase key",
"keepInLocal": "保留在本地",
"customPromptSection": "自定义提示",
"selectQuivrPersonalityBtn": "选择一个Quivr的性格",
"promptName": "提示标题",
"promptNamePlaceholder": "我的提示名称",
"promptContent": "提示内容",
"promptContentPlaceholder": "作为一个人工智能,你...",
"promptRemoved": "成功删除提示",
"errorRemovingPrompt": "删除提示时出错",
"removePrompt": "删除提示",
"newAPIKey": "创建新密钥",
"configSaved": "配置已保存",
"configReset": "配置已重置",
"invalidOpenAiKey": "无效的 OpenAI Key",
"error.createApiKey": "创建API密钥时出错",
"error.copy": "复制失败",
"updatingBrainSettings": "更新大脑设置中...",
"defaultBrainSet": "大脑已成功设置为默认值。",
"nameRequired": "名称为必填项",
"promptFieldsRequired": "提示标题和内容是必需的",
"brainUpdated": "大脑更新成功",
"publicPrompts": "在公共提示中选择",
"roleRequired": "您没有访问此选项卡所需的权限 🧠💡🥲.",
"requireAccess": "请向所有者申请访问权限.",
"ohno": "哎呀!",
"noUser": "没有用户",
"incorrectApiKey": "无效的API密钥",
"invalidApiKeyError": "无效的API密钥"
}