quivr/frontend/public/locales/pt-br/translation.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.3 KiB
JSON

{
"lang": "pt-BR",
"title": "Quivr - Tenha um Segundo Cérebro com IA Generativa",
"title.short": "Tenha um Segundo Cérebro com",
"description": "Quivr é o seu segundo cérebro na nuvem, projetado para armazenar e recuperar facilmente informações não estruturadas.",
"getStarted": "Começar",
"features": "Recursos",
"two_brains_title": "Dois cérebros são melhores que um",
"two_brains_desc": "Quivr é o seu segundo cérebro na nuvem, projetado para armazenar e recuperar facilmente informações não estruturadas.",
"any_kind_of_data_title": "Armazene qualquer tipo de dado",
"any_kind_of_data_desc": "Quivr pode lidar com quase qualquer tipo de dado que você jogar nele. Texto, imagens, trechos de código, estamos aqui para ajudar.",
"fast_and_accurate_title": "Tenha um Cérebro Rápido e Consistente",
"fast_and_accurate_desc": "Quivr é o seu segundo cérebro na nuvem, projetado para armazenar e recuperar facilmente informações não estruturadas.",
"fast_and_efficient_title": "Rápido e Eficiente",
"fast_and_efficient_desc": "Projetado com velocidade e eficiência em seu núcleo. Quivr garante acesso rápido aos seus dados.",
"secure_title": "Seguro",
"secure_desc": "Seus dados, seu controle. Sempre.",
"open_source_title": "Código aberto",
"open_source_desc": "A liberdade é bela, assim como o Quivr. Código aberto e gratuito para usar.",
"toastDismiss": "fechar",
"email": "Email",
"password": "Senha",
"or": "ou",
"and": "e",
"loginButton": "Entrar",
"signUpButton": "Cadastre-se",
"logoutButton": "Sair",
"updateButton": "Atualizar",
"uploadButton": "Enviar",
"uploadingButton": "Enviando...",
"chatButton": "Chat",
"deleteButton": "Excluir",
"deleteForeverButton": "Excluir permanentemente",
"doneButton": "Concluído",
"resetButton": "Redefinir",
"newChatButton": "Novo Chat",
"createButton": "Criar",
"shareButton": "Compartilhar",
"Upload": "Enviar",
"Chat": "Chat",
"Explore": "Explorar",
"loading": "Carregando...",
"comingSoon": "Em breve",
"Viewer": "Visualizador",
"Editor": "Editor",
"Owner": "Proprietário",
"saveButton": "Salvar",
"invalidUrl": "URL inválida",
"crawlButton": "Rastrear",
"themeSelect": "Tema de interface",
"languageSelect": "Língua preferida"
}