Reducing values to a common format

I use this patch to convert all values into the
format <Description>:<Value><Unit of Measure>.
I put the units of measure in a separate
localization area in order to use them in
the sensor page in the future.

Change-Id: Ic6554860c4185bc4d681a97205051799c6637b5c
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 74dad4e..7b057d3 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -389,16 +389,16 @@
         "table": {
             "assetTag": "Asset tag",
             "baseModuleType": "Base module type",
-            "busWidthBits": "Bus width bits",
+            "busWidthBits": "Bus width",
             "bmcDateTime": "BMC date and time",
-            "capacityMiB": "Capacity MiB",
+            "capacityMiB": "Capacity",
             "chassisType": "Chassis type",
             "connectTypesSupported": "Connect types supported",
             "coreCount": "Core count",
             "count": "Count",
-            "dataWidthBits": "Data width bits",
+            "dataWidthBits": "Data width",
             "description": "Description",
-            "efficiencyPercent": "Efficiency percent",
+            "efficiencyPercent": "Efficiency",
             "enabled": "Enabled",
             "fanSpeed": "Fan speed",
             "firmwareVersion": "Firmware version",
@@ -414,18 +414,18 @@
             "managerType": "Manager type",
             "manufacturer": "Manufacturer",
             "maxConcurrentSessions": "Max concurrent sessions",
-            "maxSpeedMHz": "Max speed MHz",
-            "maxPowerWatts": "Max power watts",
+            "maxSpeedMHz": "Max speed",
+            "maxPowerWatts": "Max power",
             "memoryType": "Memory type",
             "memorySummary": "Memory summary",
-            "minPowerWatts": "Min power watts",
-            "minSpeedMHz": "Min speed MHz",
+            "minPowerWatts": "Min power",
+            "minSpeedMHz": "Min speed",
             "model": "Model",
             "name": "Name",
-            "operatingSpeedMhz": "Operating speed Mhz",
+            "operatingSpeedMhz": "Operating speed",
             "partNumber": "Part number",
             "power": "Power",
-            "powerInputWatts": "Power input watts",
+            "powerInputWatts": "Power input",
             "processorArchitecture": "Processor architecture",
             "processorSummary": "Processor summary",
             "processorType": "Processor type",
@@ -1192,5 +1192,17 @@
         "ZM": "Zambia",
         "ZW": "Zimbabwe",
         "AX": "Åland Islands"
+    },
+    "unit": {
+        "℃": "℃",
+        "A": "A",
+        "bit": "bit",
+        "GiB": "GiB",
+        "MHz": "MHz",
+        "MiB": "MiB",
+        "Percent": "%",
+        "RPM": "RPM",
+        "V": "V",
+        "W": "W"
     }
 }