mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-17 11:21:35 +03:00
e328ab81b3
* 🌐 Add Chinese translation, fix pt-br errors. * 🌐 Fix syntax errors.
13 lines
595 B
JSON
13 lines
595 B
JSON
{
|
|
"wellcome": "欢迎来到 {{brain}}!",
|
|
"invitationMessage": "您被邀请以 {{role}} 的身份加入和探索这个大脑。你接受这个邀请吗?",
|
|
"processingRequest": "正在处理您的请求...",
|
|
"accept": "是的,我加入!",
|
|
"reject": "不,谢谢。",
|
|
"invitationNotFound": "此邀请无效。",
|
|
"errorCheckingInvitation": "检查邀请时出现未知错误",
|
|
"accepted": "已接受邀请",
|
|
"errorAccepting": "接受邀请时发生未知错误",
|
|
"declined": "邀请已拒绝",
|
|
"errorDeclining": "拒绝邀请时发生未知错误"
|
|
} |