From 088a095b66930a301b0160262d8693e9a8213777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 19 Dec 2016 12:25:16 +0000 Subject: [PATCH] metrics translations --- frontend/locales/en-us.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/locales/en-us.json b/frontend/locales/en-us.json index 391ee064..26fff397 100644 --- a/frontend/locales/en-us.json +++ b/frontend/locales/en-us.json @@ -5,5 +5,11 @@ "people": "People", "no-personal-projects": "You don't have any personal projects at the moment.", "create-new": "Create new", - "your-settings": "Your settings" + "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", + "apache-http-reqs-sm": "Number of website requests to apache if it is used", } \ No newline at end of file