Add fields to the DIMM inventory table

There is a request to see three additional fields from Redfish in the
DIMM inventory table: https://github.com/openbmc/webui-vue/issues/107.

This change adds Manufacturer, Error correction, and Rank count data
from Redfish into the DIMM inventory table.

Tested:
Confirmed that the three fields show in the table with the correct data
from Redfish.

Change-Id: I6f1fc5103649abf8350e5b5c107c11eea3d1a599
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 7c86d49..ff10769 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -401,6 +401,7 @@
             "description": "Description",
             "efficiencyPercent": "Efficiency",
             "enabled": "Enabled",
+            "errorCorrection": "Error correction",
             "fanSpeed": "Fan speed",
             "firmwareVersion": "Firmware version",
             "graphicalConsole": "Graphical console",
@@ -430,6 +431,7 @@
             "processorArchitecture": "Processor architecture",
             "processorSummary": "Processor summary",
             "processorType": "Processor type",
+            "rankCount": "Rank count",
             "serialConsole": "Serial console",
             "serialNumber": "Serial number",
             "serviceEnabled": "Service enabled",