File size: 2,837 Bytes
a8b3f00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
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