quivr/frontend/public/locales/en/upload.json
Mamadou DICKO 711eff0863
feat: add multiple upload and crawl in parallel (#1118)
* feat: explicit accepted files

* feat: un-synchronize upload and chat FileUploader

* feat: add uploading file new ui

* feat: rename +UrlDisplayer to FeedTitleDisplayer

* feat: add icon per file type

* feat: remove file extension on display

* feat: send feed items to backend

* feat: track file upload

* chore: improve dx
2023-09-07 10:00:45 +02:00

19 lines
924 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",
"error": "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"
}