mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-22 19:01:49 +03:00
14 lines
549 B
JSON
14 lines
549 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?"
|
||
|
}
|