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" ,
"chat_title_intro" : "Chat with your" ,
"empty_brain_title_prefix" : "Upload files in a" ,
"empty_brain_title_suffix" : "and chat with them" ,
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-09-18 22:28:07 +03:00
"add_content_card_button_tooltip" : "Add knowledge to a brain"
2023-09-16 16:58:12 +03:00
}