2016-10-20 22:42:39 +03:00
|
|
|
|
{
|
2017-01-03 13:45:18 +02:00
|
|
|
|
"your-dashboard": "Your dashboard",
|
2016-12-15 16:10:36 +02:00
|
|
|
|
"settings": "Settings",
|
|
|
|
|
"projects": "Projects",
|
|
|
|
|
"people": "People",
|
2017-01-03 13:45:18 +02:00
|
|
|
|
"services": "Services",
|
|
|
|
|
"instances": "Instances",
|
|
|
|
|
"manifest": "Project manifest",
|
|
|
|
|
"create-new": "Create a new",
|
|
|
|
|
"add-services": "Add services",
|
|
|
|
|
"no-services": "You don’t have any services. You can either add them by editing a manifest file or by connecting your repo on GitHub or BitBucket.",
|
2017-01-03 15:35:35 +02:00
|
|
|
|
"no-projects": "You don’t have any projects.",
|
2017-01-03 13:45:18 +02:00
|
|
|
|
"edit-project-manifest": "Edit project manifest",
|
|
|
|
|
"or-bring-in-from": "or bring in from",
|
2016-12-19 14:25:16 +02:00
|
|
|
|
"your-settings": "Your settings",
|
|
|
|
|
"agg-cpu-usage": "Aggregated CPU usage",
|
|
|
|
|
"agg-cpu-usage-desc-sm": "CPU usages accross all of the CPU cores",
|
|
|
|
|
"mem-res-set-size": "Memory resident set size",
|
|
|
|
|
"mem-res-set-size-sm": "Process memory that is actually stored in the RAM",
|
|
|
|
|
"apache-http-reqs": "Apache HTTP requests",
|
2017-01-10 14:25:11 +02:00
|
|
|
|
"apache-http-reqs-sm": "Number of website requests to apache if it is used",
|
|
|
|
|
"metrics": {
|
|
|
|
|
"add": {
|
|
|
|
|
"add-label": "Add",
|
|
|
|
|
"added-label": "Added",
|
|
|
|
|
"link-label": "Learn more"
|
|
|
|
|
},
|
|
|
|
|
"cpu_agg_usage": {
|
|
|
|
|
"title": "Aggregated CPU usage",
|
|
|
|
|
"description": "CPU usages accross all of the CPU cores."
|
|
|
|
|
},
|
|
|
|
|
"cpu_wait_time": {
|
2017-01-12 12:25:20 +02:00
|
|
|
|
"title": "Memory resident set size",
|
|
|
|
|
"description": "Process memory that is actually stored in the RAM."
|
2017-01-10 14:25:11 +02:00
|
|
|
|
},
|
|
|
|
|
"zfs_used": {
|
2017-01-12 12:25:20 +02:00
|
|
|
|
"title": "Apache HTTP requests",
|
|
|
|
|
"description": "Number of website requests to apache if it is used."
|
2017-01-10 14:25:11 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|