mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +03:00
36fd146fed
* style: make FeedItemIcon the same size * feat: update feed component brain selector label position * style: change purple to 600 * feat: improve already dropped file message ux * feat: autoclose feedinput on chatId change * style: change chat colors * feat: prevent linebreak in knowledge to upload row * feat(textFIeld): avoid textfield content going under icon * feat(knowledgeToUpload): add tooltip on urls and files name * feat(feedBrain): auto scroll on messages when feed modal get opened * style: update colors * refactor: rename uploadCard to FeedCard
21 lines
998 B
JSON
21 lines
998 B
JSON
{
|
|
"title": "Upload Knowledge",
|
|
"subtitle": "Text, document, spreadsheet, presentation, audio, video, and URLs supported",
|
|
"drop": "Drop the files here...",
|
|
"webSite": "Insert website URL",
|
|
"success": "File uploaded successfully",
|
|
"uploadFailed": "Failed to upload file: {{message}}",
|
|
"maxSizeError": "File too big",
|
|
"alreadyAdded": "{{fileName}} was already added but not sent to your brain",
|
|
"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",
|
|
"feed_form_submit_button":"Send to my brain",
|
|
"selected_brain_select_label":"Select a brain"
|
|
}
|