summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorSandeepa Singh <sandeepa.singh@ibm.com>2021-12-27 15:10:32 +0300
committerDixsie Wolmers <dixsiew@gmail.com>2022-01-07 19:25:36 +0300
commit61fdd942fc17a63713a82917b185d1ae16b49e4f (patch)
treebcb51e66c1fd8e0bc99f16a5f178f1d8139456eb /src/locales
parentf4328edf86b284fe8836717251ce6696670dbdd5 (diff)
downloadwebui-vue-61fdd942fc17a63713a82917b185d1ae16b49e4f.tar.xz
Add missing properties to Dimms table
- Added the following properties: Base module type, Bus width bits, Capacity MiB, Data width bits, Enabled, Operating speed Mhz - Design has been updated for Dimms table Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ifd77071abd9544120c1904065275ccc00dd8d862
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 637f052b..a66c3759 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -382,12 +382,17 @@
},
"table": {
"assetTag": "Asset tag",
+ "baseModuleType": "Base module type",
+ "busWidthBits": "Bus width bits",
"bmcDateTime": "BMC date and time",
+ "capacityMiB": "Capacity MiB",
"chassisType": "Chassis type",
"connectTypesSupported": "Connect types supported",
"count": "Count",
+ "dataWidthBits": "Data width bits",
"description": "Description",
"efficiencyPercent": "Efficiency percent",
+ "enabled": "Enabled",
"fanSpeed": "Fan speed",
"firmwareVersion": "Firmware version",
"graphicalConsole": "Graphical console",
@@ -411,6 +416,7 @@
"minSpeedMHz": "Min speed MHz",
"model": "Model",
"name": "Name",
+ "operatingSpeedMhz": "Operating speed Mhz",
"partNumber": "Part number",
"power": "Power",
"powerInputWatts": "Power input watts",