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):
13 lines
567 B
JSON
13 lines
567 B
JSON
{
|
|
"wellcome": "欢迎来到 {{brain}}!",
|
|
"invitationMessage": "您被邀请以 {{role}} 的身份加入和探索这个大脑,是否接受邀请?",
|
|
"processingRequest": "正在处理您的请求…",
|
|
"accept": "是的,我加入!",
|
|
"reject": "不,谢谢。",
|
|
"invitationNotFound": "此邀请无效。",
|
|
"errorCheckingInvitation": "检查邀请时出现未知错误",
|
|
"accepted": "已接受邀请",
|
|
"errorAccepting": "接受邀请时发生未知错误",
|
|
"declined": "邀请已拒绝",
|
|
"errorDeclining": "拒绝邀请时发生未知错误"
|
|
} |