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

20 lines
951 B
JSON

{
"title": "上传知识",
"subtitle": "支持文本、文档、电子表格、演示文稿、音频、视频和网页链接",
"drop": "将文件拖放到这里...",
"webSite": "插入网站链接",
"success": "文件上传成功",
"uploadFailed": "上传文件失败:{{message}}",
"maxSizeError": "文件太大",
"alreadyAdded": "{{fileName}} 已经添加,但尚未发送到您的大脑。",
"addFiles": "请添加要上传的文件",
"selectBrain": "请选择或创建一个大脑来上传文件。",
"invalidUrl": "无效的链接",
"crawlFailed": "抓取网站失败:{{message}}",
"ohNo": "不好了!",
"selectBrainFirst": "您需要先选择一个大脑。 🧠💡🥲",
"missingNecessaryRole": "您没有所选大脑的上传权限。 🧠💡🥲",
"invalidFileType": "不支持的文件类型",
"feed_form_submit_button": "发送到我的大脑",
"selected_brain_select_label": "选择一个大脑"
}