mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-22 10:51:46 +03:00
d80178a848
* ✨ add typing to translations * 🐛 add removed brain key in some languages * 🐛 put correct translations for fr/es/ru * fix(translation): missing a few --------- Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
18 lines
970 B
JSON
18 lines
970 B
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í...",
|
|
"error": "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"
|
|
} |