| const translation = { |
| title: 'Anotaciones', |
| name: 'Respuesta de Anotaci贸n', |
| editBy: 'Respuesta editada por {{author}}', |
| noData: { |
| title: 'Sin anotaciones', |
| description: 'Puedes editar anotaciones durante la depuraci贸n de la aplicaci贸n o importar anotaciones en masa aqu铆 para obtener una respuesta de alta calidad.', |
| }, |
| table: { |
| header: { |
| question: 'pregunta', |
| answer: 'respuesta', |
| createdAt: 'creado el', |
| hits: 'aciertos', |
| actions: 'acciones', |
| addAnnotation: 'Agregar Anotaci贸n', |
| bulkImport: 'Importar en Masa', |
| bulkExport: 'Exportar en Masa', |
| clearAll: 'Borrar Todas las Anotaciones', |
| }, |
| }, |
| editModal: { |
| title: 'Editar Respuesta de Anotaci贸n', |
| queryName: 'Consulta del Usuario', |
| answerName: 'Bot Narrador', |
| yourAnswer: 'Tu Respuesta', |
| answerPlaceholder: 'Escribe tu respuesta aqu铆', |
| yourQuery: 'Tu Consulta', |
| queryPlaceholder: 'Escribe tu consulta aqu铆', |
| removeThisCache: 'Eliminar esta Anotaci贸n', |
| createdAt: 'Creado el', |
| }, |
| addModal: { |
| title: 'Agregar Respuesta de Anotaci贸n', |
| queryName: 'Pregunta', |
| answerName: 'Respuesta', |
| answerPlaceholder: 'Escribe la respuesta aqu铆', |
| queryPlaceholder: 'Escribe la pregunta aqu铆', |
| createNext: 'Agregar otra respuesta anotada', |
| }, |
| batchModal: { |
| title: 'Importaci贸n en Masa', |
| csvUploadTitle: 'Arrastra y suelta tu archivo CSV aqu铆, o ', |
| browse: 'navega', |
| tip: 'El archivo CSV debe cumplir con la siguiente estructura:', |
| question: 'pregunta', |
| answer: 'respuesta', |
| contentTitle: 'contenido del fragmento', |
| content: 'contenido', |
| template: 'Descarga la plantilla aqu铆', |
| cancel: 'Cancelar', |
| run: 'Ejecutar Lote', |
| runError: 'Error al ejecutar el lote', |
| processing: 'En proceso de lote', |
| completed: 'Importaci贸n completada', |
| error: 'Error de importaci贸n', |
| ok: 'OK', |
| }, |
| errorMessage: { |
| answerRequired: 'Se requiere una respuesta', |
| queryRequired: 'Se requiere una pregunta', |
| }, |
| viewModal: { |
| annotatedResponse: 'Respuesta de Anotaci贸n', |
| hitHistory: 'Historial de Aciertos', |
| hit: 'Acierto', |
| hits: 'Aciertos', |
| noHitHistory: 'Sin historial de aciertos', |
| }, |
| hitHistoryTable: { |
| query: 'Consulta', |
| match: 'Coincidencia', |
| response: 'Respuesta', |
| source: 'Fuente', |
| score: 'Puntuaci贸n', |
| time: 'Tiempo', |
| }, |
| initSetup: { |
| title: 'Configuraci贸n Inicial de Respuesta de Anotaci贸n', |
| configTitle: 'Configuraci贸n de Respuesta de Anotaci贸n', |
| confirmBtn: 'Guardar y Habilitar', |
| configConfirmBtn: 'Guardar', |
| }, |
| embeddingModelSwitchTip: 'Modelo de vectorizaci贸n de texto de anotaci贸n, cambiar de modelo volver谩 a incrustar, lo que resultar谩 en costos adicionales.', |
| } |
|
|
| export default translation |
|
|