summaryrefslogtreecommitdiff
path: root/src/locales/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en.json')
-rw-r--r--src/locales/en.json24
1 files changed, 16 insertions, 8 deletions
diff --git a/src/locales/en.json b/src/locales/en.json
index 9d89ce60..dd3d588b 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -5,6 +5,10 @@
},
"on": "on",
"off": "off",
+ "state": {
+ "notAvailable": "Not available",
+ "notEnabled": "Not enabled"
+ },
"actions": {
"confirm": "Confirm",
"cancel": "Cancel",
@@ -54,27 +58,31 @@
},
"overview": {
"events": {
- "noHighEventsMsg": "There are no high priority events to display at this time."
+ "noHighEventsMsg": "There are no high priority events to display at this time.",
+ "date": "Date",
+ "description": "Description",
+ "id": "ID",
+ "refCode": "Reference code",
+ "viewAllButton": "View all event logs"
},
"firmwareVersion": "Firmware version",
- "hostname": "Hostname",
- "ipAddress": "IP address",
- "macAddress": "MAC address",
"manufacturer": "Manufacturer",
"model": "Model",
+ "network": {
+ "hostname": "Hostname",
+ "ipAddress": "IP address",
+ "macAddress": "MAC address"
+ },
"powerCap": "Power cap",
"powerConsumption": "Power consumption",
"sectionTitle": {
"bmcInformation": "BMC information",
"highPriorityEvents": "High priority events",
+ "networkInformation": "Network information",
"powerConsumption": "@:overview.powerConsumption",
"serverInformation": "Server information"
},
"serialNumber": "Serial number",
- "state": {
- "notAvailable": "Not available",
- "notEnabled": "Not enabled"
- },
"quicklinks": {
"bmcTime": "BMC time",
"editNetworkSettings": "Edit network settings",