Workflow-Engine / web /i18n /es-ES /dataset-hit-testing.ts
Severian's picture
initial commit
a8b3f00
raw
history blame
938 Bytes
const translation = {
title: 'Prueba de recuperaci贸n',
desc: 'Prueba del efecto de impacto del conocimiento basado en el texto de consulta proporcionado.',
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
recents: 'Recientes',
table: {
header: {
source: 'Fuente',
text: 'Texto',
time: 'Tiempo',
},
},
input: {
title: 'Texto fuente',
placeholder: 'Por favor ingrese un texto, se recomienda una oraci贸n declarativa corta.',
countWarning: 'Hasta 200 caracteres.',
indexWarning: 'Solo conocimiento de alta calidad.',
testing: 'Prueba',
},
hit: {
title: 'P脕RRAFOS DE RECUPERACI脫N',
emptyTip: 'Los resultados de la prueba de recuperaci贸n se mostrar谩n aqu铆',
},
noRecentTip: 'No hay resultados de consulta recientes aqu铆',
viewChart: 'Ver GR脕FICO VECTORIAL',
viewDetail: 'Ver Detalle',
settingTitle: 'Configuraci贸n de recuperaci贸n',
}
export default translation