quivr/frontend/public/locales/es/upload.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

19 lines
1.0 KiB
JSON

{
"addFiles": "Por favor, agregar archivos a subir",
"alreadyAdded": "{{fileName}} ya fue agregado",
"crawlFailed": "Error al rastrear sitio web: {{message}}",
"dragAndDrop": "Arrastre y suelte archivos aquí o click para buscar",
"drop": "Suelte los archivos aquí...",
"uploadFailed": "Error al subir archivo: {{message}}",
"invalidUrl": "URL inválido",
"maxSizeError": "Tamaño de archivo excedido",
"missingNecessaryRole": "No tienes el rol necesario para cargar contenido en el cerebro seleccionado. 🧠💡🥲",
"ohNo": "¡Oh no!",
"selectBrain": "Por favor, seleccione o cree un cerebro antes de subir un archivo",
"selectBrainFirst": "Primero debes seleccionar un cerebro. 🧠💡🥲",
"subtitle": "Texto, documento, hojas de cálculo, presentación, audio, video y URLs admitidos",
"success": "Archivo subido correctamente",
"title": "Subir conocimiento",
"webSite": "Ingrese la URL del sitio web",
"invalidFileType": "Tipo de archivo no permitido"
}