mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
27 lines
1.4 KiB
JSON
27 lines
1.4 KiB
JSON
{
|
|
"addToKnowledgeBase.addSuccess": "Archivo añadido correctamente",
|
|
"addToKnowledgeBase.alreadyExists": "Este archivo ya está en la biblioteca",
|
|
"addToKnowledgeBase.confirm": "Añadir",
|
|
"addToKnowledgeBase.error": "No se pudo añadir el archivo a la biblioteca",
|
|
"addToKnowledgeBase.id.placeholder": "Por favor, selecciona una biblioteca para añadir",
|
|
"addToKnowledgeBase.id.required": "Por favor, selecciona una biblioteca",
|
|
"addToKnowledgeBase.id.title": "Biblioteca de destino",
|
|
"addToKnowledgeBase.title": "Añadir a la biblioteca",
|
|
"addToKnowledgeBase.totalFiles": "{{count}} archivos seleccionados",
|
|
"createNew.confirm": "Crear nueva",
|
|
"createNew.description.label": "Descripción de la biblioteca (opcional)",
|
|
"createNew.description.placeholder": "La descripción ayuda al LLM a comprender mejor tu biblioteca",
|
|
"createNew.edit.confirm": "Guardar cambios",
|
|
"createNew.edit.title": "Editar biblioteca",
|
|
"createNew.formTitle": "Información básica",
|
|
"createNew.name.placeholder": "Nombre de la biblioteca",
|
|
"createNew.name.required": "Por favor, introduce un nombre para la biblioteca",
|
|
"createNew.title": "Crear nueva biblioteca",
|
|
"moveToKnowledgeBase.error": "No se pudo mover el archivo a la biblioteca",
|
|
"moveToKnowledgeBase.success": "Archivo movido con éxito",
|
|
"tab.evals": "Evaluaciones",
|
|
"tab.files": "Archivos",
|
|
"tab.settings": "Configuración",
|
|
"tab.testing": "Pruebas de recuperación",
|
|
"title": "Biblioteca"
|
|
}
|