quivr/frontend/public/locales/zh-cn/translation.json
Nick Guernsey 253e866a86
feat: enhance user page UI (#1319)
# Description

Hope ya'll don't mind, I updated the User Profile's UI to be a bit more
readable. Kept the design neutral to not impose styles.

I also kept the original toggle buttons for Theme and Language in case
we still want to use those in other places in the app, where a select
menu isn't necessary.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):


https://github.com/StanGirard/quivr/assets/64866427/d0320852-ece1-4002-a180-0005df132e71


https://github.com/StanGirard/quivr/assets/64866427/be3c67ec-8d42-44f9-8131-35a70aec20ef

---------

Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com>
Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2023-10-05 17:50:02 +02:00

53 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"lang": "zh-CN",
"title": "Quivr - 通过人工智能获得第二个大脑",
"title.short": "获得第二个大脑",
"description": "Quivr 是您在云中的第二个大脑,让您轻松存储和检索非结构化信息。",
"getStarted": "开始使用",
"features": "功能",
"two_brains_title": "两个脑袋总比一个好",
"two_brains_desc": "Quivr 是您在云中的第二个大脑,让您轻松存储和检索非结构化信息。",
"any_kind_of_data_title": "存储任何类型的数据",
"any_kind_of_data_desc": "Quivr几乎可以处理任何类型的数据。文本、图像、代码片段我们会帮你处理的。",
"fast_and_accurate_title": "获得一个快速而稳定的大脑",
"fast_and_accurate_desc": "Quivr 是您在云中的第二个大脑,让您轻松存储和检索非结构化信息。",
"fast_and_efficient_title": "快速高效",
"fast_and_efficient_desc": "以速度和效率为核心设计。Quivr确保快速访问您的数据。",
"secure_title": "安全",
"secure_desc": "您的数据,由您掌控。始终如此。",
"open_source_title": "开源",
"open_source_desc": "自由是美好的Quivr 也是如此。开放源代码,免费使用。",
"toastDismiss": "dismiss",
"email": "Email",
"password": "密码",
"or": "或",
"and": "和",
"loginButton": "登录",
"signUpButton": "注册",
"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": "首選語言"
}