mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-22 02:41:51 +03:00
77410f04b8
Issue: https://github.com/StanGirard/quivr/issues/1769 - Turn brain creation into steps - Add first step content - Add feature flag Demo: https://github.com/StanGirard/quivr/assets/63923024/1ce33a3a-86ea-4051-ba02-f95b7478411e
70 lines
3.6 KiB
JSON
70 lines
3.6 KiB
JSON
{
|
|
"searchBrain": "Search for a brain",
|
|
"selectBrain": "Select a brain please",
|
|
"brainCreated": "Brain created successfully",
|
|
"newBrain": "Add New Brain",
|
|
"newBrainTitle": "Add New Brain",
|
|
"newBrainSubtitle": "Create a new space for your data",
|
|
"brainName": "Brain name",
|
|
"brainNamePlaceholder": "E.g. History notes",
|
|
"brainDescription": "Description",
|
|
"brainDescriptionPlaceholder": "My new brain is about...",
|
|
"shareBrain": "Share brain {{name}}",
|
|
"shareBrainUsers": "Users with access",
|
|
"shareBrainLink": "Click to copy link to share your brain",
|
|
"copiedToClipboard": "Copied to clipboard",
|
|
"inviteUsers": "Add new users",
|
|
"usersInvited": "Users successfully invited",
|
|
"errorSendingInvitation": "An error occurred while sending invitations",
|
|
"brainUndefined": "Brain is undefined",
|
|
"noBrainUsers": "No brainUsers",
|
|
"errorFetchingBrainUsers": "An error occurred while fetching brain users",
|
|
"usersWithAccess": "Users with access",
|
|
"userRoleUpdated": "Updated {{email}} to {{newRole}}",
|
|
"userRoleUpdateFailed": "Failed updating {{email}} to {{newRole}} ",
|
|
"userRemoved": "Removed {{email}} from brain",
|
|
"userRemoveFailed": "Failed to remove {{email}} from brain",
|
|
"defaultBrain": "Default Brain",
|
|
"setDefaultBrain": "Set as default brain",
|
|
"errorCreatingBrain": "Error occurred while creating a brain",
|
|
"private_brain_label": "Private",
|
|
"public_brain_label": "Public",
|
|
"brain_status_label": "Access",
|
|
"set_brain_status_to_public_modal_title": "Are you sure you want to set this as <span class='text-primary'>Public</span>?<br/><br/>",
|
|
"set_brain_status_to_public_modal_description": "Every Quivr user will be able to:<br/>- Subscribe to your brain in the 'brains library'.<br/>- Use this brain and check the prompt and model configurations.<br/><br/>They won't have access to your uploaded files and people section.",
|
|
"confirm_set_brain_status_to_public": "Yes, set as public",
|
|
"cancel_set_brain_status_to_public": "No, keep it private",
|
|
"brain_library_button_label": "Explore",
|
|
"brain_management_button_label": "Brains management",
|
|
"public_brains_search_bar_placeholder": "Search public brains",
|
|
"public_brain_subscribe_button_label": "Subscribe",
|
|
"public_brain_subscription_success_message": "You have successfully subscribed to the brain",
|
|
"public_brain_last_update_label": "Last update",
|
|
"public_brain_already_subscribed_button_label": "Subscribed",
|
|
"set_brain_status_to_private_modal_title": "Are you sure you want to set this as <span class='text-primary'>Private</span>?<br/><br/>",
|
|
"set_brain_status_to_private_modal_description": "Every Quivr users won't be able to use this brain anymore and they won't see it in the brain library.",
|
|
"confirm_set_brain_status_to_private": "Yes, set as private",
|
|
"cancel_set_brain_status_to_private": "No, keep it public",
|
|
"empty_brain_description": "No description",
|
|
"myBrains": "My Brains",
|
|
"knowledge_source_doc": "Documents",
|
|
"knowledge_source_api": "App (Through API)",
|
|
"knowledge_source_label": "Knowledge source",
|
|
"knowledge_source_chatflow":"Brain network",
|
|
"api_brain": {
|
|
"name": "Name",
|
|
"description": "Description",
|
|
"type": "Type",
|
|
"required": "Required",
|
|
"addRow": "Add row",
|
|
"value": "Value"
|
|
},
|
|
"update_secrets_message":"Enter your secret. This information is required to identify you when calling the API",
|
|
"update_secrets_button":"Update secrets",
|
|
"secrets_updated":"Secrets updated",
|
|
"secrets_update_error":"Error while updating secrets",
|
|
"manage_brain": "Manage brain",
|
|
"brain_type":"Type of brain",
|
|
"brain_params":"Brain params",
|
|
"brain_data":"Brain data"
|
|
} |