mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-17 11:21:35 +03:00
1643b54b7b
* feat: update translations * feat: add <DeleteOrUnsubscribeConfirmationModal /> * test(DeleteOrUnsubscribeConfirmationModal): update tests * feat: redirect to /brains-management on invalid brain id * refactor: move delete_brain_user to delete_brain_users * feat: add /POST '/brains/{brain_id}/subscribe' * feat: handle public brain unsubscription
11 lines
523 B
JSON
11 lines
523 B
JSON
{
|
|
"deleteButton": "删除大脑",
|
|
"deleteConfirmQuestion": "您确定要删除这个大脑吗?此操作无法撤销!",
|
|
"deleteConfirmYes": "是的,我要删除",
|
|
"returnButton": "返回",
|
|
"unsubscribeButton": "取消关注大脑",
|
|
"unsubscribeConfirmQuestion": "您确定要取消订阅此大脑吗?",
|
|
"unsubscribeConfirmYes": "是的,取消订阅此大脑",
|
|
"successfully_deleted": "成功删除大脑。",
|
|
"successfully_unsubscribed": "您已成功取消订阅此大脑。"
|
|
} |