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

10 lines
274 B
JSON

{
"title": "{{user}} 的大脑使用情况",
"fetching": "获取数据中…",
"requestsCount": "今日请求数:{{count}}",
"brainSize": "剩余大脑容量",
"empty": "空",
"Used": "已使用",
"Unused": "未使用",
"brainUsage": "大脑使用情况"
}