quivr/frontend/public/locales/en/config.json
2023-08-30 11:20:28 +02:00

52 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"
}