2023-08-07 15:13:41 +03:00
{
2023-08-21 17:07:07 +03:00
"title" : "Chat with {{brain}}" ,
"brain" : "brain" ,
"keyboard_shortcuts" : "Keyboard shortcuts" ,
"brains" : "brains" ,
"subtitle" : "Talk to a language model about your uploaded data" ,
"limit_reached" : "You have reached the limit of requests, please try again later" ,
"error_occurred" : "Error occurred while getting answer" ,
"noCurrentBrain" : "No current brain" ,
"errorParsingData" : "Error parsing data" ,
2023-08-22 11:05:52 +03:00
"resposeBodyNull" : "Response body is null" ,
2023-08-21 17:07:07 +03:00
"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." ,
"receivedResponse" : "Received response. Starting to handle stream..." ,
"errorCallingAPI" : "Error calling the API" ,
"ask" : "Ask a question, or describe a task." ,
"thinking" : "Thinking..." ,
"chat" : "Chat" ,
"errorFetching" : "Error occurred while fetching your chats" ,
2023-08-22 11:05:52 +03:00
"chatDeleted" : "Chat successfully deleted. Id: {{id}}" ,
2023-08-21 17:07:07 +03:00
"errorDeleting" : "Error deleting chat: {{error}}" ,
"chatNameUpdated" : "Chat name updated" ,
"shortcut_select_brain" : "@: Select a brain to talk" ,
"shortcut_select_file" : "/: Select a file to talk to" ,
"shortcut_choose_prompt" : "#: Choose a specific prompt" ,
"shortcut_create_brain" : "@+: Create a new brain" ,
"shortcut_feed_brain" : "/+: Feed a brain with knowledge" ,
"shortcut_create_prompt" : "#+: Create a new custom prompt" ,
"shortcut_manage_brains" : "CMDB: Manage your brains" ,
"shortcut_go_to_user_page" : "CMDU: Go to user page" ,
"shortcut_go_to_shortcuts" : "CMDK: Go to shortcuts" ,
2023-08-30 13:55:58 +03:00
"actions_bar_placeholder" : "Ask a question to a @brain and choose your #prompt" ,
2023-08-22 11:05:52 +03:00
"missing_brain" : "Please select a brain to chat with" ,
2023-09-04 16:27:06 +03:00
"new_prompt" : "Create new prompt" ,
2023-09-16 16:58:12 +03:00
"feed_brain_placeholder" : "Choose which @brain you want to feed with these files" ,
2023-09-20 10:06:58 +03:00
"feedingBrain" : "Your newly added knowledge is being processed, you can keep chatting in the meantime !" ,
2023-10-03 12:25:16 +03:00
"add_content_card_button_tooltip" : "Add knowledge to a brain" ,
2023-10-04 19:12:27 +03:00
"back_to_chat" : "Back to chat" ,
2023-10-03 13:18:49 +03:00
"onboarding" : {
2023-10-03 19:26:40 +03:00
"download_message_1" : "Hi 👋🏻 Want to discover Quivr ? 😇" ,
"download_message_2" : "Step 1: Download “Quivr documentation”" ,
2023-10-04 19:12:27 +03:00
"upload_message_1" : "Congratulations on your first step 🥳" ,
"upload_message_2" : "Step 2: Now Drag and drop it on the chat or in the 📎" ,
2023-10-03 19:34:28 +03:00
"how_to_use_quivr" : "How to user Quivr" ,
2023-10-04 19:12:27 +03:00
"what_is_quivr" : "What is Quivr ?" ,
2023-10-04 17:26:56 +03:00
"what_is_brain" : "What is a brain ?" ,
2023-10-04 19:12:27 +03:00
"last_step" : "Last step 🥳" ,
"ask_question_to_file" : "Ask a question to your file. Ex : 'What are you talking about ?'"
2023-10-03 12:25:16 +03:00
}
2023-10-03 13:18:49 +03:00
}