mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +03:00
1ec736b357
* 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
17 lines
782 B
JSON
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."
|
|
|
|
|
|
} |