quivr/frontend/public/locales/en/config.json
Gabriel Rodrigues Eger cb020c0e63
Portuguese language added, "Select a Quivr Personality" btn is now supporting translations as well (#925)
* Added Portuguese Language + Translation of "Select A Quivr Personality" btn

* Added Portuguese Language + Translation of "Select A Quivr Personality" btn

* Undoing changes to yarn.lock from previous commits (had run on windows)
2023-08-11 13:19:21 +02:00

50 lines
2.0 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"
}