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
15 lines
734 B
JSON
15 lines
734 B
JSON
{
|
|
"chunkNumber": "No. de partes: {{quantity}}",
|
|
"deleteConfirmText": "¿Realmente quieres eliminar?",
|
|
"deleteConfirmTitle": "Confirmar",
|
|
"deleted": "{{fileName}} borrado del cerebro {{brain}}",
|
|
"empty": "¡Oh No!, Tu Cerebro está vacío",
|
|
"errorDeleting": "Error borrando {{fileName}}",
|
|
"noBrain": "Id de Cerebro no encontrado",
|
|
"notAvailable": "No disponible",
|
|
"sessionNotFound": "Sesión no encontrada",
|
|
"subtitle": "Ver o borrar datos guardados usados por tu cerebro",
|
|
"title": "Explora datos subidos",
|
|
"view": "Ver",
|
|
"feed_brain_instructions": "Para agregar conocimiento a un cerebro, ve a la página de chat y haz clic en el botón de más a la izquierda del campo de chat."
|
|
} |