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):
8 lines
194 B
JSON
8 lines
194 B
JSON
{
|
|
"title": "登出",
|
|
"subtitle": "下次见",
|
|
"areYouSure": "是否确实要登出?",
|
|
"cancel": "取消",
|
|
"error": "登出时出错 {{errorMessage}}",
|
|
"loggedOut": "登出成功"
|
|
} |