datasurvey/src/main/webapp/i18n/es/health.json

32 lines
713 B
JSON

{
"health": {
"title": "Control de salud",
"refresh.button": "Refrescar",
"stacktrace": "Stacktrace",
"details": {
"details": "Detalles",
"properties": "Propiedades",
"name": "Nombre",
"value": "Valor",
"error": "Error"
},
"indicator": {
"diskSpace": "Espacio en disco",
"mail": "Correo Electrónico",
"livenessState": "Liveness state",
"readinessState": "Readiness state",
"ping": "Aplicación",
"db": "Base de Datos"
},
"table": {
"service": "Nombre del servicio",
"status": "Estado"
},
"status": {
"UNKNOWN": "DESCONOCIDO",
"UP": "LEVANTADO",
"DOWN": "CAÍDO"
}
}
}