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

32 lines
713 B
JSON
Raw Normal View History

2021-07-03 21:48:27 +00:00
{
"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"
}
}
}