Add values to system inventory table

TotalSystemMemoryGiB and CoreCount field is not present.

Added TotalSystemMemoryGiB under Memory summary
Added CoreCount under Processor summary

Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com>
Change-Id: I598abc7c05dd5113db0071ecd71bbcc32ad696c4
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 40d6553..f29ba0e 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -388,6 +388,7 @@
       "capacityMiB": "Capacity MiB",
       "chassisType": "Chassis type",
       "connectTypesSupported": "Connect types supported",
+      "coreCount": "Core count",
       "count": "Count",
       "dataWidthBits": "Data width bits",
       "description": "Description",
@@ -433,6 +434,7 @@
       "subModel": "Sub model",
       "systemType": "System type",
       "totalCores": "Total cores",
+      "totalSystemMemoryGiB": "Total system memory",
       "totalThreads": "Total threads",
       "uuid": "UUID",
       "version": "Version"