quivr/frontend/public/locales/en/upload.json
Rahil Ahmad a9fdbd51e4
FIX #1220 UX Upload improvement (#1259)
Co-authored-by: Mamadou DICKO <63923024+mamadoudicko@users.noreply.github.com>
Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com>
2023-09-27 09:22:22 +02:00

19 lines
970 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 \n (pdf, csv, Doc, Word, Txt, XIs)",
"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"
}