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