quivr/frontend/public/locales/en/upload.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

19 lines
935 B
JSON

{
"title": "Upload Knowledge",
"subtitle": "Text, document, spreadsheet, presentation, audio, video, and URLs supported",
"drop": "Drop the files here...",
"dragAndDrop": "Drag and drop files here, or click to browse",
"webSite": "Insert website URL",
"success": "File uploaded successfully",
"uploadFailed": "Failed to upload file: {{message}}",
"maxSizeError": "File too big",
"alreadyAdded": "{{fileName}} was already added",
"addFiles": "Please, add files to upload",
"selectBrain": "Please, select or create a brain to upload a file",
"invalidUrl": "Invalid URL",
"crawlFailed": "Failed to crawl website: {{message}}",
"ohNo": "Oh no!",
"selectBrainFirst": "You need to select a brain first. 🧠💡🥲",
"missingNecessaryRole": "You don't have the necessary role to upload content to the selected brain. 🧠💡🥲",
"invalidFileType": "Invalid file type"
}