quivr/frontend/public/locales/zh-cn/chat.json
Mamadou DICKO 85eba3da70
feat: add onboarding step 3 (#1324)
* feat: add OnboardingContext

* feat: add Step3 boilerplate

* feat: activate step3

* feat: add <Step3/> content

* feat: add shouldStream guard on useStreamText
2023-10-04 16:26:56 +02:00

50 lines
2.5 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": "与 {{brain}} 聊天",
"brain": "大脑",
"keyboard_shortcuts": "键盘快捷键",
"brains": "大脑们",
"subtitle": "与语言模型讨论您上传的数据",
"limit_reached": "您已达到请求限制,请稍后再试",
"error_occurred": "获取答案时发生错误",
"noCurrentBrain": "没有当前的大脑",
"errorParsingData": "解析数据时发生错误",
"resposeBodyNull": "响应内容为空",
"tooManyRequests": "您已超过每天的请求次数。想要继续聊天请在您的个人资料或使用的大脑中输入OpenAI API密钥。",
"receivedResponse": "收到响应。开始处理流...",
"errorCallingAPI": "调用API时出错",
"ask": "提出一个问题,或描述一个任务。",
"begin_conversation_placeholder": "在这里开始对话...",
"thinking": "思考中...",
"chat": "聊天",
"errorFetching": "获取您的聊天记录时发生错误",
"chatDeleted": "聊天删除成功. Id: {{id}}",
"errorDeleting": "删除聊天时出错: {{error}}",
"chatNameUpdated": "聊天名称已更新",
"shortcut_select_brain": "@: 选择一个大脑进行交流",
"shortcut_select_file": "/: 选择一个文件进行对话",
"shortcut_choose_prompt": "#: 选择一个特定的提示",
"shortcut_create_brain": "@+: 创建一个新的大脑",
"shortcut_feed_brain": "/+: 用知识充实大脑",
"shortcut_create_prompt": "#+: 创建一个新的自定义提示",
"shortcut_manage_brains": "CMDB: 管理你的大脑",
"shortcut_go_to_user_page": "CMDU: 进入用户页面",
"shortcut_go_to_shortcuts": "CMDK: 前往快捷方式",
"actions_bar_placeholder": "向@大脑提问,选择您的#提示",
"missing_brain": "请选择一个大脑进行聊天",
"new_prompt": "新提示",
"feed_brain_placeholder": "选择要用这些文件喂养的 @大脑",
"feedingBrain": "您新添加的知识正在处理中,同时您可以继续聊天!",
"add_content_card_button_tooltip": "向大脑添加知识",
"onboarding":{
"download_message_1": "你好 👋🏻 想要发现 Quivr 吗? 😇",
"download_message_2": "步骤 1下载“Quivr 文档”",
"upload_message_1": "恭喜您迈出第一步 🥳!",
"upload_message_2": "第2步现在将其拖放到聊天框或 📎 中",
"how_to_use_quivr": "如何使用Quivr",
"what_is_quivr": "什么是Quivr",
"what_is_brain": "什么是大脑?",
"last_step":"最后一步 🥳",
"ask_question_to_file":"向您的文件提问。例如:'你在谈论什么?'"
}
}