mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +03:00
1ec736b357
* feat(brainSettings): add feed process instrcution to knowledge tab * feat: prevent default brain auto fetch * feat: prevent chat submision on submit button click * feat: remove unrelevant toast * feat: remove duplicated GA initialization * feat: add brain name in notifications * fix(test): update analytics import path * refactor: move ChatsList utils to ChatsList directory * fix(test): update chatlist tests
15 lines
683 B
JSON
15 lines
683 B
JSON
{
|
|
"title": "Explore uploaded data",
|
|
"subtitle": "View or delete stored data used by your brain",
|
|
"empty": "Oh No, Your Brain is empty.",
|
|
"noBrain": "Brain id not found",
|
|
"sessionNotFound": "User session not found",
|
|
"deleted": "{{fileName}} deleted from brain {{brain}}",
|
|
"errorDeleting": "Error deleting {{fileName}}",
|
|
"view": "View",
|
|
"chunkNumber": "No. of chunks: {{quantity}}",
|
|
"notAvailable": "Not Available",
|
|
"deleteConfirmTitle": "Confirm",
|
|
"deleteConfirmText": "Do you really want to delete?",
|
|
"feed_brain_instructions":"To add knowledge to a brain, go to chat page then click on plus button on the left of the chat input"
|
|
} |