quivr/frontend/public/locales/es/upload.json
Mamadou DICKO ef78dec810
feat: improve knowledge feed process ux (#1274)
* style(deleteBrainModal): reduce buttons space

* refactor: add KnowledgeToFeedInput

* feat: update translations

* feat: update knowledge feed component

* style: reduce knowledge to upload displayer size

* feat: move KnowledgeToFeedInput to @lib

* refactor: rename useSelectedChatPage to useChatNotificationsSync

* feat: change chatPage bg to gray when feed card is opened

* style: change feed process submit button bg to purple
2023-09-27 15:39:04 +02:00

20 lines
1.0 KiB
JSON

{
"addFiles": "Por favor, agregar archivos a subir",
"alreadyAdded": "{{fileName}} ya fue agregado",
"crawlFailed": "Error al rastrear sitio web: {{message}}",
"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",
"feed_form_submit_button": "Enviar a mi cerebro",
"selected_brain_select_label": "Cerebro seleccionado"
}