quivr/frontend/public/locales/pt-br/config.json
Nick Guernsey 253e866a86
feat: enhance user page UI (#1319)
# 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>
2023-10-05 17:50:02 +02:00

53 lines
2.4 KiB
JSON

{
"title": "Configuração",
"subtitle": "Gerencie o seu cérebro",
"settings": "Configurações",
"people": "Pessoas",
"knowledge": "Conhecimento",
"modelSection": "Configuração do modelo",
"openAiKeyLabel": "Chave Open AI",
"openAiKeyPlaceholder": "sk-xxx",
"modelLabel": "Modelo",
"anthropicKeyPlaceholder": "Chave da API Anthropic",
"anthropicKeyLabel": "Chave da API Anthropic",
"temperature": "Temperatura",
"maxTokens": "Máximo de tokens",
"accountSection": "Sua Conta",
"signedInAs": "Logado como",
"backendSection": "Configuração do backend",
"backendUrlPlaceHolder": "URL do Backend",
"backendUrlLabel": "URL do Backend",
"supabaseURLPlaceHolder": "URL do Supabase",
"supabaseURLLabel": "URL do Supabase",
"supabaseKeyPlaceHolder": "Chave do Supabase",
"supabaseKeyLabel": "Chave do Supabase",
"keepInLocal": "Manter localmente",
"customPromptSection": "Prompt personalizado",
"selectQuivrPersonalityBtn": "Selecione uma personalidade Quivr",
"promptName": "Título do Prompt",
"promptNamePlaceholder": "Nome incrível para meu prompt",
"promptContent": "Conteúdo do Prompt",
"promptContentPlaceholder": "Como uma IA, você...",
"promptRemoved": "Prompt removido com sucesso",
"errorRemovingPrompt": "Erro ao remover o prompt",
"removePrompt": "Remover prompt",
"newAPIKey": "Criar Nova Chave",
"configSaved": "Configuração salva",
"configReset": "Configuração redefinida",
"invalidOpenAiKey": "Chave OpenAI inválida",
"error.createApiKey": "Erro ao criar a chave de API",
"error.copy": "Falha ao copiar",
"updatingBrainSettings": "Atualizando configurações do cérebro...",
"defaultBrainSet": "Cérebro definido como padrão com sucesso",
"nameRequired": "O nome é obrigatório",
"promptFieldsRequired": "Título e conteúdo do prompt são obrigatórios",
"brainUpdated": "Cérebro atualizado com sucesso",
"publicPrompts": "Escolher em prompts públicos",
"roleRequired": "Você não possui a função necessária para acessar esta aba 🧠💡🥲.",
"requireAccess": "Por favor, solicite acesso ao proprietário.",
"ohno": "Oh, não!",
"noUser": "Nenhum usuário",
"incorrectApiKey": "Chave de API incorreta",
"invalidApiKeyError": "Chave de API inválida",
"apiKey": "Chave de API"
}