quivr/frontend/public/locales/pt-br/explore.json
Mamadou DICKO 1ec736b357
fix: fix some bugs (#1201)
* feat(brainSettings): add feed process instrcution to knowledge tab

* feat: prevent default brain auto fetch

* feat: prevent chat submision on submit button click

* feat: remove unrelevant toast

* feat: remove duplicated GA initialization

* feat: add brain name in notifications

* fix(test): update analytics import path

* refactor: move ChatsList utils to ChatsList directory

* fix(test): update chatlist tests
2023-09-18 21:28:07 +02:00

17 lines
782 B
JSON

{
"title": "Explorar dados enviados",
"subtitle": "Visualize ou exclua dados armazenados usados pelo seu cérebro",
"empty": "Oh, não! Seu Cérebro está vazio.",
"noBrain": "Cérebro não encontrado",
"sessionNotFound": "Sessão do usuário não encontrada",
"deleted": "{{fileName}} excluído do cérebro {{brain}}",
"errorDeleting": "Erro ao excluir {{fileName}}",
"view": "Visualizar",
"chunkNumber": "Número de partes: {{quantity}}",
"notAvailable": "Indisponível",
"deleteConfirmTitle": "Confirmar",
"deleteConfirmText": "Você realmente deseja excluir?",
"feed_brain_instructions": "Para adicionar conhecimento a um cérebro, vá para a página de chat e clique no botão de adição à esquerda da entrada de chat."
}