mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 03:41:44 +03:00
ef78dec810
* style(deleteBrainModal): reduce buttons space * refactor: add KnowledgeToFeedInput * feat: update translations * feat: update knowledge feed component * style: reduce knowledge to upload displayer size * feat: move KnowledgeToFeedInput to @lib * refactor: rename useSelectedChatPage to useChatNotificationsSync * feat: change chatPage bg to gray when feed card is opened * style: change feed process submit button bg to purple
21 lines
971 B
JSON
21 lines
971 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",
|
|
"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":"Brain selected"
|
|
}
|