mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +03:00
eb682c7219
# 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):
15 lines
684 B
JSON
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": "要向大脑添加知识,请转到聊天页面,然后单击聊天输入框左侧的加号按钮。"
|
|
} |