generator-pyhipster
Version:
Python (Flask) + Angular/React/Vue in one handy generator
95 lines (94 loc) • 3.25 kB
JSON
{
"metrics": {
"title": "Mètriques d'aplicació",
"refresh.button": "Actualitzar",
"updating": "Actualització...",
"jvm": {
"title": "Mètriques JVM",
"memory": {
"title": "Memoria",
"total": "Memoria total",
"heap": "Memoria Heap",
"nonheap": "Memoria Non-Heap"
},
"threads": {
"title": "Fils d'execució",
"all": "Tots",
"runnable": "En execució",
"timedwaiting": "Temps d'espera",
"waiting": "En espera",
"blocked": "Bloquejats",
"dump": {
"title": "Volcat de fils d'execució",
"id": "Id: ",
"blockedtime": "Temps de bloqueig",
"blockedcount": "Contador de bloquejos",
"waitedtime": "Temps d'espera",
"waitedcount": "Temps de contador",
"lockname": "Nom del pany",
"stacktrace": "Traça d'error",
"show": "Mostrar",
"hide": "Ocultar"
}
},
"gc": {
"title": "Re-col.lector de brossa",
"marksweepcount": "Mark Sweep count",
"marksweeptime": "Mark Sweep time",
"scavengecount": "Scavenge count",
"scavengetime": "Scavenge time"
},
"http": {
"title": "Sol.licituds HTTP (events per segon)",
"active": "Sol.licituds actives:",
"total": "Sol.licituds totals:",
"table": {
"code": "Codi",
"count": "Contador",
"mean": "mitja",
"average": "mitjana",
"max": "Max"
},
"code": {
"ok": "Correcte",
"notfound": "No s'ha trobat",
"servererror": "Error de servidor"
}
}
},
"servicesstats": {
"title": "Estadístiques de serveis (temps en mil.lisegons)",
"table": {
"name": "Nom del servei",
"count": "Contador",
"mean": "Mitja",
"min": "Min",
"max": "Màx",
"p50": "p50",
"p75": "p75",
"p95": "p95",
"p99": "p99"
}
},
"cache": {
"title": "Estadístiques cache",
"cachename": "Cau",
"hits": "Accessos",
"misses": "Fallos",
"evictions": "Expulcions"
},
"datasource": {
"usage": "Utilització",
"title": "Estadístiques de l'origen de dades (en milisegons)",
"name": "Utilització de la bateria de connexions",
"count": "Total",
"mean": "Mitjana",
"min": "Min",
"max": "Màx",
"p50": "p50",
"p75": "p75",
"p95": "p95",
"p99": "p99"
}
}
}