mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 10:21:54 +03:00
3ed0ea15bb
Issue: https://github.com/StanGirard/quivr/issues/1866 - Use context to control sidebar open status - Control sidebar through chat bar - Persist sidebar status after page change Demo: https://github.com/StanGirard/quivr/assets/63923024/b9750198-e68d-47a7-b266-627a01586512
63 lines
3.6 KiB
JSON
63 lines
3.6 KiB
JSON
{
|
|
"actions_bar_placeholder": "Ask a question to a @brain and choose your #prompt",
|
|
"add_content_card_button_tooltip": "Add knowledge to a brain",
|
|
"ask": "Ask a question, or describe a task.",
|
|
"back_to_chat": "Back to chat",
|
|
"brain": "brain",
|
|
"brains": "brains",
|
|
"change_brain": "Change brain",
|
|
"chat": "Chat",
|
|
"chatDeleted": "Chat successfully deleted. Id: {{id}}",
|
|
"chatNameUpdated": "Chat name updated",
|
|
"error_occurred": "Error occurred while getting answer",
|
|
"errorCallingAPI": "Error calling the API",
|
|
"errorDeleting": "Error deleting chat: {{error}}",
|
|
"errorFetching": "Error occurred while fetching your chats",
|
|
"errorParsingData": "Error parsing data",
|
|
"feed_brain_placeholder": "Choose which @brain you want to feed with these files",
|
|
"feedingBrain": "Your newly added knowledge is being processed, you can keep chatting in the meantime !",
|
|
"history": "History",
|
|
"keyboard_shortcuts": "Keyboard shortcuts",
|
|
"last30Days": "Previous 30 days",
|
|
"last7Days": "Previous 7 days",
|
|
"limit_reached": "You have reached the limit of requests, please try again later",
|
|
"menu": "Menu",
|
|
"missing_brain": "Please select a brain to chat with",
|
|
"new_discussion": "New discussion",
|
|
"new_prompt": "Create new prompt",
|
|
"noCurrentBrain": "No current brain",
|
|
"onboarding": {
|
|
"answer": {
|
|
"how_to_use_quivr": "Check the documentation https://brain.quivr.app/docs/intro.html",
|
|
"what_is_brain": "A brain is a virtual folder for organizing information on a specific topic. It can store documents and connect to external apps or APIs. For instance, a 'Medical Science' brain could contain health-related data, and a 'Legal' brain could have legal information. Brains can be made public for others to use without revealing the contents, promoting knowledge sharing.",
|
|
"what_is_quivr": "Quivr is a helpful assistant. You can easily drag and drop files into the chat or the knowledge section to interact with them. It's not just a chat tool; you can also communicate with apps using APIs.\nTo keep your work organized, you can create brains, essentially virtual folders, and subscribe to others' brains in the explore section for seamless collaboration and information sharing."
|
|
},
|
|
"how_to_use_quivr": "How to use Quivr ?",
|
|
"step_1_1": "1. Drag and drop file on the chat or in the 📎.",
|
|
"step_1_2": "Don't have a file ? Download 'Quivr documentation'",
|
|
"step_2": "2. Start chatting with your file",
|
|
"step_3": "3. Enjoy !",
|
|
"title": "Hi 👋🏻 Want to discover Quivr ? 😇",
|
|
"what_is_brain": "What is a brain ?",
|
|
"what_is_quivr": "What is Quivr ?"
|
|
},
|
|
"parameters": "Parameters",
|
|
"receivedResponse": "Received response. Starting to handle stream...",
|
|
"resposeBodyNull": "Response body is null",
|
|
"shortcut_choose_prompt": "#: Choose a specific prompt",
|
|
"shortcut_create_brain": "@+: Create a new brain",
|
|
"shortcut_create_prompt": "#+: Create a new custom prompt",
|
|
"shortcut_feed_brain": "/+: Feed a brain with knowledge",
|
|
"shortcut_go_to_shortcuts": "CMDK: Go to shortcuts",
|
|
"shortcut_go_to_user_page": "CMDU: Go to user page",
|
|
"shortcut_manage_brains": "CMDB: Manage your brains",
|
|
"shortcut_select_brain": "@: Select a brain to talk",
|
|
"shortcut_select_file": "/: Select a file to talk to",
|
|
"subtitle": "Talk to a language model about your uploaded data",
|
|
"thinking": "Thinking...",
|
|
"title": "Chat with {{brain}}",
|
|
"today": "Today",
|
|
"tooManyRequests": "You have exceeded the number of requests per day. To continue chatting, please enter an OpenAI API key in your profile or in used brain.",
|
|
"welcome": "Welcome",
|
|
"yesterday": "Yesterday"
|
|
} |