mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +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):
10 lines
274 B
JSON
10 lines
274 B
JSON
{
|
|
"title": "{{user}} 的大脑使用情况",
|
|
"fetching": "获取数据中…",
|
|
"requestsCount": "今日请求数:{{count}}",
|
|
"brainSize": "剩余大脑容量",
|
|
"empty": "空",
|
|
"Used": "已使用",
|
|
"Unused": "未使用",
|
|
"brainUsage": "大脑使用情况"
|
|
} |