quivr/frontend/public/locales/zh-cn/explore.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

15 lines
684 B
JSON

{
"title": "探索上传的数据",
"subtitle": "查看、下载或删除大脑使用的知识",
"empty": "哎呀,大脑空空如也。",
"noBrain": "没有找到相应 ID 的大脑",
"sessionNotFound": "未找到用户会话",
"deleted": "{{fileName}} 已从大脑 {{brain}} 中删除。",
"errorDeleting": "删除 {{fileName}} 时发生错误",
"view": "查看",
"chunkNumber": "数据块数量: {{quantity}}",
"notAvailable": "不可用",
"deleteConfirmTitle": "提交",
"deleteConfirmText": "您真的要删除吗?",
"feed_brain_instructions": "要向大脑添加知识,请转到聊天页面,然后单击聊天输入框左侧的加号按钮。"
}