quivr/frontend/public/locales/zh-cn/chat.json
Jerry Shang eb682c7219
fix: missing or inaccurate zh-cn translations (#1558)
# Description

There are some missing(like some russian and traditional chinese words)
or inaccurate texts in zh-ch locale.

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- I am confusing that not all the json files have same indent spaces. I
am not sure is it ok that the 4-spaces ones were changed to 2-spaces. 😅
- [x] I have performed a self-review of my code

## Screenshots (if appropriate):
2023-11-02 09:52:21 +01:00

55 lines
2.6 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": "向大脑添加知识",
"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": "什么是大脑?",
"answer": {
"how_to_use_quivr": "查看文档 https://brain.quivr.app/docs/intro.html",
"what_is_quivr": "Quivr 是一个有用的助手。",
"what_is_brain": "大脑包含知识。"
}
},
"welcome": "欢迎"
}