quivr/frontend/public/locales/en/explore.json
Mamadou DICKO 1ec736b357
fix: fix some bugs (#1201)
* 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
2023-09-18 21:28:07 +02:00

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"
}