style(notifications): improve the messages for the notifications (#1185)

This commit is contained in:
Stan Girard 2023-09-16 15:58:12 +02:00 committed by GitHub
parent f362269600
commit 86c10bd14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -34,6 +34,6 @@
"actions_bar_placeholder": "Ask a question to a @brain and choose your #prompt",
"missing_brain": "Please select a brain to chat with",
"new_prompt": "Create new prompt",
"feed_brain_placeholder":"Choose which @brain you want to feed with these files",
"filesUploading":"Files uploading"
}
"feed_brain_placeholder": "Choose which @brain you want to feed with these files",
"filesUploading": "Your files are being processed, please wait before asking a question about them"
}

View File

@ -1,8 +1,8 @@
{
"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",
"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",
"uploadFailed": "Failed to upload file: {{message}}",
@ -16,5 +16,5 @@
"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",
"knowledgeUploaded": "Knowledge uploaded"
"knowledgeUploaded": "Files successfully uploaded to the brain !"
}