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

11 lines
508 B
JSON

{
"deleteButton": "删除大脑",
"deleteConfirmQuestion": "您确定要删除这个大脑吗?此操作无法撤销!",
"deleteConfirmYes": "是的,我要删除",
"returnButton": "返回",
"unsubscribeButton": "取消订阅大脑",
"unsubscribeConfirmQuestion": "您确定要取消订阅此大脑吗?",
"unsubscribeConfirmYes": "是的,取消订阅此大脑",
"successfully_deleted": "大脑已成功删除。",
"successfully_unsubscribed": "您已成功取消订阅此大脑。"
}