mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 02:11:35 +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):
11 lines
508 B
JSON
11 lines
508 B
JSON
{
|
|
"deleteButton": "删除大脑",
|
|
"deleteConfirmQuestion": "您确定要删除这个大脑吗?此操作无法撤销!",
|
|
"deleteConfirmYes": "是的,我要删除",
|
|
"returnButton": "返回",
|
|
"unsubscribeButton": "取消订阅大脑",
|
|
"unsubscribeConfirmQuestion": "您确定要取消订阅此大脑吗?",
|
|
"unsubscribeConfirmYes": "是的,取消订阅此大脑",
|
|
"successfully_deleted": "大脑已成功删除。",
|
|
"successfully_unsubscribed": "您已成功取消订阅此大脑。"
|
|
} |