mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +03:00
d9f6ce4e68
Issue: https://github.com/StanGirard/quivr/issues/1832 Demo: https://github.com/StanGirard/quivr/assets/63923024/e9c0e9b8-04b1-4f12-a8ef-b27f0f489e48 <img width="1503" alt="Screenshot 2023-12-06 at 15 23 12" src="https://github.com/StanGirard/quivr/assets/63923024/11e6960b-c1c3-4abf-aeed-c226f034246f"> <img width="1503" alt="Screenshot 2023-12-06 at 15 23 23" src="https://github.com/StanGirard/quivr/assets/63923024/09681a9d-ce2e-42bb-8151-1986e27f7312">
71 lines
3.7 KiB
JSON
71 lines
3.7 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",
|
|
"composite_brain_composition_invitation": "Connect your new brain to other existing brains from your library by selecting them.",
|
|
"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_composite_brain":"Agent",
|
|
"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",
|
|
"resources":"Ressource"
|
|
} |