quivr/frontend/public/locales/zh-cn/chat.json

50 lines
2.4 KiB
JSON
Raw Normal View History

{
"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": "向大脑添加知识",
"back_to_chat": "返回聊天",
"onboarding": {
"title": "嗨 👋🏻 想要探索 Quivr😇",
"step_1_1": "1. 在聊天框或📎上拖放文件。",
"step_1_2": "没有文件?下载 'Quivr 文档'",
"step_2": "2. 开始与您的文件聊天",
"step_3": "3. 尽情享受!",
"how_to_use_quivr": "如何使用Quivr",
"what_is_quivr": "什么是Quivr",
"what_is_brain": "什么是大脑?"
}
}