mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-17 19:32:47 +03:00
1ec736b357
* feat(brainSettings): add feed process instrcution to knowledge tab * feat: prevent default brain auto fetch * feat: prevent chat submision on submit button click * feat: remove unrelevant toast * feat: remove duplicated GA initialization * feat: add brain name in notifications * fix(test): update analytics import path * refactor: move ChatsList utils to ChatsList directory * fix(test): update chatlist tests
15 lines
685 B
JSON
15 lines
685 B
JSON
{
|
|
"title": "探索上传的数据",
|
|
"subtitle": "查看或删除大脑存储的数据",
|
|
"empty": "哎呀,你的大脑空空如也.",
|
|
"noBrain": "没有找到大脑",
|
|
"sessionNotFound": "未找到用户会话",
|
|
"deleted": "从大脑 {{brain}} 中删除 {{fileName}}。",
|
|
"errorDeleting": "删除 {{fileName}} 时发生错误",
|
|
"view": "查看",
|
|
"chunkNumber": "No. of chunks: {{quantity}}",
|
|
"notAvailable": "不可用",
|
|
"deleteConfirmTitle": "提交",
|
|
"deleteConfirmText": "你真的要删除吗?",
|
|
"feed_brain_instructions": "要向大脑添加知识,请转到聊天页面,然后单击聊天输入框左侧的加号按钮。"
|
|
} |