mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 10:21:54 +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):
34 lines
985 B
JSON
34 lines
985 B
JSON
{
|
|
"lang": "zh-CN",
|
|
"title": "Quivr - 通过生成式人工智能获得第二个大脑",
|
|
"description": "Quivr 是您在云中的第二个大脑,让您轻松存储和检索非结构化信息。",
|
|
"toastDismiss": "好的",
|
|
"email": "电子邮件",
|
|
"or": "或",
|
|
"and": "和",
|
|
"logoutButton": "登出",
|
|
"updateButton": "更新",
|
|
"uploadButton": "上传",
|
|
"uploadingButton": "上传中…",
|
|
"chatButton": "聊天",
|
|
"deleteButton": "删除",
|
|
"deleteForeverButton": "永久删除",
|
|
"doneButton": "完成",
|
|
"resetButton": "重置",
|
|
"newChatButton": "新聊天",
|
|
"createButton": "创建",
|
|
"shareButton": "分享",
|
|
"Upload": "上传",
|
|
"Chat": "聊天",
|
|
"Explore": "探索",
|
|
"loading": "加载中…",
|
|
"comingSoon": "即将推出",
|
|
"Viewer": "查看",
|
|
"Editor": "编辑",
|
|
"Owner": "作者",
|
|
"saveButton": "保存",
|
|
"invalidUrl": "无效的 URL",
|
|
"crawlButton": "爬取",
|
|
"themeSelect": "主题",
|
|
"languageSelect": "首选语言"
|
|
} |