quivr/frontend/public/locales/zh-cn/explore.json
Buer e328ab81b3
feat(translation): Added Simplified Chinese translation,Fix pt-br not working (#1011)
* 🌐 Add Chinese translation, fix pt-br errors.

* 🌐 Fix syntax errors.
2023-08-22 12:04:54 +02:00

14 lines
548 B
JSON

{
"title": "探索上传的数据",
"subtitle": "查看或删除大脑存储的数据",
"empty": "哎呀,你的大脑空空如也.",
"noBrain": "没有找到大脑",
"sessionNotFound": "未找到用户会话",
"deleted": "从大脑 {{brain}} 中删除 {{fileName}}。",
"errorDeleting": "删除 {{fileName}} 时发生错误",
"view": "查看",
"chunkNumber": "No. of chunks: {{quantity}}",
"notAvailable": "不可用",
"deleteConfirmTitle": "提交",
"deleteConfirmText": "你真的要删除吗?"
}