mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-22 10:51:46 +03:00
15 lines
665 B
JSON
15 lines
665 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}}"
|
||
|
}
|