mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 03:41:44 +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
578 B
JSON
11 lines
578 B
JSON
{
|
|
"deleteButton": "Delete Brain",
|
|
"deleteConfirmQuestion": "Are you sure you want to delete this brain? This action cannot be undone.",
|
|
"deleteConfirmYes": "Yes, delete this brain",
|
|
"returnButton": "Return",
|
|
"unsubscribeButton": "Unsubscribe from brain",
|
|
"unsubscribeConfirmQuestion": "Are you sure you want to unsubscribe from this brain?",
|
|
"unsubscribeConfirmYes": "Yes, unsubscribe from this brain",
|
|
"successfully_deleted": "Brain successfully deleted.",
|
|
"successfully_unsubscribed": "You have successfully unsubscribed from this brain."
|
|
} |