Add processors table missing properties

- Add following missing properties: Name, Spare part number,  Model,
Processor type, Processor architechure, Version, Health rollup,
Asset tag, Min speed MHz, Max speed MHz, Total cores, Total threads,
Instruction set, Identify Led

- Design of the table has been updated

- Waiting for the following to be merged to test the Identify Led:
https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/37045

Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: If6eeb3b0afea6510f7ea53e2d66cbf1d123b3217
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 31b4446..33048f6 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -384,29 +384,40 @@
       "graphicalConsole": "Graphical console",
       "hardwareType": "Hardware type",
       "health": "Health",
+      "healthRollup": "Health rollup",
       "id": "ID",
       "identifyLed": "Identify LED",
       "indicatorLed": "Indicator LED",
       "locationNumber": "Location number",
       "instructionSet": "Instruction set",
+      "locationNumber": "Location number",
       "manufacturer": "Manufacturer",
       "maxConcurrentSessions": "Max concurrent sessions",
+      "maxSpeedMHz": "Max speed MHz",
+      "minSpeedMHz": "Min speed MHz",
       "model": "Model",
       "name": "Name",
       "partNumber": "Part number",
       "powerInputWatts": "Power input watts",
       "powerState": "Power state",
-      "processorArchitecture": "Architecture",
-      "processorType": "Type",
+      "processorArchitecture": "Processor architecture",
+      "processorType": "Processor type",
       "serialConsole": "Serial console",
       "serialNumber": "Serial number",
       "serviceEnabled": "Service enabled",
       "serviceEntryPointUuid": "Service entry point UUID",
+      "sparePartNumber": "Spare part number",
       "statusHealthRollup": "Status (Health rollup)",
       "statusState": "Status (State)",
       "systemType": "System type",
       "totalCores": "Total cores",
-      "uuid": "UUID"
+      "totalThreads": "Total threads",
+      "uuid": "UUID",
+      "version": "Version"
+    },
+    "toast": {
+      "errorDisableIdentifyLed": "Error disabling Identify LED.",
+      "errorEnableIdentifyLed": "Error enabling Identify LED."
     }
   },
   "pageKvm": {