mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 18:52:12 +03:00
253e866a86
# Description Hope ya'll don't mind, I updated the User Profile's UI to be a bit more readable. Kept the design neutral to not impose styles. I also kept the original toggle buttons for Theme and Language in case we still want to use those in other places in the app, where a select menu isn't necessary. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate): https://github.com/StanGirard/quivr/assets/64866427/d0320852-ece1-4002-a180-0005df132e71 https://github.com/StanGirard/quivr/assets/64866427/be3c67ec-8d42-44f9-8131-35a70aec20ef --------- Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com> Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"title": "Configuration",
|
|
"subtitle": "Manage your brain",
|
|
"settings": "Settings",
|
|
"people": "People",
|
|
"knowledge": "Knowledge",
|
|
"modelSection": "Model config",
|
|
"openAiKeyLabel": "Open AI Key",
|
|
"openAiKeyPlaceholder": "sk-xxx",
|
|
"modelLabel": "Model",
|
|
"anthropicKeyPlaceholder":"Anthropic API Key",
|
|
"anthropicKeyLabel":"Anthropic API Key",
|
|
"temperature": "Temperature",
|
|
"maxTokens": "Max tokens",
|
|
"accountSection": "Your Account",
|
|
"signedInAs": "Signed In as",
|
|
"backendSection": "Backend config",
|
|
"backendUrlPlaceHolder": "Backend URL",
|
|
"backendUrlLabel": "Backend URL",
|
|
"supabaseURLPlaceHolder": "Supabase URL",
|
|
"supabaseURLLabel": "Supabase URL",
|
|
"supabaseKeyPlaceHolder": "Supabase key",
|
|
"supabaseKeyLabel": "Supabase key",
|
|
"keepInLocal": "Keep in local",
|
|
"customPromptSection": "Custom prompt",
|
|
"selectQuivrPersonalityBtn": "Select a Quivr Personality",
|
|
"promptName": "Prompt title",
|
|
"promptNamePlaceholder": "My awesome prompt name",
|
|
"promptContent": "Prompt content",
|
|
"promptContentPlaceholder": "As an AI, your...",
|
|
"promptRemoved": "Prompt removed successfully",
|
|
"errorRemovingPrompt": "Error while removing prompt",
|
|
"removePrompt": "Remove prompt",
|
|
"newAPIKey": "Create New Key",
|
|
"configSaved": "Config saved",
|
|
"configReset": "Config reseted",
|
|
"invalidOpenAiKey": "Invalid OpenAI Key",
|
|
"error.createApiKey": "Error creating API Key",
|
|
"error.copy": "Failed to copy",
|
|
"updatingBrainSettings": "Updating brain settings...",
|
|
"defaultBrainSet": "Brain set as default successfully",
|
|
"nameRequired": "Name is required",
|
|
"promptFieldsRequired": "Prompt title and content are required",
|
|
"brainUpdated": "Brain updated successfully",
|
|
"publicPrompts": "Pick in public prompts",
|
|
"roleRequired": "You don't have the necessary role to access this tab 🧠💡🥲.",
|
|
"requireAccess": "Please require access from the owner.",
|
|
"ohno": "Oh no!",
|
|
"noUser": "No user",
|
|
"incorrectApiKey": "Incorrect API Key",
|
|
"invalidApiKeyError": "Invalid API Key",
|
|
"apiKey": "API Key"
|
|
} |