mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +03:00
51de056e5f
Issue: https://github.com/users/StanGirard/projects/5/views/2?pane=issue&itemId=46291978 - Finalise steps based brain creation - Remove feature flag - Demo: <img width="1068" alt="Screenshot 2023-12-05 at 18 05 52" src="https://github.com/StanGirard/quivr/assets/63923024/99e38cab-d510-4bb5-8153-b0db406d1650"> https://github.com/StanGirard/quivr/assets/63923024/1850e2bd-5df1-43fe-be9e-261a3b90af2b https://github.com/StanGirard/quivr/assets/63923024/c7335679-b090-40ac-aece-fbaae0303d51
71 lines
3.5 KiB
JSON
71 lines
3.5 KiB
JSON
{
|
||
"searchBrain": "搜索大脑",
|
||
"selectBrain": "请选择一个大脑",
|
||
"brainCreated": "大脑创建成功",
|
||
"newBrain": "添加新大脑",
|
||
"newBrainTitle": "添加新大脑",
|
||
"newBrainSubtitle": "为您的数据创建一个新空间",
|
||
"brainName": "大脑名称",
|
||
"brainNamePlaceholder": "例如:历史笔记",
|
||
"brainDescription": "描述",
|
||
"brainDescriptionPlaceholder": "我的新大脑是关于…",
|
||
"shareBrain": "分享大脑 {{name}}",
|
||
"shareBrainUsers": "具有访问权限的用户",
|
||
"shareBrainLink": "点击复制链接来分享大脑",
|
||
"copiedToClipboard": "已复制到剪贴板",
|
||
"inviteUsers": "添加新用户",
|
||
"usersInvited": "已成功邀请用户",
|
||
"errorSendingInvitation": "发送邀请时发生错误",
|
||
"brainUndefined": "大脑未定义",
|
||
"noBrainUsers": "没有大脑用户",
|
||
"errorFetchingBrainUsers": "获取大脑用户时发生错误",
|
||
"usersWithAccess": "具有访问权限的用户",
|
||
"userRoleUpdated": "成功将 {{email}} 更新为 {{newRole}}",
|
||
"userRoleUpdateFailed": "无法将 {{email}} 更新为 {{newRole}}",
|
||
"userRemoved": "从大脑中删除了 {{email}}",
|
||
"userRemoveFailed": "无法从大脑中删除 {{email}}",
|
||
"defaultBrain": "默认大脑",
|
||
"setDefaultBrain": "设置为默认大脑",
|
||
"errorCreatingBrain": "创建大脑时发生错误",
|
||
"private_brain_label": "私有",
|
||
"public_brain_label": "公共",
|
||
"brain_status_label": "访问模式",
|
||
"set_brain_status_to_public_modal_title": "您确定要将大脑设置为可<span class='text-primary'>公共</span>访问吗?<br/><br/>",
|
||
"set_brain_status_to_public_modal_description": "每个 Quivr 用户都可以:<br/>- 在 “大脑库” 中订阅此大脑。<br/>- 使用此大脑并检查提示和模型配置。<br/><br/>他们将无法访问您上传的文件和人员部分。",
|
||
"confirm_set_brain_status_to_public": "是的,设为公共",
|
||
"cancel_set_brain_status_to_public": "不,保持私有",
|
||
"brain_library_button_label": "大脑库",
|
||
"public_brains_search_bar_placeholder": "搜索公共大脑",
|
||
"public_brain_subscribe_button_label": "订阅",
|
||
"public_brain_subscription_success_message": "您成功订阅了该大脑",
|
||
"public_brain_last_update_label": "最后更新",
|
||
"public_brain_already_subscribed_button_label": "已订阅",
|
||
"set_brain_status_to_private_modal_title": "您确定要将此大脑设置为<span class='text-primary'>私有</span>模式吗?<br/><br/>",
|
||
"set_brain_status_to_private_modal_description": "Quivr 用户将无法再使用此大脑,并且不会在大脑库中看到它。",
|
||
"confirm_set_brain_status_to_private": "是的,设为私有",
|
||
"cancel_set_brain_status_to_private": "不,保持公开",
|
||
"brain_management_button_label": "管理",
|
||
"empty_brain_description": "无描述",
|
||
"myBrains": "我的大脑",
|
||
"knowledge_source_doc": "文档",
|
||
"knowledge_source_api": "API",
|
||
"knowledge_source_chatflow": "代理",
|
||
"knowledge_source_label": "知识来源",
|
||
"api_brain":{
|
||
"name": "名称",
|
||
"description": "描述",
|
||
"type": "类型",
|
||
"required": "必填",
|
||
"addRow": "添加行",
|
||
"value": "值"
|
||
},
|
||
"update_secrets_message": "输入您的秘密。在调用API时,此信息是必需的以识别您",
|
||
"update_secrets_button": "更新秘密",
|
||
"secrets_updated": "秘密已更新",
|
||
"secrets_update_error": "更新秘密时出错",
|
||
"manage_brain": "管理大脑",
|
||
"brain_type": "脑类型",
|
||
"brain_params": "脑参数",
|
||
"resources": "资源"
|
||
}
|